Pull request #392 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7b9cefd22bb62d32640b4025b3774591114b8cec+d6abde5a20369131a3e211cd4d79273744ab24ab (43d68948c24fd1431f3894e2f76757c43fdceaf2) 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-ssh10435525536356109780.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10533888273535608286.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-392/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-392/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7181291992822156635.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-392/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10446711198296047466.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17101661116908651213.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-392/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-392/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8108887638274441599.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-11888’ Running on prd-ubuntu20.04-docker-8c-8g-11890 in /w/workspace/foundry_device-virtual-go_PR-392 [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-392 # 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 Merging remotes/origin/main commit d6abde5a20369131a3e211cd4d79273744ab24ab into PR head commit 7b9cefd22bb62d32640b4025b3774591114b8cec Merge succeeded, producing 7b9cefd22bb62d32640b4025b3774591114b8cec Checking out Revision 7b9cefd22bb62d32640b4025b3774591114b8cec (PR-392) 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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 > 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/392/head:refs/remotes/origin/PR-392 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b9cefd22bb62d32640b4025b3774591114b8cec # 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 d6abde5a20369131a3e211cd4d79273744ab24ab # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b9cefd22bb62d32640b4025b3774591114b8cec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-27T11:59:22.974Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-27T11:59:23.152Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-27T11:59:23.250Z] ========================================================= [2023-04-27T11:59:23.251Z] EdgeX Global Pipelines Version Info [2023-04-27T11:59:23.251Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:59:24.014Z] ------------------- [2023-04-27T11:59:24.014Z] stable info: [2023-04-27T11:59:24.014Z] ------------------- [2023-04-27T11:59:24.014Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-27T11:59:24.014Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-27T11:59:24.014Z] Message: update stable to v1.0.248 [2023-04-27T11:59:24.587Z] ------------------- [2023-04-27T11:59:24.587Z] experimental info: [2023-04-27T11:59:24.587Z] ------------------- [2023-04-27T11:59:24.587Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-27T11:59:24.587Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-27T11:59:24.587Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-27T11:59:24.926Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-04-27T11:59:24.971Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-04-27T11:59:25.012Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-27T11:59:25.056Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-27T11:59:25.100Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-27T11:59:25.139Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-27T11:59:25.180Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-27T11:59:25.221Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-27T11:59:25.268Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-27T11:59:25.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-27T11:59:25.353Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-27T11:59:25.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-04-27T11:59:25.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-27T11:59:25.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-27T11:59:25.515Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-27T11:59:25.560Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-27T11:59:25.609Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-27T11:59:25.653Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-27T11:59:25.694Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-27T11:59:25.743Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-27T11:59:25.789Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-27T11:59:25.838Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-27T11:59:25.882Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-27T11:59:25.933Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-27T11:59:25.976Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-27T11:59:26.022Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-27T11:59:26.063Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-27T11:59:26.108Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-392 [Pipeline] echo [2023-04-27T11:59:26.175Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-392 [Pipeline] echo [2023-04-27T11:59:26.220Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-392 [Pipeline] echo [2023-04-27T11:59:26.260Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b9cefd22bb62d32640b4025b3774591114b8cec [Pipeline] echo [2023-04-27T11:59:26.303Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b9cefd [Pipeline] echo [2023-04-27T11:59:26.343Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T11:59:26.468Z] provisioning config files... [2023-04-27T11:59:26.482Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-392@tmp/config5406904900992066428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:59:26.832Z] ---> docker-login.sh [2023-04-27T11:59:26.832Z] nexus3.edgexfoundry.org:10001 [2023-04-27T11:59:27.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:27.096Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:27.096Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:27.096Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:27.096Z] [2023-04-27T11:59:27.096Z] Login Succeeded [2023-04-27T11:59:27.096Z] nexus3.edgexfoundry.org:10002 [2023-04-27T11:59:27.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:27.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:27.357Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:27.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:27.357Z] [2023-04-27T11:59:27.357Z] Login Succeeded [2023-04-27T11:59:27.357Z] nexus3.edgexfoundry.org:10003 [2023-04-27T11:59:27.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:27.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:27.357Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:27.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:27.357Z] [2023-04-27T11:59:27.357Z] Login Succeeded [2023-04-27T11:59:27.357Z] nexus3.edgexfoundry.org:10004 [2023-04-27T11:59:27.357Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:27.619Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:27.619Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:27.619Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:27.619Z] [2023-04-27T11:59:27.619Z] Login Succeeded [2023-04-27T11:59:27.619Z] docker.io [2023-04-27T11:59:27.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:27.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:27.887Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:27.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:27.888Z] [2023-04-27T11:59:27.888Z] Login Succeeded [2023-04-27T11:59:27.888Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T11:59:27.916Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-27T11:59:28.609Z] + git rev-list -1 --merges 7b9cefd22bb62d32640b4025b3774591114b8cec~1..7b9cefd22bb62d32640b4025b3774591114b8cec [Pipeline] echo [2023-04-27T11:59:28.678Z] -----------> git rev-list -1 --merges 7b9cefd22bb62d32640b4025b3774591114b8cec~1..7b9cefd22bb62d32640b4025b3774591114b8cec 7b9cefd22bb62d32640b4025b3774591114b8cec [false] [Pipeline] sh [2023-04-27T11:59:28.993Z] + git log --format=format:%s -1 7b9cefd22bb62d32640b4025b3774591114b8cec [Pipeline] echo [2023-04-27T11:59:29.031Z] ========================================================= [2023-04-27T11:59:29.031Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-27T11:59:29.031Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T11:59:29.477Z] + git log --format=format:%s -1 7b9cefd22bb62d32640b4025b3774591114b8cec [Pipeline] echo [2023-04-27T11:59:29.510Z] [semverPrep] GIT_COMMIT: 7b9cefd22bb62d32640b4025b3774591114b8cec, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-27T11:59:29.541Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-27T11:59:29.996Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-27T11:59:29.996Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-27T11:59:29.996Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-27T11:59:29.996Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-27T11:59:29.996Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-27T11:59:29.996Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-27T11:59:29.996Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:59:30.439Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T11:59:30.439Z] [2023-04-27T11:59:30.439Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:59:30.824Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T11:59:30.824Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-27T11:59:30.824Z] b85a868b505f: Pulling fs layer [2023-04-27T11:59:30.824Z] e2be974225ed: Pulling fs layer [2023-04-27T11:59:30.824Z] 339a4e72a1f5: Pulling fs layer [2023-04-27T11:59:30.824Z] 988bab9f4d93: Pulling fs layer [2023-04-27T11:59:30.824Z] 1469e6f7b9e6: Pulling fs layer [2023-04-27T11:59:30.824Z] eaf3925da568: Pulling fs layer [2023-04-27T11:59:30.824Z] bab4dde63d76: Pulling fs layer [2023-04-27T11:59:30.824Z] bde34c3a00c8: Pulling fs layer [2023-04-27T11:59:30.824Z] b352a97aabf1: Pulling fs layer [2023-04-27T11:59:30.824Z] 4872d77fe225: Pulling fs layer [2023-04-27T11:59:30.824Z] 5851b861e8e6: Pulling fs layer [2023-04-27T11:59:30.824Z] 988bab9f4d93: Waiting [2023-04-27T11:59:30.824Z] 1469e6f7b9e6: Waiting [2023-04-27T11:59:30.824Z] eaf3925da568: Waiting [2023-04-27T11:59:30.824Z] bab4dde63d76: Waiting [2023-04-27T11:59:30.824Z] bde34c3a00c8: Waiting [2023-04-27T11:59:30.824Z] b352a97aabf1: Waiting [2023-04-27T11:59:30.824Z] e2be974225ed: Verifying Checksum [2023-04-27T11:59:30.824Z] e2be974225ed: Download complete [2023-04-27T11:59:30.824Z] 988bab9f4d93: Verifying Checksum [2023-04-27T11:59:30.824Z] 988bab9f4d93: Download complete [2023-04-27T11:59:31.086Z] 1469e6f7b9e6: Verifying Checksum [2023-04-27T11:59:31.086Z] 1469e6f7b9e6: Download complete [2023-04-27T11:59:31.086Z] eaf3925da568: Verifying Checksum [2023-04-27T11:59:31.086Z] eaf3925da568: Download complete [2023-04-27T11:59:31.086Z] 339a4e72a1f5: Verifying Checksum [2023-04-27T11:59:31.086Z] 339a4e72a1f5: Download complete [2023-04-27T11:59:31.086Z] b352a97aabf1: Download complete [2023-04-27T11:59:31.086Z] 4872d77fe225: Download complete [2023-04-27T11:59:31.086Z] 5851b861e8e6: Verifying Checksum [2023-04-27T11:59:31.086Z] 5851b861e8e6: Download complete [2023-04-27T11:59:31.086Z] b85a868b505f: Download complete [2023-04-27T11:59:31.345Z] bab4dde63d76: Verifying Checksum [2023-04-27T11:59:31.345Z] bab4dde63d76: Download complete [2023-04-27T11:59:32.284Z] b85a868b505f: Pull complete [2023-04-27T11:59:32.542Z] e2be974225ed: Pull complete [2023-04-27T11:59:33.121Z] 339a4e72a1f5: Pull complete [2023-04-27T11:59:33.121Z] 988bab9f4d93: Pull complete [2023-04-27T11:59:33.381Z] 1469e6f7b9e6: Pull complete [2023-04-27T11:59:33.644Z] eaf3925da568: Pull complete [2023-04-27T11:59:35.556Z] bab4dde63d76: Pull complete [2023-04-27T11:59:35.556Z] bde34c3a00c8: Pull complete [2023-04-27T11:59:35.556Z] b352a97aabf1: Pull complete [2023-04-27T11:59:35.820Z] 4872d77fe225: Pull complete [2023-04-27T11:59:35.820Z] 5851b861e8e6: Pull complete [2023-04-27T11:59:35.820Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-27T11:59:35.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-27T11:59:35.820Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T11:59:36.064Z] prd-ubuntu20.04-docker-8c-8g-11890 does not seem to be running inside a container [2023-04-27T11:59:36.100Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-392 -v /w/workspace/foundry_device-virtual-go_PR-392:/w/workspace/foundry_device-virtual-go_PR-392:rw,z -v /w/workspace/foundry_device-virtual-go_PR-392@tmp:/w/workspace/foundry_device-virtual-go_PR-392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-27T11:59:40.361Z] $ docker top cf0b2f128bacaa24a91319ae014fa784ffe0f155d99257f75b287e393f257a2e -eo pid,comm [2023-04-27T11:59:40.417Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-27T11:59:40.417Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-27T11:59:40.558Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-27T11:59:40.558Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-27T11:59:40.686Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-27T11:59:40.694Z] $ docker exec cf0b2f128bacaa24a91319ae014fa784ffe0f155d99257f75b287e393f257a2e ssh-agent [2023-04-27T11:59:40.802Z] SSH_AUTH_SOCK=/tmp/ssh-oShpuFUFQWHe/agent.32 [2023-04-27T11:59:40.802Z] SSH_AGENT_PID=38 [2023-04-27T11:59:40.809Z] Running ssh-add (command line suppressed) [2023-04-27T11:59:40.914Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-392@tmp/private_key_11932739827384535610.key (/w/workspace/foundry_device-virtual-go_PR-392@tmp/private_key_11932739827384535610.key) [2023-04-27T11:59:40.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-27T11:59:41.270Z] + git tag --points-at HEAD [Pipeline] } [2023-04-27T11:59:41.302Z] $ docker exec --env ******** --env ******** cf0b2f128bacaa24a91319ae014fa784ffe0f155d99257f75b287e393f257a2e ssh-agent -k [2023-04-27T11:59:41.417Z] unset SSH_AUTH_SOCK; [2023-04-27T11:59:41.417Z] unset SSH_AGENT_PID; [2023-04-27T11:59:41.417Z] echo Agent pid 38 killed; [2023-04-27T11:59:41.424Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-27T11:59:41.520Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-27T11:59:41.520Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-27T11:59:41.652Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-27T11:59:41.659Z] $ docker exec cf0b2f128bacaa24a91319ae014fa784ffe0f155d99257f75b287e393f257a2e ssh-agent [2023-04-27T11:59:41.769Z] SSH_AUTH_SOCK=/tmp/ssh-mPvFmsaanKu4/agent.70 [2023-04-27T11:59:41.769Z] SSH_AGENT_PID=76 [2023-04-27T11:59:41.774Z] Running ssh-add (command line suppressed) [2023-04-27T11:59:41.885Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-392@tmp/private_key_14262896290355215165.key (/w/workspace/foundry_device-virtual-go_PR-392@tmp/private_key_14262896290355215165.key) [2023-04-27T11:59:41.898Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-27T11:59:42.233Z] + git semver init [2023-04-27T11:59:42.494Z] 2023-04-27 11:59:42,419 [run_init] DEBUG init version:0.0.0 force:False [2023-04-27T11:59:42.494Z] 2023-04-27 11:59:42,420 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-392/.semver [2023-04-27T11:59:42.494Z] 2023-04-27 11:59:42,421 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-392/.semver [2023-04-27T11:59:42.494Z] 2023-04-27 11:59:42,421 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-392/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-392, universal_newlines=False, shell=None, istream=None) [2023-04-27T11:59:43.885Z] 2023-04-27 11:59:43,549 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-392/.git/info/exclude [2023-04-27T11:59:43.885Z] 2023-04-27 11:59:43,549 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-392/.semver/PR-392 with force:False [2023-04-27T11:59:43.885Z] 2023-04-27 11:59:43,550 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-392/.semver/PR-392 [2023-04-27T11:59:43.885Z] 2023-04-27 11:59:43,554 [execute] INFO git cat-file --batch-check [2023-04-27T11:59:43.885Z] 2023-04-27 11:59:43,554 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-392/.semver, universal_newlines=False, shell=None, istream=) [2023-04-27T11:59:43.885Z] 2023-04-27 11:59:43,564 [execute] INFO git cat-file --batch [2023-04-27T11:59:43.885Z] 2023-04-27 11:59:43,564 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-392/.semver, universal_newlines=False, shell=None, istream=) [2023-04-27T11:59:43.885Z] 2023-04-27 11:59:43,570 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-392/.semver/PR-392 [2023-04-27T11:59:43.885Z] 0.0.0 [Pipeline] } [2023-04-27T11:59:43.918Z] $ docker exec --env ******** --env ******** cf0b2f128bacaa24a91319ae014fa784ffe0f155d99257f75b287e393f257a2e ssh-agent -k [2023-04-27T11:59:44.015Z] unset SSH_AUTH_SOCK; [2023-04-27T11:59:44.016Z] unset SSH_AGENT_PID; [2023-04-27T11:59:44.016Z] echo Agent pid 76 killed; [2023-04-27T11:59:44.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-27T11:59:44.465Z] + git semver [Pipeline] } [2023-04-27T11:59:44.756Z] $ docker stop --time=1 cf0b2f128bacaa24a91319ae014fa784ffe0f155d99257f75b287e393f257a2e [2023-04-27T11:59:46.065Z] $ docker rm -f --volumes cf0b2f128bacaa24a91319ae014fa784ffe0f155d99257f75b287e393f257a2e [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T11:59:46.477Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-27T11:59:46.745Z] Stashed 1 file(s) [Pipeline] echo [2023-04-27T11:59:46.762Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T11:59:47.351Z] provisioning config files... [2023-04-27T11:59:47.360Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-392@tmp/config8070024721478651638tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T11:59:47.714Z] ---> docker-login.sh [2023-04-27T11:59:47.714Z] nexus3.edgexfoundry.org:10001 [2023-04-27T11:59:47.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:47.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:47.714Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:47.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:47.714Z] [2023-04-27T11:59:47.714Z] Login Succeeded [2023-04-27T11:59:47.714Z] nexus3.edgexfoundry.org:10002 [2023-04-27T11:59:47.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:47.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:47.714Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:47.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:47.714Z] [2023-04-27T11:59:47.714Z] Login Succeeded [2023-04-27T11:59:47.714Z] nexus3.edgexfoundry.org:10003 [2023-04-27T11:59:47.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:47.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:47.977Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:47.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:47.977Z] [2023-04-27T11:59:47.977Z] Login Succeeded [2023-04-27T11:59:47.977Z] nexus3.edgexfoundry.org:10004 [2023-04-27T11:59:47.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:47.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:47.977Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:47.977Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:47.977Z] [2023-04-27T11:59:47.977Z] Login Succeeded [2023-04-27T11:59:47.977Z] docker.io [2023-04-27T11:59:48.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T11:59:48.239Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T11:59:48.239Z] Configure a credential helper to remove this warning. See [2023-04-27T11:59:48.239Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T11:59:48.239Z] [2023-04-27T11:59:48.239Z] Login Succeeded [2023-04-27T11:59:48.239Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T11:59:48.278Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-27T11:59:48.494Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T11:59:48.533Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T11:59:48.568Z] ========================================================= [2023-04-27T11:59:48.568Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-27T11:59:48.568Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T11:59:49.057Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-27T11:59:49.057Z] Sending build context to Docker daemon 23.59MB [2023-04-27T11:59:49.057Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T11:59:49.057Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-27T11:59:49.321Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-27T11:59:49.321Z] f56be85fc22e: Pulling fs layer [2023-04-27T11:59:49.321Z] 85791d961cd3: Pulling fs layer [2023-04-27T11:59:49.321Z] d694b5ae8c79: Pulling fs layer [2023-04-27T11:59:49.321Z] 9f32a84ed3da: Pulling fs layer [2023-04-27T11:59:49.321Z] 4d19c01a9841: Pulling fs layer [2023-04-27T11:59:49.321Z] 9325e15d5711: Pulling fs layer [2023-04-27T11:59:49.321Z] 556b6ee489ea: Pulling fs layer [2023-04-27T11:59:49.321Z] 4d19c01a9841: Waiting [2023-04-27T11:59:49.321Z] 9f32a84ed3da: Waiting [2023-04-27T11:59:49.321Z] 556b6ee489ea: Waiting [2023-04-27T11:59:49.321Z] 9325e15d5711: Waiting [2023-04-27T11:59:49.321Z] c5a4b2cf53e6: Pulling fs layer [2023-04-27T11:59:49.321Z] c5a4b2cf53e6: Waiting [2023-04-27T11:59:49.321Z] 85791d961cd3: Download complete [2023-04-27T11:59:49.321Z] 9f32a84ed3da: Download complete [2023-04-27T11:59:49.321Z] 4d19c01a9841: Download complete [2023-04-27T11:59:49.321Z] f56be85fc22e: Verifying Checksum [2023-04-27T11:59:49.321Z] f56be85fc22e: Download complete [2023-04-27T11:59:49.321Z] 9325e15d5711: Verifying Checksum [2023-04-27T11:59:49.321Z] 9325e15d5711: Download complete [2023-04-27T11:59:49.582Z] f56be85fc22e: Pull complete [2023-04-27T11:59:49.582Z] 85791d961cd3: Pull complete [2023-04-27T11:59:50.152Z] c5a4b2cf53e6: Verifying Checksum [2023-04-27T11:59:50.152Z] c5a4b2cf53e6: Download complete [2023-04-27T11:59:50.411Z] d694b5ae8c79: Download complete [2023-04-27T11:59:50.411Z] 556b6ee489ea: Verifying Checksum [2023-04-27T11:59:50.411Z] 556b6ee489ea: Download complete [2023-04-27T11:59:54.613Z] d694b5ae8c79: Pull complete [2023-04-27T11:59:54.613Z] 9f32a84ed3da: Pull complete [2023-04-27T11:59:54.613Z] 4d19c01a9841: Pull complete [2023-04-27T11:59:54.613Z] 9325e15d5711: Pull complete [2023-04-27T11:59:57.154Z] 556b6ee489ea: Pull complete [2023-04-27T11:59:57.720Z] c5a4b2cf53e6: Pull complete [2023-04-27T11:59:57.720Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-27T11:59:57.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-27T11:59:57.720Z] ---> c4be618373d6 [2023-04-27T11:59:57.720Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-27T12:00:02.159Z] Still waiting to schedule task [2023-04-27T12:00:02.159Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-11889’ is offline [2023-04-27T12:00:05.883Z] ---> Running in b338b2b25afb [2023-04-27T12:00:05.884Z] Removing intermediate container b338b2b25afb [2023-04-27T12:00:05.884Z] ---> bf4c53812f04 [2023-04-27T12:00:05.884Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T12:00:05.884Z] ---> Running in afcc858647d9 [2023-04-27T12:00:05.884Z] Removing intermediate container afcc858647d9 [2023-04-27T12:00:05.884Z] ---> 208c1bd32d33 [2023-04-27T12:00:05.884Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-27T12:00:05.884Z] ---> Running in 1fd172356f90 [2023-04-27T12:00:05.884Z] Removing intermediate container 1fd172356f90 [2023-04-27T12:00:05.884Z] ---> 1e7c8d7af81c [2023-04-27T12:00:05.884Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-27T12:00:05.884Z] ---> Running in 61e645f84830 [2023-04-27T12:00:05.884Z] Removing intermediate container 61e645f84830 [2023-04-27T12:00:05.884Z] ---> 20a38d95206f [2023-04-27T12:00:05.884Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T12:00:05.884Z] ---> Running in 0b486e8b8903 [2023-04-27T12:00:05.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T12:00:05.884Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T12:00:05.884Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-27T12:00:05.884Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-27T12:00:05.884Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-27T12:00:05.884Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-27T12:00:05.884Z] Executing busybox-1.35.0-r29.trigger [2023-04-27T12:00:05.884Z] OK: 269 MiB in 57 packages [2023-04-27T12:00:06.454Z] Removing intermediate container 0b486e8b8903 [2023-04-27T12:00:06.454Z] ---> e7d28e43255a [2023-04-27T12:00:06.454Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-27T12:00:06.714Z] ---> 3abc9a2a604d [2023-04-27T12:00:06.714Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T12:00:06.714Z] ---> Running in 349fcae69bd2 [2023-04-27T12:01:03.162Z] Removing intermediate container 349fcae69bd2 [2023-04-27T12:01:03.162Z] ---> 0b497bc1fc01 [2023-04-27T12:01:03.162Z] Step 10/12 : COPY . . [2023-04-27T12:01:03.162Z] ---> 73e8aa3bd63e [2023-04-27T12:01:03.162Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T12:01:03.162Z] ---> Running in cf596e66c877 [2023-04-27T12:01:03.162Z] Removing intermediate container cf596e66c877 [2023-04-27T12:01:03.162Z] ---> 9bb620625aa6 [2023-04-27T12:01:03.162Z] Step 12/12 : RUN $MAKE [2023-04-27T12:01:03.162Z] ---> Running in cf5f53addc3c [2023-04-27T12:01:03.162Z] noop [2023-04-27T12:01:03.162Z] Removing intermediate container cf5f53addc3c [2023-04-27T12:01:03.162Z] ---> 36e5cf579bc4 [2023-04-27T12:01:03.162Z] Successfully built 36e5cf579bc4 [2023-04-27T12:01:03.162Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:01:03.646Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-27T12:01:03.646Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T12:01:03.807Z] prd-ubuntu20.04-docker-8c-8g-11890 does not seem to be running inside a container [2023-04-27T12:01:03.843Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-392 -v /w/workspace/foundry_device-virtual-go_PR-392:/w/workspace/foundry_device-virtual-go_PR-392:rw,z -v /w/workspace/foundry_device-virtual-go_PR-392@tmp:/w/workspace/foundry_device-virtual-go_PR-392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-27T12:01:04.184Z] $ docker top 0c5938ca9031a9b394c2eb680396f52e6abf38645955416e53e36151dba9702f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T12:01:04.582Z] + go version [2023-04-27T12:01:04.582Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-27T12:01:04.617Z] $ docker stop --time=1 0c5938ca9031a9b394c2eb680396f52e6abf38645955416e53e36151dba9702f [2023-04-27T12:01:05.858Z] $ docker rm -f --volumes 0c5938ca9031a9b394c2eb680396f52e6abf38645955416e53e36151dba9702f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:01:06.626Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-27T12:01:06.627Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T12:01:06.791Z] prd-ubuntu20.04-docker-8c-8g-11890 does not seem to be running inside a container [2023-04-27T12:01:06.829Z] $ 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-392 -v /w/workspace/foundry_device-virtual-go_PR-392:/w/workspace/foundry_device-virtual-go_PR-392:rw,z -v /w/workspace/foundry_device-virtual-go_PR-392@tmp:/w/workspace/foundry_device-virtual-go_PR-392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-27T12:01:07.162Z] $ docker top d5abe188f38be619588d993af361edaae730af7e4c812296f9b58052afb850f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T12:01:07.560Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-392 [Pipeline] fileExists [Pipeline] sh [2023-04-27T12:01:07.928Z] + make test [2023-04-27T12:01:07.928Z] go test ./... -coverprofile=coverage.out [2023-04-27T12:01:13.202Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-27T12:01:23.182Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-27T12:01:23.182Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.022s coverage: 58.6% of statements [2023-04-27T12:01:28.457Z] go vet ./... [2023-04-27T12:01:31.749Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-27T12:01:31.749Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-27T12:01:31.749Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-27T12:01:31.790Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-27T12:01:31.825Z] $ docker stop --time=1 d5abe188f38be619588d993af361edaae730af7e4c812296f9b58052afb850f8 [2023-04-27T12:01:36.130Z] $ docker rm -f --volumes d5abe188f38be619588d993af361edaae730af7e4c812296f9b58052afb850f8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T12:01:36.744Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-27T12:01:36.834Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-27T12:01:37.855Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-27T12:01:38.168Z] + ls -al . [2023-04-27T12:01:38.168Z] total 192 [2023-04-27T12:01:38.168Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 12:01 . [2023-04-27T12:01:38.168Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 11:59 .. [2023-04-27T12:01:38.168Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 11:59 .git [2023-04-27T12:01:38.168Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 11:59 .github [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 27 11:59 .gitignore [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 27 11:59 .golangci.yml [2023-04-27T12:01:38.168Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 11:59 .semver [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 8652 Apr 27 11:59 Attribution.txt [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 27 11:59 CHANGELOG.md [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 27 11:59 Dockerfile [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 11:59 GOVERNANCE.md [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 27 11:59 Jenkinsfile [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 27 11:59 LICENSE [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 27 11:59 Makefile [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 27 11:59 OWNERS.md [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 27 11:59 README.md [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 27 11:59 VERSION [2023-04-27T12:01:38.168Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 11:59 bin [2023-04-27T12:01:38.168Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 11:59 cmd [2023-04-27T12:01:38.168Z] -rw-r--r-- 1 jenkins jenkins 43063 Apr 27 12:01 coverage.out [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 27 11:59 go.mod [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 31109 Apr 27 11:59 go.sum [2023-04-27T12:01:38.168Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 11:59 internal [2023-04-27T12:01:38.168Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 11:59 snap [2023-04-27T12:01:38.168Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 27 11:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:01:38.556Z] + 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=7b9cefd22bb62d32640b4025b3774591114b8cec --label arch=amd64 --label version=0.0.0 . [2023-04-27T12:01:38.556Z] Sending build context to Docker daemon 23.63MB [2023-04-27T12:01:38.557Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T12:01:38.557Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-27T12:01:38.557Z] ---> 36e5cf579bc4 [2023-04-27T12:01:38.557Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-27T12:01:39.125Z] ---> Running in d7368d966046 [2023-04-27T12:01:39.126Z] Removing intermediate container d7368d966046 [2023-04-27T12:01:39.126Z] ---> d0c83b0a49aa [2023-04-27T12:01:39.126Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T12:01:39.126Z] ---> Running in 743f56c38a6e [2023-04-27T12:01:39.126Z] Removing intermediate container 743f56c38a6e [2023-04-27T12:01:39.126Z] ---> 41584f921cbc [2023-04-27T12:01:39.126Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-27T12:01:39.126Z] ---> Running in 07e978d2f9c4 [2023-04-27T12:01:39.384Z] Removing intermediate container 07e978d2f9c4 [2023-04-27T12:01:39.384Z] ---> c5858b127d07 [2023-04-27T12:01:39.384Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-27T12:01:39.384Z] ---> Running in 97733dcc187f [2023-04-27T12:01:39.384Z] Removing intermediate container 97733dcc187f [2023-04-27T12:01:39.384Z] ---> 99ac5e43f366 [2023-04-27T12:01:39.384Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T12:01:39.384Z] ---> Running in 53fcb721745d [2023-04-27T12:01:39.642Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T12:01:39.906Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T12:01:40.166Z] OK: 269 MiB in 57 packages [2023-04-27T12:01:40.425Z] Removing intermediate container 53fcb721745d [2023-04-27T12:01:40.425Z] ---> fe854b7c1e52 [2023-04-27T12:01:40.425Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-27T12:01:40.425Z] ---> 0b11c63e187a [2023-04-27T12:01:40.425Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T12:01:40.425Z] ---> Running in 3b7da3bdd156 [2023-04-27T12:01:41.361Z] Removing intermediate container 3b7da3bdd156 [2023-04-27T12:01:41.361Z] ---> dcfa4db5b26f [2023-04-27T12:01:41.361Z] Step 10/25 : COPY . . [2023-04-27T12:01:42.297Z] ---> c2c7c7f91be0 [2023-04-27T12:01:42.297Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T12:01:42.297Z] ---> Running in b4b07654950a [2023-04-27T12:01:42.297Z] Removing intermediate container b4b07654950a [2023-04-27T12:01:42.297Z] ---> fdd94a6e5834 [2023-04-27T12:01:42.297Z] Step 12/25 : RUN $MAKE [2023-04-27T12:01:42.297Z] ---> Running in a89afc2745df [2023-04-27T12:01:42.556Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-04-27T12:01:42.951Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-11891 in /w/workspace/foundry_device-virtual-go_PR-392 [Pipeline] { [Pipeline] ws [2023-04-27T12:01:43.039Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-04-27T12:01:43.117Z] The recommended git tool is: git [2023-04-27T12:01:48.510Z] using credential edgex-jenkins-ssh [2023-04-27T12:01:48.526Z] Cloning the remote Git repository [2023-04-27T12:01:48.575Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-04-27T12:01:48.683Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-04-27T12:01:48.856Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-27T12:01:48.857Z] > git --version # timeout=10 [2023-04-27T12:01:48.877Z] > git --version # 'git version 2.25.1' [2023-04-27T12:01:48.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T12:01:49.033Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-27T12:01:51.056Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-27T12:01:51.078Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-27T12:01:52.521Z] Merging remotes/origin/main commit d6abde5a20369131a3e211cd4d79273744ab24ab into PR head commit 7b9cefd22bb62d32640b4025b3774591114b8cec [2023-04-27T12:01:52.792Z] Merge succeeded, producing 7b9cefd22bb62d32640b4025b3774591114b8cec [2023-04-27T12:01:52.793Z] Checking out Revision 7b9cefd22bb62d32640b4025b3774591114b8cec (PR-392) [2023-04-27T12:01:51.959Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-27T12:01:52.004Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-27T12:01:52.005Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T12:01:52.021Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/392/head:refs/remotes/origin/PR-392 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-27T12:01:52.545Z] > git config core.sparsecheckout # timeout=10 [2023-04-27T12:01:52.613Z] > git checkout -f 7b9cefd22bb62d32640b4025b3774591114b8cec # timeout=10 [2023-04-27T12:01:52.701Z] > git remote # timeout=10 [2023-04-27T12:01:52.722Z] > git config --get remote.origin.url # timeout=10 [2023-04-27T12:01:52.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-27T12:01:52.753Z] > git merge d6abde5a20369131a3e211cd4d79273744ab24ab # timeout=10 [2023-04-27T12:01:52.779Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-27T12:01:52.803Z] > git config core.sparsecheckout # timeout=10 [2023-04-27T12:01:52.816Z] > git checkout -f 7b9cefd22bb62d32640b4025b3774591114b8cec # timeout=10 [2023-04-27T12:01:53.276Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-27T12:01:53.332Z] > git --version # timeout=10 [2023-04-27T12:01:53.344Z] > git --version # 'git version 2.25.1' [2023-04-27T12:01:53.362Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T12:01:54.641Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-27T12:01:54.641Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-27T12:01:54.641Z] Dload Upload Total Spent Left Speed [2023-04-27T12:01:54.641Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 95872 0 --:--:-- --:--:-- --:--:-- 95872 [Pipeline] sh [2023-04-27T12:01:55.326Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-27T12:01:55.681Z] + sudo tee /etc/docker/daemon.new [2023-04-27T12:01:55.681Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-27T12:01:55.681Z] { [2023-04-27T12:01:55.681Z] "registry-mirrors": [ [2023-04-27T12:01:55.681Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-27T12:01:55.681Z] ], [2023-04-27T12:01:55.681Z] "bip": "10.250.0.254/24", [2023-04-27T12:01:55.681Z] "hosts": [ [2023-04-27T12:01:55.681Z] "tcp://0.0.0.0:5555", [2023-04-27T12:01:55.681Z] "unix:///var/run/docker.sock" [2023-04-27T12:01:55.681Z] ], [2023-04-27T12:01:55.681Z] "mtu": 1458, [2023-04-27T12:01:55.681Z] "selinux-enabled": true, [2023-04-27T12:01:55.681Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-27T12:01:55.681Z] } [Pipeline] sh [2023-04-27T12:01:56.031Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-27T12:01:56.386Z] + sudo service docker restart [2023-04-27T12:02:04.495Z] Removing intermediate container a89afc2745df [2023-04-27T12:02:04.495Z] ---> 0a661bffec2c [2023-04-27T12:02:04.495Z] Step 13/25 : FROM alpine:3.17 [2023-04-27T12:02:04.755Z] 3.17: Pulling from library/alpine [2023-04-27T12:02:04.755Z] f56be85fc22e: Already exists [2023-04-27T12:02:05.013Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-27T12:02:05.013Z] Status: Downloaded newer image for alpine:3.17 [2023-04-27T12:02:05.013Z] ---> 9ed4aefc74f6 [2023-04-27T12:02:05.013Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-27T12:02:05.013Z] ---> Running in 463b4719d545 [2023-04-27T12:02:05.013Z] Removing intermediate container 463b4719d545 [2023-04-27T12:02:05.013Z] ---> e7a2ebf10a87 [2023-04-27T12:02:05.013Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-27T12:02:05.013Z] ---> Running in 87fddeb2f876 [2023-04-27T12:02:05.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-27T12:02:05.582Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-27T12:02:05.842Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-27T12:02:05.842Z] Executing busybox-1.35.0-r29.trigger [2023-04-27T12:02:05.842Z] OK: 7 MiB in 16 packages [2023-04-27T12:02:06.100Z] Removing intermediate container 87fddeb2f876 [2023-04-27T12:02:06.100Z] ---> b2905f818594 [2023-04-27T12:02:06.100Z] Step 16/25 : WORKDIR / [2023-04-27T12:02:06.100Z] ---> Running in f017a8c6b9fe [2023-04-27T12:02:06.100Z] Removing intermediate container f017a8c6b9fe [2023-04-27T12:02:06.100Z] ---> 2c6113c58ba2 [2023-04-27T12:02:06.100Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-27T12:02:06.360Z] ---> 9980e0052023 [2023-04-27T12:02:06.360Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-27T12:02:06.360Z] ---> d5c27a3c3ca6 [2023-04-27T12:02:06.360Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-27T12:02:11.635Z] ---> 4b6d217513b3 [2023-04-27T12:02:11.635Z] Step 20/25 : EXPOSE 59900 [2023-04-27T12:02:11.635Z] ---> Running in a77d8b61147f [2023-04-27T12:02:11.635Z] Removing intermediate container a77d8b61147f [2023-04-27T12:02:11.635Z] ---> e192ef28e2e6 [2023-04-27T12:02:11.635Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-27T12:02:11.635Z] ---> Running in dd938d6e85fc [2023-04-27T12:02:11.635Z] Removing intermediate container dd938d6e85fc [2023-04-27T12:02:11.635Z] ---> d6dc7af7fa4b [2023-04-27T12:02:11.635Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-27T12:02:11.635Z] ---> Running in 31065b80a244 [2023-04-27T12:02:11.635Z] Removing intermediate container 31065b80a244 [2023-04-27T12:02:11.635Z] ---> 294c0530257c [2023-04-27T12:02:11.635Z] Step 23/25 : LABEL arch=amd64 [2023-04-27T12:02:11.635Z] ---> Running in c1b90941d90b [2023-04-27T12:02:11.895Z] Removing intermediate container c1b90941d90b [2023-04-27T12:02:11.895Z] ---> 5ae50f6fb432 [2023-04-27T12:02:11.895Z] Step 24/25 : LABEL git_sha=7b9cefd22bb62d32640b4025b3774591114b8cec [2023-04-27T12:02:11.895Z] ---> Running in b804c13a058b [2023-04-27T12:02:11.895Z] Removing intermediate container b804c13a058b [2023-04-27T12:02:11.895Z] ---> b6ff10cbebd5 [2023-04-27T12:02:11.895Z] Step 25/25 : LABEL version=0.0.0 [2023-04-27T12:02:11.895Z] ---> Running in d7f3cdb0e9b9 [2023-04-27T12:02:11.895Z] Removing intermediate container d7f3cdb0e9b9 [2023-04-27T12:02:11.895Z] ---> 79b5346b42e9 [2023-04-27T12:02:11.895Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-27T12:02:12.155Z] Successfully built 79b5346b42e9 [2023-04-27T12:02:12.155Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:02:13.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T12:02:13.042Z] [2023-04-27T12:02:13.042Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:02:13.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T12:02:18.584Z] provisioning config files... [2023-04-27T12:02:18.613Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config589639880490569990tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:02:18.726Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-27T12:02:18.726Z] 5eb5b503b376: Pulling fs layer [2023-04-27T12:02:18.726Z] 5c69ac0246d0: Pulling fs layer [2023-04-27T12:02:18.726Z] ec43610c2a17: Pulling fs layer [2023-04-27T12:02:18.726Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-27T12:02:18.726Z] 33b1e0a273af: Pulling fs layer [2023-04-27T12:02:18.726Z] 5d3b04190fa2: Pulling fs layer [2023-04-27T12:02:18.726Z] 2f39f015ded8: Pulling fs layer [2023-04-27T12:02:18.726Z] 33b1e0a273af: Waiting [2023-04-27T12:02:18.726Z] 3a2ae6a8a46f: Waiting [2023-04-27T12:02:18.726Z] 5d3b04190fa2: Waiting [2023-04-27T12:02:18.726Z] 2f39f015ded8: Waiting [2023-04-27T12:02:18.726Z] 5c69ac0246d0: Verifying Checksum [2023-04-27T12:02:18.726Z] 5c69ac0246d0: Download complete [2023-04-27T12:02:18.726Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-27T12:02:18.726Z] 3a2ae6a8a46f: Download complete [2023-04-27T12:02:18.726Z] ec43610c2a17: Verifying Checksum [2023-04-27T12:02:18.726Z] ec43610c2a17: Download complete [2023-04-27T12:02:18.726Z] 5d3b04190fa2: Download complete [2023-04-27T12:02:18.726Z] 33b1e0a273af: Download complete [2023-04-27T12:02:18.726Z] 5eb5b503b376: Verifying Checksum [2023-04-27T12:02:18.726Z] 5eb5b503b376: Download complete [2023-04-27T12:02:18.999Z] ---> docker-login.sh [2023-04-27T12:02:18.999Z] nexus3.edgexfoundry.org:10001 [2023-04-27T12:02:19.271Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T12:02:19.292Z] 2f39f015ded8: Verifying Checksum [2023-04-27T12:02:19.292Z] 2f39f015ded8: Download complete [2023-04-27T12:02:19.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T12:02:19.542Z] Configure a credential helper to remove this warning. See [2023-04-27T12:02:19.542Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T12:02:19.542Z] [2023-04-27T12:02:19.542Z] Login Succeeded [2023-04-27T12:02:19.542Z] nexus3.edgexfoundry.org:10002 [2023-04-27T12:02:19.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T12:02:19.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T12:02:19.812Z] Configure a credential helper to remove this warning. See [2023-04-27T12:02:19.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T12:02:19.812Z] [2023-04-27T12:02:19.812Z] Login Succeeded [2023-04-27T12:02:19.812Z] nexus3.edgexfoundry.org:10003 [2023-04-27T12:02:19.862Z] 5eb5b503b376: Pull complete [2023-04-27T12:02:19.862Z] 5c69ac0246d0: Pull complete [2023-04-27T12:02:20.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T12:02:20.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T12:02:20.353Z] Configure a credential helper to remove this warning. See [2023-04-27T12:02:20.353Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T12:02:20.353Z] [2023-04-27T12:02:20.353Z] Login Succeeded [2023-04-27T12:02:20.353Z] nexus3.edgexfoundry.org:10004 [2023-04-27T12:02:20.429Z] ec43610c2a17: Pull complete [2023-04-27T12:02:20.429Z] 3a2ae6a8a46f: Pull complete [2023-04-27T12:02:20.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T12:02:20.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T12:02:20.623Z] Configure a credential helper to remove this warning. See [2023-04-27T12:02:20.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T12:02:20.623Z] [2023-04-27T12:02:20.623Z] Login Succeeded [2023-04-27T12:02:20.623Z] docker.io [2023-04-27T12:02:20.690Z] 33b1e0a273af: Pull complete [2023-04-27T12:02:20.690Z] 5d3b04190fa2: Pull complete [2023-04-27T12:02:20.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-27T12:02:21.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-27T12:02:21.161Z] Configure a credential helper to remove this warning. See [2023-04-27T12:02:21.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-27T12:02:21.161Z] [2023-04-27T12:02:21.161Z] Login Succeeded [2023-04-27T12:02:21.161Z] ---> docker-login.sh ends [Pipeline] } [2023-04-27T12:02:21.200Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-27T12:02:21.610Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T12:02:21.650Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-27T12:02:21.684Z] ========================================================= [2023-04-27T12:02:21.684Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-27T12:02:21.684Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:02:22.439Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-27T12:02:22.716Z] Sending build context to Docker daemon 11.96MB [2023-04-27T12:02:22.716Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T12:02:22.716Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-27T12:02:25.324Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-27T12:02:25.324Z] c41833b44d91: Pulling fs layer [2023-04-27T12:02:25.324Z] ed15518f5707: Pulling fs layer [2023-04-27T12:02:25.324Z] feae8fd75edb: Pulling fs layer [2023-04-27T12:02:25.324Z] 242c74f7c9fa: Pulling fs layer [2023-04-27T12:02:25.324Z] 3cdef696dda3: Pulling fs layer [2023-04-27T12:02:25.324Z] 2ced38df9373: Pulling fs layer [2023-04-27T12:02:25.324Z] 58f1dce35555: Pulling fs layer [2023-04-27T12:02:25.324Z] 242c74f7c9fa: Waiting [2023-04-27T12:02:25.324Z] 3cdef696dda3: Waiting [2023-04-27T12:02:25.324Z] 2ced38df9373: Waiting [2023-04-27T12:02:25.324Z] 58f1dce35555: Waiting [2023-04-27T12:02:25.324Z] ed15518f5707: Download complete [2023-04-27T12:02:25.324Z] 242c74f7c9fa: Verifying Checksum [2023-04-27T12:02:25.324Z] 242c74f7c9fa: Download complete [2023-04-27T12:02:25.324Z] 3cdef696dda3: Verifying Checksum [2023-04-27T12:02:25.324Z] 3cdef696dda3: Download complete [2023-04-27T12:02:25.324Z] c41833b44d91: Download complete [2023-04-27T12:02:25.962Z] 2f39f015ded8: Pull complete [2023-04-27T12:02:25.962Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-27T12:02:25.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T12:02:25.962Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T12:02:26.215Z] prd-ubuntu20.04-docker-8c-8g-11890 does not seem to be running inside a container [2023-04-27T12:02:26.249Z] $ 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-392 -v /w/workspace/foundry_device-virtual-go_PR-392:/w/workspace/foundry_device-virtual-go_PR-392:rw,z -v /w/workspace/foundry_device-virtual-go_PR-392@tmp:/w/workspace/foundry_device-virtual-go_PR-392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-27T12:02:26.304Z] c41833b44d91: Pull complete [2023-04-27T12:02:26.304Z] 58f1dce35555: Verifying Checksum [2023-04-27T12:02:26.304Z] 58f1dce35555: Download complete [2023-04-27T12:02:27.118Z] ed15518f5707: Pull complete [2023-04-27T12:02:28.084Z] feae8fd75edb: Verifying Checksum [2023-04-27T12:02:28.084Z] feae8fd75edb: Download complete [2023-04-27T12:02:28.084Z] 2ced38df9373: Verifying Checksum [2023-04-27T12:02:28.084Z] 2ced38df9373: Download complete [2023-04-27T12:02:32.293Z] $ docker top 8f6bd5bbb81f6c502bc37ca8804a6fe413dec984b7621a91ffb961ec7be07240 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:02:32.810Z] ---> job-cost.sh [2023-04-27T12:02:32.810Z] lf-activate-venv: SKIPPING [2023-04-27T12:02:32.810Z] INFO: No Stack... [2023-04-27T12:02:33.070Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-27T12:02:33.636Z] INFO: Archiving Costs [Pipeline] sh [2023-04-27T12:02:33.956Z] + cat /w/workspace/foundry_device-virtual-go_PR-392/archives/cost.csv [2023-04-27T12:02:33.956Z] + cut -d, -f6 [Pipeline] lock [2023-04-27T12:02:34.000Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-392-1-stack-cost] [2023-04-27T12:02:34.007Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-392-1-stack-cost] did not exist. Created. [2023-04-27T12:02:34.007Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-392-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-27T12:02:34.414Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-27T12:02:34.465Z] Stashed 1 file(s) [Pipeline] } [2023-04-27T12:02:34.498Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-392-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-27T12:02:34.585Z] $ docker stop --time=1 8f6bd5bbb81f6c502bc37ca8804a6fe413dec984b7621a91ffb961ec7be07240 [2023-04-27T12:02:35.760Z] $ docker rm -f --volumes 8f6bd5bbb81f6c502bc37ca8804a6fe413dec984b7621a91ffb961ec7be07240 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-27T12:02:40.628Z] feae8fd75edb: Pull complete [2023-04-27T12:02:40.628Z] 242c74f7c9fa: Pull complete [2023-04-27T12:02:40.628Z] 3cdef696dda3: Pull complete [2023-04-27T12:02:46.036Z] 2ced38df9373: Pull complete [2023-04-27T12:02:48.636Z] 58f1dce35555: Pull complete [2023-04-27T12:02:48.636Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-27T12:02:48.636Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-27T12:02:48.636Z] ---> fadd8f120f05 [2023-04-27T12:02:48.636Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-27T12:02:50.050Z] ---> Running in 90021a041443 [2023-04-27T12:02:50.318Z] Removing intermediate container 90021a041443 [2023-04-27T12:02:50.318Z] ---> 538df49498b3 [2023-04-27T12:02:50.318Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T12:02:50.585Z] ---> Running in 3122dc60940f [2023-04-27T12:02:50.854Z] Removing intermediate container 3122dc60940f [2023-04-27T12:02:50.854Z] ---> 769d4be83813 [2023-04-27T12:02:50.854Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-27T12:02:50.854Z] ---> Running in 42a49119d5a9 [2023-04-27T12:02:51.124Z] Removing intermediate container 42a49119d5a9 [2023-04-27T12:02:51.124Z] ---> 5eb2121256d3 [2023-04-27T12:02:51.124Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-27T12:02:51.392Z] ---> Running in 870ba9fac290 [2023-04-27T12:02:51.660Z] Removing intermediate container 870ba9fac290 [2023-04-27T12:02:51.660Z] ---> 1622026f6c9f [2023-04-27T12:02:51.660Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T12:02:51.660Z] ---> Running in 7f247cf76e35 [2023-04-27T12:02:52.629Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T12:02:53.212Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T12:02:54.176Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-27T12:02:54.176Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-27T12:02:54.176Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-27T12:02:54.176Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-27T12:02:54.445Z] Executing busybox-1.35.0-r29.trigger [2023-04-27T12:02:54.445Z] OK: 268 MiB in 57 packages [2023-04-27T12:02:55.412Z] Removing intermediate container 7f247cf76e35 [2023-04-27T12:02:55.412Z] ---> 3decfebc2f5c [2023-04-27T12:02:55.412Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-27T12:02:55.999Z] ---> a362789de736 [2023-04-27T12:02:55.999Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T12:02:55.999Z] ---> Running in 8e9355c2d521 [2023-04-27T12:04:03.941Z] Removing intermediate container 8e9355c2d521 [2023-04-27T12:04:03.941Z] ---> e5daca713325 [2023-04-27T12:04:03.941Z] Step 10/12 : COPY . . [2023-04-27T12:04:03.941Z] ---> 9e76fb345cd7 [2023-04-27T12:04:03.941Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T12:04:03.941Z] ---> Running in c6e2de3eec3a [2023-04-27T12:04:03.941Z] Removing intermediate container c6e2de3eec3a [2023-04-27T12:04:03.941Z] ---> 8256aeb140fd [2023-04-27T12:04:03.941Z] Step 12/12 : RUN $MAKE [2023-04-27T12:04:03.941Z] ---> Running in e74bda20aaef [2023-04-27T12:04:03.941Z] noop [2023-04-27T12:04:03.941Z] Removing intermediate container e74bda20aaef [2023-04-27T12:04:03.941Z] ---> d034c78f8d6e [2023-04-27T12:04:03.941Z] Successfully built d034c78f8d6e [2023-04-27T12:04:03.941Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:04:04.431Z] + docker inspect -f . ci-base-image-arm64 [2023-04-27T12:04:04.431Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T12:04:04.710Z] prd-ubuntu20.04-docker-arm64-4c-16g-11891 does not seem to be running inside a container [2023-04-27T12:04:04.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-27T12:04:05.978Z] $ docker top a7e96aff8d50a6c4d47c68adc07a08b9236c4ccf0b17b4a152aa34d26bc15da4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T12:04:06.871Z] + go version [2023-04-27T12:04:06.871Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-27T12:04:06.905Z] $ docker stop --time=1 a7e96aff8d50a6c4d47c68adc07a08b9236c4ccf0b17b4a152aa34d26bc15da4 [2023-04-27T12:04:08.520Z] $ docker rm -f --volumes a7e96aff8d50a6c4d47c68adc07a08b9236c4ccf0b17b4a152aa34d26bc15da4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:04:09.376Z] + docker inspect -f . ci-base-image-arm64 [2023-04-27T12:04:09.376Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T12:04:09.640Z] prd-ubuntu20.04-docker-arm64-4c-16g-11891 does not seem to be running inside a container [2023-04-27T12:04:09.708Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-27T12:04:13.177Z] $ docker top c81d469d5dbf58a2fd89fbd2fced06691b73ffe230fd60f44b86759bb2162d38 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T12:04:13.756Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-27T12:04:14.412Z] + make test [2023-04-27T12:04:14.681Z] go test ./... -coverprofile=coverage.out [2023-04-27T12:04:46.916Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-27T12:06:39.229Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-27T12:06:39.229Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.090s coverage: 58.4% of statements [2023-04-27T12:06:39.229Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-27T12:06:39.229Z] go vet ./... [2023-04-27T12:06:51.578Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-27T12:06:51.578Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-27T12:06:51.578Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-27T12:06:52.200Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-27T12:06:52.234Z] $ docker stop --time=1 c81d469d5dbf58a2fd89fbd2fced06691b73ffe230fd60f44b86759bb2162d38 [2023-04-27T12:06:54.017Z] $ docker rm -f --volumes c81d469d5dbf58a2fd89fbd2fced06691b73ffe230fd60f44b86759bb2162d38 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-27T12:06:55.251Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-27T12:06:55.285Z] Warning: overwriting stash ‘coverage-report’ [2023-04-27T12:06:55.765Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-27T12:06:56.452Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-27T12:06:56.787Z] + ls -al . [2023-04-27T12:06:56.787Z] total 188 [2023-04-27T12:06:56.787Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 12:04 . [2023-04-27T12:06:56.787Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 12:01 .. [2023-04-27T12:06:56.787Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 12:01 .git [2023-04-27T12:06:56.787Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 12:01 .github [2023-04-27T12:06:56.787Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 27 12:01 .gitignore [2023-04-27T12:06:56.787Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 27 12:01 .golangci.yml [2023-04-27T12:06:56.787Z] -rw-rw-r-- 1 jenkins jenkins 8652 Apr 27 12:01 Attribution.txt [2023-04-27T12:06:56.787Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 27 12:01 CHANGELOG.md [2023-04-27T12:06:56.787Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 27 12:01 Dockerfile [2023-04-27T12:06:56.787Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 12:01 GOVERNANCE.md [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 27 12:01 Jenkinsfile [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 27 12:01 LICENSE [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 27 12:01 Makefile [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 27 12:01 OWNERS.md [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 27 12:01 README.md [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 27 11:59 VERSION [2023-04-27T12:06:56.788Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 12:01 bin [2023-04-27T12:06:56.788Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 12:01 cmd [2023-04-27T12:06:56.788Z] -rw-r--r-- 1 jenkins jenkins 43063 Apr 27 12:06 coverage.out [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 27 12:01 go.mod [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 31109 Apr 27 12:01 go.sum [2023-04-27T12:06:56.788Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 12:01 internal [2023-04-27T12:06:56.788Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 12:01 snap [2023-04-27T12:06:56.788Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 27 12:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:06:57.212Z] + 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=7b9cefd22bb62d32640b4025b3774591114b8cec --label arch=arm64 --label version=0.0.0 . [2023-04-27T12:06:57.482Z] Sending build context to Docker daemon 12MB [2023-04-27T12:06:57.482Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-27T12:06:57.482Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-27T12:06:57.482Z] ---> d034c78f8d6e [2023-04-27T12:06:57.482Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-27T12:06:57.751Z] ---> Running in 4c50bb1b1edc [2023-04-27T12:06:58.019Z] Removing intermediate container 4c50bb1b1edc [2023-04-27T12:06:58.019Z] ---> 3fe1b58080b0 [2023-04-27T12:06:58.019Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-27T12:06:58.019Z] ---> Running in c794671d2a27 [2023-04-27T12:06:58.288Z] Removing intermediate container c794671d2a27 [2023-04-27T12:06:58.288Z] ---> af6096bb7710 [2023-04-27T12:06:58.288Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-27T12:06:58.288Z] ---> Running in b9233a1f3f10 [2023-04-27T12:06:58.560Z] Removing intermediate container b9233a1f3f10 [2023-04-27T12:06:58.560Z] ---> 88c5fd36aa1e [2023-04-27T12:06:58.560Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-27T12:06:58.826Z] ---> Running in b55939cb73f9 [2023-04-27T12:06:59.104Z] Removing intermediate container b55939cb73f9 [2023-04-27T12:06:59.104Z] ---> 90356e259606 [2023-04-27T12:06:59.104Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-27T12:06:59.104Z] ---> Running in 72b3c01795cc [2023-04-27T12:07:00.077Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T12:07:00.668Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T12:07:01.631Z] OK: 268 MiB in 57 packages [2023-04-27T12:07:02.591Z] Removing intermediate container 72b3c01795cc [2023-04-27T12:07:02.591Z] ---> d5f1a9d7b660 [2023-04-27T12:07:02.591Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-27T12:07:02.861Z] ---> c7ed2d48c484 [2023-04-27T12:07:02.861Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-27T12:07:02.861Z] ---> Running in 2dcbbe2eb758 [2023-04-27T12:07:08.210Z] Removing intermediate container 2dcbbe2eb758 [2023-04-27T12:07:08.210Z] ---> 3a2309774d4a [2023-04-27T12:07:08.210Z] Step 10/25 : COPY . . [2023-04-27T12:07:08.811Z] ---> 1927f75a6eef [2023-04-27T12:07:08.811Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-27T12:07:08.811Z] ---> Running in f6aec2f86d40 [2023-04-27T12:07:09.080Z] Removing intermediate container f6aec2f86d40 [2023-04-27T12:07:09.080Z] ---> d49ec178f951 [2023-04-27T12:07:09.080Z] Step 12/25 : RUN $MAKE [2023-04-27T12:07:09.080Z] ---> Running in 3fcf63204887 [2023-04-27T12:07:10.044Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-04-27T12:09:16.771Z] Removing intermediate container 3fcf63204887 [2023-04-27T12:09:16.771Z] ---> cab7c7b22d4f [2023-04-27T12:09:16.771Z] Step 13/25 : FROM alpine:3.17 [2023-04-27T12:09:16.771Z] 3.17: Pulling from library/alpine [2023-04-27T12:09:16.771Z] c41833b44d91: Already exists [2023-04-27T12:09:16.771Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-27T12:09:16.771Z] Status: Downloaded newer image for alpine:3.17 [2023-04-27T12:09:16.771Z] ---> 51e60588ff2c [2023-04-27T12:09:16.771Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-27T12:09:16.771Z] ---> Running in 776d48e9f6ac [2023-04-27T12:09:16.771Z] Removing intermediate container 776d48e9f6ac [2023-04-27T12:09:16.771Z] ---> a46128f65763 [2023-04-27T12:09:16.771Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-27T12:09:16.771Z] ---> Running in 337230f18687 [2023-04-27T12:09:17.038Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-27T12:09:17.624Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-27T12:09:18.589Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-27T12:09:18.589Z] Executing busybox-1.35.0-r29.trigger [2023-04-27T12:09:18.589Z] OK: 8 MiB in 16 packages [2023-04-27T12:09:21.938Z] Removing intermediate container 337230f18687 [2023-04-27T12:09:21.938Z] ---> 0ee0422036b2 [2023-04-27T12:09:21.938Z] Step 16/25 : WORKDIR / [2023-04-27T12:09:22.207Z] ---> Running in 70ad423ffa9d [2023-04-27T12:09:22.476Z] Removing intermediate container 70ad423ffa9d [2023-04-27T12:09:22.476Z] ---> 44730ee678df [2023-04-27T12:09:22.476Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-27T12:09:23.068Z] ---> e99e9523ac52 [2023-04-27T12:09:23.068Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-27T12:09:23.335Z] ---> a4b60de5a6cb [2023-04-27T12:09:23.335Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-27T12:09:24.750Z] ---> dbee5714587b [2023-04-27T12:09:24.750Z] Step 20/25 : EXPOSE 59900 [2023-04-27T12:09:24.750Z] ---> Running in 4c7b011d3891 [2023-04-27T12:09:25.019Z] Removing intermediate container 4c7b011d3891 [2023-04-27T12:09:25.019Z] ---> 7aa06cb3f4de [2023-04-27T12:09:25.019Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-27T12:09:25.287Z] ---> Running in aca7fd873092 [2023-04-27T12:09:25.555Z] Removing intermediate container aca7fd873092 [2023-04-27T12:09:25.555Z] ---> c0481bbbf8a2 [2023-04-27T12:09:25.555Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-27T12:09:25.555Z] ---> Running in 7a874b48677c [2023-04-27T12:09:25.824Z] Removing intermediate container 7a874b48677c [2023-04-27T12:09:25.824Z] ---> 0a63ffbebbc9 [2023-04-27T12:09:25.824Z] Step 23/25 : LABEL arch=arm64 [2023-04-27T12:09:25.824Z] ---> Running in 5becc108f66d [2023-04-27T12:09:26.094Z] Removing intermediate container 5becc108f66d [2023-04-27T12:09:26.094Z] ---> fc2157f13a48 [2023-04-27T12:09:26.094Z] Step 24/25 : LABEL git_sha=7b9cefd22bb62d32640b4025b3774591114b8cec [2023-04-27T12:09:26.362Z] ---> Running in af9e6aacc596 [2023-04-27T12:09:26.629Z] Removing intermediate container af9e6aacc596 [2023-04-27T12:09:26.630Z] ---> 10d5762c0f83 [2023-04-27T12:09:26.630Z] Step 25/25 : LABEL version=0.0.0 [2023-04-27T12:09:26.630Z] ---> Running in 5b3256b69173 [2023-04-27T12:09:26.898Z] Removing intermediate container 5b3256b69173 [2023-04-27T12:09:26.898Z] ---> 3ba1cb7cbcb3 [2023-04-27T12:09:26.898Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-27T12:09:26.898Z] Successfully built 3ba1cb7cbcb3 [2023-04-27T12:09:26.898Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:09:27.720Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T12:09:27.721Z] [2023-04-27T12:09:27.721Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:09:28.135Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T12:09:28.135Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-27T12:09:28.135Z] 8998bd30e6a1: Pulling fs layer [2023-04-27T12:09:28.135Z] 04944245beec: Pulling fs layer [2023-04-27T12:09:28.135Z] 699f458cf7ca: Pulling fs layer [2023-04-27T12:09:28.135Z] 765212b225bb: Pulling fs layer [2023-04-27T12:09:28.135Z] f23df028b6ca: Pulling fs layer [2023-04-27T12:09:28.135Z] d65c8cfc05b1: Pulling fs layer [2023-04-27T12:09:28.135Z] 2437ff75d9bd: Pulling fs layer [2023-04-27T12:09:28.135Z] 765212b225bb: Waiting [2023-04-27T12:09:28.135Z] f23df028b6ca: Waiting [2023-04-27T12:09:28.135Z] d65c8cfc05b1: Waiting [2023-04-27T12:09:28.135Z] 2437ff75d9bd: Waiting [2023-04-27T12:09:28.406Z] 04944245beec: Verifying Checksum [2023-04-27T12:09:28.406Z] 04944245beec: Download complete [2023-04-27T12:09:28.406Z] 765212b225bb: Verifying Checksum [2023-04-27T12:09:28.406Z] 765212b225bb: Download complete [2023-04-27T12:09:28.406Z] f23df028b6ca: Verifying Checksum [2023-04-27T12:09:28.406Z] f23df028b6ca: Download complete [2023-04-27T12:09:28.406Z] d65c8cfc05b1: Download complete [2023-04-27T12:09:28.406Z] 699f458cf7ca: Verifying Checksum [2023-04-27T12:09:28.406Z] 699f458cf7ca: Download complete [2023-04-27T12:09:28.993Z] 8998bd30e6a1: Verifying Checksum [2023-04-27T12:09:28.993Z] 8998bd30e6a1: Download complete [2023-04-27T12:09:31.579Z] 2437ff75d9bd: Verifying Checksum [2023-04-27T12:09:31.579Z] 2437ff75d9bd: Download complete [2023-04-27T12:09:34.927Z] 8998bd30e6a1: Pull complete [2023-04-27T12:09:35.194Z] 04944245beec: Pull complete [2023-04-27T12:09:36.782Z] 699f458cf7ca: Pull complete [2023-04-27T12:09:36.782Z] 765212b225bb: Pull complete [2023-04-27T12:09:37.783Z] f23df028b6ca: Pull complete [2023-04-27T12:09:37.783Z] d65c8cfc05b1: Pull complete [2023-04-27T12:09:52.851Z] 2437ff75d9bd: Pull complete [2023-04-27T12:09:52.851Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-27T12:09:52.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-27T12:09:52.851Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T12:09:53.202Z] prd-ubuntu20.04-docker-arm64-4c-16g-11891 does not seem to be running inside a container [2023-04-27T12:09:53.274Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-27T12:09:55.732Z] $ docker top 268b87a2ad4bedc12ae16e4b8b69a34aaef59c40c8fe39f53528fc90518c2310 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:09:56.632Z] ---> job-cost.sh [2023-04-27T12:09:56.632Z] lf-activate-venv: SKIPPING [2023-04-27T12:09:56.632Z] INFO: No Stack... [2023-04-27T12:09:56.899Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-27T12:09:57.860Z] INFO: Archiving Costs [Pipeline] sh [2023-04-27T12:09:58.522Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2023-04-27T12:09:58.523Z] + cut -d, -f6 [Pipeline] lock [2023-04-27T12:09:58.606Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-392-1-stack-cost] [2023-04-27T12:09:58.612Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-392-1-stack-cost] did not exist. Created. [2023-04-27T12:09:58.612Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-392-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-27T12:09:59.347Z] /w/workspace/device-virtual-go/1@tmp/durable-94ee7d1b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-27T12:10:00.023Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-27T12:10:00.064Z] Warning: overwriting stash ‘stack-cost’ [2023-04-27T12:10:00.114Z] Stashed 1 file(s) [Pipeline] } [2023-04-27T12:10:00.130Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-392-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-27T12:10:00.316Z] $ docker stop --time=1 268b87a2ad4bedc12ae16e4b8b69a34aaef59c40c8fe39f53528fc90518c2310 [2023-04-27T12:10:01.817Z] $ docker rm -f --volumes 268b87a2ad4bedc12ae16e4b8b69a34aaef59c40c8fe39f53528fc90518c2310 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-27T12:10:02.811Z] provisioning config files... [2023-04-27T12:10:02.818Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-392@tmp/config9696503746547563764tmp [Pipeline] { [Pipeline] sh [2023-04-27T12:10:03.158Z] + set +x [2023-04-27T12:10:03.158Z] + bash -s -- [2023-04-27T12:10:03.158Z] + curl -s https://codecov.io/bash [2023-04-27T12:10:03.158Z] [2023-04-27T12:10:03.158Z] _____ _ [2023-04-27T12:10:03.158Z] / ____| | | [2023-04-27T12:10:03.158Z] | | ___ __| | ___ ___ _____ __ [2023-04-27T12:10:03.158Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-27T12:10:03.158Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-27T12:10:03.158Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-27T12:10:03.158Z] Bash-1.0.6 [2023-04-27T12:10:03.158Z] [2023-04-27T12:10:03.158Z] [2023-04-27T12:10:03.158Z] ==> git version 2.25.1 found [2023-04-27T12:10:03.158Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-27T12:10:03.158Z] Release-Date: 2020-01-08 [2023-04-27T12:10:03.158Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-27T12:10:03.158Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-27T12:10:03.158Z] ==> Jenkins CI detected. [2023-04-27T12:10:03.158Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-392 [2023-04-27T12:10:03.158Z] project root: . [2023-04-27T12:10:03.158Z] --> token set from env [2023-04-27T12:10:03.158Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-27T12:10:03.158Z] ==> Running gcov in . (disable via -X gcov) [2023-04-27T12:10:03.158Z] ==> Python coveragepy not found [2023-04-27T12:10:03.158Z] ==> Searching for coverage reports in: [2023-04-27T12:10:03.158Z] + . [2023-04-27T12:10:03.158Z] -> Found 1 reports [2023-04-27T12:10:03.158Z] ==> Detecting git/mercurial file structure [2023-04-27T12:10:03.418Z] ==> Reading reports [2023-04-27T12:10:03.418Z] + ./coverage.out bytes=43063 [2023-04-27T12:10:03.418Z] ==> Appending adjustments [2023-04-27T12:10:03.418Z] https://docs.codecov.io/docs/fixing-reports [2023-04-27T12:10:03.418Z] + Found adjustments [2023-04-27T12:10:03.418Z] ==> Gzipping contents [2023-04-27T12:10:03.418Z] 8.0K /tmp/codecov.84oPMX.gz [2023-04-27T12:10:03.418Z] ==> Uploading reports [2023-04-27T12:10:03.418Z] url: https://codecov.io [2023-04-27T12:10:03.418Z] query: branch=PR-392&commit=7b9cefd22bb62d32640b4025b3774591114b8cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-392%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=392&job=&cmd_args= [2023-04-27T12:10:03.418Z] -> Pinging Codecov [2023-04-27T12:10:03.418Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-392&commit=7b9cefd22bb62d32640b4025b3774591114b8cec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-392%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=392&job=&cmd_args= [2023-04-27T12:10:03.682Z] -> Uploading to [2023-04-27T12:10:03.682Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-27/5E52B4B073DB2E39498172D8E973AA87/7b9cefd22bb62d32640b4025b3774591114b8cec/8b536da4-e913-40d7-9ef2-649dc2f94025.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230427T121003Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ea9a34e1d6842ab548ec963524a77f9667723d539e04830aff6611393c6effd7 [2023-04-27T12:10:03.682Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-27T12:10:03.682Z] Dload Upload Total Spent Left Speed [2023-04-27T12:10:03.947Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 22248 --:--:-- --:--:-- --:--:-- 22248 [2023-04-27T12:10:03.947Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/7b9cefd22bb62d32640b4025b3774591114b8cec [Pipeline] } [2023-04-27T12:10:03.986Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-27T12:10:05.760Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-392/archives ] [2023-04-27T12:10:05.760Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-392/archives [2023-04-27T12:10:05.760Z] total 16 [2023-04-27T12:10:05.760Z] drwxr-xr-x 3 root root 4096 Apr 27 12:02 . [2023-04-27T12:10:05.760Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 12:02 .. [2023-04-27T12:10:05.760Z] drwxr-xr-x 2 root root 4096 Apr 27 12:02 cost [2023-04-27T12:10:05.760Z] -rw-r--r-- 1 root root 89 Apr 27 12:02 cost.csv [2023-04-27T12:10:05.760Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-392/archives [2023-04-27T12:10:05.760Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-392/archives [2023-04-27T12:10:05.760Z] total 16 [2023-04-27T12:10:05.760Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 12:02 . [2023-04-27T12:10:05.760Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 12:02 .. [2023-04-27T12:10:05.760Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 12:02 cost [2023-04-27T12:10:05.760Z] -rw-r--r-- 1 jenkins jenkins 89 Apr 27 12:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:10:06.099Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:10:07.003Z] ---> package-listing.sh [2023-04-27T12:10:07.003Z] ++ facter osfamily [2023-04-27T12:10:07.003Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-27T12:10:07.262Z] + OS_FAMILY=debian [2023-04-27T12:10:07.262Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-392 [2023-04-27T12:10:07.262Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-27T12:10:07.262Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-27T12:10:07.262Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-27T12:10:07.262Z] + PACKAGES=/tmp/packages_start.txt [2023-04-27T12:10:07.262Z] + '[' /w/workspace/foundry_device-virtual-go_PR-392 ']' [2023-04-27T12:10:07.262Z] + PACKAGES=/tmp/packages_end.txt [2023-04-27T12:10:07.262Z] + case "${OS_FAMILY}" in [2023-04-27T12:10:07.262Z] + dpkg -l [2023-04-27T12:10:07.262Z] + grep '^ii' [2023-04-27T12:10:07.262Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-27T12:10:07.262Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-27T12:10:07.262Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-27T12:10:07.262Z] + '[' /w/workspace/foundry_device-virtual-go_PR-392 ']' [2023-04-27T12:10:07.262Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-392/archives/ [2023-04-27T12:10:07.263Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-392/archives/ [Pipeline] echo [2023-04-27T12:10:07.298Z] 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-392/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-27T12:10:07.589Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-27T12:10:08.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-27T12:10:08.222Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-27T12:10:08.387Z] prd-ubuntu20.04-docker-8c-8g-11890 does not seem to be running inside a container [2023-04-27T12:10:08.421Z] $ 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-392/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-392 -v /w/workspace/foundry_device-virtual-go_PR-392:/w/workspace/foundry_device-virtual-go_PR-392:rw,z -v /w/workspace/foundry_device-virtual-go_PR-392@tmp:/w/workspace/foundry_device-virtual-go_PR-392@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-27T12:10:08.620Z] $ docker top de618f3f31efe3f23e5f1cea36273aee690b7d9b1a1c8dd0dd9aa0171a84a006 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-27T12:10:09.013Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-27T12:10:09.321Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-27T12:10:09.628Z] + ls /var/log/sa-host [2023-04-27T12:10:09.628Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-27T12:10:09.763Z] provisioning config files... [2023-04-27T12:10:09.775Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-392@tmp/config15832088074054371069tmp [Pipeline] { [Pipeline] echo [2023-04-27T12:10:09.819Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:10:10.134Z] ---> create-netrc.sh [Pipeline] } [2023-04-27T12:10:10.163Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:10:10.569Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-27T12:10:10.605Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:10:10.929Z] ---> sudo-logs.sh [2023-04-27T12:10:10.929Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-27T12:10:11.015Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:10:11.332Z] ---> job-cost.sh [2023-04-27T12:10:11.333Z] lf-activate-venv: SKIPPING [2023-04-27T12:10:11.333Z] DEBUG: total: 0.2199999988079071 [2023-04-27T12:10:11.333Z] INFO: Retrieving Stack Cost... [2023-04-27T12:10:11.594Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-27T12:10:12.163Z] INFO: Archiving Costs [Pipeline] echo [2023-04-27T12:10:12.201Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-27T12:10:12.514Z] ---> logs-deploy.sh [2023-04-27T12:10:12.514Z] lf-activate-venv: SKIPPING [2023-04-27T12:10:12.514Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-392/1 [2023-04-27T12:10:12.514Z] INFO: archiving workspace using pattern(s): [2023-04-27T12:10:13.452Z] Archives upload complete. [2023-04-27T12:10:13.452Z] INFO: archiving logs to Nexus