Pull request #277 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9+bad5f78d6d96ce5bc91f3437ff3501c991ccbc5c (6faf28f9c7121af8ce0df7f60a7f2755d27074b7) 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-ssh16930539350584217437.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh7138999930549058860.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 c72b16708d6eed9a08be464a432ce22db7d90667 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-277/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-277/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5407226603969154407.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-277/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5963632435864668449.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh13401915531936731885.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-277/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-277/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6667945492515101759.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 c72b16708d6eed9a08be464a432ce22db7d90667 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 Running on prd-ubuntu20.04-docker-8c-8g-21221 in /w/workspace/foundry_device-virtual-go_PR-277 [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-277 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/277/head:refs/remotes/origin/PR-277 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit bad5f78d6d96ce5bc91f3437ff3501c991ccbc5c into PR head commit 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 Merge succeeded, producing 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 Checking out Revision 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 (PR-277) > git config core.sparsecheckout # timeout=10 > git checkout -f 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 # 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 bad5f78d6d96ce5bc91f3437ff3501c991ccbc5c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 # 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 c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-18T11:04:13.735Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-18T11:04:13.914Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-18T11:04:14.016Z] ========================================================= [2022-04-18T11:04:14.016Z] EdgeX Global Pipelines Version Info [2022-04-18T11:04:14.016Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:04:14.816Z] ------------------- [2022-04-18T11:04:14.816Z] stable info: [2022-04-18T11:04:14.816Z] ------------------- [2022-04-18T11:04:14.816Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-18T11:04:14.816Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-18T11:04:14.816Z] Message: update stable to v1.0.221 [2022-04-18T11:04:15.390Z] ------------------- [2022-04-18T11:04:15.390Z] experimental info: [2022-04-18T11:04:15.390Z] ------------------- [2022-04-18T11:04:15.390Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-18T11:04:15.390Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-18T11:04:15.390Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-18T11:04:15.632Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2022-04-18T11:04:15.673Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2022-04-18T11:04:15.713Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-18T11:04:15.751Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-18T11:04:15.794Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-18T11:04:15.836Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-18T11:04:15.873Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-18T11:04:15.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-18T11:04:15.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-18T11:04:15.983Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-18T11:04:16.021Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-18T11:04:16.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2022-04-18T11:04:16.093Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-18T11:04:16.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-18T11:04:16.168Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-18T11:04:16.208Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-18T11:04:16.255Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-18T11:04:16.297Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-18T11:04:16.336Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-18T11:04:16.377Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-18T11:04:16.415Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-18T11:04:16.452Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-18T11:04:16.486Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-18T11:04:16.522Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-18T11:04:16.561Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-18T11:04:16.596Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-18T11:04:16.630Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-277 [Pipeline] echo [2022-04-18T11:04:16.663Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-277 [Pipeline] echo [2022-04-18T11:04:16.701Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-277 [Pipeline] echo [2022-04-18T11:04:16.738Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [Pipeline] echo [2022-04-18T11:04:16.778Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1efad5c [Pipeline] echo [2022-04-18T11:04:16.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-18T11:04:16.929Z] provisioning config files... [2022-04-18T11:04:16.945Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-277@tmp/config2456436086354602239tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:04:17.299Z] ---> docker-login.sh [2022-04-18T11:04:17.299Z] nexus3.edgexfoundry.org:10001 [2022-04-18T11:04:17.873Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:17.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:17.873Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:17.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:17.873Z] [2022-04-18T11:04:17.873Z] Login Succeeded [2022-04-18T11:04:17.873Z] nexus3.edgexfoundry.org:10002 [2022-04-18T11:04:18.133Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:18.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:18.134Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:18.134Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:18.134Z] [2022-04-18T11:04:18.134Z] Login Succeeded [2022-04-18T11:04:18.134Z] nexus3.edgexfoundry.org:10003 [2022-04-18T11:04:18.134Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:18.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:18.399Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:18.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:18.399Z] [2022-04-18T11:04:18.399Z] Login Succeeded [2022-04-18T11:04:18.399Z] nexus3.edgexfoundry.org:10004 [2022-04-18T11:04:18.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:18.399Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:18.399Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:18.399Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:18.399Z] [2022-04-18T11:04:18.399Z] Login Succeeded [2022-04-18T11:04:18.399Z] docker.io [2022-04-18T11:04:18.399Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:18.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:18.972Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:18.972Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:18.972Z] [2022-04-18T11:04:18.972Z] Login Succeeded [2022-04-18T11:04:18.972Z] ---> docker-login.sh ends [Pipeline] } [2022-04-18T11:04:18.997Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-18T11:04:19.628Z] + git rev-list -1 --merges 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9~1..1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [Pipeline] echo [2022-04-18T11:04:19.754Z] -----------> git rev-list -1 --merges 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9~1..1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [false] [Pipeline] sh [2022-04-18T11:04:20.077Z] + git log --format=format:%s -1 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [Pipeline] echo [2022-04-18T11:04:20.118Z] ========================================================= [2022-04-18T11:04:20.118Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-18T11:04:20.118Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-18T11:04:20.564Z] + git log --format=format:%s -1 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [Pipeline] echo [2022-04-18T11:04:20.595Z] [semverPrep] GIT_COMMIT: 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2 [Pipeline] echo [2022-04-18T11:04:20.621Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-18T11:04:21.072Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-18T11:04:21.072Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-18T11:04:21.072Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-18T11:04:21.072Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-18T11:04:21.072Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-18T11:04:21.072Z] sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-18T11:04:21.072Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:04:21.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-18T11:04:21.459Z] [2022-04-18T11:04:21.459Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:04:21.803Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-18T11:04:21.803Z] latest: Pulling from edgex-devops/git-semver [2022-04-18T11:04:21.803Z] a0d0a0d46f8b: Pulling fs layer [2022-04-18T11:04:21.803Z] 3e5f54012d9b: Pulling fs layer [2022-04-18T11:04:21.803Z] 4c7163046ea9: Pulling fs layer [2022-04-18T11:04:21.803Z] 0c2d73faf560: Pulling fs layer [2022-04-18T11:04:21.803Z] 0c2d73faf560: Waiting [2022-04-18T11:04:21.803Z] 3e5f54012d9b: Verifying Checksum [2022-04-18T11:04:21.803Z] 3e5f54012d9b: Download complete [2022-04-18T11:04:21.803Z] a0d0a0d46f8b: Verifying Checksum [2022-04-18T11:04:21.803Z] a0d0a0d46f8b: Download complete [2022-04-18T11:04:21.803Z] 0c2d73faf560: Download complete [2022-04-18T11:04:21.803Z] 4c7163046ea9: Verifying Checksum [2022-04-18T11:04:21.803Z] 4c7163046ea9: Download complete [2022-04-18T11:04:22.063Z] a0d0a0d46f8b: Pull complete [2022-04-18T11:04:22.063Z] 3e5f54012d9b: Pull complete [2022-04-18T11:04:22.324Z] 4c7163046ea9: Pull complete [2022-04-18T11:04:22.584Z] 0c2d73faf560: Pull complete [2022-04-18T11:04:22.584Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-18T11:04:22.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-18T11:04:22.584Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-18T11:04:22.683Z] prd-ubuntu20.04-docker-8c-8g-21221 does not seem to be running inside a container [2022-04-18T11:04:22.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-277 -v /w/workspace/foundry_device-virtual-go_PR-277:/w/workspace/foundry_device-virtual-go_PR-277:rw,z -v /w/workspace/foundry_device-virtual-go_PR-277@tmp:/w/workspace/foundry_device-virtual-go_PR-277@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:10004/edgex-devops/git-semver:latest cat [2022-04-18T11:04:23.427Z] $ docker top a2e7b1c1d1c4449d0c9678db2aae0f1fec0cccff632588372820f5c050664133 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-18T11:04:23.625Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-18T11:04:23.625Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-18T11:04:23.751Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-18T11:04:23.756Z] $ docker exec a2e7b1c1d1c4449d0c9678db2aae0f1fec0cccff632588372820f5c050664133 ssh-agent [2022-04-18T11:04:23.876Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHjeBoA/agent.13 [2022-04-18T11:04:23.876Z] SSH_AGENT_PID=20 [2022-04-18T11:04:23.883Z] Running ssh-add (command line suppressed) [2022-04-18T11:04:23.996Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-277@tmp/private_key_4666902896801518002.key (/w/workspace/foundry_device-virtual-go_PR-277@tmp/private_key_4666902896801518002.key) [2022-04-18T11:04:24.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-18T11:04:24.343Z] + git tag --points-at HEAD [Pipeline] } [2022-04-18T11:04:24.370Z] $ docker exec --env ******** --env ******** a2e7b1c1d1c4449d0c9678db2aae0f1fec0cccff632588372820f5c050664133 ssh-agent -k [2022-04-18T11:04:24.460Z] unset SSH_AUTH_SOCK; [2022-04-18T11:04:24.461Z] unset SSH_AGENT_PID; [2022-04-18T11:04:24.461Z] echo Agent pid 20 killed; [2022-04-18T11:04:24.474Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-18T11:04:24.552Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-18T11:04:24.552Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-18T11:04:24.685Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-18T11:04:24.690Z] $ docker exec a2e7b1c1d1c4449d0c9678db2aae0f1fec0cccff632588372820f5c050664133 ssh-agent [2022-04-18T11:04:24.807Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbFBInO/agent.53 [2022-04-18T11:04:24.807Z] SSH_AGENT_PID=59 [2022-04-18T11:04:24.813Z] Running ssh-add (command line suppressed) [2022-04-18T11:04:24.934Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-277@tmp/private_key_2683281970028143237.key (/w/workspace/foundry_device-virtual-go_PR-277@tmp/private_key_2683281970028143237.key) [2022-04-18T11:04:24.947Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-18T11:04:25.277Z] + git semver init [2022-04-18T11:04:25.277Z] # -> Open(): unable to determine branch for HEAD [2022-04-18T11:04:25.277Z] # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-277/.git [2022-04-18T11:04:25.277Z] # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-277 [2022-04-18T11:04:25.277Z] # $SEMVER_REMOTE_NAME = origin [2022-04-18T11:04:25.277Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-18T11:04:25.277Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-18T11:04:25.277Z] # $SEMVER_BRANCH = PR-277 [2022-04-18T11:04:25.277Z] # $SEMVER_TEMP = /tmp/semver-283946013 [2022-04-18T11:04:25.277Z] # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP [2022-04-18T11:04:26.660Z] # '/tmp/semver-283946013' -> '/w/workspace/foundry_device-virtual-go_PR-277/.semver' [2022-04-18T11:04:26.660Z] # -> Force: false [2022-04-18T11:04:26.660Z] # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-277/.semver [Pipeline] } [2022-04-18T11:04:26.689Z] $ docker exec --env ******** --env ******** a2e7b1c1d1c4449d0c9678db2aae0f1fec0cccff632588372820f5c050664133 ssh-agent -k [2022-04-18T11:04:26.810Z] unset SSH_AUTH_SOCK; [2022-04-18T11:04:26.811Z] unset SSH_AGENT_PID; [2022-04-18T11:04:26.811Z] echo Agent pid 59 killed; [2022-04-18T11:04:26.820Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-18T11:04:27.241Z] + git semver [Pipeline] } [2022-04-18T11:04:27.278Z] $ docker stop --time=1 a2e7b1c1d1c4449d0c9678db2aae0f1fec0cccff632588372820f5c050664133 [2022-04-18T11:04:28.713Z] $ docker rm -f a2e7b1c1d1c4449d0c9678db2aae0f1fec0cccff632588372820f5c050664133 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-18T11:04:29.129Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-18T11:04:29.448Z] Stashed 1 file(s) [Pipeline] echo [2022-04-18T11:04:29.465Z] [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-04-18T11:04:30.047Z] provisioning config files... [2022-04-18T11:04:30.061Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-277@tmp/config8437147724113677479tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:04:30.415Z] ---> docker-login.sh [2022-04-18T11:04:30.415Z] nexus3.edgexfoundry.org:10001 [2022-04-18T11:04:30.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:30.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:30.415Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:30.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:30.415Z] [2022-04-18T11:04:30.415Z] Login Succeeded [2022-04-18T11:04:30.415Z] nexus3.edgexfoundry.org:10002 [2022-04-18T11:04:30.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:30.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:30.678Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:30.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:30.678Z] [2022-04-18T11:04:30.678Z] Login Succeeded [2022-04-18T11:04:30.678Z] nexus3.edgexfoundry.org:10003 [2022-04-18T11:04:30.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:30.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:30.678Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:30.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:30.678Z] [2022-04-18T11:04:30.678Z] Login Succeeded [2022-04-18T11:04:30.678Z] nexus3.edgexfoundry.org:10004 [2022-04-18T11:04:30.678Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:30.938Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:30.938Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:30.938Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:30.938Z] [2022-04-18T11:04:30.938Z] Login Succeeded [2022-04-18T11:04:30.938Z] docker.io [2022-04-18T11:04:30.938Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:04:31.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:04:31.199Z] Configure a credential helper to remove this warning. See [2022-04-18T11:04:31.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:04:31.199Z] [2022-04-18T11:04:31.199Z] Login Succeeded [2022-04-18T11:04:31.199Z] ---> docker-login.sh ends [Pipeline] } [2022-04-18T11:04:31.227Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-18T11:04:31.429Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-18T11:04:31.463Z] ========================================================= [2022-04-18T11:04:31.463Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-18T11:04:31.463Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:04:31.862Z] + 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-04-18T11:04:31.862Z] Sending build context to Docker daemon 22.93MB [2022-04-18T11:04:31.862Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-04-18T11:04:31.862Z] Step 2/12 : FROM ${BASE} AS builder [2022-04-18T11:04:32.123Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-18T11:04:32.123Z] 59bf1c3509f3: Pulling fs layer [2022-04-18T11:04:32.123Z] 666ba61612fd: Pulling fs layer [2022-04-18T11:04:32.123Z] 8ed8ca486205: Pulling fs layer [2022-04-18T11:04:32.123Z] 4fe6c5a15a65: Pulling fs layer [2022-04-18T11:04:32.123Z] 22a0e8bec74d: Pulling fs layer [2022-04-18T11:04:32.123Z] 640e595b4fbd: Pulling fs layer [2022-04-18T11:04:32.123Z] 763cafe07f6e: Pulling fs layer [2022-04-18T11:04:32.123Z] 0c0b528cf693: Pulling fs layer [2022-04-18T11:04:32.123Z] 10935f4eaf8b: Pulling fs layer [2022-04-18T11:04:32.123Z] 4fe6c5a15a65: Waiting [2022-04-18T11:04:32.123Z] 22a0e8bec74d: Waiting [2022-04-18T11:04:32.123Z] 640e595b4fbd: Waiting [2022-04-18T11:04:32.123Z] 763cafe07f6e: Waiting [2022-04-18T11:04:32.123Z] 0c0b528cf693: Waiting [2022-04-18T11:04:32.123Z] 10935f4eaf8b: Waiting [2022-04-18T11:04:32.123Z] 666ba61612fd: Verifying Checksum [2022-04-18T11:04:32.123Z] 666ba61612fd: Download complete [2022-04-18T11:04:32.123Z] 22a0e8bec74d: Download complete [2022-04-18T11:04:32.123Z] 640e595b4fbd: Download complete [2022-04-18T11:04:32.123Z] 59bf1c3509f3: Verifying Checksum [2022-04-18T11:04:32.123Z] 763cafe07f6e: Verifying Checksum [2022-04-18T11:04:32.123Z] 763cafe07f6e: Download complete [2022-04-18T11:04:32.123Z] 0c0b528cf693: Verifying Checksum [2022-04-18T11:04:32.123Z] 0c0b528cf693: Download complete [2022-04-18T11:04:32.123Z] 59bf1c3509f3: Pull complete [2022-04-18T11:04:32.383Z] 666ba61612fd: Pull complete [2022-04-18T11:04:32.383Z] 8ed8ca486205: Pull complete [2022-04-18T11:04:32.647Z] 10935f4eaf8b: Verifying Checksum [2022-04-18T11:04:32.647Z] 10935f4eaf8b: Download complete [2022-04-18T11:04:32.906Z] 4fe6c5a15a65: Verifying Checksum [2022-04-18T11:04:32.906Z] 4fe6c5a15a65: Download complete [2022-04-18T11:04:36.195Z] 4fe6c5a15a65: Pull complete [2022-04-18T11:04:36.454Z] 22a0e8bec74d: Pull complete [2022-04-18T11:04:36.454Z] 640e595b4fbd: Pull complete [2022-04-18T11:04:36.454Z] 763cafe07f6e: Pull complete [2022-04-18T11:04:36.713Z] 0c0b528cf693: Pull complete [2022-04-18T11:04:39.257Z] 10935f4eaf8b: Pull complete [2022-04-18T11:04:39.257Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-18T11:04:39.257Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-18T11:04:39.257Z] ---> 99d49a6021b9 [2022-04-18T11:04:39.257Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-04-18T11:04:40.644Z] ---> Running in 45c4aa58a5b7 [2022-04-18T11:04:40.644Z] Removing intermediate container 45c4aa58a5b7 [2022-04-18T11:04:40.644Z] ---> d5c64efe27be [2022-04-18T11:04:40.644Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-04-18T11:04:40.644Z] ---> Running in 2a1a6bf9e5ff [2022-04-18T11:04:40.644Z] Removing intermediate container 2a1a6bf9e5ff [2022-04-18T11:04:40.644Z] ---> 0bd256c3bb5e [2022-04-18T11:04:40.644Z] Step 5/12 : WORKDIR /device-virtual-go [2022-04-18T11:04:40.644Z] ---> Running in e0c65b090db1 [2022-04-18T11:04:40.905Z] Removing intermediate container e0c65b090db1 [2022-04-18T11:04:40.905Z] ---> 61a32b0648ee [2022-04-18T11:04:40.905Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-18T11:04:40.905Z] ---> Running in f6fc5e73fd18 [2022-04-18T11:04:41.480Z] Removing intermediate container f6fc5e73fd18 [2022-04-18T11:04:41.480Z] ---> e83796510707 [2022-04-18T11:04:41.480Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-18T11:04:41.744Z] ---> Running in b76681e3cb84 [2022-04-18T11:04:42.007Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-18T11:04:42.953Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-18T11:04:43.215Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-04-18T11:04:43.215Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-04-18T11:04:43.215Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-04-18T11:04:43.477Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-04-18T11:04:43.477Z] Executing busybox-1.34.1-r3.trigger [2022-04-18T11:04:43.477Z] OK: 224 MiB in 56 packages [2022-04-18T11:04:44.051Z] Removing intermediate container b76681e3cb84 [2022-04-18T11:04:44.051Z] ---> 091350ed37b8 [2022-04-18T11:04:44.051Z] Step 8/12 : COPY go.mod vendor* ./ [2022-04-18T11:04:44.312Z] ---> 7c801df47772 [2022-04-18T11:04:44.312Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-18T11:04:44.312Z] ---> Running in 780fd2567c5c [2022-04-18T11:04:44.863Z] Still waiting to schedule task [2022-04-18T11:04:44.863Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-18T11:05:06.277Z] Removing intermediate container 780fd2567c5c [2022-04-18T11:05:06.277Z] ---> 9b8156e92cb7 [2022-04-18T11:05:06.277Z] Step 10/12 : COPY . . [2022-04-18T11:05:06.277Z] ---> 1fd60e5e3c03 [2022-04-18T11:05:06.277Z] Step 11/12 : ARG MAKE='make build' [2022-04-18T11:05:06.277Z] ---> Running in 4817ceb4feb6 [2022-04-18T11:05:06.277Z] Removing intermediate container 4817ceb4feb6 [2022-04-18T11:05:06.277Z] ---> aeb21d366fbf [2022-04-18T11:05:06.277Z] Step 12/12 : RUN $MAKE [2022-04-18T11:05:06.277Z] ---> Running in 5c41bea27d22 [2022-04-18T11:05:06.277Z] noop [2022-04-18T11:05:06.277Z] Removing intermediate container 5c41bea27d22 [2022-04-18T11:05:06.277Z] ---> 8cc903f81ec7 [2022-04-18T11:05:06.277Z] Successfully built 8cc903f81ec7 [2022-04-18T11:05:06.277Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:05:06.611Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-18T11:05:06.611Z] . [Pipeline] withDockerContainer [2022-04-18T11:05:06.753Z] prd-ubuntu20.04-docker-8c-8g-21221 does not seem to be running inside a container [2022-04-18T11:05:06.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-277 -v /w/workspace/foundry_device-virtual-go_PR-277:/w/workspace/foundry_device-virtual-go_PR-277:rw,z -v /w/workspace/foundry_device-virtual-go_PR-277@tmp:/w/workspace/foundry_device-virtual-go_PR-277@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-04-18T11:05:07.211Z] $ docker top 255d210ecf0ef3d8026e4eb15b72819ce9f97549c9fcf55822a3a225d5b244f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-18T11:05:07.611Z] + go version [2022-04-18T11:05:07.611Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-18T11:05:07.648Z] $ docker stop --time=1 255d210ecf0ef3d8026e4eb15b72819ce9f97549c9fcf55822a3a225d5b244f1 [2022-04-18T11:05:08.972Z] $ docker rm -f 255d210ecf0ef3d8026e4eb15b72819ce9f97549c9fcf55822a3a225d5b244f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:05:09.623Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-18T11:05:09.624Z] . [Pipeline] withDockerContainer [2022-04-18T11:05:09.712Z] prd-ubuntu20.04-docker-8c-8g-21221 does not seem to be running inside a container [2022-04-18T11:05:09.745Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-277 -v /w/workspace/foundry_device-virtual-go_PR-277:/w/workspace/foundry_device-virtual-go_PR-277:rw,z -v /w/workspace/foundry_device-virtual-go_PR-277@tmp:/w/workspace/foundry_device-virtual-go_PR-277@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-04-18T11:05:10.231Z] $ docker top 8883318ecf92855a14b575b1d614f1c539f0630f747e4fef6a5bdb63fd298218 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-18T11:05:10.684Z] + make test [2022-04-18T11:05:10.684Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-04-18T11:05:10.943Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-04-18T11:05:19.219Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-04-18T11:05:19.479Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.040s coverage: 65.7% of statements [2022-04-18T11:05:26.073Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-04-18T11:05:29.384Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-18T11:05:29.384Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-18T11:05:29.384Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-18T11:05:29.422Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-18T11:05:29.452Z] $ docker stop --time=1 8883318ecf92855a14b575b1d614f1c539f0630f747e4fef6a5bdb63fd298218 [2022-04-18T11:05:34.918Z] $ docker rm -f 8883318ecf92855a14b575b1d614f1c539f0630f747e4fef6a5bdb63fd298218 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-18T11:05:35.446Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-18T11:05:35.526Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-18T11:05:36.689Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-18T11:05:37.004Z] + ls -al . [2022-04-18T11:05:37.004Z] total 204 [2022-04-18T11:05:37.004Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 11:05 . [2022-04-18T11:05:37.004Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 11:04 .. [2022-04-18T11:05:37.004Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 11:04 .git [2022-04-18T11:05:37.004Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 18 11:04 .github [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 270 Apr 18 11:04 .gitignore [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 18 11:04 .golangci.yml [2022-04-18T11:05:37.004Z] drwx------ 3 jenkins jenkins 4096 Apr 18 11:04 .semver [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 7750 Apr 18 11:04 Attribution.txt [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 6349 Apr 18 11:04 CHANGELOG.md [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 1974 Apr 18 11:04 Dockerfile [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 18 11:04 GOVERNANCE.md [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 18 11:04 Jenkinsfile [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 18 11:04 LICENSE [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 2248 Apr 18 11:04 Makefile [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 18 11:04 OWNERS.md [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 2914 Apr 18 11:04 README.md [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 18 11:04 VERSION [2022-04-18T11:05:37.004Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 18 11:04 bin [2022-04-18T11:05:37.004Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:04 cmd [2022-04-18T11:05:37.004Z] -rw-r--r-- 1 jenkins jenkins 44128 Apr 18 11:05 coverage.out [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 3093 Apr 18 11:04 go.mod [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 53999 Apr 18 11:04 go.sum [2022-04-18T11:05:37.004Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:04 internal [2022-04-18T11:05:37.004Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 18 11:04 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:05:37.340Z] + 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=1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 --label arch=amd64 --label version=0.0.0 . [2022-04-18T11:05:37.340Z] Sending build context to Docker daemon 22.97MB [2022-04-18T11:05:37.340Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-04-18T11:05:37.340Z] Step 2/26 : FROM ${BASE} AS builder [2022-04-18T11:05:37.340Z] ---> 8cc903f81ec7 [2022-04-18T11:05:37.340Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-04-18T11:05:37.601Z] ---> Running in de0accef8539 [2022-04-18T11:05:37.601Z] Removing intermediate container de0accef8539 [2022-04-18T11:05:37.601Z] ---> f15cdc8091ec [2022-04-18T11:05:37.601Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-04-18T11:05:37.601Z] ---> Running in a5ef8eaf6295 [2022-04-18T11:05:37.860Z] Removing intermediate container a5ef8eaf6295 [2022-04-18T11:05:37.860Z] ---> 7b32735d99f4 [2022-04-18T11:05:37.860Z] Step 5/26 : WORKDIR /device-virtual-go [2022-04-18T11:05:37.860Z] ---> Running in b3adf4136ddd [2022-04-18T11:05:37.860Z] Removing intermediate container b3adf4136ddd [2022-04-18T11:05:37.860Z] ---> e07b4e4dd5e8 [2022-04-18T11:05:37.860Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-18T11:05:37.860Z] ---> Running in 7b9a5873ab1e [2022-04-18T11:05:38.799Z] Removing intermediate container 7b9a5873ab1e [2022-04-18T11:05:38.800Z] ---> 5b05afbf2af6 [2022-04-18T11:05:38.800Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-18T11:05:38.800Z] ---> Running in 3e6a2d665552 [2022-04-18T11:05:38.800Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-18T11:05:39.742Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-18T11:05:40.004Z] OK: 224 MiB in 56 packages [2022-04-18T11:05:40.265Z] Removing intermediate container 3e6a2d665552 [2022-04-18T11:05:40.265Z] ---> 1f657df26428 [2022-04-18T11:05:40.265Z] Step 8/26 : COPY go.mod vendor* ./ [2022-04-18T11:05:40.529Z] ---> 89e79216c9a0 [2022-04-18T11:05:40.529Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-18T11:05:40.529Z] ---> Running in dee61a561fa4 [2022-04-18T11:05:41.102Z] Removing intermediate container dee61a561fa4 [2022-04-18T11:05:41.102Z] ---> 71df830ac1a8 [2022-04-18T11:05:41.102Z] Step 10/26 : COPY . . [2022-04-18T11:05:41.686Z] ---> 5781c2e088c9 [2022-04-18T11:05:41.686Z] Step 11/26 : ARG MAKE='make build' [2022-04-18T11:05:41.947Z] ---> Running in e105f054f9fb [2022-04-18T11:05:41.947Z] Removing intermediate container e105f054f9fb [2022-04-18T11:05:41.947Z] ---> 216e64b3b094 [2022-04-18T11:05:41.947Z] Step 12/26 : RUN $MAKE [2022-04-18T11:05:41.947Z] ---> Running in 5cded456bf3a [2022-04-18T11:05:42.210Z] 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-04-18T11:06:04.160Z] Removing intermediate container 5cded456bf3a [2022-04-18T11:06:04.160Z] ---> 4a27ec6a6c3f [2022-04-18T11:06:04.160Z] Step 13/26 : FROM alpine:3.14 [2022-04-18T11:06:04.160Z] 3.14: Pulling from library/alpine [2022-04-18T11:06:04.160Z] 8663204ce13b: Pulling fs layer [2022-04-18T11:06:04.160Z] 8663204ce13b: Verifying Checksum [2022-04-18T11:06:04.160Z] 8663204ce13b: Download complete [2022-04-18T11:06:04.160Z] 8663204ce13b: Pull complete [2022-04-18T11:06:04.160Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-18T11:06:04.160Z] Status: Downloaded newer image for alpine:3.14 [2022-04-18T11:06:04.160Z] ---> e04c818066af [2022-04-18T11:06:04.160Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-04-18T11:06:04.160Z] ---> Running in 23029040aac2 [2022-04-18T11:06:04.160Z] Removing intermediate container 23029040aac2 [2022-04-18T11:06:04.160Z] ---> 5e789a07dd0f [2022-04-18T11:06:04.160Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-18T11:06:04.160Z] ---> Running in 853c49f01628 [2022-04-18T11:06:04.160Z] Removing intermediate container 853c49f01628 [2022-04-18T11:06:04.160Z] ---> 50758fdd0d9a [2022-04-18T11:06:04.160Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-18T11:06:04.160Z] ---> Running in 73a0b7347216 [2022-04-18T11:06:04.419Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-18T11:06:05.359Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-18T11:06:05.620Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-18T11:06:05.620Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-18T11:06:05.881Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-18T11:06:05.881Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-18T11:06:05.881Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-18T11:06:06.141Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-18T11:06:06.141Z] Executing busybox-1.33.1-r7.trigger [2022-04-18T11:06:06.141Z] OK: 8 MiB in 20 packages [2022-04-18T11:06:08.691Z] Removing intermediate container 73a0b7347216 [2022-04-18T11:06:08.691Z] ---> 0c1a4458f3dd [2022-04-18T11:06:08.691Z] Step 17/26 : WORKDIR / [2022-04-18T11:06:08.691Z] ---> Running in 7d78f43894c9 [2022-04-18T11:06:08.951Z] Removing intermediate container 7d78f43894c9 [2022-04-18T11:06:08.951Z] ---> f7eb44a6a19d [2022-04-18T11:06:08.951Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-04-18T11:06:09.210Z] ---> 83026338f612 [2022-04-18T11:06:09.210Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2022-04-18T11:06:09.470Z] ---> 08ca492a0162 [2022-04-18T11:06:09.470Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2022-04-18T11:06:10.039Z] ---> 55151f8fcf65 [2022-04-18T11:06:10.039Z] Step 21/26 : EXPOSE 59900 [2022-04-18T11:06:10.039Z] ---> Running in bcbbc614c54b [2022-04-18T11:06:10.302Z] Removing intermediate container bcbbc614c54b [2022-04-18T11:06:10.302Z] ---> c1e3cd28efdc [2022-04-18T11:06:10.302Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2022-04-18T11:06:10.302Z] ---> Running in cd19583fa0d1 [2022-04-18T11:06:10.302Z] Removing intermediate container cd19583fa0d1 [2022-04-18T11:06:10.302Z] ---> 29dd2890f61b [2022-04-18T11:06:10.302Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-18T11:06:10.302Z] ---> Running in 763d8cd84e26 [2022-04-18T11:06:10.577Z] Removing intermediate container 763d8cd84e26 [2022-04-18T11:06:10.577Z] ---> 06476ba4c50e [2022-04-18T11:06:10.577Z] Step 24/26 : LABEL arch=amd64 [2022-04-18T11:06:10.577Z] ---> Running in e0b34f09ae1e [2022-04-18T11:06:10.577Z] Removing intermediate container e0b34f09ae1e [2022-04-18T11:06:10.577Z] ---> d46d18e6ccf2 [2022-04-18T11:06:10.577Z] Step 25/26 : LABEL git_sha=1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [2022-04-18T11:06:10.836Z] ---> Running in a995821cca9d [2022-04-18T11:06:10.836Z] Removing intermediate container a995821cca9d [2022-04-18T11:06:10.836Z] ---> 3d291923389a [2022-04-18T11:06:10.836Z] Step 26/26 : LABEL version=0.0.0 [2022-04-18T11:06:10.836Z] ---> Running in 45550a1c9efc [2022-04-18T11:06:11.095Z] Removing intermediate container 45550a1c9efc [2022-04-18T11:06:11.095Z] ---> 4dcd376bdded [2022-04-18T11:06:11.095Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-18T11:06:11.095Z] Successfully built 4dcd376bdded [2022-04-18T11:06:11.095Z] 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-04-18T11:06:11.830Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-18T11:06:11.830Z] [2022-04-18T11:06:11.830Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:06:12.184Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-18T11:06:12.184Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-18T11:06:12.184Z] 5eb5b503b376: Pulling fs layer [2022-04-18T11:06:12.184Z] 5c69ac0246d0: Pulling fs layer [2022-04-18T11:06:12.184Z] ec43610c2a17: Pulling fs layer [2022-04-18T11:06:12.184Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-18T11:06:12.184Z] 33b1e0a273af: Pulling fs layer [2022-04-18T11:06:12.184Z] 5d3b04190fa2: Pulling fs layer [2022-04-18T11:06:12.184Z] 2f39f015ded8: Pulling fs layer [2022-04-18T11:06:12.184Z] 33b1e0a273af: Waiting [2022-04-18T11:06:12.184Z] 3a2ae6a8a46f: Waiting [2022-04-18T11:06:12.184Z] 5d3b04190fa2: Waiting [2022-04-18T11:06:12.184Z] 5c69ac0246d0: Verifying Checksum [2022-04-18T11:06:12.184Z] 5c69ac0246d0: Download complete [2022-04-18T11:06:12.184Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-18T11:06:12.184Z] 3a2ae6a8a46f: Download complete [2022-04-18T11:06:12.184Z] 33b1e0a273af: Verifying Checksum [2022-04-18T11:06:12.184Z] 33b1e0a273af: Download complete [2022-04-18T11:06:12.442Z] 5d3b04190fa2: Download complete [2022-04-18T11:06:12.442Z] ec43610c2a17: Verifying Checksum [2022-04-18T11:06:12.442Z] 5eb5b503b376: Verifying Checksum [2022-04-18T11:06:12.442Z] 5eb5b503b376: Download complete [2022-04-18T11:06:13.015Z] 2f39f015ded8: Verifying Checksum [2022-04-18T11:06:13.015Z] 2f39f015ded8: Download complete [2022-04-18T11:06:13.585Z] 5eb5b503b376: Pull complete [2022-04-18T11:06:13.844Z] 5c69ac0246d0: Pull complete [2022-04-18T11:06:14.412Z] ec43610c2a17: Pull complete [2022-04-18T11:06:14.412Z] 3a2ae6a8a46f: Pull complete [2022-04-18T11:06:14.670Z] 33b1e0a273af: Pull complete [2022-04-18T11:06:14.670Z] 5d3b04190fa2: Pull complete [2022-04-18T11:06:16.393Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21222 in /w/workspace/foundry_device-virtual-go_PR-277 [Pipeline] { [Pipeline] ws [2022-04-18T11:06:16.434Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2022-04-18T11:06:16.787Z] The recommended git tool is: git [2022-04-18T11:06:18.859Z] 2f39f015ded8: Pull complete [2022-04-18T11:06:18.859Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-18T11:06:18.859Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-18T11:06:18.859Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-18T11:06:18.945Z] prd-ubuntu20.04-docker-8c-8g-21221 does not seem to be running inside a container [2022-04-18T11:06:18.980Z] $ 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-277 -v /w/workspace/foundry_device-virtual-go_PR-277:/w/workspace/foundry_device-virtual-go_PR-277:rw,z -v /w/workspace/foundry_device-virtual-go_PR-277@tmp:/w/workspace/foundry_device-virtual-go_PR-277@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-04-18T11:06:21.531Z] $ docker top 8bb562d98580cc5347a3bdb719004692a04de89d3670192a018adff6ef14933c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:06:22.046Z] ---> job-cost.sh [2022-04-18T11:06:22.046Z] lf-activate-venv: SKIPPING [2022-04-18T11:06:22.046Z] INFO: No Stack... [2022-04-18T11:06:22.617Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-18T11:06:22.877Z] INFO: Archiving Costs [Pipeline] sh [2022-04-18T11:06:23.198Z] + cat /w/workspace/foundry_device-virtual-go_PR-277/archives/cost.csv [2022-04-18T11:06:23.198Z] + cut -d, -f6 [Pipeline] lock [2022-04-18T11:06:23.239Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-277-1-stack-cost] [2022-04-18T11:06:23.244Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-277-1-stack-cost] did not exist. Created. [2022-04-18T11:06:23.244Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-277-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-18T11:06:23.629Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-18T11:06:23.683Z] Stashed 1 file(s) [Pipeline] } [2022-04-18T11:06:23.706Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-277-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-18T11:06:23.791Z] $ docker stop --time=1 8bb562d98580cc5347a3bdb719004692a04de89d3670192a018adff6ef14933c [2022-04-18T11:06:24.414Z] using credential edgex-jenkins-ssh [2022-04-18T11:06:24.432Z] Cloning the remote Git repository [2022-04-18T11:06:24.489Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2022-04-18T11:06:24.585Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2022-04-18T11:06:25.010Z] $ docker rm -f 8bb562d98580cc5347a3bdb719004692a04de89d3670192a018adff6ef14933c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-18T11:06:24.728Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2022-04-18T11:06:24.729Z] > git --version # timeout=10 [2022-04-18T11:06:24.753Z] > git --version # 'git version 2.25.1' [2022-04-18T11:06:24.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-18T11:06:24.840Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-18T11:06:27.227Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2022-04-18T11:06:27.266Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-18T11:06:27.302Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2022-04-18T11:06:27.352Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2022-04-18T11:06:27.353Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-18T11:06:27.373Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/277/head:refs/remotes/origin/PR-277 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-18T11:06:27.927Z] Merging remotes/origin/main commit bad5f78d6d96ce5bc91f3437ff3501c991ccbc5c into PR head commit 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [2022-04-18T11:06:28.238Z] Merge succeeded, producing 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [2022-04-18T11:06:28.239Z] Checking out Revision 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 (PR-277) [2022-04-18T11:06:27.956Z] > git config core.sparsecheckout # timeout=10 [2022-04-18T11:06:27.975Z] > git checkout -f 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 # timeout=10 [2022-04-18T11:06:28.080Z] > git remote # timeout=10 [2022-04-18T11:06:28.117Z] > git config --get remote.origin.url # timeout=10 [2022-04-18T11:06:28.152Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-18T11:06:28.167Z] > git merge bad5f78d6d96ce5bc91f3437ff3501c991ccbc5c # timeout=10 [2022-04-18T11:06:28.227Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-18T11:06:28.251Z] > git config core.sparsecheckout # timeout=10 [2022-04-18T11:06:28.268Z] > git checkout -f 1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 # timeout=10 [2022-04-18T11:06:32.456Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v2" [2022-04-18T11:06:32.523Z] > git --version # timeout=10 [2022-04-18T11:06:32.534Z] > git --version # 'git version 2.25.1' [2022-04-18T11:06:32.549Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-18T11:06:33.659Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-18T11:06:33.659Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-18T11:06:33.659Z] Dload Upload Total Spent Left Speed [2022-04-18T11:06:33.931Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 26673 0 --:--:-- --:--:-- --:--:-- 26613 [Pipeline] sh [2022-04-18T11:06:34.456Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-18T11:06:34.807Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-18T11:06:34.807Z] + sudo tee /etc/docker/daemon.new [2022-04-18T11:06:34.807Z] { [2022-04-18T11:06:34.807Z] "registry-mirrors": [ [2022-04-18T11:06:34.807Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-18T11:06:34.807Z] ], [2022-04-18T11:06:34.807Z] "bip": "10.250.0.254/24", [2022-04-18T11:06:34.807Z] "hosts": [ [2022-04-18T11:06:34.807Z] "tcp://0.0.0.0:5555", [2022-04-18T11:06:34.807Z] "unix:///var/run/docker.sock" [2022-04-18T11:06:34.807Z] ], [2022-04-18T11:06:34.807Z] "mtu": 1458, [2022-04-18T11:06:34.807Z] "selinux-enabled": true, [2022-04-18T11:06:34.807Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-18T11:06:34.807Z] } [Pipeline] sh [2022-04-18T11:06:35.164Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-18T11:06:35.527Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-18T11:06:53.922Z] provisioning config files... [2022-04-18T11:06:53.951Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config3338511441552325864tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:06:54.549Z] ---> docker-login.sh [2022-04-18T11:06:54.549Z] nexus3.edgexfoundry.org:10001 [2022-04-18T11:06:55.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:06:55.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:06:55.421Z] Configure a credential helper to remove this warning. See [2022-04-18T11:06:55.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:06:55.421Z] [2022-04-18T11:06:55.421Z] Login Succeeded [2022-04-18T11:06:55.421Z] nexus3.edgexfoundry.org:10002 [2022-04-18T11:06:55.697Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:06:55.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:06:55.975Z] Configure a credential helper to remove this warning. See [2022-04-18T11:06:55.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:06:55.975Z] [2022-04-18T11:06:55.975Z] Login Succeeded [2022-04-18T11:06:55.975Z] nexus3.edgexfoundry.org:10003 [2022-04-18T11:06:56.249Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:06:56.523Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:06:56.523Z] Configure a credential helper to remove this warning. See [2022-04-18T11:06:56.523Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:06:56.523Z] [2022-04-18T11:06:56.523Z] Login Succeeded [2022-04-18T11:06:56.523Z] nexus3.edgexfoundry.org:10004 [2022-04-18T11:06:56.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:06:56.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:06:56.798Z] Configure a credential helper to remove this warning. See [2022-04-18T11:06:56.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:06:56.798Z] [2022-04-18T11:06:56.798Z] Login Succeeded [2022-04-18T11:06:56.798Z] docker.io [2022-04-18T11:06:57.397Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-18T11:06:57.674Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-18T11:06:57.674Z] Configure a credential helper to remove this warning. See [2022-04-18T11:06:57.674Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-18T11:06:57.674Z] [2022-04-18T11:06:57.674Z] Login Succeeded [2022-04-18T11:06:57.674Z] ---> docker-login.sh ends [Pipeline] } [2022-04-18T11:06:57.704Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-18T11:06:58.082Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-18T11:06:58.116Z] ========================================================= [2022-04-18T11:06:58.116Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-18T11:06:58.116Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:06:58.577Z] + 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-04-18T11:06:58.857Z] Sending build context to Docker daemon 11.6MB [2022-04-18T11:06:59.136Z] Step 1/12 : ARG BASE=golang:1.17-alpine3.15 [2022-04-18T11:06:59.136Z] Step 2/12 : FROM ${BASE} AS builder [2022-04-18T11:06:59.136Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-18T11:06:59.136Z] 9b3977197b4f: Pulling fs layer [2022-04-18T11:06:59.136Z] 1a89e8eeedd5: Pulling fs layer [2022-04-18T11:06:59.136Z] 94645a83ff95: Pulling fs layer [2022-04-18T11:06:59.136Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-18T11:06:59.136Z] 0c92f367c5e7: Pulling fs layer [2022-04-18T11:06:59.136Z] f7c0051592d6: Pulling fs layer [2022-04-18T11:06:59.136Z] a227ed2f7395: Pulling fs layer [2022-04-18T11:06:59.136Z] 7b1c46037f91: Pulling fs layer [2022-04-18T11:06:59.136Z] 3f3a8bcf1eab: Waiting [2022-04-18T11:06:59.136Z] 0c92f367c5e7: Waiting [2022-04-18T11:06:59.136Z] f7c0051592d6: Waiting [2022-04-18T11:06:59.136Z] 7b1c46037f91: Waiting [2022-04-18T11:06:59.136Z] a227ed2f7395: Waiting [2022-04-18T11:06:59.136Z] 94645a83ff95: Verifying Checksum [2022-04-18T11:06:59.136Z] 94645a83ff95: Download complete [2022-04-18T11:06:59.136Z] 1a89e8eeedd5: Download complete [2022-04-18T11:06:59.136Z] 0c92f367c5e7: Verifying Checksum [2022-04-18T11:06:59.136Z] 0c92f367c5e7: Download complete [2022-04-18T11:06:59.418Z] f7c0051592d6: Verifying Checksum [2022-04-18T11:06:59.418Z] f7c0051592d6: Download complete [2022-04-18T11:06:59.418Z] 9b3977197b4f: Verifying Checksum [2022-04-18T11:06:59.418Z] 9b3977197b4f: Download complete [2022-04-18T11:06:59.418Z] a227ed2f7395: Verifying Checksum [2022-04-18T11:06:59.418Z] a227ed2f7395: Download complete [2022-04-18T11:07:00.022Z] 9b3977197b4f: Pull complete [2022-04-18T11:07:00.643Z] 1a89e8eeedd5: Pull complete [2022-04-18T11:07:00.920Z] 94645a83ff95: Pull complete [2022-04-18T11:07:01.195Z] 7b1c46037f91: Verifying Checksum [2022-04-18T11:07:01.195Z] 7b1c46037f91: Download complete [2022-04-18T11:07:01.793Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-18T11:07:01.793Z] 3f3a8bcf1eab: Download complete [2022-04-18T11:07:14.204Z] 3f3a8bcf1eab: Pull complete [2022-04-18T11:07:14.204Z] 0c92f367c5e7: Pull complete [2022-04-18T11:07:14.204Z] f7c0051592d6: Pull complete [2022-04-18T11:07:14.481Z] a227ed2f7395: Pull complete [2022-04-18T11:07:21.206Z] 7b1c46037f91: Pull complete [2022-04-18T11:07:21.206Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-18T11:07:21.206Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-18T11:07:21.206Z] ---> f79e39bc4007 [2022-04-18T11:07:21.206Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-04-18T11:07:21.487Z] ---> Running in 7546cc67ab79 [2022-04-18T11:07:21.762Z] Removing intermediate container 7546cc67ab79 [2022-04-18T11:07:21.762Z] ---> c0513d1834d9 [2022-04-18T11:07:21.762Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-04-18T11:07:21.762Z] ---> Running in 5dffaf7c1e01 [2022-04-18T11:07:22.036Z] Removing intermediate container 5dffaf7c1e01 [2022-04-18T11:07:22.036Z] ---> 5bfb2bb55084 [2022-04-18T11:07:22.036Z] Step 5/12 : WORKDIR /device-virtual-go [2022-04-18T11:07:22.036Z] ---> Running in 955ae24dc5d2 [2022-04-18T11:07:22.635Z] Removing intermediate container 955ae24dc5d2 [2022-04-18T11:07:22.635Z] ---> 719f4870281d [2022-04-18T11:07:22.635Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-18T11:07:22.635Z] ---> Running in ba5d2c30f352 [2022-04-18T11:07:24.614Z] Removing intermediate container ba5d2c30f352 [2022-04-18T11:07:24.614Z] ---> 688b37e1c902 [2022-04-18T11:07:24.614Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-18T11:07:24.614Z] ---> Running in b2139368f984 [2022-04-18T11:07:25.214Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-18T11:07:26.192Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-18T11:07:27.173Z] (1/4) Installing openssh-keygen (8.8_p1-r1) [2022-04-18T11:07:27.173Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-04-18T11:07:27.173Z] (3/4) Installing openssh-client-common (8.8_p1-r1) [2022-04-18T11:07:27.458Z] (4/4) Installing openssh-client-default (8.8_p1-r1) [2022-04-18T11:07:27.458Z] Executing busybox-1.34.1-r3.trigger [2022-04-18T11:07:27.458Z] OK: 224 MiB in 56 packages [2022-04-18T11:07:28.449Z] Removing intermediate container b2139368f984 [2022-04-18T11:07:28.449Z] ---> 1d9c95ef5b3f [2022-04-18T11:07:28.449Z] Step 8/12 : COPY go.mod vendor* ./ [2022-04-18T11:07:29.049Z] ---> 49b82ad0a60e [2022-04-18T11:07:29.049Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-18T11:07:29.049Z] ---> Running in 1046e736fbeb [2022-04-18T11:08:16.102Z] Removing intermediate container 1046e736fbeb [2022-04-18T11:08:16.102Z] ---> 9accabd0ad21 [2022-04-18T11:08:16.102Z] Step 10/12 : COPY . . [2022-04-18T11:08:16.102Z] ---> 71d646461dcf [2022-04-18T11:08:16.102Z] Step 11/12 : ARG MAKE='make build' [2022-04-18T11:08:16.102Z] ---> Running in 4ca7fc76c836 [2022-04-18T11:08:16.102Z] Removing intermediate container 4ca7fc76c836 [2022-04-18T11:08:16.102Z] ---> 841286615677 [2022-04-18T11:08:16.102Z] Step 12/12 : RUN $MAKE [2022-04-18T11:08:16.102Z] ---> Running in 1a4fc013acba [2022-04-18T11:08:17.083Z] noop [2022-04-18T11:08:17.685Z] Removing intermediate container 1a4fc013acba [2022-04-18T11:08:17.685Z] ---> 4fef586c5866 [2022-04-18T11:08:17.685Z] Successfully built 4fef586c5866 [2022-04-18T11:08:17.685Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:08:18.061Z] + docker inspect -f . ci-base-image-arm64 [2022-04-18T11:08:18.061Z] . [Pipeline] withDockerContainer [2022-04-18T11:08:18.301Z] prd-ubuntu20.04-docker-arm64-4c-16g-21222 does not seem to be running inside a container [2022-04-18T11:08:18.392Z] $ 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-04-18T11:08:19.718Z] $ docker top b6bca527d43e2fb91acafc8fd675527fb8c7274bdc8dd658b527bf088f4ed68c -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-18T11:08:20.690Z] + go version [2022-04-18T11:08:20.690Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-18T11:08:20.729Z] $ docker stop --time=1 b6bca527d43e2fb91acafc8fd675527fb8c7274bdc8dd658b527bf088f4ed68c [2022-04-18T11:08:22.378Z] $ docker rm -f b6bca527d43e2fb91acafc8fd675527fb8c7274bdc8dd658b527bf088f4ed68c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:08:23.367Z] + docker inspect -f . ci-base-image-arm64 [2022-04-18T11:08:23.367Z] . [Pipeline] withDockerContainer [2022-04-18T11:08:23.638Z] prd-ubuntu20.04-docker-arm64-4c-16g-21222 does not seem to be running inside a container [2022-04-18T11:08:23.730Z] $ 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-04-18T11:08:25.012Z] $ docker top 9cfe2858ea2ef436c125e7aa5e0c4bf973a53f4d682f36a4b0bd6149bca2a3ba -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-18T11:08:26.004Z] + make test [2022-04-18T11:08:26.004Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-04-18T11:08:27.452Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-04-18T11:09:49.390Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-04-18T11:09:49.390Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.132s coverage: 65.7% of statements [2022-04-18T11:09:49.390Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-18T11:09:49.390Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-04-18T11:10:11.576Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-18T11:10:11.576Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-18T11:10:11.576Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-18T11:10:11.617Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-18T11:10:11.652Z] $ docker stop --time=1 9cfe2858ea2ef436c125e7aa5e0c4bf973a53f4d682f36a4b0bd6149bca2a3ba [2022-04-18T11:10:13.448Z] $ docker rm -f 9cfe2858ea2ef436c125e7aa5e0c4bf973a53f4d682f36a4b0bd6149bca2a3ba [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-18T11:10:14.440Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-18T11:10:14.474Z] Warning: overwriting stash ‘coverage-report’ [2022-04-18T11:10:14.944Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-18T11:10:15.556Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-18T11:10:15.906Z] + ls -al . [2022-04-18T11:10:15.906Z] total 200 [2022-04-18T11:10:15.906Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 18 11:10 . [2022-04-18T11:10:15.906Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 18 11:06 .. [2022-04-18T11:10:15.906Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 18 11:06 .git [2022-04-18T11:10:15.906Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 18 11:06 .github [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 270 Apr 18 11:06 .gitignore [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 18 11:06 .golangci.yml [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 7750 Apr 18 11:06 Attribution.txt [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 6349 Apr 18 11:06 CHANGELOG.md [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 1974 Apr 18 11:06 Dockerfile [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 18 11:06 GOVERNANCE.md [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 18 11:06 Jenkinsfile [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 18 11:06 LICENSE [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 2248 Apr 18 11:06 Makefile [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 18 11:06 OWNERS.md [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 2914 Apr 18 11:06 README.md [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 18 11:04 VERSION [2022-04-18T11:10:15.906Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 18 11:06 bin [2022-04-18T11:10:15.906Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:06 cmd [2022-04-18T11:10:15.906Z] -rw-r--r-- 1 jenkins jenkins 44128 Apr 18 11:09 coverage.out [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 3093 Apr 18 11:06 go.mod [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 53999 Apr 18 11:06 go.sum [2022-04-18T11:10:15.906Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 18 11:06 internal [2022-04-18T11:10:15.906Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 18 11:06 version.go [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:10:16.280Z] + 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=1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 --label arch=arm64 --label version=0.0.0 . [2022-04-18T11:10:16.890Z] Sending build context to Docker daemon 11.65MB [2022-04-18T11:10:16.890Z] Step 1/26 : ARG BASE=golang:1.17-alpine3.15 [2022-04-18T11:10:16.890Z] Step 2/26 : FROM ${BASE} AS builder [2022-04-18T11:10:16.890Z] ---> 4fef586c5866 [2022-04-18T11:10:16.890Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-04-18T11:10:16.890Z] ---> Running in eb506d6b8a58 [2022-04-18T11:10:17.166Z] Removing intermediate container eb506d6b8a58 [2022-04-18T11:10:17.166Z] ---> e472c8b02980 [2022-04-18T11:10:17.166Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-04-18T11:10:17.166Z] ---> Running in 76e28ae982aa [2022-04-18T11:10:17.766Z] Removing intermediate container 76e28ae982aa [2022-04-18T11:10:17.766Z] ---> bc639b5b3f24 [2022-04-18T11:10:17.766Z] Step 5/26 : WORKDIR /device-virtual-go [2022-04-18T11:10:17.766Z] ---> Running in 53bda6509ebb [2022-04-18T11:10:18.043Z] Removing intermediate container 53bda6509ebb [2022-04-18T11:10:18.043Z] ---> 67e790a2b9e0 [2022-04-18T11:10:18.043Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-18T11:10:18.043Z] ---> Running in aa466451f953 [2022-04-18T11:10:20.019Z] Removing intermediate container aa466451f953 [2022-04-18T11:10:20.019Z] ---> c104a3924329 [2022-04-18T11:10:20.019Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-18T11:10:20.019Z] ---> Running in 5c8d5b642bcd [2022-04-18T11:10:20.619Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-18T11:10:21.597Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-18T11:10:22.576Z] OK: 224 MiB in 56 packages [2022-04-18T11:10:23.170Z] Removing intermediate container 5c8d5b642bcd [2022-04-18T11:10:23.170Z] ---> 15cb369b39c6 [2022-04-18T11:10:23.170Z] Step 8/26 : COPY go.mod vendor* ./ [2022-04-18T11:10:23.770Z] ---> 06b193d70113 [2022-04-18T11:10:23.770Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-18T11:10:23.770Z] ---> Running in e09e99596e30 [2022-04-18T11:10:25.757Z] Removing intermediate container e09e99596e30 [2022-04-18T11:10:25.757Z] ---> 902587d2c244 [2022-04-18T11:10:25.757Z] Step 10/26 : COPY . . [2022-04-18T11:10:27.193Z] ---> a75570579318 [2022-04-18T11:10:27.193Z] Step 11/26 : ARG MAKE='make build' [2022-04-18T11:10:27.193Z] ---> Running in 23b1695797f4 [2022-04-18T11:10:27.193Z] Removing intermediate container 23b1695797f4 [2022-04-18T11:10:27.193Z] ---> 5d99eabecdd3 [2022-04-18T11:10:27.193Z] Step 12/26 : RUN $MAKE [2022-04-18T11:10:27.467Z] ---> Running in 48397dc80d80 [2022-04-18T11:10:28.447Z] 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-04-18T11:12:35.321Z] Removing intermediate container 48397dc80d80 [2022-04-18T11:12:35.321Z] ---> 31b1996b883d [2022-04-18T11:12:35.321Z] Step 13/26 : FROM alpine:3.14 [2022-04-18T11:12:35.321Z] 3.14: Pulling from library/alpine [2022-04-18T11:12:35.321Z] 455c02918c45: Pulling fs layer [2022-04-18T11:12:35.321Z] 455c02918c45: Verifying Checksum [2022-04-18T11:12:35.321Z] 455c02918c45: Download complete [2022-04-18T11:12:35.321Z] 455c02918c45: Pull complete [2022-04-18T11:12:35.321Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-18T11:12:35.321Z] Status: Downloaded newer image for alpine:3.14 [2022-04-18T11:12:35.321Z] ---> ac73e934f311 [2022-04-18T11:12:35.321Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-04-18T11:12:35.321Z] ---> Running in 3a16ea97d0e9 [2022-04-18T11:12:35.321Z] Removing intermediate container 3a16ea97d0e9 [2022-04-18T11:12:35.321Z] ---> 8398bd143638 [2022-04-18T11:12:35.321Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-18T11:12:35.321Z] ---> Running in 2566216bd2b5 [2022-04-18T11:12:35.321Z] Removing intermediate container 2566216bd2b5 [2022-04-18T11:12:35.321Z] ---> 5fa5c8979a46 [2022-04-18T11:12:35.321Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-18T11:12:35.321Z] ---> Running in ecc83cff4952 [2022-04-18T11:12:35.321Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-18T11:12:35.321Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-18T11:12:35.321Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-18T11:12:35.321Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-18T11:12:35.321Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-18T11:12:35.321Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-18T11:12:35.321Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-18T11:12:35.321Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-18T11:12:35.321Z] Executing busybox-1.33.1-r7.trigger [2022-04-18T11:12:35.321Z] OK: 8 MiB in 20 packages [2022-04-18T11:12:35.321Z] Removing intermediate container ecc83cff4952 [2022-04-18T11:12:35.321Z] ---> 1ee2947cb747 [2022-04-18T11:12:35.321Z] Step 17/26 : WORKDIR / [2022-04-18T11:12:35.321Z] ---> Running in 9c363f05cfb4 [2022-04-18T11:12:35.321Z] Removing intermediate container 9c363f05cfb4 [2022-04-18T11:12:35.321Z] ---> e4747551f4ec [2022-04-18T11:12:35.321Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-04-18T11:12:35.321Z] ---> 0f10b8096f23 [2022-04-18T11:12:35.321Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2022-04-18T11:12:35.321Z] ---> 61b65a5c6bff [2022-04-18T11:12:35.321Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2022-04-18T11:12:35.321Z] ---> af003364c533 [2022-04-18T11:12:35.321Z] Step 21/26 : EXPOSE 59900 [2022-04-18T11:12:35.321Z] ---> Running in 6b927f71bbde [2022-04-18T11:12:35.321Z] Removing intermediate container 6b927f71bbde [2022-04-18T11:12:35.321Z] ---> 6b1a8bf425e8 [2022-04-18T11:12:35.321Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2022-04-18T11:12:35.321Z] ---> Running in f9f3b7420af3 [2022-04-18T11:12:35.321Z] Removing intermediate container f9f3b7420af3 [2022-04-18T11:12:35.321Z] ---> 66b7a38d0d31 [2022-04-18T11:12:35.321Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-18T11:12:35.321Z] ---> Running in f3281437f686 [2022-04-18T11:12:35.321Z] Removing intermediate container f3281437f686 [2022-04-18T11:12:35.321Z] ---> a8efa8910df1 [2022-04-18T11:12:35.321Z] Step 24/26 : LABEL arch=arm64 [2022-04-18T11:12:35.321Z] ---> Running in 73e4aa388574 [2022-04-18T11:12:35.321Z] Removing intermediate container 73e4aa388574 [2022-04-18T11:12:35.321Z] ---> 735ff0185f24 [2022-04-18T11:12:35.321Z] Step 25/26 : LABEL git_sha=1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [2022-04-18T11:12:35.321Z] ---> Running in 69ffffccc274 [2022-04-18T11:12:35.321Z] Removing intermediate container 69ffffccc274 [2022-04-18T11:12:35.321Z] ---> 2e12fdeee7ce [2022-04-18T11:12:35.321Z] Step 26/26 : LABEL version=0.0.0 [2022-04-18T11:12:35.321Z] ---> Running in f6c786b8aa41 [2022-04-18T11:12:35.321Z] Removing intermediate container f6c786b8aa41 [2022-04-18T11:12:35.321Z] ---> b05eb24f0c9e [2022-04-18T11:12:35.321Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-18T11:12:35.321Z] Successfully built b05eb24f0c9e [2022-04-18T11:12:35.321Z] 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-04-18T11:12:36.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-18T11:12:36.015Z] [2022-04-18T11:12:36.015Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:12:36.398Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-18T11:12:36.676Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-18T11:12:36.676Z] 8998bd30e6a1: Pulling fs layer [2022-04-18T11:12:36.676Z] 04944245beec: Pulling fs layer [2022-04-18T11:12:36.676Z] 699f458cf7ca: Pulling fs layer [2022-04-18T11:12:36.676Z] 765212b225bb: Pulling fs layer [2022-04-18T11:12:36.676Z] f23df028b6ca: Pulling fs layer [2022-04-18T11:12:36.676Z] d65c8cfc05b1: Pulling fs layer [2022-04-18T11:12:36.676Z] 2437ff75d9bd: Pulling fs layer [2022-04-18T11:12:36.676Z] 765212b225bb: Waiting [2022-04-18T11:12:36.676Z] d65c8cfc05b1: Waiting [2022-04-18T11:12:36.676Z] 2437ff75d9bd: Waiting [2022-04-18T11:12:36.676Z] f23df028b6ca: Waiting [2022-04-18T11:12:36.676Z] 04944245beec: Verifying Checksum [2022-04-18T11:12:36.676Z] 04944245beec: Download complete [2022-04-18T11:12:36.676Z] 765212b225bb: Verifying Checksum [2022-04-18T11:12:36.676Z] 765212b225bb: Download complete [2022-04-18T11:12:36.676Z] f23df028b6ca: Verifying Checksum [2022-04-18T11:12:36.676Z] f23df028b6ca: Download complete [2022-04-18T11:12:36.676Z] d65c8cfc05b1: Verifying Checksum [2022-04-18T11:12:36.676Z] d65c8cfc05b1: Download complete [2022-04-18T11:12:36.952Z] 699f458cf7ca: Verifying Checksum [2022-04-18T11:12:36.952Z] 699f458cf7ca: Download complete [2022-04-18T11:12:37.229Z] 8998bd30e6a1: Verifying Checksum [2022-04-18T11:12:37.229Z] 8998bd30e6a1: Download complete [2022-04-18T11:12:39.233Z] 2437ff75d9bd: Download complete [2022-04-18T11:12:41.212Z] 8998bd30e6a1: Pull complete [2022-04-18T11:12:41.812Z] 04944245beec: Pull complete [2022-04-18T11:12:43.244Z] 699f458cf7ca: Pull complete [2022-04-18T11:12:43.520Z] 765212b225bb: Pull complete [2022-04-18T11:12:44.117Z] f23df028b6ca: Pull complete [2022-04-18T11:12:44.392Z] d65c8cfc05b1: Pull complete [2022-04-18T11:12:59.474Z] 2437ff75d9bd: Pull complete [2022-04-18T11:12:59.474Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-18T11:12:59.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-18T11:12:59.474Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-18T11:12:59.751Z] prd-ubuntu20.04-docker-arm64-4c-16g-21222 does not seem to be running inside a container [2022-04-18T11:12:59.833Z] $ 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-04-18T11:13:02.392Z] $ docker top 2bd6ea90aae6c663331427e9cbfa2eb44d5e33a02b775fe78b2248220f4b2062 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:13:03.363Z] ---> job-cost.sh [2022-04-18T11:13:03.363Z] lf-activate-venv: SKIPPING [2022-04-18T11:13:03.363Z] INFO: No Stack... [2022-04-18T11:13:03.635Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-18T11:13:04.612Z] INFO: Archiving Costs [Pipeline] sh [2022-04-18T11:13:05.294Z] + + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2022-04-18T11:13:05.294Z] cut -d, -f6 [Pipeline] lock [2022-04-18T11:13:05.377Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-277-1-stack-cost] [2022-04-18T11:13:05.381Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-277-1-stack-cost] did not exist. Created. [2022-04-18T11:13:05.381Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-277-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-18T11:13:06.126Z] /w/workspace/device-virtual-go/1@tmp/durable-aa2d11a9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-18T11:13:06.817Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-18T11:13:06.852Z] Warning: overwriting stash ‘stack-cost’ [2022-04-18T11:13:06.891Z] Stashed 1 file(s) [Pipeline] } [2022-04-18T11:13:06.906Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-277-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-18T11:13:06.979Z] $ docker stop --time=1 2bd6ea90aae6c663331427e9cbfa2eb44d5e33a02b775fe78b2248220f4b2062 [2022-04-18T11:13:08.486Z] $ docker rm -f 2bd6ea90aae6c663331427e9cbfa2eb44d5e33a02b775fe78b2248220f4b2062 [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-04-18T11:13:09.547Z] provisioning config files... [2022-04-18T11:13:09.556Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-277@tmp/config6040287957960927117tmp [Pipeline] { [Pipeline] sh [2022-04-18T11:13:09.897Z] + set +x [2022-04-18T11:13:09.897Z] + curl -s https://codecov.io/bash+ [2022-04-18T11:13:09.897Z] bash -s -- [2022-04-18T11:13:09.897Z] [2022-04-18T11:13:09.897Z] _____ _ [2022-04-18T11:13:09.897Z] / ____| | | [2022-04-18T11:13:09.897Z] | | ___ __| | ___ ___ _____ __ [2022-04-18T11:13:09.897Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-18T11:13:09.897Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-18T11:13:09.897Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-18T11:13:09.897Z] Bash-1.0.6 [2022-04-18T11:13:09.897Z] [2022-04-18T11:13:09.897Z] [2022-04-18T11:13:09.897Z] ==> git version 2.25.1 found [2022-04-18T11:13:09.897Z] ==> 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-04-18T11:13:09.897Z] Release-Date: 2020-01-08 [2022-04-18T11:13:09.897Z] 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-04-18T11:13:09.897Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-18T11:13:09.897Z] ==> Jenkins CI detected. [2022-04-18T11:13:09.897Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-277 [2022-04-18T11:13:09.897Z] project root: . [2022-04-18T11:13:09.897Z] --> token set from env [2022-04-18T11:13:09.897Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-18T11:13:09.897Z] ==> Running gcov in . (disable via -X gcov) [2022-04-18T11:13:09.897Z] ==> Python coveragepy not found [2022-04-18T11:13:09.897Z] ==> Searching for coverage reports in: [2022-04-18T11:13:09.897Z] + . [2022-04-18T11:13:09.897Z] -> Found 1 reports [2022-04-18T11:13:09.897Z] ==> Detecting git/mercurial file structure [2022-04-18T11:13:09.897Z] ==> Reading reports [2022-04-18T11:13:09.897Z] + ./coverage.out bytes=44128 [2022-04-18T11:13:09.897Z] ==> Appending adjustments [2022-04-18T11:13:09.897Z] https://docs.codecov.io/docs/fixing-reports [2022-04-18T11:13:10.157Z] + Found adjustments [2022-04-18T11:13:10.157Z] ==> Gzipping contents [2022-04-18T11:13:10.157Z] 8.0K /tmp/codecov.hsXwcW.gz [2022-04-18T11:13:10.157Z] ==> Uploading reports [2022-04-18T11:13:10.157Z] url: https://codecov.io [2022-04-18T11:13:10.157Z] query: branch=PR-277&commit=1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-277%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=277&job=&cmd_args= [2022-04-18T11:13:10.157Z] -> Pinging Codecov [2022-04-18T11:13:10.157Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-277&commit=1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-277%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=277&job=&cmd_args= [2022-04-18T11:13:10.417Z] -> Uploading to [2022-04-18T11:13:10.417Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-18/5E52B4B073DB2E39498172D8E973AA87/1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9/325b9ed4-77ac-4f2a-8e81-af0737c8b96e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220418%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220418T111310Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ff96ce538beebb5b5f29bcc2b8639d5a8275ac858809fc427da867f345bb0acf [2022-04-18T11:13:10.417Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-18T11:13:10.417Z] Dload Upload Total Spent Left Speed [2022-04-18T11:13:10.678Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5298 0 0 100 5298 0 19622 --:--:-- --:--:-- --:--:-- 19622 [2022-04-18T11:13:10.678Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/1efad5c98deeaa23ed8bf96f55a3ce7e06d8eca9 [Pipeline] } [2022-04-18T11:13:10.709Z] 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-04-18T11:13:12.351Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-277/archives ] [2022-04-18T11:13:12.351Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-277/archives [2022-04-18T11:13:12.351Z] total 16 [2022-04-18T11:13:12.351Z] drwxr-xr-x 3 root root 4096 Apr 18 11:06 . [2022-04-18T11:13:12.351Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 18 11:06 .. [2022-04-18T11:13:12.351Z] drwxr-xr-x 2 root root 4096 Apr 18 11:06 cost [2022-04-18T11:13:12.351Z] -rw-r--r-- 1 root root 88 Apr 18 11:06 cost.csv [2022-04-18T11:13:12.351Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-277/archives [2022-04-18T11:13:12.351Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-277/archives [2022-04-18T11:13:12.351Z] total 16 [2022-04-18T11:13:12.351Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 18 11:06 . [2022-04-18T11:13:12.351Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 18 11:06 .. [2022-04-18T11:13:12.351Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 18 11:06 cost [2022-04-18T11:13:12.352Z] -rw-r--r-- 1 jenkins jenkins 88 Apr 18 11:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:13:12.673Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:13:13.567Z] ---> package-listing.sh [2022-04-18T11:13:13.567Z] ++ facter osfamily [2022-04-18T11:13:13.567Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-18T11:13:13.828Z] + OS_FAMILY=debian [2022-04-18T11:13:13.828Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-277 [2022-04-18T11:13:13.828Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-18T11:13:13.828Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-18T11:13:13.828Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-18T11:13:13.828Z] + PACKAGES=/tmp/packages_start.txt [2022-04-18T11:13:13.828Z] + '[' /w/workspace/foundry_device-virtual-go_PR-277 ']' [2022-04-18T11:13:13.828Z] + PACKAGES=/tmp/packages_end.txt [2022-04-18T11:13:13.828Z] + case "${OS_FAMILY}" in [2022-04-18T11:13:13.828Z] + dpkg -l [2022-04-18T11:13:13.828Z] + grep '^ii' [2022-04-18T11:13:13.828Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-18T11:13:13.828Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-18T11:13:13.828Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-18T11:13:13.828Z] + '[' /w/workspace/foundry_device-virtual-go_PR-277 ']' [2022-04-18T11:13:13.828Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-277/archives/ [2022-04-18T11:13:13.828Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-277/archives/ [Pipeline] echo [2022-04-18T11:13:13.871Z] 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-277/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-18T11:13:14.168Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-18T11:13:14.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-18T11:13:14.754Z] . [Pipeline] withDockerContainer [2022-04-18T11:13:14.844Z] prd-ubuntu20.04-docker-8c-8g-21221 does not seem to be running inside a container [2022-04-18T11:13:14.882Z] $ 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-277/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-277 -v /w/workspace/foundry_device-virtual-go_PR-277:/w/workspace/foundry_device-virtual-go_PR-277:rw,z -v /w/workspace/foundry_device-virtual-go_PR-277@tmp:/w/workspace/foundry_device-virtual-go_PR-277@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-04-18T11:13:15.167Z] $ docker top bed0d29628a0ba28b66c55861c1ca9c9c4f748f5a2d0f5070f24dac4943beccd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-18T11:13:15.571Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-18T11:13:15.892Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-18T11:13:16.206Z] + ls /var/log/sa-host [2022-04-18T11:13:16.206Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-18T11:13:16.498Z] provisioning config files... [2022-04-18T11:13:16.509Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-277@tmp/config7905927550951701573tmp [Pipeline] { [Pipeline] echo [2022-04-18T11:13:16.559Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:13:16.871Z] ---> create-netrc.sh [Pipeline] } [2022-04-18T11:13:16.902Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:13:17.325Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-18T11:13:17.360Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:13:17.674Z] ---> sudo-logs.sh [2022-04-18T11:13:17.674Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-18T11:13:17.769Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:13:18.121Z] ---> job-cost.sh [2022-04-18T11:13:18.121Z] lf-activate-venv: SKIPPING [2022-04-18T11:13:18.121Z] DEBUG: total: 0.2199999988079071 [2022-04-18T11:13:18.121Z] INFO: Retrieving Stack Cost... [2022-04-18T11:13:18.765Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-18T11:13:19.026Z] INFO: Archiving Costs [Pipeline] echo [2022-04-18T11:13:19.057Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-18T11:13:19.371Z] ---> logs-deploy.sh [2022-04-18T11:13:19.371Z] lf-activate-venv: SKIPPING [2022-04-18T11:13:19.371Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-277/1 [2022-04-18T11:13:19.371Z] INFO: archiving workspace using pattern(s): [2022-04-18T11:13:20.312Z] Archives upload complete. [2022-04-18T11:13:20.312Z] INFO: archiving logs to Nexus