Pull request #360 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 638768ea70981673b12c8b69a4bafc6105a0d46e+5a04d26f76890061c899b2731a9aad77e3e4418b (086e7e1c0f9819022db7a980da7628d495f9933d) 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-ssh6653535893314122322.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh5262174971864103222.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-360/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-360/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1672800465180931960.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-360/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7906620139120369716.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh1684709983275376036.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-360/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-360/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17562256068303958390.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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 Executor slot already in use ‘prd-centos7-builder-2c-1g-842’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-629’ is offline ‘prd-ubuntu20.04-docker-8c-8g-630’ is offline ‘prd-ubuntu20.04-docker-8c-8g-852’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-754’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-arm64-4c-16g-756’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-854 in /w/workspace/foundry_device-virtual-go_PR-360 [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-360 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/360/head:refs/remotes/origin/PR-360 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5a04d26f76890061c899b2731a9aad77e3e4418b into PR head commit 638768ea70981673b12c8b69a4bafc6105a0d46e Merge succeeded, producing 638768ea70981673b12c8b69a4bafc6105a0d46e Checking out Revision 638768ea70981673b12c8b69a4bafc6105a0d46e (PR-360) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 638768ea70981673b12c8b69a4bafc6105a0d46e # 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 5a04d26f76890061c899b2731a9aad77e3e4418b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 638768ea70981673b12c8b69a4bafc6105a0d46e # timeout=10 [Pipeline] timeout [2023-03-15T16:10:59.509Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-15T16:10:59.704Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-15T16:10:59.801Z] ========================================================= [2023-03-15T16:10:59.801Z] EdgeX Global Pipelines Version Info [2023-03-15T16:10:59.802Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:11:00.578Z] ------------------- [2023-03-15T16:11:00.579Z] stable info: [2023-03-15T16:11:00.579Z] ------------------- [2023-03-15T16:11:00.579Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-15T16:11:00.579Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-15T16:11:00.579Z] Message: update stable to v1.0.245 [2023-03-15T16:11:01.148Z] ------------------- [2023-03-15T16:11:01.148Z] experimental info: [2023-03-15T16:11:01.148Z] ------------------- [2023-03-15T16:11:01.148Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-15T16:11:01.148Z] Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce [2023-03-15T16:11:01.148Z] Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-15T16:11:01.458Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-03-15T16:11:01.499Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-03-15T16:11:01.541Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-15T16:11:01.582Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-15T16:11:01.624Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-15T16:11:01.665Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-03-15T16:11:01.703Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-15T16:11:01.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-15T16:11:01.792Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-15T16:11:01.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-15T16:11:01.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-15T16:11:01.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-03-15T16:11:01.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-15T16:11:01.995Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-15T16:11:02.035Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-15T16:11:02.074Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-15T16:11:02.112Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-15T16:11:02.150Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-15T16:11:02.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-15T16:11:02.228Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-15T16:11:02.265Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-15T16:11:02.305Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-15T16:11:02.345Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-15T16:11:02.387Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-15T16:11:02.428Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-15T16:11:02.480Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-15T16:11:02.520Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-15T16:11:02.558Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-360 [Pipeline] echo [2023-03-15T16:11:02.604Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-360 [Pipeline] echo [2023-03-15T16:11:02.649Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-360 [Pipeline] echo [2023-03-15T16:11:02.690Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 638768ea70981673b12c8b69a4bafc6105a0d46e [Pipeline] echo [2023-03-15T16:11:02.731Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 638768e [Pipeline] echo [2023-03-15T16:11:02.770Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-15T16:11:02.891Z] provisioning config files... [2023-03-15T16:11:02.909Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-360@tmp/config1570230284728745273tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:11:03.269Z] ---> docker-login.sh [2023-03-15T16:11:03.269Z] nexus3.edgexfoundry.org:10001 [2023-03-15T16:11:03.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:03.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:03.530Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:03.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:03.530Z] [2023-03-15T16:11:03.530Z] Login Succeeded [2023-03-15T16:11:03.530Z] nexus3.edgexfoundry.org:10002 [2023-03-15T16:11:03.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:03.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:03.530Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:03.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:03.530Z] [2023-03-15T16:11:03.530Z] Login Succeeded [2023-03-15T16:11:03.530Z] nexus3.edgexfoundry.org:10003 [2023-03-15T16:11:03.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:03.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:03.791Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:03.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:03.791Z] [2023-03-15T16:11:03.791Z] Login Succeeded [2023-03-15T16:11:03.791Z] nexus3.edgexfoundry.org:10004 [2023-03-15T16:11:03.791Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:03.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:03.791Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:03.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:03.791Z] [2023-03-15T16:11:03.791Z] Login Succeeded [2023-03-15T16:11:03.791Z] docker.io [2023-03-15T16:11:04.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:04.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:04.050Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:04.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:04.050Z] [2023-03-15T16:11:04.050Z] Login Succeeded [2023-03-15T16:11:04.050Z] ---> docker-login.sh ends [Pipeline] } [2023-03-15T16:11:04.078Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-15T16:11:04.711Z] + git rev-list -1 --merges 638768ea70981673b12c8b69a4bafc6105a0d46e~1..638768ea70981673b12c8b69a4bafc6105a0d46e [Pipeline] echo [2023-03-15T16:11:04.786Z] -----------> git rev-list -1 --merges 638768ea70981673b12c8b69a4bafc6105a0d46e~1..638768ea70981673b12c8b69a4bafc6105a0d46e 638768ea70981673b12c8b69a4bafc6105a0d46e [false] [Pipeline] sh [2023-03-15T16:11:05.098Z] + git log --format=format:%s -1 638768ea70981673b12c8b69a4bafc6105a0d46e [Pipeline] echo [2023-03-15T16:11:05.132Z] ========================================================= [2023-03-15T16:11:05.132Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-15T16:11:05.132Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-15T16:11:05.567Z] + git log --format=format:%s -1 638768ea70981673b12c8b69a4bafc6105a0d46e [Pipeline] echo [2023-03-15T16:11:05.600Z] [semverPrep] GIT_COMMIT: 638768ea70981673b12c8b69a4bafc6105a0d46e, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3 [Pipeline] echo [2023-03-15T16:11:05.632Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-15T16:11:06.007Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-15T16:11:06.007Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-15T16:11:06.007Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-15T16:11:06.007Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-15T16:11:06.007Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-15T16:11:06.007Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-15T16:11:06.007Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:11:06.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-15T16:11:06.427Z] [2023-03-15T16:11:06.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:11:06.794Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-15T16:11:06.794Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-15T16:11:06.794Z] b85a868b505f: Pulling fs layer [2023-03-15T16:11:06.794Z] e2be974225ed: Pulling fs layer [2023-03-15T16:11:06.794Z] 339a4e72a1f5: Pulling fs layer [2023-03-15T16:11:06.794Z] 988bab9f4d93: Pulling fs layer [2023-03-15T16:11:06.794Z] 1469e6f7b9e6: Pulling fs layer [2023-03-15T16:11:06.794Z] eaf3925da568: Pulling fs layer [2023-03-15T16:11:06.794Z] bab4dde63d76: Pulling fs layer [2023-03-15T16:11:06.794Z] bde34c3a00c8: Pulling fs layer [2023-03-15T16:11:06.794Z] b352a97aabf1: Pulling fs layer [2023-03-15T16:11:06.794Z] 4872d77fe225: Pulling fs layer [2023-03-15T16:11:06.794Z] 5851b861e8e6: Pulling fs layer [2023-03-15T16:11:06.794Z] bde34c3a00c8: Waiting [2023-03-15T16:11:06.794Z] 988bab9f4d93: Waiting [2023-03-15T16:11:06.794Z] b352a97aabf1: Waiting [2023-03-15T16:11:06.794Z] 1469e6f7b9e6: Waiting [2023-03-15T16:11:06.794Z] 5851b861e8e6: Waiting [2023-03-15T16:11:06.794Z] 4872d77fe225: Waiting [2023-03-15T16:11:06.794Z] eaf3925da568: Waiting [2023-03-15T16:11:06.794Z] e2be974225ed: Verifying Checksum [2023-03-15T16:11:06.794Z] e2be974225ed: Download complete [2023-03-15T16:11:06.794Z] 988bab9f4d93: Verifying Checksum [2023-03-15T16:11:06.794Z] 988bab9f4d93: Download complete [2023-03-15T16:11:07.054Z] 1469e6f7b9e6: Verifying Checksum [2023-03-15T16:11:07.054Z] 1469e6f7b9e6: Download complete [2023-03-15T16:11:07.054Z] eaf3925da568: Download complete [2023-03-15T16:11:07.054Z] 339a4e72a1f5: Verifying Checksum [2023-03-15T16:11:07.054Z] 339a4e72a1f5: Download complete [2023-03-15T16:11:07.054Z] bde34c3a00c8: Verifying Checksum [2023-03-15T16:11:07.054Z] bde34c3a00c8: Download complete [2023-03-15T16:11:07.054Z] b352a97aabf1: Download complete [2023-03-15T16:11:07.054Z] 4872d77fe225: Verifying Checksum [2023-03-15T16:11:07.054Z] 4872d77fe225: Download complete [2023-03-15T16:11:07.054Z] 5851b861e8e6: Verifying Checksum [2023-03-15T16:11:07.054Z] 5851b861e8e6: Download complete [2023-03-15T16:11:07.054Z] b85a868b505f: Verifying Checksum [2023-03-15T16:11:07.054Z] b85a868b505f: Download complete [2023-03-15T16:11:07.622Z] bab4dde63d76: Verifying Checksum [2023-03-15T16:11:07.622Z] bab4dde63d76: Download complete [2023-03-15T16:11:08.555Z] b85a868b505f: Pull complete [2023-03-15T16:11:08.555Z] e2be974225ed: Pull complete [2023-03-15T16:11:09.123Z] 339a4e72a1f5: Pull complete [2023-03-15T16:11:09.123Z] 988bab9f4d93: Pull complete [2023-03-15T16:11:09.384Z] 1469e6f7b9e6: Pull complete [2023-03-15T16:11:09.384Z] eaf3925da568: Pull complete [2023-03-15T16:11:11.293Z] bab4dde63d76: Pull complete [2023-03-15T16:11:11.293Z] bde34c3a00c8: Pull complete [2023-03-15T16:11:11.293Z] b352a97aabf1: Pull complete [2023-03-15T16:11:11.293Z] 4872d77fe225: Pull complete [2023-03-15T16:11:11.293Z] 5851b861e8e6: Pull complete [2023-03-15T16:11:11.293Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-15T16:11:11.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-15T16:11:11.293Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T16:11:11.536Z] prd-ubuntu20.04-docker-8c-8g-854 does not seem to be running inside a container [2023-03-15T16:11:11.571Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-360 -v /w/workspace/foundry_device-virtual-go_PR-360:/w/workspace/foundry_device-virtual-go_PR-360:rw,z -v /w/workspace/foundry_device-virtual-go_PR-360@tmp:/w/workspace/foundry_device-virtual-go_PR-360@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-03-15T16:11:12.764Z] $ docker top e775a959395e0cf79811edd75d755240283f414660a9cc7bee36f666717debac -eo pid,comm [2023-03-15T16:11:12.816Z] 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-03-15T16:11:12.816Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-15T16:11:12.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-15T16:11:12.955Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-15T16:11:13.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-15T16:11:13.086Z] $ docker exec e775a959395e0cf79811edd75d755240283f414660a9cc7bee36f666717debac ssh-agent [2023-03-15T16:11:13.195Z] SSH_AUTH_SOCK=/tmp/ssh-SBA3YPdNqd60/agent.33 [2023-03-15T16:11:13.195Z] SSH_AGENT_PID=39 [2023-03-15T16:11:13.201Z] Running ssh-add (command line suppressed) [2023-03-15T16:11:13.302Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-360@tmp/private_key_8991394641610111626.key (/w/workspace/foundry_device-virtual-go_PR-360@tmp/private_key_8991394641610111626.key) [2023-03-15T16:11:13.312Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-15T16:11:13.646Z] + git tag --points-at HEAD [Pipeline] } [2023-03-15T16:11:13.679Z] $ docker exec --env ******** --env ******** e775a959395e0cf79811edd75d755240283f414660a9cc7bee36f666717debac ssh-agent -k [2023-03-15T16:11:13.775Z] unset SSH_AUTH_SOCK; [2023-03-15T16:11:13.775Z] unset SSH_AGENT_PID; [2023-03-15T16:11:13.775Z] echo Agent pid 39 killed; [2023-03-15T16:11:13.784Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-15T16:11:13.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-15T16:11:13.869Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-15T16:11:13.981Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-15T16:11:13.987Z] $ docker exec e775a959395e0cf79811edd75d755240283f414660a9cc7bee36f666717debac ssh-agent [2023-03-15T16:11:14.106Z] SSH_AUTH_SOCK=/tmp/ssh-fvofwSy480vW/agent.71 [2023-03-15T16:11:14.106Z] SSH_AGENT_PID=77 [2023-03-15T16:11:14.113Z] Running ssh-add (command line suppressed) [2023-03-15T16:11:14.207Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-360@tmp/private_key_17531035751912938917.key (/w/workspace/foundry_device-virtual-go_PR-360@tmp/private_key_17531035751912938917.key) [2023-03-15T16:11:14.220Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-15T16:11:14.553Z] + git semver init [2023-03-15T16:11:14.817Z] 2023-03-15 16:11:14,740 [run_init] DEBUG init version:0.0.0 force:False [2023-03-15T16:11:14.817Z] 2023-03-15 16:11:14,741 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-360/.semver [2023-03-15T16:11:14.817Z] 2023-03-15 16:11:14,742 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-360/.semver [2023-03-15T16:11:14.817Z] 2023-03-15 16:11:14,742 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-360/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-360, universal_newlines=False, shell=None, istream=None) [2023-03-15T16:11:15.761Z] 2023-03-15 16:11:15,723 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-360/.git/info/exclude [2023-03-15T16:11:15.761Z] 2023-03-15 16:11:15,724 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-360/.semver/PR-360 with force:False [2023-03-15T16:11:15.761Z] 2023-03-15 16:11:15,724 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-360/.semver/PR-360 [2023-03-15T16:11:15.761Z] 2023-03-15 16:11:15,727 [execute] INFO git cat-file --batch-check [2023-03-15T16:11:15.761Z] 2023-03-15 16:11:15,727 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-360/.semver, universal_newlines=False, shell=None, istream=) [2023-03-15T16:11:15.761Z] 2023-03-15 16:11:15,732 [execute] INFO git cat-file --batch [2023-03-15T16:11:15.761Z] 2023-03-15 16:11:15,732 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-360/.semver, universal_newlines=False, shell=None, istream=) [2023-03-15T16:11:15.761Z] 2023-03-15 16:11:15,737 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-360/.semver/PR-360 [2023-03-15T16:11:15.761Z] 0.0.0 [Pipeline] } [2023-03-15T16:11:15.791Z] $ docker exec --env ******** --env ******** e775a959395e0cf79811edd75d755240283f414660a9cc7bee36f666717debac ssh-agent -k [2023-03-15T16:11:15.884Z] unset SSH_AUTH_SOCK; [2023-03-15T16:11:15.884Z] unset SSH_AGENT_PID; [2023-03-15T16:11:15.885Z] echo Agent pid 77 killed; [2023-03-15T16:11:15.890Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-15T16:11:16.303Z] + git semver [Pipeline] } [2023-03-15T16:11:16.589Z] $ docker stop --time=1 e775a959395e0cf79811edd75d755240283f414660a9cc7bee36f666717debac [2023-03-15T16:11:17.892Z] $ docker rm -f --volumes e775a959395e0cf79811edd75d755240283f414660a9cc7bee36f666717debac [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-15T16:11:18.509Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-15T16:11:18.762Z] Stashed 1 file(s) [Pipeline] echo [2023-03-15T16:11:18.778Z] [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-03-15T16:11:19.364Z] provisioning config files... [2023-03-15T16:11:19.374Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-360@tmp/config18283771564307817980tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:11:19.721Z] ---> docker-login.sh [2023-03-15T16:11:19.721Z] nexus3.edgexfoundry.org:10001 [2023-03-15T16:11:19.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:19.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:19.721Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:19.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:19.721Z] [2023-03-15T16:11:19.721Z] Login Succeeded [2023-03-15T16:11:19.721Z] nexus3.edgexfoundry.org:10002 [2023-03-15T16:11:19.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:19.721Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:19.721Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:19.721Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:19.721Z] [2023-03-15T16:11:19.721Z] Login Succeeded [2023-03-15T16:11:19.721Z] nexus3.edgexfoundry.org:10003 [2023-03-15T16:11:19.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:19.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:19.982Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:19.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:19.982Z] [2023-03-15T16:11:19.982Z] Login Succeeded [2023-03-15T16:11:19.982Z] nexus3.edgexfoundry.org:10004 [2023-03-15T16:11:19.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:19.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:19.982Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:19.982Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:19.982Z] [2023-03-15T16:11:19.982Z] Login Succeeded [2023-03-15T16:11:19.982Z] docker.io [2023-03-15T16:11:19.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:11:20.248Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:11:20.248Z] Configure a credential helper to remove this warning. See [2023-03-15T16:11:20.248Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:11:20.248Z] [2023-03-15T16:11:20.248Z] Login Succeeded [2023-03-15T16:11:20.248Z] ---> docker-login.sh ends [Pipeline] } [2023-03-15T16:11:20.273Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-15T16:11:20.467Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-15T16:11:20.502Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-15T16:11:20.533Z] ========================================================= [2023-03-15T16:11:20.533Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-03-15T16:11:20.533Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:11:21.006Z] + 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-03-15T16:11:21.006Z] Sending build context to Docker daemon 23.5MB [2023-03-15T16:11:21.006Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-15T16:11:21.006Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-15T16:11:21.006Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-15T16:11:21.006Z] 63b65145d645: Pulling fs layer [2023-03-15T16:11:21.006Z] a2d21d5440eb: Pulling fs layer [2023-03-15T16:11:21.006Z] 935e6c44a52c: Pulling fs layer [2023-03-15T16:11:21.006Z] 94cc34f8dd06: Pulling fs layer [2023-03-15T16:11:21.006Z] 30dea6a524f1: Pulling fs layer [2023-03-15T16:11:21.006Z] a2aff8979fd8: Pulling fs layer [2023-03-15T16:11:21.006Z] 6808be2612f2: Pulling fs layer [2023-03-15T16:11:21.006Z] f25807f1079a: Pulling fs layer [2023-03-15T16:11:21.006Z] a2aff8979fd8: Waiting [2023-03-15T16:11:21.006Z] 6808be2612f2: Waiting [2023-03-15T16:11:21.006Z] f25807f1079a: Waiting [2023-03-15T16:11:21.006Z] 94cc34f8dd06: Waiting [2023-03-15T16:11:21.006Z] 30dea6a524f1: Waiting [2023-03-15T16:11:21.267Z] a2d21d5440eb: Download complete [2023-03-15T16:11:21.267Z] 94cc34f8dd06: Download complete [2023-03-15T16:11:21.267Z] 30dea6a524f1: Download complete [2023-03-15T16:11:21.267Z] 63b65145d645: Verifying Checksum [2023-03-15T16:11:21.267Z] 63b65145d645: Download complete [2023-03-15T16:11:21.267Z] a2aff8979fd8: Verifying Checksum [2023-03-15T16:11:21.267Z] a2aff8979fd8: Download complete [2023-03-15T16:11:21.267Z] 63b65145d645: Pull complete [2023-03-15T16:11:21.535Z] a2d21d5440eb: Pull complete [2023-03-15T16:11:21.799Z] f25807f1079a: Verifying Checksum [2023-03-15T16:11:21.799Z] f25807f1079a: Download complete [2023-03-15T16:11:22.061Z] 935e6c44a52c: Download complete [2023-03-15T16:11:22.061Z] 6808be2612f2: Verifying Checksum [2023-03-15T16:11:22.061Z] 6808be2612f2: Download complete [2023-03-15T16:11:25.344Z] 935e6c44a52c: Pull complete [2023-03-15T16:11:25.344Z] 94cc34f8dd06: Pull complete [2023-03-15T16:11:25.344Z] 30dea6a524f1: Pull complete [2023-03-15T16:11:25.344Z] a2aff8979fd8: Pull complete [2023-03-15T16:11:27.241Z] 6808be2612f2: Pull complete [2023-03-15T16:11:28.175Z] f25807f1079a: Pull complete [2023-03-15T16:11:28.175Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-03-15T16:11:28.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-03-15T16:11:28.175Z] ---> 3b553350e43f [2023-03-15T16:11:28.175Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-15T16:11:29.567Z] ---> Running in dada321b6550 [2023-03-15T16:11:29.568Z] Removing intermediate container dada321b6550 [2023-03-15T16:11:29.568Z] ---> ae4885180db6 [2023-03-15T16:11:29.568Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-15T16:11:29.568Z] ---> Running in 55c6809ae62f [2023-03-15T16:11:29.568Z] Removing intermediate container 55c6809ae62f [2023-03-15T16:11:29.568Z] ---> dadd754478ce [2023-03-15T16:11:29.568Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-15T16:11:29.568Z] ---> Running in 4df8600732c6 [2023-03-15T16:11:29.568Z] Removing intermediate container 4df8600732c6 [2023-03-15T16:11:29.568Z] ---> 1b2b6325f203 [2023-03-15T16:11:29.568Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-15T16:11:29.828Z] ---> Running in 115d0728e6be [2023-03-15T16:11:29.828Z] Removing intermediate container 115d0728e6be [2023-03-15T16:11:29.828Z] ---> 7605c857eb6e [2023-03-15T16:11:29.828Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-15T16:11:29.828Z] ---> Running in edac317e0afd [2023-03-15T16:11:30.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-15T16:11:30.088Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-15T16:11:30.348Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-15T16:11:30.348Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-15T16:11:30.348Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-15T16:11:30.348Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-15T16:11:30.348Z] Executing busybox-1.35.0-r29.trigger [2023-03-15T16:11:30.348Z] OK: 269 MiB in 57 packages [2023-03-15T16:11:30.913Z] Removing intermediate container edac317e0afd [2023-03-15T16:11:30.913Z] ---> ab73824abbf9 [2023-03-15T16:11:30.913Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-15T16:11:30.913Z] ---> 7d8cd4abbcab [2023-03-15T16:11:30.913Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-15T16:11:30.913Z] ---> Running in dd45d2ff622a [2023-03-15T16:11:34.181Z] Still waiting to schedule task [2023-03-15T16:11:34.181Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-15T16:11:49.004Z] Removing intermediate container dd45d2ff622a [2023-03-15T16:11:49.004Z] ---> c296af0ca820 [2023-03-15T16:11:49.004Z] Step 10/12 : COPY . . [2023-03-15T16:11:49.004Z] ---> 06eaa0cb113b [2023-03-15T16:11:49.004Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-15T16:11:49.004Z] ---> Running in 2408c9de936a [2023-03-15T16:11:49.004Z] Removing intermediate container 2408c9de936a [2023-03-15T16:11:49.004Z] ---> a53b6b255588 [2023-03-15T16:11:49.004Z] Step 12/12 : RUN $MAKE [2023-03-15T16:11:49.004Z] ---> Running in fa1590599d11 [2023-03-15T16:11:49.262Z] noop [2023-03-15T16:11:49.521Z] Removing intermediate container fa1590599d11 [2023-03-15T16:11:49.521Z] ---> 318290a4ee4d [2023-03-15T16:11:49.521Z] Successfully built 318290a4ee4d [2023-03-15T16:11:49.521Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:11:49.962Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-15T16:11:49.962Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T16:11:50.104Z] prd-ubuntu20.04-docker-8c-8g-854 does not seem to be running inside a container [2023-03-15T16:11:50.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-360 -v /w/workspace/foundry_device-virtual-go_PR-360:/w/workspace/foundry_device-virtual-go_PR-360:rw,z -v /w/workspace/foundry_device-virtual-go_PR-360@tmp:/w/workspace/foundry_device-virtual-go_PR-360@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-03-15T16:11:50.476Z] $ docker top d08f86ab713873812e751c9c93b5d2ad1baea44a95f793d8d29ad20ecfca302e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T16:11:50.854Z] + go version [2023-03-15T16:11:50.854Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-03-15T16:11:50.896Z] $ docker stop --time=1 d08f86ab713873812e751c9c93b5d2ad1baea44a95f793d8d29ad20ecfca302e [2023-03-15T16:11:52.177Z] $ docker rm -f --volumes d08f86ab713873812e751c9c93b5d2ad1baea44a95f793d8d29ad20ecfca302e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:11:52.891Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-15T16:11:52.891Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T16:11:53.036Z] prd-ubuntu20.04-docker-8c-8g-854 does not seem to be running inside a container [2023-03-15T16:11:53.069Z] $ 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-360 -v /w/workspace/foundry_device-virtual-go_PR-360:/w/workspace/foundry_device-virtual-go_PR-360:rw,z -v /w/workspace/foundry_device-virtual-go_PR-360@tmp:/w/workspace/foundry_device-virtual-go_PR-360@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-03-15T16:11:53.406Z] $ docker top a6ef14f35b4ee89adfcd1e0140fbcf582c4b271e02aea7c0e9a32ae98dd32283 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T16:11:53.795Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-360 [Pipeline] fileExists [Pipeline] sh [2023-03-15T16:11:54.158Z] + make test [2023-03-15T16:11:54.158Z] go test ./... -coverprofile=coverage.out [2023-03-15T16:11:58.348Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-15T16:12:08.311Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-15T16:12:08.311Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.033s coverage: 65.7% of statements [2023-03-15T16:12:13.689Z] go vet ./... [2023-03-15T16:12:16.299Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-15T16:12:16.299Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-15T16:12:16.299Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-15T16:12:16.585Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-15T16:12:16.617Z] $ docker stop --time=1 a6ef14f35b4ee89adfcd1e0140fbcf582c4b271e02aea7c0e9a32ae98dd32283 [2023-03-15T16:12:18.472Z] $ docker rm -f --volumes a6ef14f35b4ee89adfcd1e0140fbcf582c4b271e02aea7c0e9a32ae98dd32283 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-15T16:12:18.986Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-15T16:12:19.052Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-15T16:12:19.633Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-15T16:12:19.947Z] + ls -al . [2023-03-15T16:12:19.947Z] total 192 [2023-03-15T16:12:19.947Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 16:11 . [2023-03-15T16:12:19.947Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 16:10 .. [2023-03-15T16:12:19.947Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 16:11 .git [2023-03-15T16:12:19.947Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:10 .github [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 15 16:10 .gitignore [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 15 16:10 .golangci.yml [2023-03-15T16:12:19.947Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 16:11 .semver [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 15 16:10 Attribution.txt [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 15 16:10 CHANGELOG.md [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 15 16:10 Dockerfile [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 15 16:10 GOVERNANCE.md [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 15 16:10 Jenkinsfile [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 15 16:10 LICENSE [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 1696 Mar 15 16:10 Makefile [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 15 16:10 OWNERS.md [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 15 16:10 README.md [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 15 16:11 VERSION [2023-03-15T16:12:19.947Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 16:10 bin [2023-03-15T16:12:19.947Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:10 cmd [2023-03-15T16:12:19.947Z] -rw-r--r-- 1 jenkins jenkins 44311 Mar 15 16:12 coverage.out [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 15 16:10 go.mod [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 30608 Mar 15 16:10 go.sum [2023-03-15T16:12:19.947Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:10 internal [2023-03-15T16:12:19.947Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 16:10 snap [2023-03-15T16:12:19.947Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 15 16:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:12:20.355Z] + 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=638768ea70981673b12c8b69a4bafc6105a0d46e --label arch=amd64 --label version=0.0.0 . [2023-03-15T16:12:20.355Z] Sending build context to Docker daemon 23.55MB [2023-03-15T16:12:20.355Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-03-15T16:12:20.355Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-15T16:12:20.355Z] ---> 318290a4ee4d [2023-03-15T16:12:20.355Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-15T16:12:20.614Z] ---> Running in c75eeee70cf3 [2023-03-15T16:12:20.614Z] Removing intermediate container c75eeee70cf3 [2023-03-15T16:12:20.614Z] ---> 8f5b31be4cd2 [2023-03-15T16:12:20.614Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-15T16:12:20.614Z] ---> Running in 71ef2655bce8 [2023-03-15T16:12:20.614Z] Removing intermediate container 71ef2655bce8 [2023-03-15T16:12:20.614Z] ---> d4e0f344d0b9 [2023-03-15T16:12:20.614Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-15T16:12:20.614Z] ---> Running in 3afe7dbf884d [2023-03-15T16:12:20.872Z] Removing intermediate container 3afe7dbf884d [2023-03-15T16:12:20.872Z] ---> 80110b736f1f [2023-03-15T16:12:20.872Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-15T16:12:20.872Z] ---> Running in 4d5e3b8a4bcc [2023-03-15T16:12:20.872Z] Removing intermediate container 4d5e3b8a4bcc [2023-03-15T16:12:20.872Z] ---> f40d5e4e73cc [2023-03-15T16:12:20.872Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-15T16:12:20.872Z] ---> Running in 9fd6ee92f381 [2023-03-15T16:12:21.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-15T16:12:21.389Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-15T16:12:21.389Z] OK: 269 MiB in 57 packages [2023-03-15T16:12:21.955Z] Removing intermediate container 9fd6ee92f381 [2023-03-15T16:12:21.955Z] ---> e0e09b5eb1b2 [2023-03-15T16:12:21.955Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-15T16:12:21.955Z] ---> 3a0647406347 [2023-03-15T16:12:21.955Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-15T16:12:21.955Z] ---> Running in 2ff97f6a143a [2023-03-15T16:12:22.892Z] Removing intermediate container 2ff97f6a143a [2023-03-15T16:12:22.892Z] ---> 2a7308fd00cd [2023-03-15T16:12:22.892Z] Step 10/25 : COPY . . [2023-03-15T16:12:23.459Z] ---> 5bece4fdc671 [2023-03-15T16:12:23.460Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-15T16:12:23.719Z] ---> Running in 356ce11c2370 [2023-03-15T16:12:23.719Z] Removing intermediate container 356ce11c2370 [2023-03-15T16:12:23.719Z] ---> 70f3aed13552 [2023-03-15T16:12:23.719Z] Step 12/25 : RUN $MAKE [2023-03-15T16:12:23.719Z] ---> Running in bfedcfa29fd6 [2023-03-15T16:12:23.978Z] 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-03-15T16:12:42.059Z] Removing intermediate container bfedcfa29fd6 [2023-03-15T16:12:42.059Z] ---> 346d1501c623 [2023-03-15T16:12:42.059Z] Step 13/25 : FROM alpine:3.17 [2023-03-15T16:12:42.059Z] 3.17: Pulling from library/alpine [2023-03-15T16:12:42.059Z] 63b65145d645: Already exists [2023-03-15T16:12:42.059Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-15T16:12:42.059Z] Status: Downloaded newer image for alpine:3.17 [2023-03-15T16:12:42.059Z] ---> b2aa39c304c2 [2023-03-15T16:12:42.059Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-15T16:12:42.059Z] ---> Running in 79ee4cd7be92 [2023-03-15T16:12:42.059Z] Removing intermediate container 79ee4cd7be92 [2023-03-15T16:12:42.059Z] ---> 5eea2b7ad33f [2023-03-15T16:12:42.059Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-15T16:12:42.059Z] ---> Running in ccfdab2e6a50 [2023-03-15T16:12:42.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-03-15T16:12:42.059Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-03-15T16:12:42.059Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-15T16:12:42.059Z] Executing busybox-1.35.0-r29.trigger [2023-03-15T16:12:42.059Z] OK: 7 MiB in 16 packages [2023-03-15T16:12:42.059Z] Removing intermediate container ccfdab2e6a50 [2023-03-15T16:12:42.059Z] ---> a0b3d201c457 [2023-03-15T16:12:42.059Z] Step 16/25 : WORKDIR / [2023-03-15T16:12:42.059Z] ---> Running in 7f5ca41a7dc2 [2023-03-15T16:12:42.059Z] Removing intermediate container 7f5ca41a7dc2 [2023-03-15T16:12:42.059Z] ---> 4a14be2724d1 [2023-03-15T16:12:42.059Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-15T16:12:42.059Z] ---> bd5c8d7964d8 [2023-03-15T16:12:42.059Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-15T16:12:42.059Z] ---> 9dd729e15c06 [2023-03-15T16:12:42.059Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-15T16:12:42.318Z] ---> 6687611b9429 [2023-03-15T16:12:42.318Z] Step 20/25 : EXPOSE 59900 [2023-03-15T16:12:42.318Z] ---> Running in 3851a0d4c548 [2023-03-15T16:12:42.577Z] Removing intermediate container 3851a0d4c548 [2023-03-15T16:12:42.577Z] ---> 548e2801487b [2023-03-15T16:12:42.577Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-15T16:12:42.577Z] ---> Running in 00064452a2bb [2023-03-15T16:12:42.577Z] Removing intermediate container 00064452a2bb [2023-03-15T16:12:42.577Z] ---> 7b3ab1cb4391 [2023-03-15T16:12:42.577Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-15T16:12:42.835Z] ---> Running in 87387a1a0e0d [2023-03-15T16:12:42.835Z] Removing intermediate container 87387a1a0e0d [2023-03-15T16:12:42.835Z] ---> 0c9b8af3ad47 [2023-03-15T16:12:42.835Z] Step 23/25 : LABEL arch=amd64 [2023-03-15T16:12:42.835Z] ---> Running in 77a4b954b735 [2023-03-15T16:12:43.093Z] Removing intermediate container 77a4b954b735 [2023-03-15T16:12:43.093Z] ---> 50410dfbdeed [2023-03-15T16:12:43.093Z] Step 24/25 : LABEL git_sha=638768ea70981673b12c8b69a4bafc6105a0d46e [2023-03-15T16:12:43.093Z] ---> Running in 615cb1fde504 [2023-03-15T16:12:43.093Z] Removing intermediate container 615cb1fde504 [2023-03-15T16:12:43.093Z] ---> f09520535b30 [2023-03-15T16:12:43.093Z] Step 25/25 : LABEL version=0.0.0 [2023-03-15T16:12:43.352Z] ---> Running in 2b1ae233067e [2023-03-15T16:12:43.352Z] Removing intermediate container 2b1ae233067e [2023-03-15T16:12:43.352Z] ---> 9208e7c90ccb [2023-03-15T16:12:43.352Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-15T16:12:43.352Z] Successfully built 9208e7c90ccb [2023-03-15T16:12:43.352Z] 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-03-15T16:12:44.214Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-15T16:12:44.214Z] [2023-03-15T16:12:44.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:12:44.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-15T16:12:44.587Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-15T16:12:44.587Z] 5eb5b503b376: Pulling fs layer [2023-03-15T16:12:44.587Z] 5c69ac0246d0: Pulling fs layer [2023-03-15T16:12:44.587Z] ec43610c2a17: Pulling fs layer [2023-03-15T16:12:44.587Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-15T16:12:44.587Z] 33b1e0a273af: Pulling fs layer [2023-03-15T16:12:44.587Z] 5d3b04190fa2: Pulling fs layer [2023-03-15T16:12:44.587Z] 2f39f015ded8: Pulling fs layer [2023-03-15T16:12:44.587Z] 5d3b04190fa2: Waiting [2023-03-15T16:12:44.587Z] 3a2ae6a8a46f: Waiting [2023-03-15T16:12:44.587Z] 33b1e0a273af: Waiting [2023-03-15T16:12:44.587Z] 2f39f015ded8: Waiting [2023-03-15T16:12:44.587Z] 5c69ac0246d0: Verifying Checksum [2023-03-15T16:12:44.587Z] 5c69ac0246d0: Download complete [2023-03-15T16:12:44.587Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-15T16:12:44.587Z] 3a2ae6a8a46f: Download complete [2023-03-15T16:12:44.846Z] 33b1e0a273af: Verifying Checksum [2023-03-15T16:12:44.846Z] 33b1e0a273af: Download complete [2023-03-15T16:12:44.846Z] 5d3b04190fa2: Verifying Checksum [2023-03-15T16:12:44.846Z] 5d3b04190fa2: Download complete [2023-03-15T16:12:44.846Z] ec43610c2a17: Verifying Checksum [2023-03-15T16:12:44.846Z] ec43610c2a17: Download complete [2023-03-15T16:12:44.846Z] 5eb5b503b376: Verifying Checksum [2023-03-15T16:12:44.846Z] 5eb5b503b376: Download complete [2023-03-15T16:12:45.412Z] 2f39f015ded8: Download complete [2023-03-15T16:12:45.977Z] 5eb5b503b376: Pull complete [2023-03-15T16:12:45.977Z] 5c69ac0246d0: Pull complete [2023-03-15T16:12:46.540Z] ec43610c2a17: Pull complete [2023-03-15T16:12:46.540Z] 3a2ae6a8a46f: Pull complete [2023-03-15T16:12:46.798Z] 33b1e0a273af: Pull complete [2023-03-15T16:12:46.798Z] 5d3b04190fa2: Pull complete [2023-03-15T16:12:50.973Z] 2f39f015ded8: Pull complete [2023-03-15T16:12:50.973Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-15T16:12:50.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-15T16:12:50.973Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T16:12:51.177Z] prd-ubuntu20.04-docker-8c-8g-854 does not seem to be running inside a container [2023-03-15T16:12:51.204Z] $ 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-360 -v /w/workspace/foundry_device-virtual-go_PR-360:/w/workspace/foundry_device-virtual-go_PR-360:rw,z -v /w/workspace/foundry_device-virtual-go_PR-360@tmp:/w/workspace/foundry_device-virtual-go_PR-360@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-03-15T16:12:52.584Z] $ docker top 250597bcfb0c94fca01f5eb48c31ff3d5c6747ee7d1394b6a7eb1fcc94f17023 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:12:53.022Z] ---> job-cost.sh [2023-03-15T16:12:53.022Z] lf-activate-venv: SKIPPING [2023-03-15T16:12:53.022Z] INFO: No Stack... [2023-03-15T16:12:53.284Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-15T16:12:53.850Z] INFO: Archiving Costs [Pipeline] sh [2023-03-15T16:12:54.164Z] + cat /w/workspace/foundry_device-virtual-go_PR-360/archives/cost.csv [2023-03-15T16:12:54.165Z] + cut -d, -f6 [Pipeline] lock [2023-03-15T16:12:54.206Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-360-1-stack-cost] [2023-03-15T16:12:54.211Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-360-1-stack-cost] did not exist. Created. [2023-03-15T16:12:54.211Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-360-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-15T16:12:54.607Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-15T16:12:54.652Z] Stashed 1 file(s) [Pipeline] } [2023-03-15T16:12:54.693Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-360-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-15T16:12:54.759Z] $ docker stop --time=1 250597bcfb0c94fca01f5eb48c31ff3d5c6747ee7d1394b6a7eb1fcc94f17023 [2023-03-15T16:12:55.908Z] $ docker rm -f --volumes 250597bcfb0c94fca01f5eb48c31ff3d5c6747ee7d1394b6a7eb1fcc94f17023 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-15T16:17:54.603Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-937 in /w/workspace/foundry_device-virtual-go_PR-360 [Pipeline] { [Pipeline] ws [2023-03-15T16:17:54.672Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-03-15T16:17:54.762Z] The recommended git tool is: git [2023-03-15T16:18:02.689Z] using credential edgex-jenkins-ssh [2023-03-15T16:18:02.708Z] Cloning the remote Git repository [2023-03-15T16:18:02.783Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-03-15T16:18:02.921Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-03-15T16:18:03.132Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-15T16:18:03.134Z] > git --version # timeout=10 [2023-03-15T16:18:03.162Z] > git --version # 'git version 2.25.1' [2023-03-15T16:18:03.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-15T16:18:03.396Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-15T16:18:05.991Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-15T16:18:06.025Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-15T16:18:08.110Z] Merging remotes/origin/main commit 5a04d26f76890061c899b2731a9aad77e3e4418b into PR head commit 638768ea70981673b12c8b69a4bafc6105a0d46e [2023-03-15T16:18:07.394Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-15T16:18:07.480Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-15T16:18:07.481Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-15T16:18:07.511Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/360/head:refs/remotes/origin/PR-360 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-15T16:18:08.138Z] > git config core.sparsecheckout # timeout=10 [2023-03-15T16:18:08.497Z] Merge succeeded, producing 638768ea70981673b12c8b69a4bafc6105a0d46e [2023-03-15T16:18:08.498Z] Checking out Revision 638768ea70981673b12c8b69a4bafc6105a0d46e (PR-360) [2023-03-15T16:18:09.239Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v3" [2023-03-15T16:18:09.316Z] > git --version # timeout=10 [2023-03-15T16:18:09.331Z] > git --version # 'git version 2.25.1' [2023-03-15T16:18:09.353Z] fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-03-15T16:18:08.252Z] > git checkout -f 638768ea70981673b12c8b69a4bafc6105a0d46e # timeout=10 [2023-03-15T16:18:08.369Z] > git remote # timeout=10 [2023-03-15T16:18:08.395Z] > git config --get remote.origin.url # timeout=10 [2023-03-15T16:18:08.423Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-15T16:18:08.442Z] > git merge 5a04d26f76890061c899b2731a9aad77e3e4418b # timeout=10 [2023-03-15T16:18:08.478Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-15T16:18:08.508Z] > git config core.sparsecheckout # timeout=10 [2023-03-15T16:18:08.530Z] > git checkout -f 638768ea70981673b12c8b69a4bafc6105a0d46e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-15T16:18:10.721Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-15T16:18:10.721Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-15T16:18:10.721Z] Dload Upload Total Spent Left Speed [2023-03-15T16:18:10.721Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 172k 0 --:--:-- --:--:-- --:--:-- 175k [Pipeline] sh [2023-03-15T16:18:11.437Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-15T16:18:11.806Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-15T16:18:11.806Z] + sudo tee /etc/docker/daemon.new [2023-03-15T16:18:11.806Z] { [2023-03-15T16:18:11.806Z] "registry-mirrors": [ [2023-03-15T16:18:11.806Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-15T16:18:11.806Z] ], [2023-03-15T16:18:11.806Z] "bip": "10.250.0.254/24", [2023-03-15T16:18:11.806Z] "hosts": [ [2023-03-15T16:18:11.806Z] "tcp://0.0.0.0:5555", [2023-03-15T16:18:11.806Z] "unix:///var/run/docker.sock" [2023-03-15T16:18:11.806Z] ], [2023-03-15T16:18:11.806Z] "mtu": 1458, [2023-03-15T16:18:11.806Z] "selinux-enabled": true, [2023-03-15T16:18:11.806Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-15T16:18:11.806Z] } [Pipeline] sh [2023-03-15T16:18:12.175Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-15T16:18:12.555Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-15T16:18:31.012Z] provisioning config files... [2023-03-15T16:18:31.054Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config4810957769015822896tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:18:31.521Z] ---> docker-login.sh [2023-03-15T16:18:31.521Z] nexus3.edgexfoundry.org:10001 [2023-03-15T16:18:32.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:18:32.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:18:32.409Z] Configure a credential helper to remove this warning. See [2023-03-15T16:18:32.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:18:32.409Z] [2023-03-15T16:18:32.409Z] Login Succeeded [2023-03-15T16:18:32.409Z] nexus3.edgexfoundry.org:10002 [2023-03-15T16:18:32.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:18:32.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:18:32.969Z] Configure a credential helper to remove this warning. See [2023-03-15T16:18:32.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:18:32.969Z] [2023-03-15T16:18:32.969Z] Login Succeeded [2023-03-15T16:18:32.969Z] nexus3.edgexfoundry.org:10003 [2023-03-15T16:18:33.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:18:33.250Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:18:33.250Z] Configure a credential helper to remove this warning. See [2023-03-15T16:18:33.250Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:18:33.250Z] [2023-03-15T16:18:33.250Z] Login Succeeded [2023-03-15T16:18:33.250Z] nexus3.edgexfoundry.org:10004 [2023-03-15T16:18:33.850Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:18:33.850Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:18:33.850Z] Configure a credential helper to remove this warning. See [2023-03-15T16:18:33.850Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:18:33.850Z] [2023-03-15T16:18:33.850Z] Login Succeeded [2023-03-15T16:18:33.850Z] docker.io [2023-03-15T16:18:34.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-15T16:18:34.459Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-15T16:18:34.459Z] Configure a credential helper to remove this warning. See [2023-03-15T16:18:34.459Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-15T16:18:34.459Z] [2023-03-15T16:18:34.459Z] Login Succeeded [2023-03-15T16:18:34.459Z] ---> docker-login.sh ends [Pipeline] } [2023-03-15T16:18:34.501Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-15T16:18:35.164Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-15T16:18:35.208Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-15T16:18:35.246Z] ========================================================= [2023-03-15T16:18:35.246Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-03-15T16:18:35.246Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:18:35.808Z] + 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-03-15T16:18:36.412Z] Sending build context to Docker daemon 11.9MB [2023-03-15T16:18:36.412Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-03-15T16:18:36.412Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-15T16:18:36.412Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-15T16:18:36.412Z] af6eaf76a39c: Pulling fs layer [2023-03-15T16:18:36.412Z] 55522c791124: Pulling fs layer [2023-03-15T16:18:36.412Z] ce5c4a1c91eb: Pulling fs layer [2023-03-15T16:18:36.412Z] 169dfbe0d373: Pulling fs layer [2023-03-15T16:18:36.412Z] e1ff8fa3b103: Pulling fs layer [2023-03-15T16:18:36.412Z] 52ebb69f0ebf: Pulling fs layer [2023-03-15T16:18:36.412Z] 5abe8eddf0d5: Pulling fs layer [2023-03-15T16:18:36.412Z] 169dfbe0d373: Waiting [2023-03-15T16:18:36.412Z] e1ff8fa3b103: Waiting [2023-03-15T16:18:36.412Z] 52ebb69f0ebf: Waiting [2023-03-15T16:18:36.412Z] 5abe8eddf0d5: Waiting [2023-03-15T16:18:36.687Z] 55522c791124: Verifying Checksum [2023-03-15T16:18:36.687Z] 55522c791124: Download complete [2023-03-15T16:18:36.687Z] 169dfbe0d373: Verifying Checksum [2023-03-15T16:18:36.687Z] 169dfbe0d373: Download complete [2023-03-15T16:18:36.687Z] e1ff8fa3b103: Verifying Checksum [2023-03-15T16:18:36.687Z] e1ff8fa3b103: Download complete [2023-03-15T16:18:36.687Z] af6eaf76a39c: Verifying Checksum [2023-03-15T16:18:36.687Z] af6eaf76a39c: Download complete [2023-03-15T16:18:37.682Z] af6eaf76a39c: Pull complete [2023-03-15T16:18:38.276Z] 55522c791124: Pull complete [2023-03-15T16:18:39.266Z] 5abe8eddf0d5: Verifying Checksum [2023-03-15T16:18:39.266Z] 5abe8eddf0d5: Download complete [2023-03-15T16:18:40.730Z] ce5c4a1c91eb: Download complete [2023-03-15T16:18:41.007Z] 52ebb69f0ebf: Verifying Checksum [2023-03-15T16:18:41.007Z] 52ebb69f0ebf: Download complete [2023-03-15T16:18:53.476Z] ce5c4a1c91eb: Pull complete [2023-03-15T16:18:53.476Z] 169dfbe0d373: Pull complete [2023-03-15T16:18:53.476Z] e1ff8fa3b103: Pull complete [2023-03-15T16:19:01.786Z] 52ebb69f0ebf: Pull complete [2023-03-15T16:19:02.782Z] 5abe8eddf0d5: Pull complete [2023-03-15T16:19:02.782Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-03-15T16:19:02.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-03-15T16:19:02.782Z] ---> 6cb57ee374ae [2023-03-15T16:19:02.782Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-15T16:19:04.353Z] ---> Running in 103930ccce45 [2023-03-15T16:19:04.353Z] Removing intermediate container 103930ccce45 [2023-03-15T16:19:04.353Z] ---> 2df582fc52ee [2023-03-15T16:19:04.353Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-15T16:19:04.625Z] ---> Running in 11abb07eef89 [2023-03-15T16:19:04.901Z] Removing intermediate container 11abb07eef89 [2023-03-15T16:19:04.901Z] ---> 95cd5ea6470d [2023-03-15T16:19:04.901Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-15T16:19:05.176Z] ---> Running in c77e46931d39 [2023-03-15T16:19:05.450Z] Removing intermediate container c77e46931d39 [2023-03-15T16:19:05.450Z] ---> 0d2fc6086027 [2023-03-15T16:19:05.450Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-15T16:19:05.724Z] ---> Running in f2c3ddba9853 [2023-03-15T16:19:05.997Z] Removing intermediate container f2c3ddba9853 [2023-03-15T16:19:05.997Z] ---> ca560b8481b1 [2023-03-15T16:19:05.997Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-15T16:19:05.997Z] ---> Running in a270a8c6f922 [2023-03-15T16:19:07.438Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-15T16:19:08.409Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-15T16:19:09.845Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-03-15T16:19:09.845Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-03-15T16:19:09.845Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-03-15T16:19:09.845Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-03-15T16:19:09.845Z] Executing busybox-1.35.0-r29.trigger [2023-03-15T16:19:09.845Z] OK: 268 MiB in 57 packages [2023-03-15T16:19:11.287Z] Removing intermediate container a270a8c6f922 [2023-03-15T16:19:11.287Z] ---> c1210f6f5ebc [2023-03-15T16:19:11.287Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-15T16:19:11.882Z] ---> 90165a5b8825 [2023-03-15T16:19:11.882Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-15T16:19:12.156Z] ---> Running in f64abb8c55aa [2023-03-15T16:20:34.364Z] Removing intermediate container f64abb8c55aa [2023-03-15T16:20:34.364Z] ---> 300c63c5bfda [2023-03-15T16:20:34.364Z] Step 10/12 : COPY . . [2023-03-15T16:20:34.364Z] ---> c8285d02d906 [2023-03-15T16:20:34.364Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-15T16:20:34.364Z] ---> Running in 7292a8a3d57f [2023-03-15T16:20:34.364Z] Removing intermediate container 7292a8a3d57f [2023-03-15T16:20:34.364Z] ---> 18f89097d3d0 [2023-03-15T16:20:34.364Z] Step 12/12 : RUN $MAKE [2023-03-15T16:20:34.364Z] ---> Running in a7e15d3bec67 [2023-03-15T16:20:34.364Z] noop [2023-03-15T16:20:34.364Z] Removing intermediate container a7e15d3bec67 [2023-03-15T16:20:34.364Z] ---> a5076917dcbc [2023-03-15T16:20:34.364Z] Successfully built a5076917dcbc [2023-03-15T16:20:34.364Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:20:34.853Z] + docker inspect -f . ci-base-image-arm64 [2023-03-15T16:20:34.853Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T16:20:35.196Z] prd-ubuntu20.04-docker-arm64-4c-16g-937 does not seem to be running inside a container [2023-03-15T16:20:35.288Z] $ 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-03-15T16:20:36.740Z] $ docker top ffd6707267cbe23b4c5e8784d20aae52ee5df3c5112804dcfc45b27758e01443 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T16:20:37.715Z] + go version [2023-03-15T16:20:37.715Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-03-15T16:20:37.753Z] $ docker stop --time=1 ffd6707267cbe23b4c5e8784d20aae52ee5df3c5112804dcfc45b27758e01443 [2023-03-15T16:20:39.476Z] $ docker rm -f --volumes ffd6707267cbe23b4c5e8784d20aae52ee5df3c5112804dcfc45b27758e01443 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:20:40.397Z] + docker inspect -f . ci-base-image-arm64 [2023-03-15T16:20:40.397Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T16:20:40.719Z] prd-ubuntu20.04-docker-arm64-4c-16g-937 does not seem to be running inside a container [2023-03-15T16:20:40.809Z] $ 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-03-15T16:20:42.203Z] $ docker top 125c2804444c1c2478b697cea18a17e2fe867143de5ed41eda8605491a0f6c4d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T16:20:43.121Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-15T16:20:43.836Z] + make test [2023-03-15T16:20:43.836Z] go test ./... -coverprofile=coverage.out [2023-03-15T16:21:22.749Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-15T16:24:14.655Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-15T16:24:14.655Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.146s coverage: 65.7% of statements [2023-03-15T16:24:14.655Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-15T16:24:14.655Z] go vet ./... [2023-03-15T16:24:36.773Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-15T16:24:36.773Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-15T16:24:36.773Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-15T16:24:36.812Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-15T16:24:36.842Z] $ docker stop --time=1 125c2804444c1c2478b697cea18a17e2fe867143de5ed41eda8605491a0f6c4d [2023-03-15T16:24:38.753Z] $ docker rm -f --volumes 125c2804444c1c2478b697cea18a17e2fe867143de5ed41eda8605491a0f6c4d [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-15T16:24:40.020Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-15T16:24:40.055Z] Warning: overwriting stash ‘coverage-report’ [2023-03-15T16:24:40.611Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-15T16:24:41.215Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-15T16:24:41.556Z] + ls -al . [2023-03-15T16:24:41.556Z] total 188 [2023-03-15T16:24:41.556Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 16:20 . [2023-03-15T16:24:41.556Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 16:18 .. [2023-03-15T16:24:41.556Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 16:18 .git [2023-03-15T16:24:41.556Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:18 .github [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 15 16:18 .gitignore [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 15 16:18 .golangci.yml [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 15 16:18 Attribution.txt [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 15 16:18 CHANGELOG.md [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 15 16:18 Dockerfile [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 15 16:18 GOVERNANCE.md [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 15 16:18 Jenkinsfile [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 15 16:18 LICENSE [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 1696 Mar 15 16:18 Makefile [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 15 16:18 OWNERS.md [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 15 16:18 README.md [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 15 16:11 VERSION [2023-03-15T16:24:41.556Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 16:18 bin [2023-03-15T16:24:41.556Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:18 cmd [2023-03-15T16:24:41.556Z] -rw-r--r-- 1 jenkins jenkins 44311 Mar 15 16:24 coverage.out [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 15 16:18 go.mod [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 30608 Mar 15 16:18 go.sum [2023-03-15T16:24:41.556Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:18 internal [2023-03-15T16:24:41.556Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 16:18 snap [2023-03-15T16:24:41.556Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 15 16:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:24:41.989Z] + 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=638768ea70981673b12c8b69a4bafc6105a0d46e --label arch=arm64 --label version=0.0.0 . [2023-03-15T16:24:42.257Z] Sending build context to Docker daemon 11.95MB [2023-03-15T16:24:42.528Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-03-15T16:24:42.528Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-15T16:24:42.528Z] ---> a5076917dcbc [2023-03-15T16:24:42.528Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-15T16:24:42.528Z] ---> Running in 823e1a563fee [2023-03-15T16:24:42.798Z] Removing intermediate container 823e1a563fee [2023-03-15T16:24:42.798Z] ---> 7eba70ab3cc7 [2023-03-15T16:24:42.798Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-15T16:24:43.066Z] ---> Running in 9ba141d15512 [2023-03-15T16:24:43.333Z] Removing intermediate container 9ba141d15512 [2023-03-15T16:24:43.333Z] ---> e41a72a2302c [2023-03-15T16:24:43.333Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-15T16:24:43.333Z] ---> Running in 5bce5a48981f [2023-03-15T16:24:43.607Z] Removing intermediate container 5bce5a48981f [2023-03-15T16:24:43.607Z] ---> 9f3a6da35d68 [2023-03-15T16:24:43.607Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-15T16:24:43.607Z] ---> Running in 7a0def6fd19e [2023-03-15T16:24:44.193Z] Removing intermediate container 7a0def6fd19e [2023-03-15T16:24:44.193Z] ---> 050a8d39f835 [2023-03-15T16:24:44.193Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-15T16:24:44.193Z] ---> Running in 59fcb505713c [2023-03-15T16:24:45.163Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-15T16:24:45.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-15T16:24:46.717Z] OK: 268 MiB in 57 packages [2023-03-15T16:24:47.682Z] Removing intermediate container 59fcb505713c [2023-03-15T16:24:47.682Z] ---> 2f396ab337f1 [2023-03-15T16:24:47.682Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-15T16:24:48.268Z] ---> c2b1ab23eaaf [2023-03-15T16:24:48.268Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-15T16:24:48.268Z] ---> Running in 5e4248a96c92 [2023-03-15T16:24:51.632Z] Removing intermediate container 5e4248a96c92 [2023-03-15T16:24:51.632Z] ---> 0edf0bdefe67 [2023-03-15T16:24:51.632Z] Step 10/25 : COPY . . [2023-03-15T16:24:52.599Z] ---> a0afb573bde9 [2023-03-15T16:24:52.599Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-15T16:24:52.599Z] ---> Running in 7907d7703647 [2023-03-15T16:24:52.867Z] Removing intermediate container 7907d7703647 [2023-03-15T16:24:52.867Z] ---> fddb757fe859 [2023-03-15T16:24:52.867Z] Step 12/25 : RUN $MAKE [2023-03-15T16:24:53.136Z] ---> Running in 7ff9bedf8913 [2023-03-15T16:24:54.097Z] 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-03-15T16:27:31.050Z] Removing intermediate container 7ff9bedf8913 [2023-03-15T16:27:31.050Z] ---> 8749df4198ed [2023-03-15T16:27:31.050Z] Step 13/25 : FROM alpine:3.17 [2023-03-15T16:27:31.655Z] 3.17: Pulling from library/alpine [2023-03-15T16:27:31.655Z] af6eaf76a39c: Already exists [2023-03-15T16:27:31.655Z] Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 [2023-03-15T16:27:31.932Z] Status: Downloaded newer image for alpine:3.17 [2023-03-15T16:27:31.932Z] ---> d74e625d9115 [2023-03-15T16:27:31.932Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-15T16:27:31.932Z] ---> Running in e79f17875347 [2023-03-15T16:27:32.227Z] Removing intermediate container e79f17875347 [2023-03-15T16:27:32.227Z] ---> a4e823cf4b76 [2023-03-15T16:27:32.227Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-15T16:27:32.500Z] ---> Running in 448b50eb60dc [2023-03-15T16:27:33.473Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-03-15T16:27:34.069Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-03-15T16:27:35.491Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-03-15T16:27:35.491Z] Executing busybox-1.35.0-r29.trigger [2023-03-15T16:27:35.491Z] OK: 8 MiB in 16 packages [2023-03-15T16:27:37.479Z] Removing intermediate container 448b50eb60dc [2023-03-15T16:27:37.479Z] ---> 2f7558ebb892 [2023-03-15T16:27:37.479Z] Step 16/25 : WORKDIR / [2023-03-15T16:27:38.086Z] ---> Running in b8c521570322 [2023-03-15T16:27:39.504Z] Removing intermediate container b8c521570322 [2023-03-15T16:27:39.504Z] ---> 8f5291bce50e [2023-03-15T16:27:39.504Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-15T16:27:40.094Z] ---> 33ed9c8315ac [2023-03-15T16:27:40.094Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-15T16:27:41.059Z] ---> d93a1a4ff66c [2023-03-15T16:27:41.059Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-15T16:27:42.477Z] ---> a7582d03708f [2023-03-15T16:27:42.477Z] Step 20/25 : EXPOSE 59900 [2023-03-15T16:27:42.746Z] ---> Running in b561b1c9b1fd [2023-03-15T16:27:43.017Z] Removing intermediate container b561b1c9b1fd [2023-03-15T16:27:43.017Z] ---> fa05cc589707 [2023-03-15T16:27:43.017Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-15T16:27:43.289Z] ---> Running in 006e708b282e [2023-03-15T16:27:43.565Z] Removing intermediate container 006e708b282e [2023-03-15T16:27:43.565Z] ---> 880950b7e846 [2023-03-15T16:27:43.565Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-15T16:27:43.835Z] ---> Running in bc50479ee287 [2023-03-15T16:27:44.103Z] Removing intermediate container bc50479ee287 [2023-03-15T16:27:44.103Z] ---> aca44d396614 [2023-03-15T16:27:44.103Z] Step 23/25 : LABEL arch=arm64 [2023-03-15T16:27:44.371Z] ---> Running in c702423c72f9 [2023-03-15T16:27:44.641Z] Removing intermediate container c702423c72f9 [2023-03-15T16:27:44.641Z] ---> 1b5b9fdad647 [2023-03-15T16:27:44.641Z] Step 24/25 : LABEL git_sha=638768ea70981673b12c8b69a4bafc6105a0d46e [2023-03-15T16:27:44.641Z] ---> Running in 227b32722b48 [2023-03-15T16:27:45.232Z] Removing intermediate container 227b32722b48 [2023-03-15T16:27:45.232Z] ---> a2baeeba3889 [2023-03-15T16:27:45.232Z] Step 25/25 : LABEL version=0.0.0 [2023-03-15T16:27:45.232Z] ---> Running in a43a26fca297 [2023-03-15T16:27:45.502Z] Removing intermediate container a43a26fca297 [2023-03-15T16:27:45.502Z] ---> b104ca9ea514 [2023-03-15T16:27:45.502Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-15T16:27:45.770Z] Successfully built b104ca9ea514 [2023-03-15T16:27:45.770Z] 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-03-15T16:27:46.608Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-15T16:27:46.608Z] [2023-03-15T16:27:46.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:27:47.028Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-15T16:27:47.304Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-15T16:27:47.304Z] 8998bd30e6a1: Pulling fs layer [2023-03-15T16:27:47.304Z] 04944245beec: Pulling fs layer [2023-03-15T16:27:47.304Z] 699f458cf7ca: Pulling fs layer [2023-03-15T16:27:47.304Z] 765212b225bb: Pulling fs layer [2023-03-15T16:27:47.304Z] f23df028b6ca: Pulling fs layer [2023-03-15T16:27:47.304Z] d65c8cfc05b1: Pulling fs layer [2023-03-15T16:27:47.304Z] 2437ff75d9bd: Pulling fs layer [2023-03-15T16:27:47.304Z] 765212b225bb: Waiting [2023-03-15T16:27:47.304Z] f23df028b6ca: Waiting [2023-03-15T16:27:47.304Z] d65c8cfc05b1: Waiting [2023-03-15T16:27:47.304Z] 2437ff75d9bd: Waiting [2023-03-15T16:27:47.304Z] 04944245beec: Verifying Checksum [2023-03-15T16:27:47.304Z] 04944245beec: Download complete [2023-03-15T16:27:47.304Z] 765212b225bb: Verifying Checksum [2023-03-15T16:27:47.304Z] 765212b225bb: Download complete [2023-03-15T16:27:47.578Z] f23df028b6ca: Verifying Checksum [2023-03-15T16:27:47.578Z] f23df028b6ca: Download complete [2023-03-15T16:27:47.578Z] d65c8cfc05b1: Verifying Checksum [2023-03-15T16:27:47.578Z] d65c8cfc05b1: Download complete [2023-03-15T16:27:47.578Z] 699f458cf7ca: Verifying Checksum [2023-03-15T16:27:47.578Z] 699f458cf7ca: Download complete [2023-03-15T16:27:48.167Z] 8998bd30e6a1: Verifying Checksum [2023-03-15T16:27:48.167Z] 8998bd30e6a1: Download complete [2023-03-15T16:27:50.761Z] 2437ff75d9bd: Verifying Checksum [2023-03-15T16:27:50.761Z] 2437ff75d9bd: Download complete [2023-03-15T16:27:52.732Z] 8998bd30e6a1: Pull complete [2023-03-15T16:27:53.007Z] 04944245beec: Pull complete [2023-03-15T16:27:54.437Z] 699f458cf7ca: Pull complete [2023-03-15T16:27:54.709Z] 765212b225bb: Pull complete [2023-03-15T16:27:55.706Z] f23df028b6ca: Pull complete [2023-03-15T16:27:55.984Z] d65c8cfc05b1: Pull complete [2023-03-15T16:28:14.272Z] 2437ff75d9bd: Pull complete [2023-03-15T16:28:14.272Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-15T16:28:14.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-15T16:28:14.272Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T16:28:14.625Z] prd-ubuntu20.04-docker-arm64-4c-16g-937 does not seem to be running inside a container [2023-03-15T16:28:14.711Z] $ 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-03-15T16:28:17.823Z] $ docker top ac9f408f231889af684d2c61433de2cce5927cda58aff758fb3bf709d1089b82 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:28:18.765Z] ---> job-cost.sh [2023-03-15T16:28:18.765Z] lf-activate-venv: SKIPPING [2023-03-15T16:28:18.765Z] INFO: No Stack... [2023-03-15T16:28:19.352Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-15T16:28:19.940Z] INFO: Archiving Costs [Pipeline] sh [2023-03-15T16:28:20.610Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2023-03-15T16:28:20.611Z] + cut -d, -f6 [Pipeline] lock [2023-03-15T16:28:20.711Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-360-1-stack-cost] [2023-03-15T16:28:20.716Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-360-1-stack-cost] did not exist. Created. [2023-03-15T16:28:20.716Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-360-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-15T16:28:21.448Z] /w/workspace/device-virtual-go/1@tmp/durable-1f4f8ad4/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-15T16:28:22.142Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-15T16:28:22.179Z] Warning: overwriting stash ‘stack-cost’ [2023-03-15T16:28:22.234Z] Stashed 1 file(s) [Pipeline] } [2023-03-15T16:28:22.249Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-360-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-15T16:28:22.329Z] $ docker stop --time=1 ac9f408f231889af684d2c61433de2cce5927cda58aff758fb3bf709d1089b82 [2023-03-15T16:28:23.856Z] $ docker rm -f --volumes ac9f408f231889af684d2c61433de2cce5927cda58aff758fb3bf709d1089b82 [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-03-15T16:28:24.811Z] provisioning config files... [2023-03-15T16:28:24.829Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-360@tmp/config2895890664189591357tmp [Pipeline] { [Pipeline] sh [2023-03-15T16:28:25.179Z] + set +x [2023-03-15T16:28:25.179Z] + bash -s -- [2023-03-15T16:28:25.179Z] + curl -s https://codecov.io/bash [2023-03-15T16:28:25.179Z] [2023-03-15T16:28:25.179Z] _____ _ [2023-03-15T16:28:25.179Z] / ____| | | [2023-03-15T16:28:25.179Z] | | ___ __| | ___ ___ _____ __ [2023-03-15T16:28:25.179Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-15T16:28:25.179Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-15T16:28:25.179Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-15T16:28:25.179Z] Bash-1.0.6 [2023-03-15T16:28:25.179Z] [2023-03-15T16:28:25.179Z] [2023-03-15T16:28:25.179Z] ==> git version 2.25.1 found [2023-03-15T16:28:25.179Z] ==> 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-03-15T16:28:25.179Z] Release-Date: 2020-01-08 [2023-03-15T16:28:25.180Z] 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-03-15T16:28:25.180Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-15T16:28:25.180Z] ==> Jenkins CI detected. [2023-03-15T16:28:25.180Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-360 [2023-03-15T16:28:25.180Z] project root: . [2023-03-15T16:28:25.180Z] --> token set from env [2023-03-15T16:28:25.180Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-15T16:28:25.180Z] ==> Running gcov in . (disable via -X gcov) [2023-03-15T16:28:25.180Z] ==> Python coveragepy not found [2023-03-15T16:28:25.180Z] ==> Searching for coverage reports in: [2023-03-15T16:28:25.180Z] + . [2023-03-15T16:28:25.180Z] -> Found 1 reports [2023-03-15T16:28:25.180Z] ==> Detecting git/mercurial file structure [2023-03-15T16:28:25.180Z] ==> Reading reports [2023-03-15T16:28:25.180Z] + ./coverage.out bytes=44311 [2023-03-15T16:28:25.180Z] ==> Appending adjustments [2023-03-15T16:28:25.180Z] https://docs.codecov.io/docs/fixing-reports [2023-03-15T16:28:25.437Z] + Found adjustments [2023-03-15T16:28:25.437Z] ==> Gzipping contents [2023-03-15T16:28:25.437Z] 8.0K /tmp/codecov.xYQStM.gz [2023-03-15T16:28:25.437Z] ==> Uploading reports [2023-03-15T16:28:25.437Z] url: https://codecov.io [2023-03-15T16:28:25.437Z] query: branch=PR-360&commit=638768ea70981673b12c8b69a4bafc6105a0d46e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-360%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=360&job=&cmd_args= [2023-03-15T16:28:25.437Z] -> Pinging Codecov [2023-03-15T16:28:25.437Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-360&commit=638768ea70981673b12c8b69a4bafc6105a0d46e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-360%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=360&job=&cmd_args= [2023-03-15T16:28:25.695Z] -> Uploading to [2023-03-15T16:28:25.695Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-15/5E52B4B073DB2E39498172D8E973AA87/638768ea70981673b12c8b69a4bafc6105a0d46e/eb95266a-6ac5-4325-b70c-ae200b9eccfe.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230315T162825Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a41310d54b764584f480f9bcb81f239e6f5fbc26db0c224826944f210d8128cc [2023-03-15T16:28:25.695Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-15T16:28:25.695Z] Dload Upload Total Spent Left Speed [2023-03-15T16:28:25.955Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5430 0 0 100 5430 0 23205 --:--:-- --:--:-- --:--:-- 23205 [2023-03-15T16:28:25.955Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/638768ea70981673b12c8b69a4bafc6105a0d46e [Pipeline] } [2023-03-15T16:28:25.984Z] 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-03-15T16:28:27.698Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-360/archives ] [2023-03-15T16:28:27.698Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-360/archives [2023-03-15T16:28:27.698Z] total 16 [2023-03-15T16:28:27.698Z] drwxr-xr-x 3 root root 4096 Mar 15 16:12 . [2023-03-15T16:28:27.698Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 16:12 .. [2023-03-15T16:28:27.698Z] drwxr-xr-x 2 root root 4096 Mar 15 16:12 cost [2023-03-15T16:28:27.698Z] -rw-r--r-- 1 root root 89 Mar 15 16:12 cost.csv [2023-03-15T16:28:27.698Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-360/archives [2023-03-15T16:28:27.698Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-360/archives [2023-03-15T16:28:27.698Z] total 16 [2023-03-15T16:28:27.698Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 16:12 . [2023-03-15T16:28:27.698Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 16:12 .. [2023-03-15T16:28:27.698Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 15 16:12 cost [2023-03-15T16:28:27.698Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 15 16:12 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:28:28.021Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:28:28.908Z] ---> package-listing.sh [2023-03-15T16:28:28.908Z] ++ facter osfamily [2023-03-15T16:28:28.908Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-15T16:28:29.166Z] + OS_FAMILY=debian [2023-03-15T16:28:29.166Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-360 [2023-03-15T16:28:29.166Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-15T16:28:29.166Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-15T16:28:29.166Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-15T16:28:29.166Z] + PACKAGES=/tmp/packages_start.txt [2023-03-15T16:28:29.166Z] + '[' /w/workspace/foundry_device-virtual-go_PR-360 ']' [2023-03-15T16:28:29.166Z] + PACKAGES=/tmp/packages_end.txt [2023-03-15T16:28:29.166Z] + case "${OS_FAMILY}" in [2023-03-15T16:28:29.166Z] + dpkg -l [2023-03-15T16:28:29.166Z] + grep '^ii' [2023-03-15T16:28:29.166Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-15T16:28:29.166Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-15T16:28:29.166Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-15T16:28:29.166Z] + '[' /w/workspace/foundry_device-virtual-go_PR-360 ']' [2023-03-15T16:28:29.166Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-360/archives/ [2023-03-15T16:28:29.166Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-360/archives/ [Pipeline] echo [2023-03-15T16:28:29.204Z] 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-360/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-15T16:28:29.494Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-15T16:28:30.118Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-15T16:28:30.118Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-15T16:28:30.257Z] prd-ubuntu20.04-docker-8c-8g-854 does not seem to be running inside a container [2023-03-15T16:28:30.283Z] $ 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-360/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-360 -v /w/workspace/foundry_device-virtual-go_PR-360:/w/workspace/foundry_device-virtual-go_PR-360:rw,z -v /w/workspace/foundry_device-virtual-go_PR-360@tmp:/w/workspace/foundry_device-virtual-go_PR-360@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-03-15T16:28:30.544Z] $ docker top 2d0809b2b2252d20aaf1dfec81182fbb2a3bb263729a26a43a01e6881501d0c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-15T16:28:30.935Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-15T16:28:31.249Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-15T16:28:31.554Z] + ls /var/log/sa-host [2023-03-15T16:28:31.554Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-15T16:28:31.682Z] provisioning config files... [2023-03-15T16:28:31.689Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-360@tmp/config3256045466741031202tmp [Pipeline] { [Pipeline] echo [2023-03-15T16:28:31.736Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:28:32.043Z] ---> create-netrc.sh [Pipeline] } [2023-03-15T16:28:32.070Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:28:32.463Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-15T16:28:32.501Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:28:32.817Z] ---> sudo-logs.sh [2023-03-15T16:28:32.817Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-15T16:28:32.896Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:28:33.203Z] ---> job-cost.sh [2023-03-15T16:28:33.203Z] lf-activate-venv: SKIPPING [2023-03-15T16:28:33.203Z] DEBUG: total: 0.2199999988079071 [2023-03-15T16:28:33.203Z] INFO: Retrieving Stack Cost... [2023-03-15T16:28:33.462Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-15T16:28:34.030Z] INFO: Archiving Costs [Pipeline] echo [2023-03-15T16:28:34.061Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-15T16:28:34.368Z] ---> logs-deploy.sh [2023-03-15T16:28:34.368Z] lf-activate-venv: SKIPPING [2023-03-15T16:28:34.368Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-360/1 [2023-03-15T16:28:34.368Z] INFO: archiving workspace using pattern(s): [2023-03-15T16:28:35.303Z] Archives upload complete. [2023-03-15T16:28:35.303Z] INFO: archiving logs to Nexus