Pull request #402 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8fea351daed1303ad2575dcccfd73564a7f5289b+e88a56d1e6585e93dcd7e4f327c101309364504a (123e63f0c07940c51ed24f7d525f94636a8e24da) 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-ssh12618704064083221509.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-ssh4771804973643347107.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-402/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-402/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2648646212157760496.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-402/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17133500452475743022.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-ssh17259472871093021552.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-402/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-402/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12472106220147185293.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-14783 in /w/workspace/foundry_device-virtual-go_PR-402 [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-402 # 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/402/head:refs/remotes/origin/PR-402 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit e88a56d1e6585e93dcd7e4f327c101309364504a into PR head commit 8fea351daed1303ad2575dcccfd73564a7f5289b Merge succeeded, producing 8fea351daed1303ad2575dcccfd73564a7f5289b Checking out Revision 8fea351daed1303ad2575dcccfd73564a7f5289b (PR-402) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd > git config core.sparsecheckout # timeout=10 > git checkout -f 8fea351daed1303ad2575dcccfd73564a7f5289b # 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 e88a56d1e6585e93dcd7e4f327c101309364504a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8fea351daed1303ad2575dcccfd73564a7f5289b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-05-09T22:17:13.133Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-05-09T22:17:13.317Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-05-09T22:17:13.501Z] ========================================================= [2023-05-09T22:17:13.501Z] EdgeX Global Pipelines Version Info [2023-05-09T22:17:13.501Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:17:14.244Z] ------------------- [2023-05-09T22:17:14.244Z] stable info: [2023-05-09T22:17:14.244Z] ------------------- [2023-05-09T22:17:14.244Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-05-09T22:17:14.244Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-09T22:17:14.244Z] Message: update stable to v1.0.249 [2023-05-09T22:17:14.816Z] ------------------- [2023-05-09T22:17:14.816Z] experimental info: [2023-05-09T22:17:14.816Z] ------------------- [2023-05-09T22:17:14.816Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-05-09T22:17:14.816Z] Commit SHA: 4fc256d9079ed2258907e613f84b1b8da264a4bd [2023-05-09T22:17:14.816Z] Message: update experimental to v1.0.249 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-05-09T22:17:15.108Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-05-09T22:17:15.147Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-05-09T22:17:15.191Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-05-09T22:17:15.233Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-05-09T22:17:15.279Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-05-09T22:17:15.321Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-05-09T22:17:15.362Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-05-09T22:17:15.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-05-09T22:17:15.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-05-09T22:17:15.492Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-05-09T22:17:15.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-05-09T22:17:15.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-05-09T22:17:15.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-05-09T22:17:15.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-05-09T22:17:15.698Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-05-09T22:17:15.743Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-05-09T22:17:16.025Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-05-09T22:17:16.069Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-05-09T22:17:16.110Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-05-09T22:17:16.150Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-05-09T22:17:16.190Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-05-09T22:17:16.234Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-05-09T22:17:16.275Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-05-09T22:17:16.317Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-05-09T22:17:16.354Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-05-09T22:17:16.390Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-05-09T22:17:16.429Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-05-09T22:17:16.469Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-402 [Pipeline] echo [2023-05-09T22:17:16.512Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-402 [Pipeline] echo [2023-05-09T22:17:16.554Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-402 [Pipeline] echo [2023-05-09T22:17:16.599Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8fea351daed1303ad2575dcccfd73564a7f5289b [Pipeline] echo [2023-05-09T22:17:16.641Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8fea351 [Pipeline] echo [2023-05-09T22:17:16.685Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:17:16.799Z] provisioning config files... [2023-05-09T22:17:16.813Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-402@tmp/config4983866704199039609tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:17:17.171Z] ---> docker-login.sh [2023-05-09T22:17:17.171Z] nexus3.edgexfoundry.org:10001 [2023-05-09T22:17:17.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:17.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:17.430Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:17.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:17.430Z] [2023-05-09T22:17:17.430Z] Login Succeeded [2023-05-09T22:17:17.430Z] nexus3.edgexfoundry.org:10002 [2023-05-09T22:17:17.430Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:17.430Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:17.430Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:17.430Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:17.430Z] [2023-05-09T22:17:17.430Z] Login Succeeded [2023-05-09T22:17:17.430Z] nexus3.edgexfoundry.org:10003 [2023-05-09T22:17:17.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:17.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:17.690Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:17.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:17.690Z] [2023-05-09T22:17:17.690Z] Login Succeeded [2023-05-09T22:17:17.690Z] nexus3.edgexfoundry.org:10004 [2023-05-09T22:17:17.690Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:17.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:17.690Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:17.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:17.690Z] [2023-05-09T22:17:17.690Z] Login Succeeded [2023-05-09T22:17:17.690Z] docker.io [2023-05-09T22:17:17.950Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:18.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:18.210Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:18.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:18.210Z] [2023-05-09T22:17:18.210Z] Login Succeeded [2023-05-09T22:17:18.210Z] ---> docker-login.sh ends [Pipeline] } [2023-05-09T22:17:18.236Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-05-09T22:17:18.869Z] + git rev-list -1 --merges 8fea351daed1303ad2575dcccfd73564a7f5289b~1..8fea351daed1303ad2575dcccfd73564a7f5289b [Pipeline] echo [2023-05-09T22:17:18.936Z] -----------> git rev-list -1 --merges 8fea351daed1303ad2575dcccfd73564a7f5289b~1..8fea351daed1303ad2575dcccfd73564a7f5289b 8fea351daed1303ad2575dcccfd73564a7f5289b [false] [Pipeline] sh [2023-05-09T22:17:19.246Z] + git log --format=format:%s -1 8fea351daed1303ad2575dcccfd73564a7f5289b [Pipeline] echo [2023-05-09T22:17:19.282Z] ========================================================= [2023-05-09T22:17:19.282Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-05-09T22:17:19.282Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-09T22:17:19.711Z] + git log --format=format:%s -1 8fea351daed1303ad2575dcccfd73564a7f5289b [Pipeline] echo [2023-05-09T22:17:19.741Z] [semverPrep] GIT_COMMIT: 8fea351daed1303ad2575dcccfd73564a7f5289b, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-05-09T22:17:19.772Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-05-09T22:17:20.146Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-05-09T22:17:20.146Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-05-09T22:17:20.146Z] + [ -e /tmp/ssh_known_hosts ] [2023-05-09T22:17:20.146Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-05-09T22:17:20.146Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-05-09T22:17:20.146Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-05-09T22:17:20.146Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:17:20.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:17:20.577Z] [2023-05-09T22:17:20.577Z] 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-09T22:17:20.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:17:20.953Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-05-09T22:17:20.953Z] b85a868b505f: Pulling fs layer [2023-05-09T22:17:20.953Z] e2be974225ed: Pulling fs layer [2023-05-09T22:17:20.953Z] 339a4e72a1f5: Pulling fs layer [2023-05-09T22:17:20.953Z] 988bab9f4d93: Pulling fs layer [2023-05-09T22:17:20.953Z] 1469e6f7b9e6: Pulling fs layer [2023-05-09T22:17:20.953Z] eaf3925da568: Pulling fs layer [2023-05-09T22:17:20.953Z] bab4dde63d76: Pulling fs layer [2023-05-09T22:17:20.953Z] bde34c3a00c8: Pulling fs layer [2023-05-09T22:17:20.953Z] b352a97aabf1: Pulling fs layer [2023-05-09T22:17:20.953Z] 4872d77fe225: Pulling fs layer [2023-05-09T22:17:20.953Z] 5851b861e8e6: Pulling fs layer [2023-05-09T22:17:20.953Z] eaf3925da568: Waiting [2023-05-09T22:17:20.953Z] bab4dde63d76: Waiting [2023-05-09T22:17:20.953Z] bde34c3a00c8: Waiting [2023-05-09T22:17:20.953Z] b352a97aabf1: Waiting [2023-05-09T22:17:20.953Z] 4872d77fe225: Waiting [2023-05-09T22:17:20.953Z] 5851b861e8e6: Waiting [2023-05-09T22:17:20.953Z] 988bab9f4d93: Waiting [2023-05-09T22:17:20.953Z] 1469e6f7b9e6: Waiting [2023-05-09T22:17:20.953Z] e2be974225ed: Verifying Checksum [2023-05-09T22:17:20.953Z] e2be974225ed: Download complete [2023-05-09T22:17:20.953Z] 988bab9f4d93: Verifying Checksum [2023-05-09T22:17:20.953Z] 988bab9f4d93: Download complete [2023-05-09T22:17:20.953Z] 1469e6f7b9e6: Verifying Checksum [2023-05-09T22:17:20.953Z] 1469e6f7b9e6: Download complete [2023-05-09T22:17:20.953Z] 339a4e72a1f5: Download complete [2023-05-09T22:17:21.213Z] eaf3925da568: Verifying Checksum [2023-05-09T22:17:21.213Z] eaf3925da568: Download complete [2023-05-09T22:17:21.213Z] bde34c3a00c8: Download complete [2023-05-09T22:17:21.213Z] b352a97aabf1: Verifying Checksum [2023-05-09T22:17:21.213Z] b352a97aabf1: Download complete [2023-05-09T22:17:21.213Z] 4872d77fe225: Verifying Checksum [2023-05-09T22:17:21.213Z] 4872d77fe225: Download complete [2023-05-09T22:17:21.213Z] 5851b861e8e6: Verifying Checksum [2023-05-09T22:17:21.213Z] 5851b861e8e6: Download complete [2023-05-09T22:17:21.213Z] b85a868b505f: Verifying Checksum [2023-05-09T22:17:21.213Z] b85a868b505f: Download complete [2023-05-09T22:17:21.474Z] bab4dde63d76: Verifying Checksum [2023-05-09T22:17:21.474Z] bab4dde63d76: Download complete [2023-05-09T22:17:22.412Z] b85a868b505f: Pull complete [2023-05-09T22:17:22.671Z] e2be974225ed: Pull complete [2023-05-09T22:17:23.241Z] 339a4e72a1f5: Pull complete [2023-05-09T22:17:23.241Z] 988bab9f4d93: Pull complete [2023-05-09T22:17:23.513Z] 1469e6f7b9e6: Pull complete [2023-05-09T22:17:23.513Z] eaf3925da568: Pull complete [2023-05-09T22:17:25.421Z] bab4dde63d76: Pull complete [2023-05-09T22:17:25.421Z] bde34c3a00c8: Pull complete [2023-05-09T22:17:25.681Z] b352a97aabf1: Pull complete [2023-05-09T22:17:25.681Z] 4872d77fe225: Pull complete [2023-05-09T22:17:25.681Z] 5851b861e8e6: Pull complete [2023-05-09T22:17:25.681Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-05-09T22:17:25.681Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-05-09T22:17:25.681Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:17:26.028Z] prd-ubuntu20.04-docker-8c-8g-14783 does not seem to be running inside a container [2023-05-09T22:17:26.062Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-402 -v /w/workspace/foundry_device-virtual-go_PR-402:/w/workspace/foundry_device-virtual-go_PR-402:rw,z -v /w/workspace/foundry_device-virtual-go_PR-402@tmp:/w/workspace/foundry_device-virtual-go_PR-402@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-05-09T22:17:28.114Z] $ docker top 7bd6b12015a9432c07c446c82836bffbe6da6df6244d5afea4b9d6375bae1f4e -eo pid,comm [2023-05-09T22:17:28.188Z] 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-09T22:17:28.188Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-05-09T22:17:28.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-09T22:17:28.355Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-09T22:17:28.483Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-09T22:17:28.486Z] $ docker exec 7bd6b12015a9432c07c446c82836bffbe6da6df6244d5afea4b9d6375bae1f4e ssh-agent [2023-05-09T22:17:28.592Z] SSH_AUTH_SOCK=/tmp/ssh-RoilCuEUnMbs/agent.32 [2023-05-09T22:17:28.592Z] SSH_AGENT_PID=38 [2023-05-09T22:17:28.598Z] Running ssh-add (command line suppressed) [2023-05-09T22:17:28.721Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-402@tmp/private_key_15375353646952525696.key (/w/workspace/foundry_device-virtual-go_PR-402@tmp/private_key_15375353646952525696.key) [2023-05-09T22:17:28.738Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-09T22:17:29.072Z] + git tag --points-at HEAD [Pipeline] } [2023-05-09T22:17:29.099Z] $ docker exec --env ******** --env ******** 7bd6b12015a9432c07c446c82836bffbe6da6df6244d5afea4b9d6375bae1f4e ssh-agent -k [2023-05-09T22:17:29.209Z] unset SSH_AUTH_SOCK; [2023-05-09T22:17:29.210Z] unset SSH_AGENT_PID; [2023-05-09T22:17:29.210Z] echo Agent pid 38 killed; [2023-05-09T22:17:29.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-05-09T22:17:29.308Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-05-09T22:17:29.308Z] [ssh-agent] Looking for ssh-agent implementation... [2023-05-09T22:17:29.430Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-05-09T22:17:29.433Z] $ docker exec 7bd6b12015a9432c07c446c82836bffbe6da6df6244d5afea4b9d6375bae1f4e ssh-agent [2023-05-09T22:17:29.541Z] SSH_AUTH_SOCK=/tmp/ssh-b9KOEnaCczm5/agent.70 [2023-05-09T22:17:29.542Z] SSH_AGENT_PID=76 [2023-05-09T22:17:29.546Z] Running ssh-add (command line suppressed) [2023-05-09T22:17:29.658Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-402@tmp/private_key_6697809048114877883.key (/w/workspace/foundry_device-virtual-go_PR-402@tmp/private_key_6697809048114877883.key) [2023-05-09T22:17:29.673Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-05-09T22:17:30.001Z] + git semver init [2023-05-09T22:17:30.260Z] 2023-05-09 22:17:30,185 [run_init] DEBUG init version:0.0.0 force:False [2023-05-09T22:17:30.260Z] 2023-05-09 22:17:30,187 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-402/.semver [2023-05-09T22:17:30.260Z] 2023-05-09 22:17:30,188 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-402/.semver [2023-05-09T22:17:30.260Z] 2023-05-09 22:17:30,188 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-402/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-402, universal_newlines=False, shell=None, istream=None) [2023-05-09T22:17:31.200Z] 2023-05-09 22:17:31,179 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-402/.git/info/exclude [2023-05-09T22:17:31.200Z] 2023-05-09 22:17:31,179 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-402/.semver/PR-402 with force:False [2023-05-09T22:17:31.200Z] 2023-05-09 22:17:31,180 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-402/.semver/PR-402 [2023-05-09T22:17:31.200Z] 2023-05-09 22:17:31,184 [execute] INFO git cat-file --batch-check [2023-05-09T22:17:31.200Z] 2023-05-09 22:17:31,185 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-402/.semver, universal_newlines=False, shell=None, istream=) [2023-05-09T22:17:31.200Z] 2023-05-09 22:17:31,192 [execute] INFO git cat-file --batch [2023-05-09T22:17:31.200Z] 2023-05-09 22:17:31,193 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-402/.semver, universal_newlines=False, shell=None, istream=) [2023-05-09T22:17:31.200Z] 2023-05-09 22:17:31,199 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-402/.semver/PR-402 [2023-05-09T22:17:31.200Z] 0.0.0 [Pipeline] } [2023-05-09T22:17:31.477Z] $ docker exec --env ******** --env ******** 7bd6b12015a9432c07c446c82836bffbe6da6df6244d5afea4b9d6375bae1f4e ssh-agent -k [2023-05-09T22:17:31.586Z] unset SSH_AUTH_SOCK; [2023-05-09T22:17:31.587Z] unset SSH_AGENT_PID; [2023-05-09T22:17:31.587Z] echo Agent pid 76 killed; [2023-05-09T22:17:31.598Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-05-09T22:17:32.049Z] + git semver [Pipeline] } [2023-05-09T22:17:32.339Z] $ docker stop --time=1 7bd6b12015a9432c07c446c82836bffbe6da6df6244d5afea4b9d6375bae1f4e [2023-05-09T22:17:33.622Z] $ docker rm -f --volumes 7bd6b12015a9432c07c446c82836bffbe6da6df6244d5afea4b9d6375bae1f4e [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-09T22:17:34.021Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-05-09T22:17:34.287Z] Stashed 1 file(s) [Pipeline] echo [2023-05-09T22:17:34.303Z] [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-09T22:17:35.160Z] provisioning config files... [2023-05-09T22:17:35.172Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-402@tmp/config15773094490619330034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:17:35.515Z] ---> docker-login.sh [2023-05-09T22:17:35.516Z] nexus3.edgexfoundry.org:10001 [2023-05-09T22:17:35.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:35.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:35.516Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:35.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:35.516Z] [2023-05-09T22:17:35.516Z] Login Succeeded [2023-05-09T22:17:35.516Z] nexus3.edgexfoundry.org:10002 [2023-05-09T22:17:35.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:35.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:35.516Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:35.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:35.516Z] [2023-05-09T22:17:35.516Z] Login Succeeded [2023-05-09T22:17:35.516Z] nexus3.edgexfoundry.org:10003 [2023-05-09T22:17:35.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:35.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:35.776Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:35.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:35.776Z] [2023-05-09T22:17:35.776Z] Login Succeeded [2023-05-09T22:17:35.776Z] nexus3.edgexfoundry.org:10004 [2023-05-09T22:17:35.776Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:35.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:35.776Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:35.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:35.776Z] [2023-05-09T22:17:35.776Z] Login Succeeded [2023-05-09T22:17:35.776Z] docker.io [2023-05-09T22:17:36.036Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:17:36.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:17:36.036Z] Configure a credential helper to remove this warning. See [2023-05-09T22:17:36.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:17:36.036Z] [2023-05-09T22:17:36.036Z] Login Succeeded [2023-05-09T22:17:36.036Z] ---> docker-login.sh ends [Pipeline] } [2023-05-09T22:17:36.063Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-09T22:17:36.249Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:17:36.282Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:17:36.316Z] ========================================================= [2023-05-09T22:17:36.316Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-05-09T22:17:36.316Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:17:36.786Z] + 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-09T22:17:36.786Z] Sending build context to Docker daemon 23.64MB [2023-05-09T22:17:36.786Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-09T22:17:36.786Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-09T22:17:37.048Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-05-09T22:17:37.048Z] f56be85fc22e: Pulling fs layer [2023-05-09T22:17:37.048Z] 85791d961cd3: Pulling fs layer [2023-05-09T22:17:37.048Z] d694b5ae8c79: Pulling fs layer [2023-05-09T22:17:37.048Z] 9f32a84ed3da: Pulling fs layer [2023-05-09T22:17:37.048Z] 4d19c01a9841: Pulling fs layer [2023-05-09T22:17:37.048Z] 9325e15d5711: Pulling fs layer [2023-05-09T22:17:37.048Z] 556b6ee489ea: Pulling fs layer [2023-05-09T22:17:37.048Z] c5a4b2cf53e6: Pulling fs layer [2023-05-09T22:17:37.048Z] 9325e15d5711: Waiting [2023-05-09T22:17:37.048Z] 556b6ee489ea: Waiting [2023-05-09T22:17:37.048Z] 4d19c01a9841: Waiting [2023-05-09T22:17:37.048Z] c5a4b2cf53e6: Waiting [2023-05-09T22:17:37.048Z] 9f32a84ed3da: Waiting [2023-05-09T22:17:37.048Z] 85791d961cd3: Verifying Checksum [2023-05-09T22:17:37.048Z] 85791d961cd3: Download complete [2023-05-09T22:17:37.048Z] 9f32a84ed3da: Download complete [2023-05-09T22:17:37.048Z] 4d19c01a9841: Verifying Checksum [2023-05-09T22:17:37.048Z] 4d19c01a9841: Download complete [2023-05-09T22:17:37.048Z] f56be85fc22e: Verifying Checksum [2023-05-09T22:17:37.048Z] f56be85fc22e: Download complete [2023-05-09T22:17:37.048Z] 9325e15d5711: Verifying Checksum [2023-05-09T22:17:37.048Z] 9325e15d5711: Download complete [2023-05-09T22:17:37.048Z] f56be85fc22e: Pull complete [2023-05-09T22:17:37.309Z] 85791d961cd3: Pull complete [2023-05-09T22:17:37.569Z] c5a4b2cf53e6: Verifying Checksum [2023-05-09T22:17:37.569Z] c5a4b2cf53e6: Download complete [2023-05-09T22:17:37.569Z] d694b5ae8c79: Verifying Checksum [2023-05-09T22:17:37.569Z] d694b5ae8c79: Download complete [2023-05-09T22:17:37.826Z] 556b6ee489ea: Verifying Checksum [2023-05-09T22:17:37.827Z] 556b6ee489ea: Download complete [2023-05-09T22:17:41.110Z] d694b5ae8c79: Pull complete [2023-05-09T22:17:41.110Z] 9f32a84ed3da: Pull complete [2023-05-09T22:17:41.110Z] 4d19c01a9841: Pull complete [2023-05-09T22:17:41.368Z] 9325e15d5711: Pull complete [2023-05-09T22:17:43.897Z] 556b6ee489ea: Pull complete [2023-05-09T22:17:44.551Z] c5a4b2cf53e6: Pull complete [2023-05-09T22:17:44.551Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-05-09T22:17:44.551Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-05-09T22:17:44.551Z] ---> c4be618373d6 [2023-05-09T22:17:44.551Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-09T22:17:47.882Z] ---> Running in 8812d50b9c13 [2023-05-09T22:17:48.141Z] Removing intermediate container 8812d50b9c13 [2023-05-09T22:17:48.141Z] ---> ea42e864101b [2023-05-09T22:17:48.141Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-09T22:17:48.141Z] ---> Running in 20a066e4533f [2023-05-09T22:17:48.141Z] Removing intermediate container 20a066e4533f [2023-05-09T22:17:48.141Z] ---> e7f8b84ecf1c [2023-05-09T22:17:48.141Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-09T22:17:48.141Z] ---> Running in 813988a29075 [2023-05-09T22:17:48.402Z] Removing intermediate container 813988a29075 [2023-05-09T22:17:48.402Z] ---> 89e70ef648d0 [2023-05-09T22:17:48.402Z] Step 6/12 : WORKDIR /device-virtual-go [2023-05-09T22:17:48.402Z] ---> Running in ee22b7995b08 [2023-05-09T22:17:48.402Z] Removing intermediate container ee22b7995b08 [2023-05-09T22:17:48.402Z] ---> eec1479815cc [2023-05-09T22:17:48.402Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-09T22:17:48.402Z] ---> Running in 52d82794145e [2023-05-09T22:17:48.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-09T22:17:48.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-09T22:17:49.231Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-09T22:17:49.231Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-09T22:17:49.231Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-09T22:17:49.231Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-09T22:17:49.231Z] Executing busybox-1.35.0-r29.trigger [2023-05-09T22:17:49.231Z] OK: 269 MiB in 57 packages [2023-05-09T22:17:49.797Z] Removing intermediate container 52d82794145e [2023-05-09T22:17:49.797Z] ---> 71206e917829 [2023-05-09T22:17:49.797Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-09T22:17:49.797Z] ---> 968ff7f88757 [2023-05-09T22:17:49.797Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-09T22:17:49.797Z] ---> Running in 9f6363e2f5ba [2023-05-09T22:17:49.991Z] Still waiting to schedule task [2023-05-09T22:17:49.992Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-14784’ is offline [2023-05-09T22:18:16.360Z] Removing intermediate container 9f6363e2f5ba [2023-05-09T22:18:16.360Z] ---> 6359a3afeac2 [2023-05-09T22:18:16.360Z] Step 10/12 : COPY . . [2023-05-09T22:18:16.360Z] ---> 6bed7a4aa68c [2023-05-09T22:18:16.360Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-09T22:18:16.360Z] ---> Running in 791c7a95579b [2023-05-09T22:18:16.360Z] Removing intermediate container 791c7a95579b [2023-05-09T22:18:16.360Z] ---> 99aac1223788 [2023-05-09T22:18:16.360Z] Step 12/12 : RUN $MAKE [2023-05-09T22:18:16.360Z] ---> Running in 7a1cd0867ba1 [2023-05-09T22:18:16.360Z] noop [2023-05-09T22:18:16.360Z] Removing intermediate container 7a1cd0867ba1 [2023-05-09T22:18:16.360Z] ---> ba881fcf4c2f [2023-05-09T22:18:16.360Z] Successfully built ba881fcf4c2f [2023-05-09T22:18:16.360Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:18:16.814Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-09T22:18:16.815Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:18:16.970Z] prd-ubuntu20.04-docker-8c-8g-14783 does not seem to be running inside a container [2023-05-09T22:18:17.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-402 -v /w/workspace/foundry_device-virtual-go_PR-402:/w/workspace/foundry_device-virtual-go_PR-402:rw,z -v /w/workspace/foundry_device-virtual-go_PR-402@tmp:/w/workspace/foundry_device-virtual-go_PR-402@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-09T22:18:17.356Z] $ docker top 3fb918c89185dcc4569cef9d86c75444add27174eccb331305393929fcf0df56 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:18:17.753Z] + go version [2023-05-09T22:18:17.753Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-05-09T22:18:17.787Z] $ docker stop --time=1 3fb918c89185dcc4569cef9d86c75444add27174eccb331305393929fcf0df56 [2023-05-09T22:18:19.084Z] $ docker rm -f --volumes 3fb918c89185dcc4569cef9d86c75444add27174eccb331305393929fcf0df56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:18:19.815Z] + docker inspect -f . ci-base-image-x86_64 [2023-05-09T22:18:19.815Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:18:19.964Z] prd-ubuntu20.04-docker-8c-8g-14783 does not seem to be running inside a container [2023-05-09T22:18:20.001Z] $ 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-402 -v /w/workspace/foundry_device-virtual-go_PR-402:/w/workspace/foundry_device-virtual-go_PR-402:rw,z -v /w/workspace/foundry_device-virtual-go_PR-402@tmp:/w/workspace/foundry_device-virtual-go_PR-402@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-05-09T22:18:20.352Z] $ docker top c9e45ff8f0b24e74805d4b0624a347590e1a8d759ab89502d44c1e9c1f5c72b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:18:20.753Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-402 [Pipeline] fileExists [Pipeline] sh [2023-05-09T22:18:21.114Z] + make test [2023-05-09T22:18:21.114Z] go test ./... -coverprofile=coverage.out [2023-05-09T22:18:26.382Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-05-09T22:18:36.347Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-05-09T22:18:36.347Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.017s coverage: 58.6% of statements [2023-05-09T22:18:43.075Z] go vet ./... [2023-05-09T22:18:47.269Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-09T22:18:47.269Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-09T22:18:47.269Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-09T22:18:47.307Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-09T22:18:47.336Z] $ docker stop --time=1 c9e45ff8f0b24e74805d4b0624a347590e1a8d759ab89502d44c1e9c1f5c72b8 [2023-05-09T22:18:50.035Z] $ docker rm -f --volumes c9e45ff8f0b24e74805d4b0624a347590e1a8d759ab89502d44c1e9c1f5c72b8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-09T22:18:50.594Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-09T22:18:50.664Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-05-09T22:18:51.370Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-09T22:18:51.690Z] + ls -al . [2023-05-09T22:18:51.690Z] total 192 [2023-05-09T22:18:51.690Z] drwxrwxr-x 9 jenkins jenkins 4096 May 9 22:18 . [2023-05-09T22:18:51.690Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:17 .. [2023-05-09T22:18:51.690Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:17 .git [2023-05-09T22:18:51.690Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:17 .github [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 337 May 9 22:17 .gitignore [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 41 May 9 22:17 .golangci.yml [2023-05-09T22:18:51.690Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 22:17 .semver [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 8652 May 9 22:17 Attribution.txt [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 11367 May 9 22:17 CHANGELOG.md [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 1646 May 9 22:17 Dockerfile [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 677 May 9 22:17 GOVERNANCE.md [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 660 May 9 22:17 Jenkinsfile [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 22:17 LICENSE [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 1696 May 9 22:17 Makefile [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 623 May 9 22:17 OWNERS.md [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 3578 May 9 22:17 README.md [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 5 May 9 22:17 VERSION [2023-05-09T22:18:51.690Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 22:17 bin [2023-05-09T22:18:51.690Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:17 cmd [2023-05-09T22:18:51.690Z] -rw-r--r-- 1 jenkins jenkins 43063 May 9 22:18 coverage.out [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 3209 May 9 22:17 go.mod [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 30994 May 9 22:17 go.sum [2023-05-09T22:18:51.690Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:17 internal [2023-05-09T22:18:51.690Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:17 snap [2023-05-09T22:18:51.690Z] -rw-rw-r-- 1 jenkins jenkins 235 May 9 22:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:18:52.188Z] + 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=8fea351daed1303ad2575dcccfd73564a7f5289b --label arch=amd64 --label version=0.0.0 . [2023-05-09T22:18:52.188Z] Sending build context to Docker daemon 23.68MB [2023-05-09T22:18:52.188Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-09T22:18:52.188Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-09T22:18:52.188Z] ---> ba881fcf4c2f [2023-05-09T22:18:52.188Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-09T22:18:52.448Z] ---> Running in 35ead14f9d5c [2023-05-09T22:18:52.448Z] Removing intermediate container 35ead14f9d5c [2023-05-09T22:18:52.448Z] ---> 416d1c08a5e8 [2023-05-09T22:18:52.448Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-09T22:18:52.448Z] ---> Running in 1847c73997d7 [2023-05-09T22:18:52.448Z] Removing intermediate container 1847c73997d7 [2023-05-09T22:18:52.448Z] ---> eacc6e065c0f [2023-05-09T22:18:52.448Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-05-09T22:18:52.448Z] ---> Running in 9caa2f7b0420 [2023-05-09T22:18:52.708Z] Removing intermediate container 9caa2f7b0420 [2023-05-09T22:18:52.708Z] ---> 3554f168c684 [2023-05-09T22:18:52.708Z] Step 6/25 : WORKDIR /device-virtual-go [2023-05-09T22:18:52.708Z] ---> Running in 92aa0dc1a976 [2023-05-09T22:18:52.708Z] Removing intermediate container 92aa0dc1a976 [2023-05-09T22:18:52.708Z] ---> 1816ab57cbed [2023-05-09T22:18:52.708Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-09T22:18:52.708Z] ---> Running in 71b711cba078 [2023-05-09T22:18:52.969Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-09T22:18:53.229Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-09T22:18:53.492Z] OK: 269 MiB in 57 packages [2023-05-09T22:18:53.752Z] Removing intermediate container 71b711cba078 [2023-05-09T22:18:53.752Z] ---> e51c56a77a6c [2023-05-09T22:18:53.752Z] Step 8/25 : COPY go.mod vendor* ./ [2023-05-09T22:18:53.752Z] ---> 7bbc00ab0b87 [2023-05-09T22:18:53.752Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-09T22:18:53.752Z] ---> Running in 9514eea2038f [2023-05-09T22:18:54.687Z] Removing intermediate container 9514eea2038f [2023-05-09T22:18:54.687Z] ---> 65f8743767c6 [2023-05-09T22:18:54.687Z] Step 10/25 : COPY . . [2023-05-09T22:18:55.628Z] ---> 48464c2cf146 [2023-05-09T22:18:55.628Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-09T22:18:55.628Z] ---> Running in 2894d371aa4e [2023-05-09T22:18:55.887Z] Removing intermediate container 2894d371aa4e [2023-05-09T22:18:55.887Z] ---> da6bcb7d3906 [2023-05-09T22:18:55.887Z] Step 12/25 : RUN $MAKE [2023-05-09T22:18:55.887Z] ---> Running in 9c96ac700f65 [2023-05-09T22:18:56.454Z] 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-09T22:19:18.717Z] Removing intermediate container 9c96ac700f65 [2023-05-09T22:19:18.717Z] ---> c32957b37247 [2023-05-09T22:19:18.717Z] Step 13/25 : FROM alpine:3.17 [2023-05-09T22:19:18.717Z] 3.17: Pulling from library/alpine [2023-05-09T22:19:18.717Z] f56be85fc22e: Already exists [2023-05-09T22:19:18.718Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-09T22:19:18.718Z] Status: Downloaded newer image for alpine:3.17 [2023-05-09T22:19:18.718Z] ---> 9ed4aefc74f6 [2023-05-09T22:19:18.718Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-05-09T22:19:18.718Z] ---> Running in c74cb2a975e3 [2023-05-09T22:19:18.718Z] Removing intermediate container c74cb2a975e3 [2023-05-09T22:19:18.718Z] ---> b4bd754fa742 [2023-05-09T22:19:18.718Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-05-09T22:19:18.718Z] ---> Running in b51ef425c269 [2023-05-09T22:19:18.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-05-09T22:19:18.718Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-05-09T22:19:18.718Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-09T22:19:18.718Z] Executing busybox-1.35.0-r29.trigger [2023-05-09T22:19:18.718Z] OK: 7 MiB in 16 packages [2023-05-09T22:19:18.718Z] Removing intermediate container b51ef425c269 [2023-05-09T22:19:18.718Z] ---> f404a43d23a4 [2023-05-09T22:19:18.718Z] Step 16/25 : WORKDIR / [2023-05-09T22:19:18.718Z] ---> Running in 50de21ba8bbb [2023-05-09T22:19:18.718Z] Removing intermediate container 50de21ba8bbb [2023-05-09T22:19:18.718Z] ---> daf3e5ae993d [2023-05-09T22:19:18.718Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-05-09T22:19:18.718Z] ---> ad24fc702c99 [2023-05-09T22:19:18.718Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-05-09T22:19:18.718Z] ---> ba043a519843 [2023-05-09T22:19:18.718Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-05-09T22:19:18.718Z] ---> 42342fd602ab [2023-05-09T22:19:18.718Z] Step 20/25 : EXPOSE 59900 [2023-05-09T22:19:18.718Z] ---> Running in 274047c1c74d [2023-05-09T22:19:18.718Z] Removing intermediate container 274047c1c74d [2023-05-09T22:19:18.718Z] ---> 922d1050b210 [2023-05-09T22:19:18.718Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-05-09T22:19:18.718Z] ---> Running in 2b6bc93467ed [2023-05-09T22:19:18.718Z] Removing intermediate container 2b6bc93467ed [2023-05-09T22:19:18.718Z] ---> 2b8ff28b1d81 [2023-05-09T22:19:18.718Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-09T22:19:18.718Z] ---> Running in c990ed4b0467 [2023-05-09T22:19:18.718Z] Removing intermediate container c990ed4b0467 [2023-05-09T22:19:18.718Z] ---> 1f066421283b [2023-05-09T22:19:18.718Z] Step 23/25 : LABEL arch=amd64 [2023-05-09T22:19:18.718Z] ---> Running in 8e888c493237 [2023-05-09T22:19:18.718Z] Removing intermediate container 8e888c493237 [2023-05-09T22:19:18.718Z] ---> 9a3b620cd12d [2023-05-09T22:19:18.718Z] Step 24/25 : LABEL git_sha=8fea351daed1303ad2575dcccfd73564a7f5289b [2023-05-09T22:19:18.718Z] ---> Running in 32e2df70074e [2023-05-09T22:19:18.718Z] Removing intermediate container 32e2df70074e [2023-05-09T22:19:18.718Z] ---> 2a838a311e4f [2023-05-09T22:19:18.718Z] Step 25/25 : LABEL version=0.0.0 [2023-05-09T22:19:18.718Z] ---> Running in 61dbb3b6b469 [2023-05-09T22:19:18.718Z] Removing intermediate container 61dbb3b6b469 [2023-05-09T22:19:18.718Z] ---> 42b5b39b3bb3 [2023-05-09T22:19:18.718Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-09T22:19:18.718Z] Successfully built 42b5b39b3bb3 [2023-05-09T22:19:18.718Z] 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-09T22:19:19.622Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-09T22:19:19.622Z] [2023-05-09T22:19:19.622Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:19:19.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-09T22:19:19.997Z] latest: Pulling from edgex-lftools-log-publisher [2023-05-09T22:19:19.997Z] 5eb5b503b376: Pulling fs layer [2023-05-09T22:19:19.997Z] 5c69ac0246d0: Pulling fs layer [2023-05-09T22:19:19.997Z] ec43610c2a17: Pulling fs layer [2023-05-09T22:19:19.997Z] 3a2ae6a8a46f: Pulling fs layer [2023-05-09T22:19:19.997Z] 33b1e0a273af: Pulling fs layer [2023-05-09T22:19:19.997Z] 5d3b04190fa2: Pulling fs layer [2023-05-09T22:19:19.997Z] 2f39f015ded8: Pulling fs layer [2023-05-09T22:19:19.997Z] 33b1e0a273af: Waiting [2023-05-09T22:19:19.997Z] 5d3b04190fa2: Waiting [2023-05-09T22:19:19.997Z] 2f39f015ded8: Waiting [2023-05-09T22:19:19.997Z] 3a2ae6a8a46f: Waiting [2023-05-09T22:19:19.997Z] 5c69ac0246d0: Download complete [2023-05-09T22:19:19.997Z] 3a2ae6a8a46f: Verifying Checksum [2023-05-09T22:19:19.997Z] 3a2ae6a8a46f: Download complete [2023-05-09T22:19:19.997Z] 33b1e0a273af: Verifying Checksum [2023-05-09T22:19:19.997Z] 33b1e0a273af: Download complete [2023-05-09T22:19:19.997Z] 5d3b04190fa2: Verifying Checksum [2023-05-09T22:19:19.997Z] 5d3b04190fa2: Download complete [2023-05-09T22:19:19.997Z] ec43610c2a17: Verifying Checksum [2023-05-09T22:19:19.997Z] ec43610c2a17: Download complete [2023-05-09T22:19:20.262Z] 5eb5b503b376: Verifying Checksum [2023-05-09T22:19:20.262Z] 5eb5b503b376: Download complete [2023-05-09T22:19:20.830Z] 2f39f015ded8: Download complete [2023-05-09T22:19:21.396Z] 5eb5b503b376: Pull complete [2023-05-09T22:19:21.655Z] 5c69ac0246d0: Pull complete [2023-05-09T22:19:22.223Z] ec43610c2a17: Pull complete [2023-05-09T22:19:22.223Z] 3a2ae6a8a46f: Pull complete [2023-05-09T22:19:22.480Z] 33b1e0a273af: Pull complete [2023-05-09T22:19:22.480Z] 5d3b04190fa2: Pull complete [2023-05-09T22:19:27.757Z] 2f39f015ded8: Pull complete [2023-05-09T22:19:27.757Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-05-09T22:19:27.757Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-09T22:19:27.757Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:19:27.976Z] prd-ubuntu20.04-docker-8c-8g-14783 does not seem to be running inside a container [2023-05-09T22:19:28.002Z] $ 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-402 -v /w/workspace/foundry_device-virtual-go_PR-402:/w/workspace/foundry_device-virtual-go_PR-402:rw,z -v /w/workspace/foundry_device-virtual-go_PR-402@tmp:/w/workspace/foundry_device-virtual-go_PR-402@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-09T22:19:31.073Z] $ docker top ee892297d1b843ddbf2dad3e130d66699fb7c4b9c62242a2ca79b5c8a49f2da1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:19:31.510Z] ---> job-cost.sh [2023-05-09T22:19:31.510Z] lf-activate-venv: SKIPPING [2023-05-09T22:19:31.510Z] INFO: No Stack... [2023-05-09T22:19:31.774Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-09T22:19:32.342Z] INFO: Archiving Costs [Pipeline] sh [2023-05-09T22:19:32.659Z] + cat /w/workspace/foundry_device-virtual-go_PR-402/archives/cost.csv [2023-05-09T22:19:32.659Z] + cut -d, -f6 [Pipeline] lock [2023-05-09T22:19:32.699Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-402-1-stack-cost] [2023-05-09T22:19:32.704Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-402-1-stack-cost] did not exist. Created. [2023-05-09T22:19:32.704Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-402-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-09T22:19:33.095Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-05-09T22:19:33.148Z] Stashed 1 file(s) [Pipeline] } [2023-05-09T22:19:33.174Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-402-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-09T22:19:33.245Z] $ docker stop --time=1 ee892297d1b843ddbf2dad3e130d66699fb7c4b9c62242a2ca79b5c8a49f2da1 [2023-05-09T22:19:34.412Z] $ docker rm -f --volumes ee892297d1b843ddbf2dad3e130d66699fb7c4b9c62242a2ca79b5c8a49f2da1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-05-09T22:20:11.516Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-14788 in /w/workspace/foundry_device-virtual-go_PR-402 [Pipeline] { [Pipeline] ws [2023-05-09T22:20:11.577Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-05-09T22:20:11.660Z] The recommended git tool is: git [2023-05-09T22:20:18.013Z] using credential edgex-jenkins-ssh [2023-05-09T22:20:18.032Z] Cloning the remote Git repository [2023-05-09T22:20:18.088Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-05-09T22:20:18.201Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-05-09T22:20:18.388Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-05-09T22:20:18.389Z] > git --version # timeout=10 [2023-05-09T22:20:18.416Z] > git --version # 'git version 2.25.1' [2023-05-09T22:20:18.419Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-09T22:20:18.604Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-09T22:20:20.808Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-05-09T22:20:20.837Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-05-09T22:20:21.887Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-05-09T22:20:21.940Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-05-09T22:20:21.941Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-09T22:20:21.963Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/402/head:refs/remotes/origin/PR-402 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-05-09T22:20:22.470Z] Merging remotes/origin/main commit e88a56d1e6585e93dcd7e4f327c101309364504a into PR head commit 8fea351daed1303ad2575dcccfd73564a7f5289b [2023-05-09T22:20:22.787Z] Merge succeeded, producing 8fea351daed1303ad2575dcccfd73564a7f5289b [2023-05-09T22:20:22.787Z] Checking out Revision 8fea351daed1303ad2575dcccfd73564a7f5289b (PR-402) [2023-05-09T22:20:23.417Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-05-09T22:20:22.492Z] > git config core.sparsecheckout # timeout=10 [2023-05-09T22:20:22.583Z] > git checkout -f 8fea351daed1303ad2575dcccfd73564a7f5289b # timeout=10 [2023-05-09T22:20:22.682Z] > git remote # timeout=10 [2023-05-09T22:20:22.704Z] > git config --get remote.origin.url # timeout=10 [2023-05-09T22:20:22.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-05-09T22:20:22.740Z] > git merge e88a56d1e6585e93dcd7e4f327c101309364504a # timeout=10 [2023-05-09T22:20:22.768Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-05-09T22:20:22.794Z] > git config core.sparsecheckout # timeout=10 [2023-05-09T22:20:22.813Z] > git checkout -f 8fea351daed1303ad2575dcccfd73564a7f5289b # timeout=10 [2023-05-09T22:20:23.487Z] > git --version # timeout=10 [2023-05-09T22:20:23.505Z] > git --version # 'git version 2.25.1' [2023-05-09T22:20:23.533Z] fatal: bad object 4fc256d9079ed2258907e613f84b1b8da264a4bd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-09T22:20:24.726Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-05-09T22:20:24.726Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-09T22:20:24.726Z] Dload Upload Total Spent Left Speed [2023-05-09T22:20:24.726Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 200k 0 --:--:-- --:--:-- --:--:-- 204k [Pipeline] sh [2023-05-09T22:20:25.351Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-05-09T22:20:25.715Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-05-09T22:20:25.715Z] + sudo tee /etc/docker/daemon.new [2023-05-09T22:20:25.715Z] { [2023-05-09T22:20:25.715Z] "registry-mirrors": [ [2023-05-09T22:20:25.715Z] "https://nexus3.edgexfoundry.org:10001" [2023-05-09T22:20:25.715Z] ], [2023-05-09T22:20:25.715Z] "bip": "10.250.0.254/24", [2023-05-09T22:20:25.715Z] "hosts": [ [2023-05-09T22:20:25.715Z] "tcp://0.0.0.0:5555", [2023-05-09T22:20:25.715Z] "unix:///var/run/docker.sock" [2023-05-09T22:20:25.715Z] ], [2023-05-09T22:20:25.715Z] "mtu": 1458, [2023-05-09T22:20:25.715Z] "selinux-enabled": true, [2023-05-09T22:20:25.715Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-05-09T22:20:25.715Z] } [Pipeline] sh [2023-05-09T22:20:26.074Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-05-09T22:20:26.435Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:20:44.766Z] provisioning config files... [2023-05-09T22:20:44.801Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config9110035733468803042tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:20:45.207Z] ---> docker-login.sh [2023-05-09T22:20:45.207Z] nexus3.edgexfoundry.org:10001 [2023-05-09T22:20:45.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:20:45.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:20:45.801Z] Configure a credential helper to remove this warning. See [2023-05-09T22:20:45.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:20:45.801Z] [2023-05-09T22:20:45.801Z] Login Succeeded [2023-05-09T22:20:45.801Z] nexus3.edgexfoundry.org:10002 [2023-05-09T22:20:46.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:20:46.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:20:46.345Z] Configure a credential helper to remove this warning. See [2023-05-09T22:20:46.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:20:46.345Z] [2023-05-09T22:20:46.345Z] Login Succeeded [2023-05-09T22:20:46.345Z] nexus3.edgexfoundry.org:10003 [2023-05-09T22:20:46.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:20:46.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:20:46.629Z] Configure a credential helper to remove this warning. See [2023-05-09T22:20:46.629Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:20:46.629Z] [2023-05-09T22:20:46.629Z] Login Succeeded [2023-05-09T22:20:46.629Z] nexus3.edgexfoundry.org:10004 [2023-05-09T22:20:46.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:20:47.182Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:20:47.182Z] Configure a credential helper to remove this warning. See [2023-05-09T22:20:47.182Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:20:47.182Z] [2023-05-09T22:20:47.182Z] Login Succeeded [2023-05-09T22:20:47.182Z] docker.io [2023-05-09T22:20:47.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-05-09T22:20:47.726Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-05-09T22:20:47.726Z] Configure a credential helper to remove this warning. See [2023-05-09T22:20:47.726Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-05-09T22:20:47.726Z] [2023-05-09T22:20:47.726Z] Login Succeeded [2023-05-09T22:20:47.726Z] ---> docker-login.sh ends [Pipeline] } [2023-05-09T22:20:47.757Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-05-09T22:20:48.220Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:20:48.256Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-05-09T22:20:48.356Z] ========================================================= [2023-05-09T22:20:48.356Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-05-09T22:20:48.356Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:20:48.882Z] + 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-09T22:20:49.154Z] Sending build context to Docker daemon 11.98MB [2023-05-09T22:20:49.429Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-05-09T22:20:49.429Z] Step 2/12 : FROM ${BASE} AS builder [2023-05-09T22:20:49.429Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-05-09T22:20:49.429Z] c41833b44d91: Pulling fs layer [2023-05-09T22:20:49.429Z] ed15518f5707: Pulling fs layer [2023-05-09T22:20:49.429Z] feae8fd75edb: Pulling fs layer [2023-05-09T22:20:49.429Z] 242c74f7c9fa: Pulling fs layer [2023-05-09T22:20:49.429Z] 3cdef696dda3: Pulling fs layer [2023-05-09T22:20:49.429Z] 2ced38df9373: Pulling fs layer [2023-05-09T22:20:49.429Z] 58f1dce35555: Pulling fs layer [2023-05-09T22:20:49.429Z] 242c74f7c9fa: Waiting [2023-05-09T22:20:49.429Z] 2ced38df9373: Waiting [2023-05-09T22:20:49.429Z] 3cdef696dda3: Waiting [2023-05-09T22:20:49.429Z] 58f1dce35555: Waiting [2023-05-09T22:20:49.429Z] ed15518f5707: Verifying Checksum [2023-05-09T22:20:49.724Z] ed15518f5707: Download complete [2023-05-09T22:20:49.724Z] 242c74f7c9fa: Verifying Checksum [2023-05-09T22:20:49.724Z] 242c74f7c9fa: Download complete [2023-05-09T22:20:49.724Z] 3cdef696dda3: Verifying Checksum [2023-05-09T22:20:49.724Z] 3cdef696dda3: Download complete [2023-05-09T22:20:49.724Z] c41833b44d91: Verifying Checksum [2023-05-09T22:20:49.724Z] c41833b44d91: Download complete [2023-05-09T22:20:50.733Z] c41833b44d91: Pull complete [2023-05-09T22:20:51.003Z] 58f1dce35555: Verifying Checksum [2023-05-09T22:20:51.003Z] 58f1dce35555: Download complete [2023-05-09T22:20:51.290Z] ed15518f5707: Pull complete [2023-05-09T22:20:52.282Z] feae8fd75edb: Verifying Checksum [2023-05-09T22:20:52.282Z] feae8fd75edb: Download complete [2023-05-09T22:20:52.282Z] 2ced38df9373: Verifying Checksum [2023-05-09T22:20:52.282Z] 2ced38df9373: Download complete [2023-05-09T22:21:02.391Z] feae8fd75edb: Pull complete [2023-05-09T22:21:02.663Z] 242c74f7c9fa: Pull complete [2023-05-09T22:21:02.935Z] 3cdef696dda3: Pull complete [2023-05-09T22:21:09.684Z] 2ced38df9373: Pull complete [2023-05-09T22:21:12.139Z] 58f1dce35555: Pull complete [2023-05-09T22:21:12.139Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-05-09T22:21:12.139Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-05-09T22:21:12.139Z] ---> fadd8f120f05 [2023-05-09T22:21:12.139Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-09T22:21:14.101Z] ---> Running in 6a0a6ca3a85a [2023-05-09T22:21:14.694Z] Removing intermediate container 6a0a6ca3a85a [2023-05-09T22:21:14.694Z] ---> af66061a02ba [2023-05-09T22:21:14.694Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-05-09T22:21:14.694Z] ---> Running in 719d7640a413 [2023-05-09T22:21:14.965Z] Removing intermediate container 719d7640a413 [2023-05-09T22:21:14.965Z] ---> 0b97f35d8c9d [2023-05-09T22:21:14.965Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-05-09T22:21:15.236Z] ---> Running in fc99d8625e39 [2023-05-09T22:21:15.508Z] Removing intermediate container fc99d8625e39 [2023-05-09T22:21:15.508Z] ---> ff0b0be146f3 [2023-05-09T22:21:15.508Z] Step 6/12 : WORKDIR /device-virtual-go [2023-05-09T22:21:15.508Z] ---> Running in 103a73cc71b4 [2023-05-09T22:21:15.787Z] Removing intermediate container 103a73cc71b4 [2023-05-09T22:21:15.787Z] ---> 2579d9c30177 [2023-05-09T22:21:15.788Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-09T22:21:16.061Z] ---> Running in 094464d53dd8 [2023-05-09T22:21:17.504Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-09T22:21:18.095Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-09T22:21:19.075Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-05-09T22:21:19.348Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-05-09T22:21:19.348Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-05-09T22:21:19.348Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-05-09T22:21:19.348Z] Executing busybox-1.35.0-r29.trigger [2023-05-09T22:21:19.348Z] OK: 268 MiB in 57 packages [2023-05-09T22:21:20.776Z] Removing intermediate container 094464d53dd8 [2023-05-09T22:21:20.776Z] ---> 7bd0702758fa [2023-05-09T22:21:20.776Z] Step 8/12 : COPY go.mod vendor* ./ [2023-05-09T22:21:21.050Z] ---> 433c76f71130 [2023-05-09T22:21:21.050Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-09T22:21:21.322Z] ---> Running in 551b6eace411 [2023-05-09T22:22:29.304Z] Removing intermediate container 551b6eace411 [2023-05-09T22:22:29.305Z] ---> 6ac4152ea1e6 [2023-05-09T22:22:29.305Z] Step 10/12 : COPY . . [2023-05-09T22:22:29.305Z] ---> d240b9ab87d2 [2023-05-09T22:22:29.305Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-09T22:22:29.305Z] ---> Running in 201a194fcff1 [2023-05-09T22:22:29.305Z] Removing intermediate container 201a194fcff1 [2023-05-09T22:22:29.305Z] ---> 40edb4633426 [2023-05-09T22:22:29.305Z] Step 12/12 : RUN $MAKE [2023-05-09T22:22:29.305Z] ---> Running in 852de3f8d49c [2023-05-09T22:22:29.305Z] noop [2023-05-09T22:22:29.305Z] Removing intermediate container 852de3f8d49c [2023-05-09T22:22:29.305Z] ---> ce21fa894601 [2023-05-09T22:22:29.305Z] Successfully built ce21fa894601 [2023-05-09T22:22:29.305Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:22:29.818Z] + docker inspect -f . ci-base-image-arm64 [2023-05-09T22:22:29.818Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:22:30.126Z] prd-ubuntu20.04-docker-arm64-4c-16g-14788 does not seem to be running inside a container [2023-05-09T22:22:30.211Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-09T22:22:31.499Z] $ docker top f8fb4ad4e71a622882f027d46b88101decb49ae5eaefbf15c5364366fd861425 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:22:32.423Z] + go version [2023-05-09T22:22:32.423Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-05-09T22:22:32.459Z] $ docker stop --time=1 f8fb4ad4e71a622882f027d46b88101decb49ae5eaefbf15c5364366fd861425 [2023-05-09T22:22:34.111Z] $ docker rm -f --volumes f8fb4ad4e71a622882f027d46b88101decb49ae5eaefbf15c5364366fd861425 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:22:35.002Z] + docker inspect -f . ci-base-image-arm64 [2023-05-09T22:22:35.002Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:22:35.269Z] prd-ubuntu20.04-docker-arm64-4c-16g-14788 does not seem to be running inside a container [2023-05-09T22:22:35.341Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-05-09T22:22:36.484Z] $ docker top 5bf9dd350b40e01308fac3eaaedaad34a59408bdc915a922557ab79db7e54b78 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:22:37.056Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-05-09T22:22:37.457Z] + make test [2023-05-09T22:22:37.457Z] go test ./... -coverprofile=coverage.out [2023-05-09T22:23:16.365Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-05-09T22:25:39.030Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-05-09T22:25:39.030Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.110s coverage: 58.4% of statements [2023-05-09T22:25:39.030Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-05-09T22:25:39.030Z] go vet ./... [2023-05-09T22:26:11.320Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-05-09T22:26:11.320Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-05-09T22:26:11.320Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-05-09T22:26:11.362Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-05-09T22:26:11.388Z] $ docker stop --time=1 5bf9dd350b40e01308fac3eaaedaad34a59408bdc915a922557ab79db7e54b78 [2023-05-09T22:26:13.216Z] $ docker rm -f --volumes 5bf9dd350b40e01308fac3eaaedaad34a59408bdc915a922557ab79db7e54b78 [Pipeline] // withDockerContainer [Pipeline] sh [2023-05-09T22:26:14.432Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-05-09T22:26:14.469Z] Warning: overwriting stash ‘coverage-report’ [2023-05-09T22:26:15.020Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-05-09T22:26:15.630Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-05-09T22:26:15.987Z] + ls -al . [2023-05-09T22:26:15.987Z] total 188 [2023-05-09T22:26:15.987Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:22 . [2023-05-09T22:26:15.987Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:20 .. [2023-05-09T22:26:15.987Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 22:20 .git [2023-05-09T22:26:15.987Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:20 .github [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 337 May 9 22:20 .gitignore [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 41 May 9 22:20 .golangci.yml [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 8652 May 9 22:20 Attribution.txt [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 11367 May 9 22:20 CHANGELOG.md [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 1646 May 9 22:20 Dockerfile [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 677 May 9 22:20 GOVERNANCE.md [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 660 May 9 22:20 Jenkinsfile [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 22:20 LICENSE [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 1696 May 9 22:20 Makefile [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 623 May 9 22:20 OWNERS.md [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 3578 May 9 22:20 README.md [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 5 May 9 22:17 VERSION [2023-05-09T22:26:15.987Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 22:20 bin [2023-05-09T22:26:15.987Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:20 cmd [2023-05-09T22:26:15.987Z] -rw-r--r-- 1 jenkins jenkins 43063 May 9 22:25 coverage.out [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 3209 May 9 22:20 go.mod [2023-05-09T22:26:15.987Z] -rw-rw-r-- 1 jenkins jenkins 30994 May 9 22:20 go.sum [2023-05-09T22:26:15.987Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 22:20 internal [2023-05-09T22:26:15.987Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 22:20 snap [2023-05-09T22:26:15.988Z] -rw-rw-r-- 1 jenkins jenkins 235 May 9 22:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:26:16.429Z] + 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=8fea351daed1303ad2575dcccfd73564a7f5289b --label arch=arm64 --label version=0.0.0 . [2023-05-09T22:26:17.032Z] Sending build context to Docker daemon 12.03MB [2023-05-09T22:26:17.032Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-05-09T22:26:17.032Z] Step 2/25 : FROM ${BASE} AS builder [2023-05-09T22:26:17.032Z] ---> ce21fa894601 [2023-05-09T22:26:17.032Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-05-09T22:26:17.032Z] ---> Running in 1341ff73f3d6 [2023-05-09T22:26:17.305Z] Removing intermediate container 1341ff73f3d6 [2023-05-09T22:26:17.306Z] ---> 3a179ac5dda3 [2023-05-09T22:26:17.306Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-05-09T22:26:17.577Z] ---> Running in b69b4f55a53d [2023-05-09T22:26:17.852Z] Removing intermediate container b69b4f55a53d [2023-05-09T22:26:17.852Z] ---> 3f1aa0aad2bc [2023-05-09T22:26:17.852Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-05-09T22:26:17.852Z] ---> Running in 41573fe4da42 [2023-05-09T22:26:18.125Z] Removing intermediate container 41573fe4da42 [2023-05-09T22:26:18.125Z] ---> c3ded96fa60e [2023-05-09T22:26:18.125Z] Step 6/25 : WORKDIR /device-virtual-go [2023-05-09T22:26:18.125Z] ---> Running in 7f7ffbd6b905 [2023-05-09T22:26:18.720Z] Removing intermediate container 7f7ffbd6b905 [2023-05-09T22:26:18.720Z] ---> 174d66351bb9 [2023-05-09T22:26:18.720Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-05-09T22:26:18.720Z] ---> Running in 734059b49584 [2023-05-09T22:26:19.689Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-09T22:26:20.274Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-09T22:26:21.690Z] OK: 268 MiB in 57 packages [2023-05-09T22:26:22.663Z] Removing intermediate container 734059b49584 [2023-05-09T22:26:22.663Z] ---> 07fe24b81d0a [2023-05-09T22:26:22.663Z] Step 8/25 : COPY go.mod vendor* ./ [2023-05-09T22:26:22.934Z] ---> b067c098be98 [2023-05-09T22:26:22.934Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-05-09T22:26:23.204Z] ---> Running in 7eec40843353 [2023-05-09T22:26:25.804Z] Removing intermediate container 7eec40843353 [2023-05-09T22:26:25.804Z] ---> 7e3823f805b8 [2023-05-09T22:26:25.804Z] Step 10/25 : COPY . . [2023-05-09T22:26:27.226Z] ---> e0d881ac9cb1 [2023-05-09T22:26:27.226Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-05-09T22:26:27.226Z] ---> Running in c18bb047d78d [2023-05-09T22:26:27.814Z] Removing intermediate container c18bb047d78d [2023-05-09T22:26:27.814Z] ---> 8a2cc2d36fbd [2023-05-09T22:26:27.814Z] Step 12/25 : RUN $MAKE [2023-05-09T22:26:27.814Z] ---> Running in 53e80c01d128 [2023-05-09T22:26:28.783Z] 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-09T22:29:05.557Z] Removing intermediate container 53e80c01d128 [2023-05-09T22:29:05.557Z] ---> 28dbeaa1c818 [2023-05-09T22:29:05.557Z] Step 13/25 : FROM alpine:3.17 [2023-05-09T22:29:05.557Z] 3.17: Pulling from library/alpine [2023-05-09T22:29:05.557Z] c41833b44d91: Already exists [2023-05-09T22:29:05.557Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-05-09T22:29:05.557Z] Status: Downloaded newer image for alpine:3.17 [2023-05-09T22:29:05.557Z] ---> 51e60588ff2c [2023-05-09T22:29:05.557Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-05-09T22:29:05.557Z] ---> Running in e19d494aaa2e [2023-05-09T22:29:05.557Z] Removing intermediate container e19d494aaa2e [2023-05-09T22:29:05.557Z] ---> 792e99b8e8f1 [2023-05-09T22:29:05.557Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-05-09T22:29:05.557Z] ---> Running in 7b4a15f2d2e0 [2023-05-09T22:29:05.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-05-09T22:29:05.557Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-05-09T22:29:05.557Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-05-09T22:29:05.557Z] Executing busybox-1.35.0-r29.trigger [2023-05-09T22:29:05.557Z] OK: 8 MiB in 16 packages [2023-05-09T22:29:05.557Z] Removing intermediate container 7b4a15f2d2e0 [2023-05-09T22:29:05.557Z] ---> a87e50c9887a [2023-05-09T22:29:05.557Z] Step 16/25 : WORKDIR / [2023-05-09T22:29:05.557Z] ---> Running in 837a7b234e57 [2023-05-09T22:29:05.557Z] Removing intermediate container 837a7b234e57 [2023-05-09T22:29:05.557Z] ---> b97a939d0ad0 [2023-05-09T22:29:05.557Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-05-09T22:29:05.557Z] ---> f8813ad707b3 [2023-05-09T22:29:05.557Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-05-09T22:29:05.557Z] ---> 76b9c6535cee [2023-05-09T22:29:05.557Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-05-09T22:29:05.557Z] ---> 6942a73f0e63 [2023-05-09T22:29:05.557Z] Step 20/25 : EXPOSE 59900 [2023-05-09T22:29:05.557Z] ---> Running in 7c835fdb2152 [2023-05-09T22:29:05.557Z] Removing intermediate container 7c835fdb2152 [2023-05-09T22:29:05.557Z] ---> efe4ca0a90b5 [2023-05-09T22:29:05.557Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-05-09T22:29:05.557Z] ---> Running in 7f595251f618 [2023-05-09T22:29:05.557Z] Removing intermediate container 7f595251f618 [2023-05-09T22:29:05.558Z] ---> 50b5055d7c1b [2023-05-09T22:29:05.558Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-05-09T22:29:05.558Z] ---> Running in b2d5e675941a [2023-05-09T22:29:05.558Z] Removing intermediate container b2d5e675941a [2023-05-09T22:29:05.558Z] ---> 8c07fc3ade06 [2023-05-09T22:29:05.558Z] Step 23/25 : LABEL arch=arm64 [2023-05-09T22:29:05.558Z] ---> Running in a58fdf86821b [2023-05-09T22:29:05.558Z] Removing intermediate container a58fdf86821b [2023-05-09T22:29:05.558Z] ---> 4ac0049c63a0 [2023-05-09T22:29:05.558Z] Step 24/25 : LABEL git_sha=8fea351daed1303ad2575dcccfd73564a7f5289b [2023-05-09T22:29:05.558Z] ---> Running in 4a4211d1b5e6 [2023-05-09T22:29:05.558Z] Removing intermediate container 4a4211d1b5e6 [2023-05-09T22:29:05.558Z] ---> 6b7e90702339 [2023-05-09T22:29:05.558Z] Step 25/25 : LABEL version=0.0.0 [2023-05-09T22:29:05.558Z] ---> Running in e966dd9bfc86 [2023-05-09T22:29:05.558Z] Removing intermediate container e966dd9bfc86 [2023-05-09T22:29:05.558Z] ---> 1dfd9ac1e826 [2023-05-09T22:29:05.558Z] [Warning] One or more build-args [ARCH] were not consumed [2023-05-09T22:29:05.558Z] Successfully built 1dfd9ac1e826 [2023-05-09T22:29:05.558Z] 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-09T22:29:06.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-09T22:29:06.399Z] [2023-05-09T22:29:06.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:29:06.806Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-09T22:29:06.806Z] arm64: Pulling from edgex-lftools-log-publisher [2023-05-09T22:29:06.806Z] 8998bd30e6a1: Pulling fs layer [2023-05-09T22:29:06.806Z] 04944245beec: Pulling fs layer [2023-05-09T22:29:06.806Z] 699f458cf7ca: Pulling fs layer [2023-05-09T22:29:06.806Z] 765212b225bb: Pulling fs layer [2023-05-09T22:29:06.806Z] f23df028b6ca: Pulling fs layer [2023-05-09T22:29:06.806Z] d65c8cfc05b1: Pulling fs layer [2023-05-09T22:29:06.806Z] 2437ff75d9bd: Pulling fs layer [2023-05-09T22:29:06.806Z] 765212b225bb: Waiting [2023-05-09T22:29:06.806Z] d65c8cfc05b1: Waiting [2023-05-09T22:29:06.806Z] f23df028b6ca: Waiting [2023-05-09T22:29:06.806Z] 2437ff75d9bd: Waiting [2023-05-09T22:29:07.075Z] 04944245beec: Verifying Checksum [2023-05-09T22:29:07.075Z] 04944245beec: Download complete [2023-05-09T22:29:07.075Z] 765212b225bb: Verifying Checksum [2023-05-09T22:29:07.075Z] 765212b225bb: Download complete [2023-05-09T22:29:07.075Z] f23df028b6ca: Verifying Checksum [2023-05-09T22:29:07.075Z] f23df028b6ca: Download complete [2023-05-09T22:29:07.075Z] d65c8cfc05b1: Verifying Checksum [2023-05-09T22:29:07.075Z] d65c8cfc05b1: Download complete [2023-05-09T22:29:07.344Z] 699f458cf7ca: Verifying Checksum [2023-05-09T22:29:07.613Z] 8998bd30e6a1: Verifying Checksum [2023-05-09T22:29:07.613Z] 8998bd30e6a1: Download complete [2023-05-09T22:29:10.203Z] 2437ff75d9bd: Verifying Checksum [2023-05-09T22:29:10.203Z] 2437ff75d9bd: Download complete [2023-05-09T22:29:11.619Z] 8998bd30e6a1: Pull complete [2023-05-09T22:29:11.887Z] 04944245beec: Pull complete [2023-05-09T22:29:13.296Z] 699f458cf7ca: Pull complete [2023-05-09T22:29:13.296Z] 765212b225bb: Pull complete [2023-05-09T22:29:14.255Z] f23df028b6ca: Pull complete [2023-05-09T22:29:14.255Z] d65c8cfc05b1: Pull complete [2023-05-09T22:29:29.252Z] 2437ff75d9bd: Pull complete [2023-05-09T22:29:29.252Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-05-09T22:29:29.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-05-09T22:29:29.252Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:29:29.648Z] prd-ubuntu20.04-docker-arm64-4c-16g-14788 does not seem to be running inside a container [2023-05-09T22:29:29.736Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-05-09T22:29:32.531Z] $ docker top 91325b98711e8bc77ea5bfdb8ddcc9e443ec30a7415efa01b5ab950e728cd850 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:29:33.556Z] ---> job-cost.sh [2023-05-09T22:29:33.556Z] lf-activate-venv: SKIPPING [2023-05-09T22:29:33.556Z] INFO: No Stack... [2023-05-09T22:29:33.829Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-05-09T22:29:34.792Z] INFO: Archiving Costs [Pipeline] sh [2023-05-09T22:29:35.454Z] + cat+ /w/workspace/device-virtual-go/1/archives/cost.csv [2023-05-09T22:29:35.454Z] cut -d, -f6 [Pipeline] lock [2023-05-09T22:29:35.516Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-402-1-stack-cost] [2023-05-09T22:29:35.521Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-402-1-stack-cost] did not exist. Created. [2023-05-09T22:29:35.522Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-402-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-05-09T22:29:36.253Z] /w/workspace/device-virtual-go/1@tmp/durable-ab987445/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-05-09T22:29:36.601Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-05-09T22:29:36.636Z] Warning: overwriting stash ‘stack-cost’ [2023-05-09T22:29:36.683Z] Stashed 1 file(s) [Pipeline] } [2023-05-09T22:29:36.698Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-402-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-05-09T22:29:36.774Z] $ docker stop --time=1 91325b98711e8bc77ea5bfdb8ddcc9e443ec30a7415efa01b5ab950e728cd850 [2023-05-09T22:29:38.502Z] $ docker rm -f --volumes 91325b98711e8bc77ea5bfdb8ddcc9e443ec30a7415efa01b5ab950e728cd850 [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-09T22:29:39.525Z] provisioning config files... [2023-05-09T22:29:39.533Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-402@tmp/config3162554756095269836tmp [Pipeline] { [Pipeline] sh [2023-05-09T22:29:39.878Z] + set +x [2023-05-09T22:29:39.878Z] + bash -s -- [2023-05-09T22:29:39.878Z] + curl -s https://codecov.io/bash [2023-05-09T22:29:39.878Z] [2023-05-09T22:29:39.878Z] _____ _ [2023-05-09T22:29:39.878Z] / ____| | | [2023-05-09T22:29:39.878Z] | | ___ __| | ___ ___ _____ __ [2023-05-09T22:29:39.878Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-05-09T22:29:39.878Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-05-09T22:29:39.878Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-05-09T22:29:39.878Z] Bash-1.0.6 [2023-05-09T22:29:39.878Z] [2023-05-09T22:29:39.878Z] [2023-05-09T22:29:39.878Z] ==> git version 2.25.1 found [2023-05-09T22:29:39.878Z] ==> 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-09T22:29:39.878Z] Release-Date: 2020-01-08 [2023-05-09T22:29:39.878Z] 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-09T22:29:39.878Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-05-09T22:29:39.878Z] ==> Jenkins CI detected. [2023-05-09T22:29:39.878Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-402 [2023-05-09T22:29:39.878Z] project root: . [2023-05-09T22:29:39.878Z] --> token set from env [2023-05-09T22:29:39.878Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-05-09T22:29:39.878Z] ==> Running gcov in . (disable via -X gcov) [2023-05-09T22:29:39.878Z] ==> Python coveragepy not found [2023-05-09T22:29:39.878Z] ==> Searching for coverage reports in: [2023-05-09T22:29:39.878Z] + . [2023-05-09T22:29:39.878Z] -> Found 1 reports [2023-05-09T22:29:39.878Z] ==> Detecting git/mercurial file structure [2023-05-09T22:29:40.138Z] ==> Reading reports [2023-05-09T22:29:40.138Z] + ./coverage.out bytes=43063 [2023-05-09T22:29:40.138Z] ==> Appending adjustments [2023-05-09T22:29:40.138Z] https://docs.codecov.io/docs/fixing-reports [2023-05-09T22:29:40.138Z] + Found adjustments [2023-05-09T22:29:40.138Z] ==> Gzipping contents [2023-05-09T22:29:40.138Z] 8.0K /tmp/codecov.Jwm0p3.gz [2023-05-09T22:29:40.138Z] ==> Uploading reports [2023-05-09T22:29:40.138Z] url: https://codecov.io [2023-05-09T22:29:40.138Z] query: branch=PR-402&commit=8fea351daed1303ad2575dcccfd73564a7f5289b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-402%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=402&job=&cmd_args= [2023-05-09T22:29:40.138Z] -> Pinging Codecov [2023-05-09T22:29:40.138Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-402&commit=8fea351daed1303ad2575dcccfd73564a7f5289b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-402%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=402&job=&cmd_args= [2023-05-09T22:29:40.399Z] -> Uploading to [2023-05-09T22:29:40.399Z] https://storage.googleapis.com/codecov/v4/raw/2023-05-09/5E52B4B073DB2E39498172D8E973AA87/8fea351daed1303ad2575dcccfd73564a7f5289b/32c34054-f275-40ed-bf31-6989cacdb8be.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230509T222940Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb897422486684d83d0b954614327389268cb3a86c003a4cf07d2b71f2648627 [2023-05-09T22:29:40.399Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-05-09T22:29:40.399Z] Dload Upload Total Spent Left Speed [2023-05-09T22:29:40.659Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 21159 --:--:-- --:--:-- --:--:-- 21159 [2023-05-09T22:29:40.659Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/8fea351daed1303ad2575dcccfd73564a7f5289b [Pipeline] } [2023-05-09T22:29:40.688Z] 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-09T22:29:42.444Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-402/archives ] [2023-05-09T22:29:42.444Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-402/archives [2023-05-09T22:29:42.444Z] total 16 [2023-05-09T22:29:42.444Z] drwxr-xr-x 3 root root 4096 May 9 22:19 . [2023-05-09T22:29:42.444Z] drwxrwxr-x 10 jenkins jenkins 4096 May 9 22:19 .. [2023-05-09T22:29:42.444Z] drwxr-xr-x 2 root root 4096 May 9 22:19 cost [2023-05-09T22:29:42.444Z] -rw-r--r-- 1 root root 89 May 9 22:19 cost.csv [2023-05-09T22:29:42.444Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-402/archives [2023-05-09T22:29:42.444Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-402/archives [2023-05-09T22:29:42.444Z] total 16 [2023-05-09T22:29:42.444Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 22:19 . [2023-05-09T22:29:42.444Z] drwxrwxr-x 10 jenkins jenkins 4096 May 9 22:19 .. [2023-05-09T22:29:42.444Z] drwxr-xr-x 2 jenkins jenkins 4096 May 9 22:19 cost [2023-05-09T22:29:42.444Z] -rw-r--r-- 1 jenkins jenkins 89 May 9 22:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:29:42.774Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:29:43.661Z] ---> package-listing.sh [2023-05-09T22:29:43.661Z] ++ tr '[:upper:]' '[:lower:]' [2023-05-09T22:29:43.661Z] ++ facter osfamily [2023-05-09T22:29:43.921Z] + OS_FAMILY=debian [2023-05-09T22:29:43.921Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-402 [2023-05-09T22:29:43.921Z] + START_PACKAGES=/tmp/packages_start.txt [2023-05-09T22:29:43.921Z] + END_PACKAGES=/tmp/packages_end.txt [2023-05-09T22:29:43.921Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-05-09T22:29:43.921Z] + PACKAGES=/tmp/packages_start.txt [2023-05-09T22:29:43.921Z] + '[' /w/workspace/foundry_device-virtual-go_PR-402 ']' [2023-05-09T22:29:43.921Z] + PACKAGES=/tmp/packages_end.txt [2023-05-09T22:29:43.921Z] + case "${OS_FAMILY}" in [2023-05-09T22:29:43.921Z] + dpkg -l [2023-05-09T22:29:43.921Z] + grep '^ii' [2023-05-09T22:29:43.921Z] + '[' -f /tmp/packages_start.txt ']' [2023-05-09T22:29:43.921Z] + '[' -f /tmp/packages_end.txt ']' [2023-05-09T22:29:43.921Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-05-09T22:29:43.921Z] + '[' /w/workspace/foundry_device-virtual-go_PR-402 ']' [2023-05-09T22:29:43.921Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-402/archives/ [2023-05-09T22:29:43.921Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-402/archives/ [Pipeline] echo [2023-05-09T22:29:43.958Z] 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-402/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-05-09T22:29:44.251Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-05-09T22:29:44.881Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-05-09T22:29:44.881Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-05-09T22:29:45.020Z] prd-ubuntu20.04-docker-8c-8g-14783 does not seem to be running inside a container [2023-05-09T22:29:45.049Z] $ 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-402/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-402 -v /w/workspace/foundry_device-virtual-go_PR-402:/w/workspace/foundry_device-virtual-go_PR-402:rw,z -v /w/workspace/foundry_device-virtual-go_PR-402@tmp:/w/workspace/foundry_device-virtual-go_PR-402@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-05-09T22:29:45.254Z] $ docker top 1af769ceac417fc93463f062ddac6340169a06007d7e1389037aac80d3c78354 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-05-09T22:29:45.655Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-05-09T22:29:45.967Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-05-09T22:29:46.277Z] + ls /var/log/sa-host [2023-05-09T22:29:46.277Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-05-09T22:29:46.420Z] provisioning config files... [2023-05-09T22:29:46.428Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-402@tmp/config15092063042994527018tmp [Pipeline] { [Pipeline] echo [2023-05-09T22:29:46.483Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:29:46.803Z] ---> create-netrc.sh [Pipeline] } [2023-05-09T22:29:46.835Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:29:47.252Z] ---> python-tools-install.sh [Pipeline] echo [2023-05-09T22:29:47.285Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:29:47.611Z] ---> sudo-logs.sh [2023-05-09T22:29:47.611Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-05-09T22:29:47.770Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:29:48.087Z] ---> job-cost.sh [2023-05-09T22:29:48.087Z] lf-activate-venv: SKIPPING [2023-05-09T22:29:48.087Z] DEBUG: total: 0.2199999988079071 [2023-05-09T22:29:48.087Z] INFO: Retrieving Stack Cost... [2023-05-09T22:29:48.655Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-05-09T22:29:48.915Z] INFO: Archiving Costs [Pipeline] echo [2023-05-09T22:29:48.949Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-05-09T22:29:49.266Z] ---> logs-deploy.sh [2023-05-09T22:29:49.266Z] lf-activate-venv: SKIPPING [2023-05-09T22:29:49.266Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-402/1 [2023-05-09T22:29:49.266Z] INFO: archiving workspace using pattern(s): [2023-05-09T22:29:50.205Z] Archives upload complete. [2023-05-09T22:29:50.205Z] INFO: archiving logs to Nexus