Pull request #385 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 43655cc11b2f988e2e9608f2b99a625666c5f8bc+156beb4bb4cc3957e05b7219f54451536aed9ec4 (e69cfaa1cccf69c8da3a5e2976ae78cc97cd683d) 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-ssh14691534867786779801.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-ssh5754088473610953870.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-385/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-385/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12939621273278454839.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-385/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14420965000985845650.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-ssh3857314421379831756.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-385/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-385/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1014155866204000696.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 ‘prd-ubuntu20.04-docker-8c-8g-8991’ is offline Running on prd-ubuntu20.04-docker-8c-8g-8992 in /w/workspace/foundry_device-virtual-go_PR-385 [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-385 # 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 156beb4bb4cc3957e05b7219f54451536aed9ec4 into PR head commit 43655cc11b2f988e2e9608f2b99a625666c5f8bc Merge succeeded, producing 43655cc11b2f988e2e9608f2b99a625666c5f8bc Checking out Revision 43655cc11b2f988e2e9608f2b99a625666c5f8bc (PR-385) 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/385/head:refs/remotes/origin/PR-385 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43655cc11b2f988e2e9608f2b99a625666c5f8bc # 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 156beb4bb4cc3957e05b7219f54451536aed9ec4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 43655cc11b2f988e2e9608f2b99a625666c5f8bc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-18T21:10:36.640Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-18T21:10:36.816Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-18T21:10:36.923Z] ========================================================= [2023-04-18T21:10:36.923Z] EdgeX Global Pipelines Version Info [2023-04-18T21:10:36.923Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:10:37.687Z] ------------------- [2023-04-18T21:10:37.687Z] stable info: [2023-04-18T21:10:37.687Z] ------------------- [2023-04-18T21:10:37.687Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-18T21:10:37.687Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-18T21:10:37.687Z] Message: update stable to v1.0.248 [2023-04-18T21:10:38.259Z] ------------------- [2023-04-18T21:10:38.259Z] experimental info: [2023-04-18T21:10:38.259Z] ------------------- [2023-04-18T21:10:38.259Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-18T21:10:38.259Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-18T21:10:38.259Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-18T21:10:38.514Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-04-18T21:10:38.552Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-04-18T21:10:38.589Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-18T21:10:38.626Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-18T21:10:38.666Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-18T21:10:38.706Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-18T21:10:38.745Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-18T21:10:38.785Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-18T21:10:38.823Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-18T21:10:38.862Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-18T21:10:38.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-18T21:10:38.944Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-04-18T21:10:38.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-18T21:10:39.025Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-18T21:10:39.063Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-18T21:10:39.106Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-18T21:10:39.145Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-18T21:10:39.185Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-18T21:10:39.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-18T21:10:39.272Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-18T21:10:39.313Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-18T21:10:39.357Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-18T21:10:39.402Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-18T21:10:39.439Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-18T21:10:39.481Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-18T21:10:39.520Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-18T21:10:39.561Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-18T21:10:39.599Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-385 [Pipeline] echo [2023-04-18T21:10:39.638Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-385 [Pipeline] echo [2023-04-18T21:10:39.677Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-385 [Pipeline] echo [2023-04-18T21:10:39.720Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 43655cc11b2f988e2e9608f2b99a625666c5f8bc [Pipeline] echo [2023-04-18T21:10:39.758Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 43655cc [Pipeline] echo [2023-04-18T21:10:39.800Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-18T21:10:39.914Z] provisioning config files... [2023-04-18T21:10:39.927Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-385@tmp/config16243971431759488793tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:10:40.267Z] ---> docker-login.sh [2023-04-18T21:10:40.267Z] nexus3.edgexfoundry.org:10001 [2023-04-18T21:10:40.267Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:40.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:40.532Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:40.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:40.532Z] [2023-04-18T21:10:40.532Z] Login Succeeded [2023-04-18T21:10:40.532Z] nexus3.edgexfoundry.org:10002 [2023-04-18T21:10:40.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:40.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:40.532Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:40.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:40.532Z] [2023-04-18T21:10:40.532Z] Login Succeeded [2023-04-18T21:10:40.532Z] nexus3.edgexfoundry.org:10003 [2023-04-18T21:10:40.806Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:40.806Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:40.806Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:40.806Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:40.806Z] [2023-04-18T21:10:40.806Z] Login Succeeded [2023-04-18T21:10:40.806Z] nexus3.edgexfoundry.org:10004 [2023-04-18T21:10:40.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:40.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:40.807Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:40.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:40.807Z] [2023-04-18T21:10:40.807Z] Login Succeeded [2023-04-18T21:10:40.807Z] docker.io [2023-04-18T21:10:40.807Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:41.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:41.068Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:41.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:41.068Z] [2023-04-18T21:10:41.068Z] Login Succeeded [2023-04-18T21:10:41.068Z] ---> docker-login.sh ends [Pipeline] } [2023-04-18T21:10:41.100Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-18T21:10:41.734Z] + git rev-list -1 --merges 43655cc11b2f988e2e9608f2b99a625666c5f8bc~1..43655cc11b2f988e2e9608f2b99a625666c5f8bc [Pipeline] echo [2023-04-18T21:10:41.799Z] -----------> git rev-list -1 --merges 43655cc11b2f988e2e9608f2b99a625666c5f8bc~1..43655cc11b2f988e2e9608f2b99a625666c5f8bc 43655cc11b2f988e2e9608f2b99a625666c5f8bc [false] [Pipeline] sh [2023-04-18T21:10:42.118Z] + git log --format=format:%s -1 43655cc11b2f988e2e9608f2b99a625666c5f8bc [Pipeline] echo [2023-04-18T21:10:42.158Z] ========================================================= [2023-04-18T21:10:42.158Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-18T21:10:42.158Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-18T21:10:42.610Z] + git log --format=format:%s -1 43655cc11b2f988e2e9608f2b99a625666c5f8bc [Pipeline] echo [2023-04-18T21:10:42.643Z] [semverPrep] GIT_COMMIT: 43655cc11b2f988e2e9608f2b99a625666c5f8bc, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-04-18T21:10:42.676Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-18T21:10:43.092Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-18T21:10:43.092Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-18T21:10:43.092Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-18T21:10:43.092Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-18T21:10:43.092Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-18T21:10:43.092Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-18T21:10:43.092Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:10:43.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-18T21:10:43.531Z] [2023-04-18T21:10:43.531Z] 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-18T21:10:43.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-18T21:10:43.908Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-18T21:10:43.908Z] b85a868b505f: Pulling fs layer [2023-04-18T21:10:43.908Z] e2be974225ed: Pulling fs layer [2023-04-18T21:10:43.908Z] 339a4e72a1f5: Pulling fs layer [2023-04-18T21:10:43.908Z] 988bab9f4d93: Pulling fs layer [2023-04-18T21:10:43.908Z] 1469e6f7b9e6: Pulling fs layer [2023-04-18T21:10:43.908Z] eaf3925da568: Pulling fs layer [2023-04-18T21:10:43.908Z] bab4dde63d76: Pulling fs layer [2023-04-18T21:10:43.908Z] bde34c3a00c8: Pulling fs layer [2023-04-18T21:10:43.908Z] b352a97aabf1: Pulling fs layer [2023-04-18T21:10:43.908Z] 4872d77fe225: Pulling fs layer [2023-04-18T21:10:43.908Z] 5851b861e8e6: Pulling fs layer [2023-04-18T21:10:43.908Z] bab4dde63d76: Waiting [2023-04-18T21:10:43.908Z] bde34c3a00c8: Waiting [2023-04-18T21:10:43.908Z] b352a97aabf1: Waiting [2023-04-18T21:10:43.908Z] 4872d77fe225: Waiting [2023-04-18T21:10:43.908Z] 988bab9f4d93: Waiting [2023-04-18T21:10:43.908Z] 1469e6f7b9e6: Waiting [2023-04-18T21:10:43.908Z] 5851b861e8e6: Waiting [2023-04-18T21:10:43.908Z] eaf3925da568: Waiting [2023-04-18T21:10:43.908Z] e2be974225ed: Verifying Checksum [2023-04-18T21:10:43.908Z] e2be974225ed: Download complete [2023-04-18T21:10:43.908Z] 988bab9f4d93: Download complete [2023-04-18T21:10:44.171Z] 1469e6f7b9e6: Download complete [2023-04-18T21:10:44.171Z] 339a4e72a1f5: Verifying Checksum [2023-04-18T21:10:44.171Z] 339a4e72a1f5: Download complete [2023-04-18T21:10:44.171Z] eaf3925da568: Download complete [2023-04-18T21:10:44.171Z] bde34c3a00c8: Verifying Checksum [2023-04-18T21:10:44.171Z] b352a97aabf1: Download complete [2023-04-18T21:10:44.171Z] 4872d77fe225: Verifying Checksum [2023-04-18T21:10:44.171Z] 4872d77fe225: Download complete [2023-04-18T21:10:44.171Z] 5851b861e8e6: Download complete [2023-04-18T21:10:44.171Z] b85a868b505f: Download complete [2023-04-18T21:10:44.430Z] bab4dde63d76: Verifying Checksum [2023-04-18T21:10:45.376Z] b85a868b505f: Pull complete [2023-04-18T21:10:45.376Z] e2be974225ed: Pull complete [2023-04-18T21:10:45.946Z] 339a4e72a1f5: Pull complete [2023-04-18T21:10:45.946Z] 988bab9f4d93: Pull complete [2023-04-18T21:10:46.207Z] 1469e6f7b9e6: Pull complete [2023-04-18T21:10:46.207Z] eaf3925da568: Pull complete [2023-04-18T21:10:48.112Z] bab4dde63d76: Pull complete [2023-04-18T21:10:48.112Z] bde34c3a00c8: Pull complete [2023-04-18T21:10:48.112Z] b352a97aabf1: Pull complete [2023-04-18T21:10:48.372Z] 4872d77fe225: Pull complete [2023-04-18T21:10:48.372Z] 5851b861e8e6: Pull complete [2023-04-18T21:10:48.372Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-18T21:10:48.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-18T21:10:48.373Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-18T21:10:48.615Z] prd-ubuntu20.04-docker-8c-8g-8992 does not seem to be running inside a container [2023-04-18T21:10:48.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-385 -v /w/workspace/foundry_device-virtual-go_PR-385:/w/workspace/foundry_device-virtual-go_PR-385:rw,z -v /w/workspace/foundry_device-virtual-go_PR-385@tmp:/w/workspace/foundry_device-virtual-go_PR-385@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-18T21:10:49.931Z] $ docker top 1fd98ec5d1d3b3b66016f741105cdf3e73ae930e18acf8893f92e836cdddad3d -eo pid,comm [2023-04-18T21:10:50.017Z] 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-18T21:10:50.017Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-18T21:10:50.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-18T21:10:50.139Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-18T21:10:50.257Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-18T21:10:50.237Z] $ docker exec 1fd98ec5d1d3b3b66016f741105cdf3e73ae930e18acf8893f92e836cdddad3d ssh-agent [2023-04-18T21:10:50.383Z] SSH_AUTH_SOCK=/tmp/ssh-Xs1Cegv2moZ3/agent.32 [2023-04-18T21:10:50.383Z] SSH_AGENT_PID=38 [2023-04-18T21:10:50.389Z] Running ssh-add (command line suppressed) [2023-04-18T21:10:50.481Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-385@tmp/private_key_17928421640008963570.key (/w/workspace/foundry_device-virtual-go_PR-385@tmp/private_key_17928421640008963570.key) [2023-04-18T21:10:50.518Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-18T21:10:50.869Z] + git tag --points-at HEAD [Pipeline] } [2023-04-18T21:10:50.869Z] $ docker exec --env ******** --env ******** 1fd98ec5d1d3b3b66016f741105cdf3e73ae930e18acf8893f92e836cdddad3d ssh-agent -k [2023-04-18T21:10:50.955Z] unset SSH_AUTH_SOCK; [2023-04-18T21:10:50.956Z] unset SSH_AGENT_PID; [2023-04-18T21:10:50.956Z] echo Agent pid 38 killed; [2023-04-18T21:10:50.987Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-18T21:10:51.076Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-18T21:10:51.076Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-18T21:10:51.189Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-18T21:10:51.170Z] $ docker exec 1fd98ec5d1d3b3b66016f741105cdf3e73ae930e18acf8893f92e836cdddad3d ssh-agent [2023-04-18T21:10:51.297Z] SSH_AUTH_SOCK=/tmp/ssh-rIOiSuguK4lI/agent.70 [2023-04-18T21:10:51.297Z] SSH_AGENT_PID=76 [2023-04-18T21:10:51.301Z] Running ssh-add (command line suppressed) [2023-04-18T21:10:51.379Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-385@tmp/private_key_4220537334264283537.key (/w/workspace/foundry_device-virtual-go_PR-385@tmp/private_key_4220537334264283537.key) [2023-04-18T21:10:51.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-18T21:10:51.742Z] + git semver init [2023-04-18T21:10:52.001Z] 2023-04-18 21:10:51,915 [run_init] DEBUG init version:0.0.0 force:False [2023-04-18T21:10:52.001Z] 2023-04-18 21:10:51,916 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-385/.semver [2023-04-18T21:10:52.001Z] 2023-04-18 21:10:51,916 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-385/.semver [2023-04-18T21:10:52.001Z] 2023-04-18 21:10:51,916 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-385/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-385, universal_newlines=False, shell=None, istream=None) [2023-04-18T21:10:53.392Z] 2023-04-18 21:10:53,005 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-385/.git/info/exclude [2023-04-18T21:10:53.392Z] 2023-04-18 21:10:53,005 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-385/.semver/PR-385 with force:False [2023-04-18T21:10:53.392Z] 2023-04-18 21:10:53,006 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-385/.semver/PR-385 [2023-04-18T21:10:53.392Z] 2023-04-18 21:10:53,012 [execute] INFO git cat-file --batch-check [2023-04-18T21:10:53.392Z] 2023-04-18 21:10:53,012 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-385/.semver, universal_newlines=False, shell=None, istream=) [2023-04-18T21:10:53.392Z] 2023-04-18 21:10:53,018 [execute] INFO git cat-file --batch [2023-04-18T21:10:53.392Z] 2023-04-18 21:10:53,018 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-385/.semver, universal_newlines=False, shell=None, istream=) [2023-04-18T21:10:53.392Z] 2023-04-18 21:10:53,023 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-385/.semver/PR-385 [2023-04-18T21:10:53.392Z] 0.0.0 [Pipeline] } [2023-04-18T21:10:53.403Z] $ docker exec --env ******** --env ******** 1fd98ec5d1d3b3b66016f741105cdf3e73ae930e18acf8893f92e836cdddad3d ssh-agent -k [2023-04-18T21:10:53.508Z] unset SSH_AUTH_SOCK; [2023-04-18T21:10:53.508Z] unset SSH_AGENT_PID; [2023-04-18T21:10:53.508Z] echo Agent pid 76 killed; [2023-04-18T21:10:53.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-18T21:10:53.968Z] + git semver [Pipeline] } [2023-04-18T21:10:54.231Z] $ docker stop --time=1 1fd98ec5d1d3b3b66016f741105cdf3e73ae930e18acf8893f92e836cdddad3d [2023-04-18T21:10:55.566Z] $ docker rm -f --volumes 1fd98ec5d1d3b3b66016f741105cdf3e73ae930e18acf8893f92e836cdddad3d [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-18T21:10:56.054Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-18T21:10:56.312Z] Stashed 1 file(s) [Pipeline] echo [2023-04-18T21:10:56.331Z] [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-18T21:10:56.905Z] provisioning config files... [2023-04-18T21:10:56.912Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-385@tmp/config1673430132689851870tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:10:57.266Z] ---> docker-login.sh [2023-04-18T21:10:57.266Z] nexus3.edgexfoundry.org:10001 [2023-04-18T21:10:57.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:57.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:57.266Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:57.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:57.266Z] [2023-04-18T21:10:57.266Z] Login Succeeded [2023-04-18T21:10:57.266Z] nexus3.edgexfoundry.org:10002 [2023-04-18T21:10:57.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:57.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:57.526Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:57.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:57.526Z] [2023-04-18T21:10:57.526Z] Login Succeeded [2023-04-18T21:10:57.526Z] nexus3.edgexfoundry.org:10003 [2023-04-18T21:10:57.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:57.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:57.527Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:57.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:57.527Z] [2023-04-18T21:10:57.527Z] Login Succeeded [2023-04-18T21:10:57.527Z] nexus3.edgexfoundry.org:10004 [2023-04-18T21:10:57.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:57.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:57.527Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:57.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:57.527Z] [2023-04-18T21:10:57.527Z] Login Succeeded [2023-04-18T21:10:57.527Z] docker.io [2023-04-18T21:10:57.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:10:57.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:10:57.786Z] Configure a credential helper to remove this warning. See [2023-04-18T21:10:57.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:10:57.786Z] [2023-04-18T21:10:57.786Z] Login Succeeded [2023-04-18T21:10:57.786Z] ---> docker-login.sh ends [Pipeline] } [2023-04-18T21:10:57.815Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-18T21:10:58.079Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-18T21:10:58.113Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-18T21:10:58.149Z] ========================================================= [2023-04-18T21:10:58.150Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-18T21:10:58.150Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:10:58.707Z] + 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-18T21:10:58.707Z] Sending build context to Docker daemon 23.56MB [2023-04-18T21:10:58.707Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-18T21:10:58.707Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-18T21:10:58.968Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-18T21:10:58.968Z] 63b65145d645: Pulling fs layer [2023-04-18T21:10:58.968Z] a2d21d5440eb: Pulling fs layer [2023-04-18T21:10:58.968Z] 935e6c44a52c: Pulling fs layer [2023-04-18T21:10:58.968Z] 94cc34f8dd06: Pulling fs layer [2023-04-18T21:10:58.968Z] 30dea6a524f1: Pulling fs layer [2023-04-18T21:10:58.968Z] a2aff8979fd8: Pulling fs layer [2023-04-18T21:10:58.968Z] 6808be2612f2: Pulling fs layer [2023-04-18T21:10:58.968Z] f25807f1079a: Pulling fs layer [2023-04-18T21:10:58.968Z] 30dea6a524f1: Waiting [2023-04-18T21:10:58.968Z] a2aff8979fd8: Waiting [2023-04-18T21:10:58.968Z] 6808be2612f2: Waiting [2023-04-18T21:10:58.968Z] f25807f1079a: Waiting [2023-04-18T21:10:58.968Z] 94cc34f8dd06: Waiting [2023-04-18T21:10:58.968Z] a2d21d5440eb: Download complete [2023-04-18T21:10:58.968Z] 94cc34f8dd06: Download complete [2023-04-18T21:10:58.968Z] 30dea6a524f1: Verifying Checksum [2023-04-18T21:10:58.968Z] 30dea6a524f1: Download complete [2023-04-18T21:10:58.968Z] 63b65145d645: Verifying Checksum [2023-04-18T21:10:58.968Z] 63b65145d645: Download complete [2023-04-18T21:10:58.968Z] a2aff8979fd8: Verifying Checksum [2023-04-18T21:10:58.968Z] a2aff8979fd8: Download complete [2023-04-18T21:10:58.968Z] 63b65145d645: Pull complete [2023-04-18T21:10:59.227Z] a2d21d5440eb: Pull complete [2023-04-18T21:10:59.227Z] f25807f1079a: Verifying Checksum [2023-04-18T21:10:59.227Z] f25807f1079a: Download complete [2023-04-18T21:10:59.492Z] 935e6c44a52c: Verifying Checksum [2023-04-18T21:10:59.493Z] 935e6c44a52c: Download complete [2023-04-18T21:10:59.751Z] 6808be2612f2: Verifying Checksum [2023-04-18T21:10:59.751Z] 6808be2612f2: Download complete [2023-04-18T21:11:03.058Z] 935e6c44a52c: Pull complete [2023-04-18T21:11:03.058Z] 94cc34f8dd06: Pull complete [2023-04-18T21:11:03.058Z] 30dea6a524f1: Pull complete [2023-04-18T21:11:03.058Z] a2aff8979fd8: Pull complete [2023-04-18T21:11:05.617Z] 6808be2612f2: Pull complete [2023-04-18T21:11:06.193Z] f25807f1079a: Pull complete [2023-04-18T21:11:06.193Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-18T21:11:06.193Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-18T21:11:06.193Z] ---> 3b553350e43f [2023-04-18T21:11:06.193Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-18T21:11:07.574Z] ---> Running in bdcf255bca4b [2023-04-18T21:11:07.841Z] Removing intermediate container bdcf255bca4b [2023-04-18T21:11:07.841Z] ---> 2122837911b6 [2023-04-18T21:11:07.841Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-18T21:11:07.841Z] ---> Running in dc2090966c27 [2023-04-18T21:11:07.841Z] Removing intermediate container dc2090966c27 [2023-04-18T21:11:07.841Z] ---> a2025a46d4b9 [2023-04-18T21:11:07.841Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-18T21:11:07.841Z] ---> Running in 206857c6d63d [2023-04-18T21:11:08.101Z] Removing intermediate container 206857c6d63d [2023-04-18T21:11:08.101Z] ---> 0f4ebf3b4d46 [2023-04-18T21:11:08.101Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-18T21:11:08.101Z] ---> Running in 94ce5ced8c6e [2023-04-18T21:11:08.101Z] Removing intermediate container 94ce5ced8c6e [2023-04-18T21:11:08.101Z] ---> 342aea98f014 [2023-04-18T21:11:08.101Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-18T21:11:08.101Z] ---> Running in b7ebccc5d12c [2023-04-18T21:11:08.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-18T21:11:08.366Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-18T21:11:08.628Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-18T21:11:08.628Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-18T21:11:08.628Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-18T21:11:08.628Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-18T21:11:08.628Z] Executing busybox-1.35.0-r29.trigger [2023-04-18T21:11:08.628Z] OK: 269 MiB in 57 packages [2023-04-18T21:11:09.210Z] Removing intermediate container b7ebccc5d12c [2023-04-18T21:11:09.210Z] ---> 293ef0a06102 [2023-04-18T21:11:09.210Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-18T21:11:09.210Z] ---> d9d5798a6118 [2023-04-18T21:11:09.210Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-18T21:11:09.210Z] ---> Running in 6ed8ccb1d601 [2023-04-18T21:11:11.739Z] Still waiting to schedule task [2023-04-18T21:11:11.739Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-18T21:11:31.184Z] Removing intermediate container 6ed8ccb1d601 [2023-04-18T21:11:31.184Z] ---> 85092c6f45b1 [2023-04-18T21:11:31.184Z] Step 10/12 : COPY . . [2023-04-18T21:11:31.184Z] ---> 21b36788b9d9 [2023-04-18T21:11:31.184Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-18T21:11:31.184Z] ---> Running in 3330277da006 [2023-04-18T21:11:31.184Z] Removing intermediate container 3330277da006 [2023-04-18T21:11:31.184Z] ---> 00d154f536ad [2023-04-18T21:11:31.184Z] Step 12/12 : RUN $MAKE [2023-04-18T21:11:31.184Z] ---> Running in 9982613b17c7 [2023-04-18T21:11:31.184Z] noop [2023-04-18T21:11:31.184Z] Removing intermediate container 9982613b17c7 [2023-04-18T21:11:31.184Z] ---> 8be70d69aa66 [2023-04-18T21:11:31.184Z] Successfully built 8be70d69aa66 [2023-04-18T21:11:31.184Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:11:31.687Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-18T21:11:31.687Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-18T21:11:31.846Z] prd-ubuntu20.04-docker-8c-8g-8992 does not seem to be running inside a container [2023-04-18T21:11:31.858Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-385 -v /w/workspace/foundry_device-virtual-go_PR-385:/w/workspace/foundry_device-virtual-go_PR-385:rw,z -v /w/workspace/foundry_device-virtual-go_PR-385@tmp:/w/workspace/foundry_device-virtual-go_PR-385@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-18T21:11:32.198Z] $ docker top 2cfeb4600bcb24a52ab704074be6d35bd8f19016c32848cc55821405758673fa -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-18T21:11:32.617Z] + go version [2023-04-18T21:11:32.617Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-18T21:11:32.626Z] $ docker stop --time=1 2cfeb4600bcb24a52ab704074be6d35bd8f19016c32848cc55821405758673fa [2023-04-18T21:11:33.934Z] $ docker rm -f --volumes 2cfeb4600bcb24a52ab704074be6d35bd8f19016c32848cc55821405758673fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:11:34.628Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-18T21:11:34.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-18T21:11:34.770Z] prd-ubuntu20.04-docker-8c-8g-8992 does not seem to be running inside a container [2023-04-18T21:11:34.783Z] $ 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-385 -v /w/workspace/foundry_device-virtual-go_PR-385:/w/workspace/foundry_device-virtual-go_PR-385:rw,z -v /w/workspace/foundry_device-virtual-go_PR-385@tmp:/w/workspace/foundry_device-virtual-go_PR-385@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-18T21:11:35.150Z] $ docker top c3d1dcbc83ec7d45749ccddb7e55c740e4864e18656dc2240825b585ba8683dc -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-18T21:11:35.557Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-385 [Pipeline] fileExists [Pipeline] sh [2023-04-18T21:11:35.911Z] + make test [2023-04-18T21:11:35.911Z] go test ./... -coverprofile=coverage.out [2023-04-18T21:11:41.196Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-18T21:11:51.161Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-18T21:11:51.161Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.023s coverage: 58.6% of statements [2023-04-18T21:11:57.735Z] go vet ./... [2023-04-18T21:12:01.013Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-18T21:12:01.013Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-18T21:12:01.013Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-18T21:12:01.057Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-18T21:12:01.074Z] $ docker stop --time=1 c3d1dcbc83ec7d45749ccddb7e55c740e4864e18656dc2240825b585ba8683dc [2023-04-18T21:12:02.793Z] $ docker rm -f --volumes c3d1dcbc83ec7d45749ccddb7e55c740e4864e18656dc2240825b585ba8683dc [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-18T21:12:03.383Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-18T21:12:03.455Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-18T21:12:04.160Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-18T21:12:04.513Z] + ls -al . [2023-04-18T21:12:04.514Z] total 192 [2023-04-18T21:12:04.514Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 18 21:11 . [2023-04-18T21:12:04.514Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 21:10 .. [2023-04-18T21:12:04.514Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 21:10 .git [2023-04-18T21:12:04.514Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 21:10 .github [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 18 21:10 .gitignore [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 18 21:10 .golangci.yml [2023-04-18T21:12:04.514Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 21:10 .semver [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 8652 Apr 18 21:10 Attribution.txt [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 18 21:10 CHANGELOG.md [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 18 21:10 Dockerfile [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 18 21:10 GOVERNANCE.md [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 18 21:10 Jenkinsfile [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 18 21:10 LICENSE [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 18 21:10 Makefile [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 18 21:10 OWNERS.md [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 18 21:10 README.md [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 18 21:10 VERSION [2023-04-18T21:12:04.514Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 18 21:10 bin [2023-04-18T21:12:04.514Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 21:10 cmd [2023-04-18T21:12:04.514Z] -rw-r--r-- 1 jenkins jenkins 43063 Apr 18 21:11 coverage.out [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 18 21:10 go.mod [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 31109 Apr 18 21:10 go.sum [2023-04-18T21:12:04.514Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 21:10 internal [2023-04-18T21:12:04.514Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 21:10 snap [2023-04-18T21:12:04.514Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 18 21:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:12:04.922Z] + 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=43655cc11b2f988e2e9608f2b99a625666c5f8bc --label arch=amd64 --label version=0.0.0 . [2023-04-18T21:12:04.922Z] Sending build context to Docker daemon 23.61MB [2023-04-18T21:12:04.922Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-18T21:12:04.922Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-18T21:12:04.922Z] ---> 8be70d69aa66 [2023-04-18T21:12:04.922Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-18T21:12:04.922Z] ---> Running in e0b300552fc9 [2023-04-18T21:12:05.181Z] Removing intermediate container e0b300552fc9 [2023-04-18T21:12:05.181Z] ---> 8ce691eaccc0 [2023-04-18T21:12:05.181Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-18T21:12:05.181Z] ---> Running in 98c93e56a37b [2023-04-18T21:12:05.181Z] Removing intermediate container 98c93e56a37b [2023-04-18T21:12:05.181Z] ---> ed7ce4d28d36 [2023-04-18T21:12:05.181Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-18T21:12:05.181Z] ---> Running in afbfee16f4ba [2023-04-18T21:12:05.181Z] Removing intermediate container afbfee16f4ba [2023-04-18T21:12:05.181Z] ---> 673a445cc23f [2023-04-18T21:12:05.181Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-18T21:12:05.181Z] ---> Running in afa696882231 [2023-04-18T21:12:05.446Z] Removing intermediate container afa696882231 [2023-04-18T21:12:05.446Z] ---> b66075694421 [2023-04-18T21:12:05.446Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-18T21:12:05.446Z] ---> Running in 54a4fd35af84 [2023-04-18T21:12:05.705Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-18T21:12:05.706Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-18T21:12:07.618Z] OK: 269 MiB in 57 packages [2023-04-18T21:12:07.880Z] Removing intermediate container 54a4fd35af84 [2023-04-18T21:12:07.880Z] ---> 9cbd934913aa [2023-04-18T21:12:07.880Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-18T21:12:07.880Z] ---> 20306effbded [2023-04-18T21:12:07.880Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-18T21:12:07.880Z] ---> Running in 939f02683a6d [2023-04-18T21:12:08.830Z] Removing intermediate container 939f02683a6d [2023-04-18T21:12:08.830Z] ---> 9c2194bdaac5 [2023-04-18T21:12:08.830Z] Step 10/25 : COPY . . [2023-04-18T21:12:09.089Z] ---> 1daf74236419 [2023-04-18T21:12:09.089Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-18T21:12:09.089Z] ---> Running in 25e3734c47a6 [2023-04-18T21:12:09.348Z] Removing intermediate container 25e3734c47a6 [2023-04-18T21:12:09.348Z] ---> 16b51922e0b4 [2023-04-18T21:12:09.348Z] Step 12/25 : RUN $MAKE [2023-04-18T21:12:09.348Z] ---> Running in e00b9bc2f31b [2023-04-18T21:12:09.605Z] 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-18T21:12:27.701Z] Removing intermediate container e00b9bc2f31b [2023-04-18T21:12:27.701Z] ---> eb1ce4f79b1b [2023-04-18T21:12:27.701Z] Step 13/25 : FROM alpine:3.17 [2023-04-18T21:12:27.701Z] 3.17: Pulling from library/alpine [2023-04-18T21:12:27.701Z] f56be85fc22e: Pulling fs layer [2023-04-18T21:12:27.701Z] f56be85fc22e: Download complete [2023-04-18T21:12:27.701Z] f56be85fc22e: Pull complete [2023-04-18T21:12:27.701Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-18T21:12:27.701Z] Status: Downloaded newer image for alpine:3.17 [2023-04-18T21:12:27.701Z] ---> 9ed4aefc74f6 [2023-04-18T21:12:27.701Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-18T21:12:27.701Z] ---> Running in 33a2784251b3 [2023-04-18T21:12:27.701Z] Removing intermediate container 33a2784251b3 [2023-04-18T21:12:27.701Z] ---> 73db9d442615 [2023-04-18T21:12:27.701Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-18T21:12:27.701Z] ---> Running in 341453adfccd [2023-04-18T21:12:27.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-18T21:12:27.962Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-18T21:12:28.222Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-18T21:12:28.222Z] Executing busybox-1.35.0-r29.trigger [2023-04-18T21:12:28.222Z] OK: 7 MiB in 16 packages [2023-04-18T21:12:28.481Z] Removing intermediate container 341453adfccd [2023-04-18T21:12:28.481Z] ---> 8fd6a29702d9 [2023-04-18T21:12:28.481Z] Step 16/25 : WORKDIR / [2023-04-18T21:12:28.481Z] ---> Running in baa454007a6d [2023-04-18T21:12:28.481Z] Removing intermediate container baa454007a6d [2023-04-18T21:12:28.481Z] ---> cd91ee99e820 [2023-04-18T21:12:28.481Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-18T21:12:28.739Z] ---> 671e545492e4 [2023-04-18T21:12:28.739Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-18T21:12:28.739Z] ---> 35733589fb22 [2023-04-18T21:12:28.739Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-18T21:12:29.307Z] ---> b1c36131ccfb [2023-04-18T21:12:29.307Z] Step 20/25 : EXPOSE 59900 [2023-04-18T21:12:29.307Z] ---> Running in 706cfcdd89e3 [2023-04-18T21:12:29.307Z] Removing intermediate container 706cfcdd89e3 [2023-04-18T21:12:29.307Z] ---> 49a2f839f451 [2023-04-18T21:12:29.307Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-18T21:12:29.307Z] ---> Running in 9cdfa7bed1a5 [2023-04-18T21:12:29.307Z] Removing intermediate container 9cdfa7bed1a5 [2023-04-18T21:12:29.307Z] ---> 658655e42c6e [2023-04-18T21:12:29.307Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-18T21:12:29.307Z] ---> Running in 677d657c1b61 [2023-04-18T21:12:29.568Z] Removing intermediate container 677d657c1b61 [2023-04-18T21:12:29.568Z] ---> 34ae1d316b7c [2023-04-18T21:12:29.568Z] Step 23/25 : LABEL arch=amd64 [2023-04-18T21:12:29.568Z] ---> Running in 37de1b94fe9f [2023-04-18T21:12:29.568Z] Removing intermediate container 37de1b94fe9f [2023-04-18T21:12:29.568Z] ---> 300a99764307 [2023-04-18T21:12:29.568Z] Step 24/25 : LABEL git_sha=43655cc11b2f988e2e9608f2b99a625666c5f8bc [2023-04-18T21:12:29.568Z] ---> Running in 58147a2406e7 [2023-04-18T21:12:29.568Z] Removing intermediate container 58147a2406e7 [2023-04-18T21:12:29.568Z] ---> d829500fe979 [2023-04-18T21:12:29.568Z] Step 25/25 : LABEL version=0.0.0 [2023-04-18T21:12:29.568Z] ---> Running in 3c2a57441266 [2023-04-18T21:12:29.832Z] Removing intermediate container 3c2a57441266 [2023-04-18T21:12:29.832Z] ---> c66e7625ce2e [2023-04-18T21:12:29.832Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-18T21:12:29.832Z] Successfully built c66e7625ce2e [2023-04-18T21:12:29.832Z] 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-18T21:12:30.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-18T21:12:30.677Z] [2023-04-18T21:12:30.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:12:31.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-18T21:12:31.064Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-18T21:12:31.064Z] 5eb5b503b376: Pulling fs layer [2023-04-18T21:12:31.064Z] 5c69ac0246d0: Pulling fs layer [2023-04-18T21:12:31.064Z] ec43610c2a17: Pulling fs layer [2023-04-18T21:12:31.064Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-18T21:12:31.064Z] 33b1e0a273af: Pulling fs layer [2023-04-18T21:12:31.064Z] 5d3b04190fa2: Pulling fs layer [2023-04-18T21:12:31.064Z] 2f39f015ded8: Pulling fs layer [2023-04-18T21:12:31.064Z] 3a2ae6a8a46f: Waiting [2023-04-18T21:12:31.064Z] 33b1e0a273af: Waiting [2023-04-18T21:12:31.064Z] 5d3b04190fa2: Waiting [2023-04-18T21:12:31.064Z] 2f39f015ded8: Waiting [2023-04-18T21:12:31.325Z] 5c69ac0246d0: Verifying Checksum [2023-04-18T21:12:31.325Z] 5c69ac0246d0: Download complete [2023-04-18T21:12:31.325Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-18T21:12:31.325Z] 3a2ae6a8a46f: Download complete [2023-04-18T21:12:31.325Z] 33b1e0a273af: Verifying Checksum [2023-04-18T21:12:31.325Z] 33b1e0a273af: Download complete [2023-04-18T21:12:31.325Z] 5d3b04190fa2: Download complete [2023-04-18T21:12:31.325Z] ec43610c2a17: Verifying Checksum [2023-04-18T21:12:31.325Z] ec43610c2a17: Download complete [2023-04-18T21:12:31.584Z] 5eb5b503b376: Verifying Checksum [2023-04-18T21:12:31.584Z] 5eb5b503b376: Download complete [2023-04-18T21:12:32.150Z] 2f39f015ded8: Verifying Checksum [2023-04-18T21:12:32.150Z] 2f39f015ded8: Download complete [2023-04-18T21:12:32.716Z] 5eb5b503b376: Pull complete [2023-04-18T21:12:32.716Z] 5c69ac0246d0: Pull complete [2023-04-18T21:12:33.283Z] ec43610c2a17: Pull complete [2023-04-18T21:12:33.283Z] 3a2ae6a8a46f: Pull complete [2023-04-18T21:12:33.541Z] 33b1e0a273af: Pull complete [2023-04-18T21:12:33.800Z] 5d3b04190fa2: Pull complete [2023-04-18T21:12:39.071Z] 2f39f015ded8: Pull complete [2023-04-18T21:12:39.071Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-18T21:12:39.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-18T21:12:39.071Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-18T21:12:39.309Z] prd-ubuntu20.04-docker-8c-8g-8992 does not seem to be running inside a container [2023-04-18T21:12:39.317Z] $ 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-385 -v /w/workspace/foundry_device-virtual-go_PR-385:/w/workspace/foundry_device-virtual-go_PR-385:rw,z -v /w/workspace/foundry_device-virtual-go_PR-385@tmp:/w/workspace/foundry_device-virtual-go_PR-385@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-18T21:12:40.494Z] $ docker top f3bc7cd3a018a0884cdaaf4b5b7b69c657b745ca1d358d13cc052820e6b039a8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:12:41.024Z] ---> job-cost.sh [2023-04-18T21:12:41.025Z] lf-activate-venv: SKIPPING [2023-04-18T21:12:41.025Z] INFO: No Stack... [2023-04-18T21:12:41.283Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-18T21:12:41.549Z] INFO: Archiving Costs [Pipeline] sh [2023-04-18T21:12:41.866Z] + cut -d, -f6 [2023-04-18T21:12:41.866Z] + cat /w/workspace/foundry_device-virtual-go_PR-385/archives/cost.csv [Pipeline] lock [2023-04-18T21:12:41.904Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-385-1-stack-cost] [2023-04-18T21:12:41.910Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-385-1-stack-cost] did not exist. Created. [2023-04-18T21:12:41.910Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-385-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-18T21:12:42.297Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-18T21:12:42.345Z] Stashed 1 file(s) [Pipeline] } [2023-04-18T21:12:42.416Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-385-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-18T21:12:42.473Z] $ docker stop --time=1 f3bc7cd3a018a0884cdaaf4b5b7b69c657b745ca1d358d13cc052820e6b039a8 [2023-04-18T21:12:43.626Z] $ docker rm -f --volumes f3bc7cd3a018a0884cdaaf4b5b7b69c657b745ca1d358d13cc052820e6b039a8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-18T21:12:46.905Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8994 in /w/workspace/foundry_device-virtual-go_PR-385 [Pipeline] { [Pipeline] ws [2023-04-18T21:12:46.963Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-04-18T21:12:47.044Z] The recommended git tool is: git [2023-04-18T21:12:53.426Z] using credential edgex-jenkins-ssh [2023-04-18T21:12:53.449Z] Cloning the remote Git repository [2023-04-18T21:12:53.479Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-04-18T21:12:53.573Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-04-18T21:12:53.718Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-18T21:12:53.718Z] > git --version # timeout=10 [2023-04-18T21:12:53.740Z] > git --version # 'git version 2.25.1' [2023-04-18T21:12:53.743Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-18T21:12:53.892Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-18T21:12:55.861Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-18T21:12:55.890Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-18T21:12:56.754Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-18T21:12:56.793Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-18T21:12:56.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-18T21:12:56.812Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/385/head:refs/remotes/origin/PR-385 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-18T21:12:57.354Z] Merging remotes/origin/main commit 156beb4bb4cc3957e05b7219f54451536aed9ec4 into PR head commit 43655cc11b2f988e2e9608f2b99a625666c5f8bc [2023-04-18T21:12:57.643Z] Merge succeeded, producing 43655cc11b2f988e2e9608f2b99a625666c5f8bc [2023-04-18T21:12:57.644Z] Checking out Revision 43655cc11b2f988e2e9608f2b99a625666c5f8bc (PR-385) [2023-04-18T21:12:58.148Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-04-18T21:12:58.188Z] > git --version # timeout=10 [2023-04-18T21:12:58.198Z] > git --version # 'git version 2.25.1' [2023-04-18T21:12:58.215Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] withEnv [Pipeline] { [2023-04-18T21:12:57.356Z] > git config core.sparsecheckout # timeout=10 [2023-04-18T21:12:57.419Z] > git checkout -f 43655cc11b2f988e2e9608f2b99a625666c5f8bc # timeout=10 [2023-04-18T21:12:57.521Z] > git remote # timeout=10 [2023-04-18T21:12:57.545Z] > git config --get remote.origin.url # timeout=10 [2023-04-18T21:12:57.564Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-18T21:12:57.576Z] > git merge 156beb4bb4cc3957e05b7219f54451536aed9ec4 # timeout=10 [2023-04-18T21:12:57.610Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-18T21:12:57.636Z] > git config core.sparsecheckout # timeout=10 [2023-04-18T21:12:57.657Z] > git checkout -f 43655cc11b2f988e2e9608f2b99a625666c5f8bc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-18T21:12:59.333Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-18T21:12:59.333Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-18T21:12:59.333Z] Dload Upload Total Spent Left Speed [2023-04-18T21:12:59.333Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 96598 0 --:--:-- --:--:-- --:--:-- 97335 [Pipeline] sh [2023-04-18T21:12:59.971Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-18T21:13:00.322Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-18T21:13:00.322Z] + sudo tee /etc/docker/daemon.new [2023-04-18T21:13:00.322Z] { [2023-04-18T21:13:00.322Z] "registry-mirrors": [ [2023-04-18T21:13:00.322Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-18T21:13:00.322Z] ], [2023-04-18T21:13:00.322Z] "bip": "10.250.0.254/24", [2023-04-18T21:13:00.322Z] "hosts": [ [2023-04-18T21:13:00.322Z] "tcp://0.0.0.0:5555", [2023-04-18T21:13:00.322Z] "unix:///var/run/docker.sock" [2023-04-18T21:13:00.322Z] ], [2023-04-18T21:13:00.322Z] "mtu": 1458, [2023-04-18T21:13:00.322Z] "selinux-enabled": true, [2023-04-18T21:13:00.322Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-18T21:13:00.322Z] } [Pipeline] sh [2023-04-18T21:13:00.672Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-18T21:13:01.023Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-18T21:13:19.367Z] provisioning config files... [2023-04-18T21:13:19.397Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config11930295635915484738tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:13:19.792Z] ---> docker-login.sh [2023-04-18T21:13:19.792Z] nexus3.edgexfoundry.org:10001 [2023-04-18T21:13:20.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:13:20.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:13:20.386Z] Configure a credential helper to remove this warning. See [2023-04-18T21:13:20.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:13:20.386Z] [2023-04-18T21:13:20.386Z] Login Succeeded [2023-04-18T21:13:20.386Z] nexus3.edgexfoundry.org:10002 [2023-04-18T21:13:20.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:13:20.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:13:20.931Z] Configure a credential helper to remove this warning. See [2023-04-18T21:13:20.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:13:20.931Z] [2023-04-18T21:13:20.931Z] Login Succeeded [2023-04-18T21:13:20.931Z] nexus3.edgexfoundry.org:10003 [2023-04-18T21:13:21.204Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:13:21.204Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:13:21.204Z] Configure a credential helper to remove this warning. See [2023-04-18T21:13:21.204Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:13:21.204Z] [2023-04-18T21:13:21.204Z] Login Succeeded [2023-04-18T21:13:21.204Z] nexus3.edgexfoundry.org:10004 [2023-04-18T21:13:21.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:13:21.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:13:21.750Z] Configure a credential helper to remove this warning. See [2023-04-18T21:13:21.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:13:21.750Z] [2023-04-18T21:13:21.750Z] Login Succeeded [2023-04-18T21:13:21.750Z] docker.io [2023-04-18T21:13:22.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-18T21:13:22.291Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-18T21:13:22.291Z] Configure a credential helper to remove this warning. See [2023-04-18T21:13:22.291Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-18T21:13:22.291Z] [2023-04-18T21:13:22.291Z] Login Succeeded [2023-04-18T21:13:22.291Z] ---> docker-login.sh ends [Pipeline] } [2023-04-18T21:13:22.327Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-18T21:13:22.732Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-18T21:13:22.770Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-18T21:13:22.804Z] ========================================================= [2023-04-18T21:13:22.804Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-18T21:13:22.804Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:13:23.304Z] + 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-18T21:13:23.594Z] Sending build context to Docker daemon 11.94MB [2023-04-18T21:13:23.873Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-18T21:13:23.873Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-18T21:13:23.873Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-18T21:13:23.873Z] af6eaf76a39c: Pulling fs layer [2023-04-18T21:13:23.873Z] 55522c791124: Pulling fs layer [2023-04-18T21:13:23.873Z] ce5c4a1c91eb: Pulling fs layer [2023-04-18T21:13:23.873Z] 169dfbe0d373: Pulling fs layer [2023-04-18T21:13:23.873Z] e1ff8fa3b103: Pulling fs layer [2023-04-18T21:13:23.873Z] 52ebb69f0ebf: Pulling fs layer [2023-04-18T21:13:23.873Z] 5abe8eddf0d5: Pulling fs layer [2023-04-18T21:13:23.873Z] 169dfbe0d373: Waiting [2023-04-18T21:13:23.873Z] e1ff8fa3b103: Waiting [2023-04-18T21:13:23.873Z] 52ebb69f0ebf: Waiting [2023-04-18T21:13:23.873Z] 5abe8eddf0d5: Waiting [2023-04-18T21:13:24.153Z] 55522c791124: Verifying Checksum [2023-04-18T21:13:24.153Z] 55522c791124: Download complete [2023-04-18T21:13:24.153Z] 169dfbe0d373: Download complete [2023-04-18T21:13:24.153Z] e1ff8fa3b103: Verifying Checksum [2023-04-18T21:13:24.153Z] e1ff8fa3b103: Download complete [2023-04-18T21:13:24.153Z] af6eaf76a39c: Download complete [2023-04-18T21:13:25.601Z] af6eaf76a39c: Pull complete [2023-04-18T21:13:25.601Z] 5abe8eddf0d5: Verifying Checksum [2023-04-18T21:13:25.601Z] 5abe8eddf0d5: Download complete [2023-04-18T21:13:25.874Z] 55522c791124: Pull complete [2023-04-18T21:13:26.846Z] ce5c4a1c91eb: Verifying Checksum [2023-04-18T21:13:26.846Z] ce5c4a1c91eb: Download complete [2023-04-18T21:13:26.846Z] 52ebb69f0ebf: Verifying Checksum [2023-04-18T21:13:26.846Z] 52ebb69f0ebf: Download complete [2023-04-18T21:13:39.306Z] ce5c4a1c91eb: Pull complete [2023-04-18T21:13:39.306Z] 169dfbe0d373: Pull complete [2023-04-18T21:13:39.306Z] e1ff8fa3b103: Pull complete [2023-04-18T21:13:45.965Z] 52ebb69f0ebf: Pull complete [2023-04-18T21:13:47.401Z] 5abe8eddf0d5: Pull complete [2023-04-18T21:13:47.401Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-18T21:13:47.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-18T21:13:47.401Z] ---> 6cb57ee374ae [2023-04-18T21:13:47.401Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-18T21:13:48.376Z] ---> Running in b0a0f18d5f3d [2023-04-18T21:13:48.647Z] Removing intermediate container b0a0f18d5f3d [2023-04-18T21:13:48.647Z] ---> 7e7399533d8d [2023-04-18T21:13:48.647Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-18T21:13:48.917Z] ---> Running in 2bf02292e558 [2023-04-18T21:13:49.184Z] Removing intermediate container 2bf02292e558 [2023-04-18T21:13:49.184Z] ---> 062356882607 [2023-04-18T21:13:49.184Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-18T21:13:49.184Z] ---> Running in c3220c7f8819 [2023-04-18T21:13:49.457Z] Removing intermediate container c3220c7f8819 [2023-04-18T21:13:49.457Z] ---> 66a3811d2f26 [2023-04-18T21:13:49.457Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-18T21:13:49.727Z] ---> Running in 850f1cce7154 [2023-04-18T21:13:50.001Z] Removing intermediate container 850f1cce7154 [2023-04-18T21:13:50.001Z] ---> c740b41bcbe1 [2023-04-18T21:13:50.001Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-18T21:13:50.001Z] ---> Running in 21dde785dde8 [2023-04-18T21:13:51.416Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-18T21:13:52.000Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-18T21:13:52.969Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-18T21:13:52.969Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-18T21:13:52.969Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-18T21:13:52.969Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-18T21:13:52.969Z] Executing busybox-1.35.0-r29.trigger [2023-04-18T21:13:52.969Z] OK: 268 MiB in 57 packages [2023-04-18T21:13:53.954Z] Removing intermediate container 21dde785dde8 [2023-04-18T21:13:53.954Z] ---> 9fad7267aa23 [2023-04-18T21:13:53.954Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-18T21:13:54.545Z] ---> f00b070f6a1a [2023-04-18T21:13:54.545Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-18T21:13:54.545Z] ---> Running in b7ccc41f0d26 [2023-04-18T21:15:02.455Z] Removing intermediate container b7ccc41f0d26 [2023-04-18T21:15:02.455Z] ---> 36dd57f31338 [2023-04-18T21:15:02.455Z] Step 10/12 : COPY . . [2023-04-18T21:15:02.455Z] ---> d848ac3d9b44 [2023-04-18T21:15:02.455Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-18T21:15:02.455Z] ---> Running in 6d87094bf192 [2023-04-18T21:15:02.455Z] Removing intermediate container 6d87094bf192 [2023-04-18T21:15:02.455Z] ---> 00ba11333de9 [2023-04-18T21:15:02.455Z] Step 12/12 : RUN $MAKE [2023-04-18T21:15:02.455Z] ---> Running in 9abf40a19127 [2023-04-18T21:15:02.455Z] noop [2023-04-18T21:15:02.455Z] Removing intermediate container 9abf40a19127 [2023-04-18T21:15:02.455Z] ---> a56532a930ec [2023-04-18T21:15:02.455Z] Successfully built a56532a930ec [2023-04-18T21:15:02.455Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:15:02.934Z] + docker inspect -f . ci-base-image-arm64 [2023-04-18T21:15:02.934Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-18T21:15:03.221Z] prd-ubuntu20.04-docker-arm64-4c-16g-8994 does not seem to be running inside a container [2023-04-18T21:15:03.268Z] $ 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-18T21:15:05.485Z] $ docker top 8c6f468049a795cc7727c930f4d5aea92dcdbf7b3bddbf0e9fd60c5e4d6af507 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-18T21:15:06.394Z] + go version [2023-04-18T21:15:06.394Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-18T21:15:06.413Z] $ docker stop --time=1 8c6f468049a795cc7727c930f4d5aea92dcdbf7b3bddbf0e9fd60c5e4d6af507 [2023-04-18T21:15:08.035Z] $ docker rm -f --volumes 8c6f468049a795cc7727c930f4d5aea92dcdbf7b3bddbf0e9fd60c5e4d6af507 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:15:08.863Z] + docker inspect -f . ci-base-image-arm64 [2023-04-18T21:15:08.863Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-18T21:15:09.105Z] prd-ubuntu20.04-docker-arm64-4c-16g-8994 does not seem to be running inside a container [2023-04-18T21:15:09.155Z] $ 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-18T21:15:10.318Z] $ docker top ab3d83a56990ca5c923838e4de343a1705cf4f6036aa8ad15522bbab81afd41c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-18T21:15:10.878Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-18T21:15:11.541Z] + make test [2023-04-18T21:15:11.809Z] go test ./... -coverprofile=coverage.out [2023-04-18T21:15:50.696Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-18T21:17:57.386Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-18T21:17:57.386Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.106s coverage: 58.4% of statements [2023-04-18T21:17:57.386Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-18T21:17:57.386Z] go vet ./... [2023-04-18T21:18:19.481Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-18T21:18:19.481Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-18T21:18:19.481Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-18T21:18:19.519Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-18T21:18:19.539Z] $ docker stop --time=1 ab3d83a56990ca5c923838e4de343a1705cf4f6036aa8ad15522bbab81afd41c [2023-04-18T21:18:24.308Z] $ docker rm -f --volumes ab3d83a56990ca5c923838e4de343a1705cf4f6036aa8ad15522bbab81afd41c [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-18T21:18:25.544Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-18T21:18:25.580Z] Warning: overwriting stash ‘coverage-report’ [2023-04-18T21:18:26.084Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-18T21:18:26.665Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-18T21:18:27.011Z] + ls -al . [2023-04-18T21:18:27.012Z] total 188 [2023-04-18T21:18:27.012Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 21:15 . [2023-04-18T21:18:27.012Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 21:12 .. [2023-04-18T21:18:27.012Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 21:12 .git [2023-04-18T21:18:27.012Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 21:12 .github [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 18 21:12 .gitignore [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 18 21:12 .golangci.yml [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 8652 Apr 18 21:12 Attribution.txt [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 18 21:12 CHANGELOG.md [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 18 21:12 Dockerfile [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 18 21:12 GOVERNANCE.md [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 18 21:12 Jenkinsfile [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 18 21:12 LICENSE [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 18 21:12 Makefile [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 18 21:12 OWNERS.md [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 18 21:12 README.md [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 18 21:10 VERSION [2023-04-18T21:18:27.012Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 18 21:12 bin [2023-04-18T21:18:27.012Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 21:12 cmd [2023-04-18T21:18:27.012Z] -rw-r--r-- 1 jenkins jenkins 43063 Apr 18 21:17 coverage.out [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 18 21:12 go.mod [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 31109 Apr 18 21:12 go.sum [2023-04-18T21:18:27.012Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 21:12 internal [2023-04-18T21:18:27.012Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 21:12 snap [2023-04-18T21:18:27.012Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 18 21:12 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:18:27.431Z] + 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=43655cc11b2f988e2e9608f2b99a625666c5f8bc --label arch=arm64 --label version=0.0.0 . [2023-04-18T21:18:27.700Z] Sending build context to Docker daemon 11.98MB [2023-04-18T21:18:27.700Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-18T21:18:27.700Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-18T21:18:27.700Z] ---> a56532a930ec [2023-04-18T21:18:27.700Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-18T21:18:27.971Z] ---> Running in 3f7a3bf4cfab [2023-04-18T21:18:28.237Z] Removing intermediate container 3f7a3bf4cfab [2023-04-18T21:18:28.237Z] ---> 42eca0ca8782 [2023-04-18T21:18:28.237Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-18T21:18:28.237Z] ---> Running in 8f3f96f628fe [2023-04-18T21:18:28.505Z] Removing intermediate container 8f3f96f628fe [2023-04-18T21:18:28.505Z] ---> ef7f13e89e1c [2023-04-18T21:18:28.505Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-18T21:18:28.775Z] ---> Running in ebf374255b02 [2023-04-18T21:18:29.041Z] Removing intermediate container ebf374255b02 [2023-04-18T21:18:29.041Z] ---> bd10d321fd16 [2023-04-18T21:18:29.041Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-18T21:18:29.041Z] ---> Running in 728bc991ca09 [2023-04-18T21:18:29.309Z] Removing intermediate container 728bc991ca09 [2023-04-18T21:18:29.309Z] ---> 8b08acf5279f [2023-04-18T21:18:29.309Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-18T21:18:29.309Z] ---> Running in 04dbbae54391 [2023-04-18T21:18:30.270Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-18T21:18:30.858Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-18T21:18:32.280Z] OK: 268 MiB in 57 packages [2023-04-18T21:18:32.869Z] Removing intermediate container 04dbbae54391 [2023-04-18T21:18:32.869Z] ---> b88007c38f8c [2023-04-18T21:18:32.869Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-18T21:18:33.467Z] ---> 35b0e537e13f [2023-04-18T21:18:33.467Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-18T21:18:33.467Z] ---> Running in d3d23387c52e [2023-04-18T21:18:37.729Z] Removing intermediate container d3d23387c52e [2023-04-18T21:18:37.729Z] ---> 344db4c8167b [2023-04-18T21:18:37.729Z] Step 10/25 : COPY . . [2023-04-18T21:18:38.694Z] ---> 3a9f65eeab01 [2023-04-18T21:18:38.694Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-18T21:18:38.972Z] ---> Running in 781a1ed5ad8d [2023-04-18T21:18:39.241Z] Removing intermediate container 781a1ed5ad8d [2023-04-18T21:18:39.241Z] ---> 3dbafce28c7b [2023-04-18T21:18:39.241Z] Step 12/25 : RUN $MAKE [2023-04-18T21:18:39.241Z] ---> Running in 8e107f07bdbb [2023-04-18T21:18:40.215Z] 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-18T21:21:01.950Z] Removing intermediate container 8e107f07bdbb [2023-04-18T21:21:01.950Z] ---> e2421ca3f48a [2023-04-18T21:21:01.950Z] Step 13/25 : FROM alpine:3.17 [2023-04-18T21:21:04.528Z] 3.17: Pulling from library/alpine [2023-04-18T21:21:04.528Z] c41833b44d91: Pulling fs layer [2023-04-18T21:21:04.802Z] c41833b44d91: Download complete [2023-04-18T21:21:05.385Z] c41833b44d91: Pull complete [2023-04-18T21:21:05.385Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-18T21:21:05.385Z] Status: Downloaded newer image for alpine:3.17 [2023-04-18T21:21:05.385Z] ---> 51e60588ff2c [2023-04-18T21:21:05.385Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-18T21:21:05.385Z] ---> Running in 38a53ea191d2 [2023-04-18T21:21:05.657Z] Removing intermediate container 38a53ea191d2 [2023-04-18T21:21:05.657Z] ---> 5f9fc20131bc [2023-04-18T21:21:05.657Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-18T21:21:05.657Z] ---> Running in 64861f51acdc [2023-04-18T21:21:06.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-18T21:21:07.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-18T21:21:08.559Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-18T21:21:08.559Z] Executing busybox-1.35.0-r29.trigger [2023-04-18T21:21:08.559Z] OK: 8 MiB in 16 packages [2023-04-18T21:21:09.524Z] Removing intermediate container 64861f51acdc [2023-04-18T21:21:09.524Z] ---> 10f8f80c1948 [2023-04-18T21:21:09.524Z] Step 16/25 : WORKDIR / [2023-04-18T21:21:09.524Z] ---> Running in cab55fc65ee1 [2023-04-18T21:21:09.791Z] Removing intermediate container cab55fc65ee1 [2023-04-18T21:21:09.791Z] ---> a0d383fd93e8 [2023-04-18T21:21:09.791Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-18T21:21:10.378Z] ---> 92a22b44e159 [2023-04-18T21:21:10.378Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-18T21:21:10.970Z] ---> da9d351e8308 [2023-04-18T21:21:10.970Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-18T21:21:12.383Z] ---> fc287bd350b6 [2023-04-18T21:21:12.383Z] Step 20/25 : EXPOSE 59900 [2023-04-18T21:21:12.383Z] ---> Running in 5d7be48653b3 [2023-04-18T21:21:12.651Z] Removing intermediate container 5d7be48653b3 [2023-04-18T21:21:12.651Z] ---> bd06e2a50090 [2023-04-18T21:21:12.651Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-18T21:21:12.920Z] ---> Running in 2191cc9f5d6e [2023-04-18T21:21:13.191Z] Removing intermediate container 2191cc9f5d6e [2023-04-18T21:21:13.191Z] ---> b261c4e310c8 [2023-04-18T21:21:13.191Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-18T21:21:13.191Z] ---> Running in cf466e983c7d [2023-04-18T21:21:13.461Z] Removing intermediate container cf466e983c7d [2023-04-18T21:21:13.461Z] ---> 5dd7ff4e343d [2023-04-18T21:21:13.461Z] Step 23/25 : LABEL arch=arm64 [2023-04-18T21:21:13.461Z] ---> Running in 70d8815d86f1 [2023-04-18T21:21:14.054Z] Removing intermediate container 70d8815d86f1 [2023-04-18T21:21:14.054Z] ---> fef1520b64a6 [2023-04-18T21:21:14.054Z] Step 24/25 : LABEL git_sha=43655cc11b2f988e2e9608f2b99a625666c5f8bc [2023-04-18T21:21:14.054Z] ---> Running in e3fb372cc7b1 [2023-04-18T21:21:14.322Z] Removing intermediate container e3fb372cc7b1 [2023-04-18T21:21:14.322Z] ---> 0b49cdebc2d1 [2023-04-18T21:21:14.322Z] Step 25/25 : LABEL version=0.0.0 [2023-04-18T21:21:14.322Z] ---> Running in dd530b5e4ea0 [2023-04-18T21:21:14.591Z] Removing intermediate container dd530b5e4ea0 [2023-04-18T21:21:14.591Z] ---> 5204dac84d63 [2023-04-18T21:21:14.591Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-18T21:21:14.591Z] Successfully built 5204dac84d63 [2023-04-18T21:21:14.591Z] 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-18T21:21:15.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-18T21:21:15.396Z] [2023-04-18T21:21:15.396Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:21:15.821Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-18T21:21:16.092Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-18T21:21:16.092Z] 8998bd30e6a1: Pulling fs layer [2023-04-18T21:21:16.092Z] 04944245beec: Pulling fs layer [2023-04-18T21:21:16.092Z] 699f458cf7ca: Pulling fs layer [2023-04-18T21:21:16.092Z] 765212b225bb: Pulling fs layer [2023-04-18T21:21:16.092Z] f23df028b6ca: Pulling fs layer [2023-04-18T21:21:16.092Z] d65c8cfc05b1: Pulling fs layer [2023-04-18T21:21:16.092Z] 2437ff75d9bd: Pulling fs layer [2023-04-18T21:21:16.092Z] 765212b225bb: Waiting [2023-04-18T21:21:16.092Z] f23df028b6ca: Waiting [2023-04-18T21:21:16.092Z] d65c8cfc05b1: Waiting [2023-04-18T21:21:16.092Z] 2437ff75d9bd: Waiting [2023-04-18T21:21:16.092Z] 04944245beec: Verifying Checksum [2023-04-18T21:21:16.092Z] 04944245beec: Download complete [2023-04-18T21:21:16.092Z] 765212b225bb: Verifying Checksum [2023-04-18T21:21:16.092Z] 765212b225bb: Download complete [2023-04-18T21:21:16.092Z] f23df028b6ca: Download complete [2023-04-18T21:21:16.093Z] d65c8cfc05b1: Verifying Checksum [2023-04-18T21:21:16.093Z] d65c8cfc05b1: Download complete [2023-04-18T21:21:16.366Z] 699f458cf7ca: Verifying Checksum [2023-04-18T21:21:16.366Z] 699f458cf7ca: Download complete [2023-04-18T21:21:16.637Z] 8998bd30e6a1: Verifying Checksum [2023-04-18T21:21:16.637Z] 8998bd30e6a1: Download complete [2023-04-18T21:21:19.238Z] 2437ff75d9bd: Verifying Checksum [2023-04-18T21:21:19.238Z] 2437ff75d9bd: Download complete [2023-04-18T21:21:20.651Z] 8998bd30e6a1: Pull complete [2023-04-18T21:21:21.239Z] 04944245beec: Pull complete [2023-04-18T21:21:22.654Z] 699f458cf7ca: Pull complete [2023-04-18T21:21:22.924Z] 765212b225bb: Pull complete [2023-04-18T21:21:23.886Z] f23df028b6ca: Pull complete [2023-04-18T21:21:23.886Z] d65c8cfc05b1: Pull complete [2023-04-18T21:21:38.898Z] 2437ff75d9bd: Pull complete [2023-04-18T21:21:38.898Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-18T21:21:38.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-18T21:21:38.899Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-18T21:21:39.228Z] prd-ubuntu20.04-docker-arm64-4c-16g-8994 does not seem to be running inside a container [2023-04-18T21:21:39.288Z] $ 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-18T21:21:42.168Z] $ docker top bb1055cca82cc4f0484ee1fc731d9d0b83def5af752cb11a25cf835dd73c59ba -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:21:43.132Z] ---> job-cost.sh [2023-04-18T21:21:43.132Z] lf-activate-venv: SKIPPING [2023-04-18T21:21:43.132Z] INFO: No Stack... [2023-04-18T21:21:43.400Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-18T21:21:44.362Z] INFO: Archiving Costs [Pipeline] sh [2023-04-18T21:21:45.025Z] + + cut -d, -f6cat [2023-04-18T21:21:45.025Z] /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock [2023-04-18T21:21:45.080Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-385-1-stack-cost] [2023-04-18T21:21:45.086Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-385-1-stack-cost] did not exist. Created. [2023-04-18T21:21:45.086Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-385-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-18T21:21:45.813Z] /w/workspace/device-virtual-go/1@tmp/durable-71ca7f01/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-18T21:21:46.482Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-18T21:21:46.515Z] Warning: overwriting stash ‘stack-cost’ [2023-04-18T21:21:46.569Z] Stashed 1 file(s) [Pipeline] } [2023-04-18T21:21:46.584Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-385-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-18T21:21:46.652Z] $ docker stop --time=1 bb1055cca82cc4f0484ee1fc731d9d0b83def5af752cb11a25cf835dd73c59ba [2023-04-18T21:21:48.180Z] $ docker rm -f --volumes bb1055cca82cc4f0484ee1fc731d9d0b83def5af752cb11a25cf835dd73c59ba [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-18T21:21:49.160Z] provisioning config files... [2023-04-18T21:21:49.166Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-385@tmp/config2606064996690346242tmp [Pipeline] { [Pipeline] sh [2023-04-18T21:21:49.513Z] + set +x [2023-04-18T21:21:49.513Z] + curl -s https://codecov.io/bash [2023-04-18T21:21:49.513Z] + bash -s -- [2023-04-18T21:21:49.513Z] [2023-04-18T21:21:49.513Z] _____ _ [2023-04-18T21:21:49.513Z] / ____| | | [2023-04-18T21:21:49.513Z] | | ___ __| | ___ ___ _____ __ [2023-04-18T21:21:49.513Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-18T21:21:49.513Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-18T21:21:49.513Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-18T21:21:49.513Z] Bash-1.0.6 [2023-04-18T21:21:49.513Z] [2023-04-18T21:21:49.513Z] [2023-04-18T21:21:49.513Z] ==> git version 2.25.1 found [2023-04-18T21:21:49.513Z] ==> 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-18T21:21:49.513Z] Release-Date: 2020-01-08 [2023-04-18T21:21:49.513Z] 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-18T21:21:49.513Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-18T21:21:49.513Z] ==> Jenkins CI detected. [2023-04-18T21:21:49.513Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-385 [2023-04-18T21:21:49.513Z] project root: . [2023-04-18T21:21:49.513Z] --> token set from env [2023-04-18T21:21:49.513Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-18T21:21:49.513Z] ==> Running gcov in . (disable via -X gcov) [2023-04-18T21:21:49.513Z] ==> Python coveragepy not found [2023-04-18T21:21:49.513Z] ==> Searching for coverage reports in: [2023-04-18T21:21:49.513Z] + . [2023-04-18T21:21:49.513Z] -> Found 1 reports [2023-04-18T21:21:49.513Z] ==> Detecting git/mercurial file structure [2023-04-18T21:21:49.513Z] ==> Reading reports [2023-04-18T21:21:49.772Z] + ./coverage.out bytes=43063 [2023-04-18T21:21:49.772Z] ==> Appending adjustments [2023-04-18T21:21:49.772Z] https://docs.codecov.io/docs/fixing-reports [2023-04-18T21:21:49.772Z] + Found adjustments [2023-04-18T21:21:49.772Z] ==> Gzipping contents [2023-04-18T21:21:49.772Z] 8.0K /tmp/codecov.dLERm0.gz [2023-04-18T21:21:49.772Z] ==> Uploading reports [2023-04-18T21:21:49.772Z] url: https://codecov.io [2023-04-18T21:21:49.772Z] query: branch=PR-385&commit=43655cc11b2f988e2e9608f2b99a625666c5f8bc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-385%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=385&job=&cmd_args= [2023-04-18T21:21:49.772Z] -> Pinging Codecov [2023-04-18T21:21:49.772Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-385&commit=43655cc11b2f988e2e9608f2b99a625666c5f8bc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-385%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=385&job=&cmd_args= [2023-04-18T21:21:50.032Z] -> Uploading to [2023-04-18T21:21:50.032Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-18/5E52B4B073DB2E39498172D8E973AA87/43655cc11b2f988e2e9608f2b99a625666c5f8bc/7192ead0-1f75-4bf0-bfa6-7f8e8b747d9c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230418%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230418T212149Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c4a54932cab66e91545bf72b19831ede5d9da18986e0a9266fb56e82f256108f [2023-04-18T21:21:50.032Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-18T21:21:50.032Z] Dload Upload Total Spent Left Speed [2023-04-18T21:21:50.032Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 25411 --:--:-- --:--:-- --:--:-- 25411 [2023-04-18T21:21:50.032Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/43655cc11b2f988e2e9608f2b99a625666c5f8bc [Pipeline] } [2023-04-18T21:21:50.060Z] 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-18T21:21:51.813Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-385/archives ] [2023-04-18T21:21:51.814Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-385/archives [2023-04-18T21:21:51.814Z] total 16 [2023-04-18T21:21:51.814Z] drwxr-xr-x 3 root root 4096 Apr 18 21:12 . [2023-04-18T21:21:51.814Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 18 21:12 .. [2023-04-18T21:21:51.814Z] drwxr-xr-x 2 root root 4096 Apr 18 21:12 cost [2023-04-18T21:21:51.814Z] -rw-r--r-- 1 root root 89 Apr 18 21:12 cost.csv [2023-04-18T21:21:51.814Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-385/archives [2023-04-18T21:21:51.814Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-385/archives [2023-04-18T21:21:51.814Z] total 16 [2023-04-18T21:21:51.814Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 21:12 . [2023-04-18T21:21:51.814Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 18 21:12 .. [2023-04-18T21:21:51.814Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 18 21:12 cost [2023-04-18T21:21:51.814Z] -rw-r--r-- 1 jenkins jenkins 89 Apr 18 21:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:21:52.140Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:21:53.020Z] ---> package-listing.sh [2023-04-18T21:21:53.020Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-18T21:21:53.020Z] ++ facter osfamily [2023-04-18T21:21:53.279Z] + OS_FAMILY=debian [2023-04-18T21:21:53.279Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-385 [2023-04-18T21:21:53.279Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-18T21:21:53.279Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-18T21:21:53.279Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-18T21:21:53.279Z] + PACKAGES=/tmp/packages_start.txt [2023-04-18T21:21:53.279Z] + '[' /w/workspace/foundry_device-virtual-go_PR-385 ']' [2023-04-18T21:21:53.279Z] + PACKAGES=/tmp/packages_end.txt [2023-04-18T21:21:53.279Z] + case "${OS_FAMILY}" in [2023-04-18T21:21:53.279Z] + dpkg -l [2023-04-18T21:21:53.279Z] + grep '^ii' [2023-04-18T21:21:53.279Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-18T21:21:53.279Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-18T21:21:53.279Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-18T21:21:53.279Z] + '[' /w/workspace/foundry_device-virtual-go_PR-385 ']' [2023-04-18T21:21:53.279Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-385/archives/ [2023-04-18T21:21:53.279Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-385/archives/ [Pipeline] echo [2023-04-18T21:21:53.311Z] 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-385/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-18T21:21:53.602Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-18T21:21:54.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-18T21:21:54.232Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-18T21:21:54.382Z] prd-ubuntu20.04-docker-8c-8g-8992 does not seem to be running inside a container [2023-04-18T21:21:54.397Z] $ 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-385/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-385 -v /w/workspace/foundry_device-virtual-go_PR-385:/w/workspace/foundry_device-virtual-go_PR-385:rw,z -v /w/workspace/foundry_device-virtual-go_PR-385@tmp:/w/workspace/foundry_device-virtual-go_PR-385@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-18T21:21:54.566Z] $ docker top db7e47a1714aff3fd0838bb29e3ce0999471d27c3bb21f98b2bbe56d0c251745 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-18T21:21:54.962Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-18T21:21:55.272Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-18T21:21:55.583Z] + ls /var/log/sa-host [2023-04-18T21:21:55.583Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-18T21:21:55.794Z] provisioning config files... [2023-04-18T21:21:55.804Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-385@tmp/config5321651130874738937tmp [Pipeline] { [Pipeline] echo [2023-04-18T21:21:55.853Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:21:56.170Z] ---> create-netrc.sh [Pipeline] } [2023-04-18T21:21:56.196Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:21:56.609Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-18T21:21:56.641Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:21:56.961Z] ---> sudo-logs.sh [2023-04-18T21:21:56.961Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-18T21:21:57.051Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:21:57.369Z] ---> job-cost.sh [2023-04-18T21:21:57.369Z] lf-activate-venv: SKIPPING [2023-04-18T21:21:57.369Z] DEBUG: total: 0.2199999988079071 [2023-04-18T21:21:57.369Z] INFO: Retrieving Stack Cost... [2023-04-18T21:21:57.939Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-18T21:21:58.198Z] INFO: Archiving Costs [Pipeline] echo [2023-04-18T21:21:58.231Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-18T21:21:58.544Z] ---> logs-deploy.sh [2023-04-18T21:21:58.544Z] lf-activate-venv: SKIPPING [2023-04-18T21:21:58.544Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-385/1 [2023-04-18T21:21:58.544Z] INFO: archiving workspace using pattern(s): [2023-04-18T21:21:59.479Z] Archives upload complete. [2023-04-18T21:21:59.479Z] INFO: archiving logs to Nexus