Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 697f398d4930450ca66ff8e227ddea628c81eaba 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-ssh17536617373007803141.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh8002480133051230685.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 e143027787c0ac28563f7e92b6cefc600d3b7107 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1515058110190774493.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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 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-ssh2739885587169485384.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14487460190138879951.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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.21 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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6566 in /w/workspace/exfoundry_device-virtual-go_main [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/exfoundry_device-virtual-go_main # 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 Avoid second fetch Checking out Revision 697f398d4930450ca66ff8e227ddea628c81eaba (main) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#429)" > 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 core.sparsecheckout # timeout=10 > git checkout -f 697f398d4930450ca66ff8e227ddea628c81eaba # timeout=10 > git rev-list --no-walk d121d4b12413d22e246e49a32881448e0ea11499 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:05:02 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:05:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:05:02 ========================================================= 16:05:02 EdgeX Global Pipelines Version Info 16:05:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:05:03 ------------------- 16:05:03 stable info: 16:05:03 ------------------- 16:05:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:05:03 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 16:05:03 Message: update stable to v1.0.254 16:05:03 ------------------- 16:05:03 experimental info: 16:05:03 ------------------- 16:05:03 Commited By: **** collab-it+edgex@linuxfoundation.org 16:05:03 Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 16:05:03 Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 16:05:03 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 697f398d4930450ca66ff8e227ddea628c81eaba [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 697f398 [Pipeline] echo 16:05:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:04 provisioning config files... 16:05:04 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12758267358237418539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:04 ---> docker-login.sh 16:05:04 nexus3.edgexfoundry.org:10001 16:05:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:04 Configure a credential helper to remove this warning. See 16:05:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:04 16:05:04 Login Succeeded 16:05:04 nexus3.edgexfoundry.org:10002 16:05:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:04 Configure a credential helper to remove this warning. See 16:05:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:04 16:05:04 Login Succeeded 16:05:04 nexus3.edgexfoundry.org:10003 16:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:05 Configure a credential helper to remove this warning. See 16:05:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:05 16:05:05 Login Succeeded 16:05:05 nexus3.edgexfoundry.org:10004 16:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:05 Configure a credential helper to remove this warning. See 16:05:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:05 16:05:05 Login Succeeded 16:05:05 docker.io 16:05:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:05 Configure a credential helper to remove this warning. See 16:05:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:05 16:05:05 Login Succeeded 16:05:05 ---> docker-login.sh ends [Pipeline] } 16:05:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:05:05 + git rev-list -1 --merges 697f398d4930450ca66ff8e227ddea628c81eaba~1..697f398d4930450ca66ff8e227ddea628c81eaba [Pipeline] echo 16:05:05 -----------> git rev-list -1 --merges 697f398d4930450ca66ff8e227ddea628c81eaba~1..697f398d4930450ca66ff8e227ddea628c81eaba 697f398d4930450ca66ff8e227ddea628c81eaba [false] [Pipeline] sh 16:05:06 + git log --format=format:%s -1 697f398d4930450ca66ff8e227ddea628c81eaba [Pipeline] echo 16:05:06 ========================================================= 16:05:06 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:05:06 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:05:06 + git log --format=format:%s -1 697f398d4930450ca66ff8e227ddea628c81eaba [Pipeline] echo 16:05:06 [semverPrep] GIT_COMMIT: 697f398d4930450ca66ff8e227ddea628c81eaba, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#429) [Pipeline] echo 16:05:06 [semverPrep] This is not a build commit. [Pipeline] sh 16:05:06 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:05:06 + grep -v github /etc/ssh/ssh_known_hosts 16:05:06 + [ -e /tmp/ssh_known_hosts ] 16:05:06 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:05:06 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:05:06 + sudo tee -a /etc/ssh/ssh_known_hosts 16:05:06 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:05:07 16:05:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:05:07 0.1.4: Pulling from edgex-devops/py-git-semver 16:05:07 b85a868b505f: Pulling fs layer 16:05:07 e2be974225ed: Pulling fs layer 16:05:07 339a4e72a1f5: Pulling fs layer 16:05:07 988bab9f4d93: Pulling fs layer 16:05:07 1469e6f7b9e6: Pulling fs layer 16:05:07 eaf3925da568: Pulling fs layer 16:05:07 bab4dde63d76: Pulling fs layer 16:05:07 bde34c3a00c8: Pulling fs layer 16:05:07 b352a97aabf1: Pulling fs layer 16:05:07 988bab9f4d93: Waiting 16:05:07 4872d77fe225: Pulling fs layer 16:05:07 5851b861e8e6: Pulling fs layer 16:05:07 1469e6f7b9e6: Waiting 16:05:07 4872d77fe225: Waiting 16:05:07 eaf3925da568: Waiting 16:05:07 5851b861e8e6: Waiting 16:05:07 bab4dde63d76: Waiting 16:05:07 bde34c3a00c8: Waiting 16:05:07 b352a97aabf1: Waiting 16:05:07 e2be974225ed: Download complete 16:05:07 988bab9f4d93: Verifying Checksum 16:05:07 988bab9f4d93: Download complete 16:05:07 1469e6f7b9e6: Verifying Checksum 16:05:07 1469e6f7b9e6: Download complete 16:05:07 eaf3925da568: Verifying Checksum 16:05:07 eaf3925da568: Download complete 16:05:07 339a4e72a1f5: Verifying Checksum 16:05:07 339a4e72a1f5: Download complete 16:05:07 bde34c3a00c8: Download complete 16:05:07 b352a97aabf1: Verifying Checksum 16:05:07 b352a97aabf1: Download complete 16:05:07 4872d77fe225: Verifying Checksum 16:05:07 4872d77fe225: Download complete 16:05:07 5851b861e8e6: Verifying Checksum 16:05:07 5851b861e8e6: Download complete 16:05:07 b85a868b505f: Download complete 16:05:08 bab4dde63d76: Verifying Checksum 16:05:09 b85a868b505f: Pull complete 16:05:09 e2be974225ed: Pull complete 16:05:09 339a4e72a1f5: Pull complete 16:05:09 988bab9f4d93: Pull complete 16:05:10 1469e6f7b9e6: Pull complete 16:05:10 eaf3925da568: Pull complete 16:05:12 bab4dde63d76: Pull complete 16:05:12 bde34c3a00c8: Pull complete 16:05:12 b352a97aabf1: Pull complete 16:05:12 4872d77fe225: Pull complete 16:05:12 5851b861e8e6: Pull complete 16:05:12 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 16:05:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:05:12 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:05:12 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:05:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:05:15 $ docker top c47b6903789e800aa7f520a6c84736cf6b370c31b979e79ac000fd678b18be41 -eo pid,comm 16:05:15 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:05:15 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:05:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:15 [ssh-agent] Looking for ssh-agent implementation... 16:05:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:15 $ docker exec c47b6903789e800aa7f520a6c84736cf6b370c31b979e79ac000fd678b18be41 ssh-agent 16:05:15 SSH_AUTH_SOCK=/tmp/ssh-yS8CkXvT0AqH/agent.32 16:05:15 SSH_AGENT_PID=38 16:05:15 Running ssh-add (command line suppressed) 16:05:16 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2253300536820743128.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2253300536820743128.key) 16:05:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:16 + git tag --points-at HEAD [Pipeline] } 16:05:16 $ docker exec --env ******** --env ******** c47b6903789e800aa7f520a6c84736cf6b370c31b979e79ac000fd678b18be41 ssh-agent -k 16:05:16 unset SSH_AUTH_SOCK; 16:05:16 unset SSH_AGENT_PID; 16:05:16 echo Agent pid 38 killed; 16:05:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:05:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:16 [ssh-agent] Looking for ssh-agent implementation... 16:05:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:16 $ docker exec c47b6903789e800aa7f520a6c84736cf6b370c31b979e79ac000fd678b18be41 ssh-agent 16:05:16 SSH_AUTH_SOCK=/tmp/ssh-WTKf3HOmv1lv/agent.70 16:05:16 SSH_AGENT_PID=76 16:05:16 Running ssh-add (command line suppressed) 16:05:16 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3439419662790784362.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3439419662790784362.key) 16:05:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:17 + git semver init 16:05:17 2023-09-19 16:05:17,359 [run_init] DEBUG init version:0.0.0 force:False 16:05:17 2023-09-19 16:05:17,359 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 16:05:17 2023-09-19 16:05:17,360 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 16:05:17 2023-09-19 16:05:17,360 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 16:05:18 2023-09-19 16:05:18,535 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 16:05:18 2023-09-19 16:05:18,536 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 16:05:18 2023-09-19 16:05:18,536 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:05:18 2023-09-19 16:05:18,536 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:05:18 3.1.0-dev.14 [Pipeline] } 16:05:18 $ docker exec --env ******** --env ******** c47b6903789e800aa7f520a6c84736cf6b370c31b979e79ac000fd678b18be41 ssh-agent -k 16:05:18 unset SSH_AUTH_SOCK; 16:05:18 unset SSH_AGENT_PID; 16:05:18 echo Agent pid 76 killed; 16:05:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:05:19 + git semver [Pipeline] } 16:05:19 $ docker stop --time=1 c47b6903789e800aa7f520a6c84736cf6b370c31b979e79ac000fd678b18be41 16:05:20 $ docker rm -f --volumes c47b6903789e800aa7f520a6c84736cf6b370c31b979e79ac000fd678b18be41 [Pipeline] // withDockerContainer [Pipeline] sh 16:05:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:05:21 Stashed 1 file(s) [Pipeline] echo 16:05:21 [edgeXSemver]: initialized semver on version 3.1.0-dev.14 [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:05:21 provisioning config files... 16:05:21 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13867761538060655667tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:21 ---> docker-login.sh 16:05:21 nexus3.edgexfoundry.org:10001 16:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:21 Configure a credential helper to remove this warning. See 16:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:21 16:05:21 Login Succeeded 16:05:21 nexus3.edgexfoundry.org:10002 16:05:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:21 Configure a credential helper to remove this warning. See 16:05:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:21 16:05:21 Login Succeeded 16:05:21 nexus3.edgexfoundry.org:10003 16:05:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:22 Configure a credential helper to remove this warning. See 16:05:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:22 16:05:22 Login Succeeded 16:05:22 nexus3.edgexfoundry.org:10004 16:05:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:22 Configure a credential helper to remove this warning. See 16:05:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:22 16:05:22 Login Succeeded 16:05:22 docker.io 16:05:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:22 Configure a credential helper to remove this warning. See 16:05:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:22 16:05:22 Login Succeeded 16:05:22 ---> docker-login.sh ends [Pipeline] } 16:05:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:05:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:05:22 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:05:22 ========================================================= 16:05:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 16:05:22 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:05:22 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 16:05:22 Sending build context to Docker daemon 23.6MB 16:05:22 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 16:05:22 Step 2/12 : FROM ${BASE} AS builder 16:05:22 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 16:05:22 7264a8db6415: Pulling fs layer 16:05:22 c4d48a809fc2: Pulling fs layer 16:05:22 4f1c88b9dad5: Pulling fs layer 16:05:22 ad3a456e5733: Pulling fs layer 16:05:22 9e4f439ed901: Pulling fs layer 16:05:22 feaf6a47b606: Pulling fs layer 16:05:22 5e8b037d7d82: Pulling fs layer 16:05:22 8ac70367396e: Pulling fs layer 16:05:22 6db16350a2e2: Pulling fs layer 16:05:22 9250d5d63582: Pulling fs layer 16:05:22 5e8b037d7d82: Waiting 16:05:22 6db16350a2e2: Waiting 16:05:22 ad3a456e5733: Waiting 16:05:22 8ac70367396e: Waiting 16:05:22 9250d5d63582: Waiting 16:05:22 feaf6a47b606: Waiting 16:05:22 c4d48a809fc2: Verifying Checksum 16:05:22 c4d48a809fc2: Download complete 16:05:22 ad3a456e5733: Verifying Checksum 16:05:22 ad3a456e5733: Download complete 16:05:22 9e4f439ed901: Download complete 16:05:22 7264a8db6415: Verifying Checksum 16:05:22 7264a8db6415: Download complete 16:05:22 feaf6a47b606: Verifying Checksum 16:05:22 feaf6a47b606: Download complete 16:05:23 7264a8db6415: Pull complete 16:05:23 8ac70367396e: Verifying Checksum 16:05:23 8ac70367396e: Download complete 16:05:23 c4d48a809fc2: Pull complete 16:05:23 4f1c88b9dad5: Verifying Checksum 16:05:23 4f1c88b9dad5: Download complete 16:05:23 6db16350a2e2: Verifying Checksum 16:05:23 6db16350a2e2: Download complete 16:05:23 5e8b037d7d82: Verifying Checksum 16:05:23 5e8b037d7d82: Download complete 16:05:23 9250d5d63582: Verifying Checksum 16:05:23 9250d5d63582: Download complete 16:05:27 4f1c88b9dad5: Pull complete 16:05:27 ad3a456e5733: Pull complete 16:05:27 9e4f439ed901: Pull complete 16:05:27 feaf6a47b606: Pull complete 16:05:29 5e8b037d7d82: Pull complete 16:05:29 8ac70367396e: Pull complete 16:05:30 6db16350a2e2: Pull complete 16:05:31 9250d5d63582: Pull complete 16:05:31 Digest: sha256:3646cb4089a714386d09daba17fdee0803df1ec33e73c4ae92f9989f90c6e4e0 16:05:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 16:05:31 ---> fa269f55d9b9 16:05:31 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 16:05:36 ---> Running in 3b8e9a8d2a6e 16:05:36 Still waiting to schedule task 16:05:36 ‘prd-centos7-blackbox-4c-2g-6296’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:05:36 ‘prd-centos7-blackbox-4c-2g-6297’ doesn’t have label ‘ubuntu20.04-docker-arm64-4c-16g’ 16:05:36 ‘prd-ubuntu20.04-docker-arm64-4c-16g-6565’ is offline 16:05:37 Removing intermediate container 3b8e9a8d2a6e 16:05:37 ---> 41838351c858 16:05:37 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:05:37 ---> Running in 2c1e98b69938 16:05:37 Removing intermediate container 2c1e98b69938 16:05:37 ---> 364a50da75e8 16:05:37 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:05:37 ---> Running in 284a544d379c 16:05:37 Removing intermediate container 284a544d379c 16:05:37 ---> 8dd578f2dba8 16:05:37 Step 6/12 : WORKDIR /device-virtual-go 16:05:37 ---> Running in ccc0efc667e5 16:05:37 Removing intermediate container ccc0efc667e5 16:05:37 ---> eb201b5220bb 16:05:37 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:05:37 ---> Running in 7066373970c4 16:05:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 16:05:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 16:05:37 (1/4) Installing openssh-keygen (9.3_p2-r0) 16:05:37 (2/4) Installing libedit (20221030.3.1-r1) 16:05:37 (3/4) Installing openssh-client-common (9.3_p2-r0) 16:05:37 (4/4) Installing openssh-client-default (9.3_p2-r0) 16:05:37 Executing busybox-1.36.1-r2.trigger 16:05:37 OK: 270 MiB in 60 packages 16:05:38 Removing intermediate container 7066373970c4 16:05:38 ---> b47889c7da6b 16:05:38 Step 8/12 : COPY go.mod vendor* ./ 16:05:38 ---> 41c91000ff1f 16:05:38 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:05:38 ---> Running in 0e3ccdd98758 16:06:17 Removing intermediate container 0e3ccdd98758 16:06:17 ---> d4fcace31c50 16:06:17 Step 10/12 : COPY . . 16:06:17 ---> c6b9ee4ea8c6 16:06:17 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:06:17 ---> Running in 2790c27469aa 16:06:17 Removing intermediate container 2790c27469aa 16:06:17 ---> 648fb6c86752 16:06:17 Step 12/12 : RUN $MAKE 16:06:17 ---> Running in b3afc46ba1c1 16:06:17 noop 16:06:17 Removing intermediate container b3afc46ba1c1 16:06:17 ---> 2fe5f09719e1 16:06:17 Successfully built 2fe5f09719e1 16:06:17 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:17 + docker inspect -f . ci-base-image-x86_64 16:06:17 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:06:17 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:06:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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 ******** ci-base-image-x86_64 cat 16:06:18 $ docker top bf8aac1576d75350a5df5b08580237e84718db96159074f384952aa24112667c -eo pid,comm [Pipeline] { [Pipeline] sh 16:06:18 + go version 16:06:18 go version go1.21.0 linux/amd64 [Pipeline] } 16:06:18 $ docker stop --time=1 bf8aac1576d75350a5df5b08580237e84718db96159074f384952aa24112667c 16:06:19 $ docker rm -f --volumes bf8aac1576d75350a5df5b08580237e84718db96159074f384952aa24112667c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:20 + docker inspect -f . ci-base-image-x86_64 16:06:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:06:20 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:06:20 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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 ******** ci-base-image-x86_64 cat 16:06:20 $ docker top 026261616e47008bac6fbfe97d10e26fe6ede5817222b7cfd4554515825278a7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:06:21 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 16:06:21 + make test 16:06:21 go test ./... -coverprofile=coverage.out 16:06:22 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:06:32 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 16:06:32 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.017s coverage: 58.6% of statements 16:06:38 go vet ./... 16:06:40 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:06:40 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:06:40 ./bin/test-attribution-txt.sh [Pipeline] echo 16:06:40 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:06:40 $ docker stop --time=1 026261616e47008bac6fbfe97d10e26fe6ede5817222b7cfd4554515825278a7 16:06:43 $ docker rm -f --volumes 026261616e47008bac6fbfe97d10e26fe6ede5817222b7cfd4554515825278a7 [Pipeline] // withDockerContainer [Pipeline] sh 16:06:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:06:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:06:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:06:44 + ls -al . 16:06:44 total 204 16:06:44 drwxrwxr-x 9 jenkins jenkins 4096 Sep 19 16:06 . 16:06:44 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 16:04 .. 16:06:44 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 16:06 .git 16:06:44 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 16:05 .github 16:06:44 -rw-rw-r-- 1 jenkins jenkins 337 Sep 19 16:05 .gitignore 16:06:44 -rw-rw-r-- 1 jenkins jenkins 41 Sep 19 16:05 .golangci.yml 16:06:44 drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 16:05 .semver 16:06:44 -rw-rw-r-- 1 jenkins jenkins 9708 Sep 19 16:05 Attribution.txt 16:06:44 -rw-rw-r-- 1 jenkins jenkins 14372 Sep 19 16:05 CHANGELOG.md 16:06:44 -rw-rw-r-- 1 jenkins jenkins 1646 Sep 19 16:05 Dockerfile 16:06:44 -rw-rw-r-- 1 jenkins jenkins 677 Sep 19 16:05 GOVERNANCE.md 16:06:44 -rw-rw-r-- 1 jenkins jenkins 660 Sep 19 16:05 Jenkinsfile 16:06:44 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 19 16:05 LICENSE 16:06:44 -rw-rw-r-- 1 jenkins jenkins 1947 Sep 19 16:05 Makefile 16:06:44 -rw-rw-r-- 1 jenkins jenkins 623 Sep 19 16:05 OWNERS.md 16:06:44 -rw-rw-r-- 1 jenkins jenkins 4111 Sep 19 16:05 README.md 16:06:44 -rw-rw-r-- 1 jenkins jenkins 12 Sep 19 16:05 VERSION 16:06:44 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 16:05 bin 16:06:44 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 16:05 cmd 16:06:44 -rw-r--r-- 1 jenkins jenkins 43063 Sep 19 16:06 coverage.out 16:06:44 -rw-rw-r-- 1 jenkins jenkins 3637 Sep 19 16:05 go.mod 16:06:44 -rw-rw-r-- 1 jenkins jenkins 35019 Sep 19 16:05 go.sum 16:06:44 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 16:05 internal 16:06:44 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 16:05 snap 16:06:44 -rw-rw-r-- 1 jenkins jenkins 235 Sep 19 16:05 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:06:45 + 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=697f398d4930450ca66ff8e227ddea628c81eaba --label arch=amd64 --label version=3.1.0-dev.14 . 16:06:45 Sending build context to Docker daemon 23.65MB 16:06:45 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 16:06:45 Step 2/25 : FROM ${BASE} AS builder 16:06:45 ---> 2fe5f09719e1 16:06:45 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 16:06:45 ---> Running in c88645305393 16:06:45 Removing intermediate container c88645305393 16:06:45 ---> f5b3c2f812a3 16:06:45 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 16:06:45 ---> Running in 494371074ed4 16:06:45 Removing intermediate container 494371074ed4 16:06:45 ---> 60803873c583 16:06:45 Step 5/25 : ARG ADD_BUILD_TAGS="" 16:06:45 ---> Running in 631a51d49280 16:06:45 Removing intermediate container 631a51d49280 16:06:45 ---> 9e1e5ae8accb 16:06:45 Step 6/25 : WORKDIR /device-virtual-go 16:06:45 ---> Running in fd4a0a86b990 16:06:45 Removing intermediate container fd4a0a86b990 16:06:45 ---> c95897b4f3e4 16:06:45 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:06:45 ---> Running in 3af510c9b704 16:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 16:06:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 16:06:46 OK: 270 MiB in 60 packages 16:06:46 Removing intermediate container 3af510c9b704 16:06:46 ---> b94de4af3cde 16:06:46 Step 8/25 : COPY go.mod vendor* ./ 16:06:47 ---> 5fe03d612d48 16:06:47 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:47 ---> Running in 9eab086ac75a 16:06:47 Removing intermediate container 9eab086ac75a 16:06:47 ---> e6d11c7149bc 16:06:47 Step 10/25 : COPY . . 16:06:48 ---> 9973a67a382a 16:06:48 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:06:48 ---> Running in 5ec1585e20b0 16:06:48 Removing intermediate container 5ec1585e20b0 16:06:48 ---> 2f4752b8335a 16:06:48 Step 12/25 : RUN $MAKE 16:06:48 ---> Running in 2bc5e3c9e301 16:06:48 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.1.0-dev.14 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.25" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 16:07:07 Removing intermediate container 2bc5e3c9e301 16:07:07 ---> 9f21728cee23 16:07:07 Step 13/25 : FROM alpine:3.18 16:07:07 3.18: Pulling from library/alpine 16:07:07 7264a8db6415: Already exists 16:07:07 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 16:07:07 Status: Downloaded newer image for alpine:3.18 16:07:07 ---> 7e01a0d0a1dc 16:07:07 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 16:07:07 ---> Running in 532b66d245a4 16:07:07 Removing intermediate container 532b66d245a4 16:07:07 ---> bb8643cf1f56 16:07:07 Step 15/25 : RUN apk add --update --no-cache dumb-init 16:07:07 ---> Running in d902e47b93af 16:07:07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 16:07:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 16:07:08 (1/1) Installing dumb-init (1.2.5-r2) 16:07:08 Executing busybox-1.36.1-r2.trigger 16:07:08 OK: 7 MiB in 16 packages 16:07:08 Removing intermediate container d902e47b93af 16:07:08 ---> 7634ca68033c 16:07:08 Step 16/25 : WORKDIR / 16:07:08 ---> Running in 42b9a9377be2 16:07:08 Removing intermediate container 42b9a9377be2 16:07:08 ---> 4caba95d1faf 16:07:08 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 16:07:08 ---> f1ab91113f09 16:07:08 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 16:07:09 ---> 40327706849b 16:07:09 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 16:07:09 ---> 873970d0d089 16:07:09 Step 20/25 : EXPOSE 59900 16:07:09 ---> Running in 92e1628a1d88 16:07:09 Removing intermediate container 92e1628a1d88 16:07:09 ---> 482cd869c94f 16:07:09 Step 21/25 : ENTRYPOINT ["/device-virtual"] 16:07:09 ---> Running in ca2e8512a497 16:07:09 Removing intermediate container ca2e8512a497 16:07:09 ---> cd8e63423e64 16:07:09 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 16:07:09 ---> Running in a4152f913ff3 16:07:09 Removing intermediate container a4152f913ff3 16:07:09 ---> 79ccc0ae47be 16:07:09 Step 23/25 : LABEL arch=amd64 16:07:09 ---> Running in 723b7b9e822e 16:07:10 Removing intermediate container 723b7b9e822e 16:07:10 ---> 9df74763c152 16:07:10 Step 24/25 : LABEL git_sha=697f398d4930450ca66ff8e227ddea628c81eaba 16:07:10 ---> Running in 31f298fc6c59 16:07:10 Removing intermediate container 31f298fc6c59 16:07:10 ---> a87ecb5c551b 16:07:10 Step 25/25 : LABEL version=3.1.0-dev.14 16:07:10 ---> Running in c351d4583d1c 16:07:10 Removing intermediate container c351d4583d1c 16:07:10 ---> 69bfccaddfe3 16:07:10 [Warning] One or more build-args [ARCH] were not consumed 16:07:10 Successfully built 69bfccaddfe3 16:07:10 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:07:10 provisioning config files... 16:07:10 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8695879588904488649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:07:10 ---> docker-login.sh 16:07:10 nexus3.edgexfoundry.org:10001 16:07:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:10 Configure a credential helper to remove this warning. See 16:07:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:10 16:07:10 Login Succeeded 16:07:10 nexus3.edgexfoundry.org:10002 16:07:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:10 Configure a credential helper to remove this warning. See 16:07:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:10 16:07:10 Login Succeeded 16:07:10 nexus3.edgexfoundry.org:10003 16:07:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:10 Configure a credential helper to remove this warning. See 16:07:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:10 16:07:10 Login Succeeded 16:07:10 nexus3.edgexfoundry.org:10004 16:07:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:10 Configure a credential helper to remove this warning. See 16:07:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:10 16:07:10 Login Succeeded 16:07:10 docker.io 16:07:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:07:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:07:11 Configure a credential helper to remove this warning. See 16:07:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:07:11 16:07:11 Login Succeeded 16:07:11 ---> docker-login.sh ends [Pipeline] } 16:07:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:07:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:07:11 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 16:07:11 697f398d4930450ca66ff8e227ddea628c81eaba 16:07:11 latest 16:07:11 3.1.0-dev.14 16:07:11 697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14 16:07:11 main 16:07:11 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:11 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:697f398d4930450ca66ff8e227ddea628c81eaba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:11 + docker push nexus3.edgexfoundry.org:10004/device-virtual:697f398d4930450ca66ff8e227ddea628c81eaba 16:07:11 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 16:07:11 013da41a70a3: Preparing 16:07:11 2727a5a9cca9: Preparing 16:07:11 0781d08f02ff: Preparing 16:07:11 be254310f54e: Preparing 16:07:11 4693057ce236: Preparing 16:07:11 4693057ce236: Layer already exists 16:07:11 2727a5a9cca9: Pushed 16:07:11 0781d08f02ff: Pushed 16:07:11 be254310f54e: Pushed 16:07:14 013da41a70a3: Pushed 16:07:14 697f398d4930450ca66ff8e227ddea628c81eaba: digest: sha256:d260cd233d5d3af1eaa5b2744f23e0ec2048c9e5fba9494ea9ae725cfa10605c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:14 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:15 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 16:07:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 16:07:15 013da41a70a3: Preparing 16:07:15 2727a5a9cca9: Preparing 16:07:15 0781d08f02ff: Preparing 16:07:15 be254310f54e: Preparing 16:07:15 4693057ce236: Preparing 16:07:15 be254310f54e: Layer already exists 16:07:15 0781d08f02ff: Layer already exists 16:07:15 013da41a70a3: Layer already exists 16:07:15 2727a5a9cca9: Layer already exists 16:07:15 4693057ce236: Layer already exists 16:07:15 latest: digest: sha256:d260cd233d5d3af1eaa5b2744f23e0ec2048c9e5fba9494ea9ae725cfa10605c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:15 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:15 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.14 16:07:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 16:07:15 013da41a70a3: Preparing 16:07:15 2727a5a9cca9: Preparing 16:07:15 0781d08f02ff: Preparing 16:07:15 be254310f54e: Preparing 16:07:15 4693057ce236: Preparing 16:07:15 2727a5a9cca9: Layer already exists 16:07:15 4693057ce236: Layer already exists 16:07:15 013da41a70a3: Layer already exists 16:07:15 be254310f54e: Layer already exists 16:07:15 0781d08f02ff: Layer already exists 16:07:15 3.1.0-dev.14: digest: sha256:d260cd233d5d3af1eaa5b2744f23e0ec2048c9e5fba9494ea9ae725cfa10605c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:16 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:16 + docker push nexus3.edgexfoundry.org:10004/device-virtual:697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14 16:07:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 16:07:16 013da41a70a3: Preparing 16:07:16 2727a5a9cca9: Preparing 16:07:16 0781d08f02ff: Preparing 16:07:16 be254310f54e: Preparing 16:07:16 4693057ce236: Preparing 16:07:16 4693057ce236: Layer already exists 16:07:16 013da41a70a3: Layer already exists 16:07:16 be254310f54e: Layer already exists 16:07:16 2727a5a9cca9: Layer already exists 16:07:16 0781d08f02ff: Layer already exists 16:07:16 697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14: digest: sha256:d260cd233d5d3af1eaa5b2744f23e0ec2048c9e5fba9494ea9ae725cfa10605c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:16 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:16 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 16:07:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 16:07:16 013da41a70a3: Preparing 16:07:16 2727a5a9cca9: Preparing 16:07:16 0781d08f02ff: Preparing 16:07:16 be254310f54e: Preparing 16:07:16 4693057ce236: Preparing 16:07:16 be254310f54e: Layer already exists 16:07:16 4693057ce236: Layer already exists 16:07:16 0781d08f02ff: Layer already exists 16:07:16 013da41a70a3: Layer already exists 16:07:16 2727a5a9cca9: Layer already exists 16:07:16 main: digest: sha256:d260cd233d5d3af1eaa5b2744f23e0ec2048c9e5fba9494ea9ae725cfa10605c size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:07:17 ===================================================== [Pipeline] echo 16:07:17 taggedImages: 16:07:17 - nexus3.edgexfoundry.org:10004/device-virtual:697f398d4930450ca66ff8e227ddea628c81eaba 16:07:17 - nexus3.edgexfoundry.org:10004/device-virtual:latest 16:07:17 - nexus3.edgexfoundry.org:10004/device-virtual:3.1.0-dev.14 16:07:17 - nexus3.edgexfoundry.org:10004/device-virtual:697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14 16:07:17 - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // script [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:07:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:17 16:07:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:07:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:17 latest: Pulling from edgex-lftools-log-publisher 16:07:17 5eb5b503b376: Pulling fs layer 16:07:17 5c69ac0246d0: Pulling fs layer 16:07:17 ec43610c2a17: Pulling fs layer 16:07:17 3a2ae6a8a46f: Pulling fs layer 16:07:17 33b1e0a273af: Pulling fs layer 16:07:17 5d3b04190fa2: Pulling fs layer 16:07:17 2f39f015ded8: Pulling fs layer 16:07:17 5d3b04190fa2: Waiting 16:07:17 3a2ae6a8a46f: Waiting 16:07:17 2f39f015ded8: Waiting 16:07:17 5c69ac0246d0: Verifying Checksum 16:07:17 5c69ac0246d0: Download complete 16:07:17 3a2ae6a8a46f: Verifying Checksum 16:07:17 3a2ae6a8a46f: Download complete 16:07:17 33b1e0a273af: Verifying Checksum 16:07:17 33b1e0a273af: Download complete 16:07:17 5d3b04190fa2: Verifying Checksum 16:07:17 5d3b04190fa2: Download complete 16:07:17 ec43610c2a17: Verifying Checksum 16:07:17 ec43610c2a17: Download complete 16:07:17 5eb5b503b376: Verifying Checksum 16:07:17 5eb5b503b376: Download complete 16:07:18 2f39f015ded8: Download complete 16:07:19 5eb5b503b376: Pull complete 16:07:19 5c69ac0246d0: Pull complete 16:07:19 ec43610c2a17: Pull complete 16:07:19 3a2ae6a8a46f: Pull complete 16:07:19 33b1e0a273af: Pull complete 16:07:19 5d3b04190fa2: Pull complete 16:07:24 2f39f015ded8: Pull complete 16:07:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:07:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:07:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:07:24 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:07:24 $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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:07:27 $ docker top d76e87b1d59674bf9baae7f0af74a9920bac20f5284d07251e11729a65a920dd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:07:27 ---> job-cost.sh 16:07:27 lf-activate-venv: SKIPPING 16:07:27 INFO: No Stack... 16:07:28 INFO: Retrieving Pricing Info for: v3-standard-8 16:07:28 INFO: Archiving Costs [Pipeline] sh 16:07:28 + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv 16:07:28 + cut -d, -f6 [Pipeline] lock 16:07:28 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-140-stack-cost] 16:07:28 Resource [jenkins-edgexfoundry-device-virtual-go-main-140-stack-cost] did not exist. Created. 16:07:28 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-140-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:07:29 + echo total: 0.2199999988079071 [Pipeline] stash 16:07:29 Stashed 1 file(s) [Pipeline] } 16:07:29 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-140-stack-cost] [Pipeline] // lock [Pipeline] } 16:07:29 $ docker stop --time=1 d76e87b1d59674bf9baae7f0af74a9920bac20f5284d07251e11729a65a920dd 16:07:30 $ docker rm -f --volumes d76e87b1d59674bf9baae7f0af74a9920bac20f5284d07251e11729a65a920dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:09:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6567 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 16:09:34 Running in /w/workspace/device-virtual-go/140 [Pipeline] { [Pipeline] checkout 16:09:34 The recommended git tool is: git 16:09:39 using credential edgex-jenkins-ssh 16:09:39 Cloning the remote Git repository 16:09:39 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 16:09:39 > git init /w/workspace/device-virtual-go/140 # timeout=10 16:09:39 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 16:09:39 > git --version # timeout=10 16:09:39 > git --version # 'git version 2.25.1' 16:09:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:09:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:09:42 Avoid second fetch 16:09:42 Checking out Revision 697f398d4930450ca66ff8e227ddea628c81eaba (main) 16:09:42 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 16:09:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:09:42 > git config core.sparsecheckout # timeout=10 16:09:42 > git checkout -f 697f398d4930450ca66ff8e227ddea628c81eaba # timeout=10 16:09:43 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 (#429)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:09:44 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:09:44 % Total % Received % Xferd Average Speed Time Time Time Current 16:09:44 Dload Upload Total Spent Left Speed 16:09:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 100k 0 --:--:-- --:--:-- --:--:-- 100k [Pipeline] sh 16:09:45 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:09:45 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:09:45 + sudo tee /etc/docker/daemon.new 16:09:45 { 16:09:45 "registry-mirrors": [ 16:09:45 "https://nexus3.edgexfoundry.org:10001" 16:09:45 ], 16:09:45 "bip": "10.250.0.254/24", 16:09:45 "hosts": [ 16:09:45 "tcp://0.0.0.0:5555", 16:09:45 "unix:///var/run/docker.sock" 16:09:45 ], 16:09:45 "mtu": 1458, 16:09:45 "selinux-enabled": true, 16:09:45 "seccomp-profile": "/etc/docker/seccomp.json" 16:09:45 } [Pipeline] sh 16:09:46 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:09:46 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:10:04 provisioning config files... 16:10:04 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/140@tmp/config8141259042952773904tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:10:05 ---> docker-login.sh 16:10:05 nexus3.edgexfoundry.org:10001 16:10:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:05 Configure a credential helper to remove this warning. See 16:10:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:05 16:10:05 Login Succeeded 16:10:05 nexus3.edgexfoundry.org:10002 16:10:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:06 Configure a credential helper to remove this warning. See 16:10:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:06 16:10:06 Login Succeeded 16:10:06 nexus3.edgexfoundry.org:10003 16:10:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:06 Configure a credential helper to remove this warning. See 16:10:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:06 16:10:06 Login Succeeded 16:10:06 nexus3.edgexfoundry.org:10004 16:10:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:06 Configure a credential helper to remove this warning. See 16:10:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:06 16:10:06 Login Succeeded 16:10:06 docker.io 16:10:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:10:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:10:07 Configure a credential helper to remove this warning. See 16:10:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:10:07 16:10:07 Login Succeeded 16:10:07 ---> docker-login.sh ends [Pipeline] } 16:10:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:10:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:10:07 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:10:07 ========================================================= 16:10:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 16:10:07 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:10:07 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 16:10:08 Sending build context to Docker daemon 11.94MB 16:10:08 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 16:10:08 Step 2/12 : FROM ${BASE} AS builder 16:10:08 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:10:08 9fda8d8052c6: Pulling fs layer 16:10:08 5d54e960e981: Pulling fs layer 16:10:08 c4a7e357bf2a: Pulling fs layer 16:10:08 f0e02332f6b5: Pulling fs layer 16:10:08 66412af1f25a: Pulling fs layer 16:10:08 1baf3a5c0e64: Pulling fs layer 16:10:08 9a37bb91b891: Pulling fs layer 16:10:08 a29adfc67d43: Pulling fs layer 16:10:08 d5de9f91c1a4: Pulling fs layer 16:10:08 1baf3a5c0e64: Waiting 16:10:08 9a37bb91b891: Waiting 16:10:08 f0e02332f6b5: Waiting 16:10:08 66412af1f25a: Waiting 16:10:08 a29adfc67d43: Waiting 16:10:08 5d54e960e981: Verifying Checksum 16:10:08 5d54e960e981: Download complete 16:10:08 f0e02332f6b5: Verifying Checksum 16:10:08 f0e02332f6b5: Download complete 16:10:08 66412af1f25a: Verifying Checksum 16:10:08 66412af1f25a: Download complete 16:10:08 9fda8d8052c6: Verifying Checksum 16:10:08 9fda8d8052c6: Download complete 16:10:09 9a37bb91b891: Verifying Checksum 16:10:09 9a37bb91b891: Download complete 16:10:09 9fda8d8052c6: Pull complete 16:10:09 a29adfc67d43: Verifying Checksum 16:10:09 a29adfc67d43: Download complete 16:10:10 5d54e960e981: Pull complete 16:10:10 d5de9f91c1a4: Verifying Checksum 16:10:10 d5de9f91c1a4: Download complete 16:10:10 c4a7e357bf2a: Verifying Checksum 16:10:10 c4a7e357bf2a: Download complete 16:10:11 1baf3a5c0e64: Verifying Checksum 16:10:11 1baf3a5c0e64: Download complete 16:10:21 c4a7e357bf2a: Pull complete 16:10:21 f0e02332f6b5: Pull complete 16:10:21 66412af1f25a: Pull complete 16:10:28 1baf3a5c0e64: Pull complete 16:10:29 9a37bb91b891: Pull complete 16:10:30 a29adfc67d43: Pull complete 16:10:31 d5de9f91c1a4: Pull complete 16:10:31 Digest: sha256:1924af6f0b663904b942a9ee07fc1d4556a77458ebf1950facbcfc555602d6a5 16:10:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 16:10:31 ---> 746ca1b523b5 16:10:31 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 16:10:33 ---> Running in 2f4ccb93b7bc 16:10:33 Removing intermediate container 2f4ccb93b7bc 16:10:33 ---> c92f84fafbec 16:10:33 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 16:10:34 ---> Running in 7df2171c175c 16:10:34 Removing intermediate container 7df2171c175c 16:10:34 ---> 8c2b94ca240d 16:10:34 Step 5/12 : ARG ADD_BUILD_TAGS="" 16:10:34 ---> Running in eb290f20fe58 16:10:34 Removing intermediate container eb290f20fe58 16:10:34 ---> 06d9cbe05791 16:10:34 Step 6/12 : WORKDIR /device-virtual-go 16:10:34 ---> Running in ff03b3f748a1 16:10:35 Removing intermediate container ff03b3f748a1 16:10:35 ---> 30ed6313ec2b 16:10:35 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:10:35 ---> Running in 8c75ff6e85e7 16:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 16:10:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 16:10:37 (1/4) Installing openssh-keygen (9.3_p2-r0) 16:10:37 (2/4) Installing libedit (20221030.3.1-r1) 16:10:37 (3/4) Installing openssh-client-common (9.3_p2-r0) 16:10:37 (4/4) Installing openssh-client-default (9.3_p2-r0) 16:10:37 Executing busybox-1.36.1-r2.trigger 16:10:37 OK: 272 MiB in 60 packages 16:10:39 Removing intermediate container 8c75ff6e85e7 16:10:39 ---> 00ab6d6efc2d 16:10:39 Step 8/12 : COPY go.mod vendor* ./ 16:10:41 ---> d3a7f2171765 16:10:41 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:10:41 ---> Running in 7712432d5de8 16:11:48 Removing intermediate container 7712432d5de8 16:11:48 ---> f8bbb5b9bb9f 16:11:48 Step 10/12 : COPY . . 16:11:49 ---> 0bcf0a325747 16:11:49 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:11:49 ---> Running in ce8eb8f0443a 16:11:50 Removing intermediate container ce8eb8f0443a 16:11:50 ---> 07e1455f8d84 16:11:50 Step 12/12 : RUN $MAKE 16:11:50 ---> Running in 1b59ddc4c779 16:11:51 noop 16:11:51 Removing intermediate container 1b59ddc4c779 16:11:51 ---> 0f17dd52f702 16:11:51 Successfully built 0f17dd52f702 16:11:51 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:51 + docker inspect -f . ci-base-image-arm64 16:11:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:11:52 prd-ubuntu20.04-docker-arm64-4c-16g-6567 does not seem to be running inside a container 16:11:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/140 -v /w/workspace/device-virtual-go/140:/w/workspace/device-virtual-go/140:rw,z -v /w/workspace/device-virtual-go/140@tmp:/w/workspace/device-virtual-go/140@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 ******** ci-base-image-arm64 cat 16:11:53 $ docker top a49b1b1c06bb9009ee1511033f124f1b74733f9eb0e0a93dd18bffa15e271339 -eo pid,comm [Pipeline] { [Pipeline] sh 16:11:54 + go version 16:11:54 go version go1.21.0 linux/arm64 [Pipeline] } 16:11:54 $ docker stop --time=1 a49b1b1c06bb9009ee1511033f124f1b74733f9eb0e0a93dd18bffa15e271339 16:11:55 $ docker rm -f --volumes a49b1b1c06bb9009ee1511033f124f1b74733f9eb0e0a93dd18bffa15e271339 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:11:56 + docker inspect -f . ci-base-image-arm64 16:11:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:11:56 prd-ubuntu20.04-docker-arm64-4c-16g-6567 does not seem to be running inside a container 16:11:56 $ 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/140 -v /w/workspace/device-virtual-go/140:/w/workspace/device-virtual-go/140:rw,z -v /w/workspace/device-virtual-go/140@tmp:/w/workspace/device-virtual-go/140@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 ******** ci-base-image-arm64 cat 16:11:57 $ docker top 7a7b26d094b5d65d08e9e7b5c00e1731dbe35ec317e1c7f9b8444ebeafbf6ca7 -eo pid,comm [Pipeline] { [Pipeline] sh 16:11:58 + git config --global --add safe.directory /w/workspace/device-virtual-go/140 [Pipeline] fileExists [Pipeline] sh 16:11:58 + make test 16:11:58 go test ./... -coverprofile=coverage.out 16:12:05 ? github.com/edgexfoundry/device-virtual-go [no test files] 16:13:26 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 16:13:26 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.065s coverage: 58.4% of statements 16:13:27 WARNING: Linting skipped (not on x86_64 or linter not installed) 16:13:27 go vet ./... 16:13:49 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:13:49 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:13:49 ./bin/test-attribution-txt.sh [Pipeline] echo 16:13:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:13:49 $ docker stop --time=1 7a7b26d094b5d65d08e9e7b5c00e1731dbe35ec317e1c7f9b8444ebeafbf6ca7 16:13:51 $ docker rm -f --volumes 7a7b26d094b5d65d08e9e7b5c00e1731dbe35ec317e1c7f9b8444ebeafbf6ca7 [Pipeline] // withDockerContainer [Pipeline] sh 16:13:52 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:13:52 Warning: overwriting stash ‘coverage-report’ 16:13:53 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:13:53 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:13:53 + ls -al . 16:13:53 total 200 16:13:53 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 16:12 . 16:13:53 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 16:09 .. 16:13:53 drwxrwxr-x 8 jenkins jenkins 4096 Sep 19 16:09 .git 16:13:53 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 16:09 .github 16:13:53 -rw-rw-r-- 1 jenkins jenkins 337 Sep 19 16:09 .gitignore 16:13:53 -rw-rw-r-- 1 jenkins jenkins 41 Sep 19 16:09 .golangci.yml 16:13:53 -rw-rw-r-- 1 jenkins jenkins 9708 Sep 19 16:09 Attribution.txt 16:13:53 -rw-rw-r-- 1 jenkins jenkins 14372 Sep 19 16:09 CHANGELOG.md 16:13:53 -rw-rw-r-- 1 jenkins jenkins 1646 Sep 19 16:09 Dockerfile 16:13:53 -rw-rw-r-- 1 jenkins jenkins 677 Sep 19 16:09 GOVERNANCE.md 16:13:53 -rw-rw-r-- 1 jenkins jenkins 660 Sep 19 16:09 Jenkinsfile 16:13:53 -rw-rw-r-- 1 jenkins jenkins 11340 Sep 19 16:09 LICENSE 16:13:53 -rw-rw-r-- 1 jenkins jenkins 1947 Sep 19 16:09 Makefile 16:13:53 -rw-rw-r-- 1 jenkins jenkins 623 Sep 19 16:09 OWNERS.md 16:13:53 -rw-rw-r-- 1 jenkins jenkins 4111 Sep 19 16:09 README.md 16:13:53 -rw-rw-r-- 1 jenkins jenkins 12 Sep 19 16:05 VERSION 16:13:53 drwxrwxr-x 2 jenkins jenkins 4096 Sep 19 16:09 bin 16:13:53 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 16:09 cmd 16:13:53 -rw-r--r-- 1 jenkins jenkins 43063 Sep 19 16:13 coverage.out 16:13:53 -rw-rw-r-- 1 jenkins jenkins 3637 Sep 19 16:09 go.mod 16:13:53 -rw-rw-r-- 1 jenkins jenkins 35019 Sep 19 16:09 go.sum 16:13:53 drwxrwxr-x 3 jenkins jenkins 4096 Sep 19 16:09 internal 16:13:53 drwxrwxr-x 4 jenkins jenkins 4096 Sep 19 16:09 snap 16:13:53 -rw-rw-r-- 1 jenkins jenkins 235 Sep 19 16:09 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:54 + 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=697f398d4930450ca66ff8e227ddea628c81eaba --label arch=arm64 --label version=3.1.0-dev.14 . 16:13:54 Sending build context to Docker daemon 11.99MB 16:13:54 Step 1/25 : ARG BASE=golang:1.21-alpine3.18 16:13:54 Step 2/25 : FROM ${BASE} AS builder 16:13:54 ---> 0f17dd52f702 16:13:54 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 16:13:54 ---> Running in aa4de351d322 16:13:55 Removing intermediate container aa4de351d322 16:13:55 ---> fbb02c97b5b6 16:13:55 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 16:13:55 ---> Running in dc6fd706e35f 16:13:55 Removing intermediate container dc6fd706e35f 16:13:55 ---> 936baed94107 16:13:55 Step 5/25 : ARG ADD_BUILD_TAGS="" 16:13:55 ---> Running in 354fcf080658 16:13:55 Removing intermediate container 354fcf080658 16:13:55 ---> a8f0f7cdd26e 16:13:55 Step 6/25 : WORKDIR /device-virtual-go 16:13:55 ---> Running in 987db443ae1a 16:13:56 Removing intermediate container 987db443ae1a 16:13:56 ---> 7fdb93c7c3ca 16:13:56 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:13:56 ---> Running in c6ce3d7a44d4 16:13:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 16:13:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 16:13:58 OK: 272 MiB in 60 packages 16:14:02 Removing intermediate container c6ce3d7a44d4 16:14:02 ---> 5c5d8ccd06e5 16:14:02 Step 8/25 : COPY go.mod vendor* ./ 16:14:03 ---> 208007e551e3 16:14:03 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:14:03 ---> Running in 0994d7017d17 16:14:06 Removing intermediate container 0994d7017d17 16:14:06 ---> f551c6291d1f 16:14:06 Step 10/25 : COPY . . 16:14:07 ---> 163dc92d78d0 16:14:07 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 16:14:07 ---> Running in 0a42b77022b3 16:14:08 Removing intermediate container 0a42b77022b3 16:14:08 ---> ab9b69dd3b8a 16:14:08 Step 12/25 : RUN $MAKE 16:14:08 ---> Running in 31bb04d92e54 16:14:10 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.1.0-dev.14 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.25" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 16:16:16 Removing intermediate container 31bb04d92e54 16:16:16 ---> 80cc43f66ec9 16:16:16 Step 13/25 : FROM alpine:3.18 16:16:16 3.18: Pulling from library/alpine 16:16:16 9fda8d8052c6: Already exists 16:16:16 Digest: sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 16:16:16 Status: Downloaded newer image for alpine:3.18 16:16:16 ---> f6648c04cd6c 16:16:16 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 16:16:16 ---> Running in a3378f3a40fa 16:16:16 Removing intermediate container a3378f3a40fa 16:16:16 ---> aed3c691458e 16:16:16 Step 15/25 : RUN apk add --update --no-cache dumb-init 16:16:16 ---> Running in d2dce081db5a 16:16:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 16:16:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 16:16:16 (1/1) Installing dumb-init (1.2.5-r2) 16:16:16 Executing busybox-1.36.1-r2.trigger 16:16:16 OK: 8 MiB in 16 packages 16:16:16 Removing intermediate container d2dce081db5a 16:16:16 ---> b10b99b73e6d 16:16:16 Step 16/25 : WORKDIR / 16:16:16 ---> Running in 97d3a2ee3ddd 16:16:16 Removing intermediate container 97d3a2ee3ddd 16:16:16 ---> 5dbe1fbbafd8 16:16:16 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 16:16:16 ---> 6d6822b2d544 16:16:16 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 16:16:16 ---> 8e9103b752c3 16:16:16 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 16:16:16 ---> 3511a0821fc1 16:16:16 Step 20/25 : EXPOSE 59900 16:16:16 ---> Running in 00ebdab75c9c 16:16:16 Removing intermediate container 00ebdab75c9c 16:16:16 ---> 1540ba4e20f9 16:16:16 Step 21/25 : ENTRYPOINT ["/device-virtual"] 16:16:16 ---> Running in f067633f2c08 16:16:16 Removing intermediate container f067633f2c08 16:16:16 ---> b9c1b98eae03 16:16:16 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 16:16:16 ---> Running in 7ee96fd6b5e1 16:16:16 Removing intermediate container 7ee96fd6b5e1 16:16:16 ---> 7ec5acc764e0 16:16:16 Step 23/25 : LABEL arch=arm64 16:16:16 ---> Running in e67b5c6843cd 16:16:16 Removing intermediate container e67b5c6843cd 16:16:16 ---> dc7c42c4b301 16:16:16 Step 24/25 : LABEL git_sha=697f398d4930450ca66ff8e227ddea628c81eaba 16:16:16 ---> Running in 62b3564634b1 16:16:16 Removing intermediate container 62b3564634b1 16:16:16 ---> 783f9be5638a 16:16:16 Step 25/25 : LABEL version=3.1.0-dev.14 16:16:16 ---> Running in f462f31c70ec 16:16:16 Removing intermediate container f462f31c70ec 16:16:16 ---> b0919d04cbf7 16:16:16 [Warning] One or more build-args [ARCH] were not consumed 16:16:16 Successfully built b0919d04cbf7 16:16:16 Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:16:16 provisioning config files... 16:16:16 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/140@tmp/config4679599415589820958tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:16:17 ---> docker-login.sh 16:16:17 nexus3.edgexfoundry.org:10001 16:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:17 Configure a credential helper to remove this warning. See 16:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:17 16:16:17 Login Succeeded 16:16:17 nexus3.edgexfoundry.org:10002 16:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:17 Configure a credential helper to remove this warning. See 16:16:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:17 16:16:17 Login Succeeded 16:16:17 nexus3.edgexfoundry.org:10003 16:16:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:18 Configure a credential helper to remove this warning. See 16:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:18 16:16:18 Login Succeeded 16:16:18 nexus3.edgexfoundry.org:10004 16:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:18 Configure a credential helper to remove this warning. See 16:16:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:18 16:16:18 Login Succeeded 16:16:18 docker.io 16:16:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:19 Configure a credential helper to remove this warning. See 16:16:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:19 16:16:19 Login Succeeded 16:16:19 ---> docker-login.sh ends [Pipeline] } 16:16:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:16:19 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 16:16:19 697f398d4930450ca66ff8e227ddea628c81eaba 16:16:19 latest 16:16:19 3.1.0-dev.14 16:16:19 697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14 16:16:19 main 16:16:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:19 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:697f398d4930450ca66ff8e227ddea628c81eaba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:19 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:697f398d4930450ca66ff8e227ddea628c81eaba 16:16:19 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 16:16:19 80297f02c0b9: Preparing 16:16:19 a24e1a08a98c: Preparing 16:16:19 4a9f51772da6: Preparing 16:16:19 bfae20b58371: Preparing 16:16:19 b2191e2be29d: Preparing 16:16:19 b2191e2be29d: Layer already exists 16:16:19 4a9f51772da6: Pushed 16:16:19 a24e1a08a98c: Pushed 16:16:19 bfae20b58371: Pushed 16:16:25 80297f02c0b9: Pushed 16:16:25 697f398d4930450ca66ff8e227ddea628c81eaba: digest: sha256:d6cdbc2dded418c1049395e0ee2b6710f252546609ec8e906c1746f025b5f069 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:25 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:26 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 16:16:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 16:16:26 80297f02c0b9: Preparing 16:16:26 a24e1a08a98c: Preparing 16:16:26 4a9f51772da6: Preparing 16:16:26 bfae20b58371: Preparing 16:16:26 b2191e2be29d: Preparing 16:16:26 a24e1a08a98c: Layer already exists 16:16:26 4a9f51772da6: Layer already exists 16:16:26 bfae20b58371: Layer already exists 16:16:26 b2191e2be29d: Layer already exists 16:16:26 80297f02c0b9: Layer already exists 16:16:26 latest: digest: sha256:d6cdbc2dded418c1049395e0ee2b6710f252546609ec8e906c1746f025b5f069 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:26 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:26 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.14 16:16:26 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 16:16:26 80297f02c0b9: Preparing 16:16:26 a24e1a08a98c: Preparing 16:16:26 4a9f51772da6: Preparing 16:16:26 bfae20b58371: Preparing 16:16:26 b2191e2be29d: Preparing 16:16:26 4a9f51772da6: Layer already exists 16:16:26 a24e1a08a98c: Layer already exists 16:16:26 b2191e2be29d: Layer already exists 16:16:26 80297f02c0b9: Layer already exists 16:16:26 bfae20b58371: Layer already exists 16:16:26 3.1.0-dev.14: digest: sha256:d6cdbc2dded418c1049395e0ee2b6710f252546609ec8e906c1746f025b5f069 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:27 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:27 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14 16:16:27 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 16:16:27 80297f02c0b9: Preparing 16:16:27 a24e1a08a98c: Preparing 16:16:27 4a9f51772da6: Preparing 16:16:27 bfae20b58371: Preparing 16:16:27 b2191e2be29d: Preparing 16:16:27 80297f02c0b9: Layer already exists 16:16:27 bfae20b58371: Layer already exists 16:16:27 4a9f51772da6: Layer already exists 16:16:27 a24e1a08a98c: Layer already exists 16:16:27 b2191e2be29d: Layer already exists 16:16:27 697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14: digest: sha256:d6cdbc2dded418c1049395e0ee2b6710f252546609ec8e906c1746f025b5f069 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:27 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:28 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 16:16:28 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 16:16:28 80297f02c0b9: Preparing 16:16:28 a24e1a08a98c: Preparing 16:16:28 4a9f51772da6: Preparing 16:16:28 bfae20b58371: Preparing 16:16:28 b2191e2be29d: Preparing 16:16:28 a24e1a08a98c: Layer already exists 16:16:28 b2191e2be29d: Layer already exists 16:16:28 4a9f51772da6: Layer already exists 16:16:28 80297f02c0b9: Layer already exists 16:16:28 bfae20b58371: Layer already exists 16:16:28 main: digest: sha256:d6cdbc2dded418c1049395e0ee2b6710f252546609ec8e906c1746f025b5f069 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:16:28 ===================================================== [Pipeline] echo 16:16:28 taggedImages: 16:16:28 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:697f398d4930450ca66ff8e227ddea628c81eaba 16:16:28 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 16:16:28 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.1.0-dev.14 16:16:28 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:697f398d4930450ca66ff8e227ddea628c81eaba-3.1.0-dev.14 16:16:28 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:16:28 16:16:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:16:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:16:29 arm64: Pulling from edgex-lftools-log-publisher 16:16:29 8998bd30e6a1: Pulling fs layer 16:16:29 04944245beec: Pulling fs layer 16:16:29 699f458cf7ca: Pulling fs layer 16:16:29 765212b225bb: Pulling fs layer 16:16:29 f23df028b6ca: Pulling fs layer 16:16:29 d65c8cfc05b1: Pulling fs layer 16:16:29 2437ff75d9bd: Pulling fs layer 16:16:29 765212b225bb: Waiting 16:16:29 f23df028b6ca: Waiting 16:16:29 d65c8cfc05b1: Waiting 16:16:29 2437ff75d9bd: Waiting 16:16:29 04944245beec: Verifying Checksum 16:16:29 04944245beec: Download complete 16:16:29 765212b225bb: Verifying Checksum 16:16:29 765212b225bb: Download complete 16:16:29 f23df028b6ca: Verifying Checksum 16:16:29 f23df028b6ca: Download complete 16:16:29 d65c8cfc05b1: Verifying Checksum 16:16:29 d65c8cfc05b1: Download complete 16:16:29 699f458cf7ca: Verifying Checksum 16:16:29 699f458cf7ca: Download complete 16:16:30 8998bd30e6a1: Verifying Checksum 16:16:30 8998bd30e6a1: Download complete 16:16:32 2437ff75d9bd: Verifying Checksum 16:16:32 2437ff75d9bd: Download complete 16:16:33 8998bd30e6a1: Pull complete 16:16:34 04944245beec: Pull complete 16:16:35 699f458cf7ca: Pull complete 16:16:35 765212b225bb: Pull complete 16:16:36 f23df028b6ca: Pull complete 16:16:36 d65c8cfc05b1: Pull complete 16:16:51 2437ff75d9bd: Pull complete 16:16:51 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:16:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:16:51 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:16:51 prd-ubuntu20.04-docker-arm64-4c-16g-6567 does not seem to be running inside a container 16:16:51 $ 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/140 -v /w/workspace/device-virtual-go/140:/w/workspace/device-virtual-go/140:rw,z -v /w/workspace/device-virtual-go/140@tmp:/w/workspace/device-virtual-go/140@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:arm64 cat 16:16:54 $ docker top f6117d64178ab7551ac0d5302d90998348d72bc746f703cd35f85e00419dccb0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:16:54 ---> job-cost.sh 16:16:54 lf-activate-venv: SKIPPING 16:16:54 INFO: No Stack... 16:16:55 INFO: Retrieving Pricing Info for: v3-standard-4 16:16:56 INFO: Archiving Costs [Pipeline] sh 16:16:56 + cat /w/workspace/device-virtual-go/140/archives/cost.csv 16:16:56 + cut -d, -f6 [Pipeline] lock 16:16:56 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-140-stack-cost] 16:16:56 Resource [jenkins-edgexfoundry-device-virtual-go-main-140-stack-cost] did not exist. Created. 16:16:56 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-140-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:16:56 /w/workspace/device-virtual-go/140@tmp/durable-0fd09011/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:16:57 + echo total: 0.10999999940395355 [Pipeline] stash 16:16:57 Warning: overwriting stash ‘stack-cost’ 16:16:57 Stashed 1 file(s) [Pipeline] } 16:16:57 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-140-stack-cost] [Pipeline] // lock [Pipeline] } 16:16:57 $ docker stop --time=1 f6117d64178ab7551ac0d5302d90998348d72bc746f703cd35f85e00419dccb0 16:16:58 $ docker rm -f --volumes f6117d64178ab7551ac0d5302d90998348d72bc746f703cd35f85e00419dccb0 [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:16:59 provisioning config files... 16:16:59 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17119214379646505569tmp [Pipeline] { [Pipeline] sh 16:16:59 + set +x 16:16:59 + bash -s -- 16:16:59 + curl -s https://codecov.io/bash 16:16:59 16:16:59 _____ _ 16:16:59 / ____| | | 16:16:59 | | ___ __| | ___ ___ _____ __ 16:16:59 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:16:59 | |___| (_) | (_| | __/ (_| (_) \ V / 16:16:59 \_____\___/ \__,_|\___|\___\___/ \_/ 16:16:59 Bash-1.0.6 16:16:59 16:16:59 16:16:59 ==> git version 2.25.1 found 16:16:59 ==> 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:16:59 Release-Date: 2020-01-08 16:16:59 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:16:59 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:16:59 ==> Jenkins CI detected. 16:16:59 current dir:  /w/workspace/exfoundry_device-virtual-go_main 16:16:59 project root: . 16:16:59 --> token set from env 16:16:59 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:16:59 ==> Running gcov in . (disable via -X gcov) 16:16:59 ==> Python coveragepy not found 16:16:59 ==> Searching for coverage reports in: 16:16:59 + . 16:16:59 -> Found 1 reports 16:16:59 ==> Detecting git/mercurial file structure 16:16:59 ==> Reading reports 16:16:59 + ./coverage.out bytes=43063 16:16:59 ==> Appending adjustments 16:16:59 https://docs.codecov.io/docs/fixing-reports 16:16:59 + Found adjustments 16:16:59 ==> Gzipping contents 16:16:59 8.0K /tmp/codecov.vlHy2d.gz 16:16:59 ==> Uploading reports 16:16:59 url: https://codecov.io 16:16:59 query: branch=main&commit=697f398d4930450ca66ff8e227ddea628c81eaba&build=140&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F140%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:59 -> Pinging Codecov 16:16:59 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=main&commit=697f398d4930450ca66ff8e227ddea628c81eaba&build=140&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F140%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:59 -> Uploading to 16:16:59 https://storage.googleapis.com/codecov/v4/raw/2023-09-19/5E52B4B073DB2E39498172D8E973AA87/697f398d4930450ca66ff8e227ddea628c81eaba/8aecdcbe-5733-4fbd-a1f3-3f6e2ce32e52.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230919%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230919T161659Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e474bc64269ebf9597fc1fcaaa228b2238c9050f16a1f9cc355212460cbebb85 16:16:59 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:59 Dload Upload Total Spent Left Speed 16:16:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5184 0 0 100 5184 0 29123 --:--:-- --:--:-- --:--:-- 29123 16:16:59 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/697f398d4930450ca66ff8e227ddea628c81eaba [Pipeline] } 16:17:00 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:17:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:17:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:17:00 16:17:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:17:00 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:17:00 df9b9388f04a: Pulling fs layer 16:17:00 52dc419b0ee2: Pulling fs layer 16:17:00 25bc292e5bac: Pulling fs layer 16:17:00 114826534d7a: Pulling fs layer 16:17:00 4657fd5d0bcf: Pulling fs layer 16:17:00 6ad1cebc031e: Pulling fs layer 16:17:00 8a3aa393b2d8: Pulling fs layer 16:17:00 4657fd5d0bcf: Waiting 16:17:00 6ad1cebc031e: Waiting 16:17:00 8a3aa393b2d8: Waiting 16:17:00 114826534d7a: Waiting 16:17:00 25bc292e5bac: Verifying Checksum 16:17:00 25bc292e5bac: Download complete 16:17:00 52dc419b0ee2: Download complete 16:17:00 4657fd5d0bcf: Verifying Checksum 16:17:00 4657fd5d0bcf: Download complete 16:17:00 df9b9388f04a: Verifying Checksum 16:17:00 df9b9388f04a: Download complete 16:17:01 df9b9388f04a: Pull complete 16:17:01 6ad1cebc031e: Verifying Checksum 16:17:01 6ad1cebc031e: Download complete 16:17:01 52dc419b0ee2: Pull complete 16:17:01 25bc292e5bac: Pull complete 16:17:01 114826534d7a: Verifying Checksum 16:17:01 114826534d7a: Download complete 16:17:01 8a3aa393b2d8: Download complete 16:17:04 114826534d7a: Pull complete 16:17:04 4657fd5d0bcf: Pull complete 16:17:04 6ad1cebc031e: Pull complete 16:17:08 8a3aa393b2d8: Pull complete 16:17:08 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 16:17:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:17:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:08 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:17:08 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@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-devops/edgex-snyk-go:1.410.4 cat 16:17:12 $ docker top 8986d207951965f29363062adef0ac5e31111c33b82533e9406f9c404db8a16f -eo pid,comm [Pipeline] { [Pipeline] echo 16:17:12 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 16:17:12 + set -o pipefail 16:17:12 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 16:17:18 16:17:18 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 16:17:18 16:17:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/a1b75a7f-afb0-4813-af48-6c95b3f0feb4 16:17:18 16:17:18 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:17:18 16:17:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:17:18 16:17:18 16:17:18 A medium severity vulnerability was found in the Snyk CLI versions you are using. 16:17:18 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 16:17:18 More details here: https://snyk.co/ue1NS [Pipeline] } 16:17:18 $ docker stop --time=1 8986d207951965f29363062adef0ac5e31111c33b82533e9406f9c404db8a16f 16:17:21 $ docker rm -f --volumes 8986d207951965f29363062adef0ac5e31111c33b82533e9406f9c404db8a16f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:17:22 + git log --format=format:%s -1 697f398d4930450ca66ff8e227ddea628c81eaba [Pipeline] sh 16:17:22 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:17:22 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:22 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:23 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:17:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:17:23 $ docker top 3b8a4fdab374704e07136abb9f8e66dd238f90c7993653388ff4586cf8ca47a7 -eo pid,comm 16:17:23 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:17:23 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:23 [ssh-agent] Looking for ssh-agent implementation... 16:17:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:23 $ docker exec 3b8a4fdab374704e07136abb9f8e66dd238f90c7993653388ff4586cf8ca47a7 ssh-agent 16:17:23 SSH_AUTH_SOCK=/tmp/ssh-3AMXM4tRr0Q6/agent.33 16:17:23 SSH_AGENT_PID=39 16:17:23 Running ssh-add (command line suppressed) 16:17:23 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15563487721375474162.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15563487721375474162.key) 16:17:23 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:24 + git semver tag 16:17:24 2023-09-19 16:17:24,378 [run_tag] DEBUG tag force:False 16:17:24 2023-09-19 16:17:24,379 [check_head_tag] DEBUG check head tag 16:17:24 2023-09-19 16:17:24,380 [execute] INFO git cat-file --batch-check 16:17:24 2023-09-19 16:17:24,380 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 16:17:24 2023-09-19 16:17:24,384 [execute] INFO git cat-file --batch 16:17:24 2023-09-19 16:17:24,385 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 16:17:24 2023-09-19 16:17:24,396 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:17:24 2023-09-19 16:17:24,397 [execute] INFO git tag -a v3.1.0-dev.14 -m v3.1.0-dev.14 16:17:24 2023-09-19 16:17:24,397 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.1.0-dev.14', '-m', 'v3.1.0-dev.14'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 16:17:24 2023-09-19 16:17:24,401 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:17:24 3.1.0-dev.14 [Pipeline] } 16:17:24 $ docker exec --env ******** --env ******** 3b8a4fdab374704e07136abb9f8e66dd238f90c7993653388ff4586cf8ca47a7 ssh-agent -k 16:17:24 unset SSH_AUTH_SOCK; 16:17:24 unset SSH_AGENT_PID; 16:17:24 echo Agent pid 39 killed; 16:17:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:24 + git semver [Pipeline] } 16:17:25 $ docker stop --time=1 3b8a4fdab374704e07136abb9f8e66dd238f90c7993653388ff4586cf8ca47a7 16:17:26 $ docker rm -f --volumes 3b8a4fdab374704e07136abb9f8e66dd238f90c7993653388ff4586cf8ca47a7 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:26 16:17:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:27 0.23.1-centos7: Pulling from edgex-lftools 16:17:27 ab5ef0e58194: Pulling fs layer 16:17:27 9712f1f96733: Pulling fs layer 16:17:27 63f879dbbcfc: Pulling fs layer 16:17:27 0d9ebad4ef96: Pulling fs layer 16:17:27 e9a5061849ea: Pulling fs layer 16:17:27 d747dcd14b5f: Pulling fs layer 16:17:27 2de7ff778b66: Pulling fs layer 16:17:27 0d9ebad4ef96: Waiting 16:17:27 d747dcd14b5f: Waiting 16:17:27 2de7ff778b66: Waiting 16:17:27 e9a5061849ea: Waiting 16:17:27 9712f1f96733: Download complete 16:17:27 63f879dbbcfc: Verifying Checksum 16:17:27 63f879dbbcfc: Download complete 16:17:27 0d9ebad4ef96: Verifying Checksum 16:17:27 0d9ebad4ef96: Download complete 16:17:27 d747dcd14b5f: Verifying Checksum 16:17:27 d747dcd14b5f: Download complete 16:17:27 e9a5061849ea: Verifying Checksum 16:17:27 e9a5061849ea: Download complete 16:17:27 ab5ef0e58194: Verifying Checksum 16:17:27 ab5ef0e58194: Download complete 16:17:27 2de7ff778b66: Verifying Checksum 16:17:27 2de7ff778b66: Download complete 16:17:30 ab5ef0e58194: Pull complete 16:17:30 9712f1f96733: Pull complete 16:17:30 63f879dbbcfc: Pull complete 16:17:34 0d9ebad4ef96: Pull complete 16:17:34 e9a5061849ea: Pull complete 16:17:34 d747dcd14b5f: Pull complete 16:17:35 2de7ff778b66: Pull complete 16:17:35 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:17:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:17:35 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:35 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:17:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:17:39 $ docker top 127aecd8c6f9da85ef6e7b2125103cd07977b381467756860acdf19ddb0dc08a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:17:39 provisioning config files... 16:17:39 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17237917776752266126tmp 16:17:39 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10639047394354935184tmp 16:17:39 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1482009880572310944tmp [Pipeline] { [Pipeline] echo 16:17:39 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:17:39 ---> sigul-configuration.sh 16:17:39 gpg: directory `/root/.gnupg' created 16:17:39 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:17:39 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:17:39 gpg: keyring `/root/.gnupg/secring.gpg' created 16:17:39 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:17:39 gpg: CAST5 encrypted data 16:17:39 gpg: encrypted with 1 passphrase 16:17:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:17:40 + mkdir /home/jenkins 16:17:40 + mkdir /home/jenkins/sigul [Pipeline] sh 16:17:40 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 16:17:40 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:17:40 ---> sigul-install.sh 16:17:40 Sigul already installed; skipping installation. [Pipeline] sh 16:17:41 + git tag --list 16:17:41 v1.0.0 16:17:41 v1.1.0 16:17:41 v1.1.1 16:17:41 v1.2.1 16:17:41 v1.2.2 16:17:41 v1.2.3 16:17:41 v1.3.0 16:17:41 v1.3.1 16:17:41 v2.0.0 16:17:41 v2.1.0 16:17:41 v2.1.1 16:17:41 v2.2.0 16:17:41 v2.3.0 16:17:41 v3.0 16:17:41 v3.0.0 16:17:41 v3.1.0-dev.1 16:17:41 v3.1.0-dev.10 16:17:41 v3.1.0-dev.11 16:17:41 v3.1.0-dev.12 16:17:41 v3.1.0-dev.13 16:17:41 v3.1.0-dev.14 16:17:41 v3.1.0-dev.2 16:17:41 v3.1.0-dev.3 16:17:41 v3.1.0-dev.4 16:17:41 v3.1.0-dev.5 16:17:41 v3.1.0-dev.6 16:17:41 v3.1.0-dev.7 16:17:41 v3.1.0-dev.8 16:17:41 v3.1.0-dev.9 [Pipeline] sh 16:17:41 + lftools sign git-tag v3.1.0-dev.14 16:17:41 Signing Git tag with Sigul... 16:17:41 Signing v3.1.0-dev.14 [Pipeline] echo 16:17:42 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:17:42 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:17:42 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:17:42 $ docker stop --time=1 127aecd8c6f9da85ef6e7b2125103cd07977b381467756860acdf19ddb0dc08a 16:17:43 $ docker rm -f --volumes 127aecd8c6f9da85ef6e7b2125103cd07977b381467756860acdf19ddb0dc08a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:17:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:17:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:44 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:17:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:17:44 $ docker top 6d0c65da5ab0192670828d7fab2903c9434632776499e4e0e5fb096c91207f46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:44 [ssh-agent] Looking for ssh-agent implementation... 16:17:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:45 $ docker exec 6d0c65da5ab0192670828d7fab2903c9434632776499e4e0e5fb096c91207f46 ssh-agent 16:17:45 SSH_AUTH_SOCK=/tmp/ssh-URAZvyDpRxxM/agent.31 16:17:45 SSH_AGENT_PID=37 16:17:45 Running ssh-add (command line suppressed) 16:17:45 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9838835191635512132.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_9838835191635512132.key) 16:17:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:45 + git semver bump pre 16:17:45 2023-09-19 16:17:45,783 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:17:45 2023-09-19 16:17:45,783 [bump_version] DEBUG bumping version:3.1.0-dev.14 on axis:pre with prefix:dev 16:17:45 2023-09-19 16:17:45,783 [bump_version] DEBUG bumped version:3.1.0-dev.15 16:17:45 2023-09-19 16:17:45,784 [write_version] DEBUG write version:3.1.0-dev.15 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 16:17:45 2023-09-19 16:17:45,784 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:17:45 2023-09-19 16:17:45,784 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:17:45 2023-09-19 16:17:45,785 [execute] INFO git cat-file --batch-check 16:17:45 2023-09-19 16:17:45,786 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 16:17:45 2023-09-19 16:17:45,791 [execute] INFO git cat-file --batch 16:17:45 2023-09-19 16:17:45,791 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 16:17:45 2023-09-19 16:17:45,795 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:17:45 3.1.0-dev.15 [Pipeline] } 16:17:45 $ docker exec --env ******** --env ******** 6d0c65da5ab0192670828d7fab2903c9434632776499e4e0e5fb096c91207f46 ssh-agent -k 16:17:45 unset SSH_AUTH_SOCK; 16:17:45 unset SSH_AGENT_PID; 16:17:45 echo Agent pid 37 killed; 16:17:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:46 + git semver [Pipeline] } 16:17:46 $ docker stop --time=1 6d0c65da5ab0192670828d7fab2903c9434632776499e4e0e5fb096c91207f46 16:17:47 $ docker rm -f --volumes 6d0c65da5ab0192670828d7fab2903c9434632776499e4e0e5fb096c91207f46 [Pipeline] // withDockerContainer [Pipeline] sh 16:17:48 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:17:48 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 16:17:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:48 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:17:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 16:17:48 $ docker top 5a3c7542285ab96971ebfd7b81db1f7a36437c2f20bc4ec32f9e229b1117f427 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:17:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:17:48 [ssh-agent] Looking for ssh-agent implementation... 16:17:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:17:49 $ docker exec 5a3c7542285ab96971ebfd7b81db1f7a36437c2f20bc4ec32f9e229b1117f427 ssh-agent 16:17:49 SSH_AUTH_SOCK=/tmp/ssh-T0FFJ3urDZ8S/agent.32 16:17:49 SSH_AGENT_PID=37 16:17:49 Running ssh-add (command line suppressed) 16:17:49 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6145171643885598071.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6145171643885598071.key) 16:17:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:17:49 + git semver push 16:17:49 2023-09-19 16:17:49,651 [run_push] DEBUG push 16:17:49 2023-09-19 16:17:49,652 [execute] INFO git cat-file --batch-check 16:17:49 2023-09-19 16:17:49,652 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 16:17:49 2023-09-19 16:17:49,655 [execute] INFO git rev-list abe2754c9072ac83468a3fed95e83ff3d72120d6 -- 16:17:49 2023-09-19 16:17:49,656 [execute] DEBUG Popen(['git', 'rev-list', 'abe2754c9072ac83468a3fed95e83ff3d72120d6', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 16:17:49 2023-09-19 16:17:49,665 [execute] INFO git fetch -v origin 16:17:49 2023-09-19 16:17:49,665 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 16:17:50 2023-09-19 16:17:50,162 [run_push] DEBUG no remote changes detected 16:17:50 2023-09-19 16:17:50,162 [execute] INFO git push origin semver 16:17:50 2023-09-19 16:17:50,162 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 16:17:51 2023-09-19 16:17:51,000 [run_push] DEBUG push all version tags 16:17:51 2023-09-19 16:17:51,000 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:17:51 2023-09-19 16:17:51,001 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 16:17:52 2023-09-19 16:17:51,855 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 16:17:52 3.1.0-dev.15 [Pipeline] } 16:17:52 $ docker exec --env ******** --env ******** 5a3c7542285ab96971ebfd7b81db1f7a36437c2f20bc4ec32f9e229b1117f427 ssh-agent -k 16:17:52 unset SSH_AUTH_SOCK; 16:17:52 unset SSH_AGENT_PID; 16:17:52 echo Agent pid 37 killed; 16:17:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:17:52 + git semver [Pipeline] } 16:17:52 $ docker stop --time=1 5a3c7542285ab96971ebfd7b81db1f7a36437c2f20bc4ec32f9e229b1117f427 16:17:54 $ docker rm -f --volumes 5a3c7542285ab96971ebfd7b81db1f7a36437c2f20bc4ec32f9e229b1117f427 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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:17:54 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 16:17:54 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 16:17:54 total 16 16:17:54 drwxr-xr-x 3 root root 4096 Sep 19 16:07 . 16:17:54 drwxrwxr-x 10 jenkins jenkins 4096 Sep 19 16:17 .. 16:17:54 drwxr-xr-x 2 root root 4096 Sep 19 16:07 cost 16:17:54 -rw-r--r-- 1 root root 89 Sep 19 16:07 cost.csv 16:17:54 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 16:17:54 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 16:17:54 total 16 16:17:54 drwxr-xr-x 3 jenkins jenkins 4096 Sep 19 16:07 . 16:17:54 drwxrwxr-x 10 jenkins jenkins 4096 Sep 19 16:17 .. 16:17:54 drwxr-xr-x 2 jenkins jenkins 4096 Sep 19 16:07 cost 16:17:54 -rw-r--r-- 1 jenkins jenkins 89 Sep 19 16:07 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:17:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:17:55 ---> package-listing.sh 16:17:55 ++ facter osfamily 16:17:55 ++ tr '[:upper:]' '[:lower:]' 16:17:56 + OS_FAMILY=debian 16:17:56 + workspace=/w/workspace/exfoundry_device-virtual-go_main 16:17:56 + START_PACKAGES=/tmp/packages_start.txt 16:17:56 + END_PACKAGES=/tmp/packages_end.txt 16:17:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:17:56 + PACKAGES=/tmp/packages_start.txt 16:17:56 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 16:17:56 + PACKAGES=/tmp/packages_end.txt 16:17:56 + case "${OS_FAMILY}" in 16:17:56 + dpkg -l 16:17:56 + grep '^ii' 16:17:56 + '[' -f /tmp/packages_start.txt ']' 16:17:56 + '[' -f /tmp/packages_end.txt ']' 16:17:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:17:56 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 16:17:56 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 16:17:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 16:17:56 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:17:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:17:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:17:57 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 16:17:57 prd-ubuntu20.04-docker-8c-8g-6566 does not seem to be running inside a container 16:17:57 $ 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:17:57 $ docker top 1af091d57deec2b6b663a13ab8f19c979e1ee6bd3b0b591f10a0ffb1729d6f44 -eo pid,comm [Pipeline] { [Pipeline] sh 16:17:57 + touch /tmp/pre-build-complete [Pipeline] sh 16:17:57 + mkdir -p /var/log/sysstat [Pipeline] sh 16:17:58 + ls /var/log/sa-host 16:17:58 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:17:58 provisioning config files... 16:17:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14437461412611041475tmp [Pipeline] { [Pipeline] echo 16:17:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:17:58 ---> create-netrc.sh [Pipeline] } 16:17:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:17:59 ---> python-tools-install.sh [Pipeline] echo 16:17:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:17:59 ---> sudo-logs.sh 16:17:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:17:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:17:59 ---> job-cost.sh 16:17:59 lf-activate-venv: SKIPPING 16:17:59 DEBUG: total: 0.2199999988079071 16:17:59 INFO: Retrieving Stack Cost... 16:17:59 INFO: Retrieving Pricing Info for: v3-standard-8 16:18:00 INFO: Archiving Costs [Pipeline] echo 16:18:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:18:00 ---> logs-deploy.sh 16:18:00 lf-activate-venv: SKIPPING 16:18:00 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/140 16:18:00 INFO: archiving workspace using pattern(s): 16:18:01 Archives upload complete. 16:18:01 INFO: archiving logs to Nexus