Pull request #361 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from af3d51509e69588ca85b60ad07649c4a7a30d1ee+5a04d26f76890061c899b2731a9aad77e3e4418b (206b2661f9af8dae71d39fd28a7cc9b6075f932e) 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-ssh712877321814075523.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15807563762919889569.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-361/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-361/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7434611958583238853.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-361/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2759191248372203488.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh12396687600052788671.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-361/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-361/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8185507123070628684.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-builder-2c-1g-842’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-8c-8g-629’ is offline ‘prd-ubuntu20.04-docker-8c-8g-630’ is offline ‘prd-ubuntu20.04-docker-8c-8g-852’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-754’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ ‘prd-ubuntu20.04-docker-arm64-4c-16g-756’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-856 in /w/workspace/foundry_device-virtual-go_PR-361 [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-361 # 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/361/head:refs/remotes/origin/PR-361 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 5a04d26f76890061c899b2731a9aad77e3e4418b into PR head commit af3d51509e69588ca85b60ad07649c4a7a30d1ee Merge succeeded, producing af3d51509e69588ca85b60ad07649c4a7a30d1ee Checking out Revision af3d51509e69588ca85b60ad07649c4a7a30d1ee (PR-361) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:11:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:11:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:11:33 ========================================================= 16:11:33 EdgeX Global Pipelines Version Info 16:11:33 ========================================================= [Pipeline] libraryResource > git config core.sparsecheckout # timeout=10 > git checkout -f af3d51509e69588ca85b60ad07649c4a7a30d1ee # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5a04d26f76890061c899b2731a9aad77e3e4418b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af3d51509e69588ca85b60ad07649c4a7a30d1ee # timeout=10 [Pipeline] sh 16:11:34 ------------------- 16:11:34 stable info: 16:11:34 ------------------- 16:11:34 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:11:34 Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a 16:11:34 Message: update stable to v1.0.245 16:11:35 ------------------- 16:11:35 experimental info: 16:11:35 ------------------- 16:11:35 Commited By: **** collab-it+edgex@linuxfoundation.org 16:11:35 Commit SHA: eb5041bb0874f6b7cdca3e6793e1ef87c0289dce 16:11:35 Message: update experimental to v1.0.246 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:11:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-361 [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-361 [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-361 [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = af3d51509e69588ca85b60ad07649c4a7a30d1ee [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = af3d515 [Pipeline] echo 16:11:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:11:36 provisioning config files... 16:11:36 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-361@tmp/config9698670677227317279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:11:37 ---> docker-login.sh 16:11:37 nexus3.edgexfoundry.org:10001 16:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:37 Configure a credential helper to remove this warning. See 16:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:37 16:11:37 Login Succeeded 16:11:37 nexus3.edgexfoundry.org:10002 16:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:37 Configure a credential helper to remove this warning. See 16:11:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:37 16:11:37 Login Succeeded 16:11:37 nexus3.edgexfoundry.org:10003 16:11:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:38 Configure a credential helper to remove this warning. See 16:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:38 16:11:38 Login Succeeded 16:11:38 nexus3.edgexfoundry.org:10004 16:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:38 Configure a credential helper to remove this warning. See 16:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:38 16:11:38 Login Succeeded 16:11:38 docker.io 16:11:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:38 Configure a credential helper to remove this warning. See 16:11:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:38 16:11:38 Login Succeeded 16:11:38 ---> docker-login.sh ends [Pipeline] } 16:11:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:11:39 + git rev-list -1 --merges af3d51509e69588ca85b60ad07649c4a7a30d1ee~1..af3d51509e69588ca85b60ad07649c4a7a30d1ee [Pipeline] echo 16:11:39 -----------> git rev-list -1 --merges af3d51509e69588ca85b60ad07649c4a7a30d1ee~1..af3d51509e69588ca85b60ad07649c4a7a30d1ee af3d51509e69588ca85b60ad07649c4a7a30d1ee [false] [Pipeline] sh 16:11:39 + git log --format=format:%s -1 af3d51509e69588ca85b60ad07649c4a7a30d1ee [Pipeline] echo 16:11:39 ========================================================= 16:11:39 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:11:39 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:11:39 + git log --format=format:%s -1 af3d51509e69588ca85b60ad07649c4a7a30d1ee [Pipeline] echo 16:11:39 [semverPrep] GIT_COMMIT: af3d51509e69588ca85b60ad07649c4a7a30d1ee, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo 16:11:40 [semverPrep] This is not a build commit. [Pipeline] sh 16:11:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:11:40 + grep -v github /etc/ssh/ssh_known_hosts 16:11:40 + [ -e /tmp/ssh_known_hosts ] 16:11:40 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:11:40 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:11:40 sudo tee -a /etc/ssh/ssh_known_hosts 16:11:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:11:40 16:11:40 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:11:41 0.1.4: Pulling from edgex-devops/py-git-semver 16:11:41 b85a868b505f: Pulling fs layer 16:11:41 e2be974225ed: Pulling fs layer 16:11:41 339a4e72a1f5: Pulling fs layer 16:11:41 988bab9f4d93: Pulling fs layer 16:11:41 1469e6f7b9e6: Pulling fs layer 16:11:41 eaf3925da568: Pulling fs layer 16:11:41 bab4dde63d76: Pulling fs layer 16:11:41 bde34c3a00c8: Pulling fs layer 16:11:41 b352a97aabf1: Pulling fs layer 16:11:41 4872d77fe225: Pulling fs layer 16:11:41 5851b861e8e6: Pulling fs layer 16:11:41 bab4dde63d76: Waiting 16:11:41 bde34c3a00c8: Waiting 16:11:41 b352a97aabf1: Waiting 16:11:41 4872d77fe225: Waiting 16:11:41 988bab9f4d93: Waiting 16:11:41 5851b861e8e6: Waiting 16:11:41 1469e6f7b9e6: Waiting 16:11:41 eaf3925da568: Waiting 16:11:41 e2be974225ed: Verifying Checksum 16:11:41 e2be974225ed: Download complete 16:11:41 988bab9f4d93: Verifying Checksum 16:11:41 988bab9f4d93: Download complete 16:11:42 1469e6f7b9e6: Verifying Checksum 16:11:42 1469e6f7b9e6: Download complete 16:11:42 eaf3925da568: Verifying Checksum 16:11:42 339a4e72a1f5: Verifying Checksum 16:11:42 339a4e72a1f5: Download complete 16:11:42 bde34c3a00c8: Verifying Checksum 16:11:42 bde34c3a00c8: Download complete 16:11:42 4872d77fe225: Verifying Checksum 16:11:42 4872d77fe225: Download complete 16:11:42 5851b861e8e6: Verifying Checksum 16:11:42 5851b861e8e6: Download complete 16:11:42 b85a868b505f: Verifying Checksum 16:11:42 b85a868b505f: Download complete 16:11:43 bab4dde63d76: Verifying Checksum 16:11:43 bab4dde63d76: Download complete 16:11:43 b85a868b505f: Pull complete 16:11:43 e2be974225ed: Pull complete 16:11:44 339a4e72a1f5: Pull complete 16:11:44 988bab9f4d93: Pull complete 16:11:44 1469e6f7b9e6: Pull complete 16:11:44 eaf3925da568: Pull complete 16:11:46 bab4dde63d76: Pull complete 16:11:46 bde34c3a00c8: Pull complete 16:11:46 b352a97aabf1: Pull complete 16:11:46 4872d77fe225: Pull complete 16:11:46 5851b861e8e6: Pull complete 16:11:46 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:11:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:11:46 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:11:46 prd-ubuntu20.04-docker-8c-8g-856 does not seem to be running inside a container 16:11:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-361 -v /w/workspace/foundry_device-virtual-go_PR-361:/w/workspace/foundry_device-virtual-go_PR-361:rw,z -v /w/workspace/foundry_device-virtual-go_PR-361@tmp:/w/workspace/foundry_device-virtual-go_PR-361@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:11:48 $ docker top ecba77101465951561deaf2616d1cef68cadfbc03b8e1c690a40da2246a06f2d -eo pid,comm 16:11:48 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 16:11:48 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:11:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:11:48 [ssh-agent] Looking for ssh-agent implementation... 16:11:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:11:48 $ docker exec ecba77101465951561deaf2616d1cef68cadfbc03b8e1c690a40da2246a06f2d ssh-agent 16:11:48 SSH_AUTH_SOCK=/tmp/ssh-GF5TQkIh3XYt/agent.33 16:11:48 SSH_AGENT_PID=39 16:11:48 Running ssh-add (command line suppressed) 16:11:48 Identity added: /w/workspace/foundry_device-virtual-go_PR-361@tmp/private_key_2633991051931751598.key (/w/workspace/foundry_device-virtual-go_PR-361@tmp/private_key_2633991051931751598.key) 16:11:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:11:49 + git tag --points-at HEAD [Pipeline] } 16:11:49 $ docker exec --env ******** --env ******** ecba77101465951561deaf2616d1cef68cadfbc03b8e1c690a40da2246a06f2d ssh-agent -k 16:11:49 unset SSH_AUTH_SOCK; 16:11:49 unset SSH_AGENT_PID; 16:11:49 echo Agent pid 39 killed; 16:11:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:11:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:11:49 [ssh-agent] Looking for ssh-agent implementation... 16:11:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:11:49 $ docker exec ecba77101465951561deaf2616d1cef68cadfbc03b8e1c690a40da2246a06f2d ssh-agent 16:11:49 SSH_AUTH_SOCK=/tmp/ssh-MNoN4ESlh6xg/agent.71 16:11:49 SSH_AGENT_PID=78 16:11:49 Running ssh-add (command line suppressed) 16:11:49 Identity added: /w/workspace/foundry_device-virtual-go_PR-361@tmp/private_key_8635162851329155952.key (/w/workspace/foundry_device-virtual-go_PR-361@tmp/private_key_8635162851329155952.key) 16:11:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:11:50 + git semver init 16:11:50 2023-03-15 16:11:50,342 [run_init] DEBUG init version:0.0.0 force:False 16:11:50 2023-03-15 16:11:50,343 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-361/.semver 16:11:50 2023-03-15 16:11:50,344 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-361/.semver 16:11:50 2023-03-15 16:11:50,344 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-361/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-361, universal_newlines=False, shell=None, istream=None) 16:11:51 2023-03-15 16:11:51,354 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-361/.git/info/exclude 16:11:51 2023-03-15 16:11:51,355 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-361/.semver/PR-361 with force:False 16:11:51 2023-03-15 16:11:51,355 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-361/.semver/PR-361 16:11:51 2023-03-15 16:11:51,359 [execute] INFO git cat-file --batch-check 16:11:51 2023-03-15 16:11:51,359 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-361/.semver, universal_newlines=False, shell=None, istream=) 16:11:51 2023-03-15 16:11:51,365 [execute] INFO git cat-file --batch 16:11:51 2023-03-15 16:11:51,365 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-361/.semver, universal_newlines=False, shell=None, istream=) 16:11:51 2023-03-15 16:11:51,370 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-361/.semver/PR-361 16:11:51 0.0.0 [Pipeline] } 16:11:51 $ docker exec --env ******** --env ******** ecba77101465951561deaf2616d1cef68cadfbc03b8e1c690a40da2246a06f2d ssh-agent -k 16:11:51 unset SSH_AUTH_SOCK; 16:11:51 unset SSH_AGENT_PID; 16:11:51 echo Agent pid 78 killed; 16:11:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:11:52 + git semver [Pipeline] } 16:11:52 $ docker stop --time=1 ecba77101465951561deaf2616d1cef68cadfbc03b8e1c690a40da2246a06f2d 16:11:53 $ docker rm -f --volumes ecba77101465951561deaf2616d1cef68cadfbc03b8e1c690a40da2246a06f2d [Pipeline] // withDockerContainer [Pipeline] sh 16:11:54 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:11:54 Stashed 1 file(s) [Pipeline] echo 16:11:54 [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 16:11:55 provisioning config files... 16:11:55 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-361@tmp/config12541969901109745405tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:11:55 ---> docker-login.sh 16:11:55 nexus3.edgexfoundry.org:10001 16:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:55 Configure a credential helper to remove this warning. See 16:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:55 16:11:55 Login Succeeded 16:11:55 nexus3.edgexfoundry.org:10002 16:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:55 Configure a credential helper to remove this warning. See 16:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:55 16:11:55 Login Succeeded 16:11:55 nexus3.edgexfoundry.org:10003 16:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:55 Configure a credential helper to remove this warning. See 16:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:55 16:11:55 Login Succeeded 16:11:55 nexus3.edgexfoundry.org:10004 16:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:55 Configure a credential helper to remove this warning. See 16:11:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:55 16:11:55 Login Succeeded 16:11:55 docker.io 16:11:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:11:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:11:56 Configure a credential helper to remove this warning. See 16:11:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:11:56 16:11:56 Login Succeeded 16:11:56 ---> docker-login.sh ends [Pipeline] } 16:11:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:11:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:11:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:11:56 ========================================================= 16:11:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] 16:11:56 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:56 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . 16:11:56 Sending build context to Docker daemon 23.5MB 16:11:56 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:11:56 Step 2/12 : FROM ${BASE} AS builder 16:11:57 1.20-alpine: Pulling from edgex-devops/edgex-golang-base 16:11:57 63b65145d645: Pulling fs layer 16:11:57 a2d21d5440eb: Pulling fs layer 16:11:57 935e6c44a52c: Pulling fs layer 16:11:57 94cc34f8dd06: Pulling fs layer 16:11:57 30dea6a524f1: Pulling fs layer 16:11:57 a2aff8979fd8: Pulling fs layer 16:11:57 6808be2612f2: Pulling fs layer 16:11:57 f25807f1079a: Pulling fs layer 16:11:57 30dea6a524f1: Waiting 16:11:57 94cc34f8dd06: Waiting 16:11:57 6808be2612f2: Waiting 16:11:57 a2d21d5440eb: Download complete 16:11:57 94cc34f8dd06: Download complete 16:11:57 30dea6a524f1: Verifying Checksum 16:11:57 30dea6a524f1: Download complete 16:11:57 63b65145d645: Verifying Checksum 16:11:57 63b65145d645: Download complete 16:11:57 a2aff8979fd8: Verifying Checksum 16:11:57 a2aff8979fd8: Download complete 16:11:57 63b65145d645: Pull complete 16:11:57 a2d21d5440eb: Pull complete 16:11:57 f25807f1079a: Verifying Checksum 16:11:57 f25807f1079a: Download complete 16:11:57 935e6c44a52c: Verifying Checksum 16:11:57 935e6c44a52c: Download complete 16:11:58 6808be2612f2: Verifying Checksum 16:11:58 6808be2612f2: Download complete 16:12:00 935e6c44a52c: Pull complete 16:12:00 94cc34f8dd06: Pull complete 16:12:01 30dea6a524f1: Pull complete 16:12:01 a2aff8979fd8: Pull complete 16:12:03 6808be2612f2: Pull complete 16:12:03 f25807f1079a: Pull complete 16:12:03 Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 16:12:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine 16:12:03 ---> 3b553350e43f 16:12:03 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 16:12:07 ---> Running in d51a2cfa14a0 16:12:07 Removing intermediate container d51a2cfa14a0 16:12:07 ---> e8ad1befb820 16:12:07 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:12:07 ---> Running in c420b9d54e76 16:12:07 Removing intermediate container c420b9d54e76 16:12:07 ---> 4a03bfc84cf2 16:12:07 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:12:07 ---> Running in 84f479ddb689 16:12:07 Removing intermediate container 84f479ddb689 16:12:07 ---> 7f5e299f5332 16:12:07 Step 6/12 : WORKDIR /device-virtual-go 16:12:07 ---> Running in 359e472d02e8 16:12:07 Removing intermediate container 359e472d02e8 16:12:07 ---> 86ff3156400c 16:12:07 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:12:07 ---> Running in f1b3edcf90b4 16:12:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:12:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:12:07 (1/4) Installing openssh-keygen (9.1_p1-r2) 16:12:07 (2/4) Installing libedit (20221030.3.1-r0) 16:12:07 (3/4) Installing openssh-client-common (9.1_p1-r2) 16:12:07 (4/4) Installing openssh-client-default (9.1_p1-r2) 16:12:07 Executing busybox-1.35.0-r29.trigger 16:12:07 OK: 269 MiB in 57 packages 16:12:08 Removing intermediate container f1b3edcf90b4 16:12:08 ---> 3810adcaf55d 16:12:08 Step 8/12 : COPY go.mod vendor* ./ 16:12:08 ---> 10ab12a74f75 16:12:08 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:12:08 ---> Running in aba0f70b7251 16:12:10 Still waiting to schedule task 16:12:10 ‘prd-centos7-builder-2c-1g-842’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:12:10 ‘prd-ubuntu20.04-docker-8c-8g-629’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:12:10 ‘prd-ubuntu20.04-docker-8c-8g-630’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:12:10 ‘prd-ubuntu20.04-docker-8c-8g-860’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:12:10 ‘prd-ubuntu20.04-docker-8c-8g-861’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:12:10 ‘prd-ubuntu20.04-docker-arm64-4c-16g-754’ is offline 16:12:10 ‘prd-ubuntu20.04-docker-arm64-4c-16g-756’ is offline 16:12:10 ‘prd-ubuntu20.04-docker-arm64-4c-16g-858’ is offline 16:12:30 Removing intermediate container aba0f70b7251 16:12:30 ---> b50de68bb9fe 16:12:30 Step 10/12 : COPY . . 16:12:30 ---> e53bb6adadfe 16:12:30 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:12:30 ---> Running in 026fbcf6b223 16:12:30 Removing intermediate container 026fbcf6b223 16:12:30 ---> 50a296a6a7e0 16:12:30 Step 12/12 : RUN $MAKE 16:12:30 ---> Running in 9a635b5bfebf 16:12:30 noop 16:12:30 Removing intermediate container 9a635b5bfebf 16:12:30 ---> 9f252c8063d2 16:12:30 Successfully built 9f252c8063d2 16:12:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:30 + docker inspect -f . ci-base-image-x86_64 16:12:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:30 prd-ubuntu20.04-docker-8c-8g-856 does not seem to be running inside a container 16:12:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-361 -v /w/workspace/foundry_device-virtual-go_PR-361:/w/workspace/foundry_device-virtual-go_PR-361:rw,z -v /w/workspace/foundry_device-virtual-go_PR-361@tmp:/w/workspace/foundry_device-virtual-go_PR-361@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 16:12:31 $ docker top 91cdfa70aa69c5a3fa4b1ef79e14565a904dbca9aeeac658e974792b1c95aede -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:31 + go version 16:12:31 go version go1.20.2 linux/amd64 [Pipeline] } 16:12:31 $ docker stop --time=1 91cdfa70aa69c5a3fa4b1ef79e14565a904dbca9aeeac658e974792b1c95aede 16:12:33 $ docker rm -f --volumes 91cdfa70aa69c5a3fa4b1ef79e14565a904dbca9aeeac658e974792b1c95aede [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:12:33 + docker inspect -f . ci-base-image-x86_64 16:12:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:12:34 prd-ubuntu20.04-docker-8c-8g-856 does not seem to be running inside a container 16:12:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-361 -v /w/workspace/foundry_device-virtual-go_PR-361:/w/workspace/foundry_device-virtual-go_PR-361:rw,z -v /w/workspace/foundry_device-virtual-go_PR-361@tmp:/w/workspace/foundry_device-virtual-go_PR-361@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 16:12:34 $ docker top 66bcc038d58644165e65ab69c99ee24b53a4c4dc66f1dafa7d23bfe3bb25e1ac -eo pid,comm [Pipeline] { [Pipeline] sh 16:12:34 + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-361 [Pipeline] fileExists [Pipeline] sh 16:12:35 + make test 16:12:35 go test ./... -coverprofile=coverage.out 16:12:39 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:12:49 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 16:12:49 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.034s coverage: 65.7% of statements 16:12:53 go vet ./... 16:12:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:12:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:12:56 ./bin/test-attribution-txt.sh [Pipeline] echo 16:12:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:12:56 $ docker stop --time=1 66bcc038d58644165e65ab69c99ee24b53a4c4dc66f1dafa7d23bfe3bb25e1ac 16:12:59 $ docker rm -f --volumes 66bcc038d58644165e65ab69c99ee24b53a4c4dc66f1dafa7d23bfe3bb25e1ac [Pipeline] // withDockerContainer [Pipeline] sh 16:13:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:13:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:13:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:13:00 + ls -al . 16:13:00 total 192 16:13:00 drwxrwxr-x 9 jenkins jenkins 4096 Mar 15 16:12 . 16:13:00 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 16:11 .. 16:13:00 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 16:11 .git 16:13:00 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:11 .github 16:13:00 -rw-rw-r-- 1 jenkins jenkins 337 Mar 15 16:11 .gitignore 16:13:00 -rw-rw-r-- 1 jenkins jenkins 41 Mar 15 16:11 .golangci.yml 16:13:00 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 16:11 .semver 16:13:00 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 15 16:11 Attribution.txt 16:13:00 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 15 16:11 CHANGELOG.md 16:13:00 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 15 16:11 Dockerfile 16:13:00 -rw-rw-r-- 1 jenkins jenkins 677 Mar 15 16:11 GOVERNANCE.md 16:13:00 -rw-rw-r-- 1 jenkins jenkins 660 Mar 15 16:11 Jenkinsfile 16:13:00 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 15 16:11 LICENSE 16:13:00 -rw-rw-r-- 1 jenkins jenkins 1696 Mar 15 16:11 Makefile 16:13:00 -rw-rw-r-- 1 jenkins jenkins 623 Mar 15 16:11 OWNERS.md 16:13:00 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 15 16:11 README.md 16:13:00 -rw-rw-r-- 1 jenkins jenkins 5 Mar 15 16:11 VERSION 16:13:00 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 16:11 bin 16:13:00 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:11 cmd 16:13:00 -rw-r--r-- 1 jenkins jenkins 44311 Mar 15 16:12 coverage.out 16:13:00 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 15 16:11 go.mod 16:13:00 -rw-rw-r-- 1 jenkins jenkins 30608 Mar 15 16:11 go.sum 16:13:00 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:11 internal 16:13:00 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 16:11 snap 16:13:00 -rw-rw-r-- 1 jenkins jenkins 235 Mar 15 16:11 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:01 + 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=af3d51509e69588ca85b60ad07649c4a7a30d1ee --label arch=amd64 --label version=0.0.0 . 16:13:01 Sending build context to Docker daemon 23.54MB 16:13:01 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 16:13:01 Step 2/25 : FROM ${BASE} AS builder 16:13:01 ---> 9f252c8063d2 16:13:01 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 16:13:01 ---> Running in 9a3d3b4d1fdd 16:13:01 Removing intermediate container 9a3d3b4d1fdd 16:13:01 ---> 32120fd49482 16:13:01 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 16:13:01 ---> Running in d44a54bfff92 16:13:01 Removing intermediate container d44a54bfff92 16:13:01 ---> 0b739280c8a9 16:13:01 Step 5/25 : ARG ADD_BUILD_TAGS="" 16:13:01 ---> Running in 46c620844931 16:13:01 Removing intermediate container 46c620844931 16:13:01 ---> bdaaca0314f0 16:13:01 Step 6/25 : WORKDIR /device-virtual-go 16:13:01 ---> Running in 5179a77d99aa 16:13:01 Removing intermediate container 5179a77d99aa 16:13:01 ---> 0169411c51ac 16:13:01 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:13:01 ---> Running in 846aebedee30 16:13:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:13:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:13:02 OK: 269 MiB in 57 packages 16:13:02 Removing intermediate container 846aebedee30 16:13:02 ---> 89a8764b3d7a 16:13:02 Step 8/25 : COPY go.mod vendor* ./ 16:13:02 ---> 91f4d0b1c5b2 16:13:02 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:13:02 ---> Running in d798f4720fd7 16:13:05 Removing intermediate container d798f4720fd7 16:13:05 ---> ef967e24355d 16:13:05 Step 10/25 : COPY . . 16:13:06 ---> 168a5bd9dfbd 16:13:06 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:13:06 ---> Running in 9d6d4a3d140a 16:13:06 Removing intermediate container 9d6d4a3d140a 16:13:06 ---> bd768a41745e 16:13:06 Step 12/25 : RUN $MAKE 16:13:06 ---> Running in 0c1c98cadecb 16:13:06 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 16:13:24 Removing intermediate container 0c1c98cadecb 16:13:24 ---> ea3e3df21a72 16:13:24 Step 13/25 : FROM alpine:3.17 16:13:24 3.17: Pulling from library/alpine 16:13:24 63b65145d645: Already exists 16:13:24 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 16:13:24 Status: Downloaded newer image for alpine:3.17 16:13:24 ---> b2aa39c304c2 16:13:24 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 16:13:24 ---> Running in 067d7a125b00 16:13:24 Removing intermediate container 067d7a125b00 16:13:24 ---> 31df154d65d7 16:13:24 Step 15/25 : RUN apk add --update --no-cache dumb-init 16:13:24 ---> Running in de7dbc6d2f29 16:13:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz 16:13:24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz 16:13:24 (1/1) Installing dumb-init (1.2.5-r2) 16:13:24 Executing busybox-1.35.0-r29.trigger 16:13:24 OK: 7 MiB in 16 packages 16:13:24 Removing intermediate container de7dbc6d2f29 16:13:24 ---> 7f6f66652b4a 16:13:24 Step 16/25 : WORKDIR / 16:13:24 ---> Running in c08fef6c8281 16:13:24 Removing intermediate container c08fef6c8281 16:13:24 ---> 8d747a8d9618 16:13:24 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 16:13:24 ---> 9f5304cc6263 16:13:24 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 16:13:24 ---> 1107df0fc83b 16:13:24 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 16:13:25 ---> b725f46264ad 16:13:25 Step 20/25 : EXPOSE 59900 16:13:25 ---> Running in bc2ec1810f4b 16:13:25 Removing intermediate container bc2ec1810f4b 16:13:25 ---> 4647b7b6aebf 16:13:25 Step 21/25 : ENTRYPOINT ["/device-virtual"] 16:13:25 ---> Running in 9d0afe754446 16:13:25 Removing intermediate container 9d0afe754446 16:13:25 ---> ecacb6a74f45 16:13:25 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 16:13:25 ---> Running in f418ed807cba 16:13:25 Removing intermediate container f418ed807cba 16:13:25 ---> 2e50d25d802c 16:13:25 Step 23/25 : LABEL arch=amd64 16:13:25 ---> Running in 0c297cbb8dcc 16:13:25 Removing intermediate container 0c297cbb8dcc 16:13:25 ---> 5b004c68e905 16:13:25 Step 24/25 : LABEL git_sha=af3d51509e69588ca85b60ad07649c4a7a30d1ee 16:13:25 ---> Running in 464d84e45f93 16:13:25 Removing intermediate container 464d84e45f93 16:13:25 ---> d299dc3805a4 16:13:25 Step 25/25 : LABEL version=0.0.0 16:13:25 ---> Running in d3dc1438c002 16:13:25 Removing intermediate container d3dc1438c002 16:13:25 ---> 70c5723e6663 16:13:25 [Warning] One or more build-args [ARCH] were not consumed 16:13:25 Successfully built 70c5723e6663 16:13:25 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:13:26 16:13:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:13:26 latest: Pulling from edgex-lftools-log-publisher 16:13:26 5eb5b503b376: Pulling fs layer 16:13:26 5c69ac0246d0: Pulling fs layer 16:13:26 ec43610c2a17: Pulling fs layer 16:13:26 3a2ae6a8a46f: Pulling fs layer 16:13:26 33b1e0a273af: Pulling fs layer 16:13:26 5d3b04190fa2: Pulling fs layer 16:13:26 2f39f015ded8: Pulling fs layer 16:13:26 3a2ae6a8a46f: Waiting 16:13:26 5d3b04190fa2: Waiting 16:13:26 33b1e0a273af: Waiting 16:13:26 2f39f015ded8: Waiting 16:13:26 5c69ac0246d0: Download complete 16:13:26 3a2ae6a8a46f: Verifying Checksum 16:13:26 3a2ae6a8a46f: Download complete 16:13:26 33b1e0a273af: Verifying Checksum 16:13:26 33b1e0a273af: Download complete 16:13:26 ec43610c2a17: Verifying Checksum 16:13:26 ec43610c2a17: Download complete 16:13:26 5d3b04190fa2: Download complete 16:13:27 5eb5b503b376: Download complete 16:13:27 2f39f015ded8: Download complete 16:13:28 5eb5b503b376: Pull complete 16:13:28 5c69ac0246d0: Pull complete 16:13:28 ec43610c2a17: Pull complete 16:13:28 3a2ae6a8a46f: Pull complete 16:13:29 33b1e0a273af: Pull complete 16:13:29 5d3b04190fa2: Pull complete 16:13:33 2f39f015ded8: Pull complete 16:13:33 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:13:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:13:33 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:13:33 prd-ubuntu20.04-docker-8c-8g-856 does not seem to be running inside a container 16:13:33 $ 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-361 -v /w/workspace/foundry_device-virtual-go_PR-361:/w/workspace/foundry_device-virtual-go_PR-361:rw,z -v /w/workspace/foundry_device-virtual-go_PR-361@tmp:/w/workspace/foundry_device-virtual-go_PR-361@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 16:13:35 $ docker top 6177d99b40fcc821d656e383cd0858bf9cb168a5c4d12404190ec9282d792cb7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:13:36 ---> job-cost.sh 16:13:36 lf-activate-venv: SKIPPING 16:13:36 INFO: No Stack... 16:13:36 INFO: Retrieving Pricing Info for: v3-standard-8 16:13:36 INFO: Archiving Costs [Pipeline] sh 16:13:37 + cat /w/workspace/foundry_device-virtual-go_PR-361/archives/cost.csv 16:13:37 + cut -d, -f6 [Pipeline] lock 16:13:37 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-361-1-stack-cost] 16:13:37 Resource [jenkins-edgexfoundry-device-virtual-go-PR-361-1-stack-cost] did not exist. Created. 16:13:37 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-361-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:13:37 + echo total: 0.2199999988079071 [Pipeline] stash 16:13:37 Stashed 1 file(s) [Pipeline] } 16:13:37 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-361-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:13:37 $ docker stop --time=1 6177d99b40fcc821d656e383cd0858bf9cb168a5c4d12404190ec9282d792cb7 16:13:38 $ docker rm -f --volumes 6177d99b40fcc821d656e383cd0858bf9cb168a5c4d12404190ec9282d792cb7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:17:58 Running on prd-ubuntu20.04-docker-arm64-4c-16g-938 in /w/workspace/foundry_device-virtual-go_PR-361 [Pipeline] { [Pipeline] ws 16:17:58 Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout 16:17:59 The recommended git tool is: git 16:18:11 using credential edgex-jenkins-ssh 16:18:11 Cloning the remote Git repository 16:18:12 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 16:18:12 > git init /w/workspace/device-virtual-go/1 # timeout=10 16:18:12 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:18:12 > git --version # timeout=10 16:18:12 > git --version # 'git version 2.25.1' 16:18:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:15 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:18:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:18:16 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:18:16 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:18:16 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/361/head:refs/remotes/origin/PR-361 +refs/heads/main:refs/remotes/origin/main # timeout=10 16:18:17 Merging remotes/origin/main commit 5a04d26f76890061c899b2731a9aad77e3e4418b into PR head commit af3d51509e69588ca85b60ad07649c4a7a30d1ee 16:18:17 Merge succeeded, producing af3d51509e69588ca85b60ad07649c4a7a30d1ee 16:18:17 Checking out Revision af3d51509e69588ca85b60ad07649c4a7a30d1ee (PR-361) 16:18:18 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 16:18:18 > git --version # timeout=10 16:18:18 > git --version # 'git version 2.25.1' 16:18:18 fatal: bad object 66200e8eedfc470904d6b329e562ec5b45423d6a 16:18:17 > git config core.sparsecheckout # timeout=10 16:18:17 > git checkout -f af3d51509e69588ca85b60ad07649c4a7a30d1ee # timeout=10 16:18:17 > git remote # timeout=10 16:18:17 > git config --get remote.origin.url # timeout=10 16:18:17 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:17 > git merge 5a04d26f76890061c899b2731a9aad77e3e4418b # timeout=10 16:18:17 > git rev-parse HEAD^{commit} # timeout=10 16:18:17 > git config core.sparsecheckout # timeout=10 16:18:17 > git checkout -f af3d51509e69588ca85b60ad07649c4a7a30d1ee # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:18:20 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:18:20 % Total % Received % Xferd Average Speed Time Time Time Current 16:18:20 Dload Upload Total Spent Left Speed 16:18:20 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 183k 0 --:--:-- --:--:-- --:--:-- 183k [Pipeline] sh 16:18:20 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:18:21 + sudo tee /etc/docker/daemon.new 16:18:21 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:18:21 { 16:18:21 "registry-mirrors": [ 16:18:21 "https://nexus3.edgexfoundry.org:10001" 16:18:21 ], 16:18:21 "bip": "10.250.0.254/24", 16:18:21 "hosts": [ 16:18:21 "tcp://0.0.0.0:5555", 16:18:21 "unix:///var/run/docker.sock" 16:18:21 ], 16:18:21 "mtu": 1458, 16:18:21 "selinux-enabled": true, 16:18:21 "seccomp-profile": "/etc/docker/seccomp.json" 16:18:21 } [Pipeline] sh 16:18:21 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:18:22 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:40 provisioning config files... 16:18:40 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config18290128932930670653tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:18:41 ---> docker-login.sh 16:18:41 nexus3.edgexfoundry.org:10001 16:18:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:41 Configure a credential helper to remove this warning. See 16:18:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:41 16:18:41 Login Succeeded 16:18:41 nexus3.edgexfoundry.org:10002 16:18:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:42 Configure a credential helper to remove this warning. See 16:18:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:42 16:18:42 Login Succeeded 16:18:42 nexus3.edgexfoundry.org:10003 16:18:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:42 Configure a credential helper to remove this warning. See 16:18:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:42 16:18:42 Login Succeeded 16:18:42 nexus3.edgexfoundry.org:10004 16:18:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:43 Configure a credential helper to remove this warning. See 16:18:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:43 16:18:43 Login Succeeded 16:18:43 docker.io 16:18:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:18:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:18:43 Configure a credential helper to remove this warning. See 16:18:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:18:43 16:18:43 Login Succeeded 16:18:43 ---> docker-login.sh ends [Pipeline] } 16:18:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:18:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:18:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:18:44 ========================================================= 16:18:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] 16:18:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:18:44 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . 16:18:45 Sending build context to Docker daemon 11.9MB 16:18:45 Step 1/12 : ARG BASE=golang:1.20-alpine3.17 16:18:45 Step 2/12 : FROM ${BASE} AS builder 16:18:45 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:18:45 af6eaf76a39c: Pulling fs layer 16:18:45 55522c791124: Pulling fs layer 16:18:45 ce5c4a1c91eb: Pulling fs layer 16:18:45 169dfbe0d373: Pulling fs layer 16:18:45 e1ff8fa3b103: Pulling fs layer 16:18:45 52ebb69f0ebf: Pulling fs layer 16:18:45 5abe8eddf0d5: Pulling fs layer 16:18:45 e1ff8fa3b103: Waiting 16:18:45 52ebb69f0ebf: Waiting 16:18:45 5abe8eddf0d5: Waiting 16:18:45 169dfbe0d373: Waiting 16:18:45 55522c791124: Verifying Checksum 16:18:45 55522c791124: Download complete 16:18:45 169dfbe0d373: Verifying Checksum 16:18:45 169dfbe0d373: Download complete 16:18:45 e1ff8fa3b103: Verifying Checksum 16:18:45 e1ff8fa3b103: Download complete 16:18:45 af6eaf76a39c: Verifying Checksum 16:18:45 af6eaf76a39c: Download complete 16:18:46 af6eaf76a39c: Pull complete 16:18:46 5abe8eddf0d5: Verifying Checksum 16:18:46 5abe8eddf0d5: Download complete 16:18:47 55522c791124: Pull complete 16:18:48 ce5c4a1c91eb: Verifying Checksum 16:18:48 ce5c4a1c91eb: Download complete 16:18:48 52ebb69f0ebf: Verifying Checksum 16:18:48 52ebb69f0ebf: Download complete 16:19:01 ce5c4a1c91eb: Pull complete 16:19:01 169dfbe0d373: Pull complete 16:19:01 e1ff8fa3b103: Pull complete 16:19:07 52ebb69f0ebf: Pull complete 16:19:09 5abe8eddf0d5: Pull complete 16:19:09 Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f 16:19:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine 16:19:09 ---> 6cb57ee374ae 16:19:09 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 16:19:11 ---> Running in b44df54c3bb8 16:19:11 Removing intermediate container b44df54c3bb8 16:19:11 ---> 9ac0a1ebf082 16:19:11 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:19:11 ---> Running in 545ff5a43cce 16:19:12 Removing intermediate container 545ff5a43cce 16:19:12 ---> c3276b066b4e 16:19:12 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:19:12 ---> Running in a9d363c6a9a7 16:19:12 Removing intermediate container a9d363c6a9a7 16:19:12 ---> d844624719a4 16:19:12 Step 6/12 : WORKDIR /device-virtual-go 16:19:13 ---> Running in 91ee94c97208 16:19:13 Removing intermediate container 91ee94c97208 16:19:13 ---> 2830781f1c42 16:19:13 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:19:13 ---> Running in 1909c8bca706 16:19:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:19:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:19:18 (1/4) Installing openssh-keygen (9.1_p1-r2) 16:19:18 (2/4) Installing libedit (20221030.3.1-r0) 16:19:18 (3/4) Installing openssh-client-common (9.1_p1-r2) 16:19:18 (4/4) Installing openssh-client-default (9.1_p1-r2) 16:19:19 Executing busybox-1.35.0-r29.trigger 16:19:19 OK: 268 MiB in 57 packages 16:19:20 Removing intermediate container 1909c8bca706 16:19:20 ---> 57b1ea6cb736 16:19:20 Step 8/12 : COPY go.mod vendor* ./ 16:19:20 ---> 59bd7da36acb 16:19:20 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:19:21 ---> Running in 6792c2a8b287 16:20:29 Removing intermediate container 6792c2a8b287 16:20:29 ---> 3d10e54da00f 16:20:29 Step 10/12 : COPY . . 16:20:32 ---> 89d85f0814c5 16:20:32 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:20:32 ---> Running in 834a51477db0 16:20:32 Removing intermediate container 834a51477db0 16:20:32 ---> 981eec5a954e 16:20:32 Step 12/12 : RUN $MAKE 16:20:32 ---> Running in 86989d58ec38 16:20:33 noop 16:20:34 Removing intermediate container 86989d58ec38 16:20:34 ---> 969694896382 16:20:34 Successfully built 969694896382 16:20:34 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:35 + docker inspect -f . ci-base-image-arm64 16:20:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:35 prd-ubuntu20.04-docker-arm64-4c-16g-938 does not seem to be running inside a container 16:20:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:20:37 $ docker top bd29c9c52ffdd5271741f2f6523c8e049bc9f114e8649371779dc5dc2477cbcd -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:37 + go version 16:20:37 go version go1.20.2 linux/arm64 [Pipeline] } 16:20:37 $ docker stop --time=1 bd29c9c52ffdd5271741f2f6523c8e049bc9f114e8649371779dc5dc2477cbcd 16:20:39 $ docker rm -f --volumes bd29c9c52ffdd5271741f2f6523c8e049bc9f114e8649371779dc5dc2477cbcd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:20:40 + docker inspect -f . ci-base-image-arm64 16:20:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:20:41 prd-ubuntu20.04-docker-arm64-4c-16g-938 does not seem to be running inside a container 16:20:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:20:42 $ docker top 87a3cfcd593f02bddb35ba193ade9acc425f1359a4cc5dd571600276cb562d12 -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:43 + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh 16:20:44 + make test 16:20:44 go test ./... -coverprofile=coverage.out 16:21:23 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:23:44 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 16:23:44 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.150s coverage: 65.7% of statements 16:23:44 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:23:44 go vet ./... 16:24:11 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:24:11 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:24:11 ./bin/test-attribution-txt.sh [Pipeline] echo 16:24:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:24:11 $ docker stop --time=1 87a3cfcd593f02bddb35ba193ade9acc425f1359a4cc5dd571600276cb562d12 16:24:13 $ docker rm -f --volumes 87a3cfcd593f02bddb35ba193ade9acc425f1359a4cc5dd571600276cb562d12 [Pipeline] // withDockerContainer [Pipeline] sh 16:24:15 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:24:15 Warning: overwriting stash ‘coverage-report’ 16:24:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:24:16 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:24:16 + ls -al . 16:24:16 total 188 16:24:16 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 16:20 . 16:24:16 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 16:18 .. 16:24:16 drwxrwxr-x 8 jenkins jenkins 4096 Mar 15 16:18 .git 16:24:16 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:18 .github 16:24:16 -rw-rw-r-- 1 jenkins jenkins 337 Mar 15 16:18 .gitignore 16:24:16 -rw-rw-r-- 1 jenkins jenkins 41 Mar 15 16:18 .golangci.yml 16:24:16 -rw-rw-r-- 1 jenkins jenkins 8641 Mar 15 16:18 Attribution.txt 16:24:16 -rw-rw-r-- 1 jenkins jenkins 11367 Mar 15 16:18 CHANGELOG.md 16:24:16 -rw-rw-r-- 1 jenkins jenkins 1646 Mar 15 16:18 Dockerfile 16:24:16 -rw-rw-r-- 1 jenkins jenkins 677 Mar 15 16:18 GOVERNANCE.md 16:24:16 -rw-rw-r-- 1 jenkins jenkins 660 Mar 15 16:18 Jenkinsfile 16:24:16 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 15 16:18 LICENSE 16:24:16 -rw-rw-r-- 1 jenkins jenkins 1696 Mar 15 16:18 Makefile 16:24:16 -rw-rw-r-- 1 jenkins jenkins 623 Mar 15 16:18 OWNERS.md 16:24:16 -rw-rw-r-- 1 jenkins jenkins 3578 Mar 15 16:18 README.md 16:24:16 -rw-rw-r-- 1 jenkins jenkins 5 Mar 15 16:11 VERSION 16:24:16 drwxrwxr-x 2 jenkins jenkins 4096 Mar 15 16:18 bin 16:24:16 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:18 cmd 16:24:16 -rw-r--r-- 1 jenkins jenkins 44311 Mar 15 16:23 coverage.out 16:24:16 -rw-rw-r-- 1 jenkins jenkins 3253 Mar 15 16:18 go.mod 16:24:16 -rw-rw-r-- 1 jenkins jenkins 30608 Mar 15 16:18 go.sum 16:24:16 drwxrwxr-x 3 jenkins jenkins 4096 Mar 15 16:18 internal 16:24:16 drwxrwxr-x 4 jenkins jenkins 4096 Mar 15 16:18 snap 16:24:16 -rw-rw-r-- 1 jenkins jenkins 235 Mar 15 16:18 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:24:17 + 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=af3d51509e69588ca85b60ad07649c4a7a30d1ee --label arch=arm64 --label version=0.0.0 . 16:24:17 Sending build context to Docker daemon 11.95MB 16:24:17 Step 1/25 : ARG BASE=golang:1.20-alpine3.17 16:24:17 Step 2/25 : FROM ${BASE} AS builder 16:24:17 ---> 969694896382 16:24:17 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 16:24:17 ---> Running in 71e9952acea1 16:24:17 Removing intermediate container 71e9952acea1 16:24:17 ---> 6c51b32e7dd1 16:24:17 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 16:24:18 ---> Running in 4573a48602ff 16:24:18 Removing intermediate container 4573a48602ff 16:24:18 ---> 3f84d6139534 16:24:18 Step 5/25 : ARG ADD_BUILD_TAGS="" 16:24:18 ---> Running in 1f4e331b4627 16:24:19 Removing intermediate container 1f4e331b4627 16:24:19 ---> 8d7c3733761d 16:24:19 Step 6/25 : WORKDIR /device-virtual-go 16:24:19 ---> Running in d861d6de75cc 16:24:19 Removing intermediate container d861d6de75cc 16:24:19 ---> 55690e09d361 16:24:19 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:24:19 ---> Running in 43b9ec45e851 16:24:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:24:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:24:22 OK: 268 MiB in 57 packages 16:24:23 Removing intermediate container 43b9ec45e851 16:24:23 ---> 99e0caf3af49 16:24:23 Step 8/25 : COPY go.mod vendor* ./ 16:24:24 ---> 5d1abec1460e 16:24:24 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:24:24 ---> Running in 44da2125e57e 16:24:27 Removing intermediate container 44da2125e57e 16:24:27 ---> 347bab92cc90 16:24:27 Step 10/25 : COPY . . 16:24:28 ---> 13f82d4c905e 16:24:28 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:24:28 ---> Running in dcd85a2a708d 16:24:28 Removing intermediate container dcd85a2a708d 16:24:28 ---> d8d9ba58ccd2 16:24:28 Step 12/25 : RUN $MAKE 16:24:28 ---> Running in 31a1f2f8a25c 16:24:30 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 16:27:07 Removing intermediate container 31a1f2f8a25c 16:27:07 ---> 2b49b0a58a85 16:27:07 Step 13/25 : FROM alpine:3.17 16:27:07 3.17: Pulling from library/alpine 16:27:07 af6eaf76a39c: Already exists 16:27:07 Digest: sha256:ff6bdca1701f3a8a67e328815ff2346b0e4067d32ec36b7992c1fdc001dc8517 16:27:07 Status: Downloaded newer image for alpine:3.17 16:27:07 ---> d74e625d9115 16:27:07 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 16:27:07 ---> Running in 361e24f123ea 16:27:07 Removing intermediate container 361e24f123ea 16:27:07 ---> 77f631d7f55b 16:27:07 Step 15/25 : RUN apk add --update --no-cache dumb-init 16:27:07 ---> Running in dd2f16ef9a02 16:27:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz 16:27:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz 16:27:09 (1/1) Installing dumb-init (1.2.5-r2) 16:27:09 Executing busybox-1.35.0-r29.trigger 16:27:09 OK: 8 MiB in 16 packages 16:27:10 Removing intermediate container dd2f16ef9a02 16:27:10 ---> 5f2485528414 16:27:10 Step 16/25 : WORKDIR / 16:27:11 ---> Running in 25f3387f70b6 16:27:11 Removing intermediate container 25f3387f70b6 16:27:11 ---> 3de9996faf50 16:27:11 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 16:27:11 ---> 5b24e459a69a 16:27:11 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 16:27:12 ---> a0baf9f6698f 16:27:12 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 16:27:14 ---> 2e280fa7edd4 16:27:14 Step 20/25 : EXPOSE 59900 16:27:14 ---> Running in 46bedf34226a 16:27:14 Removing intermediate container 46bedf34226a 16:27:14 ---> ec7bf5b81417 16:27:14 Step 21/25 : ENTRYPOINT ["/device-virtual"] 16:27:14 ---> Running in 1a6cb1acaf5a 16:27:15 Removing intermediate container 1a6cb1acaf5a 16:27:15 ---> dbb583ce07b7 16:27:15 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 16:27:15 ---> Running in 9dcf85213431 16:27:15 Removing intermediate container 9dcf85213431 16:27:15 ---> 76b9a0428a1e 16:27:15 Step 23/25 : LABEL arch=arm64 16:27:15 ---> Running in b6515bfdcf24 16:27:15 Removing intermediate container b6515bfdcf24 16:27:15 ---> 8b3bc470be2b 16:27:15 Step 24/25 : LABEL git_sha=af3d51509e69588ca85b60ad07649c4a7a30d1ee 16:27:16 ---> Running in 56918ff42bd6 16:27:16 Removing intermediate container 56918ff42bd6 16:27:16 ---> 93af0cda4e18 16:27:16 Step 25/25 : LABEL version=0.0.0 16:27:16 ---> Running in 4abcb4543cc5 16:27:16 Removing intermediate container 4abcb4543cc5 16:27:16 ---> a5712d2d9c6b 16:27:16 [Warning] One or more build-args [ARCH] were not consumed 16:27:17 Successfully built a5712d2d9c6b 16:27:17 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:27:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:27:17 16:27:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:27:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:27:18 arm64: Pulling from edgex-lftools-log-publisher 16:27:18 8998bd30e6a1: Pulling fs layer 16:27:18 04944245beec: Pulling fs layer 16:27:18 699f458cf7ca: Pulling fs layer 16:27:18 765212b225bb: Pulling fs layer 16:27:18 f23df028b6ca: Pulling fs layer 16:27:18 d65c8cfc05b1: Pulling fs layer 16:27:18 2437ff75d9bd: Pulling fs layer 16:27:18 f23df028b6ca: Waiting 16:27:18 d65c8cfc05b1: Waiting 16:27:18 2437ff75d9bd: Waiting 16:27:18 765212b225bb: Waiting 16:27:18 04944245beec: Verifying Checksum 16:27:18 04944245beec: Download complete 16:27:18 765212b225bb: Verifying Checksum 16:27:18 765212b225bb: Download complete 16:27:18 f23df028b6ca: Verifying Checksum 16:27:18 f23df028b6ca: Download complete 16:27:18 d65c8cfc05b1: Verifying Checksum 16:27:18 d65c8cfc05b1: Download complete 16:27:18 699f458cf7ca: Verifying Checksum 16:27:18 699f458cf7ca: Download complete 16:27:19 8998bd30e6a1: Verifying Checksum 16:27:19 8998bd30e6a1: Download complete 16:27:21 2437ff75d9bd: Download complete 16:27:23 8998bd30e6a1: Pull complete 16:27:23 04944245beec: Pull complete 16:27:25 699f458cf7ca: Pull complete 16:27:25 765212b225bb: Pull complete 16:27:26 f23df028b6ca: Pull complete 16:27:27 d65c8cfc05b1: Pull complete 16:27:42 2437ff75d9bd: Pull complete 16:27:42 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:27:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:27:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:27:42 prd-ubuntu20.04-docker-arm64-4c-16g-938 does not seem to be running inside a container 16:27:42 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:27:46 $ docker top e18800e2628fb967fe70611577c5a5e1b9bb36991dce71b39f1efd6a819bab54 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:27:47 ---> job-cost.sh 16:27:47 lf-activate-venv: SKIPPING 16:27:47 INFO: No Stack... 16:27:47 INFO: Retrieving Pricing Info for: v3-standard-4 16:27:48 INFO: Archiving Costs [Pipeline] sh 16:27:49 + cat /w/workspace/device-virtual-go/1/archives/cost.csv 16:27:49 + cut -d, -f6 [Pipeline] lock 16:27:49 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-361-1-stack-cost] 16:27:49 Resource [jenkins-edgexfoundry-device-virtual-go-PR-361-1-stack-cost] did not exist. Created. 16:27:49 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-361-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:27:50 /w/workspace/device-virtual-go/1@tmp/durable-4c8b076f/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:27:50 + echo total: 0.10999999940395355 [Pipeline] stash 16:27:50 Warning: overwriting stash ‘stack-cost’ 16:27:50 Stashed 1 file(s) [Pipeline] } 16:27:50 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-361-1-stack-cost] [Pipeline] // lock [Pipeline] } 16:27:51 $ docker stop --time=1 e18800e2628fb967fe70611577c5a5e1b9bb36991dce71b39f1efd6a819bab54 16:27:52 $ docker rm -f --volumes e18800e2628fb967fe70611577c5a5e1b9bb36991dce71b39f1efd6a819bab54 [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 16:27:53 provisioning config files... 16:27:53 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-361@tmp/config989896832428172460tmp [Pipeline] { [Pipeline] sh 16:27:54 + set +x 16:27:54 + curl -s https://codecov.io/bash 16:27:54 + bash -s -- 16:27:54 16:27:54 _____ _ 16:27:54 / ____| | | 16:27:54 | | ___ __| | ___ ___ _____ __ 16:27:54 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:27:54 | |___| (_) | (_| | __/ (_| (_) \ V / 16:27:54 \_____\___/ \__,_|\___|\___\___/ \_/ 16:27:54 Bash-1.0.6 16:27:54 16:27:54 16:27:54 ==> git version 2.25.1 found 16:27:54 ==> 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 16:27:54 Release-Date: 2020-01-08 16:27:54 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:27:54 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:27:54 ==> Jenkins CI detected. 16:27:54 current dir:  /w/workspace/foundry_device-virtual-go_PR-361 16:27:54 project root: . 16:27:54 --> token set from env 16:27:54 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:27:54 ==> Running gcov in . (disable via -X gcov) 16:27:54 ==> Python coveragepy not found 16:27:54 ==> Searching for coverage reports in: 16:27:54 + . 16:27:54 -> Found 1 reports 16:27:54 ==> Detecting git/mercurial file structure 16:27:54 ==> Reading reports 16:27:54 + ./coverage.out bytes=44311 16:27:54 ==> Appending adjustments 16:27:54 https://docs.codecov.io/docs/fixing-reports 16:27:54 + Found adjustments 16:27:54 ==> Gzipping contents 16:27:54 8.0K /tmp/codecov.KkB5pE.gz 16:27:54 ==> Uploading reports 16:27:54 url: https://codecov.io 16:27:54 query: branch=PR-361&commit=af3d51509e69588ca85b60ad07649c4a7a30d1ee&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-361%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=361&job=&cmd_args= 16:27:54 -> Pinging Codecov 16:27:54 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-361&commit=af3d51509e69588ca85b60ad07649c4a7a30d1ee&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-361%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=361&job=&cmd_args= 16:27:54 -> Uploading to 16:27:54 https://storage.googleapis.com/codecov/v4/raw/2023-03-15/5E52B4B073DB2E39498172D8E973AA87/af3d51509e69588ca85b60ad07649c4a7a30d1ee/553fd65e-a6cb-410a-90e0-b6034f683074.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230315%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230315T162754Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c2ad2e49530763d18b3c34547a9288168fd73bb9b335db1740dc99fc2d88ec27 16:27:54 % Total % Received % Xferd Average Speed Time Time Time Current 16:27:54 Dload Upload Total Spent Left Speed 16:27:54 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5430 0 0 100 5430 0 21210 --:--:-- --:--:-- --:--:-- 21210 16:27:54 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/af3d51509e69588ca85b60ad07649c4a7a30d1ee [Pipeline] } 16:27:54 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 16:27:56 + [ -d /w/workspace/foundry_device-virtual-go_PR-361/archives ] 16:27:56 + ls -al /w/workspace/foundry_device-virtual-go_PR-361/archives 16:27:56 total 16 16:27:56 drwxr-xr-x 3 root root 4096 Mar 15 16:13 . 16:27:56 drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 16:13 .. 16:27:56 drwxr-xr-x 2 root root 4096 Mar 15 16:13 cost 16:27:56 -rw-r--r-- 1 root root 89 Mar 15 16:13 cost.csv 16:27:56 + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-361/archives 16:27:56 + ls -al /w/workspace/foundry_device-virtual-go_PR-361/archives 16:27:56 total 16 16:27:56 drwxr-xr-x 3 jenkins jenkins 4096 Mar 15 16:13 . 16:27:56 drwxrwxr-x 10 jenkins jenkins 4096 Mar 15 16:13 .. 16:27:56 drwxr-xr-x 2 jenkins jenkins 4096 Mar 15 16:13 cost 16:27:56 -rw-r--r-- 1 jenkins jenkins 89 Mar 15 16:13 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:27:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:27:57 ---> package-listing.sh 16:27:57 ++ tr '[:upper:]' '[:lower:]' 16:27:57 ++ facter osfamily 16:27:58 + OS_FAMILY=debian 16:27:58 + workspace=/w/workspace/foundry_device-virtual-go_PR-361 16:27:58 + START_PACKAGES=/tmp/packages_start.txt 16:27:58 + END_PACKAGES=/tmp/packages_end.txt 16:27:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:27:58 + PACKAGES=/tmp/packages_start.txt 16:27:58 + '[' /w/workspace/foundry_device-virtual-go_PR-361 ']' 16:27:58 + PACKAGES=/tmp/packages_end.txt 16:27:58 + case "${OS_FAMILY}" in 16:27:58 + dpkg -l 16:27:58 + grep '^ii' 16:27:58 + '[' -f /tmp/packages_start.txt ']' 16:27:58 + '[' -f /tmp/packages_end.txt ']' 16:27:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:27:58 + '[' /w/workspace/foundry_device-virtual-go_PR-361 ']' 16:27:58 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-361/archives/ 16:27:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-361/archives/ [Pipeline] echo 16:27:58 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-361/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:27:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:27:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:27:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:27:59 prd-ubuntu20.04-docker-8c-8g-856 does not seem to be running inside a container 16:27:59 $ 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-361/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-361 -v /w/workspace/foundry_device-virtual-go_PR-361:/w/workspace/foundry_device-virtual-go_PR-361:rw,z -v /w/workspace/foundry_device-virtual-go_PR-361@tmp:/w/workspace/foundry_device-virtual-go_PR-361@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 16:27:59 $ docker top d715fe9507540c264a602071bc1e2e5bcf945ce830e0a55e33f9effb22889ec8 -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:59 + touch /tmp/pre-build-complete [Pipeline] sh 16:28:00 + mkdir -p /var/log/sysstat [Pipeline] sh 16:28:00 + ls /var/log/sa-host 16:28:00 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:28:00 provisioning config files... 16:28:00 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-361@tmp/config5487244425995548934tmp [Pipeline] { [Pipeline] echo 16:28:00 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:28:00 ---> create-netrc.sh [Pipeline] } 16:28:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:28:01 ---> python-tools-install.sh [Pipeline] echo 16:28:01 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:28:01 ---> sudo-logs.sh 16:28:01 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:28:01 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:28:02 ---> job-cost.sh 16:28:02 lf-activate-venv: SKIPPING 16:28:02 DEBUG: total: 0.2199999988079071 16:28:02 INFO: Retrieving Stack Cost... 16:28:02 INFO: Retrieving Pricing Info for: v3-standard-8 16:28:02 INFO: Archiving Costs [Pipeline] echo 16:28:02 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:28:03 ---> logs-deploy.sh 16:28:03 lf-activate-venv: SKIPPING 16:28:03 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-361/1 16:28:03 INFO: archiving workspace using pattern(s): 16:28:04 Archives upload complete. 16:28:04 INFO: archiving logs to Nexus