Pull request #248 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a+2df8c8ad4822796dc8acc1b504482056a7890ea9 (2ee0c5e550ab2bf010e8263f1f8083b227e32eb5) Running in Durability level: MAX_SURVIVABILITY 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-ssh3119318417989841460.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-ssh5522665733273864526.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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 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-248/workspace@libs/edgex-global-pipelines # 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-248/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8811765078190417575.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-248/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3989940124743316313.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 9a07f3f07dd1acff74ab8b51a5ea399813bb16af (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9a07f3f07dd1acff74ab8b51a5ea399813bb16af # timeout=10 Commit message: "Merge pull request #362 from edgexfoundry/lts-changes" > 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 shared 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-ssh2499233596617097663.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-248/workspace@libs/lf-pipelines # 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-248/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh553931214980484108.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 9a07f3f07dd1acff74ab8b51a5ea399813bb16af Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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: [[centos7-docker-4c-2g, ubuntu18.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.16 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-27930 in /w/workspace/foundry_device-virtual-go_PR-248 [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-248 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' 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 /w/workspace/foundry_device-virtual-go_PR-248@tmp/jenkins-gitclient-ssh3457029386855239120.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2df8c8ad4822796dc8acc1b504482056a7890ea9 into PR head commit f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/foundry_device-virtual-go_PR-248@tmp/jenkins-gitclient-ssh5206291866782409018.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 > git remote # timeout=10 Merge succeeded, producing f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a Checking out Revision f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a (PR-248) > 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 /w/workspace/foundry_device-virtual-go_PR-248@tmp/jenkins-gitclient-ssh3677337731784614723.key > git merge 2df8c8ad4822796dc8acc1b504482056a7890ea9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-11-08T11:07:38.540Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-08T11:07:38.665Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-08T11:07:38.735Z] ========================================================= [2021-11-08T11:07:38.735Z] EdgeX Global Pipelines Version Info [2021-11-08T11:07:38.735Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:07:39.928Z] ------------------- [2021-11-08T11:07:39.928Z] stable info: [2021-11-08T11:07:39.928Z] ------------------- [2021-11-08T11:07:39.928Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-08T11:07:39.928Z] Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [2021-11-08T11:07:39.928Z] Message: update stable to v1.0.211 [2021-11-08T11:07:40.502Z] ------------------- [2021-11-08T11:07:40.502Z] experimental info: [2021-11-08T11:07:40.502Z] ------------------- [2021-11-08T11:07:40.502Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-11-08T11:07:40.502Z] Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [2021-11-08T11:07:40.502Z] Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-08T11:07:40.698Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2021-11-08T11:07:40.738Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2021-11-08T11:07:40.785Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-08T11:07:40.841Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-08T11:07:40.905Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-08T11:07:40.937Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-08T11:07:40.978Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-08T11:07:41.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-11-08T11:07:41.054Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-08T11:07:41.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-08T11:07:41.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-08T11:07:41.174Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2021-11-08T11:07:41.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-08T11:07:41.254Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-08T11:07:41.294Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-08T11:07:41.334Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-08T11:07:41.377Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-11-08T11:07:41.420Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-11-08T11:07:41.456Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-08T11:07:41.499Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-11-08T11:07:41.539Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-11-08T11:07:41.580Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-11-08T11:07:41.631Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-11-08T11:07:41.672Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-11-08T11:07:41.710Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-11-08T11:07:41.744Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-08T11:07:41.791Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-248 [Pipeline] echo [2021-11-08T11:07:41.830Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-248 [Pipeline] echo [2021-11-08T11:07:41.865Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-248 [Pipeline] echo [2021-11-08T11:07:41.904Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] echo [2021-11-08T11:07:41.937Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f4faf5c [Pipeline] echo [2021-11-08T11:07:41.974Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-08T11:07:42.077Z] provisioning config files... [2021-11-08T11:07:42.092Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-248@tmp/config330386498312273218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:07:42.441Z] ---> docker-login.sh [2021-11-08T11:07:42.441Z] nexus3.edgexfoundry.org:10001 [2021-11-08T11:07:42.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:07:42.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:07:42.706Z] Configure a credential helper to remove this warning. See [2021-11-08T11:07:42.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:07:42.706Z] [2021-11-08T11:07:42.706Z] Login Succeeded [2021-11-08T11:07:42.706Z] nexus3.edgexfoundry.org:10002 [2021-11-08T11:07:42.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:07:42.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:07:42.706Z] Configure a credential helper to remove this warning. See [2021-11-08T11:07:42.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:07:42.706Z] [2021-11-08T11:07:42.706Z] Login Succeeded [2021-11-08T11:07:42.706Z] nexus3.edgexfoundry.org:10003 [2021-11-08T11:07:42.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:07:42.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:07:42.969Z] Configure a credential helper to remove this warning. See [2021-11-08T11:07:42.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:07:42.969Z] [2021-11-08T11:07:42.969Z] Login Succeeded [2021-11-08T11:07:42.969Z] nexus3.edgexfoundry.org:10004 [2021-11-08T11:07:42.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:07:42.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:07:42.969Z] Configure a credential helper to remove this warning. See [2021-11-08T11:07:42.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:07:42.969Z] [2021-11-08T11:07:42.969Z] Login Succeeded [2021-11-08T11:07:42.969Z] docker.io [2021-11-08T11:07:42.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:07:43.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:07:43.540Z] Configure a credential helper to remove this warning. See [2021-11-08T11:07:43.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:07:43.540Z] [2021-11-08T11:07:43.540Z] Login Succeeded [2021-11-08T11:07:43.540Z] ---> docker-login.sh ends [Pipeline] } [2021-11-08T11:07:43.558Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-11-08T11:07:44.196Z] + git rev-list -1 --merges f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a~1..f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] echo [2021-11-08T11:07:44.243Z] -----------> git rev-list -1 --merges f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a~1..f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [false] [Pipeline] sh [2021-11-08T11:07:44.553Z] + git log --format=format:%s -1 f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] echo [2021-11-08T11:07:44.586Z] ========================================================= [2021-11-08T11:07:44.586Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-08T11:07:44.586Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-08T11:07:44.993Z] + git log --format=format:%s -1 f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] echo [2021-11-08T11:07:45.018Z] [semverPrep] GIT_COMMIT: f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2021-11-08T11:07:45.043Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:07:45.559Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-08T11:07:45.559Z] [2021-11-08T11:07:45.559Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:07:45.896Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-08T11:07:45.896Z] latest: Pulling from edgex-devops/git-semver [2021-11-08T11:07:45.896Z] a0d0a0d46f8b: Pulling fs layer [2021-11-08T11:07:45.896Z] 3e5f54012d9b: Pulling fs layer [2021-11-08T11:07:45.896Z] 4c7163046ea9: Pulling fs layer [2021-11-08T11:07:45.896Z] 0c2d73faf560: Pulling fs layer [2021-11-08T11:07:45.896Z] 0c2d73faf560: Waiting [2021-11-08T11:07:45.896Z] 3e5f54012d9b: Verifying Checksum [2021-11-08T11:07:45.896Z] 3e5f54012d9b: Download complete [2021-11-08T11:07:45.896Z] a0d0a0d46f8b: Verifying Checksum [2021-11-08T11:07:45.896Z] a0d0a0d46f8b: Download complete [2021-11-08T11:07:45.896Z] 4c7163046ea9: Verifying Checksum [2021-11-08T11:07:45.896Z] 4c7163046ea9: Download complete [2021-11-08T11:07:45.896Z] 0c2d73faf560: Verifying Checksum [2021-11-08T11:07:45.896Z] 0c2d73faf560: Download complete [2021-11-08T11:07:46.162Z] a0d0a0d46f8b: Pull complete [2021-11-08T11:07:46.162Z] 3e5f54012d9b: Pull complete [2021-11-08T11:07:46.427Z] 4c7163046ea9: Pull complete [2021-11-08T11:07:46.689Z] 0c2d73faf560: Pull complete [2021-11-08T11:07:46.689Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-08T11:07:46.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-08T11:07:46.689Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-08T11:07:46.777Z] prd-centos7-docker-4c-2g-27930 does not seem to be running inside a container [2021-11-08T11:07:46.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-248 -v /w/workspace/foundry_device-virtual-go_PR-248:/w/workspace/foundry_device-virtual-go_PR-248:rw,z -v /w/workspace/foundry_device-virtual-go_PR-248@tmp:/w/workspace/foundry_device-virtual-go_PR-248@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-08T11:07:47.366Z] $ docker top f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-08T11:07:47.526Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-08T11:07:47.526Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-08T11:07:47.643Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-08T11:07:47.646Z] $ docker exec f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 ssh-agent [2021-11-08T11:07:47.738Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMlMELC/agent.13 [2021-11-08T11:07:47.738Z] SSH_AGENT_PID=19 [2021-11-08T11:07:47.744Z] Running ssh-add (command line suppressed) [2021-11-08T11:07:47.842Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-248@tmp/private_key_1723882076654681386.key (/w/workspace/foundry_device-virtual-go_PR-248@tmp/private_key_1723882076654681386.key) [2021-11-08T11:07:47.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-08T11:07:48.177Z] + git tag --points-at HEAD [Pipeline] } [2021-11-08T11:07:48.197Z] $ docker exec --env ******** --env ******** f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 ssh-agent -k [2021-11-08T11:07:48.297Z] unset SSH_AUTH_SOCK; [2021-11-08T11:07:48.297Z] unset SSH_AGENT_PID; [2021-11-08T11:07:48.297Z] echo Agent pid 19 killed; [2021-11-08T11:07:48.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-08T11:07:48.375Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-08T11:07:48.375Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-08T11:07:48.497Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-08T11:07:48.499Z] $ docker exec f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 ssh-agent [2021-11-08T11:07:48.624Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJpnedl/agent.53 [2021-11-08T11:07:48.624Z] SSH_AGENT_PID=59 [2021-11-08T11:07:48.629Z] Running ssh-add (command line suppressed) [2021-11-08T11:07:48.735Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-248@tmp/private_key_5154919854486239568.key (/w/workspace/foundry_device-virtual-go_PR-248@tmp/private_key_5154919854486239568.key) [2021-11-08T11:07:48.748Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-08T11:07:49.073Z] + git semver init [2021-11-08T11:07:49.073Z] # -> Open(): unable to determine branch for HEAD [2021-11-08T11:07:49.073Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-248/.git [2021-11-08T11:07:49.073Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-248 [2021-11-08T11:07:49.073Z] # $SEMVER_REMOTE_NAME = origin [2021-11-08T11:07:49.073Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-08T11:07:49.073Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-08T11:07:49.073Z] # $SEMVER_BRANCH = PR-248 [2021-11-08T11:07:49.073Z] # $SEMVER_TEMP = /tmp/semver-413907336 [2021-11-08T11:07:49.073Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2021-11-08T11:07:50.018Z] # '/tmp/semver-413907336' -> '/w/workspace/foundry_device-virtual-go_PR-248/.semver' [2021-11-08T11:07:50.018Z] # -> Force: false [2021-11-08T11:07:50.018Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-248/.semver [Pipeline] } [2021-11-08T11:07:50.034Z] $ docker exec --env ******** --env ******** f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 ssh-agent -k [2021-11-08T11:07:50.129Z] unset SSH_AUTH_SOCK; [2021-11-08T11:07:50.130Z] unset SSH_AGENT_PID; [2021-11-08T11:07:50.130Z] echo Agent pid 59 killed; [2021-11-08T11:07:50.138Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-08T11:07:50.516Z] + git semver [Pipeline] } [2021-11-08T11:07:50.541Z] $ docker stop --time=1 f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 [2021-11-08T11:07:51.767Z] $ docker rm -f f084031ddf1fce653ce4bece22da4340c942fa60250e4f8b3f548c20bf6f9886 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-08T11:07:52.162Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-08T11:07:52.435Z] Stashed 1 file(s) [Pipeline] echo [2021-11-08T11:07:52.451Z] [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] node [Pipeline] node [2021-11-08T11:08:07.802Z] Still waiting to schedule task [2021-11-08T11:08:07.803Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27930’ [2021-11-08T11:08:07.830Z] Still waiting to schedule task [2021-11-08T11:08:07.830Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-11-08T11:09:48.499Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-27931 in /w/workspace/foundry_device-virtual-go_PR-248 [Pipeline] { [Pipeline] ws [2021-11-08T11:09:48.544Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2021-11-08T11:09:48.774Z] The recommended git tool is: git [2021-11-08T11:09:53.951Z] using credential edgex-jenkins-ssh [2021-11-08T11:09:53.967Z] Cloning the remote Git repository [2021-11-08T11:09:54.039Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-11-08T11:09:54.152Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2021-11-08T11:09:54.221Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-11-08T11:09:54.222Z] > git --version # timeout=10 [2021-11-08T11:09:54.241Z] > git --version # 'git version 2.17.1' [2021-11-08T11:09:54.242Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-08T11:09:54.324Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-08T11:09:55.861Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-11-08T11:09:55.882Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-08T11:09:55.922Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-11-08T11:09:55.962Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-11-08T11:09:55.963Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-08T11:09:55.977Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-08T11:09:56.528Z] Merging remotes/origin/main commit 2df8c8ad4822796dc8acc1b504482056a7890ea9 into PR head commit f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [2021-11-08T11:09:56.738Z] Merge succeeded, producing f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [2021-11-08T11:09:56.738Z] Checking out Revision f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a (PR-248) [2021-11-08T11:09:56.557Z] > git config core.sparsecheckout # timeout=10 [2021-11-08T11:09:56.580Z] > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 [2021-11-08T11:09:56.660Z] > git remote # timeout=10 [2021-11-08T11:09:56.679Z] > git config --get remote.origin.url # timeout=10 [2021-11-08T11:09:56.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-08T11:09:56.704Z] > git merge 2df8c8ad4822796dc8acc1b504482056a7890ea9 # timeout=10 [2021-11-08T11:09:56.732Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-08T11:09:56.754Z] > git config core.sparsecheckout # timeout=10 [2021-11-08T11:09:56.779Z] > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 [2021-11-08T11:10:01.056Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2021-11-08T11:10:01.120Z] > git --version # timeout=10 [2021-11-08T11:10:01.134Z] > git --version # 'git version 2.17.1' [2021-11-08T11:10:01.146Z] fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-08T11:10:02.387Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-08T11:10:02.387Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-08T11:10:02.387Z] Dload Upload Total Spent Left Speed [2021-11-08T11:10:02.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 73440 0 --:--:-- --:--:-- --:--:-- 72987 100 11824 100 11824 0 0 72987 0 --:--:-- --:--:-- --:--:-- 72539 [Pipeline] sh [2021-11-08T11:10:02.797Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-08T11:10:03.148Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json+ [2021-11-08T11:10:03.148Z] sudo tee /etc/docker/daemon.new [2021-11-08T11:10:03.148Z] { [2021-11-08T11:10:03.148Z] "registry-mirrors": [ [2021-11-08T11:10:03.148Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-08T11:10:03.148Z] ], [2021-11-08T11:10:03.148Z] "bip": "10.250.0.254/24", [2021-11-08T11:10:03.148Z] "hosts": [ [2021-11-08T11:10:03.148Z] "tcp://0.0.0.0:5555", [2021-11-08T11:10:03.148Z] "unix:///var/run/docker.sock" [2021-11-08T11:10:03.148Z] ], [2021-11-08T11:10:03.148Z] "mtu": 1458, [2021-11-08T11:10:03.148Z] "selinux-enabled": true, [2021-11-08T11:10:03.148Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-08T11:10:03.148Z] } [Pipeline] sh [2021-11-08T11:10:03.511Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-08T11:10:03.867Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-08T11:10:22.387Z] provisioning config files... [2021-11-08T11:10:22.419Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config1097160560438467432tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:10:22.826Z] ---> docker-login.sh [2021-11-08T11:10:22.826Z] nexus3.edgexfoundry.org:10001 [2021-11-08T11:10:23.212Z] Running on prd-centos7-docker-4c-2g-27932 in /w/workspace/foundry_device-virtual-go_PR-248 [Pipeline] { [Pipeline] ws [2021-11-08T11:10:23.251Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2021-11-08T11:10:23.371Z] The recommended git tool is: git [2021-11-08T11:10:23.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:23.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:23.699Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:23.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:23.699Z] [2021-11-08T11:10:23.699Z] Login Succeeded [2021-11-08T11:10:23.699Z] nexus3.edgexfoundry.org:10002 [2021-11-08T11:10:24.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:24.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:24.298Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:24.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:24.298Z] [2021-11-08T11:10:24.298Z] Login Succeeded [2021-11-08T11:10:24.298Z] nexus3.edgexfoundry.org:10003 [2021-11-08T11:10:24.576Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:24.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:24.851Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:24.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:24.851Z] [2021-11-08T11:10:24.851Z] Login Succeeded [2021-11-08T11:10:24.851Z] nexus3.edgexfoundry.org:10004 [2021-11-08T11:10:25.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:25.401Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:25.401Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:25.401Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:25.401Z] [2021-11-08T11:10:25.401Z] Login Succeeded [2021-11-08T11:10:25.401Z] docker.io [2021-11-08T11:10:25.451Z] using credential edgex-jenkins-ssh [2021-11-08T11:10:25.461Z] Cloning the remote Git repository [2021-11-08T11:10:25.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:24.367Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2021-11-08T11:10:24.438Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2021-11-08T11:10:24.489Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-11-08T11:10:24.489Z] > git --version # timeout=10 [2021-11-08T11:10:24.509Z] > git --version # 'git version 2.24.4' [2021-11-08T11:10:24.510Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-08T11:10:24.559Z] [INFO] Currently running in a labeled security context [2021-11-08T11:10:24.560Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-08T11:10:24.560Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-virtual-go/1@tmp/jenkins-gitclient-ssh2088445404197246891.key [2021-11-08T11:10:26.270Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:26.270Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:26.270Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:26.270Z] [2021-11-08T11:10:26.270Z] Login Succeeded [2021-11-08T11:10:26.270Z] ---> docker-login.sh ends [Pipeline] } [2021-11-08T11:10:26.300Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-11-08T11:10:24.591Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-08T11:10:25.474Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-11-08T11:10:25.486Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-08T11:10:25.499Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2021-11-08T11:10:25.517Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2021-11-08T11:10:25.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-08T11:10:25.518Z] [INFO] Currently running in a labeled security context [2021-11-08T11:10:25.518Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-08T11:10:25.518Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-virtual-go/1@tmp/jenkins-gitclient-ssh2473564650814473728.key [2021-11-08T11:10:25.532Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/248/head:refs/remotes/origin/PR-248 +refs/heads/main:refs/remotes/origin/main # timeout=10 [Pipeline] echo [2021-11-08T11:10:26.897Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-08T11:10:26.927Z] ========================================================= [2021-11-08T11:10:26.927Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-08T11:10:26.927Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:10:27.125Z] Merging remotes/origin/main commit 2df8c8ad4822796dc8acc1b504482056a7890ea9 into PR head commit f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [2021-11-08T11:10:27.244Z] Merge succeeded, producing f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [2021-11-08T11:10:27.244Z] Checking out Revision f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a (PR-248) [2021-11-08T11:10:27.393Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-11-08T11:10:26.015Z] > git config core.sparsecheckout # timeout=10 [2021-11-08T11:10:26.028Z] > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 [2021-11-08T11:10:26.063Z] > git remote # timeout=10 [2021-11-08T11:10:26.076Z] > git config --get remote.origin.url # timeout=10 [2021-11-08T11:10:26.089Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-08T11:10:26.090Z] [INFO] Currently running in a labeled security context [2021-11-08T11:10:26.090Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-08T11:10:26.090Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/device-virtual-go/1@tmp/jenkins-gitclient-ssh3261273362283795990.key [2021-11-08T11:10:26.099Z] > git merge 2df8c8ad4822796dc8acc1b504482056a7890ea9 # timeout=10 [2021-11-08T11:10:26.112Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-08T11:10:26.127Z] > git config core.sparsecheckout # timeout=10 [2021-11-08T11:10:26.137Z] > git checkout -f f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a # timeout=10 [2021-11-08T11:10:27.991Z] Sending build context to Docker daemon 8.719MB [2021-11-08T11:10:27.991Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2021-11-08T11:10:27.991Z] Step 2/11 : FROM ${BASE} AS builder [2021-11-08T11:10:27.991Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-08T11:10:27.991Z] 552d1f2373af: Pulling fs layer [2021-11-08T11:10:27.991Z] ea3f2d53f512: Pulling fs layer [2021-11-08T11:10:27.991Z] 9e70ebbbe112: Pulling fs layer [2021-11-08T11:10:27.991Z] 7a9cfe048b4a: Pulling fs layer [2021-11-08T11:10:27.991Z] 72dc09318566: Pulling fs layer [2021-11-08T11:10:27.991Z] f4f7b4309257: Pulling fs layer [2021-11-08T11:10:27.991Z] 0ac9a79272e3: Pulling fs layer [2021-11-08T11:10:27.991Z] b78e95d17946: Pulling fs layer [2021-11-08T11:10:27.991Z] 72dc09318566: Waiting [2021-11-08T11:10:27.991Z] f4f7b4309257: Waiting [2021-11-08T11:10:27.991Z] 0ac9a79272e3: Waiting [2021-11-08T11:10:27.991Z] b78e95d17946: Waiting [2021-11-08T11:10:27.991Z] 7a9cfe048b4a: Waiting [2021-11-08T11:10:28.270Z] 9e70ebbbe112: Verifying Checksum [2021-11-08T11:10:28.270Z] 9e70ebbbe112: Download complete [2021-11-08T11:10:28.270Z] ea3f2d53f512: Verifying Checksum [2021-11-08T11:10:28.270Z] ea3f2d53f512: Download complete [2021-11-08T11:10:28.270Z] 72dc09318566: Verifying Checksum [2021-11-08T11:10:28.270Z] 72dc09318566: Download complete [2021-11-08T11:10:28.270Z] 552d1f2373af: Verifying Checksum [2021-11-08T11:10:28.270Z] 552d1f2373af: Download complete [2021-11-08T11:10:28.270Z] f4f7b4309257: Verifying Checksum [2021-11-08T11:10:28.270Z] f4f7b4309257: Download complete [2021-11-08T11:10:28.270Z] 0ac9a79272e3: Verifying Checksum [2021-11-08T11:10:28.270Z] 0ac9a79272e3: Download complete [2021-11-08T11:10:29.306Z] 552d1f2373af: Pull complete [2021-11-08T11:10:29.908Z] ea3f2d53f512: Pull complete [2021-11-08T11:10:30.506Z] 9e70ebbbe112: Pull complete [2021-11-08T11:10:30.506Z] b78e95d17946: Verifying Checksum [2021-11-08T11:10:30.506Z] b78e95d17946: Download complete [2021-11-08T11:10:30.715Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2021-11-08T11:10:30.738Z] > git --version # timeout=10 [2021-11-08T11:10:30.745Z] > git --version # 'git version 2.24.4' [2021-11-08T11:10:30.755Z] fatal: bad object 9a07f3f07dd1acff74ab8b51a5ea399813bb16af [2021-11-08T11:10:31.106Z] 7a9cfe048b4a: Verifying Checksum [2021-11-08T11:10:31.106Z] 7a9cfe048b4a: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-08T11:10:31.353Z] provisioning config files... [2021-11-08T11:10:31.367Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config2070498504914796666tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:10:31.821Z] ---> docker-login.sh [2021-11-08T11:10:31.821Z] nexus3.edgexfoundry.org:10001 [2021-11-08T11:10:31.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:32.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:32.090Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:32.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:32.090Z] [2021-11-08T11:10:32.090Z] Login Succeeded [2021-11-08T11:10:32.090Z] nexus3.edgexfoundry.org:10002 [2021-11-08T11:10:32.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:32.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:32.090Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:32.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:32.090Z] [2021-11-08T11:10:32.090Z] Login Succeeded [2021-11-08T11:10:32.090Z] nexus3.edgexfoundry.org:10003 [2021-11-08T11:10:32.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:32.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:32.355Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:32.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:32.355Z] [2021-11-08T11:10:32.355Z] Login Succeeded [2021-11-08T11:10:32.355Z] nexus3.edgexfoundry.org:10004 [2021-11-08T11:10:32.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:32.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:32.355Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:32.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:32.355Z] [2021-11-08T11:10:32.355Z] Login Succeeded [2021-11-08T11:10:32.355Z] docker.io [2021-11-08T11:10:32.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-08T11:10:32.880Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-08T11:10:32.880Z] Configure a credential helper to remove this warning. See [2021-11-08T11:10:32.880Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-08T11:10:32.880Z] [2021-11-08T11:10:32.880Z] Login Succeeded [2021-11-08T11:10:32.880Z] ---> docker-login.sh ends [Pipeline] } [2021-11-08T11:10:32.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-08T11:10:33.150Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-08T11:10:33.177Z] ========================================================= [2021-11-08T11:10:33.177Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-08T11:10:33.177Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:10:33.568Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-11-08T11:10:33.568Z] Sending build context to Docker daemon 8.72MB [2021-11-08T11:10:33.568Z] Step 1/11 : ARG BASE=golang:1.16-alpine3.14 [2021-11-08T11:10:33.568Z] Step 2/11 : FROM ${BASE} AS builder [2021-11-08T11:10:33.568Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-08T11:10:33.568Z] a0d0a0d46f8b: Pulling fs layer [2021-11-08T11:10:33.568Z] 31adcdaf11c8: Pulling fs layer [2021-11-08T11:10:33.568Z] b8b176561691: Pulling fs layer [2021-11-08T11:10:33.568Z] 4527c011a84f: Pulling fs layer [2021-11-08T11:10:33.568Z] 5d74067f8e1e: Pulling fs layer [2021-11-08T11:10:33.568Z] e0aca202a116: Pulling fs layer [2021-11-08T11:10:33.568Z] 3a43be97a3b4: Pulling fs layer [2021-11-08T11:10:33.568Z] 34cad66bf833: Pulling fs layer [2021-11-08T11:10:33.568Z] b4e3c513aaa6: Pulling fs layer [2021-11-08T11:10:33.568Z] 4527c011a84f: Waiting [2021-11-08T11:10:33.568Z] 5d74067f8e1e: Waiting [2021-11-08T11:10:33.568Z] e0aca202a116: Waiting [2021-11-08T11:10:33.568Z] 3a43be97a3b4: Waiting [2021-11-08T11:10:33.568Z] 34cad66bf833: Waiting [2021-11-08T11:10:33.568Z] b4e3c513aaa6: Waiting [2021-11-08T11:10:33.840Z] b8b176561691: Verifying Checksum [2021-11-08T11:10:33.840Z] b8b176561691: Download complete [2021-11-08T11:10:33.840Z] 31adcdaf11c8: Verifying Checksum [2021-11-08T11:10:33.840Z] 31adcdaf11c8: Download complete [2021-11-08T11:10:33.840Z] 5d74067f8e1e: Verifying Checksum [2021-11-08T11:10:33.840Z] 5d74067f8e1e: Download complete [2021-11-08T11:10:33.840Z] e0aca202a116: Verifying Checksum [2021-11-08T11:10:33.840Z] e0aca202a116: Download complete [2021-11-08T11:10:33.840Z] 3a43be97a3b4: Verifying Checksum [2021-11-08T11:10:33.840Z] 3a43be97a3b4: Download complete [2021-11-08T11:10:33.840Z] a0d0a0d46f8b: Verifying Checksum [2021-11-08T11:10:33.840Z] a0d0a0d46f8b: Download complete [2021-11-08T11:10:33.840Z] 34cad66bf833: Verifying Checksum [2021-11-08T11:10:33.840Z] 34cad66bf833: Download complete [2021-11-08T11:10:34.424Z] a0d0a0d46f8b: Pull complete [2021-11-08T11:10:34.424Z] 4527c011a84f: Verifying Checksum [2021-11-08T11:10:34.424Z] 4527c011a84f: Download complete [2021-11-08T11:10:34.704Z] b4e3c513aaa6: Verifying Checksum [2021-11-08T11:10:34.704Z] b4e3c513aaa6: Download complete [2021-11-08T11:10:34.704Z] 31adcdaf11c8: Pull complete [2021-11-08T11:10:34.704Z] b8b176561691: Pull complete [2021-11-08T11:10:38.968Z] 4527c011a84f: Pull complete [2021-11-08T11:10:38.968Z] 5d74067f8e1e: Pull complete [2021-11-08T11:10:38.968Z] e0aca202a116: Pull complete [2021-11-08T11:10:38.968Z] 3a43be97a3b4: Pull complete [2021-11-08T11:10:39.229Z] 34cad66bf833: Pull complete [2021-11-08T11:10:41.270Z] 7a9cfe048b4a: Pull complete [2021-11-08T11:10:41.544Z] 72dc09318566: Pull complete [2021-11-08T11:10:41.807Z] b4e3c513aaa6: Pull complete [2021-11-08T11:10:41.820Z] f4f7b4309257: Pull complete [2021-11-08T11:10:42.068Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-08T11:10:42.068Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-08T11:10:42.068Z] ---> 9f6097aaca64 [2021-11-08T11:10:42.068Z] Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-11-08T11:10:42.094Z] 0ac9a79272e3: Pull complete [2021-11-08T11:10:43.996Z] ---> Running in 6375f11fc4ec [2021-11-08T11:10:43.997Z] Removing intermediate container 6375f11fc4ec [2021-11-08T11:10:43.997Z] ---> 04cbcc049db6 [2021-11-08T11:10:43.997Z] Step 4/11 : ARG ALPINE_PKG_EXTRA="" [2021-11-08T11:10:43.997Z] ---> Running in 056cdf1a1512 [2021-11-08T11:10:44.257Z] Removing intermediate container 056cdf1a1512 [2021-11-08T11:10:44.257Z] ---> ac3f660d8692 [2021-11-08T11:10:44.257Z] Step 5/11 : WORKDIR /device-virtual-go [2021-11-08T11:10:44.257Z] ---> Running in 4e11a9cc2b2c [2021-11-08T11:10:44.257Z] Removing intermediate container 4e11a9cc2b2c [2021-11-08T11:10:44.257Z] ---> 69afeaa65496 [2021-11-08T11:10:44.257Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-08T11:10:44.257Z] ---> Running in 0a3301c73132 [2021-11-08T11:10:44.827Z] Removing intermediate container 0a3301c73132 [2021-11-08T11:10:44.827Z] ---> f34740ab7226 [2021-11-08T11:10:44.827Z] Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-08T11:10:44.827Z] ---> Running in aa00ec7d89b8 [2021-11-08T11:10:45.087Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-08T11:10:46.037Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-08T11:10:46.302Z] (1/4) Installing openssh-keygen (8.6_p1-r3) [2021-11-08T11:10:46.563Z] (2/4) Installing libedit (20210216.3.1-r0) [2021-11-08T11:10:46.563Z] (3/4) Installing openssh-client-common (8.6_p1-r3) [2021-11-08T11:10:46.563Z] (4/4) Installing openssh-client-default (8.6_p1-r3) [2021-11-08T11:10:46.823Z] Executing busybox-1.33.1-r3.trigger [2021-11-08T11:10:46.823Z] OK: 224 MiB in 56 packages [2021-11-08T11:10:47.088Z] Removing intermediate container aa00ec7d89b8 [2021-11-08T11:10:47.088Z] ---> e1df55755e7d [2021-11-08T11:10:47.088Z] Step 8/11 : COPY . . [2021-11-08T11:10:47.351Z] ---> 379e0faab027 [2021-11-08T11:10:47.351Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-08T11:10:47.351Z] ---> Running in 11c542624ba1 [2021-11-08T11:10:48.816Z] b78e95d17946: Pull complete [2021-11-08T11:10:48.816Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-08T11:10:48.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-08T11:10:48.816Z] ---> 8b459fc5aaf0 [2021-11-08T11:10:48.816Z] Step 3/11 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-11-08T11:10:49.798Z] ---> Running in 901f42ba6893 [2021-11-08T11:10:50.071Z] Removing intermediate container 901f42ba6893 [2021-11-08T11:10:50.071Z] ---> c0a7d95ff630 [2021-11-08T11:10:50.071Z] Step 4/11 : ARG ALPINE_PKG_EXTRA="" [2021-11-08T11:10:50.071Z] ---> Running in 17b4cf58c772 [2021-11-08T11:10:50.668Z] Removing intermediate container 17b4cf58c772 [2021-11-08T11:10:50.668Z] ---> a71fa6218d47 [2021-11-08T11:10:50.668Z] Step 5/11 : WORKDIR /device-virtual-go [2021-11-08T11:10:50.668Z] ---> Running in 9fcd141aa9af [2021-11-08T11:10:51.262Z] Removing intermediate container 9fcd141aa9af [2021-11-08T11:10:51.262Z] ---> 468c59b4ca7d [2021-11-08T11:10:51.262Z] Step 6/11 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-08T11:10:51.262Z] ---> Running in a98591be97da [2021-11-08T11:10:53.250Z] Removing intermediate container a98591be97da [2021-11-08T11:10:53.250Z] ---> f049de20dd5d [2021-11-08T11:10:53.250Z] Step 7/11 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-08T11:10:53.524Z] ---> Running in 3ae9c46ad5d2 [2021-11-08T11:10:54.507Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-08T11:10:55.486Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-08T11:10:56.465Z] (1/4) Installing openssh-keygen (8.6_p1-r3) [2021-11-08T11:10:56.465Z] (2/4) Installing libedit (20210216.3.1-r0) [2021-11-08T11:10:56.465Z] (3/4) Installing openssh-client-common (8.6_p1-r3) [2021-11-08T11:10:56.465Z] (4/4) Installing openssh-client-default (8.6_p1-r3) [2021-11-08T11:10:56.739Z] Executing busybox-1.33.1-r3.trigger [2021-11-08T11:10:56.739Z] OK: 223 MiB in 56 packages [2021-11-08T11:10:57.720Z] Removing intermediate container 3ae9c46ad5d2 [2021-11-08T11:10:57.720Z] ---> 03246ddb22d0 [2021-11-08T11:10:57.720Z] Step 8/11 : COPY . . [2021-11-08T11:10:59.182Z] ---> 3ce93db82b76 [2021-11-08T11:10:59.182Z] Step 9/11 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-08T11:10:59.182Z] ---> Running in e3e2aa693822 [2021-11-08T11:11:34.077Z] Removing intermediate container 11c542624ba1 [2021-11-08T11:11:34.077Z] ---> 544f957f9d88 [2021-11-08T11:11:34.077Z] Step 10/11 : ARG MAKE='make build' [2021-11-08T11:11:34.077Z] ---> Running in 4ab9e0298687 [2021-11-08T11:11:34.077Z] Removing intermediate container 4ab9e0298687 [2021-11-08T11:11:34.077Z] ---> 45a04d9c2e0b [2021-11-08T11:11:34.077Z] Step 11/11 : RUN $MAKE [2021-11-08T11:11:34.077Z] ---> Running in 98ac75ea616b [2021-11-08T11:11:34.077Z] noop [2021-11-08T11:11:34.077Z] Removing intermediate container 98ac75ea616b [2021-11-08T11:11:34.077Z] ---> 46be63e44fa0 [2021-11-08T11:11:34.077Z] Successfully built 46be63e44fa0 [2021-11-08T11:11:34.077Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:11:34.403Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-08T11:11:34.403Z] . [Pipeline] withDockerContainer [2021-11-08T11:11:34.499Z] prd-centos7-docker-4c-2g-27932 does not seem to be running inside a container [2021-11-08T11:11:34.551Z] $ 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 ******** ci-base-image-x86_64 cat [2021-11-08T11:11:34.958Z] $ docker top d6b324beed4e98fc3a2952f125ff0d3a2b447af3de5fd382f095323f8ab45c99 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-08T11:11:35.364Z] + go version [2021-11-08T11:11:35.364Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-11-08T11:11:35.390Z] $ docker stop --time=1 d6b324beed4e98fc3a2952f125ff0d3a2b447af3de5fd382f095323f8ab45c99 [2021-11-08T11:11:36.613Z] $ docker rm -f d6b324beed4e98fc3a2952f125ff0d3a2b447af3de5fd382f095323f8ab45c99 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:11:37.369Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-08T11:11:37.370Z] . [Pipeline] withDockerContainer [2021-11-08T11:11:37.445Z] prd-centos7-docker-4c-2g-27932 does not seem to be running inside a container [2021-11-08T11:11:37.484Z] $ 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 ******** ci-base-image-x86_64 cat [2021-11-08T11:11:37.820Z] $ docker top b8ee4aad92cc8631443db46f907c7d94fa40cdafa0f47a1a76133e60090f8233 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-08T11:11:38.257Z] + make test [2021-11-08T11:11:38.257Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-11-08T11:11:38.522Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-11-08T11:12:00.641Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-11-08T11:12:00.641Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.298s coverage: 64.6% of statements [2021-11-08T11:12:00.641Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-11-08T11:12:07.293Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-08T11:12:07.293Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-11-08T11:12:07.293Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-11-08T11:12:07.319Z] $ docker stop --time=1 b8ee4aad92cc8631443db46f907c7d94fa40cdafa0f47a1a76133e60090f8233 [2021-11-08T11:12:08.898Z] $ docker rm -f b8ee4aad92cc8631443db46f907c7d94fa40cdafa0f47a1a76133e60090f8233 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-08T11:12:09.337Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-11-08T11:12:09.533Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-11-08T11:12:11.092Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-11-08T11:12:11.401Z] + ls -al . [2021-11-08T11:12:11.401Z] total 176 [2021-11-08T11:12:11.401Z] drwxrwxr-x. 7 jenkins jenkins 4096 Nov 8 11:12 . [2021-11-08T11:12:11.401Z] drwxrwxr-x. 4 jenkins jenkins 28 Nov 8 11:10 .. [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 8449 Nov 8 11:10 Attribution.txt [2021-11-08T11:12:11.401Z] drwxrwxr-x. 2 jenkins jenkins 37 Nov 8 11:10 bin [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 6349 Nov 8 11:10 CHANGELOG.md [2021-11-08T11:12:11.401Z] drwxrwxr-x. 3 jenkins jenkins 32 Nov 8 11:10 cmd [2021-11-08T11:12:11.401Z] -rw-r--r--. 1 jenkins jenkins 46339 Nov 8 11:11 coverage.out [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 1951 Nov 8 11:10 Dockerfile [2021-11-08T11:12:11.401Z] drwxrwxr-x. 8 jenkins jenkins 179 Nov 8 11:10 .git [2021-11-08T11:12:11.401Z] drwxrwxr-x. 2 jenkins jenkins 103 Nov 8 11:10 .github [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 270 Nov 8 11:10 .gitignore [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 358 Nov 8 11:10 go.mod [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 52389 Nov 8 11:10 go.sum [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 677 Nov 8 11:10 GOVERNANCE.md [2021-11-08T11:12:11.401Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 8 11:10 internal [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 660 Nov 8 11:10 Jenkinsfile [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 11340 Nov 8 11:10 LICENSE [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 999 Nov 8 11:10 Makefile [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 623 Nov 8 11:10 OWNERS.md [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 2913 Nov 8 11:10 README.md [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 8 11:07 VERSION [2021-11-08T11:12:11.401Z] -rw-rw-r--. 1 jenkins jenkins 235 Nov 8 11:10 version.go [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:12:11.729Z] + 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=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a --label arch=amd64 --label version=0.0.0 . [2021-11-08T11:12:11.729Z] Sending build context to Docker daemon 8.767MB [2021-11-08T11:12:11.729Z] Step 1/25 : ARG BASE=golang:1.16-alpine3.14 [2021-11-08T11:12:11.729Z] Step 2/25 : FROM ${BASE} AS builder [2021-11-08T11:12:11.729Z] ---> 46be63e44fa0 [2021-11-08T11:12:11.729Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-11-08T11:12:11.991Z] ---> Running in 0ffdc6abba11 [2021-11-08T11:12:11.991Z] Removing intermediate container 0ffdc6abba11 [2021-11-08T11:12:11.991Z] ---> 44a01636439e [2021-11-08T11:12:11.991Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-11-08T11:12:11.991Z] ---> Running in 0899eed041ae [2021-11-08T11:12:12.256Z] Removing intermediate container 0899eed041ae [2021-11-08T11:12:12.256Z] ---> 9a65fd4bf95a [2021-11-08T11:12:12.256Z] Step 5/25 : WORKDIR /device-virtual-go [2021-11-08T11:12:12.256Z] ---> Running in f2dba0692769 [2021-11-08T11:12:12.256Z] Removing intermediate container f2dba0692769 [2021-11-08T11:12:12.256Z] ---> be4207307973 [2021-11-08T11:12:12.256Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-08T11:12:12.256Z] ---> Running in 331010320e7e [2021-11-08T11:12:12.827Z] Removing intermediate container 331010320e7e [2021-11-08T11:12:12.827Z] ---> 58ac1080ac9e [2021-11-08T11:12:12.827Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-08T11:12:12.827Z] ---> Running in 1fd353a61478 [2021-11-08T11:12:13.093Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-08T11:12:14.030Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-08T11:12:14.292Z] OK: 224 MiB in 56 packages [2021-11-08T11:12:14.559Z] Removing intermediate container 1fd353a61478 [2021-11-08T11:12:14.559Z] ---> f3ee4b2a964b [2021-11-08T11:12:14.559Z] Step 8/25 : COPY . . [2021-11-08T11:12:14.821Z] ---> 2f234f09461d [2021-11-08T11:12:14.821Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-08T11:12:15.082Z] ---> Running in 6973cc6ee8e1 [2021-11-08T11:12:15.657Z] Removing intermediate container 6973cc6ee8e1 [2021-11-08T11:12:15.657Z] ---> 22ad00efc364 [2021-11-08T11:12:15.657Z] Step 10/25 : ARG MAKE='make build' [2021-11-08T11:12:15.657Z] ---> Running in dcf7de0e51e3 [2021-11-08T11:12:15.919Z] Removing intermediate container dcf7de0e51e3 [2021-11-08T11:12:15.919Z] ---> 3f988c76dadb [2021-11-08T11:12:15.919Z] Step 11/25 : RUN $MAKE [2021-11-08T11:12:15.919Z] ---> Running in fd4093f47a8d [2021-11-08T11:12:16.183Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-11-08T11:12:20.987Z] Removing intermediate container e3e2aa693822 [2021-11-08T11:12:20.987Z] ---> b2992270cbdc [2021-11-08T11:12:20.987Z] Step 10/11 : ARG MAKE='make build' [2021-11-08T11:12:20.987Z] ---> Running in bbb54f81817c [2021-11-08T11:12:20.987Z] Removing intermediate container bbb54f81817c [2021-11-08T11:12:20.987Z] ---> 91908ccfe93c [2021-11-08T11:12:20.987Z] Step 11/11 : RUN $MAKE [2021-11-08T11:12:20.987Z] ---> Running in 94c753f6260e [2021-11-08T11:12:20.987Z] noop [2021-11-08T11:12:20.987Z] Removing intermediate container 94c753f6260e [2021-11-08T11:12:20.987Z] ---> 7241713e11eb [2021-11-08T11:12:20.987Z] Successfully built 7241713e11eb [2021-11-08T11:12:20.987Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:12:21.345Z] + docker inspect -f . ci-base-image-arm64 [2021-11-08T11:12:21.345Z] . [Pipeline] withDockerContainer [2021-11-08T11:12:21.598Z] prd-ubuntu18.04-docker-arm64-4c-16g-27931 does not seem to be running inside a container [2021-11-08T11:12:21.674Z] $ 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 ******** ci-base-image-arm64 cat [2021-11-08T11:12:23.142Z] $ docker top 3994b2b4bbc8f6facfefe939d2b51b650b780b6c00904cc3c96320481254bba7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-08T11:12:24.138Z] + go version [2021-11-08T11:12:24.138Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-08T11:12:24.169Z] $ docker stop --time=1 3994b2b4bbc8f6facfefe939d2b51b650b780b6c00904cc3c96320481254bba7 [2021-11-08T11:12:25.886Z] $ docker rm -f 3994b2b4bbc8f6facfefe939d2b51b650b780b6c00904cc3c96320481254bba7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:12:26.822Z] + docker inspect -f . ci-base-image-arm64 [2021-11-08T11:12:26.822Z] . [Pipeline] withDockerContainer [2021-11-08T11:12:27.096Z] prd-ubuntu18.04-docker-arm64-4c-16g-27931 does not seem to be running inside a container [2021-11-08T11:12:27.172Z] $ 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 ******** ci-base-image-arm64 cat [2021-11-08T11:12:28.691Z] $ docker top 403026b0ffa9830a55248a8667aca07058aaa105a6cb921d2d646f462f922727 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-08T11:12:29.739Z] + make test [2021-11-08T11:12:29.739Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2021-11-08T11:12:31.183Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2021-11-08T11:12:34.365Z] Removing intermediate container fd4093f47a8d [2021-11-08T11:12:34.365Z] ---> 7e83dce9b34f [2021-11-08T11:12:34.365Z] Step 12/25 : FROM alpine:3.14 [2021-11-08T11:12:36.271Z] 3.14: Pulling from library/alpine [2021-11-08T11:12:36.533Z] a0d0a0d46f8b: Already exists [2021-11-08T11:12:36.805Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-08T11:12:36.805Z] Status: Downloaded newer image for alpine:3.14 [2021-11-08T11:12:36.805Z] ---> 14119a10abf4 [2021-11-08T11:12:36.805Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-11-08T11:12:36.805Z] ---> Running in 073a37f1f46c [2021-11-08T11:12:36.805Z] Removing intermediate container 073a37f1f46c [2021-11-08T11:12:36.805Z] ---> c8dbd444b5f8 [2021-11-08T11:12:36.805Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-08T11:12:36.805Z] ---> Running in 73dcfdf18007 [2021-11-08T11:12:37.392Z] Removing intermediate container 73dcfdf18007 [2021-11-08T11:12:37.392Z] ---> cc495ecf8fbc [2021-11-08T11:12:37.392Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-11-08T11:12:37.392Z] ---> Running in 8cdc92085fe7 [2021-11-08T11:12:37.653Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-08T11:12:38.598Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-08T11:12:38.859Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-11-08T11:12:38.859Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-11-08T11:12:38.859Z] (3/6) Installing libsodium (1.0.18-r0) [2021-11-08T11:12:39.126Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-11-08T11:12:39.126Z] (5/6) Installing libzmq (4.3.4-r0) [2021-11-08T11:12:39.126Z] (6/6) Installing zeromq (4.3.4-r0) [2021-11-08T11:12:39.394Z] Executing busybox-1.33.1-r3.trigger [2021-11-08T11:12:39.394Z] OK: 8 MiB in 20 packages [2021-11-08T11:12:39.657Z] Removing intermediate container 8cdc92085fe7 [2021-11-08T11:12:39.657Z] ---> 2752308ed93f [2021-11-08T11:12:39.657Z] Step 16/25 : WORKDIR / [2021-11-08T11:12:39.657Z] ---> Running in b879a10f49d2 [2021-11-08T11:12:39.657Z] Removing intermediate container b879a10f49d2 [2021-11-08T11:12:39.657Z] ---> 67aec1b628b4 [2021-11-08T11:12:39.657Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-11-08T11:12:39.920Z] ---> 581f7b74a7d6 [2021-11-08T11:12:39.920Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-11-08T11:12:39.920Z] ---> d1e69e931d94 [2021-11-08T11:12:39.920Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-11-08T11:12:40.489Z] ---> 70f8ac1af1c6 [2021-11-08T11:12:40.489Z] Step 20/25 : EXPOSE 59900 [2021-11-08T11:12:40.489Z] ---> Running in fa18f08d74c9 [2021-11-08T11:12:40.489Z] Removing intermediate container fa18f08d74c9 [2021-11-08T11:12:40.489Z] ---> 413e3d888f39 [2021-11-08T11:12:40.489Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-11-08T11:12:40.489Z] ---> Running in e018e3263c06 [2021-11-08T11:12:40.489Z] Removing intermediate container e018e3263c06 [2021-11-08T11:12:40.489Z] ---> 75d097654fe0 [2021-11-08T11:12:40.489Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-08T11:12:40.489Z] ---> Running in 5ffd89e92dbe [2021-11-08T11:12:40.751Z] Removing intermediate container 5ffd89e92dbe [2021-11-08T11:12:40.751Z] ---> b99a1e095b6e [2021-11-08T11:12:40.751Z] Step 23/25 : LABEL arch=amd64 [2021-11-08T11:12:40.751Z] ---> Running in 3b85fcf2ba5a [2021-11-08T11:12:40.751Z] Removing intermediate container 3b85fcf2ba5a [2021-11-08T11:12:40.751Z] ---> 3951a261fd0a [2021-11-08T11:12:40.751Z] Step 24/25 : LABEL git_sha=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [2021-11-08T11:12:40.751Z] ---> Running in 5ceee3f0f633 [2021-11-08T11:12:41.013Z] Removing intermediate container 5ceee3f0f633 [2021-11-08T11:12:41.013Z] ---> 83a12e25b481 [2021-11-08T11:12:41.013Z] Step 25/25 : LABEL version=0.0.0 [2021-11-08T11:12:41.013Z] ---> Running in 7a06e1870881 [2021-11-08T11:12:41.013Z] Removing intermediate container 7a06e1870881 [2021-11-08T11:12:41.013Z] ---> 884aa0bf22b1 [2021-11-08T11:12:41.013Z] [Warning] One or more build-args [ARCH] were not consumed [2021-11-08T11:12:41.013Z] Successfully built 884aa0bf22b1 [2021-11-08T11:12:41.013Z] Successfully tagged device-virtual:latest [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] sh [2021-11-08T11:12:41.984Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-08T11:12:41.984Z] [2021-11-08T11:12:41.984Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:12:42.321Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-08T11:12:42.321Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-08T11:12:42.321Z] b4d181a07f80: Pulling fs layer [2021-11-08T11:12:42.321Z] a1111a8f2ec3: Pulling fs layer [2021-11-08T11:12:42.321Z] ed53099fbce6: Pulling fs layer [2021-11-08T11:12:42.321Z] dc539afda2c1: Pulling fs layer [2021-11-08T11:12:42.321Z] 77bc0d833cb6: Pulling fs layer [2021-11-08T11:12:42.321Z] 9065ff56babe: Pulling fs layer [2021-11-08T11:12:42.321Z] d287ab97295c: Pulling fs layer [2021-11-08T11:12:42.321Z] dc539afda2c1: Waiting [2021-11-08T11:12:42.321Z] 77bc0d833cb6: Waiting [2021-11-08T11:12:42.321Z] 9065ff56babe: Waiting [2021-11-08T11:12:42.321Z] d287ab97295c: Waiting [2021-11-08T11:12:42.321Z] a1111a8f2ec3: Verifying Checksum [2021-11-08T11:12:42.321Z] a1111a8f2ec3: Download complete [2021-11-08T11:12:42.321Z] dc539afda2c1: Verifying Checksum [2021-11-08T11:12:42.321Z] dc539afda2c1: Download complete [2021-11-08T11:12:42.584Z] ed53099fbce6: Verifying Checksum [2021-11-08T11:12:42.584Z] ed53099fbce6: Download complete [2021-11-08T11:12:42.584Z] 9065ff56babe: Verifying Checksum [2021-11-08T11:12:42.584Z] 9065ff56babe: Download complete [2021-11-08T11:12:42.584Z] 77bc0d833cb6: Verifying Checksum [2021-11-08T11:12:42.584Z] 77bc0d833cb6: Download complete [2021-11-08T11:12:42.584Z] b4d181a07f80: Verifying Checksum [2021-11-08T11:12:42.584Z] b4d181a07f80: Download complete [2021-11-08T11:12:43.162Z] d287ab97295c: Verifying Checksum [2021-11-08T11:12:43.162Z] d287ab97295c: Download complete [2021-11-08T11:12:44.121Z] b4d181a07f80: Pull complete [2021-11-08T11:12:44.121Z] a1111a8f2ec3: Pull complete [2021-11-08T11:12:44.694Z] ed53099fbce6: Pull complete [2021-11-08T11:12:44.959Z] dc539afda2c1: Pull complete [2021-11-08T11:12:45.223Z] 77bc0d833cb6: Pull complete [2021-11-08T11:12:45.223Z] 9065ff56babe: Pull complete [2021-11-08T11:12:50.558Z] d287ab97295c: Pull complete [2021-11-08T11:12:50.558Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-08T11:12:50.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-08T11:12:50.558Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-08T11:12:50.645Z] prd-centos7-docker-4c-2g-27932 does not seem to be running inside a container [2021-11-08T11:12:50.684Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-11-08T11:12:54.495Z] $ docker top a7eca906f980d2f6d6c8eb629b6638ed59b06867794cb8e04476a76aeaf8b8fe -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:12:54.999Z] ---> job-cost.sh [2021-11-08T11:12:54.999Z] lf-activate-venv: SKIPPING [2021-11-08T11:12:54.999Z] INFO: No Stack... [2021-11-08T11:12:55.569Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-08T11:12:55.830Z] INFO: Archiving Costs [Pipeline] sh [2021-11-08T11:12:56.148Z] + cut -d, -f6 [2021-11-08T11:12:56.148Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock [2021-11-08T11:12:56.200Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [2021-11-08T11:12:56.205Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] did not exist. Created. [2021-11-08T11:12:56.205Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-08T11:12:56.589Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-11-08T11:12:56.631Z] Stashed 1 file(s) [Pipeline] } [2021-11-08T11:12:56.652Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-08T11:12:56.712Z] $ docker stop --time=1 a7eca906f980d2f6d6c8eb629b6638ed59b06867794cb8e04476a76aeaf8b8fe [2021-11-08T11:12:57.868Z] $ docker rm -f a7eca906f980d2f6d6c8eb629b6638ed59b06867794cb8e04476a76aeaf8b8fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-08T11:13:39.240Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2021-11-08T11:13:39.240Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.791s coverage: 64.6% of statements [2021-11-08T11:13:39.240Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-11-08T11:14:06.077Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-08T11:14:06.077Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-11-08T11:14:06.077Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-11-08T11:14:06.106Z] $ docker stop --time=1 403026b0ffa9830a55248a8667aca07058aaa105a6cb921d2d646f462f922727 [2021-11-08T11:14:07.901Z] $ docker rm -f 403026b0ffa9830a55248a8667aca07058aaa105a6cb921d2d646f462f922727 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-08T11:14:08.841Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-11-08T11:14:08.878Z] Warning: overwriting stash ‘coverage-report’ [2021-11-08T11:14:09.380Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-08T11:14:10.021Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-11-08T11:14:10.365Z] + ls -al . [2021-11-08T11:14:10.365Z] total 200 [2021-11-08T11:14:10.365Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 8 11:14 . [2021-11-08T11:14:10.365Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 8 11:09 .. [2021-11-08T11:14:10.365Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 8 11:10 .git [2021-11-08T11:14:10.365Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 11:09 .github [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 270 Nov 8 11:09 .gitignore [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 8449 Nov 8 11:09 Attribution.txt [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 6349 Nov 8 11:09 CHANGELOG.md [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 1951 Nov 8 11:09 Dockerfile [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 8 11:09 GOVERNANCE.md [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 660 Nov 8 11:09 Jenkinsfile [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 8 11:09 LICENSE [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 999 Nov 8 11:09 Makefile [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 623 Nov 8 11:09 OWNERS.md [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 2913 Nov 8 11:09 README.md [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 8 11:07 VERSION [2021-11-08T11:14:10.365Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 8 11:09 bin [2021-11-08T11:14:10.365Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 11:09 cmd [2021-11-08T11:14:10.365Z] -rw-r--r-- 1 jenkins jenkins 46339 Nov 8 11:13 coverage.out [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 358 Nov 8 11:09 go.mod [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 52389 Nov 8 11:09 go.sum [2021-11-08T11:14:10.365Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 8 11:09 internal [2021-11-08T11:14:10.365Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 8 11:09 version.go [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:14:10.768Z] + 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=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a --label arch=arm64 --label version=0.0.0 . [2021-11-08T11:14:11.405Z] Sending build context to Docker daemon 8.766MB [2021-11-08T11:14:11.405Z] Step 1/25 : ARG BASE=golang:1.16-alpine3.14 [2021-11-08T11:14:11.405Z] Step 2/25 : FROM ${BASE} AS builder [2021-11-08T11:14:11.405Z] ---> 7241713e11eb [2021-11-08T11:14:11.405Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2021-11-08T11:14:11.721Z] ---> Running in 1b5127ccbbd8 [2021-11-08T11:14:12.033Z] Removing intermediate container 1b5127ccbbd8 [2021-11-08T11:14:12.033Z] ---> 31ed51d8b9fc [2021-11-08T11:14:12.033Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2021-11-08T11:14:12.033Z] ---> Running in d47609bfd121 [2021-11-08T11:14:12.653Z] Removing intermediate container d47609bfd121 [2021-11-08T11:14:12.653Z] ---> 1724d613b23a [2021-11-08T11:14:12.653Z] Step 5/25 : WORKDIR /device-virtual-go [2021-11-08T11:14:12.653Z] ---> Running in 50b8b7866d03 [2021-11-08T11:14:13.254Z] Removing intermediate container 50b8b7866d03 [2021-11-08T11:14:13.254Z] ---> 2197f8a3cbc5 [2021-11-08T11:14:13.254Z] Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-08T11:14:13.254Z] ---> Running in 339ddffe95b1 [2021-11-08T11:14:15.232Z] Removing intermediate container 339ddffe95b1 [2021-11-08T11:14:15.232Z] ---> f0dc6fabc7ea [2021-11-08T11:14:15.232Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-08T11:14:15.232Z] ---> Running in e73d8102c885 [2021-11-08T11:14:16.211Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-08T11:14:17.183Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-08T11:14:17.780Z] OK: 223 MiB in 56 packages [2021-11-08T11:14:18.761Z] Removing intermediate container e73d8102c885 [2021-11-08T11:14:18.761Z] ---> c5acd802774c [2021-11-08T11:14:18.761Z] Step 8/25 : COPY . . [2021-11-08T11:14:20.199Z] ---> 9ae06739ac34 [2021-11-08T11:14:20.199Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-08T11:14:20.199Z] ---> Running in e195a2006fae [2021-11-08T11:14:22.815Z] Removing intermediate container e195a2006fae [2021-11-08T11:14:22.815Z] ---> 4a42b792b886 [2021-11-08T11:14:22.815Z] Step 10/25 : ARG MAKE='make build' [2021-11-08T11:14:22.815Z] ---> Running in b9fc73fc9fca [2021-11-08T11:14:22.815Z] Removing intermediate container b9fc73fc9fca [2021-11-08T11:14:22.815Z] ---> 0953ff7dd0b0 [2021-11-08T11:14:22.815Z] Step 11/25 : RUN $MAKE [2021-11-08T11:14:23.089Z] ---> Running in 540d5c24961e [2021-11-08T11:14:24.066Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd [2021-11-08T11:15:20.610Z] Removing intermediate container 540d5c24961e [2021-11-08T11:15:20.610Z] ---> a3d122a68586 [2021-11-08T11:15:20.610Z] Step 12/25 : FROM alpine:3.14 [2021-11-08T11:15:20.610Z] 3.14: Pulling from library/alpine [2021-11-08T11:15:20.610Z] 552d1f2373af: Already exists [2021-11-08T11:15:20.610Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-11-08T11:15:20.610Z] Status: Downloaded newer image for alpine:3.14 [2021-11-08T11:15:20.610Z] ---> bb3de5531c18 [2021-11-08T11:15:20.610Z] Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2021-11-08T11:15:20.610Z] ---> Running in 207b54027358 [2021-11-08T11:15:20.610Z] Removing intermediate container 207b54027358 [2021-11-08T11:15:20.610Z] ---> c50beb603665 [2021-11-08T11:15:20.610Z] Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-08T11:15:20.610Z] ---> Running in 9a6d7110a504 [2021-11-08T11:15:21.587Z] Removing intermediate container 9a6d7110a504 [2021-11-08T11:15:21.587Z] ---> af7bce38ef64 [2021-11-08T11:15:21.587Z] Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init [2021-11-08T11:15:21.587Z] ---> Running in e3174471bef0 [2021-11-08T11:15:22.567Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-08T11:15:23.541Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-08T11:15:24.130Z] (1/6) Installing dumb-init (1.2.5-r1) [2021-11-08T11:15:24.400Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2021-11-08T11:15:24.400Z] (3/6) Installing libsodium (1.0.18-r0) [2021-11-08T11:15:24.400Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2021-11-08T11:15:24.671Z] (5/6) Installing libzmq (4.3.4-r0) [2021-11-08T11:15:24.671Z] (6/6) Installing zeromq (4.3.4-r0) [2021-11-08T11:15:24.671Z] Executing busybox-1.33.1-r3.trigger [2021-11-08T11:15:24.940Z] OK: 8 MiB in 20 packages [2021-11-08T11:15:25.921Z] Removing intermediate container e3174471bef0 [2021-11-08T11:15:25.921Z] ---> db725e062ca5 [2021-11-08T11:15:25.921Z] Step 16/25 : WORKDIR / [2021-11-08T11:15:25.921Z] ---> Running in b28490f8929b [2021-11-08T11:15:26.193Z] Removing intermediate container b28490f8929b [2021-11-08T11:15:26.193Z] ---> be9c7ad0168d [2021-11-08T11:15:26.193Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2021-11-08T11:15:27.170Z] ---> d2916d478165 [2021-11-08T11:15:27.170Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2021-11-08T11:15:27.764Z] ---> 79f9b00864b4 [2021-11-08T11:15:27.764Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2021-11-08T11:15:29.194Z] ---> ebca7bb4389b [2021-11-08T11:15:29.194Z] Step 20/25 : EXPOSE 59900 [2021-11-08T11:15:29.194Z] ---> Running in 1ffb6768abe5 [2021-11-08T11:15:29.470Z] Removing intermediate container 1ffb6768abe5 [2021-11-08T11:15:29.470Z] ---> e934117bc5e2 [2021-11-08T11:15:29.470Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2021-11-08T11:15:29.470Z] ---> Running in 85d8db382a20 [2021-11-08T11:15:30.064Z] Removing intermediate container 85d8db382a20 [2021-11-08T11:15:30.064Z] ---> a82ae8c1f2f9 [2021-11-08T11:15:30.064Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-11-08T11:15:30.064Z] ---> Running in 23aade99cff5 [2021-11-08T11:15:30.341Z] Removing intermediate container 23aade99cff5 [2021-11-08T11:15:30.341Z] ---> f3ff1fbdd118 [2021-11-08T11:15:30.341Z] Step 23/25 : LABEL arch=arm64 [2021-11-08T11:15:30.613Z] ---> Running in 7527f28f15c9 [2021-11-08T11:15:30.886Z] Removing intermediate container 7527f28f15c9 [2021-11-08T11:15:30.887Z] ---> b148ae128205 [2021-11-08T11:15:30.887Z] Step 24/25 : LABEL git_sha=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [2021-11-08T11:15:31.159Z] ---> Running in ecc668f109d0 [2021-11-08T11:15:31.432Z] Removing intermediate container ecc668f109d0 [2021-11-08T11:15:31.432Z] ---> 7bc8e5734562 [2021-11-08T11:15:31.432Z] Step 25/25 : LABEL version=0.0.0 [2021-11-08T11:15:31.432Z] ---> Running in 5182e224c06b [2021-11-08T11:15:32.029Z] Removing intermediate container 5182e224c06b [2021-11-08T11:15:32.029Z] ---> 296fd8b770ec [2021-11-08T11:15:32.029Z] [Warning] One or more build-args [ARCH] were not consumed [2021-11-08T11:15:32.029Z] Successfully built 296fd8b770ec [2021-11-08T11:15:32.029Z] Successfully tagged device-virtual-arm64:latest [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] sh [2021-11-08T11:15:32.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-08T11:15:32.800Z] [2021-11-08T11:15:32.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:15:33.466Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-08T11:15:33.739Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-08T11:15:33.739Z] 448f6bf000e3: Pulling fs layer [2021-11-08T11:15:33.739Z] f757da607395: Pulling fs layer [2021-11-08T11:15:33.739Z] 05883995daec: Pulling fs layer [2021-11-08T11:15:33.739Z] 8603b9c90790: Pulling fs layer [2021-11-08T11:15:33.739Z] 1560dd03e051: Pulling fs layer [2021-11-08T11:15:33.739Z] 27f5ce0e4adf: Pulling fs layer [2021-11-08T11:15:33.739Z] c2d8d7efcc4b: Pulling fs layer [2021-11-08T11:15:33.739Z] 1560dd03e051: Waiting [2021-11-08T11:15:33.739Z] 27f5ce0e4adf: Waiting [2021-11-08T11:15:33.739Z] c2d8d7efcc4b: Waiting [2021-11-08T11:15:33.739Z] 8603b9c90790: Waiting [2021-11-08T11:15:33.739Z] f757da607395: Verifying Checksum [2021-11-08T11:15:33.739Z] f757da607395: Download complete [2021-11-08T11:15:33.739Z] 8603b9c90790: Download complete [2021-11-08T11:15:34.012Z] 1560dd03e051: Verifying Checksum [2021-11-08T11:15:34.012Z] 1560dd03e051: Download complete [2021-11-08T11:15:34.012Z] 05883995daec: Verifying Checksum [2021-11-08T11:15:34.012Z] 05883995daec: Download complete [2021-11-08T11:15:34.012Z] 27f5ce0e4adf: Verifying Checksum [2021-11-08T11:15:34.012Z] 27f5ce0e4adf: Download complete [2021-11-08T11:15:34.285Z] 448f6bf000e3: Verifying Checksum [2021-11-08T11:15:34.285Z] 448f6bf000e3: Download complete [2021-11-08T11:15:36.903Z] c2d8d7efcc4b: Verifying Checksum [2021-11-08T11:15:36.903Z] c2d8d7efcc4b: Download complete [2021-11-08T11:15:37.878Z] 448f6bf000e3: Pull complete [2021-11-08T11:15:38.470Z] f757da607395: Pull complete [2021-11-08T11:15:39.899Z] 05883995daec: Pull complete [2021-11-08T11:15:40.173Z] 8603b9c90790: Pull complete [2021-11-08T11:15:41.150Z] 1560dd03e051: Pull complete [2021-11-08T11:15:41.420Z] 27f5ce0e4adf: Pull complete [2021-11-08T11:15:56.481Z] c2d8d7efcc4b: Pull complete [2021-11-08T11:15:56.481Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-08T11:15:56.481Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-08T11:15:56.481Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-08T11:15:56.724Z] prd-ubuntu18.04-docker-arm64-4c-16g-27931 does not seem to be running inside a container [2021-11-08T11:15:56.796Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-11-08T11:15:59.562Z] $ docker top 17d656b3c032278820f1147d058cb8c72c304dbbda6662fd34886db324e1148e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:16:00.567Z] ---> job-cost.sh [2021-11-08T11:16:00.567Z] lf-activate-venv: SKIPPING [2021-11-08T11:16:00.567Z] INFO: No Stack... [2021-11-08T11:16:00.842Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-08T11:16:01.117Z] INFO: Archiving Costs [Pipeline] sh [2021-11-08T11:16:01.786Z] + cut -d, -f6 [2021-11-08T11:16:01.786Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock [2021-11-08T11:16:01.858Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [2021-11-08T11:16:01.862Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] did not exist. Created. [2021-11-08T11:16:01.862Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-08T11:16:02.581Z] /w/workspace/device-virtual-go/1@tmp/durable-c9e84998/script.sh: 1: /w/workspace/device-virtual-go/1@tmp/durable-c9e84998/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-11-08T11:16:03.258Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-08T11:16:03.290Z] Warning: overwriting stash ‘stack-cost’ [2021-11-08T11:16:03.341Z] Stashed 1 file(s) [Pipeline] } [2021-11-08T11:16:03.355Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-248-1-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-08T11:16:03.417Z] $ docker stop --time=1 17d656b3c032278820f1147d058cb8c72c304dbbda6662fd34886db324e1148e [2021-11-08T11:16:05.005Z] $ docker rm -f 17d656b3c032278820f1147d058cb8c72c304dbbda6662fd34886db324e1148e [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 [2021-11-08T11:16:06.126Z] provisioning config files... [2021-11-08T11:16:06.136Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-248@tmp/config5248286034531157005tmp [Pipeline] { [Pipeline] sh [2021-11-08T11:16:06.473Z] + set +x [2021-11-08T11:16:06.474Z] + curl -s https://codecov.io/bash [2021-11-08T11:16:06.474Z] + bash -s -- [2021-11-08T11:16:06.474Z] [2021-11-08T11:16:06.474Z] _____ _ [2021-11-08T11:16:06.474Z] / ____| | | [2021-11-08T11:16:06.474Z] | | ___ __| | ___ ___ _____ __ [2021-11-08T11:16:06.474Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-11-08T11:16:06.474Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-11-08T11:16:06.474Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-11-08T11:16:06.474Z] Bash-1.0.6 [2021-11-08T11:16:06.474Z] [2021-11-08T11:16:06.474Z] [2021-11-08T11:16:06.474Z] ==> git version 2.24.4 found [2021-11-08T11:16:06.474Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-11-08T11:16:06.474Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-11-08T11:16:06.474Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-11-08T11:16:06.474Z] ==> Jenkins CI detected. [2021-11-08T11:16:06.474Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-248 [2021-11-08T11:16:06.474Z] project root: . [2021-11-08T11:16:06.474Z] --> token set from env [2021-11-08T11:16:06.474Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-11-08T11:16:06.474Z] ==> Running gcov in . (disable via -X gcov) [2021-11-08T11:16:06.474Z] ==> Python coveragepy not found [2021-11-08T11:16:06.474Z] ==> Searching for coverage reports in: [2021-11-08T11:16:06.474Z] + . [2021-11-08T11:16:06.474Z] -> Found 1 reports [2021-11-08T11:16:06.474Z] ==> Detecting git/mercurial file structure [2021-11-08T11:16:06.474Z] ==> Reading reports [2021-11-08T11:16:06.474Z] + ./coverage.out bytes=46339 [2021-11-08T11:16:06.474Z] ==> Appending adjustments [2021-11-08T11:16:06.474Z] https://docs.codecov.io/docs/fixing-reports [2021-11-08T11:16:06.739Z] + Found adjustments [2021-11-08T11:16:06.739Z] ==> Gzipping contents [2021-11-08T11:16:06.739Z] 8.0K /tmp/codecov.Iwe8Bd.gz [2021-11-08T11:16:06.739Z] ==> Uploading reports [2021-11-08T11:16:06.739Z] url: https://codecov.io [2021-11-08T11:16:06.739Z] query: branch=PR-248&commit=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-248%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=248&job=&cmd_args= [2021-11-08T11:16:06.739Z] -> Pinging Codecov [2021-11-08T11:16:06.739Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-248&commit=f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-248%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=248&job=&cmd_args= [2021-11-08T11:16:07.000Z] -> Uploading to [2021-11-08T11:16:07.000Z] https://storage.googleapis.com/codecov/v4/raw/2021-11-08/5E52B4B073DB2E39498172D8E973AA87/f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a/099ab51e-11b9-4169-84af-96998be168d6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211108%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211108T111606Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e10d534ed025e3de36ed5908c91c7d169d5583af4730b79009c09ff679712c00 [2021-11-08T11:16:07.000Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-08T11:16:07.000Z] Dload Upload Total Spent Left Speed [2021-11-08T11:16:07.261Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5515 0 0 100 5515 0 18112 --:--:-- --:--:-- --:--:-- 18141 [2021-11-08T11:16:07.261Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/f4faf5cdf5b57d0d83ef9fd37aaa34fd32fd492a [Pipeline] } [2021-11-08T11:16:07.280Z] 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 [2021-11-08T11:16:09.321Z] + '[' -d /w/workspace/foundry_device-virtual-go_PR-248/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:16:09.647Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:16:10.232Z] ---> package-listing.sh [2021-11-08T11:16:10.233Z] ++ facter osfamily [2021-11-08T11:16:10.233Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-08T11:16:10.493Z] + OS_FAMILY=redhat [2021-11-08T11:16:10.493Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-248 [2021-11-08T11:16:10.493Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-08T11:16:10.493Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-08T11:16:10.493Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-08T11:16:10.493Z] + PACKAGES=/tmp/packages_start.txt [2021-11-08T11:16:10.493Z] + '[' /w/workspace/foundry_device-virtual-go_PR-248 ']' [2021-11-08T11:16:10.493Z] + PACKAGES=/tmp/packages_end.txt [2021-11-08T11:16:10.493Z] + case "${OS_FAMILY}" in [2021-11-08T11:16:10.493Z] + sort [2021-11-08T11:16:10.493Z] + rpm -qa [2021-11-08T11:16:11.079Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-08T11:16:11.079Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-08T11:16:11.079Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-08T11:16:11.079Z] + '[' /w/workspace/foundry_device-virtual-go_PR-248 ']' [2021-11-08T11:16:11.079Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-248/archives/ [2021-11-08T11:16:11.079Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-248/archives/ [Pipeline] echo [2021-11-08T11:16:11.105Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-248/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-11-08T11:16:11.402Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:16:11.980Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-08T11:16:11.980Z] [2021-11-08T11:16:11.981Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-08T11:16:12.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-08T11:16:12.313Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-08T11:16:12.313Z] b4d181a07f80: Pulling fs layer [2021-11-08T11:16:12.313Z] a1111a8f2ec3: Pulling fs layer [2021-11-08T11:16:12.313Z] ed53099fbce6: Pulling fs layer [2021-11-08T11:16:12.313Z] dc539afda2c1: Pulling fs layer [2021-11-08T11:16:12.313Z] 77bc0d833cb6: Pulling fs layer [2021-11-08T11:16:12.313Z] 9065ff56babe: Pulling fs layer [2021-11-08T11:16:12.313Z] d287ab97295c: Pulling fs layer [2021-11-08T11:16:12.313Z] 9065ff56babe: Waiting [2021-11-08T11:16:12.313Z] dc539afda2c1: Waiting [2021-11-08T11:16:12.313Z] 77bc0d833cb6: Waiting [2021-11-08T11:16:12.313Z] d287ab97295c: Waiting [2021-11-08T11:16:12.313Z] a1111a8f2ec3: Verifying Checksum [2021-11-08T11:16:12.313Z] a1111a8f2ec3: Download complete [2021-11-08T11:16:12.313Z] dc539afda2c1: Verifying Checksum [2021-11-08T11:16:12.313Z] dc539afda2c1: Download complete [2021-11-08T11:16:12.313Z] ed53099fbce6: Verifying Checksum [2021-11-08T11:16:12.313Z] ed53099fbce6: Download complete [2021-11-08T11:16:12.590Z] 9065ff56babe: Verifying Checksum [2021-11-08T11:16:12.590Z] 9065ff56babe: Download complete [2021-11-08T11:16:12.590Z] 77bc0d833cb6: Verifying Checksum [2021-11-08T11:16:12.590Z] 77bc0d833cb6: Download complete [2021-11-08T11:16:12.590Z] b4d181a07f80: Verifying Checksum [2021-11-08T11:16:12.590Z] b4d181a07f80: Download complete [2021-11-08T11:16:13.189Z] d287ab97295c: Verifying Checksum [2021-11-08T11:16:13.189Z] d287ab97295c: Download complete [2021-11-08T11:16:14.153Z] b4d181a07f80: Pull complete [2021-11-08T11:16:14.419Z] a1111a8f2ec3: Pull complete [2021-11-08T11:16:14.992Z] ed53099fbce6: Pull complete [2021-11-08T11:16:14.992Z] dc539afda2c1: Pull complete [2021-11-08T11:16:15.256Z] 77bc0d833cb6: Pull complete [2021-11-08T11:16:15.256Z] 9065ff56babe: Pull complete [2021-11-08T11:16:20.601Z] d287ab97295c: Pull complete [2021-11-08T11:16:20.601Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-08T11:16:20.601Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-08T11:16:20.601Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-08T11:16:20.684Z] prd-centos7-docker-4c-2g-27930 does not seem to be running inside a container [2021-11-08T11:16:20.716Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-248/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-248 -v /w/workspace/foundry_device-virtual-go_PR-248:/w/workspace/foundry_device-virtual-go_PR-248:rw,z -v /w/workspace/foundry_device-virtual-go_PR-248@tmp:/w/workspace/foundry_device-virtual-go_PR-248@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-lftools-log-publisher:latest cat [2021-11-08T11:16:22.639Z] $ docker top c2063db1f95ca5637f37b885116bf1370ce9aef816115f7533b930fe0e696d75 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-08T11:16:23.032Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-08T11:16:23.338Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-08T11:16:23.646Z] + ls /var/log/sa-host [2021-11-08T11:16:23.646Z] + sadf -c /var/log/sa-host/sa08 [2021-11-08T11:16:23.646Z] file_magic: OK [2021-11-08T11:16:23.646Z] HZ: Using current value: 100 [2021-11-08T11:16:23.646Z] file_header: OK [2021-11-08T11:16:23.646Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-11-08T11:16:23.646Z] Statistics: [2021-11-08T11:16:23.646Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-08T11:16:23.646Z] File successfully converted to sysstat format version 12.0.3 [2021-11-08T11:16:23.646Z] + sadf -c /var/log/sa-host/sa30 [2021-11-08T11:16:23.646Z] file_magic: OK [2021-11-08T11:16:23.646Z] HZ: Using current value: 100 [2021-11-08T11:16:23.646Z] file_header: OK [2021-11-08T11:16:23.646Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-11-08T11:16:23.646Z] Statistics: [2021-11-08T11:16:23.646Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-08T11:16:23.646Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-08T11:16:23.937Z] provisioning config files... [2021-11-08T11:16:23.946Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-248@tmp/config529837959568495032tmp [Pipeline] { [Pipeline] echo [2021-11-08T11:16:23.989Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:16:24.305Z] ---> create-netrc.sh [Pipeline] } [2021-11-08T11:16:24.322Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:16:24.721Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-08T11:16:24.747Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:16:25.070Z] ---> sudo-logs.sh [2021-11-08T11:16:25.070Z] Archiving 'sudo' log.. [2021-11-08T11:16:25.070Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-27930.novalocal: Name or service not known [2021-11-08T11:16:25.070Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-27930.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-08T11:16:25.133Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:16:25.448Z] ---> job-cost.sh [2021-11-08T11:16:25.448Z] lf-activate-venv: SKIPPING [2021-11-08T11:16:25.448Z] DEBUG: total: 0.10999999940395355 [2021-11-08T11:16:25.448Z] INFO: Retrieving Stack Cost... [2021-11-08T11:16:25.708Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-08T11:16:26.281Z] INFO: Archiving Costs [Pipeline] echo [2021-11-08T11:16:26.304Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-08T11:16:26.638Z] ---> logs-deploy.sh [2021-11-08T11:16:26.638Z] lf-activate-venv: SKIPPING [2021-11-08T11:16:26.638Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-248/1 [2021-11-08T11:16:26.638Z] INFO: archiving workspace using pattern(s): [2021-11-08T11:16:27.211Z] Archives upload complete. [2021-11-08T11:16:27.473Z] INFO: archiving logs to Nexus