Pull request #284 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec+099b8ea86ae346ef1d450a8d185b2283d3122d98 (d1d598bc0e70d9ad726a9df044a4541f43887374) 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-ssh11060472277501737236.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh9323078592257014671.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-284/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-284/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh986783702007730032.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-284/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh2859587374384169544.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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-ssh13200623242809811219.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-284/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-284/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh15573658279720274652.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 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 on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-41800 in /w/workspace/foundry_device-virtual-go_PR-284 [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-284 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 099b8ea86ae346ef1d450a8d185b2283d3122d98 into PR head commit 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec Merge succeeded, producing 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec Checking out Revision 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec (PR-284) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/284/head:refs/remotes/origin/PR-284 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 099b8ea86ae346ef1d450a8d185b2283d3122d98 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec # 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.25.1' fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-09T11:07:40.603Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-09T11:07:40.788Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-09T11:07:40.887Z] ========================================================= [2022-05-09T11:07:40.887Z] EdgeX Global Pipelines Version Info [2022-05-09T11:07:40.887Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:07:41.661Z] ------------------- [2022-05-09T11:07:41.661Z] stable info: [2022-05-09T11:07:41.661Z] ------------------- [2022-05-09T11:07:41.661Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-09T11:07:41.661Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-09T11:07:41.661Z] Message: update stable to v1.0.227 [2022-05-09T11:07:42.234Z] ------------------- [2022-05-09T11:07:42.234Z] experimental info: [2022-05-09T11:07:42.234Z] ------------------- [2022-05-09T11:07:42.234Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-09T11:07:42.234Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-09T11:07:42.234Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-09T11:07:42.475Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2022-05-09T11:07:42.516Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2022-05-09T11:07:42.550Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-09T11:07:42.583Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-09T11:07:42.617Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-09T11:07:42.651Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-09T11:07:42.687Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-09T11:07:42.721Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-09T11:07:42.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-09T11:07:42.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-09T11:07:42.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-09T11:07:42.868Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2022-05-09T11:07:42.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-09T11:07:42.951Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-09T11:07:42.987Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-09T11:07:43.022Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-09T11:07:43.056Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-09T11:07:43.090Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-09T11:07:43.126Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-09T11:07:43.161Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-09T11:07:43.196Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-09T11:07:43.234Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-09T11:07:43.269Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-09T11:07:43.307Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-09T11:07:43.341Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-09T11:07:43.374Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-09T11:07:43.412Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-284 [Pipeline] echo [2022-05-09T11:07:43.447Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-284 [Pipeline] echo [2022-05-09T11:07:43.482Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-284 [Pipeline] echo [2022-05-09T11:07:43.514Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [Pipeline] echo [2022-05-09T11:07:43.554Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 995c9ba [Pipeline] echo [2022-05-09T11:07:43.594Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T11:07:43.707Z] provisioning config files... [2022-05-09T11:07:43.724Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-284@tmp/config1609166836848040760tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:07:44.069Z] ---> docker-login.sh [2022-05-09T11:07:44.069Z] nexus3.edgexfoundry.org:10001 [2022-05-09T11:07:44.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:07:44.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:07:44.331Z] Configure a credential helper to remove this warning. See [2022-05-09T11:07:44.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:07:44.331Z] [2022-05-09T11:07:44.331Z] Login Succeeded [2022-05-09T11:07:44.331Z] nexus3.edgexfoundry.org:10002 [2022-05-09T11:07:44.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:07:44.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:07:44.591Z] Configure a credential helper to remove this warning. See [2022-05-09T11:07:44.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:07:44.591Z] [2022-05-09T11:07:44.591Z] Login Succeeded [2022-05-09T11:07:44.591Z] nexus3.edgexfoundry.org:10003 [2022-05-09T11:07:44.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:07:44.591Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:07:44.591Z] Configure a credential helper to remove this warning. See [2022-05-09T11:07:44.591Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:07:44.591Z] [2022-05-09T11:07:44.591Z] Login Succeeded [2022-05-09T11:07:44.591Z] nexus3.edgexfoundry.org:10004 [2022-05-09T11:07:44.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:07:44.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:07:44.853Z] Configure a credential helper to remove this warning. See [2022-05-09T11:07:44.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:07:44.853Z] [2022-05-09T11:07:44.853Z] Login Succeeded [2022-05-09T11:07:44.853Z] docker.io [2022-05-09T11:07:44.853Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:07:45.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:07:45.114Z] Configure a credential helper to remove this warning. See [2022-05-09T11:07:45.114Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:07:45.114Z] [2022-05-09T11:07:45.114Z] Login Succeeded [2022-05-09T11:07:45.114Z] ---> docker-login.sh ends [Pipeline] } [2022-05-09T11:07:45.143Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-09T11:07:45.784Z] + git rev-list -1 --merges 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec~1..995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [Pipeline] echo [2022-05-09T11:07:45.929Z] -----------> git rev-list -1 --merges 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec~1..995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [false] [Pipeline] sh [2022-05-09T11:07:46.240Z] + git log --format=format:%s -1 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [Pipeline] echo [2022-05-09T11:07:46.274Z] ========================================================= [2022-05-09T11:07:46.274Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-09T11:07:46.274Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-09T11:07:46.708Z] + git log --format=format:%s -1 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [Pipeline] echo [2022-05-09T11:07:46.738Z] [semverPrep] GIT_COMMIT: 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-05-09T11:07:46.768Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-09T11:07:47.419Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-09T11:07:47.419Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-09T11:07:47.419Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-09T11:07:47.419Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-09T11:07:47.419Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-05-09T11:07:47.419Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-05-09T11:07:47.419Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:07:47.894Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T11:07:47.894Z] [2022-05-09T11:07:47.894Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:07:48.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T11:07:48.234Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-09T11:07:48.234Z] 1fe172e4850f: Pulling fs layer [2022-05-09T11:07:48.234Z] caf521ccaac6: Pulling fs layer [2022-05-09T11:07:48.234Z] 3ead6fa29328: Pulling fs layer [2022-05-09T11:07:48.234Z] 5c2a1cbceb83: Pulling fs layer [2022-05-09T11:07:48.234Z] a8d5f1318db7: Pulling fs layer [2022-05-09T11:07:48.234Z] c427282e49a2: Pulling fs layer [2022-05-09T11:07:48.234Z] 1827001aaf11: Pulling fs layer [2022-05-09T11:07:48.234Z] 0714d37db230: Pulling fs layer [2022-05-09T11:07:48.234Z] ac28cf19c067: Pulling fs layer [2022-05-09T11:07:48.234Z] ca983d60f3e2: Pulling fs layer [2022-05-09T11:07:48.234Z] 9f894cec8388: Pulling fs layer [2022-05-09T11:07:48.234Z] 1827001aaf11: Waiting [2022-05-09T11:07:48.234Z] 0714d37db230: Waiting [2022-05-09T11:07:48.234Z] ac28cf19c067: Waiting [2022-05-09T11:07:48.234Z] ca983d60f3e2: Waiting [2022-05-09T11:07:48.234Z] 9f894cec8388: Waiting [2022-05-09T11:07:48.234Z] 5c2a1cbceb83: Waiting [2022-05-09T11:07:48.234Z] a8d5f1318db7: Waiting [2022-05-09T11:07:48.234Z] c427282e49a2: Waiting [2022-05-09T11:07:48.234Z] caf521ccaac6: Download complete [2022-05-09T11:07:48.234Z] 5c2a1cbceb83: Download complete [2022-05-09T11:07:48.496Z] a8d5f1318db7: Verifying Checksum [2022-05-09T11:07:48.496Z] a8d5f1318db7: Download complete [2022-05-09T11:07:48.496Z] c427282e49a2: Verifying Checksum [2022-05-09T11:07:48.496Z] c427282e49a2: Download complete [2022-05-09T11:07:48.496Z] 3ead6fa29328: Verifying Checksum [2022-05-09T11:07:48.496Z] 3ead6fa29328: Download complete [2022-05-09T11:07:48.496Z] 0714d37db230: Download complete [2022-05-09T11:07:48.496Z] ac28cf19c067: Verifying Checksum [2022-05-09T11:07:48.496Z] ac28cf19c067: Download complete [2022-05-09T11:07:48.496Z] ca983d60f3e2: Download complete [2022-05-09T11:07:48.496Z] 9f894cec8388: Download complete [2022-05-09T11:07:48.496Z] 1fe172e4850f: Verifying Checksum [2022-05-09T11:07:48.496Z] 1fe172e4850f: Download complete [2022-05-09T11:07:48.758Z] 1827001aaf11: Verifying Checksum [2022-05-09T11:07:48.758Z] 1827001aaf11: Download complete [2022-05-09T11:07:49.701Z] 1fe172e4850f: Pull complete [2022-05-09T11:07:49.961Z] caf521ccaac6: Pull complete [2022-05-09T11:07:50.530Z] 3ead6fa29328: Pull complete [2022-05-09T11:07:50.530Z] 5c2a1cbceb83: Pull complete [2022-05-09T11:07:50.788Z] a8d5f1318db7: Pull complete [2022-05-09T11:07:50.788Z] c427282e49a2: Pull complete [2022-05-09T11:07:52.703Z] 1827001aaf11: Pull complete [2022-05-09T11:07:52.964Z] 0714d37db230: Pull complete [2022-05-09T11:07:52.964Z] ac28cf19c067: Pull complete [2022-05-09T11:07:53.230Z] ca983d60f3e2: Pull complete [2022-05-09T11:07:53.230Z] 9f894cec8388: Pull complete [2022-05-09T11:07:53.230Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-09T11:07:53.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-09T11:07:53.230Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-09T11:07:53.338Z] prd-ubuntu20.04-docker-8c-8g-41800 does not seem to be running inside a container [2022-05-09T11:07:53.382Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-284 -v /w/workspace/foundry_device-virtual-go_PR-284:/w/workspace/foundry_device-virtual-go_PR-284:rw,z -v /w/workspace/foundry_device-virtual-go_PR-284@tmp:/w/workspace/foundry_device-virtual-go_PR-284@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat [2022-05-09T11:07:55.187Z] $ docker top 7b0b62cc5dc21d2e157efcbe8d5a0582b4398f9aab92abd8044d3b14b6abc71d -eo pid,comm [2022-05-09T11:07:55.252Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-09T11:07:55.252Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-09T11:07:55.442Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-09T11:07:55.442Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-09T11:07:55.598Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-09T11:07:55.608Z] $ docker exec 7b0b62cc5dc21d2e157efcbe8d5a0582b4398f9aab92abd8044d3b14b6abc71d ssh-agent [2022-05-09T11:07:55.731Z] SSH_AUTH_SOCK=/tmp/ssh-r52VQZZqn35y/agent.33 [2022-05-09T11:07:55.731Z] SSH_AGENT_PID=39 [2022-05-09T11:07:55.738Z] Running ssh-add (command line suppressed) [2022-05-09T11:07:55.878Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-284@tmp/private_key_7843648648287634354.key (/w/workspace/foundry_device-virtual-go_PR-284@tmp/private_key_7843648648287634354.key) [2022-05-09T11:07:55.889Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-09T11:07:56.233Z] + git tag --points-at HEAD [Pipeline] } [2022-05-09T11:07:56.265Z] $ docker exec --env ******** --env ******** 7b0b62cc5dc21d2e157efcbe8d5a0582b4398f9aab92abd8044d3b14b6abc71d ssh-agent -k [2022-05-09T11:07:56.394Z] unset SSH_AUTH_SOCK; [2022-05-09T11:07:56.395Z] unset SSH_AGENT_PID; [2022-05-09T11:07:56.395Z] echo Agent pid 39 killed; [2022-05-09T11:07:56.404Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-09T11:07:56.492Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-09T11:07:56.492Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-09T11:07:56.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-09T11:07:56.647Z] $ docker exec 7b0b62cc5dc21d2e157efcbe8d5a0582b4398f9aab92abd8044d3b14b6abc71d ssh-agent [2022-05-09T11:07:56.770Z] SSH_AUTH_SOCK=/tmp/ssh-CiQJientnmB8/agent.73 [2022-05-09T11:07:56.770Z] SSH_AGENT_PID=79 [2022-05-09T11:07:56.776Z] Running ssh-add (command line suppressed) [2022-05-09T11:07:56.921Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-284@tmp/private_key_6342764259770994311.key (/w/workspace/foundry_device-virtual-go_PR-284@tmp/private_key_6342764259770994311.key) [2022-05-09T11:07:56.931Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-09T11:07:57.297Z] + git semver init [2022-05-09T11:07:57.557Z] 2022-05-09 11:07:57,519 [run_init] DEBUG init version:0.0.0 force:False [2022-05-09T11:07:57.557Z] 2022-05-09 11:07:57,519 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-284/.semver [2022-05-09T11:07:57.557Z] 2022-05-09 11:07:57,520 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-284/.semver [2022-05-09T11:07:57.557Z] 2022-05-09 11:07:57,520 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-284/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-284, universal_newlines=False, shell=None, istream=None) [2022-05-09T11:07:58.946Z] 2022-05-09 11:07:58,583 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-284/.git/info/exclude [2022-05-09T11:07:58.946Z] 2022-05-09 11:07:58,584 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-284/.semver/PR-284 with force:False [2022-05-09T11:07:58.946Z] 2022-05-09 11:07:58,584 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-284/.semver/PR-284 [2022-05-09T11:07:58.946Z] 2022-05-09 11:07:58,588 [execute] INFO git cat-file --batch-check [2022-05-09T11:07:58.946Z] 2022-05-09 11:07:58,589 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-284/.semver, universal_newlines=False, shell=None, istream=) [2022-05-09T11:07:58.946Z] 2022-05-09 11:07:58,596 [execute] INFO git cat-file --batch [2022-05-09T11:07:58.946Z] 2022-05-09 11:07:58,597 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-284/.semver, universal_newlines=False, shell=None, istream=) [2022-05-09T11:07:58.946Z] 2022-05-09 11:07:58,603 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-284/.semver/PR-284 [2022-05-09T11:07:58.946Z] 0.0.0 [Pipeline] } [2022-05-09T11:07:58.980Z] $ docker exec --env ******** --env ******** 7b0b62cc5dc21d2e157efcbe8d5a0582b4398f9aab92abd8044d3b14b6abc71d ssh-agent -k [2022-05-09T11:07:59.086Z] unset SSH_AUTH_SOCK; [2022-05-09T11:07:59.086Z] unset SSH_AGENT_PID; [2022-05-09T11:07:59.087Z] echo Agent pid 79 killed; [2022-05-09T11:07:59.090Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-09T11:07:59.518Z] + git semver [Pipeline] } [2022-05-09T11:07:59.812Z] $ docker stop --time=1 7b0b62cc5dc21d2e157efcbe8d5a0582b4398f9aab92abd8044d3b14b6abc71d [2022-05-09T11:08:01.118Z] $ docker rm -f 7b0b62cc5dc21d2e157efcbe8d5a0582b4398f9aab92abd8044d3b14b6abc71d [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-09T11:08:01.537Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-09T11:08:01.873Z] Stashed 1 file(s) [Pipeline] echo [2022-05-09T11:08:01.891Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T11:08:02.441Z] provisioning config files... [2022-05-09T11:08:02.453Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-284@tmp/config1133415968482033775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:08:02.828Z] ---> docker-login.sh [2022-05-09T11:08:02.828Z] nexus3.edgexfoundry.org:10001 [2022-05-09T11:08:02.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:08:02.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:08:02.828Z] Configure a credential helper to remove this warning. See [2022-05-09T11:08:02.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:08:02.828Z] [2022-05-09T11:08:02.828Z] Login Succeeded [2022-05-09T11:08:02.828Z] nexus3.edgexfoundry.org:10002 [2022-05-09T11:08:02.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:08:03.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:08:03.092Z] Configure a credential helper to remove this warning. See [2022-05-09T11:08:03.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:08:03.092Z] [2022-05-09T11:08:03.092Z] Login Succeeded [2022-05-09T11:08:03.092Z] nexus3.edgexfoundry.org:10003 [2022-05-09T11:08:03.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:08:03.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:08:03.092Z] Configure a credential helper to remove this warning. See [2022-05-09T11:08:03.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:08:03.092Z] [2022-05-09T11:08:03.092Z] Login Succeeded [2022-05-09T11:08:03.092Z] nexus3.edgexfoundry.org:10004 [2022-05-09T11:08:03.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:08:03.355Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:08:03.355Z] Configure a credential helper to remove this warning. See [2022-05-09T11:08:03.355Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:08:03.355Z] [2022-05-09T11:08:03.355Z] Login Succeeded [2022-05-09T11:08:03.355Z] docker.io [2022-05-09T11:08:03.355Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:08:03.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:08:03.617Z] Configure a credential helper to remove this warning. See [2022-05-09T11:08:03.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:08:03.617Z] [2022-05-09T11:08:03.617Z] Login Succeeded [2022-05-09T11:08:03.617Z] ---> docker-login.sh ends [Pipeline] } [2022-05-09T11:08:03.648Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-09T11:08:03.837Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-09T11:08:03.867Z] ========================================================= [2022-05-09T11:08:03.867Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-09T11:08:03.867Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:08:04.280Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-09T11:08:04.280Z] Sending build context to Docker daemon 22.93MB [2022-05-09T11:08:04.280Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-09T11:08:04.280Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-09T11:08:04.542Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-09T11:08:04.542Z] 59bf1c3509f3: Pulling fs layer [2022-05-09T11:08:04.542Z] 666ba61612fd: Pulling fs layer [2022-05-09T11:08:04.542Z] 8ed8ca486205: Pulling fs layer [2022-05-09T11:08:04.542Z] 4fe6c5a15a65: Pulling fs layer [2022-05-09T11:08:04.542Z] 22a0e8bec74d: Pulling fs layer [2022-05-09T11:08:04.542Z] ca2b28591e48: Pulling fs layer [2022-05-09T11:08:04.542Z] a51346096db8: Pulling fs layer [2022-05-09T11:08:04.542Z] daebc70d1ce1: Pulling fs layer [2022-05-09T11:08:04.542Z] 0e18a0eac166: Pulling fs layer [2022-05-09T11:08:04.542Z] 4fe6c5a15a65: Waiting [2022-05-09T11:08:04.542Z] 22a0e8bec74d: Waiting [2022-05-09T11:08:04.542Z] ca2b28591e48: Waiting [2022-05-09T11:08:04.542Z] a51346096db8: Waiting [2022-05-09T11:08:04.542Z] daebc70d1ce1: Waiting [2022-05-09T11:08:04.542Z] 0e18a0eac166: Waiting [2022-05-09T11:08:04.542Z] 8ed8ca486205: Verifying Checksum [2022-05-09T11:08:04.542Z] 8ed8ca486205: Download complete [2022-05-09T11:08:04.542Z] 666ba61612fd: Download complete [2022-05-09T11:08:04.542Z] 22a0e8bec74d: Download complete [2022-05-09T11:08:04.542Z] ca2b28591e48: Download complete [2022-05-09T11:08:04.542Z] 59bf1c3509f3: Verifying Checksum [2022-05-09T11:08:04.542Z] a51346096db8: Download complete [2022-05-09T11:08:04.542Z] daebc70d1ce1: Verifying Checksum [2022-05-09T11:08:04.542Z] daebc70d1ce1: Download complete [2022-05-09T11:08:04.807Z] 59bf1c3509f3: Pull complete [2022-05-09T11:08:04.807Z] 666ba61612fd: Pull complete [2022-05-09T11:08:05.068Z] 8ed8ca486205: Pull complete [2022-05-09T11:08:05.327Z] 0e18a0eac166: Verifying Checksum [2022-05-09T11:08:05.327Z] 0e18a0eac166: Download complete [2022-05-09T11:08:05.327Z] 4fe6c5a15a65: Verifying Checksum [2022-05-09T11:08:05.327Z] 4fe6c5a15a65: Download complete [2022-05-09T11:08:09.529Z] 4fe6c5a15a65: Pull complete [2022-05-09T11:08:09.529Z] 22a0e8bec74d: Pull complete [2022-05-09T11:08:09.789Z] ca2b28591e48: Pull complete [2022-05-09T11:08:09.789Z] a51346096db8: Pull complete [2022-05-09T11:08:09.789Z] daebc70d1ce1: Pull complete [2022-05-09T11:08:12.333Z] 0e18a0eac166: Pull complete [2022-05-09T11:08:12.334Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-09T11:08:12.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-09T11:08:12.334Z] ---> f018257e8ee9 [2022-05-09T11:08:12.334Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-09T11:08:13.721Z] ---> Running in a6f37aa9dd19 [2022-05-09T11:08:13.984Z] Removing intermediate container a6f37aa9dd19 [2022-05-09T11:08:13.984Z] ---> a4a74d3d3030 [2022-05-09T11:08:13.984Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-09T11:08:13.984Z] ---> Running in 709ade2cccab [2022-05-09T11:08:14.245Z] Removing intermediate container 709ade2cccab [2022-05-09T11:08:14.245Z] ---> c2189120858b [2022-05-09T11:08:14.245Z] Step 5/12 : WORKDIR /device-virtual-go [2022-05-09T11:08:14.245Z] ---> Running in 9ce75d6df807 [2022-05-09T11:08:14.245Z] Removing intermediate container 9ce75d6df807 [2022-05-09T11:08:14.245Z] ---> e9e9898ae2fc [2022-05-09T11:08:14.245Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T11:08:14.508Z] ---> Running in 03101589d0a9 [2022-05-09T11:08:15.080Z] Removing intermediate container 03101589d0a9 [2022-05-09T11:08:15.080Z] ---> 6ff4210b4e09 [2022-05-09T11:08:15.080Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-09T11:08:15.080Z] ---> Running in 40178e6eb28d [2022-05-09T11:08:15.342Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T11:08:16.285Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T11:08:16.285Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-05-09T11:08:16.547Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-05-09T11:08:16.547Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-05-09T11:08:16.809Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-05-09T11:08:16.809Z] Executing busybox-1.34.1-r3.trigger [2022-05-09T11:08:16.809Z] OK: 224 MiB in 56 packages [2022-05-09T11:08:17.268Z] Still waiting to schedule task [2022-05-09T11:08:17.269Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-05-09T11:08:17.380Z] Removing intermediate container 40178e6eb28d [2022-05-09T11:08:17.381Z] ---> 63de0cf102bb [2022-05-09T11:08:17.381Z] Step 8/12 : COPY go.mod vendor* ./ [2022-05-09T11:08:17.381Z] ---> ea816202645c [2022-05-09T11:08:17.381Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T11:08:17.381Z] ---> Running in a7563f84c9e9 [2022-05-09T11:08:32.318Z] Removing intermediate container a7563f84c9e9 [2022-05-09T11:08:32.318Z] ---> 39f035856f5c [2022-05-09T11:08:32.318Z] Step 10/12 : COPY . . [2022-05-09T11:08:32.318Z] ---> 5a0633e5b449 [2022-05-09T11:08:32.318Z] Step 11/12 : ARG MAKE='make build' [2022-05-09T11:08:32.318Z] ---> Running in 60ba2588b137 [2022-05-09T11:08:32.318Z] Removing intermediate container 60ba2588b137 [2022-05-09T11:08:32.318Z] ---> ed62f20f363f [2022-05-09T11:08:32.318Z] Step 12/12 : RUN $MAKE [2022-05-09T11:08:32.318Z] ---> Running in a1cae6de79ad [2022-05-09T11:08:32.578Z] noop [2022-05-09T11:08:32.847Z] Removing intermediate container a1cae6de79ad [2022-05-09T11:08:32.847Z] ---> 9fb75050c866 [2022-05-09T11:08:32.847Z] Successfully built 9fb75050c866 [2022-05-09T11:08:33.109Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:08:33.440Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-09T11:08:33.440Z] . [Pipeline] withDockerContainer [2022-05-09T11:08:33.524Z] prd-ubuntu20.04-docker-8c-8g-41800 does not seem to be running inside a container [2022-05-09T11:08:33.567Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-284 -v /w/workspace/foundry_device-virtual-go_PR-284:/w/workspace/foundry_device-virtual-go_PR-284:rw,z -v /w/workspace/foundry_device-virtual-go_PR-284@tmp:/w/workspace/foundry_device-virtual-go_PR-284@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 [2022-05-09T11:08:33.919Z] $ docker top 9f2187e0ec5f8d21ae22ff3375804aca40cb6aa2b3aaba3a616d512d20f6c7f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T11:08:34.311Z] + go version [2022-05-09T11:08:34.311Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-09T11:08:34.350Z] $ docker stop --time=1 9f2187e0ec5f8d21ae22ff3375804aca40cb6aa2b3aaba3a616d512d20f6c7f0 [2022-05-09T11:08:35.642Z] $ docker rm -f 9f2187e0ec5f8d21ae22ff3375804aca40cb6aa2b3aaba3a616d512d20f6c7f0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:08:36.338Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-09T11:08:36.338Z] . [Pipeline] withDockerContainer [2022-05-09T11:08:36.437Z] prd-ubuntu20.04-docker-8c-8g-41800 does not seem to be running inside a container [2022-05-09T11:08:36.477Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-284 -v /w/workspace/foundry_device-virtual-go_PR-284:/w/workspace/foundry_device-virtual-go_PR-284:rw,z -v /w/workspace/foundry_device-virtual-go_PR-284@tmp:/w/workspace/foundry_device-virtual-go_PR-284@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 [2022-05-09T11:08:36.856Z] $ docker top c6328152d457c91a71e89c33eb5dd3f95df35c61a974338e9cf9da3819f3f70a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-09T11:08:37.371Z] + make test [2022-05-09T11:08:37.371Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-05-09T11:08:37.634Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-05-09T11:08:47.641Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-05-09T11:08:47.641Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.040s coverage: 65.7% of statements [2022-05-09T11:08:52.921Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-09T11:08:57.122Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-09T11:08:57.122Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-09T11:08:57.122Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-09T11:08:57.722Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-09T11:08:57.757Z] $ docker stop --time=1 c6328152d457c91a71e89c33eb5dd3f95df35c61a974338e9cf9da3819f3f70a [2022-05-09T11:08:59.571Z] $ docker rm -f c6328152d457c91a71e89c33eb5dd3f95df35c61a974338e9cf9da3819f3f70a [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-09T11:09:00.067Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-09T11:09:00.146Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-09T11:09:01.147Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-09T11:09:01.464Z] + ls -al . [2022-05-09T11:09:01.464Z] total 184 [2022-05-09T11:09:01.464Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 11:08 . [2022-05-09T11:09:01.464Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 11:09 .. [2022-05-09T11:09:01.464Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 11:07 .git [2022-05-09T11:09:01.464Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 11:07 .github [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 270 May 9 11:07 .gitignore [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 41 May 9 11:07 .golangci.yml [2022-05-09T11:09:01.464Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 11:07 .semver [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 7893 May 9 11:07 Attribution.txt [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 6349 May 9 11:07 CHANGELOG.md [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 1974 May 9 11:07 Dockerfile [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 677 May 9 11:07 GOVERNANCE.md [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 660 May 9 11:07 Jenkinsfile [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 11:07 LICENSE [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 2248 May 9 11:07 Makefile [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 623 May 9 11:07 OWNERS.md [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 2914 May 9 11:07 README.md [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 5 May 9 11:08 VERSION [2022-05-09T11:09:01.464Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 11:07 bin [2022-05-09T11:09:01.464Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 11:07 cmd [2022-05-09T11:09:01.464Z] -rw-r--r-- 1 jenkins jenkins 44128 May 9 11:08 coverage.out [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 3185 May 9 11:07 go.mod [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 35216 May 9 11:07 go.sum [2022-05-09T11:09:01.464Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 11:07 internal [2022-05-09T11:09:01.464Z] -rw-rw-r-- 1 jenkins jenkins 235 May 9 11:07 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:09:01.796Z] + 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=995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec --label arch=amd64 --label version=0.0.0 . [2022-05-09T11:09:01.796Z] Sending build context to Docker daemon 22.97MB [2022-05-09T11:09:01.796Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-05-09T11:09:01.796Z] Step 2/26 : FROM ${BASE} AS builder [2022-05-09T11:09:01.796Z] ---> 9fb75050c866 [2022-05-09T11:09:01.796Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-09T11:09:02.059Z] ---> Running in ecc08516f58e [2022-05-09T11:09:02.059Z] Removing intermediate container ecc08516f58e [2022-05-09T11:09:02.059Z] ---> f3416ea18fca [2022-05-09T11:09:02.059Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-05-09T11:09:02.059Z] ---> Running in a8dc3df60503 [2022-05-09T11:09:02.320Z] Removing intermediate container a8dc3df60503 [2022-05-09T11:09:02.320Z] ---> 1153335d9a94 [2022-05-09T11:09:02.320Z] Step 5/26 : WORKDIR /device-virtual-go [2022-05-09T11:09:02.320Z] ---> Running in 68b0161bc33a [2022-05-09T11:09:02.320Z] Removing intermediate container 68b0161bc33a [2022-05-09T11:09:02.320Z] ---> 4194e89e6842 [2022-05-09T11:09:02.320Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T11:09:02.580Z] ---> Running in e56f7239278b [2022-05-09T11:09:03.148Z] Removing intermediate container e56f7239278b [2022-05-09T11:09:03.148Z] ---> 8d05d648da64 [2022-05-09T11:09:03.148Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-09T11:09:03.148Z] ---> Running in 2f7ffe987ebc [2022-05-09T11:09:03.408Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-09T11:09:04.348Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-09T11:09:04.610Z] OK: 224 MiB in 56 packages [2022-05-09T11:09:04.870Z] Removing intermediate container 2f7ffe987ebc [2022-05-09T11:09:04.870Z] ---> 334fcea0145a [2022-05-09T11:09:04.870Z] Step 8/26 : COPY go.mod vendor* ./ [2022-05-09T11:09:05.130Z] ---> c9088c152787 [2022-05-09T11:09:05.130Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T11:09:05.130Z] ---> Running in d4e914a6b17f [2022-05-09T11:09:05.699Z] Removing intermediate container d4e914a6b17f [2022-05-09T11:09:05.699Z] ---> 0b5399e9efba [2022-05-09T11:09:05.699Z] Step 10/26 : COPY . . [2022-05-09T11:09:06.269Z] ---> ab9814c66ad2 [2022-05-09T11:09:06.269Z] Step 11/26 : ARG MAKE='make build' [2022-05-09T11:09:06.269Z] ---> Running in fdc6fc1dd34d [2022-05-09T11:09:06.269Z] Removing intermediate container fdc6fc1dd34d [2022-05-09T11:09:06.269Z] ---> 41bab2946633 [2022-05-09T11:09:06.269Z] Step 12/26 : RUN $MAKE [2022-05-09T11:09:06.269Z] ---> Running in 2c338959f352 [2022-05-09T11:09:06.529Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2022-05-09T11:09:28.525Z] Removing intermediate container 2c338959f352 [2022-05-09T11:09:28.525Z] ---> 5149acf6a01a [2022-05-09T11:09:28.525Z] Step 13/26 : FROM alpine:3.14 [2022-05-09T11:09:28.525Z] 3.14: Pulling from library/alpine [2022-05-09T11:09:28.525Z] 8663204ce13b: Pulling fs layer [2022-05-09T11:09:28.525Z] 8663204ce13b: Verifying Checksum [2022-05-09T11:09:28.525Z] 8663204ce13b: Download complete [2022-05-09T11:09:28.525Z] 8663204ce13b: Pull complete [2022-05-09T11:09:28.525Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-09T11:09:28.525Z] Status: Downloaded newer image for alpine:3.14 [2022-05-09T11:09:28.525Z] ---> e04c818066af [2022-05-09T11:09:28.525Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-05-09T11:09:28.525Z] ---> Running in fe8e5820a201 [2022-05-09T11:09:28.525Z] Removing intermediate container fe8e5820a201 [2022-05-09T11:09:28.525Z] ---> 24d9e397a6ce [2022-05-09T11:09:28.525Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T11:09:28.525Z] ---> Running in 540cc25ede49 [2022-05-09T11:09:28.525Z] Removing intermediate container 540cc25ede49 [2022-05-09T11:09:28.525Z] ---> d37c72840523 [2022-05-09T11:09:28.525Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-09T11:09:28.525Z] ---> Running in 9d5f55234a1f [2022-05-09T11:09:28.525Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-05-09T11:09:28.525Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-05-09T11:09:28.785Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-09T11:09:29.046Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-09T11:09:29.046Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-09T11:09:29.046Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-09T11:09:29.306Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-09T11:09:29.306Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-09T11:09:29.306Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T11:09:29.306Z] OK: 8 MiB in 20 packages [2022-05-09T11:09:29.874Z] Removing intermediate container 9d5f55234a1f [2022-05-09T11:09:29.874Z] ---> 1d1b25f537b1 [2022-05-09T11:09:29.874Z] Step 17/26 : WORKDIR / [2022-05-09T11:09:29.874Z] ---> Running in 60976c409004 [2022-05-09T11:09:29.874Z] Removing intermediate container 60976c409004 [2022-05-09T11:09:29.874Z] ---> 65b3db80c4b8 [2022-05-09T11:09:29.874Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-05-09T11:09:30.133Z] ---> 1a20f3473993 [2022-05-09T11:09:30.133Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2022-05-09T11:09:30.133Z] ---> 66be6dd798eb [2022-05-09T11:09:30.133Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2022-05-09T11:09:30.703Z] ---> 2537fbe56bf7 [2022-05-09T11:09:30.703Z] Step 21/26 : EXPOSE 59900 [2022-05-09T11:09:30.962Z] ---> Running in 8aef5fdd232c [2022-05-09T11:09:30.962Z] Removing intermediate container 8aef5fdd232c [2022-05-09T11:09:30.962Z] ---> 3a44034aebf0 [2022-05-09T11:09:30.962Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2022-05-09T11:09:30.962Z] ---> Running in cd7d3eeaee48 [2022-05-09T11:09:30.962Z] Removing intermediate container cd7d3eeaee48 [2022-05-09T11:09:30.962Z] ---> 37b8da6f0f12 [2022-05-09T11:09:30.962Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T11:09:30.962Z] ---> Running in e41496958c64 [2022-05-09T11:09:31.224Z] Removing intermediate container e41496958c64 [2022-05-09T11:09:31.224Z] ---> fc3324fe7429 [2022-05-09T11:09:31.224Z] Step 24/26 : LABEL arch=amd64 [2022-05-09T11:09:31.224Z] ---> Running in dd74c4dcb1a6 [2022-05-09T11:09:31.224Z] Removing intermediate container dd74c4dcb1a6 [2022-05-09T11:09:31.224Z] ---> b1befefd999f [2022-05-09T11:09:31.224Z] Step 25/26 : LABEL git_sha=995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [2022-05-09T11:09:31.224Z] ---> Running in 237f60f3a4d5 [2022-05-09T11:09:31.490Z] Removing intermediate container 237f60f3a4d5 [2022-05-09T11:09:31.490Z] ---> b684949c67b5 [2022-05-09T11:09:31.490Z] Step 26/26 : LABEL version=0.0.0 [2022-05-09T11:09:31.490Z] ---> Running in 68a488dc1327 [2022-05-09T11:09:31.490Z] Removing intermediate container 68a488dc1327 [2022-05-09T11:09:31.490Z] ---> 1e96439cd00a [2022-05-09T11:09:31.490Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-09T11:09:31.490Z] Successfully built 1e96439cd00a [2022-05-09T11:09:31.490Z] 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 [2022-05-09T11:09:32.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T11:09:32.205Z] [2022-05-09T11:09:32.205Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:09:32.545Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T11:09:32.545Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-09T11:09:32.545Z] 5eb5b503b376: Pulling fs layer [2022-05-09T11:09:32.546Z] 5c69ac0246d0: Pulling fs layer [2022-05-09T11:09:32.546Z] ec43610c2a17: Pulling fs layer [2022-05-09T11:09:32.546Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-09T11:09:32.546Z] 33b1e0a273af: Pulling fs layer [2022-05-09T11:09:32.546Z] 5d3b04190fa2: Pulling fs layer [2022-05-09T11:09:32.546Z] 2f39f015ded8: Pulling fs layer [2022-05-09T11:09:32.546Z] 33b1e0a273af: Waiting [2022-05-09T11:09:32.546Z] 3a2ae6a8a46f: Waiting [2022-05-09T11:09:32.546Z] 2f39f015ded8: Waiting [2022-05-09T11:09:32.546Z] 5d3b04190fa2: Waiting [2022-05-09T11:09:32.546Z] 5c69ac0246d0: Verifying Checksum [2022-05-09T11:09:32.546Z] 5c69ac0246d0: Download complete [2022-05-09T11:09:32.546Z] 3a2ae6a8a46f: Verifying Checksum [2022-05-09T11:09:32.546Z] 3a2ae6a8a46f: Download complete [2022-05-09T11:09:32.546Z] 33b1e0a273af: Verifying Checksum [2022-05-09T11:09:32.546Z] 33b1e0a273af: Download complete [2022-05-09T11:09:32.546Z] 5d3b04190fa2: Verifying Checksum [2022-05-09T11:09:32.546Z] 5d3b04190fa2: Download complete [2022-05-09T11:09:32.807Z] ec43610c2a17: Verifying Checksum [2022-05-09T11:09:32.807Z] ec43610c2a17: Download complete [2022-05-09T11:09:32.807Z] 5eb5b503b376: Verifying Checksum [2022-05-09T11:09:32.807Z] 5eb5b503b376: Download complete [2022-05-09T11:09:33.375Z] 2f39f015ded8: Download complete [2022-05-09T11:09:33.942Z] 5eb5b503b376: Pull complete [2022-05-09T11:09:34.202Z] 5c69ac0246d0: Pull complete [2022-05-09T11:09:34.464Z] ec43610c2a17: Pull complete [2022-05-09T11:09:34.723Z] 3a2ae6a8a46f: Pull complete [2022-05-09T11:09:34.723Z] 33b1e0a273af: Pull complete [2022-05-09T11:09:34.983Z] 5d3b04190fa2: Pull complete [2022-05-09T11:09:39.171Z] 2f39f015ded8: Pull complete [2022-05-09T11:09:39.171Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-09T11:09:39.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T11:09:39.171Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-09T11:09:39.318Z] prd-ubuntu20.04-docker-8c-8g-41800 does not seem to be running inside a container [2022-05-09T11:09:39.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-284 -v /w/workspace/foundry_device-virtual-go_PR-284:/w/workspace/foundry_device-virtual-go_PR-284:rw,z -v /w/workspace/foundry_device-virtual-go_PR-284@tmp:/w/workspace/foundry_device-virtual-go_PR-284@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 [2022-05-09T11:09:41.471Z] $ docker top e44c067fa64e3d76c908e8e63c61cbf6bfaf1b62b36102b5f58f296f1a4ac994 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:09:41.921Z] ---> job-cost.sh [2022-05-09T11:09:41.921Z] lf-activate-venv: SKIPPING [2022-05-09T11:09:41.921Z] INFO: No Stack... [2022-05-09T11:09:42.490Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-09T11:09:42.750Z] INFO: Archiving Costs [Pipeline] sh [2022-05-09T11:09:43.071Z] + cat /w/workspace/foundry_device-virtual-go_PR-284/archives/cost.csv [2022-05-09T11:09:43.071Z] + cut -d, -f6 [Pipeline] lock [2022-05-09T11:09:43.113Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-284-1-stack-cost] [2022-05-09T11:09:43.118Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-284-1-stack-cost] did not exist. Created. [2022-05-09T11:09:43.118Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-284-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-09T11:09:43.514Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-09T11:09:43.564Z] Stashed 1 file(s) [Pipeline] } [2022-05-09T11:09:43.596Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-284-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-09T11:09:43.680Z] $ docker stop --time=1 e44c067fa64e3d76c908e8e63c61cbf6bfaf1b62b36102b5f58f296f1a4ac994 [2022-05-09T11:09:44.837Z] $ docker rm -f e44c067fa64e3d76c908e8e63c61cbf6bfaf1b62b36102b5f58f296f1a4ac994 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-09T11:09:58.616Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-41801 in /w/workspace/foundry_device-virtual-go_PR-284 [Pipeline] { [Pipeline] ws [2022-05-09T11:09:58.654Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2022-05-09T11:09:59.041Z] The recommended git tool is: git [2022-05-09T11:10:05.468Z] using credential edgex-jenkins-ssh [2022-05-09T11:10:05.485Z] Cloning the remote Git repository [2022-05-09T11:10:05.553Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2022-05-09T11:10:05.626Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2022-05-09T11:10:05.710Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2022-05-09T11:10:05.711Z] > git --version # timeout=10 [2022-05-09T11:10:05.730Z] > git --version # 'git version 2.25.1' [2022-05-09T11:10:05.733Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T11:10:05.875Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-09T11:10:07.779Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2022-05-09T11:10:07.809Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-09T11:10:07.843Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2022-05-09T11:10:07.875Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2022-05-09T11:10:07.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T11:10:07.891Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/284/head:refs/remotes/origin/PR-284 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-05-09T11:10:08.433Z] Merging remotes/origin/main commit 099b8ea86ae346ef1d450a8d185b2283d3122d98 into PR head commit 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [2022-05-09T11:10:08.641Z] Merge succeeded, producing 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [2022-05-09T11:10:08.641Z] Checking out Revision 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec (PR-284) [2022-05-09T11:10:08.458Z] > git config core.sparsecheckout # timeout=10 [2022-05-09T11:10:08.473Z] > git checkout -f 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec # timeout=10 [2022-05-09T11:10:08.553Z] > git remote # timeout=10 [2022-05-09T11:10:08.576Z] > git config --get remote.origin.url # timeout=10 [2022-05-09T11:10:08.593Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-09T11:10:08.604Z] > git merge 099b8ea86ae346ef1d450a8d185b2283d3122d98 # timeout=10 [2022-05-09T11:10:08.627Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-05-09T11:10:08.653Z] > git config core.sparsecheckout # timeout=10 [2022-05-09T11:10:08.677Z] > git checkout -f 995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec # timeout=10 [2022-05-09T11:10:12.800Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2022-05-09T11:10:12.862Z] > git --version # timeout=10 [2022-05-09T11:10:12.874Z] > git --version # 'git version 2.25.1' [2022-05-09T11:10:12.888Z] fatal: bad object 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-09T11:10:14.066Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-09T11:10:14.066Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-09T11:10:14.066Z] Dload Upload Total Spent Left Speed [2022-05-09T11:10:14.067Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 65 11843 65 7747 0 0 62475 0 --:--:-- --:--:-- --:--:-- 62475 100 11843 100 11843 0 0 94744 0 --:--:-- --:--:-- --:--:-- 93992 [Pipeline] sh [2022-05-09T11:10:14.633Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-09T11:10:14.992Z] + sudo tee /etc/docker/daemon.new [2022-05-09T11:10:14.992Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-09T11:10:14.992Z] { [2022-05-09T11:10:14.992Z] "registry-mirrors": [ [2022-05-09T11:10:14.992Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-09T11:10:14.992Z] ], [2022-05-09T11:10:14.992Z] "bip": "10.250.0.254/24", [2022-05-09T11:10:14.992Z] "hosts": [ [2022-05-09T11:10:14.992Z] "tcp://0.0.0.0:5555", [2022-05-09T11:10:14.992Z] "unix:///var/run/docker.sock" [2022-05-09T11:10:14.992Z] ], [2022-05-09T11:10:14.992Z] "mtu": 1458, [2022-05-09T11:10:14.992Z] "selinux-enabled": true, [2022-05-09T11:10:14.992Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-09T11:10:14.992Z] } [Pipeline] sh [2022-05-09T11:10:15.346Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-09T11:10:15.769Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T11:10:34.157Z] provisioning config files... [2022-05-09T11:10:34.186Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config473365294008746166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:10:34.761Z] ---> docker-login.sh [2022-05-09T11:10:34.761Z] nexus3.edgexfoundry.org:10001 [2022-05-09T11:10:35.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:10:35.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:10:35.632Z] Configure a credential helper to remove this warning. See [2022-05-09T11:10:35.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:10:35.632Z] [2022-05-09T11:10:35.632Z] Login Succeeded [2022-05-09T11:10:35.632Z] nexus3.edgexfoundry.org:10002 [2022-05-09T11:10:35.910Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:10:36.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:10:36.184Z] Configure a credential helper to remove this warning. See [2022-05-09T11:10:36.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:10:36.184Z] [2022-05-09T11:10:36.184Z] Login Succeeded [2022-05-09T11:10:36.184Z] nexus3.edgexfoundry.org:10003 [2022-05-09T11:10:36.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:10:36.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:10:36.465Z] Configure a credential helper to remove this warning. See [2022-05-09T11:10:36.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:10:36.465Z] [2022-05-09T11:10:36.465Z] Login Succeeded [2022-05-09T11:10:36.465Z] nexus3.edgexfoundry.org:10004 [2022-05-09T11:10:36.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:10:37.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:10:37.015Z] Configure a credential helper to remove this warning. See [2022-05-09T11:10:37.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:10:37.015Z] [2022-05-09T11:10:37.015Z] Login Succeeded [2022-05-09T11:10:37.015Z] docker.io [2022-05-09T11:10:37.289Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-09T11:10:37.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-09T11:10:37.560Z] Configure a credential helper to remove this warning. See [2022-05-09T11:10:37.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-09T11:10:37.560Z] [2022-05-09T11:10:37.560Z] Login Succeeded [2022-05-09T11:10:37.560Z] ---> docker-login.sh ends [Pipeline] } [2022-05-09T11:10:37.588Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-09T11:10:37.964Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-09T11:10:37.994Z] ========================================================= [2022-05-09T11:10:37.994Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-09T11:10:37.994Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:10:38.429Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-09T11:10:38.702Z] Sending build context to Docker daemon 11.59MB [2022-05-09T11:10:38.702Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-05-09T11:10:38.702Z] Step 2/12 : FROM ${BASE} AS builder [2022-05-09T11:10:38.981Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-09T11:10:38.981Z] 9b3977197b4f: Pulling fs layer [2022-05-09T11:10:38.981Z] 1a89e8eeedd5: Pulling fs layer [2022-05-09T11:10:38.981Z] 94645a83ff95: Pulling fs layer [2022-05-09T11:10:38.981Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-09T11:10:38.981Z] 0c92f367c5e7: Pulling fs layer [2022-05-09T11:10:38.981Z] 3096ccb668a1: Pulling fs layer [2022-05-09T11:10:38.981Z] e8cf19c19ddd: Pulling fs layer [2022-05-09T11:10:38.981Z] a4caa8a26152: Pulling fs layer [2022-05-09T11:10:38.981Z] 3096ccb668a1: Waiting [2022-05-09T11:10:38.981Z] e8cf19c19ddd: Waiting [2022-05-09T11:10:38.981Z] 3f3a8bcf1eab: Waiting [2022-05-09T11:10:38.981Z] a4caa8a26152: Waiting [2022-05-09T11:10:38.981Z] 0c92f367c5e7: Waiting [2022-05-09T11:10:38.981Z] 94645a83ff95: Verifying Checksum [2022-05-09T11:10:38.981Z] 94645a83ff95: Download complete [2022-05-09T11:10:38.981Z] 1a89e8eeedd5: Verifying Checksum [2022-05-09T11:10:38.981Z] 1a89e8eeedd5: Download complete [2022-05-09T11:10:38.981Z] 0c92f367c5e7: Download complete [2022-05-09T11:10:38.981Z] 3096ccb668a1: Verifying Checksum [2022-05-09T11:10:38.981Z] 3096ccb668a1: Download complete [2022-05-09T11:10:38.981Z] 9b3977197b4f: Verifying Checksum [2022-05-09T11:10:38.981Z] 9b3977197b4f: Download complete [2022-05-09T11:10:38.981Z] e8cf19c19ddd: Verifying Checksum [2022-05-09T11:10:38.981Z] e8cf19c19ddd: Download complete [2022-05-09T11:10:39.600Z] 9b3977197b4f: Pull complete [2022-05-09T11:10:40.199Z] 1a89e8eeedd5: Pull complete [2022-05-09T11:10:40.473Z] 94645a83ff95: Pull complete [2022-05-09T11:10:41.064Z] a4caa8a26152: Verifying Checksum [2022-05-09T11:10:41.661Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-09T11:10:41.661Z] 3f3a8bcf1eab: Download complete [2022-05-09T11:10:54.079Z] 3f3a8bcf1eab: Pull complete [2022-05-09T11:10:54.079Z] 0c92f367c5e7: Pull complete [2022-05-09T11:10:54.079Z] 3096ccb668a1: Pull complete [2022-05-09T11:10:54.079Z] e8cf19c19ddd: Pull complete [2022-05-09T11:10:59.513Z] a4caa8a26152: Pull complete [2022-05-09T11:10:59.513Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-09T11:10:59.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-09T11:10:59.513Z] ---> 725f1c02e7f9 [2022-05-09T11:10:59.513Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-09T11:11:01.513Z] ---> Running in 4fd74504569b [2022-05-09T11:11:01.513Z] Removing intermediate container 4fd74504569b [2022-05-09T11:11:01.513Z] ---> b204d13a3213 [2022-05-09T11:11:01.513Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-05-09T11:11:01.513Z] ---> Running in d8fb79baa706 [2022-05-09T11:11:01.786Z] Removing intermediate container d8fb79baa706 [2022-05-09T11:11:01.786Z] ---> a7f9053a2ce4 [2022-05-09T11:11:01.786Z] Step 5/12 : WORKDIR /device-virtual-go [2022-05-09T11:11:01.786Z] ---> Running in 783dad76f71a [2022-05-09T11:11:02.063Z] Removing intermediate container 783dad76f71a [2022-05-09T11:11:02.063Z] ---> e9b8a4c2bf61 [2022-05-09T11:11:02.063Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T11:11:02.334Z] ---> Running in 78b32c4535e9 [2022-05-09T11:11:04.321Z] Removing intermediate container 78b32c4535e9 [2022-05-09T11:11:04.321Z] ---> 1a3fe24a059c [2022-05-09T11:11:04.321Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-09T11:11:04.321Z] ---> Running in 6cfccacfb5ba [2022-05-09T11:11:04.923Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T11:11:05.934Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T11:11:06.921Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-05-09T11:11:06.922Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-05-09T11:11:06.922Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-05-09T11:11:07.201Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-05-09T11:11:07.201Z] Executing busybox-1.34.1-r3.trigger [2022-05-09T11:11:07.201Z] OK: 224 MiB in 56 packages [2022-05-09T11:11:08.200Z] Removing intermediate container 6cfccacfb5ba [2022-05-09T11:11:08.200Z] ---> 96972ca6ae9e [2022-05-09T11:11:08.200Z] Step 8/12 : COPY go.mod vendor* ./ [2022-05-09T11:11:08.810Z] ---> 45a4aaeb185a [2022-05-09T11:11:08.811Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T11:11:08.811Z] ---> Running in e89429036d8d [2022-05-09T11:11:55.796Z] Removing intermediate container e89429036d8d [2022-05-09T11:11:55.796Z] ---> 1afac5d8bfd1 [2022-05-09T11:11:55.796Z] Step 10/12 : COPY . . [2022-05-09T11:11:55.796Z] ---> 93d63b8c9c3f [2022-05-09T11:11:55.796Z] Step 11/12 : ARG MAKE='make build' [2022-05-09T11:11:55.796Z] ---> Running in 3bd9ef0a8cdb [2022-05-09T11:11:55.796Z] Removing intermediate container 3bd9ef0a8cdb [2022-05-09T11:11:55.796Z] ---> c5c1cf38ece8 [2022-05-09T11:11:55.796Z] Step 12/12 : RUN $MAKE [2022-05-09T11:11:55.796Z] ---> Running in ab31f3e4ca25 [2022-05-09T11:11:55.796Z] noop [2022-05-09T11:11:55.796Z] Removing intermediate container ab31f3e4ca25 [2022-05-09T11:11:55.796Z] ---> e0ce74595a07 [2022-05-09T11:11:55.796Z] Successfully built e0ce74595a07 [2022-05-09T11:11:55.796Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:11:56.180Z] + docker inspect -f . ci-base-image-arm64 [2022-05-09T11:11:56.180Z] . [Pipeline] withDockerContainer [2022-05-09T11:11:56.439Z] prd-ubuntu20.04-docker-arm64-4c-16g-41801 does not seem to be running inside a container [2022-05-09T11:11:56.527Z] $ 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 [2022-05-09T11:11:57.753Z] $ docker top 427859bf843e0210658031d02cac404605206721b1a6eb718c5836a57836e42b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T11:11:58.682Z] + go version [2022-05-09T11:11:58.683Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-09T11:11:58.729Z] $ docker stop --time=1 427859bf843e0210658031d02cac404605206721b1a6eb718c5836a57836e42b [2022-05-09T11:12:00.347Z] $ docker rm -f 427859bf843e0210658031d02cac404605206721b1a6eb718c5836a57836e42b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:12:01.168Z] + docker inspect -f . ci-base-image-arm64 [2022-05-09T11:12:01.169Z] . [Pipeline] withDockerContainer [2022-05-09T11:12:01.397Z] prd-ubuntu20.04-docker-arm64-4c-16g-41801 does not seem to be running inside a container [2022-05-09T11:12:01.487Z] $ 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 [2022-05-09T11:12:02.705Z] $ docker top 3eb9ddef9c289e3bdb548b0bb34852952a82fc10cd4435c99578dda1eb0737b3 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-09T11:12:03.685Z] + make test [2022-05-09T11:12:03.685Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-05-09T11:12:05.126Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-05-09T11:13:26.955Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-05-09T11:13:26.955Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.132s coverage: 65.7% of statements [2022-05-09T11:13:26.955Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-05-09T11:13:26.955Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-05-09T11:13:49.164Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-09T11:13:49.164Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-05-09T11:13:49.164Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-05-09T11:13:49.475Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-09T11:13:49.517Z] $ docker stop --time=1 3eb9ddef9c289e3bdb548b0bb34852952a82fc10cd4435c99578dda1eb0737b3 [2022-05-09T11:13:51.292Z] $ docker rm -f 3eb9ddef9c289e3bdb548b0bb34852952a82fc10cd4435c99578dda1eb0737b3 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-09T11:13:52.299Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-09T11:13:52.333Z] Warning: overwriting stash ‘coverage-report’ [2022-05-09T11:13:52.811Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-09T11:13:53.395Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-09T11:13:53.755Z] + ls -al . [2022-05-09T11:13:53.755Z] total 180 [2022-05-09T11:13:53.755Z] drwxrwxr-x 7 jenkins jenkins 4096 May 9 11:13 . [2022-05-09T11:13:53.755Z] drwxrwxr-x 4 jenkins jenkins 4096 May 9 11:10 .. [2022-05-09T11:13:53.755Z] drwxrwxr-x 8 jenkins jenkins 4096 May 9 11:10 .git [2022-05-09T11:13:53.755Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 11:10 .github [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 270 May 9 11:10 .gitignore [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 41 May 9 11:10 .golangci.yml [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 7893 May 9 11:10 Attribution.txt [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 6349 May 9 11:10 CHANGELOG.md [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 1974 May 9 11:10 Dockerfile [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 677 May 9 11:10 GOVERNANCE.md [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 660 May 9 11:10 Jenkinsfile [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 11340 May 9 11:10 LICENSE [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 2248 May 9 11:10 Makefile [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 623 May 9 11:10 OWNERS.md [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 2914 May 9 11:10 README.md [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 5 May 9 11:08 VERSION [2022-05-09T11:13:53.755Z] drwxrwxr-x 2 jenkins jenkins 4096 May 9 11:10 bin [2022-05-09T11:13:53.755Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 11:10 cmd [2022-05-09T11:13:53.755Z] -rw-r--r-- 1 jenkins jenkins 44128 May 9 11:13 coverage.out [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 3185 May 9 11:10 go.mod [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 35216 May 9 11:10 go.sum [2022-05-09T11:13:53.755Z] drwxrwxr-x 3 jenkins jenkins 4096 May 9 11:10 internal [2022-05-09T11:13:53.755Z] -rw-rw-r-- 1 jenkins jenkins 235 May 9 11:10 version.go [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:13:54.123Z] + 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=995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec --label arch=arm64 --label version=0.0.0 . [2022-05-09T11:13:54.397Z] Sending build context to Docker daemon 11.64MB [2022-05-09T11:13:54.670Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-05-09T11:13:54.670Z] Step 2/26 : FROM ${BASE} AS builder [2022-05-09T11:13:54.670Z] ---> e0ce74595a07 [2022-05-09T11:13:54.670Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-05-09T11:13:54.670Z] ---> Running in 2d7e3c03c866 [2022-05-09T11:13:54.944Z] Removing intermediate container 2d7e3c03c866 [2022-05-09T11:13:54.944Z] ---> b20debe347ce [2022-05-09T11:13:54.944Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-05-09T11:13:54.944Z] ---> Running in edc03c6ed30b [2022-05-09T11:13:55.228Z] Removing intermediate container edc03c6ed30b [2022-05-09T11:13:55.228Z] ---> 225825fd14b1 [2022-05-09T11:13:55.228Z] Step 5/26 : WORKDIR /device-virtual-go [2022-05-09T11:13:55.503Z] ---> Running in ff80e5e4fc8e [2022-05-09T11:13:55.776Z] Removing intermediate container ff80e5e4fc8e [2022-05-09T11:13:55.776Z] ---> 277a15c47105 [2022-05-09T11:13:55.776Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T11:13:55.776Z] ---> Running in 0aa3bf3874ac [2022-05-09T11:13:57.771Z] Removing intermediate container 0aa3bf3874ac [2022-05-09T11:13:57.771Z] ---> 40a287cffbf9 [2022-05-09T11:13:57.771Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-09T11:13:57.771Z] ---> Running in 21649d2c5014 [2022-05-09T11:13:58.750Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-09T11:13:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-09T11:14:00.329Z] OK: 224 MiB in 56 packages [2022-05-09T11:14:00.929Z] Removing intermediate container 21649d2c5014 [2022-05-09T11:14:00.929Z] ---> c6578d089a7e [2022-05-09T11:14:00.929Z] Step 8/26 : COPY go.mod vendor* ./ [2022-05-09T11:14:01.531Z] ---> b6c0455a700b [2022-05-09T11:14:01.531Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-09T11:14:01.531Z] ---> Running in 1f68b9776878 [2022-05-09T11:14:03.511Z] Removing intermediate container 1f68b9776878 [2022-05-09T11:14:03.511Z] ---> 65ea54281ae4 [2022-05-09T11:14:03.511Z] Step 10/26 : COPY . . [2022-05-09T11:14:04.947Z] ---> df355136bcfa [2022-05-09T11:14:04.947Z] Step 11/26 : ARG MAKE='make build' [2022-05-09T11:14:04.947Z] ---> Running in bf40959acb15 [2022-05-09T11:14:04.947Z] Removing intermediate container bf40959acb15 [2022-05-09T11:14:04.947Z] ---> 1370d733d45e [2022-05-09T11:14:04.947Z] Step 12/26 : RUN $MAKE [2022-05-09T11:14:04.947Z] ---> Running in 189bbfebe28b [2022-05-09T11:14:05.938Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2022-05-09T11:16:12.808Z] Removing intermediate container 189bbfebe28b [2022-05-09T11:16:12.809Z] ---> d3469512de0e [2022-05-09T11:16:12.809Z] Step 13/26 : FROM alpine:3.14 [2022-05-09T11:16:12.809Z] 3.14: Pulling from library/alpine [2022-05-09T11:16:12.809Z] 455c02918c45: Pulling fs layer [2022-05-09T11:16:12.809Z] 455c02918c45: Verifying Checksum [2022-05-09T11:16:12.809Z] 455c02918c45: Download complete [2022-05-09T11:16:12.809Z] 455c02918c45: Pull complete [2022-05-09T11:16:12.809Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-09T11:16:12.809Z] Status: Downloaded newer image for alpine:3.14 [2022-05-09T11:16:12.809Z] ---> ac73e934f311 [2022-05-09T11:16:12.809Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-05-09T11:16:12.809Z] ---> Running in f94133469b2c [2022-05-09T11:16:12.809Z] Removing intermediate container f94133469b2c [2022-05-09T11:16:12.809Z] ---> f4a7d8d53bb8 [2022-05-09T11:16:12.809Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-09T11:16:12.809Z] ---> Running in fd83e72700ae [2022-05-09T11:16:12.809Z] Removing intermediate container fd83e72700ae [2022-05-09T11:16:12.809Z] ---> 155dbadc9edc [2022-05-09T11:16:12.809Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-05-09T11:16:12.809Z] ---> Running in 897cb0a2228c [2022-05-09T11:16:12.809Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-05-09T11:16:12.809Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-05-09T11:16:12.809Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-05-09T11:16:12.809Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-05-09T11:16:12.809Z] (3/6) Installing libsodium (1.0.18-r0) [2022-05-09T11:16:12.809Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-05-09T11:16:12.809Z] (5/6) Installing libzmq (4.3.4-r0) [2022-05-09T11:16:12.809Z] (6/6) Installing zeromq (4.3.4-r0) [2022-05-09T11:16:12.809Z] Executing busybox-1.33.1-r7.trigger [2022-05-09T11:16:12.809Z] OK: 8 MiB in 20 packages [2022-05-09T11:16:12.809Z] Removing intermediate container 897cb0a2228c [2022-05-09T11:16:12.809Z] ---> 6cbe135ae0cd [2022-05-09T11:16:12.809Z] Step 17/26 : WORKDIR / [2022-05-09T11:16:12.809Z] ---> Running in 246680c283a0 [2022-05-09T11:16:12.809Z] Removing intermediate container 246680c283a0 [2022-05-09T11:16:12.809Z] ---> de6e73411121 [2022-05-09T11:16:12.809Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-05-09T11:16:12.809Z] ---> 5bdf636ce3ff [2022-05-09T11:16:12.809Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2022-05-09T11:16:12.809Z] ---> 19b4d8a641ac [2022-05-09T11:16:12.809Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2022-05-09T11:16:12.809Z] ---> ae9232a778d3 [2022-05-09T11:16:12.809Z] Step 21/26 : EXPOSE 59900 [2022-05-09T11:16:12.809Z] ---> Running in b1fa89fecd81 [2022-05-09T11:16:12.809Z] Removing intermediate container b1fa89fecd81 [2022-05-09T11:16:12.809Z] ---> 4c4647f330ed [2022-05-09T11:16:12.809Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2022-05-09T11:16:12.809Z] ---> Running in 72374fddcc0d [2022-05-09T11:16:12.809Z] Removing intermediate container 72374fddcc0d [2022-05-09T11:16:12.809Z] ---> 88dd7df92508 [2022-05-09T11:16:12.809Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-05-09T11:16:12.809Z] ---> Running in 274bf4a6b650 [2022-05-09T11:16:12.809Z] Removing intermediate container 274bf4a6b650 [2022-05-09T11:16:12.809Z] ---> f21352af566f [2022-05-09T11:16:12.809Z] Step 24/26 : LABEL arch=arm64 [2022-05-09T11:16:12.809Z] ---> Running in ac6eaec6b8f1 [2022-05-09T11:16:12.809Z] Removing intermediate container ac6eaec6b8f1 [2022-05-09T11:16:12.809Z] ---> 929431ecb18e [2022-05-09T11:16:12.809Z] Step 25/26 : LABEL git_sha=995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [2022-05-09T11:16:12.809Z] ---> Running in f7f947a76dc4 [2022-05-09T11:16:12.809Z] Removing intermediate container f7f947a76dc4 [2022-05-09T11:16:12.809Z] ---> f9137410907f [2022-05-09T11:16:12.809Z] Step 26/26 : LABEL version=0.0.0 [2022-05-09T11:16:12.809Z] ---> Running in db8953118d42 [2022-05-09T11:16:13.083Z] Removing intermediate container db8953118d42 [2022-05-09T11:16:13.083Z] ---> dcd26f773798 [2022-05-09T11:16:13.083Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-09T11:16:13.083Z] Successfully built dcd26f773798 [2022-05-09T11:16:13.083Z] 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 [2022-05-09T11:16:13.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T11:16:13.795Z] [2022-05-09T11:16:13.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:16:14.176Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T11:16:14.450Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-09T11:16:14.450Z] 8998bd30e6a1: Pulling fs layer [2022-05-09T11:16:14.450Z] 04944245beec: Pulling fs layer [2022-05-09T11:16:14.450Z] 699f458cf7ca: Pulling fs layer [2022-05-09T11:16:14.450Z] 765212b225bb: Pulling fs layer [2022-05-09T11:16:14.450Z] f23df028b6ca: Pulling fs layer [2022-05-09T11:16:14.450Z] d65c8cfc05b1: Pulling fs layer [2022-05-09T11:16:14.450Z] 2437ff75d9bd: Pulling fs layer [2022-05-09T11:16:14.450Z] 765212b225bb: Waiting [2022-05-09T11:16:14.450Z] f23df028b6ca: Waiting [2022-05-09T11:16:14.450Z] d65c8cfc05b1: Waiting [2022-05-09T11:16:14.450Z] 2437ff75d9bd: Waiting [2022-05-09T11:16:14.450Z] 04944245beec: Verifying Checksum [2022-05-09T11:16:14.450Z] 04944245beec: Download complete [2022-05-09T11:16:14.450Z] 765212b225bb: Verifying Checksum [2022-05-09T11:16:14.450Z] 765212b225bb: Download complete [2022-05-09T11:16:14.450Z] f23df028b6ca: Verifying Checksum [2022-05-09T11:16:14.450Z] f23df028b6ca: Download complete [2022-05-09T11:16:14.450Z] d65c8cfc05b1: Verifying Checksum [2022-05-09T11:16:14.450Z] d65c8cfc05b1: Download complete [2022-05-09T11:16:14.729Z] 699f458cf7ca: Verifying Checksum [2022-05-09T11:16:14.729Z] 699f458cf7ca: Download complete [2022-05-09T11:16:15.005Z] 8998bd30e6a1: Verifying Checksum [2022-05-09T11:16:15.005Z] 8998bd30e6a1: Download complete [2022-05-09T11:16:16.991Z] 2437ff75d9bd: Verifying Checksum [2022-05-09T11:16:16.991Z] 2437ff75d9bd: Download complete [2022-05-09T11:16:19.627Z] 8998bd30e6a1: Pull complete [2022-05-09T11:16:19.627Z] 04944245beec: Pull complete [2022-05-09T11:16:21.069Z] 699f458cf7ca: Pull complete [2022-05-09T11:16:21.344Z] 765212b225bb: Pull complete [2022-05-09T11:16:22.344Z] f23df028b6ca: Pull complete [2022-05-09T11:16:22.620Z] d65c8cfc05b1: Pull complete [2022-05-09T11:16:37.734Z] 2437ff75d9bd: Pull complete [2022-05-09T11:16:37.734Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-09T11:16:37.734Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-09T11:16:37.734Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-09T11:16:37.974Z] prd-ubuntu20.04-docker-arm64-4c-16g-41801 does not seem to be running inside a container [2022-05-09T11:16:38.074Z] $ 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 [2022-05-09T11:16:40.574Z] $ docker top a2e819dfec673992089f3695d78001b41e2688f5bc50e5cc05ceac915e119c7e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:16:41.535Z] ---> job-cost.sh [2022-05-09T11:16:41.535Z] lf-activate-venv: SKIPPING [2022-05-09T11:16:41.535Z] INFO: No Stack... [2022-05-09T11:16:41.809Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-09T11:16:42.792Z] INFO: Archiving Costs [Pipeline] sh [2022-05-09T11:16:43.494Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2022-05-09T11:16:43.494Z] + cut -d, -f6 [Pipeline] lock [2022-05-09T11:16:43.583Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-284-1-stack-cost] [2022-05-09T11:16:43.587Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-284-1-stack-cost] did not exist. Created. [2022-05-09T11:16:43.587Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-284-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-09T11:16:44.337Z] /w/workspace/device-virtual-go/1@tmp/durable-63ba254f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-09T11:16:45.042Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-09T11:16:45.077Z] Warning: overwriting stash ‘stack-cost’ [2022-05-09T11:16:45.118Z] Stashed 1 file(s) [Pipeline] } [2022-05-09T11:16:45.132Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-284-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-09T11:16:45.226Z] $ docker stop --time=1 a2e819dfec673992089f3695d78001b41e2688f5bc50e5cc05ceac915e119c7e [2022-05-09T11:16:46.735Z] $ docker rm -f a2e819dfec673992089f3695d78001b41e2688f5bc50e5cc05ceac915e119c7e [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 [2022-05-09T11:16:47.762Z] provisioning config files... [2022-05-09T11:16:47.778Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-284@tmp/config538363467378791461tmp [Pipeline] { [Pipeline] sh [2022-05-09T11:16:48.109Z] + set +x [2022-05-09T11:16:48.110Z] + curl -s https://codecov.io/bash [2022-05-09T11:16:48.110Z] + bash -s -- [2022-05-09T11:16:48.110Z] [2022-05-09T11:16:48.110Z] _____ _ [2022-05-09T11:16:48.110Z] / ____| | | [2022-05-09T11:16:48.110Z] | | ___ __| | ___ ___ _____ __ [2022-05-09T11:16:48.110Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-09T11:16:48.110Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-09T11:16:48.110Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-09T11:16:48.110Z] Bash-1.0.6 [2022-05-09T11:16:48.110Z] [2022-05-09T11:16:48.110Z] [2022-05-09T11:16:48.110Z] ==> git version 2.25.1 found [2022-05-09T11:16:48.110Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-05-09T11:16:48.110Z] Release-Date: 2020-01-08 [2022-05-09T11:16:48.110Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-09T11:16:48.110Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-09T11:16:48.110Z] ==> Jenkins CI detected. [2022-05-09T11:16:48.110Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-284 [2022-05-09T11:16:48.110Z] project root: . [2022-05-09T11:16:48.110Z] --> token set from env [2022-05-09T11:16:48.110Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-09T11:16:48.110Z] ==> Running gcov in . (disable via -X gcov) [2022-05-09T11:16:48.110Z] ==> Python coveragepy not found [2022-05-09T11:16:48.110Z] ==> Searching for coverage reports in: [2022-05-09T11:16:48.110Z] + . [2022-05-09T11:16:48.110Z] -> Found 1 reports [2022-05-09T11:16:48.110Z] ==> Detecting git/mercurial file structure [2022-05-09T11:16:48.110Z] ==> Reading reports [2022-05-09T11:16:48.110Z] + ./coverage.out bytes=44128 [2022-05-09T11:16:48.110Z] ==> Appending adjustments [2022-05-09T11:16:48.110Z] https://docs.codecov.io/docs/fixing-reports [2022-05-09T11:16:48.372Z] + Found adjustments [2022-05-09T11:16:48.372Z] ==> Gzipping contents [2022-05-09T11:16:48.372Z] 8.0K /tmp/codecov.TD4e6l.gz [2022-05-09T11:16:48.372Z] ==> Uploading reports [2022-05-09T11:16:48.372Z] url: https://codecov.io [2022-05-09T11:16:48.372Z] query: branch=PR-284&commit=995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-284%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=284&job=&cmd_args= [2022-05-09T11:16:48.372Z] -> Pinging Codecov [2022-05-09T11:16:48.372Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-284&commit=995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-284%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=284&job=&cmd_args= [2022-05-09T11:16:48.633Z] -> Uploading to [2022-05-09T11:16:48.633Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-09/5E52B4B073DB2E39498172D8E973AA87/995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec/e88b1f37-c0e1-4f4a-bd62-66881f1577a4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220509%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220509T111648Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=02591f93e004081d6fe77a8912d3ebe53590f914e40f4b54522fff87b4e7568e [2022-05-09T11:16:48.633Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-09T11:16:48.633Z] Dload Upload Total Spent Left Speed [2022-05-09T11:16:48.893Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5297 0 0 100 5297 0 23131 --:--:-- --:--:-- --:--:-- 23131 [2022-05-09T11:16:48.893Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/995c9ba79c7ceb1cea1a2139e9e2eaf9b31c3dec [Pipeline] } [2022-05-09T11:16:48.920Z] 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 [2022-05-09T11:16:50.613Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-284/archives ] [2022-05-09T11:16:50.613Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-284/archives [2022-05-09T11:16:50.613Z] total 16 [2022-05-09T11:16:50.613Z] drwxr-xr-x 3 root root 4096 May 9 11:09 . [2022-05-09T11:16:50.613Z] drwxrwxr-x 9 jenkins jenkins 4096 May 9 11:09 .. [2022-05-09T11:16:50.613Z] drwxr-xr-x 2 root root 4096 May 9 11:09 cost [2022-05-09T11:16:50.613Z] -rw-r--r-- 1 root root 88 May 9 11:09 cost.csv [2022-05-09T11:16:50.613Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-284/archives [2022-05-09T11:16:50.613Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-284/archives [2022-05-09T11:16:50.613Z] total 16 [2022-05-09T11:16:50.613Z] drwxr-xr-x 3 jenkins jenkins 4096 May 9 11:09 . [2022-05-09T11:16:50.613Z] drwxrwxr-x 9 jenkins jenkins 4096 May 9 11:09 .. [2022-05-09T11:16:50.613Z] drwxr-xr-x 2 jenkins jenkins 4096 May 9 11:09 cost [2022-05-09T11:16:50.613Z] -rw-r--r-- 1 jenkins jenkins 88 May 9 11:09 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:16:50.956Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:16:51.848Z] ---> package-listing.sh [2022-05-09T11:16:51.849Z] ++ facter osfamily [2022-05-09T11:16:51.849Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-09T11:16:52.110Z] + OS_FAMILY=debian [2022-05-09T11:16:52.110Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-284 [2022-05-09T11:16:52.110Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-09T11:16:52.110Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-09T11:16:52.110Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-09T11:16:52.110Z] + PACKAGES=/tmp/packages_start.txt [2022-05-09T11:16:52.110Z] + '[' /w/workspace/foundry_device-virtual-go_PR-284 ']' [2022-05-09T11:16:52.110Z] + PACKAGES=/tmp/packages_end.txt [2022-05-09T11:16:52.110Z] + case "${OS_FAMILY}" in [2022-05-09T11:16:52.110Z] + dpkg -l [2022-05-09T11:16:52.110Z] + grep '^ii' [2022-05-09T11:16:52.110Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-09T11:16:52.110Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-09T11:16:52.110Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-09T11:16:52.110Z] + '[' /w/workspace/foundry_device-virtual-go_PR-284 ']' [2022-05-09T11:16:52.110Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-284/archives/ [2022-05-09T11:16:52.110Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-284/archives/ [Pipeline] echo [2022-05-09T11:16:52.142Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-284/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-09T11:16:52.440Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-09T11:16:53.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-09T11:16:53.029Z] . [Pipeline] withDockerContainer [2022-05-09T11:16:53.114Z] prd-ubuntu20.04-docker-8c-8g-41800 does not seem to be running inside a container [2022-05-09T11:16:53.154Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/foundry_device-virtual-go_PR-284/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-284 -v /w/workspace/foundry_device-virtual-go_PR-284:/w/workspace/foundry_device-virtual-go_PR-284:rw,z -v /w/workspace/foundry_device-virtual-go_PR-284@tmp:/w/workspace/foundry_device-virtual-go_PR-284@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-09T11:16:53.380Z] $ docker top e95056b89fffa0e6e8533879189fad1fb5037aeaa01a759ae268ff49ce1b66dd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-09T11:16:53.794Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-09T11:16:54.109Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-09T11:16:54.417Z] + ls /var/log/sa-host [2022-05-09T11:16:54.418Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-09T11:16:54.560Z] provisioning config files... [2022-05-09T11:16:54.571Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-284@tmp/config3410848677046838302tmp [Pipeline] { [Pipeline] echo [2022-05-09T11:16:54.622Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:16:54.947Z] ---> create-netrc.sh [Pipeline] } [2022-05-09T11:16:54.973Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:16:55.386Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-09T11:16:55.419Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:16:55.729Z] ---> sudo-logs.sh [2022-05-09T11:16:55.729Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-09T11:16:55.815Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:16:56.230Z] ---> job-cost.sh [2022-05-09T11:16:56.230Z] lf-activate-venv: SKIPPING [2022-05-09T11:16:56.230Z] DEBUG: total: 0.2199999988079071 [2022-05-09T11:16:56.230Z] INFO: Retrieving Stack Cost... [2022-05-09T11:16:56.491Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-09T11:16:57.061Z] INFO: Archiving Costs [Pipeline] echo [2022-05-09T11:16:57.101Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-09T11:16:57.416Z] ---> logs-deploy.sh [2022-05-09T11:16:57.416Z] lf-activate-venv: SKIPPING [2022-05-09T11:16:57.416Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-284/1 [2022-05-09T11:16:57.416Z] INFO: archiving workspace using pattern(s): [2022-05-09T11:16:58.356Z] Archives upload complete. [2022-05-09T11:16:58.356Z] INFO: archiving logs to Nexus