Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 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-ssh17342037779227245424.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh1495591792408131599.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh17532750208875207230.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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-ssh9667605506841786169.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-ssh4384259669092202882.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.18 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5002 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 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 (main) > 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 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 # timeout=10 Commit message: "feat!: Use latest SDK for MessageBus Request API (#337)" > git rev-list --no-walk b7ce723d3d6de2615d4c98362cbd5647c3b6aed1 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:44:39 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:44:39 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:44:39 ========================================================= 22:44:39 EdgeX Global Pipelines Version Info 22:44:39 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:44:40 ------------------- 22:44:40 stable info: 22:44:40 ------------------- 22:44:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:44:40 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:44:40 Message: update stable to v1.0.244 22:44:41 ------------------- 22:44:41 experimental info: 22:44:41 ------------------- 22:44:41 Commited By: **** collab-it+edgex@linuxfoundation.org 22:44:41 Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 22:44:41 Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bc2d63b [Pipeline] echo 22:44:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:44:41 provisioning config files... 22:44:41 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6777607442754955022tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:42 ---> docker-login.sh 22:44:42 nexus3.edgexfoundry.org:10001 22:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:42 Configure a credential helper to remove this warning. See 22:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:42 22:44:42 Login Succeeded 22:44:42 nexus3.edgexfoundry.org:10002 22:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:42 Configure a credential helper to remove this warning. See 22:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:42 22:44:42 Login Succeeded 22:44:42 nexus3.edgexfoundry.org:10003 22:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:42 Configure a credential helper to remove this warning. See 22:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:42 22:44:42 Login Succeeded 22:44:42 nexus3.edgexfoundry.org:10004 22:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:42 Configure a credential helper to remove this warning. See 22:44:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:42 22:44:42 Login Succeeded 22:44:42 docker.io 22:44:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:43 Configure a credential helper to remove this warning. See 22:44:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:43 22:44:43 Login Succeeded 22:44:43 ---> docker-login.sh ends [Pipeline] } 22:44:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 22:44:43 + git rev-list -1 --merges bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1~1..bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [Pipeline] echo 22:44:43 -----------> git rev-list -1 --merges bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1~1..bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [false] [Pipeline] sh 22:44:43 + git log --format=format:%s -1 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [Pipeline] echo 22:44:43 ========================================================= 22:44:43 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 22:44:43 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:44:44 + git log --format=format:%s -1 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [Pipeline] echo 22:44:44 [semverPrep] GIT_COMMIT: bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1, Commit Message: feat!: Use latest SDK for MessageBus Request API (#337) [Pipeline] echo 22:44:44 [semverPrep] This is not a build commit. [Pipeline] sh 22:44:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:44:44 + grep -v github /etc/ssh/ssh_known_hosts 22:44:44 + [ -e /tmp/ssh_known_hosts ] 22:44:44 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 22:44:44 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 22:44:44 + sudo tee -a /etc/ssh/ssh_known_hosts 22:44:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:44:44 22:44:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:44:45 0.1.4: Pulling from edgex-devops/py-git-semver 22:44:45 b85a868b505f: Pulling fs layer 22:44:45 e2be974225ed: Pulling fs layer 22:44:45 339a4e72a1f5: Pulling fs layer 22:44:45 988bab9f4d93: Pulling fs layer 22:44:45 1469e6f7b9e6: Pulling fs layer 22:44:45 eaf3925da568: Pulling fs layer 22:44:45 bab4dde63d76: Pulling fs layer 22:44:45 bde34c3a00c8: Pulling fs layer 22:44:45 b352a97aabf1: Pulling fs layer 22:44:45 4872d77fe225: Pulling fs layer 22:44:45 5851b861e8e6: Pulling fs layer 22:44:45 988bab9f4d93: Waiting 22:44:45 4872d77fe225: Waiting 22:44:45 5851b861e8e6: Waiting 22:44:45 bde34c3a00c8: Waiting 22:44:45 bab4dde63d76: Waiting 22:44:45 b352a97aabf1: Waiting 22:44:45 1469e6f7b9e6: Waiting 22:44:45 e2be974225ed: Download complete 22:44:45 988bab9f4d93: Verifying Checksum 22:44:45 988bab9f4d93: Download complete 22:44:45 1469e6f7b9e6: Verifying Checksum 22:44:45 1469e6f7b9e6: Download complete 22:44:45 339a4e72a1f5: Verifying Checksum 22:44:45 339a4e72a1f5: Download complete 22:44:45 eaf3925da568: Verifying Checksum 22:44:45 eaf3925da568: Download complete 22:44:45 bde34c3a00c8: Verifying Checksum 22:44:45 bde34c3a00c8: Download complete 22:44:45 b352a97aabf1: Verifying Checksum 22:44:45 b352a97aabf1: Download complete 22:44:45 4872d77fe225: Download complete 22:44:45 5851b861e8e6: Download complete 22:44:45 b85a868b505f: Verifying Checksum 22:44:45 b85a868b505f: Download complete 22:44:46 bab4dde63d76: Verifying Checksum 22:44:46 bab4dde63d76: Download complete 22:44:46 b85a868b505f: Pull complete 22:44:47 e2be974225ed: Pull complete 22:44:47 339a4e72a1f5: Pull complete 22:44:47 988bab9f4d93: Pull complete 22:44:47 1469e6f7b9e6: Pull complete 22:44:47 eaf3925da568: Pull complete 22:44:49 bab4dde63d76: Pull complete 22:44:49 bde34c3a00c8: Pull complete 22:44:49 b352a97aabf1: Pull complete 22:44:49 4872d77fe225: Pull complete 22:44:49 5851b861e8e6: Pull complete 22:44:49 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 22:44:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:44:49 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:44:49 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:44:50 $ 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 22:44:52 $ docker top 23e7eea582022ac339dc83c6f62664762826c443b72d38c72131c4d526c7ad23 -eo pid,comm 22:44:52 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). 22:44:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:44:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:44:52 [ssh-agent] Looking for ssh-agent implementation... 22:44:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:44:52 $ docker exec 23e7eea582022ac339dc83c6f62664762826c443b72d38c72131c4d526c7ad23 ssh-agent 22:44:52 SSH_AUTH_SOCK=/tmp/ssh-Fdnvr8LCJ7js/agent.32 22:44:52 SSH_AGENT_PID=38 22:44:52 Running ssh-add (command line suppressed) 22:44:52 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13697488995619088947.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13697488995619088947.key) 22:44:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:44:52 + git tag --points-at HEAD [Pipeline] } 22:44:52 $ docker exec --env ******** --env ******** 23e7eea582022ac339dc83c6f62664762826c443b72d38c72131c4d526c7ad23 ssh-agent -k 22:44:52 unset SSH_AUTH_SOCK; 22:44:52 unset SSH_AGENT_PID; 22:44:52 echo Agent pid 38 killed; 22:44:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:44:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:44:52 [ssh-agent] Looking for ssh-agent implementation... 22:44:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:44:53 $ docker exec 23e7eea582022ac339dc83c6f62664762826c443b72d38c72131c4d526c7ad23 ssh-agent 22:44:53 SSH_AUTH_SOCK=/tmp/ssh-MVSStgQCYOZZ/agent.70 22:44:53 SSH_AGENT_PID=75 22:44:53 Running ssh-add (command line suppressed) 22:44:53 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12789774023042194544.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12789774023042194544.key) 22:44:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:44:53 + git semver init 22:44:53 2023-02-07 22:44:53,757 [run_init] DEBUG init version:0.0.0 force:False 22:44:53 2023-02-07 22:44:53,758 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver 22:44:53 2023-02-07 22:44:53,759 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver 22:44:53 2023-02-07 22:44:53,760 [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) 22:44:55 2023-02-07 22:44:55,122 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude 22:44:55 2023-02-07 22:44:55,123 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False 22:44:55 2023-02-07 22:44:55,123 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:44:55 2023-02-07 22:44:55,123 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:44:55 3.0.0-dev.9 [Pipeline] } 22:44:55 $ docker exec --env ******** --env ******** 23e7eea582022ac339dc83c6f62664762826c443b72d38c72131c4d526c7ad23 ssh-agent -k 22:44:55 unset SSH_AUTH_SOCK; 22:44:55 unset SSH_AGENT_PID; 22:44:55 echo Agent pid 75 killed; 22:44:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:44:55 + git semver [Pipeline] } 22:44:55 $ docker stop --time=1 23e7eea582022ac339dc83c6f62664762826c443b72d38c72131c4d526c7ad23 22:44:57 $ docker rm -f --volumes 23e7eea582022ac339dc83c6f62664762826c443b72d38c72131c4d526c7ad23 [Pipeline] // withDockerContainer [Pipeline] sh 22:44:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:44:57 Stashed 1 file(s) [Pipeline] echo 22:44:57 [edgeXSemver]: initialized semver on version 3.0.0-dev.9 [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 22:44:58 provisioning config files... 22:44:58 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17399565673298080882tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:44:58 ---> docker-login.sh 22:44:58 nexus3.edgexfoundry.org:10001 22:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:58 Configure a credential helper to remove this warning. See 22:44:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:58 22:44:58 Login Succeeded 22:44:58 nexus3.edgexfoundry.org:10002 22:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:58 Configure a credential helper to remove this warning. See 22:44:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:58 22:44:58 Login Succeeded 22:44:58 nexus3.edgexfoundry.org:10003 22:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:58 Configure a credential helper to remove this warning. See 22:44:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:58 22:44:58 Login Succeeded 22:44:58 nexus3.edgexfoundry.org:10004 22:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:58 Configure a credential helper to remove this warning. See 22:44:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:58 22:44:58 Login Succeeded 22:44:58 docker.io 22:44:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:44:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:44:59 Configure a credential helper to remove this warning. See 22:44:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:44:59 22:44:59 Login Succeeded 22:44:59 ---> docker-login.sh ends [Pipeline] } 22:44:59 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:44:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:44:59 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:44:59 ========================================================= 22:44:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] 22:44:59 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:44:59 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . 22:44:59 Sending build context to Docker daemon 23.34MB 22:44:59 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:44:59 Step 2/12 : FROM ${BASE} AS builder 22:44:59 1.18-alpine: Pulling from edgex-devops/edgex-golang-base 22:44:59 213ec9aee27d: Pulling fs layer 22:44:59 4583459ba037: Pulling fs layer 22:44:59 93c1e223e6f2: Pulling fs layer 22:44:59 53926ce57604: Pulling fs layer 22:44:59 21b2b0c7a3f4: Pulling fs layer 22:44:59 22ff95d597cd: Pulling fs layer 22:44:59 12d6caf4c0d1: Pulling fs layer 22:44:59 96b7cbca73a9: Pulling fs layer 22:44:59 a7acece74701: Pulling fs layer 22:44:59 21b2b0c7a3f4: Waiting 22:44:59 22ff95d597cd: Waiting 22:44:59 12d6caf4c0d1: Waiting 22:44:59 96b7cbca73a9: Waiting 22:44:59 a7acece74701: Waiting 22:44:59 53926ce57604: Waiting 22:44:59 93c1e223e6f2: Verifying Checksum 22:44:59 93c1e223e6f2: Download complete 22:44:59 4583459ba037: Download complete 22:44:59 21b2b0c7a3f4: Download complete 22:44:59 22ff95d597cd: Verifying Checksum 22:44:59 22ff95d597cd: Download complete 22:44:59 213ec9aee27d: Verifying Checksum 22:44:59 213ec9aee27d: Download complete 22:44:59 12d6caf4c0d1: Download complete 22:44:59 213ec9aee27d: Pull complete 22:45:00 4583459ba037: Pull complete 22:45:00 93c1e223e6f2: Pull complete 22:45:01 53926ce57604: Verifying Checksum 22:45:01 53926ce57604: Download complete 22:45:01 a7acece74701: Verifying Checksum 22:45:01 a7acece74701: Download complete 22:45:01 96b7cbca73a9: Verifying Checksum 22:45:01 96b7cbca73a9: Download complete 22:45:04 53926ce57604: Pull complete 22:45:04 21b2b0c7a3f4: Pull complete 22:45:05 22ff95d597cd: Pull complete 22:45:05 12d6caf4c0d1: Pull complete 22:45:07 96b7cbca73a9: Pull complete 22:45:08 a7acece74701: Pull complete 22:45:08 Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d 22:45:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine 22:45:08 ---> db6d94c90886 22:45:08 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:45:11 ---> Running in a902dd402a86 22:45:11 Removing intermediate container a902dd402a86 22:45:11 ---> a6b5db022d5f 22:45:11 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:45:11 ---> Running in 8d2a5ea81735 22:45:11 Removing intermediate container 8d2a5ea81735 22:45:11 ---> 2b3b5f42c6e7 22:45:11 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:45:11 ---> Running in f65d44fa30d7 22:45:11 Removing intermediate container f65d44fa30d7 22:45:11 ---> 1f75f4b63e6e 22:45:11 Step 6/12 : WORKDIR /device-virtual-go 22:45:11 ---> Running in 0554c2ee8ce6 22:45:11 Removing intermediate container 0554c2ee8ce6 22:45:11 ---> 0e1d54fb0a57 22:45:11 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:45:11 ---> Running in 6c3547e0a09b 22:45:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:45:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:45:12 (1/4) Installing openssh-keygen (9.0_p1-r2) 22:45:12 (2/4) Installing libedit (20210910.3.1-r0) 22:45:12 (3/4) Installing openssh-client-common (9.0_p1-r2) 22:45:12 (4/4) Installing openssh-client-default (9.0_p1-r2) 22:45:12 Executing busybox-1.35.0-r17.trigger 22:45:12 OK: 216 MiB in 55 packages 22:45:12 Removing intermediate container 6c3547e0a09b 22:45:12 ---> 5be4f5ae272b 22:45:12 Step 8/12 : COPY go.mod vendor* ./ 22:45:12 ---> b52f6c25e4a3 22:45:12 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:45:12 ---> Running in 02fe940bde5f 22:45:13 Still waiting to schedule task 22:45:13 ‘prd-ubuntu20.04-docker-arm64-4c-16g-5001’ is offline 22:45:59 Removing intermediate container 02fe940bde5f 22:45:59 ---> 5008b5b5d343 22:45:59 Step 10/12 : COPY . . 22:45:59 ---> c962434438ef 22:45:59 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:45:59 ---> Running in e4ba727a8936 22:45:59 Removing intermediate container e4ba727a8936 22:45:59 ---> a813edd915fb 22:45:59 Step 12/12 : RUN $MAKE 22:45:59 ---> Running in d1062ff67bc3 22:45:59 noop 22:45:59 Removing intermediate container d1062ff67bc3 22:45:59 ---> 76fdcb71d995 22:45:59 Successfully built 76fdcb71d995 22:45:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:45:59 + docker inspect -f . ci-base-image-x86_64 22:45:59 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:46:00 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:46:00 $ 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 22:46:00 $ docker top 196df62116801d66697ccb31fe0deba4dcc0091b582e31ae5aed02a9bf10db15 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:01 + go version 22:46:01 go version go1.18.7 linux/amd64 [Pipeline] } 22:46:01 $ docker stop --time=1 196df62116801d66697ccb31fe0deba4dcc0091b582e31ae5aed02a9bf10db15 22:46:02 $ docker rm -f --volumes 196df62116801d66697ccb31fe0deba4dcc0091b582e31ae5aed02a9bf10db15 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:02 + docker inspect -f . ci-base-image-x86_64 22:46:02 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:46:02 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:46:02 $ 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 22:46:03 $ docker top 98f74e6688f083fe6cbeba7d73e02f18e7c83346b15a95378baee03bf958cf97 -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:03 + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh 22:46:03 + make test 22:46:03 go test ./... -coverprofile=coverage.out 22:46:04 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:46:14 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:46:14 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.040s coverage: 65.7% of statements 22:46:20 level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." 22:46:20 go vet ./... 22:46:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:46:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:46:24 ./bin/test-attribution-txt.sh 22:46:24 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:46:24 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:46:24 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:46:24 $ docker stop --time=1 98f74e6688f083fe6cbeba7d73e02f18e7c83346b15a95378baee03bf958cf97 22:46:26 $ docker rm -f --volumes 98f74e6688f083fe6cbeba7d73e02f18e7c83346b15a95378baee03bf958cf97 [Pipeline] // withDockerContainer [Pipeline] sh 22:46:26 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:46:26 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 22:46:27 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:46:27 + ls -al . 22:46:27 total 192 22:46:27 drwxrwxr-x 9 jenkins jenkins 4096 Feb 7 22:46 . 22:46:27 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:44 .. 22:46:27 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:46 .git 22:46:27 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:44 .github 22:46:27 -rw-rw-r-- 1 jenkins jenkins 337 Feb 7 22:44 .gitignore 22:46:27 -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:44 .golangci.yml 22:46:27 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:44 .semver 22:46:27 -rw-rw-r-- 1 jenkins jenkins 8423 Feb 7 22:44 Attribution.txt 22:46:27 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 7 22:44 CHANGELOG.md 22:46:27 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 7 22:44 Dockerfile 22:46:27 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:44 GOVERNANCE.md 22:46:27 -rw-rw-r-- 1 jenkins jenkins 660 Feb 7 22:44 Jenkinsfile 22:46:27 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:44 LICENSE 22:46:27 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 7 22:44 Makefile 22:46:27 -rw-rw-r-- 1 jenkins jenkins 623 Feb 7 22:44 OWNERS.md 22:46:27 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 7 22:44 README.md 22:46:27 -rw-rw-r-- 1 jenkins jenkins 11 Feb 7 22:44 VERSION 22:46:27 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:44 bin 22:46:27 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:44 cmd 22:46:27 -rw-r--r-- 1 jenkins jenkins 44128 Feb 7 22:46 coverage.out 22:46:27 -rw-rw-r-- 1 jenkins jenkins 3251 Feb 7 22:44 go.mod 22:46:27 -rw-rw-r-- 1 jenkins jenkins 32586 Feb 7 22:44 go.sum 22:46:27 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:44 internal 22:46:27 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:44 snap 22:46:27 -rw-rw-r-- 1 jenkins jenkins 235 Feb 7 22:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:46:27 + 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=bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 --label arch=amd64 --label version=3.0.0-dev.9 . 22:46:27 Sending build context to Docker daemon 23.38MB 22:46:27 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 22:46:27 Step 2/25 : FROM ${BASE} AS builder 22:46:27 ---> 76fdcb71d995 22:46:27 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:46:28 ---> Running in 07d9cad93a19 22:46:28 Removing intermediate container 07d9cad93a19 22:46:28 ---> cf4f499348f0 22:46:28 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:46:28 ---> Running in 0705191c1e51 22:46:28 Removing intermediate container 0705191c1e51 22:46:28 ---> b964b632dbd7 22:46:28 Step 5/25 : ARG ADD_BUILD_TAGS="" 22:46:28 ---> Running in bcde7fa23b33 22:46:28 Removing intermediate container bcde7fa23b33 22:46:28 ---> d9326f4c5b8a 22:46:28 Step 6/25 : WORKDIR /device-virtual-go 22:46:28 ---> Running in 2c3b546ef5be 22:46:28 Removing intermediate container 2c3b546ef5be 22:46:28 ---> c11ba0482619 22:46:28 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:46:28 ---> Running in 0d936295ed4d 22:46:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:46:28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:46:29 OK: 216 MiB in 55 packages 22:46:29 Removing intermediate container 0d936295ed4d 22:46:29 ---> 581529cf834b 22:46:29 Step 8/25 : COPY go.mod vendor* ./ 22:46:30 ---> fe3171b50949 22:46:30 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:46:30 ---> Running in 6929e973e121 22:46:31 Removing intermediate container 6929e973e121 22:46:31 ---> c86098099826 22:46:31 Step 10/25 : COPY . . 22:46:32 ---> e80532663d50 22:46:32 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:46:32 ---> Running in b7faef2017f7 22:46:32 Removing intermediate container b7faef2017f7 22:46:32 ---> d44f59e30e02 22:46:32 Step 12/25 : RUN $MAKE 22:46:32 ---> Running in 70dad9418eae 22:46:33 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.9" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 22:46:47 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5007 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws 22:46:47 Running in /w/workspace/device-virtual-go/80 [Pipeline] { [Pipeline] checkout 22:46:47 The recommended git tool is: git 22:46:55 Removing intermediate container 70dad9418eae 22:46:55 ---> 4052743c3eb4 22:46:55 Step 13/25 : FROM alpine:3.16 22:46:55 3.16: Pulling from library/alpine 22:46:55 ca7dd9ec2225: Pulling fs layer 22:46:55 ca7dd9ec2225: Verifying Checksum 22:46:55 ca7dd9ec2225: Download complete 22:46:55 ca7dd9ec2225: Pull complete 22:46:55 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:46:55 Status: Downloaded newer image for alpine:3.16 22:46:55 ---> bfe296a52501 22:46:55 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:46:56 ---> Running in 1dd33984b47c 22:46:56 Removing intermediate container 1dd33984b47c 22:46:56 ---> ec150b0a8228 22:46:56 Step 15/25 : RUN apk add --update --no-cache dumb-init 22:46:56 ---> Running in c093ac4d1c39 22:46:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz 22:46:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz 22:46:57 (1/1) Installing dumb-init (1.2.5-r1) 22:46:57 Executing busybox-1.35.0-r17.trigger 22:46:57 OK: 6 MiB in 15 packages 22:46:58 Removing intermediate container c093ac4d1c39 22:46:58 ---> 96eb1d1e6743 22:46:58 Step 16/25 : WORKDIR / 22:46:58 ---> Running in 6ff9c55999b1 22:46:58 using credential edgex-jenkins-ssh 22:46:58 Cloning the remote Git repository 22:46:58 Removing intermediate container 6ff9c55999b1 22:46:58 ---> d63b18838534 22:46:58 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 22:46:59 ---> 8daeeffde07b 22:46:59 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 22:46:58 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 22:46:58 > git init /w/workspace/device-virtual-go/80 # timeout=10 22:46:59 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 22:46:59 > git --version # timeout=10 22:46:59 > git --version # 'git version 2.25.1' 22:46:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:46:59 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:46:59 ---> 2601f168d24a 22:46:59 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 22:47:00 ---> 6ec4d1e5844b 22:47:00 Step 20/25 : EXPOSE 59900 22:47:00 ---> Running in 8b93cbc91968 22:47:01 Removing intermediate container 8b93cbc91968 22:47:01 ---> 6158cad0c75d 22:47:01 Step 21/25 : ENTRYPOINT ["/device-virtual"] 22:47:01 ---> Running in e6e7fda48111 22:47:01 Removing intermediate container e6e7fda48111 22:47:01 ---> 79fd03e6760f 22:47:01 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 22:47:01 ---> Running in 21867340b481 22:47:01 Removing intermediate container 21867340b481 22:47:01 ---> d6434d8313e7 22:47:01 Step 23/25 : LABEL arch=amd64 22:47:01 ---> Running in 51f58be881c1 22:47:02 Removing intermediate container 51f58be881c1 22:47:02 ---> 66c3986b75d3 22:47:02 Step 24/25 : LABEL git_sha=bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 22:47:02 ---> Running in a2a310e8c890 22:47:02 Avoid second fetch 22:47:01 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 22:47:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:02 Checking out Revision bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 (main) 22:47:02 Removing intermediate container a2a310e8c890 22:47:02 ---> adcabc7ddbae 22:47:02 Step 25/25 : LABEL version=3.0.0-dev.9 22:47:02 ---> Running in aeb06a1b09cc 22:47:03 Removing intermediate container aeb06a1b09cc 22:47:03 ---> 5eb774ccf9f7 22:47:03 [Warning] One or more build-args [ARCH] were not consumed 22:47:03 Successfully built 5eb774ccf9f7 22:47:03 Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:47:03 provisioning config files... 22:47:03 copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16225963783838479953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:03 Commit message: "feat!: Use latest SDK for MessageBus Request API (#337)" 22:47:03 ---> docker-login.sh 22:47:03 nexus3.edgexfoundry.org:10001 22:47:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:03 Configure a credential helper to remove this warning. See 22:47:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:03 22:47:03 Login Succeeded 22:47:03 nexus3.edgexfoundry.org:10002 22:47:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:04 Configure a credential helper to remove this warning. See 22:47:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:04 22:47:04 Login Succeeded 22:47:04 nexus3.edgexfoundry.org:10003 22:47:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:04 Configure a credential helper to remove this warning. See 22:47:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:04 22:47:04 Login Succeeded 22:47:04 nexus3.edgexfoundry.org:10004 22:47:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:04 Configure a credential helper to remove this warning. See 22:47:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:04 22:47:04 Login Succeeded 22:47:04 docker.io 22:47:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:02 > git config core.sparsecheckout # timeout=10 22:47:02 > git checkout -f bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 # timeout=10 22:47:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:04 Configure a credential helper to remove this warning. See 22:47:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:04 22:47:04 Login Succeeded 22:47:04 ---> docker-login.sh ends [Pipeline] } 22:47:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:47:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:47:04 [edgeXDocker.push] Tagging docker image device-virtual with the following tags: 22:47:04 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 22:47:04 latest 22:47:04 3.0.0-dev.9 22:47:04 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9 22:47:04 main 22:47:04 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:04 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 22:47:04 % Total % Received % Xferd Average Speed Time Time Time Current 22:47:04 Dload Upload Total Spent Left Speed 22:47:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 132k 0 --:--:-- --:--:-- --:--:-- 133k 22:47:05 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:05 + docker push nexus3.edgexfoundry.org:10004/device-virtual:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 22:47:05 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:47:05 926c36599a84: Preparing 22:47:05 1de21978a5aa: Preparing 22:47:05 07186e8bf1e7: Preparing 22:47:05 eb01dc71c4c7: Preparing 22:47:05 e5e13b0c77cb: Preparing 22:47:05 e5e13b0c77cb: Layer already exists 22:47:05 1de21978a5aa: Pushed 22:47:05 07186e8bf1e7: Pushed 22:47:05 eb01dc71c4c7: Pushed [Pipeline] sh 22:47:05 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 22:47:06 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 22:47:06 /etc/docker/daemon.json 22:47:06 { 22:47:06 "registry-mirrors": [ 22:47:06 "https://nexus3.edgexfoundry.org:10001" 22:47:06 ], 22:47:06 "bip": "10.250.0.254/24", 22:47:06 "hosts": [ 22:47:06 "tcp://0.0.0.0:5555", 22:47:06 "unix:///var/run/docker.sock" 22:47:06 ], 22:47:06 "mtu": 1458, 22:47:06 "selinux-enabled": true, 22:47:06 "seccomp-profile": "/etc/docker/seccomp.json" 22:47:06 } [Pipeline] sh 22:47:06 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 22:47:07 + sudo service docker restart 22:47:07 926c36599a84: Pushed 22:47:07 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1: digest: sha256:64cd41af5911b8e6ba85cc58bc3d9289c70046704f3684c72ac2bebf4a75c925 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:08 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:08 + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest 22:47:08 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:47:08 926c36599a84: Preparing 22:47:08 1de21978a5aa: Preparing 22:47:08 07186e8bf1e7: Preparing 22:47:08 eb01dc71c4c7: Preparing 22:47:08 e5e13b0c77cb: Preparing 22:47:08 e5e13b0c77cb: Layer already exists 22:47:08 eb01dc71c4c7: Layer already exists 22:47:08 1de21978a5aa: Layer already exists 22:47:08 07186e8bf1e7: Layer already exists 22:47:08 926c36599a84: Layer already exists 22:47:08 latest: digest: sha256:64cd41af5911b8e6ba85cc58bc3d9289c70046704f3684c72ac2bebf4a75c925 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:08 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.9 22:47:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:47:09 926c36599a84: Preparing 22:47:09 1de21978a5aa: Preparing 22:47:09 07186e8bf1e7: Preparing 22:47:09 eb01dc71c4c7: Preparing 22:47:09 e5e13b0c77cb: Preparing 22:47:09 1de21978a5aa: Layer already exists 22:47:09 eb01dc71c4c7: Layer already exists 22:47:09 926c36599a84: Layer already exists 22:47:09 e5e13b0c77cb: Layer already exists 22:47:09 07186e8bf1e7: Layer already exists 22:47:09 3.0.0-dev.9: digest: sha256:64cd41af5911b8e6ba85cc58bc3d9289c70046704f3684c72ac2bebf4a75c925 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:09 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:09 + docker push nexus3.edgexfoundry.org:10004/device-virtual:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9 22:47:09 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:47:09 926c36599a84: Preparing 22:47:09 1de21978a5aa: Preparing 22:47:09 07186e8bf1e7: Preparing 22:47:09 eb01dc71c4c7: Preparing 22:47:09 e5e13b0c77cb: Preparing 22:47:09 1de21978a5aa: Layer already exists 22:47:09 eb01dc71c4c7: Layer already exists 22:47:09 07186e8bf1e7: Layer already exists 22:47:09 926c36599a84: Layer already exists 22:47:09 e5e13b0c77cb: Layer already exists 22:47:09 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9: digest: sha256:64cd41af5911b8e6ba85cc58bc3d9289c70046704f3684c72ac2bebf4a75c925 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:10 + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:10 + docker push nexus3.edgexfoundry.org:10004/device-virtual:main 22:47:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] 22:47:10 926c36599a84: Preparing 22:47:10 1de21978a5aa: Preparing 22:47:10 07186e8bf1e7: Preparing 22:47:10 eb01dc71c4c7: Preparing 22:47:10 e5e13b0c77cb: Preparing 22:47:10 07186e8bf1e7: Layer already exists 22:47:10 1de21978a5aa: Layer already exists 22:47:10 926c36599a84: Layer already exists 22:47:10 e5e13b0c77cb: Layer already exists 22:47:10 eb01dc71c4c7: Layer already exists 22:47:10 main: digest: sha256:64cd41af5911b8e6ba85cc58bc3d9289c70046704f3684c72ac2bebf4a75c925 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:47:10 ===================================================== [Pipeline] echo 22:47:10 taggedImages: 22:47:10 - nexus3.edgexfoundry.org:10004/device-virtual:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 22:47:10 - nexus3.edgexfoundry.org:10004/device-virtual:latest 22:47:10 - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.9 22:47:10 - nexus3.edgexfoundry.org:10004/device-virtual:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9 22:47:10 - 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 22:47:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:47:10 22:47:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:11 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:47:11 latest: Pulling from edgex-lftools-log-publisher 22:47:11 5eb5b503b376: Pulling fs layer 22:47:11 5c69ac0246d0: Pulling fs layer 22:47:11 ec43610c2a17: Pulling fs layer 22:47:11 3a2ae6a8a46f: Pulling fs layer 22:47:11 33b1e0a273af: Pulling fs layer 22:47:11 5d3b04190fa2: Pulling fs layer 22:47:11 2f39f015ded8: Pulling fs layer 22:47:11 3a2ae6a8a46f: Waiting 22:47:11 33b1e0a273af: Waiting 22:47:11 5d3b04190fa2: Waiting 22:47:11 5c69ac0246d0: Verifying Checksum 22:47:11 5c69ac0246d0: Download complete 22:47:11 3a2ae6a8a46f: Verifying Checksum 22:47:11 3a2ae6a8a46f: Download complete 22:47:11 33b1e0a273af: Verifying Checksum 22:47:11 33b1e0a273af: Download complete 22:47:11 5d3b04190fa2: Download complete 22:47:11 ec43610c2a17: Verifying Checksum 22:47:11 ec43610c2a17: Download complete 22:47:12 5eb5b503b376: Verifying Checksum 22:47:12 5eb5b503b376: Download complete 22:47:12 2f39f015ded8: Download complete 22:47:13 5eb5b503b376: Pull complete 22:47:13 5c69ac0246d0: Pull complete 22:47:13 ec43610c2a17: Pull complete 22:47:14 3a2ae6a8a46f: Pull complete 22:47:14 33b1e0a273af: Pull complete 22:47:14 5d3b04190fa2: Pull complete 22:47:18 2f39f015ded8: Pull complete 22:47:18 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 22:47:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:47:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:47:18 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:47:18 $ 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 22:47:23 $ docker top e62e8ba9039125ce597b0d2321790e1331ebb715cd94206547a859522a2af3ee -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:23 ---> job-cost.sh 22:47:23 lf-activate-venv: SKIPPING 22:47:23 INFO: No Stack... 22:47:24 INFO: Retrieving Pricing Info for: v3-standard-8 22:47:24 INFO: Archiving Costs [Pipeline] sh 22:47:24 + + cut -d, -f6 22:47:24 cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [Pipeline] lock 22:47:24 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-80-stack-cost] 22:47:24 Resource [jenkins-edgexfoundry-device-virtual-go-main-80-stack-cost] did not exist. Created. 22:47:24 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:47:25 + echo total: 0.2199999988079071 [Pipeline] stash 22:47:25 Stashed 1 file(s) [Pipeline] } 22:47:25 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-80-stack-cost] [Pipeline] // lock [Pipeline] } 22:47:25 $ docker stop --time=1 e62e8ba9039125ce597b0d2321790e1331ebb715cd94206547a859522a2af3ee 22:47:26 $ docker rm -f --volumes e62e8ba9039125ce597b0d2321790e1331ebb715cd94206547a859522a2af3ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] configFileProvider 22:47:26 provisioning config files... [Pipeline] } [Pipeline] // withEnv [Pipeline] } 22:47:26 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/80@tmp/config14649838097851236536tmp [Pipeline] // stage [Pipeline] } [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:47:27 ---> docker-login.sh 22:47:27 nexus3.edgexfoundry.org:10001 22:47:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:27 Configure a credential helper to remove this warning. See 22:47:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:27 22:47:27 Login Succeeded 22:47:27 nexus3.edgexfoundry.org:10002 22:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:28 Configure a credential helper to remove this warning. See 22:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:28 22:47:28 Login Succeeded 22:47:28 nexus3.edgexfoundry.org:10003 22:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:28 Configure a credential helper to remove this warning. See 22:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:28 22:47:28 Login Succeeded 22:47:28 nexus3.edgexfoundry.org:10004 22:47:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:28 Configure a credential helper to remove this warning. See 22:47:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:28 22:47:28 Login Succeeded 22:47:28 docker.io 22:47:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:47:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:47:29 Configure a credential helper to remove this warning. See 22:47:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:47:29 22:47:29 Login Succeeded 22:47:29 ---> docker-login.sh ends [Pipeline] } 22:47:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:47:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:47:29 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:47:29 ========================================================= 22:47:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] 22:47:29 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:47:30 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . 22:47:30 Sending build context to Docker daemon 11.82MB 22:47:30 Step 1/12 : ARG BASE=golang:1.18-alpine3.16 22:47:30 Step 2/12 : FROM ${BASE} AS builder 22:47:30 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:47:30 9b18e9b68314: Pulling fs layer 22:47:30 35d82f9e3411: Pulling fs layer 22:47:30 e16973657156: Pulling fs layer 22:47:30 fc693d55d65f: Pulling fs layer 22:47:30 7e9fc2657dce: Pulling fs layer 22:47:30 dda99020689f: Pulling fs layer 22:47:30 db1c61fa0a46: Pulling fs layer 22:47:30 891c053d2c06: Pulling fs layer 22:47:30 7e9fc2657dce: Waiting 22:47:30 db1c61fa0a46: Waiting 22:47:30 dda99020689f: Waiting 22:47:30 891c053d2c06: Waiting 22:47:30 fc693d55d65f: Waiting 22:47:30 e16973657156: Verifying Checksum 22:47:30 e16973657156: Download complete 22:47:30 35d82f9e3411: Verifying Checksum 22:47:30 35d82f9e3411: Download complete 22:47:30 7e9fc2657dce: Verifying Checksum 22:47:30 7e9fc2657dce: Download complete 22:47:30 dda99020689f: Download complete 22:47:30 9b18e9b68314: Download complete 22:47:32 891c053d2c06: Verifying Checksum 22:47:32 891c053d2c06: Download complete 22:47:33 9b18e9b68314: Pull complete 22:47:33 db1c61fa0a46: Verifying Checksum 22:47:33 db1c61fa0a46: Download complete 22:47:34 35d82f9e3411: Pull complete 22:47:34 e16973657156: Pull complete 22:47:34 fc693d55d65f: Verifying Checksum 22:47:34 fc693d55d65f: Download complete 22:47:49 fc693d55d65f: Pull complete 22:47:49 7e9fc2657dce: Pull complete 22:47:49 dda99020689f: Pull complete 22:47:56 db1c61fa0a46: Pull complete 22:47:58 891c053d2c06: Pull complete 22:47:59 Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 22:47:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine 22:47:59 ---> f96f9c87975a 22:47:59 Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:48:00 ---> Running in 0e9ee83f4093 22:48:01 Removing intermediate container 0e9ee83f4093 22:48:01 ---> 8b004f491c4e 22:48:01 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 22:48:01 ---> Running in 6b0f42512638 22:48:01 Removing intermediate container 6b0f42512638 22:48:01 ---> 8d091985eb09 22:48:01 Step 5/12 : ARG ADD_BUILD_TAGS="" 22:48:01 ---> Running in 700a570f6667 22:48:02 Removing intermediate container 700a570f6667 22:48:02 ---> 01d63ba5b289 22:48:02 Step 6/12 : WORKDIR /device-virtual-go 22:48:02 ---> Running in 8afcd9844619 22:48:02 Removing intermediate container 8afcd9844619 22:48:02 ---> 6f1c5cd51468 22:48:02 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:48:02 ---> Running in 3890428a96fd 22:48:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:48:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:48:05 (1/4) Installing openssh-keygen (9.0_p1-r2) 22:48:05 (2/4) Installing libedit (20210910.3.1-r0) 22:48:05 (3/4) Installing openssh-client-common (9.0_p1-r2) 22:48:05 (4/4) Installing openssh-client-default (9.0_p1-r2) 22:48:05 Executing busybox-1.35.0-r17.trigger 22:48:05 OK: 226 MiB in 55 packages 22:48:06 Removing intermediate container 3890428a96fd 22:48:06 ---> 6c54a5ccf9da 22:48:06 Step 8/12 : COPY go.mod vendor* ./ 22:48:07 ---> 349723958448 22:48:07 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:48:07 ---> Running in 5650166535eb 22:49:28 Removing intermediate container 5650166535eb 22:49:28 ---> 6f17d58ace13 22:49:28 Step 10/12 : COPY . . 22:49:28 ---> 9b4165289550 22:49:28 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:49:28 ---> Running in 5aa9e5abe168 22:49:28 Removing intermediate container 5aa9e5abe168 22:49:28 ---> 22b0ed44b88e 22:49:28 Step 12/12 : RUN $MAKE 22:49:28 ---> Running in bdcb415b565b 22:49:28 noop 22:49:28 Removing intermediate container bdcb415b565b 22:49:28 ---> 8d598aeec68b 22:49:28 Successfully built 8d598aeec68b 22:49:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:29 + docker inspect -f . ci-base-image-arm64 22:49:29 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:49:29 prd-ubuntu20.04-docker-arm64-4c-16g-5007 does not seem to be running inside a container 22:49:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/80 -v /w/workspace/device-virtual-go/80:/w/workspace/device-virtual-go/80:rw,z -v /w/workspace/device-virtual-go/80@tmp:/w/workspace/device-virtual-go/80@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 22:49:31 $ docker top ccc7704e07aa918ba85cd037341b5c8e49fca81fbc1e99a02c3b577dd5417581 -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:31 + go version 22:49:31 go version go1.18.7 linux/arm64 [Pipeline] } 22:49:31 $ docker stop --time=1 ccc7704e07aa918ba85cd037341b5c8e49fca81fbc1e99a02c3b577dd5417581 22:49:33 $ docker rm -f --volumes ccc7704e07aa918ba85cd037341b5c8e49fca81fbc1e99a02c3b577dd5417581 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:49:34 + docker inspect -f . ci-base-image-arm64 22:49:34 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:49:34 prd-ubuntu20.04-docker-arm64-4c-16g-5007 does not seem to be running inside a container 22:49:34 $ 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/80 -v /w/workspace/device-virtual-go/80:/w/workspace/device-virtual-go/80:rw,z -v /w/workspace/device-virtual-go/80@tmp:/w/workspace/device-virtual-go/80@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 22:49:35 $ docker top 7a40d11d8e7a0ca7c9fe92be4a394f2284a9f8af2357c025bc50b138199baace -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:36 + git config --global --add safe.directory /w/workspace/device-virtual-go/80 [Pipeline] fileExists [Pipeline] sh 22:49:37 + make test 22:49:37 go test ./... -coverprofile=coverage.out 22:49:39 ? github.com/edgexfoundry/device-virtual-go [no test files] 22:51:16 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 22:51:16 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.149s coverage: 65.7% of statements 22:51:16 WARNING: Linting skipped (not on x86_64 or linter not installed) 22:51:16 go vet ./... 22:51:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 22:51:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 22:51:38 ./bin/test-attribution-txt.sh 22:51:38 An attribution for golang.org/x/mod is missing from Attribution.txt, please add 22:51:38 An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo 22:51:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 22:51:38 $ docker stop --time=1 7a40d11d8e7a0ca7c9fe92be4a394f2284a9f8af2357c025bc50b138199baace 22:51:40 $ docker rm -f --volumes 7a40d11d8e7a0ca7c9fe92be4a394f2284a9f8af2357c025bc50b138199baace [Pipeline] // withDockerContainer [Pipeline] sh 22:51:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:51:41 Warning: overwriting stash ‘coverage-report’ 22:51:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 22:51:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 22:51:42 + ls -al . 22:51:42 total 188 22:51:42 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:49 . 22:51:42 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:46 .. 22:51:42 drwxrwxr-x 8 jenkins jenkins 4096 Feb 7 22:47 .git 22:51:42 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:47 .github 22:51:42 -rw-rw-r-- 1 jenkins jenkins 337 Feb 7 22:47 .gitignore 22:51:42 -rw-rw-r-- 1 jenkins jenkins 41 Feb 7 22:47 .golangci.yml 22:51:42 -rw-rw-r-- 1 jenkins jenkins 8423 Feb 7 22:47 Attribution.txt 22:51:42 -rw-rw-r-- 1 jenkins jenkins 11367 Feb 7 22:47 CHANGELOG.md 22:51:42 -rw-rw-r-- 1 jenkins jenkins 1646 Feb 7 22:47 Dockerfile 22:51:42 -rw-rw-r-- 1 jenkins jenkins 677 Feb 7 22:47 GOVERNANCE.md 22:51:42 -rw-rw-r-- 1 jenkins jenkins 660 Feb 7 22:47 Jenkinsfile 22:51:42 -rw-rw-r-- 1 jenkins jenkins 11340 Feb 7 22:47 LICENSE 22:51:42 -rw-rw-r-- 1 jenkins jenkins 1661 Feb 7 22:47 Makefile 22:51:42 -rw-rw-r-- 1 jenkins jenkins 623 Feb 7 22:47 OWNERS.md 22:51:42 -rw-rw-r-- 1 jenkins jenkins 3578 Feb 7 22:47 README.md 22:51:42 -rw-rw-r-- 1 jenkins jenkins 11 Feb 7 22:44 VERSION 22:51:42 drwxrwxr-x 2 jenkins jenkins 4096 Feb 7 22:47 bin 22:51:42 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:47 cmd 22:51:42 -rw-r--r-- 1 jenkins jenkins 44128 Feb 7 22:51 coverage.out 22:51:42 -rw-rw-r-- 1 jenkins jenkins 3251 Feb 7 22:47 go.mod 22:51:42 -rw-rw-r-- 1 jenkins jenkins 32586 Feb 7 22:47 go.sum 22:51:42 drwxrwxr-x 3 jenkins jenkins 4096 Feb 7 22:47 internal 22:51:42 drwxrwxr-x 4 jenkins jenkins 4096 Feb 7 22:47 snap 22:51:42 -rw-rw-r-- 1 jenkins jenkins 235 Feb 7 22:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:51:42 + 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=bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 --label arch=arm64 --label version=3.0.0-dev.9 . 22:51:43 Sending build context to Docker daemon 11.86MB 22:51:43 Step 1/25 : ARG BASE=golang:1.18-alpine3.16 22:51:43 Step 2/25 : FROM ${BASE} AS builder 22:51:43 ---> 8d598aeec68b 22:51:43 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" 22:51:43 ---> Running in e2158c261049 22:51:43 Removing intermediate container e2158c261049 22:51:43 ---> 0b719f084a79 22:51:43 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 22:51:43 ---> Running in 52e8dc87cd71 22:51:44 Removing intermediate container 52e8dc87cd71 22:51:44 ---> 74ebc33b5b69 22:51:44 Step 5/25 : ARG ADD_BUILD_TAGS="" 22:51:44 ---> Running in c94275f096ef 22:51:44 Removing intermediate container c94275f096ef 22:51:44 ---> 5c2f64dbef4b 22:51:44 Step 6/25 : WORKDIR /device-virtual-go 22:51:44 ---> Running in 5fee5d79bedb 22:51:45 Removing intermediate container 5fee5d79bedb 22:51:45 ---> 9e828c985cb4 22:51:45 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 22:51:45 ---> Running in a19aadb897e7 22:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:51:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:51:48 OK: 226 MiB in 55 packages 22:51:49 Removing intermediate container a19aadb897e7 22:51:49 ---> f38e3994a51d 22:51:49 Step 8/25 : COPY go.mod vendor* ./ 22:51:49 ---> f2fcf1e671d1 22:51:49 Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 22:51:49 ---> Running in 4e2a41f08c1d 22:51:53 Removing intermediate container 4e2a41f08c1d 22:51:53 ---> 585b41ef5a41 22:51:53 Step 10/25 : COPY . . 22:51:54 ---> 610aaca054ef 22:51:54 Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 22:51:54 ---> Running in 1e002067c3aa 22:51:54 Removing intermediate container 1e002067c3aa 22:51:54 ---> 10110cc308ac 22:51:54 Step 12/25 : RUN $MAKE 22:51:54 ---> Running in 5c15af0da109 22:51:55 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.9" -trimpath -mod=readonly -o cmd/device-virtual ./cmd 22:54:36 Removing intermediate container 5c15af0da109 22:54:36 ---> 1ffd77c745dc 22:54:36 Step 13/25 : FROM alpine:3.16 22:54:36 3.16: Pulling from library/alpine 22:54:36 6875df1f5354: Pulling fs layer 22:54:36 6875df1f5354: Download complete 22:54:36 6875df1f5354: Pull complete 22:54:36 Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b 22:54:36 Status: Downloaded newer image for alpine:3.16 22:54:36 ---> 2b4661558fb8 22:54:36 Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 22:54:36 ---> Running in 73a2dbc0b5ba 22:54:36 Removing intermediate container 73a2dbc0b5ba 22:54:36 ---> 8434389191b8 22:54:36 Step 15/25 : RUN apk add --update --no-cache dumb-init 22:54:36 ---> Running in 487ab9578c10 22:54:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz 22:54:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz 22:54:36 (1/1) Installing dumb-init (1.2.5-r1) 22:54:36 Executing busybox-1.35.0-r17.trigger 22:54:36 OK: 5 MiB in 15 packages 22:54:36 Removing intermediate container 487ab9578c10 22:54:36 ---> 93aab58918fa 22:54:36 Step 16/25 : WORKDIR / 22:54:36 ---> Running in f8c7ee01d2a6 22:54:36 Removing intermediate container f8c7ee01d2a6 22:54:36 ---> 3ef574e42dc6 22:54:36 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 22:54:36 ---> 9ebac6c3f263 22:54:36 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 22:54:36 ---> 9919a5741cb2 22:54:36 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 22:54:36 ---> 0bc841aa3c10 22:54:36 Step 20/25 : EXPOSE 59900 22:54:36 ---> Running in 6bb17ed41545 22:54:36 Removing intermediate container 6bb17ed41545 22:54:36 ---> 1ca358a4a050 22:54:36 Step 21/25 : ENTRYPOINT ["/device-virtual"] 22:54:36 ---> Running in ebf860dac00f 22:54:36 Removing intermediate container ebf860dac00f 22:54:36 ---> cc55b8650367 22:54:36 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] 22:54:36 ---> Running in 4695d95e408a 22:54:36 Removing intermediate container 4695d95e408a 22:54:36 ---> a07acb2b12ae 22:54:36 Step 23/25 : LABEL arch=arm64 22:54:36 ---> Running in c5ab0a12af67 22:54:36 Removing intermediate container c5ab0a12af67 22:54:36 ---> 0572465ad06a 22:54:36 Step 24/25 : LABEL git_sha=bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 22:54:36 ---> Running in 6bf4ee4e8e84 22:54:36 Removing intermediate container 6bf4ee4e8e84 22:54:36 ---> eb678c7021e1 22:54:36 Step 25/25 : LABEL version=3.0.0-dev.9 22:54:36 ---> Running in 7f97ad39e66c 22:54:36 Removing intermediate container 7f97ad39e66c 22:54:36 ---> 62715ba6f0a0 22:54:36 [Warning] One or more build-args [ARCH] were not consumed 22:54:36 Successfully built 62715ba6f0a0 22:54:36 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 22:54:36 provisioning config files... 22:54:36 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/80@tmp/config11647181681082699559tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:54:37 ---> docker-login.sh 22:54:37 nexus3.edgexfoundry.org:10001 22:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:37 Configure a credential helper to remove this warning. See 22:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:37 22:54:37 Login Succeeded 22:54:37 nexus3.edgexfoundry.org:10002 22:54:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:37 Configure a credential helper to remove this warning. See 22:54:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:37 22:54:37 Login Succeeded 22:54:37 nexus3.edgexfoundry.org:10003 22:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:38 Configure a credential helper to remove this warning. See 22:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:38 22:54:38 Login Succeeded 22:54:38 nexus3.edgexfoundry.org:10004 22:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:38 Configure a credential helper to remove this warning. See 22:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:38 22:54:38 Login Succeeded 22:54:38 docker.io 22:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:54:39 Configure a credential helper to remove this warning. See 22:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:54:39 22:54:39 Login Succeeded 22:54:39 ---> docker-login.sh ends [Pipeline] } 22:54:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 22:54:39 [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: 22:54:39 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 22:54:39 latest 22:54:39 3.0.0-dev.9 22:54:39 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9 22:54:39 main 22:54:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:39 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:40 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 22:54:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:54:40 78b0be1e4893: Preparing 22:54:40 d9708750ab78: Preparing 22:54:40 0bd0e4dcf372: Preparing 22:54:40 84b0654b891a: Preparing 22:54:40 17bec77d7fdc: Preparing 22:54:40 17bec77d7fdc: Layer already exists 22:54:40 84b0654b891a: Pushed 22:54:40 0bd0e4dcf372: Pushed 22:54:40 d9708750ab78: Pushed 22:54:45 78b0be1e4893: Pushed 22:54:45 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1: digest: sha256:9e28e1a8ab7852c42bcaac1b620a86be65c890312a7354bb3507edb265fe71d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:46 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:46 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 22:54:46 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:54:46 78b0be1e4893: Preparing 22:54:46 d9708750ab78: Preparing 22:54:46 0bd0e4dcf372: Preparing 22:54:46 84b0654b891a: Preparing 22:54:46 17bec77d7fdc: Preparing 22:54:46 0bd0e4dcf372: Layer already exists 22:54:46 78b0be1e4893: Layer already exists 22:54:46 d9708750ab78: Layer already exists 22:54:46 84b0654b891a: Layer already exists 22:54:46 17bec77d7fdc: Layer already exists 22:54:46 latest: digest: sha256:9e28e1a8ab7852c42bcaac1b620a86be65c890312a7354bb3507edb265fe71d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:47 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:47 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.9 22:54:47 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:54:47 78b0be1e4893: Preparing 22:54:47 d9708750ab78: Preparing 22:54:47 0bd0e4dcf372: Preparing 22:54:47 84b0654b891a: Preparing 22:54:47 17bec77d7fdc: Preparing 22:54:47 d9708750ab78: Layer already exists 22:54:47 0bd0e4dcf372: Layer already exists 22:54:47 84b0654b891a: Layer already exists 22:54:47 78b0be1e4893: Layer already exists 22:54:47 17bec77d7fdc: Layer already exists 22:54:47 3.0.0-dev.9: digest: sha256:9e28e1a8ab7852c42bcaac1b620a86be65c890312a7354bb3507edb265fe71d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:48 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:48 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9 22:54:48 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:54:48 78b0be1e4893: Preparing 22:54:48 d9708750ab78: Preparing 22:54:48 0bd0e4dcf372: Preparing 22:54:48 84b0654b891a: Preparing 22:54:48 17bec77d7fdc: Preparing 22:54:48 0bd0e4dcf372: Layer already exists 22:54:48 d9708750ab78: Layer already exists 22:54:48 78b0be1e4893: Layer already exists 22:54:48 17bec77d7fdc: Layer already exists 22:54:48 84b0654b891a: Layer already exists 22:54:48 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9: digest: sha256:9e28e1a8ab7852c42bcaac1b620a86be65c890312a7354bb3507edb265fe71d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:49 + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:49 + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main 22:54:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] 22:54:49 78b0be1e4893: Preparing 22:54:49 d9708750ab78: Preparing 22:54:49 0bd0e4dcf372: Preparing 22:54:49 84b0654b891a: Preparing 22:54:49 17bec77d7fdc: Preparing 22:54:49 17bec77d7fdc: Layer already exists 22:54:49 d9708750ab78: Layer already exists 22:54:49 84b0654b891a: Layer already exists 22:54:49 78b0be1e4893: Layer already exists 22:54:49 0bd0e4dcf372: Layer already exists 22:54:49 main: digest: sha256:9e28e1a8ab7852c42bcaac1b620a86be65c890312a7354bb3507edb265fe71d3 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 22:54:49 ===================================================== [Pipeline] echo 22:54:49 taggedImages: 22:54:49 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 22:54:49 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest 22:54:49 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.9 22:54:49 - nexus3.edgexfoundry.org:10004/device-virtual-arm64:bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1-3.0.0-dev.9 22:54:49 - 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 22:54:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:54:50 22:54:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:54:50 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:54:50 arm64: Pulling from edgex-lftools-log-publisher 22:54:50 8998bd30e6a1: Pulling fs layer 22:54:50 04944245beec: Pulling fs layer 22:54:50 699f458cf7ca: Pulling fs layer 22:54:50 765212b225bb: Pulling fs layer 22:54:50 f23df028b6ca: Pulling fs layer 22:54:50 d65c8cfc05b1: Pulling fs layer 22:54:50 2437ff75d9bd: Pulling fs layer 22:54:50 765212b225bb: Waiting 22:54:50 f23df028b6ca: Waiting 22:54:50 d65c8cfc05b1: Waiting 22:54:50 2437ff75d9bd: Waiting 22:54:50 04944245beec: Verifying Checksum 22:54:50 04944245beec: Download complete 22:54:50 765212b225bb: Verifying Checksum 22:54:50 765212b225bb: Download complete 22:54:50 f23df028b6ca: Verifying Checksum 22:54:50 f23df028b6ca: Download complete 22:54:51 d65c8cfc05b1: Verifying Checksum 22:54:51 d65c8cfc05b1: Download complete 22:54:51 699f458cf7ca: Verifying Checksum 22:54:51 699f458cf7ca: Download complete 22:54:51 8998bd30e6a1: Verifying Checksum 22:54:51 8998bd30e6a1: Download complete 22:54:54 2437ff75d9bd: Verifying Checksum 22:54:54 2437ff75d9bd: Download complete 22:54:55 8998bd30e6a1: Pull complete 22:54:56 04944245beec: Pull complete 22:54:57 699f458cf7ca: Pull complete 22:54:58 765212b225bb: Pull complete 22:54:58 f23df028b6ca: Pull complete 22:54:58 d65c8cfc05b1: Pull complete 22:55:13 2437ff75d9bd: Pull complete 22:55:13 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 22:55:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 22:55:13 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:55:14 prd-ubuntu20.04-docker-arm64-4c-16g-5007 does not seem to be running inside a container 22:55:14 $ 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/80 -v /w/workspace/device-virtual-go/80:/w/workspace/device-virtual-go/80:rw,z -v /w/workspace/device-virtual-go/80@tmp:/w/workspace/device-virtual-go/80@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 22:55:17 $ docker top 341dfe634a9c1da9e5e0e7fee4be4ca921ba81322c86e4e9592d5e86dcdb2a09 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:55:18 ---> job-cost.sh 22:55:18 lf-activate-venv: SKIPPING 22:55:18 INFO: No Stack... 22:55:18 INFO: Retrieving Pricing Info for: v3-standard-4 22:55:19 INFO: Archiving Costs [Pipeline] sh 22:55:19 + cat /w/workspace/device-virtual-go/80/archives/cost.csv 22:55:19 + cut -d, -f6 [Pipeline] lock 22:55:19 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-80-stack-cost] 22:55:19 Resource [jenkins-edgexfoundry-device-virtual-go-main-80-stack-cost] did not exist. Created. 22:55:19 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:55:20 /w/workspace/device-virtual-go/80@tmp/durable-67fe590e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 22:55:21 + echo total: 0.10999999940395355 [Pipeline] stash 22:55:21 Warning: overwriting stash ‘stack-cost’ 22:55:21 Stashed 1 file(s) [Pipeline] } 22:55:21 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-80-stack-cost] [Pipeline] // lock [Pipeline] } 22:55:21 $ docker stop --time=1 341dfe634a9c1da9e5e0e7fee4be4ca921ba81322c86e4e9592d5e86dcdb2a09 22:55:22 $ docker rm -f --volumes 341dfe634a9c1da9e5e0e7fee4be4ca921ba81322c86e4e9592d5e86dcdb2a09 [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 22:55:23 provisioning config files... 22:55:23 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16741079427024994435tmp [Pipeline] { [Pipeline] sh 22:55:23 + set +x 22:55:23 + bash -s+ -- 22:55:23 curl -s https://codecov.io/bash 22:55:23 22:55:23 _____ _ 22:55:23 / ____| | | 22:55:23 | | ___ __| | ___ ___ _____ __ 22:55:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:55:23 | |___| (_) | (_| | __/ (_| (_) \ V / 22:55:23 \_____\___/ \__,_|\___|\___\___/ \_/ 22:55:23 Bash-1.0.6 22:55:23 22:55:23 22:55:23 ==> git version 2.25.1 found 22:55:23 ==> 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 22:55:23 Release-Date: 2020-01-08 22:55:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 22:55:23 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 22:55:23 ==> Jenkins CI detected. 22:55:23 current dir:  /w/workspace/exfoundry_device-virtual-go_main 22:55:23 project root: . 22:55:23 --> token set from env 22:55:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:55:23 ==> Running gcov in . (disable via -X gcov) 22:55:23 ==> Python coveragepy not found 22:55:23 ==> Searching for coverage reports in: 22:55:23 + . 22:55:23 -> Found 1 reports 22:55:23 ==> Detecting git/mercurial file structure 22:55:23 ==> Reading reports 22:55:23 + ./coverage.out bytes=44128 22:55:23 ==> Appending adjustments 22:55:23 https://docs.codecov.io/docs/fixing-reports 22:55:23 + Found adjustments 22:55:23 ==> Gzipping contents 22:55:23 8.0K /tmp/codecov.0EKS5f.gz 22:55:23 ==> Uploading reports 22:55:23 url: https://codecov.io 22:55:23 query: branch=main&commit=bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F80%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:55:23 -> Pinging Codecov 22:55:23 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=bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1&build=80&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F80%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:55:24 -> Uploading to 22:55:24 https://storage.googleapis.com/codecov/v4/raw/2023-02-07/5E52B4B073DB2E39498172D8E973AA87/bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1/c3c5a896-c114-4fae-8998-97c127307498.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230207%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230207T225524Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6253348c1e3efad258fcee53d659fb079be0546981b4b00958c95eca2c6eafa2 22:55:24 % Total % Received % Xferd Average Speed Time Time Time Current 22:55:24 Dload Upload Total Spent Left Speed 22:55:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5493 0 0 100 5493 0 16397 --:--:-- --:--:-- --:--:-- 16397 22:55:24 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [Pipeline] } 22:55:24 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:55:24 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:55:24 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:55:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:55:24 22:55:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:55:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:55:25 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:55:25 df9b9388f04a: Pulling fs layer 22:55:25 52dc419b0ee2: Pulling fs layer 22:55:25 25bc292e5bac: Pulling fs layer 22:55:25 114826534d7a: Pulling fs layer 22:55:25 4657fd5d0bcf: Pulling fs layer 22:55:25 6ad1cebc031e: Pulling fs layer 22:55:25 8a3aa393b2d8: Pulling fs layer 22:55:25 114826534d7a: Waiting 22:55:25 4657fd5d0bcf: Waiting 22:55:25 6ad1cebc031e: Waiting 22:55:25 8a3aa393b2d8: Waiting 22:55:25 25bc292e5bac: Download complete 22:55:25 52dc419b0ee2: Verifying Checksum 22:55:25 52dc419b0ee2: Download complete 22:55:25 4657fd5d0bcf: Verifying Checksum 22:55:25 4657fd5d0bcf: Download complete 22:55:25 df9b9388f04a: Verifying Checksum 22:55:25 df9b9388f04a: Download complete 22:55:25 df9b9388f04a: Pull complete 22:55:25 52dc419b0ee2: Pull complete 22:55:25 25bc292e5bac: Pull complete 22:55:25 6ad1cebc031e: Verifying Checksum 22:55:25 6ad1cebc031e: Download complete 22:55:26 114826534d7a: Verifying Checksum 22:55:26 114826534d7a: Download complete 22:55:27 8a3aa393b2d8: Verifying Checksum 22:55:27 8a3aa393b2d8: Download complete 22:55:30 114826534d7a: Pull complete 22:55:30 4657fd5d0bcf: Pull complete 22:55:30 6ad1cebc031e: Pull complete 22:55:32 8a3aa393b2d8: Pull complete 22:55:32 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 22:55:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:55:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:55:32 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:55:33 $ 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 22:55:36 $ docker top 5dac1085c3107337eb78670172ba86bd53f051e5047bf86d609ccd1a7059ad39 -eo pid,comm [Pipeline] { [Pipeline] echo 22:55:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh 22:55:36 + set -o pipefail 22:55:36 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' 22:55:40 22:55:40 Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... 22:55:40 22:55:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/cb457922-4249-4904-9c7d-500da29e9de9 22:55:40 22:55:40 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:55:40 22:55:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:55:40 22:55:41 22:55:41 A medium severity vulnerability was found in the Snyk CLI versions you are using. 22:55:41 We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. 22:55:41 More details here: https://snyk.co/ue1NS [Pipeline] } 22:55:41 $ docker stop --time=1 5dac1085c3107337eb78670172ba86bd53f051e5047bf86d609ccd1a7059ad39 22:55:43 $ docker rm -f --volumes 5dac1085c3107337eb78670172ba86bd53f051e5047bf86d609ccd1a7059ad39 [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 22:55:44 + git log --format=format:%s -1 bc2d63b9ed6b53ff0a8b22c7d9a53b96689a65a1 [Pipeline] sh 22:55:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:55:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:55:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:55:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:55:44 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:55: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 22:55:45 $ docker top e2cafde1796c321d9f2f442173d71e8f34e6caf2fb67c5d846e35862f5747837 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:55:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:55:45 [ssh-agent] Looking for ssh-agent implementation... 22:55:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:55:45 $ docker exec e2cafde1796c321d9f2f442173d71e8f34e6caf2fb67c5d846e35862f5747837 ssh-agent 22:55:45 SSH_AUTH_SOCK=/tmp/ssh-9nwXwk5dgU1p/agent.33 22:55:45 SSH_AGENT_PID=39 22:55:45 Running ssh-add (command line suppressed) 22:55:45 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8183410945494890521.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8183410945494890521.key) 22:55:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:55:45 + git semver tag 22:55:46 2023-02-07 22:55:46,080 [run_tag] DEBUG tag force:False 22:55:46 2023-02-07 22:55:46,080 [check_head_tag] DEBUG check head tag 22:55:46 2023-02-07 22:55:46,081 [execute] INFO git cat-file --batch-check 22:55:46 2023-02-07 22:55:46,081 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 22:55:46 2023-02-07 22:55:46,086 [execute] INFO git cat-file --batch 22:55:46 2023-02-07 22:55:46,086 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) 22:55:46 2023-02-07 22:55:46,106 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:55:46 2023-02-07 22:55:46,106 [execute] INFO git tag -a v3.0.0-dev.9 -m v3.0.0-dev.9 22:55:46 2023-02-07 22:55:46,106 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.9', '-m', 'v3.0.0-dev.9'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) 22:55:46 2023-02-07 22:55:46,112 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:55:46 3.0.0-dev.9 [Pipeline] } 22:55:46 $ docker exec --env ******** --env ******** e2cafde1796c321d9f2f442173d71e8f34e6caf2fb67c5d846e35862f5747837 ssh-agent -k 22:55:46 unset SSH_AUTH_SOCK; 22:55:46 unset SSH_AGENT_PID; 22:55:46 echo Agent pid 39 killed; 22:55:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:55:46 + git semver [Pipeline] } 22:55:47 $ docker stop --time=1 e2cafde1796c321d9f2f442173d71e8f34e6caf2fb67c5d846e35862f5747837 22:55:48 $ docker rm -f --volumes e2cafde1796c321d9f2f442173d71e8f34e6caf2fb67c5d846e35862f5747837 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:55:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:55:48 22:55:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:55:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:55:49 0.23.1-centos7: Pulling from edgex-lftools 22:55:49 ab5ef0e58194: Pulling fs layer 22:55:49 9712f1f96733: Pulling fs layer 22:55:49 63f879dbbcfc: Pulling fs layer 22:55:49 0d9ebad4ef96: Pulling fs layer 22:55:49 e9a5061849ea: Pulling fs layer 22:55:49 d747dcd14b5f: Pulling fs layer 22:55:49 2de7ff778b66: Pulling fs layer 22:55:49 0d9ebad4ef96: Waiting 22:55:49 e9a5061849ea: Waiting 22:55:49 d747dcd14b5f: Waiting 22:55:49 2de7ff778b66: Waiting 22:55:49 9712f1f96733: Verifying Checksum 22:55:49 9712f1f96733: Download complete 22:55:50 63f879dbbcfc: Verifying Checksum 22:55:50 63f879dbbcfc: Download complete 22:55:50 e9a5061849ea: Verifying Checksum 22:55:50 e9a5061849ea: Download complete 22:55:50 d747dcd14b5f: Download complete 22:55:50 ab5ef0e58194: Verifying Checksum 22:55:50 ab5ef0e58194: Download complete 22:55:50 0d9ebad4ef96: Verifying Checksum 22:55:50 0d9ebad4ef96: Download complete 22:55:50 2de7ff778b66: Verifying Checksum 22:55:50 2de7ff778b66: Download complete 22:55:53 ab5ef0e58194: Pull complete 22:55:53 9712f1f96733: Pull complete 22:55:54 63f879dbbcfc: Pull complete 22:55:58 0d9ebad4ef96: Pull complete 22:55:58 e9a5061849ea: Pull complete 22:55:58 d747dcd14b5f: Pull complete 22:55:59 2de7ff778b66: Pull complete 22:55:59 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:55:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:55:59 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:55:59 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:55:59 $ 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 22:56:02 $ docker top 917d5f0aa814b7e40ea3cf6b3fa0d6b041fd71584b7c2a4626ff8b364fed2495 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:56:02 provisioning config files... 22:56:02 copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config1276101668562286808tmp 22:56:02 copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15762761411294077493tmp 22:56:02 copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12030818434425672834tmp [Pipeline] { [Pipeline] echo 22:56:02 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:56:02 ---> sigul-configuration.sh 22:56:02 gpg: directory `/root/.gnupg' created 22:56:02 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:56:02 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:56:02 gpg: keyring `/root/.gnupg/secring.gpg' created 22:56:02 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:56:02 gpg: CAST5 encrypted data 22:56:02 gpg: encrypted with 1 passphrase 22:56:02 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:56:03 + mkdir /home/jenkins 22:56:03 + mkdir /home/jenkins/sigul [Pipeline] sh 22:56:03 + 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 22:56:03 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:56:03 ---> sigul-install.sh 22:56:03 Sigul already installed; skipping installation. [Pipeline] sh 22:56:03 + git tag --list 22:56:03 v1.0.0 22:56:03 v1.1.0 22:56:03 v1.1.1 22:56:03 v1.2.1 22:56:03 v1.2.2 22:56:03 v1.2.3 22:56:03 v1.3.0 22:56:03 v1.3.1 22:56:03 v2.0.0 22:56:03 v2.1.0 22:56:03 v2.1.1 22:56:03 v2.1.1-dev.1 22:56:03 v2.1.1-dev.2 22:56:03 v2.2.0 22:56:03 v2.2.1-dev.1 22:56:03 v2.2.1-dev.2 22:56:03 v2.2.1-dev.3 22:56:03 v2.2.1-dev.4 22:56:03 v2.2.1-dev.5 22:56:03 v2.2.1-dev.6 22:56:03 v2.2.1-dev.7 22:56:03 v2.2.1-dev.8 22:56:03 v2.3.0 22:56:03 v2.3.0-dev.10 22:56:03 v2.3.0-dev.11 22:56:03 v2.3.0-dev.12 22:56:03 v2.3.0-dev.13 22:56:03 v2.3.0-dev.14 22:56:03 v2.3.0-dev.15 22:56:03 v2.3.0-dev.16 22:56:03 v2.3.0-dev.17 22:56:03 v2.3.0-dev.18 22:56:03 v2.3.0-dev.19 22:56:03 v2.3.0-dev.20 22:56:03 v2.3.0-dev.21 22:56:03 v2.3.0-dev.22 22:56:03 v2.3.0-dev.23 22:56:03 v2.3.0-dev.24 22:56:03 v2.3.0-dev.25 22:56:03 v2.3.0-dev.26 22:56:03 v2.3.0-dev.27 22:56:03 v2.3.0-dev.28 22:56:03 v2.3.0-dev.29 22:56:03 v2.3.0-dev.30 22:56:03 v2.3.0-dev.8 22:56:03 v2.3.0-dev.9 22:56:03 v3.0.0-dev.1 22:56:03 v3.0.0-dev.2 22:56:03 v3.0.0-dev.3 22:56:03 v3.0.0-dev.4 22:56:03 v3.0.0-dev.5 22:56:03 v3.0.0-dev.6 22:56:03 v3.0.0-dev.7 22:56:03 v3.0.0-dev.8 22:56:03 v3.0.0-dev.9 [Pipeline] sh 22:56:04 + lftools sign git-tag v3.0.0-dev.9 22:56:04 Signing Git tag with Sigul... 22:56:04 Signing v3.0.0-dev.9 [Pipeline] echo 22:56:05 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:56:05 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:56:05 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:56:05 $ docker stop --time=1 917d5f0aa814b7e40ea3cf6b3fa0d6b041fd71584b7c2a4626ff8b364fed2495 22:56:06 $ docker rm -f --volumes 917d5f0aa814b7e40ea3cf6b3fa0d6b041fd71584b7c2a4626ff8b364fed2495 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 22:56:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:56:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:56:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:56:07 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:56:07 $ 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 22:56:07 $ docker top d69169cd545741d995764c996e5f376d7264dbce3d51f2b97322ca96cc4a575b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:56:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:07 [ssh-agent] Looking for ssh-agent implementation... 22:56:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:07 $ docker exec d69169cd545741d995764c996e5f376d7264dbce3d51f2b97322ca96cc4a575b ssh-agent 22:56:08 SSH_AUTH_SOCK=/tmp/ssh-zVCgWqYoyGgR/agent.32 22:56:08 SSH_AGENT_PID=38 22:56:08 Running ssh-add (command line suppressed) 22:56:08 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7549043499699715184.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7549043499699715184.key) 22:56:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:08 + git semver bump pre 22:56:08 2023-02-07 22:56:08,727 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:56:08 2023-02-07 22:56:08,727 [bump_version] DEBUG bumping version:3.0.0-dev.9 on axis:pre with prefix:dev 22:56:08 2023-02-07 22:56:08,727 [bump_version] DEBUG bumped version:3.0.0-dev.10 22:56:08 2023-02-07 22:56:08,727 [write_version] DEBUG write version:3.0.0-dev.10 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True 22:56:08 2023-02-07 22:56:08,727 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:56:08 2023-02-07 22:56:08,728 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:56:08 2023-02-07 22:56:08,730 [execute] INFO git cat-file --batch-check 22:56:08 2023-02-07 22:56:08,730 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:56:08 2023-02-07 22:56:08,736 [execute] INFO git cat-file --batch 22:56:08 2023-02-07 22:56:08,736 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:56:08 2023-02-07 22:56:08,742 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:56:08 3.0.0-dev.10 [Pipeline] } 22:56:08 $ docker exec --env ******** --env ******** d69169cd545741d995764c996e5f376d7264dbce3d51f2b97322ca96cc4a575b ssh-agent -k 22:56:08 unset SSH_AUTH_SOCK; 22:56:08 unset SSH_AGENT_PID; 22:56:08 echo Agent pid 38 killed; 22:56:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:09 + git semver [Pipeline] } 22:56:09 $ docker stop --time=1 d69169cd545741d995764c996e5f376d7264dbce3d51f2b97322ca96cc4a575b 22:56:10 $ docker rm -f --volumes d69169cd545741d995764c996e5f376d7264dbce3d51f2b97322ca96cc4a575b [Pipeline] // withDockerContainer [Pipeline] sh 22:56:11 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 22:56:11 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 22:56:11 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:56:11 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:56:11 $ 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 22:56:11 $ docker top 655060eabe6fa3d4a725c889a07faf4cdd2635f13621cd00c693351101c1c5bc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:56:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:11 [ssh-agent] Looking for ssh-agent implementation... 22:56:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:12 $ docker exec 655060eabe6fa3d4a725c889a07faf4cdd2635f13621cd00c693351101c1c5bc ssh-agent 22:56:12 SSH_AUTH_SOCK=/tmp/ssh-1RiB0aPHTqnO/agent.31 22:56:12 SSH_AGENT_PID=37 22:56:12 Running ssh-add (command line suppressed) 22:56:12 Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3887829323735259255.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3887829323735259255.key) 22:56:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:12 + git semver push 22:56:12 2023-02-07 22:56:12,694 [run_push] DEBUG push 22:56:12 2023-02-07 22:56:12,694 [execute] INFO git cat-file --batch-check 22:56:12 2023-02-07 22:56:12,695 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) 22:56:12 2023-02-07 22:56:12,699 [execute] INFO git rev-list 9e2fb2c95e5d1ff9eaced5838a9e93e775fc70cf -- 22:56:12 2023-02-07 22:56:12,699 [execute] DEBUG Popen(['git', 'rev-list', '9e2fb2c95e5d1ff9eaced5838a9e93e775fc70cf', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:56:12 2023-02-07 22:56:12,707 [execute] INFO git fetch -v origin 22:56:12 2023-02-07 22:56:12,708 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) 22:56:13 2023-02-07 22:56:13,295 [run_push] DEBUG no remote changes detected 22:56:13 2023-02-07 22:56:13,295 [execute] INFO git push origin semver 22:56:13 2023-02-07 22:56:13,296 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) 22:56:14 2023-02-07 22:56:14,164 [run_push] DEBUG push all version tags 22:56:14 2023-02-07 22:56:14,165 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 22:56:14 2023-02-07 22:56:14,165 [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) 22:56:15 2023-02-07 22:56:15,002 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main 22:56:15 3.0.0-dev.10 [Pipeline] } 22:56:15 $ docker exec --env ******** --env ******** 655060eabe6fa3d4a725c889a07faf4cdd2635f13621cd00c693351101c1c5bc ssh-agent -k 22:56:15 unset SSH_AUTH_SOCK; 22:56:15 unset SSH_AGENT_PID; 22:56:15 echo Agent pid 37 killed; 22:56:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:15 + git semver [Pipeline] } 22:56:16 $ docker stop --time=1 655060eabe6fa3d4a725c889a07faf4cdd2635f13621cd00c693351101c1c5bc 22:56:17 $ docker rm -f --volumes 655060eabe6fa3d4a725c889a07faf4cdd2635f13621cd00c693351101c1c5bc [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 22:56:17 + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] 22:56:17 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 22:56:17 total 16 22:56:17 drwxr-xr-x 3 root root 4096 Feb 7 22:47 . 22:56:17 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:56 .. 22:56:17 drwxr-xr-x 2 root root 4096 Feb 7 22:47 cost 22:56:17 -rw-r--r-- 1 root root 88 Feb 7 22:47 cost.csv 22:56:17 + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives 22:56:17 + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives 22:56:17 total 16 22:56:17 drwxr-xr-x 3 jenkins jenkins 4096 Feb 7 22:47 . 22:56:17 drwxrwxr-x 10 jenkins jenkins 4096 Feb 7 22:56 .. 22:56:17 drwxr-xr-x 2 jenkins jenkins 4096 Feb 7 22:47 cost 22:56:17 -rw-r--r-- 1 jenkins jenkins 88 Feb 7 22:47 cost.csv [Pipeline] libraryResource [Pipeline] sh 22:56:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:56:19 ---> package-listing.sh 22:56:19 ++ facter osfamily 22:56:19 ++ tr '[:upper:]' '[:lower:]' 22:56:19 + OS_FAMILY=debian 22:56:19 + workspace=/w/workspace/exfoundry_device-virtual-go_main 22:56:19 + START_PACKAGES=/tmp/packages_start.txt 22:56:19 + END_PACKAGES=/tmp/packages_end.txt 22:56:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:56:19 + PACKAGES=/tmp/packages_start.txt 22:56:19 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 22:56:19 + PACKAGES=/tmp/packages_end.txt 22:56:19 + case "${OS_FAMILY}" in 22:56:19 + dpkg -l 22:56:19 + grep '^ii' 22:56:19 + '[' -f /tmp/packages_start.txt ']' 22:56:19 + '[' -f /tmp/packages_end.txt ']' 22:56:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:56:19 + '[' /w/workspace/exfoundry_device-virtual-go_main ']' 22:56:19 + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ 22:56:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo 22:56:19 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 22:56:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 22:56:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 22:56:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 22:56:20 prd-ubuntu20.04-docker-8c-8g-5002 does not seem to be running inside a container 22:56:20 $ 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 22:56:20 $ docker top d8cce87281e760dfcdfb297aec53cf932f35b4c8a6281eb2f180bae0fd121218 -eo pid,comm [Pipeline] { [Pipeline] sh 22:56:20 + touch /tmp/pre-build-complete [Pipeline] sh 22:56:21 + mkdir -p /var/log/sysstat [Pipeline] sh 22:56:21 + ls /var/log/sa-host 22:56:21 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:56:21 provisioning config files... 22:56:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13906309358369067889tmp [Pipeline] { [Pipeline] echo 22:56:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:56:21 ---> create-netrc.sh [Pipeline] } 22:56:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 22:56:22 ---> python-tools-install.sh [Pipeline] echo 22:56:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:56:22 ---> sudo-logs.sh 22:56:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:56:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:56:22 ---> job-cost.sh 22:56:22 lf-activate-venv: SKIPPING 22:56:22 DEBUG: total: 0.2199999988079071 22:56:22 INFO: Retrieving Stack Cost... 22:56:24 INFO: Retrieving Pricing Info for: v3-standard-8 22:56:24 INFO: Archiving Costs [Pipeline] echo 22:56:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:56:24 ---> logs-deploy.sh 22:56:24 lf-activate-venv: SKIPPING 22:56:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/80 22:56:24 INFO: archiving workspace using pattern(s): 22:56:25 Archives upload complete. 22:56:25 INFO: archiving logs to Nexus