Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6a12b3cbdde77164eea8659b975df68ff4f52f5c 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-ssh8688248133051441869.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh15694952455052976423.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 2c432abcf2d142718d3fe157e81a44428d9b823e 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-ssh5796740741591426603.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c432abcf2d142718d3fe157e81a44428d9b823e (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c432abcf2d142718d3fe157e81a44428d9b823e # timeout=10 Commit message: "Merge pull request #406 from ernestojeda/go.18-debug" > 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-ssh13438696299255549548.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d 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-ssh895957245956643438.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 2ebbc55eab71e191b38dc3bff9bc5b1b552b008d # timeout=10 Commit message: "Merge changes Iad18a535,I8019d0c0" > 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 Running on prd-ubuntu20.04-docker-8c-8g-22593 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 6a12b3cbdde77164eea8659b975df68ff4f52f5c (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 6a12b3cbdde77164eea8659b975df68ff4f52f5c # timeout=10 Commit message: "build(snap): Upgrade snap hook to 2.4.1 (#300)" > git rev-list --no-walk b155924b7e348e7f4c6bc2e32e3176dc0fde7f12 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-08-12T07:10:42.462Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-08-12T07:10:42.515Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-08-12T07:10:42.531Z] ========================================================= [2022-08-12T07:10:42.531Z] EdgeX Global Pipelines Version Info [2022-08-12T07:10:42.531Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:10:43.300Z] ------------------- [2022-08-12T07:10:43.301Z] stable info: [2022-08-12T07:10:43.301Z] ------------------- [2022-08-12T07:10:43.301Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-12T07:10:43.301Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-12T07:10:43.301Z] Message: update stable to v1.0.238 [2022-08-12T07:10:43.875Z] ------------------- [2022-08-12T07:10:43.875Z] experimental info: [2022-08-12T07:10:43.875Z] ------------------- [2022-08-12T07:10:43.875Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-08-12T07:10:43.875Z] Commit SHA: 2c432abcf2d142718d3fe157e81a44428d9b823e [2022-08-12T07:10:43.875Z] Message: update experimental to v1.0.238 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-08-12T07:10:44.054Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2022-08-12T07:10:44.064Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2022-08-12T07:10:44.072Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-08-12T07:10:44.081Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-08-12T07:10:44.096Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-08-12T07:10:44.107Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-08-12T07:10:44.116Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-08-12T07:10:44.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-08-12T07:10:44.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-08-12T07:10:44.141Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-08-12T07:10:44.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-08-12T07:10:44.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2022-08-12T07:10:44.172Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-08-12T07:10:44.181Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-08-12T07:10:44.190Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-08-12T07:10:44.199Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-08-12T07:10:44.207Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-08-12T07:10:44.216Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-08-12T07:10:44.229Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-08-12T07:10:44.237Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-08-12T07:10:44.247Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-08-12T07:10:44.255Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-08-12T07:10:44.263Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-08-12T07:10:44.271Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-08-12T07:10:44.279Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-08-12T07:10:44.290Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-08-12T07:10:44.301Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-08-12T07:10:44.309Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-08-12T07:10:44.317Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-08-12T07:10:44.325Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-08-12T07:10:44.333Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] echo [2022-08-12T07:10:44.342Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a12b3c [Pipeline] echo [2022-08-12T07:10:44.352Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T07:10:44.390Z] provisioning config files... [2022-08-12T07:10:44.404Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8587676597489919208tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:10:44.720Z] ---> docker-login.sh [2022-08-12T07:10:44.720Z] nexus3.edgexfoundry.org:10001 [2022-08-12T07:10:44.983Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:10:45.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:10:45.245Z] Configure a credential helper to remove this warning. See [2022-08-12T07:10:45.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:10:45.245Z] [2022-08-12T07:10:45.245Z] Login Succeeded [2022-08-12T07:10:45.245Z] nexus3.edgexfoundry.org:10002 [2022-08-12T07:10:45.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:10:45.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:10:45.508Z] Configure a credential helper to remove this warning. See [2022-08-12T07:10:45.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:10:45.508Z] [2022-08-12T07:10:45.508Z] Login Succeeded [2022-08-12T07:10:45.508Z] nexus3.edgexfoundry.org:10003 [2022-08-12T07:10:45.508Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:10:45.508Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:10:45.508Z] Configure a credential helper to remove this warning. See [2022-08-12T07:10:45.508Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:10:45.508Z] [2022-08-12T07:10:45.508Z] Login Succeeded [2022-08-12T07:10:45.508Z] nexus3.edgexfoundry.org:10004 [2022-08-12T07:10:45.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:10:45.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:10:45.768Z] Configure a credential helper to remove this warning. See [2022-08-12T07:10:45.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:10:45.768Z] [2022-08-12T07:10:45.768Z] Login Succeeded [2022-08-12T07:10:45.768Z] docker.io [2022-08-12T07:10:45.768Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:10:46.344Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:10:46.344Z] Configure a credential helper to remove this warning. See [2022-08-12T07:10:46.344Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:10:46.344Z] [2022-08-12T07:10:46.344Z] Login Succeeded [2022-08-12T07:10:46.344Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T07:10:46.354Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-08-12T07:10:46.755Z] + git rev-list -1 --merges 6a12b3cbdde77164eea8659b975df68ff4f52f5c~1..6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] echo [2022-08-12T07:10:46.779Z] -----------> git rev-list -1 --merges 6a12b3cbdde77164eea8659b975df68ff4f52f5c~1..6a12b3cbdde77164eea8659b975df68ff4f52f5c 6a12b3cbdde77164eea8659b975df68ff4f52f5c [false] [Pipeline] sh [2022-08-12T07:10:47.072Z] + git log --format=format:%s -1 6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] echo [2022-08-12T07:10:47.089Z] ========================================================= [2022-08-12T07:10:47.089Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-08-12T07:10:47.089Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-12T07:10:47.432Z] + git log --format=format:%s -1 6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] echo [2022-08-12T07:10:47.445Z] [semverPrep] GIT_COMMIT: 6a12b3cbdde77164eea8659b975df68ff4f52f5c, Commit Message: build(snap): Upgrade snap hook to 2.4.1 (#300) [Pipeline] echo [2022-08-12T07:10:47.456Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-08-12T07:10:47.838Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T07:10:47.838Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-08-12T07:10:47.838Z] + [ -e /tmp/ssh_known_hosts ] [2022-08-12T07:10:47.838Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-08-12T07:10:47.838Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-08-12T07:10:47.838Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-08-12T07:10:47.838Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:10:48.271Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T07:10:48.271Z] [2022-08-12T07:10:48.271Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:10:48.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T07:10:48.586Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-08-12T07:10:48.586Z] b85a868b505f: Pulling fs layer [2022-08-12T07:10:48.586Z] e2be974225ed: Pulling fs layer [2022-08-12T07:10:48.586Z] 339a4e72a1f5: Pulling fs layer [2022-08-12T07:10:48.586Z] 988bab9f4d93: Pulling fs layer [2022-08-12T07:10:48.586Z] 1469e6f7b9e6: Pulling fs layer [2022-08-12T07:10:48.586Z] eaf3925da568: Pulling fs layer [2022-08-12T07:10:48.586Z] bab4dde63d76: Pulling fs layer [2022-08-12T07:10:48.586Z] bde34c3a00c8: Pulling fs layer [2022-08-12T07:10:48.586Z] b352a97aabf1: Pulling fs layer [2022-08-12T07:10:48.586Z] 4872d77fe225: Pulling fs layer [2022-08-12T07:10:48.586Z] 5851b861e8e6: Pulling fs layer [2022-08-12T07:10:48.586Z] bde34c3a00c8: Waiting [2022-08-12T07:10:48.586Z] b352a97aabf1: Waiting [2022-08-12T07:10:48.586Z] 1469e6f7b9e6: Waiting [2022-08-12T07:10:48.586Z] eaf3925da568: Waiting [2022-08-12T07:10:48.586Z] 4872d77fe225: Waiting [2022-08-12T07:10:48.586Z] bab4dde63d76: Waiting [2022-08-12T07:10:48.586Z] 5851b861e8e6: Waiting [2022-08-12T07:10:48.586Z] e2be974225ed: Download complete [2022-08-12T07:10:48.586Z] 988bab9f4d93: Verifying Checksum [2022-08-12T07:10:48.586Z] 988bab9f4d93: Download complete [2022-08-12T07:10:48.847Z] 1469e6f7b9e6: Verifying Checksum [2022-08-12T07:10:48.847Z] 1469e6f7b9e6: Download complete [2022-08-12T07:10:48.847Z] 339a4e72a1f5: Verifying Checksum [2022-08-12T07:10:48.847Z] 339a4e72a1f5: Download complete [2022-08-12T07:10:48.847Z] eaf3925da568: Verifying Checksum [2022-08-12T07:10:48.847Z] eaf3925da568: Download complete [2022-08-12T07:10:48.847Z] bde34c3a00c8: Download complete [2022-08-12T07:10:48.847Z] b352a97aabf1: Verifying Checksum [2022-08-12T07:10:48.847Z] b352a97aabf1: Download complete [2022-08-12T07:10:48.847Z] 4872d77fe225: Verifying Checksum [2022-08-12T07:10:48.847Z] 4872d77fe225: Download complete [2022-08-12T07:10:48.847Z] 5851b861e8e6: Verifying Checksum [2022-08-12T07:10:48.847Z] 5851b861e8e6: Download complete [2022-08-12T07:10:48.847Z] b85a868b505f: Verifying Checksum [2022-08-12T07:10:48.847Z] b85a868b505f: Download complete [2022-08-12T07:10:49.107Z] bab4dde63d76: Verifying Checksum [2022-08-12T07:10:49.107Z] bab4dde63d76: Download complete [2022-08-12T07:10:50.498Z] b85a868b505f: Pull complete [2022-08-12T07:10:50.498Z] e2be974225ed: Pull complete [2022-08-12T07:10:51.081Z] 339a4e72a1f5: Pull complete [2022-08-12T07:10:51.081Z] 988bab9f4d93: Pull complete [2022-08-12T07:10:51.343Z] 1469e6f7b9e6: Pull complete [2022-08-12T07:10:51.343Z] eaf3925da568: Pull complete [2022-08-12T07:10:53.888Z] bab4dde63d76: Pull complete [2022-08-12T07:10:53.888Z] bde34c3a00c8: Pull complete [2022-08-12T07:10:53.888Z] b352a97aabf1: Pull complete [2022-08-12T07:10:53.888Z] 4872d77fe225: Pull complete [2022-08-12T07:10:53.888Z] 5851b861e8e6: Pull complete [2022-08-12T07:10:53.888Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-08-12T07:10:53.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T07:10:53.888Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:10:53.999Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:10:54.043Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-12T07:10:55.656Z] $ docker top 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 -eo pid,comm [2022-08-12T07:10:55.732Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-08-12T07:10:55.732Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T07:10:55.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T07:10:55.780Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T07:10:55.921Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T07:10:55.923Z] $ docker exec 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 ssh-agent [2022-08-12T07:10:56.056Z] SSH_AUTH_SOCK=/tmp/ssh-igxYZVVrvr1N/agent.33 [2022-08-12T07:10:56.056Z] SSH_AGENT_PID=39 [2022-08-12T07:10:56.063Z] Running ssh-add (command line suppressed) [2022-08-12T07:10:56.178Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2216682003953906600.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2216682003953906600.key) [2022-08-12T07:10:56.195Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T07:10:56.489Z] + git tag --points-at HEAD [Pipeline] } [2022-08-12T07:10:56.507Z] $ docker exec --env ******** --env ******** 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 ssh-agent -k [2022-08-12T07:10:56.626Z] unset SSH_AUTH_SOCK; [2022-08-12T07:10:56.627Z] unset SSH_AGENT_PID; [2022-08-12T07:10:56.627Z] echo Agent pid 39 killed; [2022-08-12T07:10:56.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-08-12T07:10:56.674Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T07:10:56.674Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T07:10:56.812Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T07:10:56.816Z] $ docker exec 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 ssh-agent [2022-08-12T07:10:56.958Z] SSH_AUTH_SOCK=/tmp/ssh-wDlJbvz4DNF9/agent.71 [2022-08-12T07:10:56.958Z] SSH_AGENT_PID=77 [2022-08-12T07:10:56.965Z] Running ssh-add (command line suppressed) [2022-08-12T07:10:57.101Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5975738357414097803.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5975738357414097803.key) [2022-08-12T07:10:57.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T07:10:57.419Z] + git semver init [2022-08-12T07:10:57.682Z] 2022-08-12 07:10:57,638 [run_init] DEBUG init version:0.0.0 force:False [2022-08-12T07:10:57.682Z] 2022-08-12 07:10:57,639 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2022-08-12T07:10:57.682Z] 2022-08-12 07:10:57,639 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2022-08-12T07:10:57.682Z] 2022-08-12 07:10:57,640 [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) [2022-08-12T07:10:58.635Z] 2022-08-12 07:10:58,617 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2022-08-12T07:10:58.635Z] 2022-08-12 07:10:58,617 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2022-08-12T07:10:58.636Z] 2022-08-12 07:10:58,618 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:10:58.636Z] 2022-08-12 07:10:58,618 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:10:58.636Z] 2.3.0-dev.12 [Pipeline] } [2022-08-12T07:10:58.912Z] $ docker exec --env ******** --env ******** 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 ssh-agent -k [2022-08-12T07:10:59.042Z] unset SSH_AUTH_SOCK; [2022-08-12T07:10:59.042Z] unset SSH_AGENT_PID; [2022-08-12T07:10:59.042Z] echo Agent pid 77 killed; [2022-08-12T07:10:59.056Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T07:10:59.375Z] + git semver [Pipeline] } [2022-08-12T07:10:59.652Z] $ docker stop --time=1 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 [2022-08-12T07:11:00.966Z] $ docker rm -f 5cc6f4e7fc9eca9ae2c7f04e74837a093afb74061259ba6e3480c43828125f82 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T07:11:01.320Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-08-12T07:11:01.601Z] Stashed 1 file(s) [Pipeline] echo [2022-08-12T07:11:01.605Z] [edgeXSemver]: initialized semver on version 2.3.0-dev.12 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T07:11:01.713Z] provisioning config files... [2022-08-12T07:11:01.722Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6633419844183797205tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:11:02.034Z] ---> docker-login.sh [2022-08-12T07:11:02.034Z] nexus3.edgexfoundry.org:10001 [2022-08-12T07:11:02.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:11:02.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:11:02.034Z] Configure a credential helper to remove this warning. See [2022-08-12T07:11:02.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:11:02.034Z] [2022-08-12T07:11:02.034Z] Login Succeeded [2022-08-12T07:11:02.034Z] nexus3.edgexfoundry.org:10002 [2022-08-12T07:11:02.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:11:02.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:11:02.298Z] Configure a credential helper to remove this warning. See [2022-08-12T07:11:02.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:11:02.298Z] [2022-08-12T07:11:02.298Z] Login Succeeded [2022-08-12T07:11:02.298Z] nexus3.edgexfoundry.org:10003 [2022-08-12T07:11:02.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:11:02.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:11:02.298Z] Configure a credential helper to remove this warning. See [2022-08-12T07:11:02.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:11:02.298Z] [2022-08-12T07:11:02.298Z] Login Succeeded [2022-08-12T07:11:02.298Z] nexus3.edgexfoundry.org:10004 [2022-08-12T07:11:02.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:11:02.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:11:02.559Z] Configure a credential helper to remove this warning. See [2022-08-12T07:11:02.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:11:02.559Z] [2022-08-12T07:11:02.559Z] Login Succeeded [2022-08-12T07:11:02.559Z] docker.io [2022-08-12T07:11:02.559Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:11:02.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:11:02.821Z] Configure a credential helper to remove this warning. See [2022-08-12T07:11:02.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:11:02.821Z] [2022-08-12T07:11:02.821Z] Login Succeeded [2022-08-12T07:11:02.821Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T07:11:02.831Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-12T07:11:02.895Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T07:11:02.907Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T07:11:02.913Z] ========================================================= [2022-08-12T07:11:02.913Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2022-08-12T07:11:02.913Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:11:03.238Z] + 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 . [2022-08-12T07:11:03.239Z] Sending build context to Docker daemon 23.08MB [2022-08-12T07:11:03.239Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-12T07:11:03.239Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-12T07:11:03.499Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2022-08-12T07:11:03.499Z] 2408cc74d12b: Pulling fs layer [2022-08-12T07:11:03.499Z] ea60b727a1ce: Pulling fs layer [2022-08-12T07:11:03.499Z] 30c4a7721957: Pulling fs layer [2022-08-12T07:11:03.499Z] 370296b7ddb6: Pulling fs layer [2022-08-12T07:11:03.499Z] 7c6cee850709: Pulling fs layer [2022-08-12T07:11:03.499Z] 39a5fcdaea64: Pulling fs layer [2022-08-12T07:11:03.499Z] d94ebbe4e438: Pulling fs layer [2022-08-12T07:11:03.499Z] bcfd1f05c69d: Pulling fs layer [2022-08-12T07:11:03.499Z] 59ccb84bbe0f: Pulling fs layer [2022-08-12T07:11:03.499Z] 370296b7ddb6: Waiting [2022-08-12T07:11:03.499Z] 7c6cee850709: Waiting [2022-08-12T07:11:03.499Z] 39a5fcdaea64: Waiting [2022-08-12T07:11:03.499Z] d94ebbe4e438: Waiting [2022-08-12T07:11:03.499Z] bcfd1f05c69d: Waiting [2022-08-12T07:11:03.499Z] 59ccb84bbe0f: Waiting [2022-08-12T07:11:03.499Z] 30c4a7721957: Download complete [2022-08-12T07:11:03.499Z] ea60b727a1ce: Verifying Checksum [2022-08-12T07:11:03.499Z] ea60b727a1ce: Download complete [2022-08-12T07:11:03.499Z] 7c6cee850709: Download complete [2022-08-12T07:11:03.499Z] 39a5fcdaea64: Download complete [2022-08-12T07:11:03.499Z] 2408cc74d12b: Verifying Checksum [2022-08-12T07:11:03.499Z] 2408cc74d12b: Download complete [2022-08-12T07:11:03.499Z] d94ebbe4e438: Verifying Checksum [2022-08-12T07:11:03.499Z] d94ebbe4e438: Download complete [2022-08-12T07:11:03.761Z] 2408cc74d12b: Pull complete [2022-08-12T07:11:03.761Z] ea60b727a1ce: Pull complete [2022-08-12T07:11:03.761Z] 30c4a7721957: Pull complete [2022-08-12T07:11:04.332Z] 370296b7ddb6: Verifying Checksum [2022-08-12T07:11:04.332Z] 370296b7ddb6: Download complete [2022-08-12T07:11:04.332Z] 59ccb84bbe0f: Verifying Checksum [2022-08-12T07:11:04.332Z] 59ccb84bbe0f: Download complete [2022-08-12T07:11:04.332Z] bcfd1f05c69d: Verifying Checksum [2022-08-12T07:11:04.332Z] bcfd1f05c69d: Download complete [2022-08-12T07:11:08.534Z] 370296b7ddb6: Pull complete [2022-08-12T07:11:08.534Z] 7c6cee850709: Pull complete [2022-08-12T07:11:08.795Z] 39a5fcdaea64: Pull complete [2022-08-12T07:11:08.795Z] d94ebbe4e438: Pull complete [2022-08-12T07:11:11.376Z] bcfd1f05c69d: Pull complete [2022-08-12T07:11:11.982Z] 59ccb84bbe0f: Pull complete [2022-08-12T07:11:11.982Z] Digest: sha256:b7a3521351a9cbc7ce2a60b0b0d40edf4ed6cc338df7dc09f1589c9a81f0a497 [2022-08-12T07:11:11.982Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2022-08-12T07:11:11.982Z] ---> a4fb48ad2a94 [2022-08-12T07:11:11.982Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-12T07:11:14.538Z] ---> Running in 66c94641d5f0 [2022-08-12T07:11:14.538Z] Removing intermediate container 66c94641d5f0 [2022-08-12T07:11:14.538Z] ---> dc672db999e9 [2022-08-12T07:11:14.538Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-12T07:11:14.538Z] ---> Running in e8d6b3634f64 [2022-08-12T07:11:14.538Z] Removing intermediate container e8d6b3634f64 [2022-08-12T07:11:14.538Z] ---> 56c817310988 [2022-08-12T07:11:14.538Z] Step 5/12 : WORKDIR /device-virtual-go [2022-08-12T07:11:14.538Z] ---> Running in 04191737b11b [2022-08-12T07:11:14.538Z] Removing intermediate container 04191737b11b [2022-08-12T07:11:14.538Z] ---> 17ff14ed2a0a [2022-08-12T07:11:14.538Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T07:11:14.538Z] ---> Running in ff415f845c4e [2022-08-12T07:11:15.112Z] Removing intermediate container ff415f845c4e [2022-08-12T07:11:15.112Z] ---> 867c2b7f1b01 [2022-08-12T07:11:15.112Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-12T07:11:15.375Z] ---> Running in b159f63c603f [2022-08-12T07:11:15.637Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T07:11:16.585Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T07:11:16.684Z] Still waiting to schedule task [2022-08-12T07:11:16.684Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-22594’ [2022-08-12T07:11:16.846Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-08-12T07:11:16.846Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-08-12T07:11:17.113Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-08-12T07:11:17.113Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-08-12T07:11:17.113Z] Executing busybox-1.35.0-r13.trigger [2022-08-12T07:11:17.113Z] OK: 216 MiB in 55 packages [2022-08-12T07:11:17.685Z] Removing intermediate container b159f63c603f [2022-08-12T07:11:17.685Z] ---> 1dc1326b5da0 [2022-08-12T07:11:17.685Z] Step 8/12 : COPY go.mod vendor* ./ [2022-08-12T07:11:17.945Z] ---> 40c86c2b7227 [2022-08-12T07:11:17.945Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T07:11:17.945Z] ---> Running in 27543eb60bd9 [2022-08-12T07:11:39.950Z] Removing intermediate container 27543eb60bd9 [2022-08-12T07:11:39.950Z] ---> f8dd89e62b0a [2022-08-12T07:11:39.950Z] Step 10/12 : COPY . . [2022-08-12T07:11:39.950Z] ---> 565fe4877b13 [2022-08-12T07:11:39.950Z] Step 11/12 : ARG MAKE='make build' [2022-08-12T07:11:39.950Z] ---> Running in 5bad9fba3a2d [2022-08-12T07:11:39.950Z] Removing intermediate container 5bad9fba3a2d [2022-08-12T07:11:39.950Z] ---> 649591ebbed6 [2022-08-12T07:11:39.950Z] Step 12/12 : RUN $MAKE [2022-08-12T07:11:39.950Z] ---> Running in bafa2ca11c7d [2022-08-12T07:11:39.950Z] noop [2022-08-12T07:11:40.211Z] Removing intermediate container bafa2ca11c7d [2022-08-12T07:11:40.211Z] ---> 64446f41fc58 [2022-08-12T07:11:40.211Z] Successfully built 64446f41fc58 [2022-08-12T07:11:40.211Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:11:40.533Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-12T07:11:40.533Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:11:40.621Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:11:40.658Z] $ 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 ******** ci-base-image-x86_64 cat [2022-08-12T07:11:41.070Z] $ docker top d69b1375507eee264f9dd667863edeaee322e79f89bfd43c05db7f0bdf79f7d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T07:11:41.434Z] + go version [2022-08-12T07:11:41.434Z] go version go1.18.3 linux/amd64 [Pipeline] } [2022-08-12T07:11:41.447Z] $ docker stop --time=1 d69b1375507eee264f9dd667863edeaee322e79f89bfd43c05db7f0bdf79f7d3 [2022-08-12T07:11:42.744Z] $ docker rm -f d69b1375507eee264f9dd667863edeaee322e79f89bfd43c05db7f0bdf79f7d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:11:43.187Z] + docker inspect -f . ci-base-image-x86_64 [2022-08-12T07:11:43.187Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:11:43.272Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:11:43.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -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 ******** ci-base-image-x86_64 cat [2022-08-12T07:11:43.713Z] $ docker top 3bc1ec9aac0079886842e188c530fcdd42baa67d49b5030eb0d204d3f3dd93d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T07:11:44.072Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2022-08-12T07:11:44.377Z] + make test [2022-08-12T07:11:44.377Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-08-12T07:11:44.637Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-08-12T07:11:54.635Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-08-12T07:11:54.896Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.041s coverage: 65.7% of statements [2022-08-12T07:12:01.477Z] 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." [2022-08-12T07:12:01.477Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-12T07:12:04.774Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-12T07:12:04.774Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-12T07:12:04.774Z] ./bin/test-attribution-txt.sh [2022-08-12T07:12:04.774Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-12T07:12:04.774Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-12T07:12:04.774Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-12T07:12:04.788Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-12T07:12:04.803Z] $ docker stop --time=1 3bc1ec9aac0079886842e188c530fcdd42baa67d49b5030eb0d204d3f3dd93d8 [2022-08-12T07:12:06.707Z] $ docker rm -f 3bc1ec9aac0079886842e188c530fcdd42baa67d49b5030eb0d204d3f3dd93d8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T07:12:07.191Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-12T07:12:07.243Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-08-12T07:12:07.791Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-12T07:12:08.080Z] + ls -al . [2022-08-12T07:12:08.080Z] total 192 [2022-08-12T07:12:08.080Z] drwxrwxr-x 9 jenkins jenkins 4096 Aug 12 07:11 . [2022-08-12T07:12:08.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 07:10 .. [2022-08-12T07:12:08.080Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 07:11 .git [2022-08-12T07:12:08.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:10 .github [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 337 Aug 12 07:10 .gitignore [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 12 07:10 .golangci.yml [2022-08-12T07:12:08.080Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 07:10 .semver [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 8152 Aug 12 07:10 Attribution.txt [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 9649 Aug 12 07:10 CHANGELOG.md [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 1978 Aug 12 07:10 Dockerfile [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 12 07:10 GOVERNANCE.md [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 660 Aug 12 07:10 Jenkinsfile [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 12 07:10 LICENSE [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 2248 Aug 12 07:10 Makefile [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 623 Aug 12 07:10 OWNERS.md [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 2914 Aug 12 07:10 README.md [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 12 07:11 VERSION [2022-08-12T07:12:08.080Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 07:10 bin [2022-08-12T07:12:08.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:10 cmd [2022-08-12T07:12:08.080Z] -rw-r--r-- 1 jenkins jenkins 44128 Aug 12 07:11 coverage.out [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 3328 Aug 12 07:10 go.mod [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 36202 Aug 12 07:10 go.sum [2022-08-12T07:12:08.080Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:10 internal [2022-08-12T07:12:08.080Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 07:10 snap [2022-08-12T07:12:08.080Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 12 07:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:08.447Z] + 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=6a12b3cbdde77164eea8659b975df68ff4f52f5c --label arch=amd64 --label version=2.3.0-dev.12 . [2022-08-12T07:12:08.447Z] Sending build context to Docker daemon 23.13MB [2022-08-12T07:12:08.447Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-08-12T07:12:08.447Z] Step 2/26 : FROM ${BASE} AS builder [2022-08-12T07:12:08.447Z] ---> 64446f41fc58 [2022-08-12T07:12:08.447Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-12T07:12:08.713Z] ---> Running in b7a11084f874 [2022-08-12T07:12:08.976Z] Removing intermediate container b7a11084f874 [2022-08-12T07:12:08.976Z] ---> 626e484bf8b1 [2022-08-12T07:12:08.976Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-08-12T07:12:08.976Z] ---> Running in f854345da50e [2022-08-12T07:12:09.240Z] Removing intermediate container f854345da50e [2022-08-12T07:12:09.240Z] ---> d2c34812670c [2022-08-12T07:12:09.240Z] Step 5/26 : WORKDIR /device-virtual-go [2022-08-12T07:12:09.240Z] ---> Running in fc6d4679a7be [2022-08-12T07:12:09.240Z] Removing intermediate container fc6d4679a7be [2022-08-12T07:12:09.240Z] ---> de3bf4a14c24 [2022-08-12T07:12:09.240Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T07:12:09.240Z] ---> Running in eec92f86a678 [2022-08-12T07:12:09.812Z] Removing intermediate container eec92f86a678 [2022-08-12T07:12:09.812Z] ---> 451635fca34f [2022-08-12T07:12:09.812Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-12T07:12:10.073Z] ---> Running in d97a62afc4a8 [2022-08-12T07:12:10.336Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T07:12:11.279Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T07:12:11.541Z] OK: 216 MiB in 55 packages [2022-08-12T07:12:11.802Z] Removing intermediate container d97a62afc4a8 [2022-08-12T07:12:11.802Z] ---> 46bb33664c3d [2022-08-12T07:12:11.802Z] Step 8/26 : COPY go.mod vendor* ./ [2022-08-12T07:12:12.063Z] ---> 8e0ec37079e1 [2022-08-12T07:12:12.063Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T07:12:12.063Z] ---> Running in 6db51ce4aedc [2022-08-12T07:12:12.639Z] Removing intermediate container 6db51ce4aedc [2022-08-12T07:12:12.639Z] ---> bef8246a3789 [2022-08-12T07:12:12.639Z] Step 10/26 : COPY . . [2022-08-12T07:12:13.210Z] ---> ca1375ec00cc [2022-08-12T07:12:13.210Z] Step 11/26 : ARG MAKE='make build' [2022-08-12T07:12:13.470Z] ---> Running in 3875b7b821fc [2022-08-12T07:12:13.471Z] Removing intermediate container 3875b7b821fc [2022-08-12T07:12:13.471Z] ---> 64e8113d9a2b [2022-08-12T07:12:13.471Z] Step 12/26 : RUN $MAKE [2022-08-12T07:12:13.471Z] ---> Running in bc146a6645ba [2022-08-12T07:12:13.730Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.12" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2022-08-12T07:12:35.713Z] Removing intermediate container bc146a6645ba [2022-08-12T07:12:35.713Z] ---> 0167d68d63fb [2022-08-12T07:12:35.713Z] Step 13/26 : FROM alpine:3.16 [2022-08-12T07:12:35.713Z] 3.16: Pulling from library/alpine [2022-08-12T07:12:35.713Z] 213ec9aee27d: Pulling fs layer [2022-08-12T07:12:35.713Z] 213ec9aee27d: Verifying Checksum [2022-08-12T07:12:35.713Z] 213ec9aee27d: Download complete [2022-08-12T07:12:35.713Z] 213ec9aee27d: Pull complete [2022-08-12T07:12:35.713Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T07:12:35.713Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T07:12:35.713Z] ---> 9c6f07244728 [2022-08-12T07:12:35.713Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-08-12T07:12:35.713Z] ---> Running in b038b472013d [2022-08-12T07:12:35.713Z] Removing intermediate container b038b472013d [2022-08-12T07:12:35.713Z] ---> 0a3080ee9fdc [2022-08-12T07:12:35.713Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T07:12:35.713Z] ---> Running in 54f792f58ce9 [2022-08-12T07:12:35.975Z] Removing intermediate container 54f792f58ce9 [2022-08-12T07:12:35.975Z] ---> c5da965d4acd [2022-08-12T07:12:35.975Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-12T07:12:35.975Z] ---> Running in b897141d4f7f [2022-08-12T07:12:36.236Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2022-08-12T07:12:37.179Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2022-08-12T07:12:37.440Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-12T07:12:37.440Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T07:12:37.440Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-12T07:12:37.700Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T07:12:37.700Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-12T07:12:37.961Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-12T07:12:37.961Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T07:12:37.961Z] OK: 8 MiB in 20 packages [2022-08-12T07:12:38.222Z] Removing intermediate container b897141d4f7f [2022-08-12T07:12:38.222Z] ---> 20d6a2592e2a [2022-08-12T07:12:38.222Z] Step 17/26 : WORKDIR / [2022-08-12T07:12:38.222Z] ---> Running in 7b4cf3fe65a8 [2022-08-12T07:12:38.483Z] Removing intermediate container 7b4cf3fe65a8 [2022-08-12T07:12:38.483Z] ---> f2b3958cf81f [2022-08-12T07:12:38.483Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-08-12T07:12:38.483Z] ---> b1bddc799b35 [2022-08-12T07:12:38.483Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2022-08-12T07:12:38.743Z] ---> d801dbcea477 [2022-08-12T07:12:38.743Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2022-08-12T07:12:39.319Z] ---> 03b859d0d787 [2022-08-12T07:12:39.319Z] Step 21/26 : EXPOSE 59900 [2022-08-12T07:12:39.319Z] ---> Running in 1d1991ec88d5 [2022-08-12T07:12:39.580Z] Removing intermediate container 1d1991ec88d5 [2022-08-12T07:12:39.580Z] ---> d5247bc3a6e3 [2022-08-12T07:12:39.580Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2022-08-12T07:12:39.580Z] ---> Running in 0e8dc5678cca [2022-08-12T07:12:39.580Z] Removing intermediate container 0e8dc5678cca [2022-08-12T07:12:39.580Z] ---> 4c2ac6bf04a2 [2022-08-12T07:12:39.580Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T07:12:39.841Z] ---> Running in e1558c09e319 [2022-08-12T07:12:39.841Z] Removing intermediate container e1558c09e319 [2022-08-12T07:12:39.841Z] ---> 4835654f9408 [2022-08-12T07:12:39.841Z] Step 24/26 : LABEL arch=amd64 [2022-08-12T07:12:39.841Z] ---> Running in a170c095b7eb [2022-08-12T07:12:39.841Z] Removing intermediate container a170c095b7eb [2022-08-12T07:12:39.841Z] ---> d6991f992f65 [2022-08-12T07:12:39.841Z] Step 25/26 : LABEL git_sha=6a12b3cbdde77164eea8659b975df68ff4f52f5c [2022-08-12T07:12:40.101Z] ---> Running in 70177bc266cd [2022-08-12T07:12:40.101Z] Removing intermediate container 70177bc266cd [2022-08-12T07:12:40.101Z] ---> 6efe3962b05a [2022-08-12T07:12:40.101Z] Step 26/26 : LABEL version=2.3.0-dev.12 [2022-08-12T07:12:40.101Z] ---> Running in 97017adf1f82 [2022-08-12T07:12:40.101Z] Removing intermediate container 97017adf1f82 [2022-08-12T07:12:40.101Z] ---> 56379318eb8d [2022-08-12T07:12:40.101Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-12T07:12:40.101Z] Successfully built 56379318eb8d [2022-08-12T07:12:40.101Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T07:12:40.198Z] provisioning config files... [2022-08-12T07:12:40.208Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6282770623331669779tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:12:40.526Z] ---> docker-login.sh [2022-08-12T07:12:40.526Z] nexus3.edgexfoundry.org:10001 [2022-08-12T07:12:40.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:12:40.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:12:40.526Z] Configure a credential helper to remove this warning. See [2022-08-12T07:12:40.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:12:40.526Z] [2022-08-12T07:12:40.526Z] Login Succeeded [2022-08-12T07:12:40.526Z] nexus3.edgexfoundry.org:10002 [2022-08-12T07:12:40.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:12:40.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:12:40.787Z] Configure a credential helper to remove this warning. See [2022-08-12T07:12:40.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:12:40.787Z] [2022-08-12T07:12:40.787Z] Login Succeeded [2022-08-12T07:12:40.787Z] nexus3.edgexfoundry.org:10003 [2022-08-12T07:12:40.787Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:12:40.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:12:40.787Z] Configure a credential helper to remove this warning. See [2022-08-12T07:12:40.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:12:40.787Z] [2022-08-12T07:12:40.787Z] Login Succeeded [2022-08-12T07:12:40.787Z] nexus3.edgexfoundry.org:10004 [2022-08-12T07:12:41.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:12:41.047Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:12:41.047Z] Configure a credential helper to remove this warning. See [2022-08-12T07:12:41.047Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:12:41.047Z] [2022-08-12T07:12:41.047Z] Login Succeeded [2022-08-12T07:12:41.047Z] docker.io [2022-08-12T07:12:41.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:12:41.307Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:12:41.307Z] Configure a credential helper to remove this warning. See [2022-08-12T07:12:41.307Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:12:41.307Z] [2022-08-12T07:12:41.307Z] Login Succeeded [2022-08-12T07:12:41.307Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T07:12:41.316Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T07:12:41.348Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T07:12:41.378Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2022-08-12T07:12:41.378Z] 6a12b3cbdde77164eea8659b975df68ff4f52f5c [2022-08-12T07:12:41.378Z] latest [2022-08-12T07:12:41.378Z] 2.3.0-dev.12 [2022-08-12T07:12:41.378Z] 6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [2022-08-12T07:12:41.378Z] main [2022-08-12T07:12:41.378Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:41.707Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:42.033Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c [2022-08-12T07:12:42.033Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-12T07:12:42.033Z] 1c3aa5bae0de: Preparing [2022-08-12T07:12:42.033Z] cee3bece40f7: Preparing [2022-08-12T07:12:42.033Z] bf24780ce030: Preparing [2022-08-12T07:12:42.033Z] 1059d2425986: Preparing [2022-08-12T07:12:42.033Z] 45444a397be6: Preparing [2022-08-12T07:12:42.033Z] 994393dc58e7: Preparing [2022-08-12T07:12:42.033Z] 994393dc58e7: Waiting [2022-08-12T07:12:42.033Z] bf24780ce030: Pushed [2022-08-12T07:12:42.033Z] cee3bece40f7: Pushed [2022-08-12T07:12:42.033Z] 45444a397be6: Pushed [2022-08-12T07:12:42.033Z] 994393dc58e7: Layer already exists [2022-08-12T07:12:42.415Z] 1059d2425986: Pushed [2022-08-12T07:12:45.053Z] 1c3aa5bae0de: Pushed [2022-08-12T07:12:45.053Z] 6a12b3cbdde77164eea8659b975df68ff4f52f5c: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:45.377Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:45.688Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2022-08-12T07:12:45.689Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-12T07:12:45.689Z] 1c3aa5bae0de: Preparing [2022-08-12T07:12:45.689Z] cee3bece40f7: Preparing [2022-08-12T07:12:45.689Z] bf24780ce030: Preparing [2022-08-12T07:12:45.689Z] 1059d2425986: Preparing [2022-08-12T07:12:45.689Z] 45444a397be6: Preparing [2022-08-12T07:12:45.689Z] 994393dc58e7: Preparing [2022-08-12T07:12:45.689Z] 994393dc58e7: Waiting [2022-08-12T07:12:45.689Z] cee3bece40f7: Layer already exists [2022-08-12T07:12:45.689Z] 1059d2425986: Layer already exists [2022-08-12T07:12:45.689Z] 1c3aa5bae0de: Layer already exists [2022-08-12T07:12:45.689Z] bf24780ce030: Layer already exists [2022-08-12T07:12:45.689Z] 45444a397be6: Layer already exists [2022-08-12T07:12:45.689Z] 994393dc58e7: Layer already exists [2022-08-12T07:12:45.689Z] latest: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:46.008Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:46.332Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.12 [2022-08-12T07:12:46.332Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-12T07:12:46.332Z] 1c3aa5bae0de: Preparing [2022-08-12T07:12:46.332Z] cee3bece40f7: Preparing [2022-08-12T07:12:46.332Z] bf24780ce030: Preparing [2022-08-12T07:12:46.332Z] 1059d2425986: Preparing [2022-08-12T07:12:46.332Z] 45444a397be6: Preparing [2022-08-12T07:12:46.332Z] 994393dc58e7: Preparing [2022-08-12T07:12:46.332Z] 994393dc58e7: Waiting [2022-08-12T07:12:46.332Z] 1c3aa5bae0de: Layer already exists [2022-08-12T07:12:46.332Z] 1059d2425986: Layer already exists [2022-08-12T07:12:46.332Z] 45444a397be6: Layer already exists [2022-08-12T07:12:46.332Z] bf24780ce030: Layer already exists [2022-08-12T07:12:46.332Z] cee3bece40f7: Layer already exists [2022-08-12T07:12:46.332Z] 994393dc58e7: Layer already exists [2022-08-12T07:12:46.332Z] 2.3.0-dev.12: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:46.656Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:46.980Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [2022-08-12T07:12:46.980Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-12T07:12:46.980Z] 1c3aa5bae0de: Preparing [2022-08-12T07:12:46.980Z] cee3bece40f7: Preparing [2022-08-12T07:12:46.980Z] bf24780ce030: Preparing [2022-08-12T07:12:46.980Z] 1059d2425986: Preparing [2022-08-12T07:12:46.980Z] 45444a397be6: Preparing [2022-08-12T07:12:46.980Z] 994393dc58e7: Preparing [2022-08-12T07:12:46.980Z] 994393dc58e7: Waiting [2022-08-12T07:12:46.980Z] 45444a397be6: Layer already exists [2022-08-12T07:12:46.980Z] 1c3aa5bae0de: Layer already exists [2022-08-12T07:12:46.980Z] bf24780ce030: Layer already exists [2022-08-12T07:12:46.980Z] cee3bece40f7: Layer already exists [2022-08-12T07:12:46.980Z] 1059d2425986: Layer already exists [2022-08-12T07:12:46.980Z] 994393dc58e7: Layer already exists [2022-08-12T07:12:46.980Z] 6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:47.316Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:47.634Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2022-08-12T07:12:47.634Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2022-08-12T07:12:47.634Z] 1c3aa5bae0de: Preparing [2022-08-12T07:12:47.634Z] cee3bece40f7: Preparing [2022-08-12T07:12:47.634Z] bf24780ce030: Preparing [2022-08-12T07:12:47.634Z] 1059d2425986: Preparing [2022-08-12T07:12:47.634Z] 45444a397be6: Preparing [2022-08-12T07:12:47.634Z] 994393dc58e7: Preparing [2022-08-12T07:12:47.634Z] 994393dc58e7: Waiting [2022-08-12T07:12:47.634Z] 1059d2425986: Layer already exists [2022-08-12T07:12:47.634Z] bf24780ce030: Layer already exists [2022-08-12T07:12:47.634Z] 1c3aa5bae0de: Layer already exists [2022-08-12T07:12:47.634Z] cee3bece40f7: Layer already exists [2022-08-12T07:12:47.634Z] 45444a397be6: Layer already exists [2022-08-12T07:12:47.634Z] 994393dc58e7: Layer already exists [2022-08-12T07:12:47.634Z] main: digest: sha256:f2b3b4fde0ca46fcf103e54232c8d62bba4701c4ab83b56cb483d3dacb879912 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T07:12:47.688Z] ===================================================== [Pipeline] echo [2022-08-12T07:12:47.697Z] taggedImages: [2022-08-12T07:12:47.697Z] - nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c [2022-08-12T07:12:47.697Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2022-08-12T07:12:47.697Z] - nexus3.edgexfoundry.org:10004/device-virtual:2.3.0-dev.12 [2022-08-12T07:12:47.697Z] - nexus3.edgexfoundry.org:10004/device-virtual:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [2022-08-12T07:12:47.697Z] - 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 [2022-08-12T07:12:48.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T07:12:48.087Z] [2022-08-12T07:12:48.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:12:48.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T07:12:48.391Z] latest: Pulling from edgex-lftools-log-publisher [2022-08-12T07:12:48.391Z] 5eb5b503b376: Pulling fs layer [2022-08-12T07:12:48.391Z] 5c69ac0246d0: Pulling fs layer [2022-08-12T07:12:48.391Z] ec43610c2a17: Pulling fs layer [2022-08-12T07:12:48.391Z] 3a2ae6a8a46f: Pulling fs layer [2022-08-12T07:12:48.391Z] 33b1e0a273af: Pulling fs layer [2022-08-12T07:12:48.391Z] 5d3b04190fa2: Pulling fs layer [2022-08-12T07:12:48.391Z] 2f39f015ded8: Pulling fs layer [2022-08-12T07:12:48.391Z] 33b1e0a273af: Waiting [2022-08-12T07:12:48.391Z] 5d3b04190fa2: Waiting [2022-08-12T07:12:48.391Z] 2f39f015ded8: Waiting [2022-08-12T07:12:48.391Z] 3a2ae6a8a46f: Waiting [2022-08-12T07:12:48.391Z] 5c69ac0246d0: Download complete [2022-08-12T07:12:48.391Z] 3a2ae6a8a46f: Verifying Checksum [2022-08-12T07:12:48.391Z] 3a2ae6a8a46f: Download complete [2022-08-12T07:12:48.391Z] 33b1e0a273af: Verifying Checksum [2022-08-12T07:12:48.391Z] 33b1e0a273af: Download complete [2022-08-12T07:12:48.391Z] ec43610c2a17: Verifying Checksum [2022-08-12T07:12:48.391Z] ec43610c2a17: Download complete [2022-08-12T07:12:48.391Z] 5d3b04190fa2: Download complete [2022-08-12T07:12:48.652Z] 5eb5b503b376: Download complete [2022-08-12T07:12:49.222Z] 2f39f015ded8: Verifying Checksum [2022-08-12T07:12:49.222Z] 2f39f015ded8: Download complete [2022-08-12T07:12:50.163Z] 5eb5b503b376: Pull complete [2022-08-12T07:12:50.163Z] 5c69ac0246d0: Pull complete [2022-08-12T07:12:50.735Z] ec43610c2a17: Pull complete [2022-08-12T07:12:50.735Z] 3a2ae6a8a46f: Pull complete [2022-08-12T07:12:50.994Z] 33b1e0a273af: Pull complete [2022-08-12T07:12:50.994Z] 5d3b04190fa2: Pull complete [2022-08-12T07:12:56.279Z] 2f39f015ded8: Pull complete [2022-08-12T07:12:56.279Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-08-12T07:12:56.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T07:12:56.279Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:12:56.381Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:12:56.419Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-12T07:12:58.726Z] $ docker top 62d024ee83de63660e36ac0f9df5177dd05cc1ae1dc4f1c1311d28eba43258b3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:12:59.138Z] ---> job-cost.sh [2022-08-12T07:12:59.138Z] lf-activate-venv: SKIPPING [2022-08-12T07:12:59.138Z] INFO: No Stack... [2022-08-12T07:12:59.712Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-12T07:13:00.283Z] INFO: Archiving Costs [Pipeline] sh [2022-08-12T07:13:00.577Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2022-08-12T07:13:00.577Z] + cut -d, -f6 [Pipeline] lock [2022-08-12T07:13:00.593Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [2022-08-12T07:13:00.599Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] did not exist. Created. [2022-08-12T07:13:00.600Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-12T07:13:00.909Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-08-12T07:13:00.938Z] Stashed 1 file(s) [Pipeline] } [2022-08-12T07:13:00.944Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-12T07:13:00.964Z] $ docker stop --time=1 62d024ee83de63660e36ac0f9df5177dd05cc1ae1dc4f1c1311d28eba43258b3 [2022-08-12T07:13:02.129Z] $ docker rm -f 62d024ee83de63660e36ac0f9df5177dd05cc1ae1dc4f1c1311d28eba43258b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-08-12T07:14:51.881Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22596 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2022-08-12T07:14:51.894Z] Running in /w/workspace/device-virtual-go/48 [Pipeline] { [Pipeline] checkout [2022-08-12T07:14:51.928Z] The recommended git tool is: git [2022-08-12T07:14:58.818Z] using credential edgex-jenkins-ssh [2022-08-12T07:14:58.852Z] Cloning the remote Git repository [2022-08-12T07:14:58.922Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2022-08-12T07:14:59.010Z] > git init /w/workspace/device-virtual-go/48 # timeout=10 [2022-08-12T07:14:59.092Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2022-08-12T07:14:59.095Z] > git --version # timeout=10 [2022-08-12T07:14:59.123Z] > git --version # 'git version 2.25.1' [2022-08-12T07:14:59.125Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-08-12T07:14:59.187Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-12T07:15:01.200Z] Avoid second fetch [2022-08-12T07:15:01.200Z] Checking out Revision 6a12b3cbdde77164eea8659b975df68ff4f52f5c (main) [2022-08-12T07:15:01.159Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2022-08-12T07:15:01.180Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-08-12T07:15:01.223Z] > git config core.sparsecheckout # timeout=10 [2022-08-12T07:15:01.241Z] > git checkout -f 6a12b3cbdde77164eea8659b975df68ff4f52f5c # timeout=10 [2022-08-12T07:15:05.555Z] Commit message: "build(snap): Upgrade snap hook to 2.4.1 (#300)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-12T07:15:06.498Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-08-12T07:15:06.498Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T07:15:06.498Z] Dload Upload Total Spent Left Speed [2022-08-12T07:15:06.498Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12332 100 12332 0 0 92029 0 --:--:-- --:--:-- --:--:-- 92029 [Pipeline] sh [2022-08-12T07:15:07.225Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-08-12T07:15:07.568Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-08-12T07:15:07.568Z] + sudo tee /etc/docker/daemon.new [2022-08-12T07:15:07.568Z] { [2022-08-12T07:15:07.568Z] "registry-mirrors": [ [2022-08-12T07:15:07.568Z] "https://nexus3.edgexfoundry.org:10001" [2022-08-12T07:15:07.568Z] ], [2022-08-12T07:15:07.568Z] "bip": "10.250.0.254/24", [2022-08-12T07:15:07.568Z] "hosts": [ [2022-08-12T07:15:07.568Z] "tcp://0.0.0.0:5555", [2022-08-12T07:15:07.568Z] "unix:///var/run/docker.sock" [2022-08-12T07:15:07.568Z] ], [2022-08-12T07:15:07.568Z] "mtu": 1458, [2022-08-12T07:15:07.568Z] "selinux-enabled": true, [2022-08-12T07:15:07.568Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-08-12T07:15:07.568Z] } [Pipeline] sh [2022-08-12T07:15:07.914Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-08-12T07:15:08.340Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T07:15:26.730Z] provisioning config files... [2022-08-12T07:15:26.751Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config5358896121522146195tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:15:27.106Z] ---> docker-login.sh [2022-08-12T07:15:27.106Z] nexus3.edgexfoundry.org:10001 [2022-08-12T07:15:27.700Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:15:27.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:15:27.973Z] Configure a credential helper to remove this warning. See [2022-08-12T07:15:27.973Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:15:27.973Z] [2022-08-12T07:15:27.973Z] Login Succeeded [2022-08-12T07:15:27.973Z] nexus3.edgexfoundry.org:10002 [2022-08-12T07:15:28.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:15:28.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:15:28.245Z] Configure a credential helper to remove this warning. See [2022-08-12T07:15:28.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:15:28.245Z] [2022-08-12T07:15:28.245Z] Login Succeeded [2022-08-12T07:15:28.245Z] nexus3.edgexfoundry.org:10003 [2022-08-12T07:15:28.517Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:15:28.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:15:28.791Z] Configure a credential helper to remove this warning. See [2022-08-12T07:15:28.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:15:28.791Z] [2022-08-12T07:15:28.791Z] Login Succeeded [2022-08-12T07:15:28.791Z] nexus3.edgexfoundry.org:10004 [2022-08-12T07:15:29.067Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:15:29.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:15:29.068Z] Configure a credential helper to remove this warning. See [2022-08-12T07:15:29.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:15:29.068Z] [2022-08-12T07:15:29.068Z] Login Succeeded [2022-08-12T07:15:29.068Z] docker.io [2022-08-12T07:15:29.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:15:29.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:15:29.935Z] Configure a credential helper to remove this warning. See [2022-08-12T07:15:29.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:15:29.935Z] [2022-08-12T07:15:29.935Z] Login Succeeded [2022-08-12T07:15:29.935Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T07:15:29.953Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-08-12T07:15:30.386Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T07:15:30.401Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T07:15:30.411Z] ========================================================= [2022-08-12T07:15:30.411Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2022-08-12T07:15:30.411Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:15:30.775Z] + 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 . [2022-08-12T07:15:31.059Z] Sending build context to Docker daemon 11.68MB [2022-08-12T07:15:31.059Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2022-08-12T07:15:31.059Z] Step 2/12 : FROM ${BASE} AS builder [2022-08-12T07:15:31.336Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-08-12T07:15:31.336Z] b3c136eddcbf: Pulling fs layer [2022-08-12T07:15:31.336Z] c0a3192eca97: Pulling fs layer [2022-08-12T07:15:31.336Z] a050256f5b6f: Pulling fs layer [2022-08-12T07:15:31.336Z] 656be50a0ddc: Pulling fs layer [2022-08-12T07:15:31.336Z] 2bbca73fdf42: Pulling fs layer [2022-08-12T07:15:31.336Z] 46d945488cbd: Pulling fs layer [2022-08-12T07:15:31.336Z] 8a5474983e97: Pulling fs layer [2022-08-12T07:15:31.336Z] 329c88fbcd65: Pulling fs layer [2022-08-12T07:15:31.336Z] 656be50a0ddc: Waiting [2022-08-12T07:15:31.336Z] 2bbca73fdf42: Waiting [2022-08-12T07:15:31.336Z] 46d945488cbd: Waiting [2022-08-12T07:15:31.336Z] 8a5474983e97: Waiting [2022-08-12T07:15:31.336Z] 329c88fbcd65: Waiting [2022-08-12T07:15:31.336Z] a050256f5b6f: Verifying Checksum [2022-08-12T07:15:31.336Z] a050256f5b6f: Download complete [2022-08-12T07:15:31.336Z] c0a3192eca97: Download complete [2022-08-12T07:15:31.336Z] 2bbca73fdf42: Verifying Checksum [2022-08-12T07:15:31.336Z] 2bbca73fdf42: Download complete [2022-08-12T07:15:31.336Z] 46d945488cbd: Verifying Checksum [2022-08-12T07:15:31.336Z] 46d945488cbd: Download complete [2022-08-12T07:15:31.336Z] b3c136eddcbf: Verifying Checksum [2022-08-12T07:15:32.335Z] b3c136eddcbf: Pull complete [2022-08-12T07:15:32.335Z] 329c88fbcd65: Verifying Checksum [2022-08-12T07:15:32.335Z] 329c88fbcd65: Download complete [2022-08-12T07:15:32.944Z] c0a3192eca97: Pull complete [2022-08-12T07:15:33.220Z] a050256f5b6f: Pull complete [2022-08-12T07:15:33.494Z] 8a5474983e97: Download complete [2022-08-12T07:15:34.093Z] 656be50a0ddc: Verifying Checksum [2022-08-12T07:15:34.093Z] 656be50a0ddc: Download complete [2022-08-12T07:15:46.514Z] 656be50a0ddc: Pull complete [2022-08-12T07:15:46.514Z] 2bbca73fdf42: Pull complete [2022-08-12T07:15:46.514Z] 46d945488cbd: Pull complete [2022-08-12T07:15:53.237Z] 8a5474983e97: Pull complete [2022-08-12T07:15:54.680Z] 329c88fbcd65: Pull complete [2022-08-12T07:15:54.680Z] Digest: sha256:53af0e8f7504757f555691f1ffb14839a2b3754f429f24055fc4060c6a6ea7d8 [2022-08-12T07:15:54.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2022-08-12T07:15:54.680Z] ---> ff4287adb874 [2022-08-12T07:15:54.680Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-12T07:15:55.283Z] ---> Running in cb3dec3df10f [2022-08-12T07:15:55.557Z] Removing intermediate container cb3dec3df10f [2022-08-12T07:15:55.557Z] ---> 713a68a6caf7 [2022-08-12T07:15:55.557Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2022-08-12T07:15:55.842Z] ---> Running in 428e3e436e38 [2022-08-12T07:15:56.115Z] Removing intermediate container 428e3e436e38 [2022-08-12T07:15:56.116Z] ---> 870a6840f9d1 [2022-08-12T07:15:56.116Z] Step 5/12 : WORKDIR /device-virtual-go [2022-08-12T07:15:56.116Z] ---> Running in e81b2959fb56 [2022-08-12T07:15:56.391Z] Removing intermediate container e81b2959fb56 [2022-08-12T07:15:56.391Z] ---> 0c1123455eb1 [2022-08-12T07:15:56.391Z] Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T07:15:56.391Z] ---> Running in 63630db0df38 [2022-08-12T07:15:58.388Z] Removing intermediate container 63630db0df38 [2022-08-12T07:15:58.388Z] ---> a1e11b196f63 [2022-08-12T07:15:58.388Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-12T07:15:58.388Z] ---> Running in 75935adb5cc3 [2022-08-12T07:15:59.382Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T07:16:00.372Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T07:16:01.350Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2022-08-12T07:16:01.350Z] (2/4) Installing libedit (20210910.3.1-r0) [2022-08-12T07:16:01.350Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2022-08-12T07:16:01.621Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2022-08-12T07:16:01.893Z] Executing busybox-1.35.0-r13.trigger [2022-08-12T07:16:01.893Z] OK: 226 MiB in 55 packages [2022-08-12T07:16:02.868Z] Removing intermediate container 75935adb5cc3 [2022-08-12T07:16:02.868Z] ---> bb7b5b7b41e9 [2022-08-12T07:16:02.868Z] Step 8/12 : COPY go.mod vendor* ./ [2022-08-12T07:16:03.143Z] ---> b503494c23aa [2022-08-12T07:16:03.143Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T07:16:03.143Z] ---> Running in 63c9c6a5a9ab [2022-08-12T07:16:50.141Z] Removing intermediate container 63c9c6a5a9ab [2022-08-12T07:16:50.141Z] ---> c9c80e17a14e [2022-08-12T07:16:50.141Z] Step 10/12 : COPY . . [2022-08-12T07:16:50.141Z] ---> 8bb936f1d8b7 [2022-08-12T07:16:50.141Z] Step 11/12 : ARG MAKE='make build' [2022-08-12T07:16:50.141Z] ---> Running in f32183203704 [2022-08-12T07:16:50.141Z] Removing intermediate container f32183203704 [2022-08-12T07:16:50.141Z] ---> d98ece452be5 [2022-08-12T07:16:50.141Z] Step 12/12 : RUN $MAKE [2022-08-12T07:16:50.141Z] ---> Running in e2b0aaae3560 [2022-08-12T07:16:50.141Z] noop [2022-08-12T07:16:50.413Z] Removing intermediate container e2b0aaae3560 [2022-08-12T07:16:50.413Z] ---> 9163f9d4aa5a [2022-08-12T07:16:50.413Z] Successfully built 9163f9d4aa5a [2022-08-12T07:16:50.413Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:16:50.785Z] + docker inspect -f . ci-base-image-arm64 [2022-08-12T07:16:50.785Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:16:51.025Z] prd-ubuntu20.04-docker-arm64-4c-16g-22596 does not seem to be running inside a container [2022-08-12T07:16:51.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@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 [2022-08-12T07:16:52.343Z] $ docker top 2b87f568f732d5025228cdea74ff7bf67ba66bc0106672bb7034cff15b668bef -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T07:16:53.246Z] + go version [2022-08-12T07:16:53.247Z] go version go1.18.3 linux/arm64 [Pipeline] } [2022-08-12T07:16:53.275Z] $ docker stop --time=1 2b87f568f732d5025228cdea74ff7bf67ba66bc0106672bb7034cff15b668bef [2022-08-12T07:16:54.890Z] $ docker rm -f 2b87f568f732d5025228cdea74ff7bf67ba66bc0106672bb7034cff15b668bef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:16:55.523Z] + docker inspect -f . ci-base-image-arm64 [2022-08-12T07:16:55.523Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:16:55.781Z] prd-ubuntu20.04-docker-arm64-4c-16g-22596 does not seem to be running inside a container [2022-08-12T07:16:55.871Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -w /w/workspace/device-virtual-go/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@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 [2022-08-12T07:16:57.159Z] $ docker top 050070accafd3df970fc4d00ac245ccaf8cedab132fd9e4861cae4a2bdd0975d -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T07:16:58.058Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/48 [Pipeline] fileExists [Pipeline] sh [2022-08-12T07:16:58.739Z] + make test [2022-08-12T07:16:58.739Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out [2022-08-12T07:17:00.194Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2022-08-12T07:18:22.107Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2022-08-12T07:18:22.107Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.133s coverage: 65.7% of statements [2022-08-12T07:18:22.107Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-08-12T07:18:22.107Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2022-08-12T07:18:37.283Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-08-12T07:18:37.283Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-08-12T07:18:37.283Z] ./bin/test-attribution-txt.sh [2022-08-12T07:18:37.283Z] An attribution for github.com/nats-io/nats.go is missing from Attribution.txt, please add [2022-08-12T07:18:37.283Z] An attribution for github.com/nats-io/nkeys is missing from Attribution.txt, please add [2022-08-12T07:18:37.283Z] An attribution for github.com/nats-io/nuid is missing from Attribution.txt, please add [Pipeline] echo [2022-08-12T07:18:37.305Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-08-12T07:18:37.323Z] $ docker stop --time=1 050070accafd3df970fc4d00ac245ccaf8cedab132fd9e4861cae4a2bdd0975d [2022-08-12T07:18:39.127Z] $ docker rm -f 050070accafd3df970fc4d00ac245ccaf8cedab132fd9e4861cae4a2bdd0975d [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T07:18:40.095Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-08-12T07:18:40.125Z] Warning: overwriting stash ‘coverage-report’ [2022-08-12T07:18:40.605Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-08-12T07:18:41.004Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-08-12T07:18:41.342Z] + ls -al . [2022-08-12T07:18:41.342Z] total 188 [2022-08-12T07:18:41.342Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 07:16 . [2022-08-12T07:18:41.342Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 07:14 .. [2022-08-12T07:18:41.342Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 12 07:15 .git [2022-08-12T07:18:41.342Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:15 .github [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 337 Aug 12 07:15 .gitignore [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 41 Aug 12 07:15 .golangci.yml [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 8152 Aug 12 07:15 Attribution.txt [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 9649 Aug 12 07:15 CHANGELOG.md [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 1978 Aug 12 07:15 Dockerfile [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 677 Aug 12 07:15 GOVERNANCE.md [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 660 Aug 12 07:15 Jenkinsfile [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 12 07:15 LICENSE [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 2248 Aug 12 07:15 Makefile [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 623 Aug 12 07:15 OWNERS.md [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 2914 Aug 12 07:15 README.md [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 12 Aug 12 07:11 VERSION [2022-08-12T07:18:41.342Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 12 07:15 bin [2022-08-12T07:18:41.342Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:15 cmd [2022-08-12T07:18:41.342Z] -rw-r--r-- 1 jenkins jenkins 44128 Aug 12 07:18 coverage.out [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 3328 Aug 12 07:15 go.mod [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 36202 Aug 12 07:15 go.sum [2022-08-12T07:18:41.342Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 12 07:15 internal [2022-08-12T07:18:41.342Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 12 07:15 snap [2022-08-12T07:18:41.342Z] -rw-rw-r-- 1 jenkins jenkins 235 Aug 12 07:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:18:41.704Z] + 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=6a12b3cbdde77164eea8659b975df68ff4f52f5c --label arch=arm64 --label version=2.3.0-dev.12 . [2022-08-12T07:18:41.978Z] Sending build context to Docker daemon 11.72MB [2022-08-12T07:18:42.252Z] Step 1/26 : ARG BASE=golang:1.18-alpine3.16 [2022-08-12T07:18:42.253Z] Step 2/26 : FROM ${BASE} AS builder [2022-08-12T07:18:42.253Z] ---> 9163f9d4aa5a [2022-08-12T07:18:42.253Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" [2022-08-12T07:18:42.253Z] ---> Running in c008a0131b0e [2022-08-12T07:18:42.527Z] Removing intermediate container c008a0131b0e [2022-08-12T07:18:42.527Z] ---> 93041d4a51c5 [2022-08-12T07:18:42.527Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2022-08-12T07:18:42.814Z] ---> Running in 8097c85891c7 [2022-08-12T07:18:43.090Z] Removing intermediate container 8097c85891c7 [2022-08-12T07:18:43.090Z] ---> 2d8dde0bb6da [2022-08-12T07:18:43.090Z] Step 5/26 : WORKDIR /device-virtual-go [2022-08-12T07:18:43.090Z] ---> Running in 60d127c26b41 [2022-08-12T07:18:43.365Z] Removing intermediate container 60d127c26b41 [2022-08-12T07:18:43.365Z] ---> 769c1f1960e9 [2022-08-12T07:18:43.365Z] Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T07:18:43.365Z] ---> Running in bbb27f11fea5 [2022-08-12T07:18:45.341Z] Removing intermediate container bbb27f11fea5 [2022-08-12T07:18:45.341Z] ---> 90cbbdd7ad88 [2022-08-12T07:18:45.341Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-08-12T07:18:45.341Z] ---> Running in 33e6309b6cc7 [2022-08-12T07:18:46.324Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T07:18:47.350Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T07:18:47.969Z] OK: 226 MiB in 55 packages [2022-08-12T07:18:49.046Z] Removing intermediate container 33e6309b6cc7 [2022-08-12T07:18:49.046Z] ---> c2549024d7d6 [2022-08-12T07:18:49.046Z] Step 8/26 : COPY go.mod vendor* ./ [2022-08-12T07:18:49.652Z] ---> a4b77873b1e8 [2022-08-12T07:18:49.652Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-08-12T07:18:49.652Z] ---> Running in a19d61662236 [2022-08-12T07:18:51.634Z] Removing intermediate container a19d61662236 [2022-08-12T07:18:51.634Z] ---> 0ac0a0c616e6 [2022-08-12T07:18:51.634Z] Step 10/26 : COPY . . [2022-08-12T07:18:52.617Z] ---> 87cfcb718587 [2022-08-12T07:18:52.617Z] Step 11/26 : ARG MAKE='make build' [2022-08-12T07:18:52.617Z] ---> Running in 59deb1e30123 [2022-08-12T07:18:52.898Z] Removing intermediate container 59deb1e30123 [2022-08-12T07:18:52.898Z] ---> 77fb0aa481b2 [2022-08-12T07:18:52.898Z] Step 12/26 : RUN $MAKE [2022-08-12T07:18:53.182Z] ---> Running in 9f9557764a0f [2022-08-12T07:18:54.173Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-linkmode=external -X github.com/edgexfoundry/device-virtual-go.Version=2.3.0-dev.12" -trimpath -mod=readonly -buildmode=pie -o cmd/device-virtual ./cmd [2022-08-12T07:21:01.096Z] Removing intermediate container 9f9557764a0f [2022-08-12T07:21:01.096Z] ---> a712acbfc6ee [2022-08-12T07:21:01.096Z] Step 13/26 : FROM alpine:3.16 [2022-08-12T07:21:01.096Z] 3.16: Pulling from library/alpine [2022-08-12T07:21:01.096Z] 9b18e9b68314: Pulling fs layer [2022-08-12T07:21:01.096Z] 9b18e9b68314: Verifying Checksum [2022-08-12T07:21:01.096Z] 9b18e9b68314: Download complete [2022-08-12T07:21:01.096Z] 9b18e9b68314: Pull complete [2022-08-12T07:21:01.096Z] Digest: sha256:bc41182d7ef5ffc53a40b044e725193bc10142a1243f395ee852a8d9730fc2ad [2022-08-12T07:21:01.096Z] Status: Downloaded newer image for alpine:3.16 [2022-08-12T07:21:01.096Z] ---> a6215f271958 [2022-08-12T07:21:01.096Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2022-08-12T07:21:01.096Z] ---> Running in ebeba5965de1 [2022-08-12T07:21:01.096Z] Removing intermediate container ebeba5965de1 [2022-08-12T07:21:01.096Z] ---> d347dc848c84 [2022-08-12T07:21:01.096Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-08-12T07:21:01.096Z] ---> Running in b3321a290db8 [2022-08-12T07:21:01.096Z] Removing intermediate container b3321a290db8 [2022-08-12T07:21:01.096Z] ---> 8ae8687bef3e [2022-08-12T07:21:01.096Z] Step 16/26 : RUN apk add --update --no-cache zeromq dumb-init [2022-08-12T07:21:01.096Z] ---> Running in 24f0c42159f9 [2022-08-12T07:21:01.694Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2022-08-12T07:21:02.677Z] fetch https://dl-4.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2022-08-12T07:21:03.655Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-08-12T07:21:03.655Z] (2/6) Installing libgcc (11.2.1_git20220219-r2) [2022-08-12T07:21:03.655Z] (3/6) Installing libsodium (1.0.18-r0) [2022-08-12T07:21:03.655Z] (4/6) Installing libstdc++ (11.2.1_git20220219-r2) [2022-08-12T07:21:03.928Z] (5/6) Installing libzmq (4.3.4-r0) [2022-08-12T07:21:03.928Z] (6/6) Installing zeromq (4.3.4-r0) [2022-08-12T07:21:04.203Z] Executing busybox-1.35.0-r17.trigger [2022-08-12T07:21:04.203Z] OK: 8 MiB in 20 packages [2022-08-12T07:21:05.186Z] Removing intermediate container 24f0c42159f9 [2022-08-12T07:21:05.186Z] ---> e5d710afaae2 [2022-08-12T07:21:05.186Z] Step 17/26 : WORKDIR / [2022-08-12T07:21:05.186Z] ---> Running in 9943877cbea4 [2022-08-12T07:21:05.467Z] Removing intermediate container 9943877cbea4 [2022-08-12T07:21:05.467Z] ---> f6b70ec175d4 [2022-08-12T07:21:05.467Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2022-08-12T07:21:05.744Z] ---> d6b8acd3e4a2 [2022-08-12T07:21:05.744Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2022-08-12T07:21:06.348Z] ---> 5509d14942c7 [2022-08-12T07:21:06.348Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2022-08-12T07:21:07.794Z] ---> 253193e4ec6f [2022-08-12T07:21:07.794Z] Step 21/26 : EXPOSE 59900 [2022-08-12T07:21:07.794Z] ---> Running in 961b4d2c3c09 [2022-08-12T07:21:08.070Z] Removing intermediate container 961b4d2c3c09 [2022-08-12T07:21:08.070Z] ---> b7bef1acdc27 [2022-08-12T07:21:08.070Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2022-08-12T07:21:08.350Z] ---> Running in f755d3fa1e1f [2022-08-12T07:21:08.626Z] Removing intermediate container f755d3fa1e1f [2022-08-12T07:21:08.626Z] ---> b50fe00cd4de [2022-08-12T07:21:08.626Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-08-12T07:21:08.626Z] ---> Running in 1f8f59b47ce7 [2022-08-12T07:21:08.903Z] Removing intermediate container 1f8f59b47ce7 [2022-08-12T07:21:08.903Z] ---> 34c5c544689c [2022-08-12T07:21:08.903Z] Step 24/26 : LABEL arch=arm64 [2022-08-12T07:21:09.178Z] ---> Running in be8f36399010 [2022-08-12T07:21:09.452Z] Removing intermediate container be8f36399010 [2022-08-12T07:21:09.452Z] ---> 73f0b4236991 [2022-08-12T07:21:09.452Z] Step 25/26 : LABEL git_sha=6a12b3cbdde77164eea8659b975df68ff4f52f5c [2022-08-12T07:21:09.452Z] ---> Running in f51b975ce1a8 [2022-08-12T07:21:09.725Z] Removing intermediate container f51b975ce1a8 [2022-08-12T07:21:09.725Z] ---> 52565822126a [2022-08-12T07:21:09.725Z] Step 26/26 : LABEL version=2.3.0-dev.12 [2022-08-12T07:21:09.725Z] ---> Running in 2bba0d7fc522 [2022-08-12T07:21:09.997Z] Removing intermediate container 2bba0d7fc522 [2022-08-12T07:21:09.997Z] ---> 6cdd9ee8e763 [2022-08-12T07:21:09.997Z] [Warning] One or more build-args [ARCH] were not consumed [2022-08-12T07:21:10.271Z] Successfully built 6cdd9ee8e763 [2022-08-12T07:21:10.271Z] 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 [2022-08-12T07:21:10.407Z] provisioning config files... [2022-08-12T07:21:10.426Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/48@tmp/config1623428596820107850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:21:10.777Z] ---> docker-login.sh [2022-08-12T07:21:10.777Z] nexus3.edgexfoundry.org:10001 [2022-08-12T07:21:11.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:21:11.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:21:11.050Z] Configure a credential helper to remove this warning. See [2022-08-12T07:21:11.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:21:11.050Z] [2022-08-12T07:21:11.050Z] Login Succeeded [2022-08-12T07:21:11.050Z] nexus3.edgexfoundry.org:10002 [2022-08-12T07:21:11.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:21:11.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:21:11.644Z] Configure a credential helper to remove this warning. See [2022-08-12T07:21:11.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:21:11.644Z] [2022-08-12T07:21:11.644Z] Login Succeeded [2022-08-12T07:21:11.644Z] nexus3.edgexfoundry.org:10003 [2022-08-12T07:21:11.917Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:21:11.917Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:21:11.917Z] Configure a credential helper to remove this warning. See [2022-08-12T07:21:11.917Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:21:11.917Z] [2022-08-12T07:21:11.917Z] Login Succeeded [2022-08-12T07:21:12.193Z] nexus3.edgexfoundry.org:10004 [2022-08-12T07:21:12.462Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:21:12.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:21:12.462Z] Configure a credential helper to remove this warning. See [2022-08-12T07:21:12.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:21:12.463Z] [2022-08-12T07:21:12.463Z] Login Succeeded [2022-08-12T07:21:12.463Z] docker.io [2022-08-12T07:21:12.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-08-12T07:21:13.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-08-12T07:21:13.337Z] Configure a credential helper to remove this warning. See [2022-08-12T07:21:13.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-08-12T07:21:13.337Z] [2022-08-12T07:21:13.337Z] Login Succeeded [2022-08-12T07:21:13.337Z] ---> docker-login.sh ends [Pipeline] } [2022-08-12T07:21:13.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T07:21:13.386Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-08-12T07:21:13.411Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2022-08-12T07:21:13.411Z] 6a12b3cbdde77164eea8659b975df68ff4f52f5c [2022-08-12T07:21:13.411Z] latest [2022-08-12T07:21:13.411Z] 2.3.0-dev.12 [2022-08-12T07:21:13.411Z] 6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [2022-08-12T07:21:13.411Z] main [2022-08-12T07:21:13.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:13.763Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:14.118Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c [2022-08-12T07:21:14.118Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-12T07:21:14.118Z] 7a014c797018: Preparing [2022-08-12T07:21:14.118Z] ab5badbba865: Preparing [2022-08-12T07:21:14.118Z] 1bb1fa62fe49: Preparing [2022-08-12T07:21:14.118Z] fafbd0b0d448: Preparing [2022-08-12T07:21:14.118Z] 8b014202bffa: Preparing [2022-08-12T07:21:14.118Z] 5d3e392a13a0: Preparing [2022-08-12T07:21:14.118Z] 5d3e392a13a0: Waiting [2022-08-12T07:21:14.391Z] ab5badbba865: Pushed [2022-08-12T07:21:14.391Z] 8b014202bffa: Pushed [2022-08-12T07:21:14.391Z] 1bb1fa62fe49: Pushed [2022-08-12T07:21:14.391Z] 5d3e392a13a0: Layer already exists [2022-08-12T07:21:14.985Z] fafbd0b0d448: Pushed [2022-08-12T07:21:20.372Z] 7a014c797018: Pushed [2022-08-12T07:21:20.372Z] 6a12b3cbdde77164eea8659b975df68ff4f52f5c: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:20.736Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:21.094Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2022-08-12T07:21:21.094Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-12T07:21:21.094Z] 7a014c797018: Preparing [2022-08-12T07:21:21.094Z] ab5badbba865: Preparing [2022-08-12T07:21:21.094Z] 1bb1fa62fe49: Preparing [2022-08-12T07:21:21.094Z] fafbd0b0d448: Preparing [2022-08-12T07:21:21.094Z] 8b014202bffa: Preparing [2022-08-12T07:21:21.094Z] 5d3e392a13a0: Preparing [2022-08-12T07:21:21.094Z] 5d3e392a13a0: Waiting [2022-08-12T07:21:21.094Z] 8b014202bffa: Layer already exists [2022-08-12T07:21:21.094Z] ab5badbba865: Layer already exists [2022-08-12T07:21:21.094Z] fafbd0b0d448: Layer already exists [2022-08-12T07:21:21.094Z] 7a014c797018: Layer already exists [2022-08-12T07:21:21.094Z] 1bb1fa62fe49: Layer already exists [2022-08-12T07:21:21.094Z] 5d3e392a13a0: Layer already exists [2022-08-12T07:21:21.365Z] latest: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:21.723Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:22.084Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.12 [2022-08-12T07:21:22.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-12T07:21:22.084Z] 7a014c797018: Preparing [2022-08-12T07:21:22.084Z] ab5badbba865: Preparing [2022-08-12T07:21:22.084Z] 1bb1fa62fe49: Preparing [2022-08-12T07:21:22.084Z] fafbd0b0d448: Preparing [2022-08-12T07:21:22.084Z] 8b014202bffa: Preparing [2022-08-12T07:21:22.084Z] 5d3e392a13a0: Preparing [2022-08-12T07:21:22.084Z] 5d3e392a13a0: Waiting [2022-08-12T07:21:22.084Z] 8b014202bffa: Layer already exists [2022-08-12T07:21:22.084Z] fafbd0b0d448: Layer already exists [2022-08-12T07:21:22.084Z] 1bb1fa62fe49: Layer already exists [2022-08-12T07:21:22.084Z] ab5badbba865: Layer already exists [2022-08-12T07:21:22.084Z] 7a014c797018: Layer already exists [2022-08-12T07:21:22.084Z] 5d3e392a13a0: Layer already exists [2022-08-12T07:21:22.356Z] 2.3.0-dev.12: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:22.726Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:23.087Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [2022-08-12T07:21:23.087Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-12T07:21:23.087Z] 7a014c797018: Preparing [2022-08-12T07:21:23.087Z] ab5badbba865: Preparing [2022-08-12T07:21:23.087Z] 1bb1fa62fe49: Preparing [2022-08-12T07:21:23.087Z] fafbd0b0d448: Preparing [2022-08-12T07:21:23.087Z] 8b014202bffa: Preparing [2022-08-12T07:21:23.087Z] 5d3e392a13a0: Preparing [2022-08-12T07:21:23.087Z] 5d3e392a13a0: Waiting [2022-08-12T07:21:23.087Z] fafbd0b0d448: Layer already exists [2022-08-12T07:21:23.087Z] 8b014202bffa: Layer already exists [2022-08-12T07:21:23.087Z] 7a014c797018: Layer already exists [2022-08-12T07:21:23.087Z] 1bb1fa62fe49: Layer already exists [2022-08-12T07:21:23.087Z] ab5badbba865: Layer already exists [2022-08-12T07:21:23.087Z] 5d3e392a13a0: Layer already exists [2022-08-12T07:21:23.356Z] 6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:23.718Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:24.079Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2022-08-12T07:21:24.080Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2022-08-12T07:21:24.080Z] 7a014c797018: Preparing [2022-08-12T07:21:24.080Z] ab5badbba865: Preparing [2022-08-12T07:21:24.080Z] 1bb1fa62fe49: Preparing [2022-08-12T07:21:24.080Z] fafbd0b0d448: Preparing [2022-08-12T07:21:24.080Z] 8b014202bffa: Preparing [2022-08-12T07:21:24.080Z] 5d3e392a13a0: Preparing [2022-08-12T07:21:24.080Z] 5d3e392a13a0: Waiting [2022-08-12T07:21:24.080Z] 7a014c797018: Layer already exists [2022-08-12T07:21:24.080Z] 8b014202bffa: Layer already exists [2022-08-12T07:21:24.080Z] 1bb1fa62fe49: Layer already exists [2022-08-12T07:21:24.080Z] ab5badbba865: Layer already exists [2022-08-12T07:21:24.080Z] fafbd0b0d448: Layer already exists [2022-08-12T07:21:24.080Z] 5d3e392a13a0: Layer already exists [2022-08-12T07:21:24.353Z] main: digest: sha256:e791a169e719ba298217f25301ddd13da066ad0373ed5e77c2c80057e67b0478 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-08-12T07:21:24.407Z] ===================================================== [Pipeline] echo [2022-08-12T07:21:24.414Z] taggedImages: [2022-08-12T07:21:24.414Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c [2022-08-12T07:21:24.414Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2022-08-12T07:21:24.414Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:2.3.0-dev.12 [2022-08-12T07:21:24.414Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:6a12b3cbdde77164eea8659b975df68ff4f52f5c-2.3.0-dev.12 [2022-08-12T07:21:24.414Z] - 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 [2022-08-12T07:21:24.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T07:21:24.795Z] [2022-08-12T07:21:24.795Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:25.147Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T07:21:25.420Z] arm64: Pulling from edgex-lftools-log-publisher [2022-08-12T07:21:25.420Z] 8998bd30e6a1: Pulling fs layer [2022-08-12T07:21:25.420Z] 04944245beec: Pulling fs layer [2022-08-12T07:21:25.420Z] 699f458cf7ca: Pulling fs layer [2022-08-12T07:21:25.420Z] 765212b225bb: Pulling fs layer [2022-08-12T07:21:25.420Z] f23df028b6ca: Pulling fs layer [2022-08-12T07:21:25.420Z] d65c8cfc05b1: Pulling fs layer [2022-08-12T07:21:25.420Z] 2437ff75d9bd: Pulling fs layer [2022-08-12T07:21:25.420Z] 765212b225bb: Waiting [2022-08-12T07:21:25.420Z] f23df028b6ca: Waiting [2022-08-12T07:21:25.420Z] d65c8cfc05b1: Waiting [2022-08-12T07:21:25.420Z] 2437ff75d9bd: Waiting [2022-08-12T07:21:25.420Z] 04944245beec: Verifying Checksum [2022-08-12T07:21:25.420Z] 04944245beec: Download complete [2022-08-12T07:21:25.420Z] 765212b225bb: Verifying Checksum [2022-08-12T07:21:25.420Z] 765212b225bb: Download complete [2022-08-12T07:21:25.420Z] f23df028b6ca: Verifying Checksum [2022-08-12T07:21:25.420Z] f23df028b6ca: Download complete [2022-08-12T07:21:25.420Z] d65c8cfc05b1: Verifying Checksum [2022-08-12T07:21:25.420Z] d65c8cfc05b1: Download complete [2022-08-12T07:21:25.697Z] 699f458cf7ca: Verifying Checksum [2022-08-12T07:21:25.697Z] 699f458cf7ca: Download complete [2022-08-12T07:21:25.972Z] 8998bd30e6a1: Verifying Checksum [2022-08-12T07:21:25.972Z] 8998bd30e6a1: Download complete [2022-08-12T07:21:27.940Z] 2437ff75d9bd: Verifying Checksum [2022-08-12T07:21:27.940Z] 2437ff75d9bd: Download complete [2022-08-12T07:21:30.554Z] 8998bd30e6a1: Pull complete [2022-08-12T07:21:30.554Z] 04944245beec: Pull complete [2022-08-12T07:21:31.992Z] 699f458cf7ca: Pull complete [2022-08-12T07:21:32.265Z] 765212b225bb: Pull complete [2022-08-12T07:21:33.245Z] f23df028b6ca: Pull complete [2022-08-12T07:21:33.245Z] d65c8cfc05b1: Pull complete [2022-08-12T07:21:48.447Z] 2437ff75d9bd: Pull complete [2022-08-12T07:21:48.447Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-08-12T07:21:48.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-08-12T07:21:48.447Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:21:48.696Z] prd-ubuntu20.04-docker-arm64-4c-16g-22596 does not seem to be running inside a container [2022-08-12T07:21:48.786Z] $ 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/48 -v /w/workspace/device-virtual-go/48:/w/workspace/device-virtual-go/48:rw,z -v /w/workspace/device-virtual-go/48@tmp:/w/workspace/device-virtual-go/48@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 [2022-08-12T07:21:51.389Z] $ docker top 771c98bb4aa124a8e4415ad5da1e275f20e573c6fa4fbfb360e9a1e2f73254d2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:21:52.294Z] ---> job-cost.sh [2022-08-12T07:21:52.294Z] lf-activate-venv: SKIPPING [2022-08-12T07:21:52.294Z] INFO: No Stack... [2022-08-12T07:21:52.567Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-08-12T07:21:53.541Z] INFO: Archiving Costs [Pipeline] sh [2022-08-12T07:21:54.194Z] + cat /w/workspace/device-virtual-go/48/archives/cost.csv [2022-08-12T07:21:54.194Z] + cut -d, -f6 [Pipeline] lock [2022-08-12T07:21:54.256Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [2022-08-12T07:21:54.263Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] did not exist. Created. [2022-08-12T07:21:54.263Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-08-12T07:21:54.944Z] /w/workspace/device-virtual-go/48@tmp/durable-f1a0a51b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-08-12T07:21:55.611Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-08-12T07:21:55.632Z] Warning: overwriting stash ‘stack-cost’ [2022-08-12T07:21:55.674Z] Stashed 1 file(s) [Pipeline] } [2022-08-12T07:21:55.681Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-48-stack-cost] [Pipeline] // lock [Pipeline] } [2022-08-12T07:21:55.705Z] $ docker stop --time=1 771c98bb4aa124a8e4415ad5da1e275f20e573c6fa4fbfb360e9a1e2f73254d2 [2022-08-12T07:21:57.163Z] $ docker rm -f 771c98bb4aa124a8e4415ad5da1e275f20e573c6fa4fbfb360e9a1e2f73254d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-08-12T07:21:57.617Z] provisioning config files... [2022-08-12T07:21:57.625Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2004371650502530163tmp [Pipeline] { [Pipeline] sh [2022-08-12T07:21:57.918Z] + set +x [2022-08-12T07:21:57.918Z] + curl -s https://codecov.io/bash [2022-08-12T07:21:57.918Z] + bash -s -- [2022-08-12T07:21:57.918Z] [2022-08-12T07:21:57.918Z] _____ _ [2022-08-12T07:21:57.918Z] / ____| | | [2022-08-12T07:21:57.918Z] | | ___ __| | ___ ___ _____ __ [2022-08-12T07:21:57.918Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-08-12T07:21:57.918Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-08-12T07:21:57.918Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-08-12T07:21:57.918Z] Bash-1.0.6 [2022-08-12T07:21:57.918Z] [2022-08-12T07:21:57.918Z] [2022-08-12T07:21:57.918Z] ==> git version 2.25.1 found [2022-08-12T07:21:57.918Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-08-12T07:21:57.918Z] Release-Date: 2020-01-08 [2022-08-12T07:21:57.919Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-08-12T07:21:57.919Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-08-12T07:21:57.919Z] ==> Jenkins CI detected. [2022-08-12T07:21:57.919Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2022-08-12T07:21:57.919Z] project root: . [2022-08-12T07:21:57.919Z] --> token set from env [2022-08-12T07:21:57.919Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-08-12T07:21:57.919Z] ==> Running gcov in . (disable via -X gcov) [2022-08-12T07:21:57.919Z] ==> Python coveragepy not found [2022-08-12T07:21:57.919Z] ==> Searching for coverage reports in: [2022-08-12T07:21:57.919Z] + . [2022-08-12T07:21:58.179Z] -> Found 1 reports [2022-08-12T07:21:58.179Z] ==> Detecting git/mercurial file structure [2022-08-12T07:21:58.179Z] ==> Reading reports [2022-08-12T07:21:58.179Z] + ./coverage.out bytes=44128 [2022-08-12T07:21:58.179Z] ==> Appending adjustments [2022-08-12T07:21:58.179Z] https://docs.codecov.io/docs/fixing-reports [2022-08-12T07:21:58.179Z] + Found adjustments [2022-08-12T07:21:58.179Z] ==> Gzipping contents [2022-08-12T07:21:58.179Z] 8.0K /tmp/codecov.Rfa6eG.gz [2022-08-12T07:21:58.179Z] ==> Uploading reports [2022-08-12T07:21:58.179Z] url: https://codecov.io [2022-08-12T07:21:58.179Z] query: branch=main&commit=6a12b3cbdde77164eea8659b975df68ff4f52f5c&build=48&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F48%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-12T07:21:58.179Z] -> Pinging Codecov [2022-08-12T07:21:58.179Z] 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=6a12b3cbdde77164eea8659b975df68ff4f52f5c&build=48&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F48%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-08-12T07:21:58.441Z] -> Uploading to [2022-08-12T07:21:58.441Z] https://storage.googleapis.com/codecov/v4/raw/2022-08-12/5E52B4B073DB2E39498172D8E973AA87/6a12b3cbdde77164eea8659b975df68ff4f52f5c/60d1e428-7bd6-40ab-952b-d8de732963e7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20220812%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220812T072158Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0b643ca6f570376d711e62018da1e8d590d86f2dde39cd3cc138a8cdc198b999 [2022-08-12T07:21:58.441Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-08-12T07:21:58.441Z] Dload Upload Total Spent Left Speed [2022-08-12T07:21:58.702Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5474 0 0 100 5474 0 24657 --:--:-- --:--:-- --:--:-- 24657 100 5474 0 0 100 5474 0 24328 --:--:-- --:--:-- --:--:-- 24221 [2022-08-12T07:21:58.702Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] } [2022-08-12T07:21:58.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-08-12T07:21:58.921Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-08-12T07:21:58.932Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:59.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T07:21:59.237Z] [2022-08-12T07:21:59.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:21:59.543Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T07:21:59.543Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-08-12T07:21:59.543Z] df9b9388f04a: Pulling fs layer [2022-08-12T07:21:59.543Z] 52dc419b0ee2: Pulling fs layer [2022-08-12T07:21:59.543Z] 25bc292e5bac: Pulling fs layer [2022-08-12T07:21:59.543Z] 114826534d7a: Pulling fs layer [2022-08-12T07:21:59.543Z] 4657fd5d0bcf: Pulling fs layer [2022-08-12T07:21:59.543Z] 6ad1cebc031e: Pulling fs layer [2022-08-12T07:21:59.543Z] 8a3aa393b2d8: Pulling fs layer [2022-08-12T07:21:59.543Z] 114826534d7a: Waiting [2022-08-12T07:21:59.543Z] 6ad1cebc031e: Waiting [2022-08-12T07:21:59.543Z] 8a3aa393b2d8: Waiting [2022-08-12T07:21:59.543Z] 25bc292e5bac: Verifying Checksum [2022-08-12T07:21:59.543Z] 25bc292e5bac: Download complete [2022-08-12T07:21:59.543Z] 52dc419b0ee2: Verifying Checksum [2022-08-12T07:21:59.543Z] 52dc419b0ee2: Download complete [2022-08-12T07:21:59.543Z] 4657fd5d0bcf: Verifying Checksum [2022-08-12T07:21:59.543Z] 4657fd5d0bcf: Download complete [2022-08-12T07:21:59.543Z] df9b9388f04a: Verifying Checksum [2022-08-12T07:21:59.543Z] df9b9388f04a: Download complete [2022-08-12T07:21:59.803Z] 6ad1cebc031e: Download complete [2022-08-12T07:21:59.803Z] df9b9388f04a: Pull complete [2022-08-12T07:21:59.803Z] 52dc419b0ee2: Pull complete [2022-08-12T07:21:59.803Z] 25bc292e5bac: Pull complete [2022-08-12T07:22:00.370Z] 114826534d7a: Verifying Checksum [2022-08-12T07:22:00.370Z] 114826534d7a: Download complete [2022-08-12T07:22:00.370Z] 8a3aa393b2d8: Verifying Checksum [2022-08-12T07:22:00.370Z] 8a3aa393b2d8: Download complete [2022-08-12T07:22:03.665Z] 114826534d7a: Pull complete [2022-08-12T07:22:03.925Z] 4657fd5d0bcf: Pull complete [2022-08-12T07:22:04.184Z] 6ad1cebc031e: Pull complete [2022-08-12T07:22:07.474Z] 8a3aa393b2d8: Pull complete [2022-08-12T07:22:07.474Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-08-12T07:22:07.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-08-12T07:22:07.474Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:22:07.592Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:22:07.667Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-08-12T07:22:09.780Z] $ docker top d4397b6a58c89c06a6e4213dc7427cd3d6b823b074e567139c5ea24ab51788c4 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-08-12T07:22:09.871Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2022-08-12T07:22:10.156Z] + set -o pipefail [2022-08-12T07:22:10.156Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2022-08-12T07:22:15.450Z] [2022-08-12T07:22:15.450Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2022-08-12T07:22:15.450Z] [2022-08-12T07:22:15.450Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/f7a8a76a-3658-4be8-b67f-96f7afb9a4fb [2022-08-12T07:22:15.450Z] [2022-08-12T07:22:15.450Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-08-12T07:22:15.450Z] [2022-08-12T07:22:15.450Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-08-12T07:22:15.450Z] [2022-08-12T07:22:15.450Z] [Pipeline] } [2022-08-12T07:22:15.460Z] $ docker stop --time=1 d4397b6a58c89c06a6e4213dc7427cd3d6b823b074e567139c5ea24ab51788c4 [2022-08-12T07:22:17.557Z] $ docker rm -f d4397b6a58c89c06a6e4213dc7427cd3d6b823b074e567139c5ea24ab51788c4 [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 [2022-08-12T07:22:18.307Z] + git log --format=format:%s -1 6a12b3cbdde77164eea8659b975df68ff4f52f5c [Pipeline] sh [2022-08-12T07:22:18.600Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T07:22:18.600Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:22:18.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T07:22:18.898Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:22:18.980Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:22:19.016Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-12T07:22:19.427Z] $ docker top 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T07:22:19.518Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T07:22:19.518Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T07:22:19.647Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T07:22:19.647Z] $ docker exec 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c ssh-agent [2022-08-12T07:22:19.775Z] SSH_AUTH_SOCK=/tmp/ssh-rjc9CU76bogR/agent.33 [2022-08-12T07:22:19.775Z] SSH_AGENT_PID=39 [2022-08-12T07:22:19.780Z] Running ssh-add (command line suppressed) [2022-08-12T07:22:19.887Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8046906496363186100.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8046906496363186100.key) [2022-08-12T07:22:19.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T07:22:20.191Z] + git semver tag [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,367 [run_tag] DEBUG tag force:False [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,367 [check_head_tag] DEBUG check head tag [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,368 [execute] INFO git cat-file --batch-check [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,368 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,372 [execute] INFO git cat-file --batch [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,373 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,383 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,384 [execute] INFO git tag -a v2.3.0-dev.12 -m v2.3.0-dev.12 [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,384 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.3.0-dev.12', '-m', 'v2.3.0-dev.12'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2022-08-12T07:22:20.451Z] 2022-08-12 07:22:20,388 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:22:20.451Z] 2.3.0-dev.12 [Pipeline] } [2022-08-12T07:22:20.459Z] $ docker exec --env ******** --env ******** 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c ssh-agent -k [2022-08-12T07:22:20.552Z] unset SSH_AUTH_SOCK; [2022-08-12T07:22:20.552Z] unset SSH_AGENT_PID; [2022-08-12T07:22:20.552Z] echo Agent pid 39 killed; [2022-08-12T07:22:20.566Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T07:22:20.875Z] + git semver [Pipeline] } [2022-08-12T07:22:21.145Z] $ docker stop --time=1 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c [2022-08-12T07:22:22.439Z] $ docker rm -f 60c86c967a8d1c2201cc34e2f410821f58b98040eef7881802b7cade89bdba2c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:22:22.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T07:22:22.858Z] [2022-08-12T07:22:22.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:22:23.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T07:22:23.165Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-08-12T07:22:23.165Z] ab5ef0e58194: Pulling fs layer [2022-08-12T07:22:23.165Z] 9712f1f96733: Pulling fs layer [2022-08-12T07:22:23.165Z] 63f879dbbcfc: Pulling fs layer [2022-08-12T07:22:23.165Z] 0d9ebad4ef96: Pulling fs layer [2022-08-12T07:22:23.165Z] e9a5061849ea: Pulling fs layer [2022-08-12T07:22:23.165Z] d747dcd14b5f: Pulling fs layer [2022-08-12T07:22:23.165Z] 2de7ff778b66: Pulling fs layer [2022-08-12T07:22:23.165Z] 0d9ebad4ef96: Waiting [2022-08-12T07:22:23.165Z] d747dcd14b5f: Waiting [2022-08-12T07:22:23.165Z] e9a5061849ea: Waiting [2022-08-12T07:22:23.165Z] 2de7ff778b66: Waiting [2022-08-12T07:22:23.165Z] 9712f1f96733: Verifying Checksum [2022-08-12T07:22:23.432Z] 63f879dbbcfc: Verifying Checksum [2022-08-12T07:22:23.432Z] 63f879dbbcfc: Download complete [2022-08-12T07:22:23.692Z] ab5ef0e58194: Download complete [2022-08-12T07:22:23.692Z] e9a5061849ea: Verifying Checksum [2022-08-12T07:22:23.692Z] e9a5061849ea: Download complete [2022-08-12T07:22:23.692Z] d747dcd14b5f: Verifying Checksum [2022-08-12T07:22:23.692Z] d747dcd14b5f: Download complete [2022-08-12T07:22:23.692Z] 0d9ebad4ef96: Verifying Checksum [2022-08-12T07:22:23.692Z] 0d9ebad4ef96: Download complete [2022-08-12T07:22:23.692Z] 2de7ff778b66: Verifying Checksum [2022-08-12T07:22:23.692Z] 2de7ff778b66: Download complete [2022-08-12T07:22:26.225Z] ab5ef0e58194: Pull complete [2022-08-12T07:22:26.484Z] 9712f1f96733: Pull complete [2022-08-12T07:22:27.051Z] 63f879dbbcfc: Pull complete [2022-08-12T07:22:31.248Z] 0d9ebad4ef96: Pull complete [2022-08-12T07:22:31.248Z] e9a5061849ea: Pull complete [2022-08-12T07:22:31.248Z] d747dcd14b5f: Pull complete [2022-08-12T07:22:31.818Z] 2de7ff778b66: Pull complete [2022-08-12T07:22:32.084Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-08-12T07:22:32.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-08-12T07:22:32.084Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:22:32.167Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:22:32.202Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-08-12T07:22:34.428Z] $ docker top 81dac62ef5f1fc668af0291b821f0e31135abcdbd2478583e6b20ce75975046e -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-08-12T07:22:34.516Z] provisioning config files... [2022-08-12T07:22:34.524Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7536627136275989680tmp [2022-08-12T07:22:34.537Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7891151290384863183tmp [2022-08-12T07:22:34.547Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2943292787260235319tmp [Pipeline] { [Pipeline] echo [2022-08-12T07:22:34.564Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:34.849Z] ---> sigul-configuration.sh [2022-08-12T07:22:34.849Z] gpg: directory `/root/.gnupg' created [2022-08-12T07:22:34.849Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-08-12T07:22:34.849Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-08-12T07:22:34.849Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-08-12T07:22:34.849Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-08-12T07:22:34.849Z] gpg: CAST5 encrypted data [2022-08-12T07:22:34.849Z] gpg: encrypted with 1 passphrase [2022-08-12T07:22:34.849Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-08-12T07:22:35.136Z] + mkdir /home/jenkins [2022-08-12T07:22:35.136Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-08-12T07:22:35.424Z] + 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 [2022-08-12T07:22:35.434Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:35.720Z] ---> sigul-install.sh [2022-08-12T07:22:35.720Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-08-12T07:22:36.012Z] + git tag --list [2022-08-12T07:22:36.012Z] v1.0.0 [2022-08-12T07:22:36.012Z] v1.1.0 [2022-08-12T07:22:36.012Z] v1.1.1 [2022-08-12T07:22:36.012Z] v1.2.1 [2022-08-12T07:22:36.012Z] v1.2.2 [2022-08-12T07:22:36.012Z] v1.2.3 [2022-08-12T07:22:36.012Z] v1.3.0 [2022-08-12T07:22:36.012Z] v1.3.1 [2022-08-12T07:22:36.012Z] v2.0.0 [2022-08-12T07:22:36.012Z] v2.1.0 [2022-08-12T07:22:36.012Z] v2.1.1 [2022-08-12T07:22:36.012Z] v2.1.1-dev.1 [2022-08-12T07:22:36.012Z] v2.1.1-dev.2 [2022-08-12T07:22:36.012Z] v2.2.0 [2022-08-12T07:22:36.012Z] v2.2.1-dev.1 [2022-08-12T07:22:36.012Z] v2.2.1-dev.2 [2022-08-12T07:22:36.012Z] v2.2.1-dev.3 [2022-08-12T07:22:36.012Z] v2.2.1-dev.4 [2022-08-12T07:22:36.012Z] v2.2.1-dev.5 [2022-08-12T07:22:36.012Z] v2.2.1-dev.6 [2022-08-12T07:22:36.012Z] v2.2.1-dev.7 [2022-08-12T07:22:36.012Z] v2.2.1-dev.8 [2022-08-12T07:22:36.012Z] v2.3.0-dev.10 [2022-08-12T07:22:36.012Z] v2.3.0-dev.11 [2022-08-12T07:22:36.012Z] v2.3.0-dev.12 [2022-08-12T07:22:36.012Z] v2.3.0-dev.8 [2022-08-12T07:22:36.012Z] v2.3.0-dev.9 [Pipeline] sh [2022-08-12T07:22:36.304Z] + lftools sign git-tag v2.3.0-dev.12 [2022-08-12T07:22:36.875Z] Signing Git tag with Sigul... [2022-08-12T07:22:36.875Z] Signing v2.3.0-dev.12 [Pipeline] echo [2022-08-12T07:22:37.146Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:37.434Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-08-12T07:22:37.442Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-08-12T07:22:37.460Z] $ docker stop --time=1 81dac62ef5f1fc668af0291b821f0e31135abcdbd2478583e6b20ce75975046e [2022-08-12T07:22:38.759Z] $ docker rm -f 81dac62ef5f1fc668af0291b821f0e31135abcdbd2478583e6b20ce75975046e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-08-12T07:22:39.201Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T07:22:39.201Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:22:39.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T07:22:39.510Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:22:39.605Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:22:39.691Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-12T07:22:40.118Z] $ docker top 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T07:22:40.252Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T07:22:40.252Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T07:22:40.393Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T07:22:40.393Z] $ docker exec 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f ssh-agent [2022-08-12T07:22:40.515Z] SSH_AUTH_SOCK=/tmp/ssh-K9MReOi7BtqE/agent.32 [2022-08-12T07:22:40.515Z] SSH_AGENT_PID=39 [2022-08-12T07:22:40.520Z] Running ssh-add (command line suppressed) [2022-08-12T07:22:40.646Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2380562380379608341.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2380562380379608341.key) [2022-08-12T07:22:40.666Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T07:22:40.959Z] + git semver bump pre [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,180 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,180 [bump_version] DEBUG bumping version:2.3.0-dev.12 on axis:pre with prefix:dev [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,180 [bump_version] DEBUG bumped version:2.3.0-dev.13 [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,180 [write_version] DEBUG write version:2.3.0-dev.13 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,180 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,180 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,183 [execute] INFO git cat-file --batch-check [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,183 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,189 [execute] INFO git cat-file --batch [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,189 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T07:22:41.220Z] 2022-08-12 07:22:41,196 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:22:41.220Z] 2.3.0-dev.13 [Pipeline] } [2022-08-12T07:22:41.492Z] $ docker exec --env ******** --env ******** 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f ssh-agent -k [2022-08-12T07:22:41.626Z] unset SSH_AUTH_SOCK; [2022-08-12T07:22:41.626Z] unset SSH_AGENT_PID; [2022-08-12T07:22:41.626Z] echo Agent pid 39 killed; [2022-08-12T07:22:41.642Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T07:22:41.961Z] + git semver [Pipeline] } [2022-08-12T07:22:42.235Z] $ docker stop --time=1 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f [2022-08-12T07:22:43.532Z] $ docker rm -f 96e1a885b50cc442b31b13f9045d4fc65ee9d7a5fe3ab5d95f2b268b5c90ac6f [Pipeline] // withDockerContainer [Pipeline] sh [2022-08-12T07:22:43.903Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-08-12T07:22:43.903Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:22:44.206Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-08-12T07:22:44.207Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:22:44.286Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:22:44.317Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-08-12T07:22:44.720Z] $ docker top 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-08-12T07:22:44.822Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-08-12T07:22:44.823Z] [ssh-agent] Looking for ssh-agent implementation... [2022-08-12T07:22:44.956Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-08-12T07:22:44.955Z] $ docker exec 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb ssh-agent [2022-08-12T07:22:45.075Z] SSH_AUTH_SOCK=/tmp/ssh-rOtlOl76RqVQ/agent.34 [2022-08-12T07:22:45.075Z] SSH_AGENT_PID=40 [2022-08-12T07:22:45.080Z] Running ssh-add (command line suppressed) [2022-08-12T07:22:45.192Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1441917169655255937.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1441917169655255937.key) [2022-08-12T07:22:45.211Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-08-12T07:22:45.501Z] + git semver push [2022-08-12T07:22:45.764Z] 2022-08-12 07:22:45,686 [run_push] DEBUG push [2022-08-12T07:22:45.764Z] 2022-08-12 07:22:45,687 [execute] INFO git cat-file --batch-check [2022-08-12T07:22:45.764Z] 2022-08-12 07:22:45,687 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-08-12T07:22:45.764Z] 2022-08-12 07:22:45,691 [execute] INFO git rev-list d844d4889d3c7ade17598ea030048a5f388f3214 -- [2022-08-12T07:22:45.764Z] 2022-08-12 07:22:45,691 [execute] DEBUG Popen(['git', 'rev-list', 'd844d4889d3c7ade17598ea030048a5f388f3214', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-12T07:22:45.764Z] 2022-08-12 07:22:45,700 [execute] INFO git fetch -v origin [2022-08-12T07:22:45.764Z] 2022-08-12 07:22:45,700 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-08-12T07:22:46.337Z] 2022-08-12 07:22:46,192 [run_push] DEBUG no remote changes detected [2022-08-12T07:22:46.337Z] 2022-08-12 07:22:46,193 [execute] INFO git push origin semver [2022-08-12T07:22:46.337Z] 2022-08-12 07:22:46,193 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-08-12T07:22:47.279Z] 2022-08-12 07:22:46,938 [run_push] DEBUG push all version tags [2022-08-12T07:22:47.279Z] 2022-08-12 07:22:46,938 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-08-12T07:22:47.279Z] 2022-08-12 07:22:46,939 [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) [2022-08-12T07:22:47.850Z] 2022-08-12 07:22:47,668 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2022-08-12T07:22:47.850Z] 2.3.0-dev.13 [Pipeline] } [2022-08-12T07:22:47.858Z] $ docker exec --env ******** --env ******** 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb ssh-agent -k [2022-08-12T07:22:47.974Z] unset SSH_AUTH_SOCK; [2022-08-12T07:22:47.974Z] unset SSH_AGENT_PID; [2022-08-12T07:22:47.974Z] echo Agent pid 40 killed; [2022-08-12T07:22:47.989Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-08-12T07:22:48.300Z] + git semver [Pipeline] } [2022-08-12T07:22:48.573Z] $ docker stop --time=1 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb [2022-08-12T07:22:49.893Z] $ docker rm -f 2ca3d4243cf093591b98e9c12ea215dc53b78fd8541915eb4ea5cde07dddcdcb [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 [2022-08-12T07:22:50.501Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2022-08-12T07:22:50.501Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-12T07:22:50.501Z] total 16 [2022-08-12T07:22:50.501Z] drwxr-xr-x 3 root root 4096 Aug 12 07:13 . [2022-08-12T07:22:50.501Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 12 07:22 .. [2022-08-12T07:22:50.501Z] drwxr-xr-x 2 root root 4096 Aug 12 07:13 cost [2022-08-12T07:22:50.501Z] -rw-r--r-- 1 root root 89 Aug 12 07:13 cost.csv [2022-08-12T07:22:50.501Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-12T07:22:50.501Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2022-08-12T07:22:50.501Z] total 16 [2022-08-12T07:22:50.501Z] drwxr-xr-x 3 jenkins jenkins 4096 Aug 12 07:13 . [2022-08-12T07:22:50.501Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 12 07:22 .. [2022-08-12T07:22:50.501Z] drwxr-xr-x 2 jenkins jenkins 4096 Aug 12 07:13 cost [2022-08-12T07:22:50.501Z] -rw-r--r-- 1 jenkins jenkins 89 Aug 12 07:13 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:50.792Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:51.658Z] ---> package-listing.sh [2022-08-12T07:22:51.658Z] ++ facter osfamily [2022-08-12T07:22:51.658Z] ++ tr '[:upper:]' '[:lower:]' [2022-08-12T07:22:51.921Z] + OS_FAMILY=debian [2022-08-12T07:22:51.921Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2022-08-12T07:22:51.921Z] + START_PACKAGES=/tmp/packages_start.txt [2022-08-12T07:22:51.921Z] + END_PACKAGES=/tmp/packages_end.txt [2022-08-12T07:22:51.921Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-08-12T07:22:51.921Z] + PACKAGES=/tmp/packages_start.txt [2022-08-12T07:22:51.921Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2022-08-12T07:22:51.921Z] + PACKAGES=/tmp/packages_end.txt [2022-08-12T07:22:51.921Z] + case "${OS_FAMILY}" in [2022-08-12T07:22:51.921Z] + dpkg -l [2022-08-12T07:22:51.921Z] + grep '^ii' [2022-08-12T07:22:51.921Z] + '[' -f /tmp/packages_start.txt ']' [2022-08-12T07:22:51.921Z] + '[' -f /tmp/packages_end.txt ']' [2022-08-12T07:22:51.921Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-08-12T07:22:51.921Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2022-08-12T07:22:51.921Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2022-08-12T07:22:51.921Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2022-08-12T07:22:51.934Z] 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 [2022-08-12T07:22:52.212Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-08-12T07:22:52.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-08-12T07:22:52.779Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-08-12T07:22:52.861Z] prd-ubuntu20.04-docker-8c-8g-22593 does not seem to be running inside a container [2022-08-12T07:22:52.894Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-08-12T07:22:53.172Z] $ docker top 79e4863d2b4c31389159895b7caea49be34ebe3dbe633d6c4d717c00dda93724 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-08-12T07:22:53.536Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-08-12T07:22:53.827Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-08-12T07:22:54.112Z] + ls /var/log/sa-host [2022-08-12T07:22:54.113Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-08-12T07:22:54.266Z] provisioning config files... [2022-08-12T07:22:54.276Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config9184701128281070510tmp [Pipeline] { [Pipeline] echo [2022-08-12T07:22:54.293Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:54.575Z] ---> create-netrc.sh [Pipeline] } [2022-08-12T07:22:54.583Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:54.929Z] ---> python-tools-install.sh [Pipeline] echo [2022-08-12T07:22:54.940Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:55.226Z] ---> sudo-logs.sh [2022-08-12T07:22:55.226Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-08-12T07:22:55.255Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:55.539Z] ---> job-cost.sh [2022-08-12T07:22:55.539Z] lf-activate-venv: SKIPPING [2022-08-12T07:22:55.539Z] DEBUG: total: 0.2199999988079071 [2022-08-12T07:22:55.539Z] INFO: Retrieving Stack Cost... [2022-08-12T07:22:56.111Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-08-12T07:22:56.373Z] INFO: Archiving Costs [Pipeline] echo [2022-08-12T07:22:56.385Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-08-12T07:22:56.671Z] ---> logs-deploy.sh [2022-08-12T07:22:56.671Z] lf-activate-venv: SKIPPING [2022-08-12T07:22:56.671Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/48 [2022-08-12T07:22:56.671Z] INFO: archiving workspace using pattern(s): [2022-08-12T07:22:57.619Z] Archives upload complete. [2022-08-12T07:22:57.620Z] INFO: archiving logs to Nexus