Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 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-ssh12429260370760804454.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2010006493464825576.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5918137365308653799.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1895842788462417887.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14994950367131929270.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-9877’ Running on prd-ubuntu20.04-docker-8c-8g-9879 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 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 (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 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 # timeout=10 Commit message: "Merge pull request #352 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.50" > git rev-list --no-walk 7e250d55bd9fd3c1531c5f5d4db5617982ca4ffd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-13T13:35:17.401Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-13T13:35:17.442Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-13T13:35:17.456Z] ========================================================= [2023-03-13T13:35:17.456Z] EdgeX Global Pipelines Version Info [2023-03-13T13:35:17.456Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:35:18.182Z] ------------------- [2023-03-13T13:35:18.182Z] stable info: [2023-03-13T13:35:18.182Z] ------------------- [2023-03-13T13:35:18.182Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-13T13:35:18.182Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-13T13:35:18.182Z] Message: update stable to v1.0.244 [2023-03-13T13:35:18.752Z] ------------------- [2023-03-13T13:35:18.752Z] experimental info: [2023-03-13T13:35:18.752Z] ------------------- [2023-03-13T13:35:18.752Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-13T13:35:18.752Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-13T13:35:18.752Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-13T13:35:18.927Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-03-13T13:35:18.939Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-03-13T13:35:18.949Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-13T13:35:18.961Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-13T13:35:18.972Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-13T13:35:18.985Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-13T13:35:19.000Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-13T13:35:19.014Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-13T13:35:19.027Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-13T13:35:19.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-13T13:35:19.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-13T13:35:19.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-03-13T13:35:19.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-13T13:35:19.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-13T13:35:19.079Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-13T13:35:19.088Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-13T13:35:19.097Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-13T13:35:19.107Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-13T13:35:19.115Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-13T13:35:19.124Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-13T13:35:19.133Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-13T13:35:19.142Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-13T13:35:19.152Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-13T13:35:19.172Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-13T13:35:19.183Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-13T13:35:19.195Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-13T13:35:19.207Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-13T13:35:19.219Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-13T13:35:19.233Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-13T13:35:19.244Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-13T13:35:19.256Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [Pipeline] echo [2023-03-13T13:35:19.269Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0b21fdb [Pipeline] echo [2023-03-13T13:35:19.280Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-13T13:35:19.322Z] provisioning config files... [2023-03-13T13:35:19.334Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17257931079474541654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:35:19.631Z] ---> docker-login.sh [2023-03-13T13:35:19.631Z] nexus3.edgexfoundry.org:10001 [2023-03-13T13:35:19.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:20.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:20.151Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:20.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:20.151Z] [2023-03-13T13:35:20.151Z] Login Succeeded [2023-03-13T13:35:20.151Z] nexus3.edgexfoundry.org:10002 [2023-03-13T13:35:20.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:20.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:20.151Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:20.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:20.151Z] [2023-03-13T13:35:20.151Z] Login Succeeded [2023-03-13T13:35:20.151Z] nexus3.edgexfoundry.org:10003 [2023-03-13T13:35:20.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:20.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:20.411Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:20.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:20.411Z] [2023-03-13T13:35:20.411Z] Login Succeeded [2023-03-13T13:35:20.411Z] nexus3.edgexfoundry.org:10004 [2023-03-13T13:35:20.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:20.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:20.411Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:20.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:20.411Z] [2023-03-13T13:35:20.411Z] Login Succeeded [2023-03-13T13:35:20.411Z] docker.io [2023-03-13T13:35:20.411Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:20.672Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:20.672Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:20.672Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:20.672Z] [2023-03-13T13:35:20.672Z] Login Succeeded [2023-03-13T13:35:20.672Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T13:35:20.680Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-13T13:35:21.033Z] + git rev-list -1 --merges 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195~1..0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [Pipeline] echo [2023-03-13T13:35:21.078Z] -----------> git rev-list -1 --merges 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195~1..0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:35:21.078Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [false] [Pipeline] sh [2023-03-13T13:35:21.367Z] + git log --format=format:%s -1 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [Pipeline] echo [2023-03-13T13:35:21.385Z] ========================================================= [2023-03-13T13:35:21.385Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-13T13:35:21.385Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-13T13:35:21.702Z] + git log --format=format:%s -1 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [Pipeline] echo [2023-03-13T13:35:21.713Z] [semverPrep] GIT_COMMIT: 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195, Commit Message: Merge pull request #352 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.50 [Pipeline] echo [2023-03-13T13:35:21.727Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-13T13:35:22.061Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-13T13:35:22.061Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-13T13:35:22.061Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-13T13:35:22.061Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-13T13:35:22.061Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-13T13:35:22.061Z] sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-13T13:35:22.061Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:35:22.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T13:35:22.467Z] [2023-03-13T13:35:22.467Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:35:22.774Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T13:35:22.774Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-13T13:35:22.774Z] b85a868b505f: Pulling fs layer [2023-03-13T13:35:22.774Z] e2be974225ed: Pulling fs layer [2023-03-13T13:35:22.774Z] 339a4e72a1f5: Pulling fs layer [2023-03-13T13:35:22.774Z] 988bab9f4d93: Pulling fs layer [2023-03-13T13:35:22.774Z] 1469e6f7b9e6: Pulling fs layer [2023-03-13T13:35:22.774Z] eaf3925da568: Pulling fs layer [2023-03-13T13:35:22.774Z] bab4dde63d76: Pulling fs layer [2023-03-13T13:35:22.774Z] bde34c3a00c8: Pulling fs layer [2023-03-13T13:35:22.774Z] b352a97aabf1: Pulling fs layer [2023-03-13T13:35:22.774Z] 4872d77fe225: Pulling fs layer [2023-03-13T13:35:22.774Z] 5851b861e8e6: Pulling fs layer [2023-03-13T13:35:22.774Z] b352a97aabf1: Waiting [2023-03-13T13:35:22.774Z] bab4dde63d76: Waiting [2023-03-13T13:35:22.774Z] 4872d77fe225: Waiting [2023-03-13T13:35:22.774Z] bde34c3a00c8: Waiting [2023-03-13T13:35:22.774Z] 5851b861e8e6: Waiting [2023-03-13T13:35:22.774Z] 988bab9f4d93: Waiting [2023-03-13T13:35:22.774Z] 1469e6f7b9e6: Waiting [2023-03-13T13:35:22.774Z] eaf3925da568: Waiting [2023-03-13T13:35:22.774Z] e2be974225ed: Verifying Checksum [2023-03-13T13:35:22.774Z] e2be974225ed: Download complete [2023-03-13T13:35:22.774Z] 988bab9f4d93: Verifying Checksum [2023-03-13T13:35:22.774Z] 988bab9f4d93: Download complete [2023-03-13T13:35:23.034Z] 1469e6f7b9e6: Verifying Checksum [2023-03-13T13:35:23.034Z] 1469e6f7b9e6: Download complete [2023-03-13T13:35:23.034Z] eaf3925da568: Verifying Checksum [2023-03-13T13:35:23.034Z] eaf3925da568: Download complete [2023-03-13T13:35:23.034Z] 339a4e72a1f5: Verifying Checksum [2023-03-13T13:35:23.034Z] 339a4e72a1f5: Download complete [2023-03-13T13:35:23.034Z] bde34c3a00c8: Verifying Checksum [2023-03-13T13:35:23.034Z] bde34c3a00c8: Download complete [2023-03-13T13:35:23.034Z] b352a97aabf1: Verifying Checksum [2023-03-13T13:35:23.034Z] b352a97aabf1: Download complete [2023-03-13T13:35:23.034Z] 4872d77fe225: Verifying Checksum [2023-03-13T13:35:23.034Z] 4872d77fe225: Download complete [2023-03-13T13:35:23.034Z] 5851b861e8e6: Verifying Checksum [2023-03-13T13:35:23.034Z] 5851b861e8e6: Download complete [2023-03-13T13:35:23.034Z] b85a868b505f: Verifying Checksum [2023-03-13T13:35:23.034Z] b85a868b505f: Download complete [2023-03-13T13:35:23.604Z] bab4dde63d76: Verifying Checksum [2023-03-13T13:35:23.604Z] bab4dde63d76: Download complete [2023-03-13T13:35:24.541Z] b85a868b505f: Pull complete [2023-03-13T13:35:24.541Z] e2be974225ed: Pull complete [2023-03-13T13:35:25.109Z] 339a4e72a1f5: Pull complete [2023-03-13T13:35:25.109Z] 988bab9f4d93: Pull complete [2023-03-13T13:35:25.680Z] 1469e6f7b9e6: Pull complete [2023-03-13T13:35:25.680Z] eaf3925da568: Pull complete [2023-03-13T13:35:27.586Z] bab4dde63d76: Pull complete [2023-03-13T13:35:27.586Z] bde34c3a00c8: Pull complete [2023-03-13T13:35:27.586Z] b352a97aabf1: Pull complete [2023-03-13T13:35:27.846Z] 4872d77fe225: Pull complete [2023-03-13T13:35:27.846Z] 5851b861e8e6: Pull complete [2023-03-13T13:35:27.846Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-13T13:35:27.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T13:35:27.846Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:35:27.934Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:35:27.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-13T13:35:29.404Z] $ docker top fcc52dae771ea4917f15034d6b9dc8cd198d64dc1e743df41c5ca8a5e92c127f -eo pid,comm [2023-03-13T13:35:29.473Z] 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). [2023-03-13T13:35:29.473Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-13T13:35:29.514Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T13:35:29.514Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T13:35:29.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T13:35:29.616Z] $ docker exec fcc52dae771ea4917f15034d6b9dc8cd198d64dc1e743df41c5ca8a5e92c127f ssh-agent [2023-03-13T13:35:29.747Z] SSH_AUTH_SOCK=/tmp/ssh-sgeNPt2GaZyy/agent.32 [2023-03-13T13:35:29.747Z] SSH_AGENT_PID=38 [2023-03-13T13:35:29.755Z] Running ssh-add (command line suppressed) [2023-03-13T13:35:29.858Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6985900733893230282.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6985900733893230282.key) [2023-03-13T13:35:29.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T13:35:30.175Z] + git tag --points-at HEAD [Pipeline] } [2023-03-13T13:35:30.184Z] $ docker exec --env ******** --env ******** fcc52dae771ea4917f15034d6b9dc8cd198d64dc1e743df41c5ca8a5e92c127f ssh-agent -k [2023-03-13T13:35:30.294Z] unset SSH_AUTH_SOCK; [2023-03-13T13:35:30.294Z] unset SSH_AGENT_PID; [2023-03-13T13:35:30.295Z] echo Agent pid 38 killed; [2023-03-13T13:35:30.314Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-13T13:35:30.335Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T13:35:30.335Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T13:35:30.461Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T13:35:30.454Z] $ docker exec fcc52dae771ea4917f15034d6b9dc8cd198d64dc1e743df41c5ca8a5e92c127f ssh-agent [2023-03-13T13:35:30.581Z] SSH_AUTH_SOCK=/tmp/ssh-n0HvPZONy1mh/agent.70 [2023-03-13T13:35:30.581Z] SSH_AGENT_PID=76 [2023-03-13T13:35:30.587Z] Running ssh-add (command line suppressed) [2023-03-13T13:35:30.686Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14298229354237199592.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14298229354237199592.key) [2023-03-13T13:35:30.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T13:35:30.996Z] + git semver init [2023-03-13T13:35:31.255Z] 2023-03-13 13:35:31,194 [run_init] DEBUG init version:0.0.0 force:False [2023-03-13T13:35:31.255Z] 2023-03-13 13:35:31,194 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2023-03-13T13:35:31.255Z] 2023-03-13 13:35:31,195 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2023-03-13T13:35:31.255Z] 2023-03-13 13:35:31,195 [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) [2023-03-13T13:35:32.633Z] 2023-03-13 13:35:32,211 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2023-03-13T13:35:32.633Z] 2023-03-13 13:35:32,212 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2023-03-13T13:35:32.633Z] 2023-03-13 13:35:32,212 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:35:32.633Z] 2023-03-13 13:35:32,212 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:35:32.633Z] 3.0.0-dev.20 [Pipeline] } [2023-03-13T13:35:32.633Z] $ docker exec --env ******** --env ******** fcc52dae771ea4917f15034d6b9dc8cd198d64dc1e743df41c5ca8a5e92c127f ssh-agent -k [2023-03-13T13:35:32.741Z] unset SSH_AUTH_SOCK; [2023-03-13T13:35:32.741Z] unset SSH_AGENT_PID; [2023-03-13T13:35:32.741Z] echo Agent pid 76 killed; [2023-03-13T13:35:32.760Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T13:35:33.063Z] + git semver [Pipeline] } [2023-03-13T13:35:33.329Z] $ docker stop --time=1 fcc52dae771ea4917f15034d6b9dc8cd198d64dc1e743df41c5ca8a5e92c127f [2023-03-13T13:35:34.658Z] $ docker rm -f --volumes fcc52dae771ea4917f15034d6b9dc8cd198d64dc1e743df41c5ca8a5e92c127f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-13T13:35:35.000Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-13T13:35:35.230Z] Stashed 1 file(s) [Pipeline] echo [2023-03-13T13:35:35.234Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.20 [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 [2023-03-13T13:35:35.390Z] provisioning config files... [2023-03-13T13:35:35.397Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10581734682030166182tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:35:35.689Z] ---> docker-login.sh [2023-03-13T13:35:35.689Z] nexus3.edgexfoundry.org:10001 [2023-03-13T13:35:35.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:35.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:35.689Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:35.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:35.689Z] [2023-03-13T13:35:35.689Z] Login Succeeded [2023-03-13T13:35:35.689Z] nexus3.edgexfoundry.org:10002 [2023-03-13T13:35:35.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:35.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:35.689Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:35.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:35.689Z] [2023-03-13T13:35:35.689Z] Login Succeeded [2023-03-13T13:35:35.689Z] nexus3.edgexfoundry.org:10003 [2023-03-13T13:35:35.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:35.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:35.949Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:35.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:35.949Z] [2023-03-13T13:35:35.949Z] Login Succeeded [2023-03-13T13:35:35.949Z] nexus3.edgexfoundry.org:10004 [2023-03-13T13:35:35.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:35.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:35.949Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:35.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:35.949Z] [2023-03-13T13:35:35.949Z] Login Succeeded [2023-03-13T13:35:35.949Z] docker.io [2023-03-13T13:35:36.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:35:36.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:35:36.209Z] Configure a credential helper to remove this warning. See [2023-03-13T13:35:36.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:35:36.209Z] [2023-03-13T13:35:36.209Z] Login Succeeded [2023-03-13T13:35:36.209Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T13:35:36.216Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-13T13:35:36.286Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T13:35:36.300Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T13:35:36.309Z] ========================================================= [2023-03-13T13:35:36.309Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-13T13:35:36.309Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:35:36.624Z] + 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 . [2023-03-13T13:35:36.624Z] Sending build context to Docker daemon 23.41MB [2023-03-13T13:35:36.624Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-13T13:35:36.624Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-13T13:35:36.884Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-13T13:35:36.884Z] 213ec9aee27d: Pulling fs layer [2023-03-13T13:35:36.884Z] 4583459ba037: Pulling fs layer [2023-03-13T13:35:36.884Z] 93c1e223e6f2: Pulling fs layer [2023-03-13T13:35:36.884Z] 53926ce57604: Pulling fs layer [2023-03-13T13:35:36.884Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-13T13:35:36.884Z] 22ff95d597cd: Pulling fs layer [2023-03-13T13:35:36.884Z] 12d6caf4c0d1: Pulling fs layer [2023-03-13T13:35:36.884Z] 96b7cbca73a9: Pulling fs layer [2023-03-13T13:35:36.884Z] a7acece74701: Pulling fs layer [2023-03-13T13:35:36.884Z] 53926ce57604: Waiting [2023-03-13T13:35:36.884Z] 21b2b0c7a3f4: Waiting [2023-03-13T13:35:36.884Z] 22ff95d597cd: Waiting [2023-03-13T13:35:36.884Z] 12d6caf4c0d1: Waiting [2023-03-13T13:35:36.884Z] 96b7cbca73a9: Waiting [2023-03-13T13:35:36.884Z] a7acece74701: Waiting [2023-03-13T13:35:36.884Z] 93c1e223e6f2: Download complete [2023-03-13T13:35:36.884Z] 4583459ba037: Verifying Checksum [2023-03-13T13:35:36.884Z] 4583459ba037: Download complete [2023-03-13T13:35:36.884Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-13T13:35:36.884Z] 21b2b0c7a3f4: Download complete [2023-03-13T13:35:36.884Z] 22ff95d597cd: Verifying Checksum [2023-03-13T13:35:36.884Z] 22ff95d597cd: Download complete [2023-03-13T13:35:36.884Z] 213ec9aee27d: Verifying Checksum [2023-03-13T13:35:36.884Z] 213ec9aee27d: Download complete [2023-03-13T13:35:36.884Z] 12d6caf4c0d1: Verifying Checksum [2023-03-13T13:35:36.884Z] 12d6caf4c0d1: Download complete [2023-03-13T13:35:37.146Z] 213ec9aee27d: Pull complete [2023-03-13T13:35:37.146Z] 4583459ba037: Pull complete [2023-03-13T13:35:37.146Z] 93c1e223e6f2: Pull complete [2023-03-13T13:35:37.408Z] a7acece74701: Verifying Checksum [2023-03-13T13:35:37.408Z] a7acece74701: Download complete [2023-03-13T13:35:37.667Z] 96b7cbca73a9: Verifying Checksum [2023-03-13T13:35:37.667Z] 96b7cbca73a9: Download complete [2023-03-13T13:35:37.667Z] 53926ce57604: Verifying Checksum [2023-03-13T13:35:37.667Z] 53926ce57604: Download complete [2023-03-13T13:35:41.860Z] 53926ce57604: Pull complete [2023-03-13T13:35:41.860Z] 21b2b0c7a3f4: Pull complete [2023-03-13T13:35:41.860Z] 22ff95d597cd: Pull complete [2023-03-13T13:35:42.119Z] 12d6caf4c0d1: Pull complete [2023-03-13T13:35:44.648Z] 96b7cbca73a9: Pull complete [2023-03-13T13:35:45.215Z] a7acece74701: Pull complete [2023-03-13T13:35:45.216Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-13T13:35:45.216Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-13T13:35:45.216Z] ---> db6d94c90886 [2023-03-13T13:35:45.216Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-13T13:35:47.122Z] ---> Running in 713d7d14e43e [2023-03-13T13:35:47.122Z] Removing intermediate container 713d7d14e43e [2023-03-13T13:35:47.122Z] ---> f029c862f34a [2023-03-13T13:35:47.122Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-13T13:35:47.122Z] ---> Running in 5c092b600ab3 [2023-03-13T13:35:47.122Z] Removing intermediate container 5c092b600ab3 [2023-03-13T13:35:47.122Z] ---> 4be378f4214b [2023-03-13T13:35:47.122Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-13T13:35:47.122Z] ---> Running in 9f22effd9dc9 [2023-03-13T13:35:47.380Z] Removing intermediate container 9f22effd9dc9 [2023-03-13T13:35:47.380Z] ---> bf72c1ab60f1 [2023-03-13T13:35:47.380Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-13T13:35:47.380Z] ---> Running in c67de40904e8 [2023-03-13T13:35:47.380Z] Removing intermediate container c67de40904e8 [2023-03-13T13:35:47.380Z] ---> d2d3cf0df159 [2023-03-13T13:35:47.380Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-13T13:35:47.380Z] ---> Running in 0435a49be092 [2023-03-13T13:35:47.954Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T13:35:47.954Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T13:35:48.215Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-13T13:35:48.215Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-13T13:35:48.215Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-13T13:35:48.215Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-13T13:35:48.215Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T13:35:48.215Z] OK: 216 MiB in 55 packages [2023-03-13T13:35:48.786Z] Removing intermediate container 0435a49be092 [2023-03-13T13:35:48.786Z] ---> 565a74cc7249 [2023-03-13T13:35:48.786Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-13T13:35:48.786Z] ---> 919d457adbbe [2023-03-13T13:35:48.786Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T13:35:48.786Z] ---> Running in 805bf060fea3 [2023-03-13T13:35:50.360Z] Still waiting to schedule task [2023-03-13T13:35:50.361Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-9878’ [2023-03-13T13:36:10.747Z] Removing intermediate container 805bf060fea3 [2023-03-13T13:36:10.747Z] ---> 5478a0e6339c [2023-03-13T13:36:10.747Z] Step 10/12 : COPY . . [2023-03-13T13:36:10.747Z] ---> c78acef57844 [2023-03-13T13:36:10.747Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-13T13:36:10.747Z] ---> Running in 8b1c1e2b1ee5 [2023-03-13T13:36:10.747Z] Removing intermediate container 8b1c1e2b1ee5 [2023-03-13T13:36:10.747Z] ---> d13512b8f89b [2023-03-13T13:36:10.747Z] Step 12/12 : RUN $MAKE [2023-03-13T13:36:10.747Z] ---> Running in e4349059b712 [2023-03-13T13:36:10.747Z] noop [2023-03-13T13:36:10.747Z] Removing intermediate container e4349059b712 [2023-03-13T13:36:10.747Z] ---> afc36f370c30 [2023-03-13T13:36:10.747Z] Successfully built afc36f370c30 [2023-03-13T13:36:10.747Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:36:11.052Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-13T13:36:11.052Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:36:11.122Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:36:11.155Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-13T13:36:11.552Z] $ docker top f2af539c54cc0c1f8e013ca70a8dffcf4e7983a9642c4662e743102decd1aeea -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T13:36:11.896Z] + go version [2023-03-13T13:36:11.896Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-13T13:36:11.914Z] $ docker stop --time=1 f2af539c54cc0c1f8e013ca70a8dffcf4e7983a9642c4662e743102decd1aeea [2023-03-13T13:36:13.237Z] $ docker rm -f --volumes f2af539c54cc0c1f8e013ca70a8dffcf4e7983a9642c4662e743102decd1aeea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:36:13.626Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-13T13:36:13.626Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:36:13.728Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:36:13.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-13T13:36:14.127Z] $ docker top fb9e576f34f7e7416aaf88204b0546c526901b81c961848b88621caaa56ce2c0 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T13:36:14.462Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-13T13:36:14.838Z] + make test [2023-03-13T13:36:14.838Z] go test ./... -coverprofile=coverage.out [2023-03-13T13:36:15.096Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-13T13:36:25.065Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-13T13:36:25.065Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.044s coverage: 65.7% of statements [2023-03-13T13:36:33.169Z] 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." [2023-03-13T13:36:33.169Z] go vet ./... [2023-03-13T13:36:35.698Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-13T13:36:35.698Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-13T13:36:35.698Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-13T13:36:35.970Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-13T13:36:35.993Z] $ docker stop --time=1 fb9e576f34f7e7416aaf88204b0546c526901b81c961848b88621caaa56ce2c0 [2023-03-13T13:36:37.751Z] $ docker rm -f --volumes fb9e576f34f7e7416aaf88204b0546c526901b81c961848b88621caaa56ce2c0 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-13T13:36:38.209Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-13T13:36:38.254Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-13T13:36:38.683Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-13T13:36:38.966Z] + ls -al . [2023-03-13T13:36:38.966Z] total 192 [2023-03-13T13:36:38.966Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 13 13:36 . [2023-03-13T13:36:38.966Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 13:35 .. [2023-03-13T13:36:38.966Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 13 13:36 .git [2023-03-13T13:36:38.966Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 13:35 .github [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 13 13:35 .gitignore [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 13 13:35 .golangci.yml [2023-03-13T13:36:38.966Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 13 13:35 .semver [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 13 13:35 Attribution.txt [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 13 13:35 CHANGELOG.md [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 13 13:35 Dockerfile [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 13 13:35 GOVERNANCE.md [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 13 13:35 Jenkinsfile [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 13 13:35 LICENSE [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 13 13:35 Makefile [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 13 13:35 OWNERS.md [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 13 13:35 README.md [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 13 13:35 VERSION [2023-03-13T13:36:38.966Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 13:35 bin [2023-03-13T13:36:38.966Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 13:35 cmd [2023-03-13T13:36:38.966Z] -rw-r--r-- 1 jenkins jenkins 44127 Mar 13 13:36 coverage.out [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 13 13:35 go.mod [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 30608 Mar 13 13:35 go.sum [2023-03-13T13:36:38.966Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 13:35 internal [2023-03-13T13:36:38.966Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 13:35 snap [2023-03-13T13:36:38.966Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 13 13:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:36:39.278Z] + 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=0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 --label arch=amd64 --label version=3.0.0-dev.20 . [2023-03-13T13:36:39.278Z] Sending build context to Docker daemon 23.45MB [2023-03-13T13:36:39.278Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-13T13:36:39.278Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-13T13:36:39.278Z] ---> afc36f370c30 [2023-03-13T13:36:39.278Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-13T13:36:39.541Z] ---> Running in 184a19161320 [2023-03-13T13:36:39.541Z] Removing intermediate container 184a19161320 [2023-03-13T13:36:39.541Z] ---> 7b6eaa0b0174 [2023-03-13T13:36:39.541Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-13T13:36:39.541Z] ---> Running in fe3a92d81a78 [2023-03-13T13:36:39.541Z] Removing intermediate container fe3a92d81a78 [2023-03-13T13:36:39.541Z] ---> 826a9b757c90 [2023-03-13T13:36:39.541Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-13T13:36:39.805Z] ---> Running in 75669203bbc0 [2023-03-13T13:36:39.805Z] Removing intermediate container 75669203bbc0 [2023-03-13T13:36:39.805Z] ---> f74ce272731a [2023-03-13T13:36:39.805Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-13T13:36:39.805Z] ---> Running in af747f319e64 [2023-03-13T13:36:39.805Z] Removing intermediate container af747f319e64 [2023-03-13T13:36:39.805Z] ---> 2b6ca22140d4 [2023-03-13T13:36:39.805Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-13T13:36:40.067Z] ---> Running in d5f52a0be011 [2023-03-13T13:36:40.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T13:36:40.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T13:36:40.585Z] OK: 216 MiB in 55 packages [2023-03-13T13:36:41.156Z] Removing intermediate container d5f52a0be011 [2023-03-13T13:36:41.156Z] ---> 7b5ba83aff8f [2023-03-13T13:36:41.156Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-13T13:36:41.156Z] ---> d4ef7bc89720 [2023-03-13T13:36:41.156Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T13:36:41.156Z] ---> Running in d4a2b0a59384 [2023-03-13T13:36:42.093Z] Removing intermediate container d4a2b0a59384 [2023-03-13T13:36:42.093Z] ---> d99473040d50 [2023-03-13T13:36:42.093Z] Step 10/25 : COPY . . [2023-03-13T13:36:42.661Z] ---> 276ac3879316 [2023-03-13T13:36:42.661Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-13T13:36:42.661Z] ---> Running in e4e1497587b0 [2023-03-13T13:36:42.919Z] Removing intermediate container e4e1497587b0 [2023-03-13T13:36:42.919Z] ---> cac73e578a93 [2023-03-13T13:36:42.919Z] Step 12/25 : RUN $MAKE [2023-03-13T13:36:42.919Z] ---> Running in 2343c3d3e164 [2023-03-13T13:36:43.177Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.20" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-03-13T13:37:05.329Z] Removing intermediate container 2343c3d3e164 [2023-03-13T13:37:05.329Z] ---> be430fabc689 [2023-03-13T13:37:05.329Z] Step 13/25 : FROM alpine:3.16 [2023-03-13T13:37:05.329Z] 3.16: Pulling from library/alpine [2023-03-13T13:37:05.330Z] ef5531b6e74e: Pulling fs layer [2023-03-13T13:37:05.330Z] ef5531b6e74e: Verifying Checksum [2023-03-13T13:37:05.330Z] ef5531b6e74e: Download complete [2023-03-13T13:37:05.330Z] ef5531b6e74e: Pull complete [2023-03-13T13:37:05.330Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-13T13:37:05.330Z] Status: Downloaded newer image for alpine:3.16 [2023-03-13T13:37:05.330Z] ---> dfd21b5a31f5 [2023-03-13T13:37:05.330Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-13T13:37:05.330Z] ---> Running in 3d1d55566c17 [2023-03-13T13:37:05.330Z] Removing intermediate container 3d1d55566c17 [2023-03-13T13:37:05.330Z] ---> 9443b2d98a37 [2023-03-13T13:37:05.330Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-13T13:37:05.330Z] ---> Running in 59afbc1fc603 [2023-03-13T13:37:05.330Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-13T13:37:05.330Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-13T13:37:05.330Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T13:37:05.330Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T13:37:05.330Z] OK: 6 MiB in 15 packages [2023-03-13T13:37:05.330Z] Removing intermediate container 59afbc1fc603 [2023-03-13T13:37:05.330Z] ---> 01f810c01796 [2023-03-13T13:37:05.330Z] Step 16/25 : WORKDIR / [2023-03-13T13:37:05.330Z] ---> Running in d15d092c16b2 [2023-03-13T13:37:05.330Z] Removing intermediate container d15d092c16b2 [2023-03-13T13:37:05.330Z] ---> 680ae81bda1d [2023-03-13T13:37:05.330Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-13T13:37:05.330Z] ---> 7d5f7ab6df87 [2023-03-13T13:37:05.330Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-13T13:37:05.330Z] ---> 30d0ccb26aaf [2023-03-13T13:37:05.330Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-13T13:37:05.958Z] ---> a04492a1c520 [2023-03-13T13:37:05.958Z] Step 20/25 : EXPOSE 59900 [2023-03-13T13:37:05.958Z] ---> Running in 9975a8c73784 [2023-03-13T13:37:05.958Z] Removing intermediate container 9975a8c73784 [2023-03-13T13:37:05.958Z] ---> 4bfcb3b4052f [2023-03-13T13:37:05.959Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-13T13:37:05.959Z] ---> Running in e6cab8554482 [2023-03-13T13:37:05.959Z] Removing intermediate container e6cab8554482 [2023-03-13T13:37:05.959Z] ---> 57f3153a9622 [2023-03-13T13:37:05.959Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T13:37:06.219Z] ---> Running in 6751007c983e [2023-03-13T13:37:06.219Z] Removing intermediate container 6751007c983e [2023-03-13T13:37:06.220Z] ---> bf4e3aa3307f [2023-03-13T13:37:06.220Z] Step 23/25 : LABEL arch=amd64 [2023-03-13T13:37:06.220Z] ---> Running in db3e1107c36e [2023-03-13T13:37:06.220Z] Removing intermediate container db3e1107c36e [2023-03-13T13:37:06.220Z] ---> b4024b68b4c1 [2023-03-13T13:37:06.220Z] Step 24/25 : LABEL git_sha=0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:37:06.220Z] ---> Running in 21c51a11b1b6 [2023-03-13T13:37:06.479Z] Removing intermediate container 21c51a11b1b6 [2023-03-13T13:37:06.479Z] ---> fd52d3019f17 [2023-03-13T13:37:06.479Z] Step 25/25 : LABEL version=3.0.0-dev.20 [2023-03-13T13:37:06.479Z] ---> Running in e5da791d3c7a [2023-03-13T13:37:06.479Z] Removing intermediate container e5da791d3c7a [2023-03-13T13:37:06.479Z] ---> 4ec54e0b8de3 [2023-03-13T13:37:06.479Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-13T13:37:06.479Z] Successfully built 4ec54e0b8de3 [2023-03-13T13:37:06.479Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-13T13:37:06.591Z] provisioning config files... [2023-03-13T13:37:06.601Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12354892350202750344tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:37:06.899Z] ---> docker-login.sh [2023-03-13T13:37:06.899Z] nexus3.edgexfoundry.org:10001 [2023-03-13T13:37:06.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:37:06.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:37:06.899Z] Configure a credential helper to remove this warning. See [2023-03-13T13:37:06.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:37:06.899Z] [2023-03-13T13:37:06.899Z] Login Succeeded [2023-03-13T13:37:06.899Z] nexus3.edgexfoundry.org:10002 [2023-03-13T13:37:06.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:37:06.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:37:06.899Z] Configure a credential helper to remove this warning. See [2023-03-13T13:37:06.899Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:37:06.899Z] [2023-03-13T13:37:06.899Z] Login Succeeded [2023-03-13T13:37:06.899Z] nexus3.edgexfoundry.org:10003 [2023-03-13T13:37:07.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:37:07.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:37:07.159Z] Configure a credential helper to remove this warning. See [2023-03-13T13:37:07.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:37:07.159Z] [2023-03-13T13:37:07.159Z] Login Succeeded [2023-03-13T13:37:07.159Z] nexus3.edgexfoundry.org:10004 [2023-03-13T13:37:07.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:37:07.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:37:07.159Z] Configure a credential helper to remove this warning. See [2023-03-13T13:37:07.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:37:07.159Z] [2023-03-13T13:37:07.159Z] Login Succeeded [2023-03-13T13:37:07.159Z] docker.io [2023-03-13T13:37:07.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:37:07.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:37:07.418Z] Configure a credential helper to remove this warning. See [2023-03-13T13:37:07.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:37:07.418Z] [2023-03-13T13:37:07.418Z] Login Succeeded [2023-03-13T13:37:07.418Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T13:37:07.425Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T13:37:07.448Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T13:37:07.464Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2023-03-13T13:37:07.464Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:37:07.464Z] latest [2023-03-13T13:37:07.464Z] 3.0.0-dev.20 [2023-03-13T13:37:07.464Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20 [2023-03-13T13:37:07.464Z] main [2023-03-13T13:37:07.464Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:07.769Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:08.075Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:37:08.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-13T13:37:08.075Z] c0fc59ca1c18: Preparing [2023-03-13T13:37:08.075Z] d1dcc93a1dbb: Preparing [2023-03-13T13:37:08.075Z] 2a332847aa68: Preparing [2023-03-13T13:37:08.075Z] 6afd0dc643e7: Preparing [2023-03-13T13:37:08.075Z] aa5968d388b8: Preparing [2023-03-13T13:37:08.075Z] aa5968d388b8: Layer already exists [2023-03-13T13:37:08.075Z] d1dcc93a1dbb: Pushed [2023-03-13T13:37:08.075Z] 6afd0dc643e7: Pushed [2023-03-13T13:37:08.075Z] 2a332847aa68: Pushed [2023-03-13T13:37:11.383Z] c0fc59ca1c18: Pushed [2023-03-13T13:37:11.383Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195: digest: sha256:37d0123bd810753f595deeeb5f8b66fd99b2585654fc3d60bcae091567959315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:11.690Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:11.995Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-03-13T13:37:11.995Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-13T13:37:11.995Z] c0fc59ca1c18: Preparing [2023-03-13T13:37:11.995Z] d1dcc93a1dbb: Preparing [2023-03-13T13:37:11.995Z] 2a332847aa68: Preparing [2023-03-13T13:37:11.995Z] 6afd0dc643e7: Preparing [2023-03-13T13:37:11.995Z] aa5968d388b8: Preparing [2023-03-13T13:37:11.995Z] d1dcc93a1dbb: Layer already exists [2023-03-13T13:37:11.995Z] 2a332847aa68: Layer already exists [2023-03-13T13:37:11.995Z] c0fc59ca1c18: Layer already exists [2023-03-13T13:37:11.995Z] aa5968d388b8: Layer already exists [2023-03-13T13:37:11.995Z] 6afd0dc643e7: Layer already exists [2023-03-13T13:37:11.995Z] latest: digest: sha256:37d0123bd810753f595deeeb5f8b66fd99b2585654fc3d60bcae091567959315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:12.314Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:12.617Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.20 [2023-03-13T13:37:12.617Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-13T13:37:12.617Z] c0fc59ca1c18: Preparing [2023-03-13T13:37:12.617Z] d1dcc93a1dbb: Preparing [2023-03-13T13:37:12.617Z] 2a332847aa68: Preparing [2023-03-13T13:37:12.617Z] 6afd0dc643e7: Preparing [2023-03-13T13:37:12.617Z] aa5968d388b8: Preparing [2023-03-13T13:37:12.617Z] 6afd0dc643e7: Layer already exists [2023-03-13T13:37:12.617Z] aa5968d388b8: Layer already exists [2023-03-13T13:37:12.617Z] d1dcc93a1dbb: Layer already exists [2023-03-13T13:37:12.617Z] 2a332847aa68: Layer already exists [2023-03-13T13:37:12.617Z] c0fc59ca1c18: Layer already exists [2023-03-13T13:37:12.617Z] 3.0.0-dev.20: digest: sha256:37d0123bd810753f595deeeb5f8b66fd99b2585654fc3d60bcae091567959315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:12.926Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:13.232Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20 [2023-03-13T13:37:13.232Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-13T13:37:13.232Z] c0fc59ca1c18: Preparing [2023-03-13T13:37:13.232Z] d1dcc93a1dbb: Preparing [2023-03-13T13:37:13.232Z] 2a332847aa68: Preparing [2023-03-13T13:37:13.232Z] 6afd0dc643e7: Preparing [2023-03-13T13:37:13.232Z] aa5968d388b8: Preparing [2023-03-13T13:37:13.232Z] aa5968d388b8: Layer already exists [2023-03-13T13:37:13.232Z] 2a332847aa68: Layer already exists [2023-03-13T13:37:13.232Z] d1dcc93a1dbb: Layer already exists [2023-03-13T13:37:13.232Z] c0fc59ca1c18: Layer already exists [2023-03-13T13:37:13.232Z] 6afd0dc643e7: Layer already exists [2023-03-13T13:37:13.232Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20: digest: sha256:37d0123bd810753f595deeeb5f8b66fd99b2585654fc3d60bcae091567959315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:13.538Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:13.840Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2023-03-13T13:37:13.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-13T13:37:13.840Z] c0fc59ca1c18: Preparing [2023-03-13T13:37:13.840Z] d1dcc93a1dbb: Preparing [2023-03-13T13:37:13.840Z] 2a332847aa68: Preparing [2023-03-13T13:37:13.840Z] 6afd0dc643e7: Preparing [2023-03-13T13:37:13.840Z] aa5968d388b8: Preparing [2023-03-13T13:37:13.840Z] aa5968d388b8: Layer already exists [2023-03-13T13:37:13.840Z] c0fc59ca1c18: Layer already exists [2023-03-13T13:37:13.840Z] 6afd0dc643e7: Layer already exists [2023-03-13T13:37:13.840Z] d1dcc93a1dbb: Layer already exists [2023-03-13T13:37:13.840Z] 2a332847aa68: Layer already exists [2023-03-13T13:37:13.840Z] main: digest: sha256:37d0123bd810753f595deeeb5f8b66fd99b2585654fc3d60bcae091567959315 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T13:37:13.874Z] ===================================================== [Pipeline] echo [2023-03-13T13:37:13.880Z] taggedImages: [2023-03-13T13:37:13.880Z] - nexus3.edgexfoundry.org:10004/device-virtual:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:37:13.880Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-03-13T13:37:13.880Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.20 [2023-03-13T13:37:13.880Z] - nexus3.edgexfoundry.org:10004/device-virtual:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20 [2023-03-13T13:37:13.880Z] - 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 [2023-03-13T13:37:14.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-13T13:37:14.242Z] [2023-03-13T13:37:14.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:37:14.538Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-13T13:37:14.538Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-13T13:37:14.538Z] 5eb5b503b376: Pulling fs layer [2023-03-13T13:37:14.538Z] 5c69ac0246d0: Pulling fs layer [2023-03-13T13:37:14.538Z] ec43610c2a17: Pulling fs layer [2023-03-13T13:37:14.538Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-13T13:37:14.538Z] 33b1e0a273af: Pulling fs layer [2023-03-13T13:37:14.538Z] 5d3b04190fa2: Pulling fs layer [2023-03-13T13:37:14.538Z] 2f39f015ded8: Pulling fs layer [2023-03-13T13:37:14.538Z] 5d3b04190fa2: Waiting [2023-03-13T13:37:14.538Z] 3a2ae6a8a46f: Waiting [2023-03-13T13:37:14.538Z] 2f39f015ded8: Waiting [2023-03-13T13:37:14.538Z] 33b1e0a273af: Waiting [2023-03-13T13:37:14.538Z] 5c69ac0246d0: Download complete [2023-03-13T13:37:14.538Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-13T13:37:14.538Z] 3a2ae6a8a46f: Download complete [2023-03-13T13:37:14.797Z] 33b1e0a273af: Verifying Checksum [2023-03-13T13:37:14.797Z] 33b1e0a273af: Download complete [2023-03-13T13:37:14.797Z] 5d3b04190fa2: Verifying Checksum [2023-03-13T13:37:14.797Z] 5d3b04190fa2: Download complete [2023-03-13T13:37:14.797Z] ec43610c2a17: Verifying Checksum [2023-03-13T13:37:14.797Z] ec43610c2a17: Download complete [2023-03-13T13:37:14.797Z] 5eb5b503b376: Verifying Checksum [2023-03-13T13:37:14.797Z] 5eb5b503b376: Download complete [2023-03-13T13:37:15.730Z] 2f39f015ded8: Download complete [2023-03-13T13:37:16.294Z] 5eb5b503b376: Pull complete [2023-03-13T13:37:16.294Z] 5c69ac0246d0: Pull complete [2023-03-13T13:37:16.860Z] ec43610c2a17: Pull complete [2023-03-13T13:37:16.860Z] 3a2ae6a8a46f: Pull complete [2023-03-13T13:37:17.118Z] 33b1e0a273af: Pull complete [2023-03-13T13:37:17.118Z] 5d3b04190fa2: Pull complete [2023-03-13T13:37:22.393Z] 2f39f015ded8: Pull complete [2023-03-13T13:37:22.393Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-13T13:37:22.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-13T13:37:22.393Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:37:22.472Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:37:22.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-13T13:37:24.204Z] $ docker top 2d112c4aa805c1d7f8069a35e87bb65317108a68bf4f72b75210d6734330a264 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:37:24.579Z] ---> job-cost.sh [2023-03-13T13:37:24.579Z] lf-activate-venv: SKIPPING [2023-03-13T13:37:24.579Z] INFO: No Stack... [2023-03-13T13:37:24.838Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-13T13:37:25.098Z] INFO: Archiving Costs [Pipeline] sh [2023-03-13T13:37:25.387Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2023-03-13T13:37:25.387Z] + cut -d, -f6 [Pipeline] lock [2023-03-13T13:37:25.402Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-91-stack-cost] [2023-03-13T13:37:25.412Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-91-stack-cost] did not exist. Created. [2023-03-13T13:37:25.412Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-13T13:37:25.709Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-13T13:37:25.740Z] Stashed 1 file(s) [Pipeline] } [2023-03-13T13:37:25.750Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-91-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-13T13:37:25.772Z] $ docker stop --time=1 2d112c4aa805c1d7f8069a35e87bb65317108a68bf4f72b75210d6734330a264 [2023-03-13T13:37:26.944Z] $ docker rm -f --volumes 2d112c4aa805c1d7f8069a35e87bb65317108a68bf4f72b75210d6734330a264 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-13T13:38:28.782Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9881 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2023-03-13T13:38:28.794Z] Running in /w/workspace/device-virtual-go/91 [Pipeline] { [Pipeline] checkout [2023-03-13T13:38:28.833Z] The recommended git tool is: git [2023-03-13T13:38:34.598Z] using credential edgex-jenkins-ssh [2023-03-13T13:38:34.617Z] Cloning the remote Git repository [2023-03-13T13:38:34.676Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-03-13T13:38:34.768Z] > git init /w/workspace/device-virtual-go/91 # timeout=10 [2023-03-13T13:38:34.950Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-13T13:38:34.951Z] > git --version # timeout=10 [2023-03-13T13:38:34.979Z] > git --version # 'git version 2.25.1' [2023-03-13T13:38:34.982Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-13T13:38:35.063Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-13T13:38:37.192Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-13T13:38:37.214Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-13T13:38:38.168Z] Avoid second fetch [2023-03-13T13:38:38.169Z] Checking out Revision 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 (main) [2023-03-13T13:38:38.730Z] Commit message: "Merge pull request #352 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.50" [2023-03-13T13:38:38.188Z] > git config core.sparsecheckout # timeout=10 [2023-03-13T13:38:38.206Z] > git checkout -f 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-13T13:38:39.653Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-13T13:38:39.653Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T13:38:39.653Z] Dload Upload Total Spent Left Speed [2023-03-13T13:38:39.653Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 90432 0 --:--:-- --:--:-- --:--:-- 90432 [Pipeline] sh [2023-03-13T13:38:40.366Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-13T13:38:40.706Z] + sudo tee /etc/docker/daemon.new [2023-03-13T13:38:40.706Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-13T13:38:40.706Z] { [2023-03-13T13:38:40.706Z] "registry-mirrors": [ [2023-03-13T13:38:40.706Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-13T13:38:40.706Z] ], [2023-03-13T13:38:40.706Z] "bip": "10.250.0.254/24", [2023-03-13T13:38:40.706Z] "hosts": [ [2023-03-13T13:38:40.706Z] "tcp://0.0.0.0:5555", [2023-03-13T13:38:40.706Z] "unix:///var/run/docker.sock" [2023-03-13T13:38:40.706Z] ], [2023-03-13T13:38:40.706Z] "mtu": 1458, [2023-03-13T13:38:40.706Z] "selinux-enabled": true, [2023-03-13T13:38:40.706Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-13T13:38:40.706Z] } [Pipeline] sh [2023-03-13T13:38:41.056Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-13T13:38:41.394Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-13T13:39:03.544Z] provisioning config files... [2023-03-13T13:39:03.575Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/91@tmp/config272284628703156595tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:39:03.946Z] ---> docker-login.sh [2023-03-13T13:39:03.946Z] nexus3.edgexfoundry.org:10001 [2023-03-13T13:39:04.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:39:04.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:39:04.539Z] Configure a credential helper to remove this warning. See [2023-03-13T13:39:04.539Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:39:04.539Z] [2023-03-13T13:39:04.539Z] Login Succeeded [2023-03-13T13:39:04.539Z] nexus3.edgexfoundry.org:10002 [2023-03-13T13:39:04.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:39:05.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:39:05.081Z] Configure a credential helper to remove this warning. See [2023-03-13T13:39:05.081Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:39:05.081Z] [2023-03-13T13:39:05.081Z] Login Succeeded [2023-03-13T13:39:05.081Z] nexus3.edgexfoundry.org:10003 [2023-03-13T13:39:05.354Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:39:05.354Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:39:05.354Z] Configure a credential helper to remove this warning. See [2023-03-13T13:39:05.354Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:39:05.354Z] [2023-03-13T13:39:05.354Z] Login Succeeded [2023-03-13T13:39:05.354Z] nexus3.edgexfoundry.org:10004 [2023-03-13T13:39:05.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:39:05.898Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:39:05.898Z] Configure a credential helper to remove this warning. See [2023-03-13T13:39:05.898Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:39:05.898Z] [2023-03-13T13:39:05.898Z] Login Succeeded [2023-03-13T13:39:05.898Z] docker.io [2023-03-13T13:39:06.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:39:06.438Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:39:06.438Z] Configure a credential helper to remove this warning. See [2023-03-13T13:39:06.438Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:39:06.438Z] [2023-03-13T13:39:06.438Z] Login Succeeded [2023-03-13T13:39:06.438Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T13:39:06.456Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-13T13:39:06.766Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T13:39:06.781Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T13:39:06.792Z] ========================================================= [2023-03-13T13:39:06.792Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-13T13:39:06.792Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:39:07.138Z] + 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 . [2023-03-13T13:39:07.409Z] Sending build context to Docker daemon 11.86MB [2023-03-13T13:39:07.683Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-13T13:39:07.683Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-13T13:39:07.683Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-13T13:39:07.683Z] 9b18e9b68314: Pulling fs layer [2023-03-13T13:39:07.683Z] 35d82f9e3411: Pulling fs layer [2023-03-13T13:39:07.683Z] e16973657156: Pulling fs layer [2023-03-13T13:39:07.683Z] fc693d55d65f: Pulling fs layer [2023-03-13T13:39:07.683Z] 7e9fc2657dce: Pulling fs layer [2023-03-13T13:39:07.683Z] dda99020689f: Pulling fs layer [2023-03-13T13:39:07.683Z] db1c61fa0a46: Pulling fs layer [2023-03-13T13:39:07.683Z] 891c053d2c06: Pulling fs layer [2023-03-13T13:39:07.683Z] dda99020689f: Waiting [2023-03-13T13:39:07.683Z] db1c61fa0a46: Waiting [2023-03-13T13:39:07.683Z] 891c053d2c06: Waiting [2023-03-13T13:39:07.683Z] 7e9fc2657dce: Waiting [2023-03-13T13:39:07.683Z] fc693d55d65f: Waiting [2023-03-13T13:39:07.683Z] e16973657156: Verifying Checksum [2023-03-13T13:39:07.683Z] e16973657156: Download complete [2023-03-13T13:39:07.683Z] 35d82f9e3411: Verifying Checksum [2023-03-13T13:39:07.683Z] 35d82f9e3411: Download complete [2023-03-13T13:39:07.968Z] 7e9fc2657dce: Verifying Checksum [2023-03-13T13:39:07.968Z] 7e9fc2657dce: Download complete [2023-03-13T13:39:07.968Z] dda99020689f: Verifying Checksum [2023-03-13T13:39:07.968Z] dda99020689f: Download complete [2023-03-13T13:39:07.968Z] 9b18e9b68314: Verifying Checksum [2023-03-13T13:39:07.968Z] 9b18e9b68314: Download complete [2023-03-13T13:39:08.944Z] 9b18e9b68314: Pull complete [2023-03-13T13:39:09.223Z] 891c053d2c06: Verifying Checksum [2023-03-13T13:39:09.223Z] 891c053d2c06: Download complete [2023-03-13T13:39:09.494Z] 35d82f9e3411: Pull complete [2023-03-13T13:39:09.766Z] e16973657156: Pull complete [2023-03-13T13:39:10.359Z] db1c61fa0a46: Verifying Checksum [2023-03-13T13:39:10.359Z] db1c61fa0a46: Download complete [2023-03-13T13:39:10.950Z] fc693d55d65f: Verifying Checksum [2023-03-13T13:39:10.950Z] fc693d55d65f: Download complete [2023-03-13T13:39:23.304Z] fc693d55d65f: Pull complete [2023-03-13T13:39:23.586Z] 7e9fc2657dce: Pull complete [2023-03-13T13:39:23.856Z] dda99020689f: Pull complete [2023-03-13T13:39:30.535Z] db1c61fa0a46: Pull complete [2023-03-13T13:39:32.493Z] 891c053d2c06: Pull complete [2023-03-13T13:39:32.493Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-13T13:39:32.493Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-13T13:39:32.493Z] ---> f96f9c87975a [2023-03-13T13:39:32.493Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-13T13:39:33.459Z] ---> Running in 0901119aea64 [2023-03-13T13:39:33.459Z] Removing intermediate container 0901119aea64 [2023-03-13T13:39:33.459Z] ---> 5e60c4d63ff6 [2023-03-13T13:39:33.459Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-13T13:39:33.740Z] ---> Running in 7aeccd85b201 [2023-03-13T13:39:34.011Z] Removing intermediate container 7aeccd85b201 [2023-03-13T13:39:34.012Z] ---> 936270e3943d [2023-03-13T13:39:34.012Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-13T13:39:34.012Z] ---> Running in fc89ec26166b [2023-03-13T13:39:34.599Z] Removing intermediate container fc89ec26166b [2023-03-13T13:39:34.599Z] ---> 9fdd4b52feff [2023-03-13T13:39:34.599Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-13T13:39:34.599Z] ---> Running in 4abc400334c5 [2023-03-13T13:39:34.871Z] Removing intermediate container 4abc400334c5 [2023-03-13T13:39:34.871Z] ---> c0cd137269bb [2023-03-13T13:39:34.871Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-13T13:39:35.140Z] ---> Running in 1710f471de71 [2023-03-13T13:39:36.562Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T13:39:36.562Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T13:39:37.531Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-13T13:39:37.531Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-13T13:39:37.531Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-13T13:39:37.801Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-13T13:39:37.801Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T13:39:37.801Z] OK: 226 MiB in 55 packages [2023-03-13T13:39:39.223Z] Removing intermediate container 1710f471de71 [2023-03-13T13:39:39.223Z] ---> ff47a22e1153 [2023-03-13T13:39:39.223Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-13T13:39:39.808Z] ---> 39ab90e9349f [2023-03-13T13:39:39.808Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T13:39:40.077Z] ---> Running in fe92aa33d375 [2023-03-13T13:40:48.111Z] Removing intermediate container fe92aa33d375 [2023-03-13T13:40:48.111Z] ---> 49eb607864db [2023-03-13T13:40:48.111Z] Step 10/12 : COPY . . [2023-03-13T13:40:48.111Z] ---> 00ab5106b68c [2023-03-13T13:40:48.111Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-13T13:40:48.111Z] ---> Running in a60eec47e3c5 [2023-03-13T13:40:48.111Z] Removing intermediate container a60eec47e3c5 [2023-03-13T13:40:48.111Z] ---> b31cbbce967c [2023-03-13T13:40:48.111Z] Step 12/12 : RUN $MAKE [2023-03-13T13:40:48.111Z] ---> Running in d433925ce893 [2023-03-13T13:40:48.111Z] noop [2023-03-13T13:40:48.111Z] Removing intermediate container d433925ce893 [2023-03-13T13:40:48.111Z] ---> c981441eb3ff [2023-03-13T13:40:48.111Z] Successfully built c981441eb3ff [2023-03-13T13:40:48.111Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:40:48.491Z] + docker inspect -f . ci-base-image-arm64 [2023-03-13T13:40:48.491Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:40:48.704Z] prd-ubuntu20.04-docker-arm64-4c-16g-9881 does not seem to be running inside a container [2023-03-13T13:40:48.785Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/91 -v /w/workspace/device-virtual-go/91:/w/workspace/device-virtual-go/91:rw,z -v /w/workspace/device-virtual-go/91@tmp:/w/workspace/device-virtual-go/91@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 [2023-03-13T13:40:50.062Z] $ docker top 0af24d8dd314b65a7dc1e61ba6e7e35b491970b65662f288e369768b5ff2d643 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T13:40:50.913Z] + go version [2023-03-13T13:40:50.913Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-13T13:40:50.937Z] $ docker stop --time=1 0af24d8dd314b65a7dc1e61ba6e7e35b491970b65662f288e369768b5ff2d643 [2023-03-13T13:40:52.589Z] $ docker rm -f --volumes 0af24d8dd314b65a7dc1e61ba6e7e35b491970b65662f288e369768b5ff2d643 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:40:53.161Z] + docker inspect -f . ci-base-image-arm64 [2023-03-13T13:40:53.161Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:40:53.361Z] prd-ubuntu20.04-docker-arm64-4c-16g-9881 does not seem to be running inside a container [2023-03-13T13:40:53.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/91 -v /w/workspace/device-virtual-go/91:/w/workspace/device-virtual-go/91:rw,z -v /w/workspace/device-virtual-go/91@tmp:/w/workspace/device-virtual-go/91@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 [2023-03-13T13:40:54.743Z] $ docker top 1d95167e079445f3b0887fe48fcca06bf9163f532b229bc1ec9496b8c5740b65 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T13:40:55.584Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/91 [Pipeline] fileExists [Pipeline] sh [2023-03-13T13:40:56.245Z] + make test [2023-03-13T13:40:56.245Z] go test ./... -coverprofile=coverage.out [2023-03-13T13:40:58.205Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-13T13:42:34.900Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-13T13:42:34.900Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.121s coverage: 65.7% of statements [2023-03-13T13:42:34.900Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-13T13:42:34.900Z] go vet ./... [2023-03-13T13:42:47.234Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-13T13:42:47.234Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-13T13:42:47.234Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-13T13:42:47.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-13T13:42:47.271Z] $ docker stop --time=1 1d95167e079445f3b0887fe48fcca06bf9163f532b229bc1ec9496b8c5740b65 [2023-03-13T13:42:49.139Z] $ docker rm -f --volumes 1d95167e079445f3b0887fe48fcca06bf9163f532b229bc1ec9496b8c5740b65 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-13T13:42:50.037Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-13T13:42:50.060Z] Warning: overwriting stash ‘coverage-report’ [2023-03-13T13:42:50.609Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-13T13:42:50.987Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-13T13:42:51.325Z] + ls -al . [2023-03-13T13:42:51.325Z] total 188 [2023-03-13T13:42:51.325Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 13 13:40 . [2023-03-13T13:42:51.325Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 13:38 .. [2023-03-13T13:42:51.325Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 13 13:38 .git [2023-03-13T13:42:51.325Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 13:38 .github [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 13 13:38 .gitignore [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 13 13:38 .golangci.yml [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 13 13:38 Attribution.txt [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 13 13:38 CHANGELOG.md [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 13 13:38 Dockerfile [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 13 13:38 GOVERNANCE.md [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 13 13:38 Jenkinsfile [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 13 13:38 LICENSE [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 13 13:38 Makefile [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 13 13:38 OWNERS.md [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 13 13:38 README.md [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 13 13:35 VERSION [2023-03-13T13:42:51.325Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 13 13:38 bin [2023-03-13T13:42:51.325Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 13:38 cmd [2023-03-13T13:42:51.325Z] -rw-r--r-- 1 jenkins jenkins 44127 Mar 13 13:42 coverage.out [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 13 13:38 go.mod [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 30608 Mar 13 13:38 go.sum [2023-03-13T13:42:51.325Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 13 13:38 internal [2023-03-13T13:42:51.325Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 13 13:38 snap [2023-03-13T13:42:51.325Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 13 13:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:42:51.669Z] + 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=0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 --label arch=arm64 --label version=3.0.0-dev.20 . [2023-03-13T13:42:52.641Z] Sending build context to Docker daemon 11.91MB [2023-03-13T13:42:52.908Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-13T13:42:52.908Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-13T13:42:52.908Z] ---> c981441eb3ff [2023-03-13T13:42:52.908Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-13T13:42:52.908Z] ---> Running in 253e9b5c69f9 [2023-03-13T13:42:53.181Z] Removing intermediate container 253e9b5c69f9 [2023-03-13T13:42:53.181Z] ---> 8950f538141f [2023-03-13T13:42:53.181Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-13T13:42:53.450Z] ---> Running in 15073548db78 [2023-03-13T13:42:53.717Z] Removing intermediate container 15073548db78 [2023-03-13T13:42:53.717Z] ---> 538e44aa2eef [2023-03-13T13:42:53.717Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-13T13:42:53.717Z] ---> Running in 902a0bccc614 [2023-03-13T13:42:54.306Z] Removing intermediate container 902a0bccc614 [2023-03-13T13:42:54.306Z] ---> a8584d4450c3 [2023-03-13T13:42:54.306Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-13T13:42:54.306Z] ---> Running in 8e6131316898 [2023-03-13T13:42:54.579Z] Removing intermediate container 8e6131316898 [2023-03-13T13:42:54.579Z] ---> 0c4d98542ad2 [2023-03-13T13:42:54.579Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-13T13:42:54.579Z] ---> Running in c2113f14100d [2023-03-13T13:42:55.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T13:42:56.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T13:42:57.097Z] OK: 226 MiB in 55 packages [2023-03-13T13:42:58.056Z] Removing intermediate container c2113f14100d [2023-03-13T13:42:58.056Z] ---> 03f400954e52 [2023-03-13T13:42:58.056Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-13T13:42:58.326Z] ---> 3374c43e236e [2023-03-13T13:42:58.326Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-13T13:42:58.592Z] ---> Running in e3308f1625d0 [2023-03-13T13:43:01.931Z] Removing intermediate container e3308f1625d0 [2023-03-13T13:43:01.931Z] ---> 4879528f51e0 [2023-03-13T13:43:01.931Z] Step 10/25 : COPY . . [2023-03-13T13:43:02.898Z] ---> 2a26d1c2914d [2023-03-13T13:43:02.898Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-13T13:43:02.898Z] ---> Running in b01319f490ee [2023-03-13T13:43:03.165Z] Removing intermediate container b01319f490ee [2023-03-13T13:43:03.165Z] ---> 47b4fd6f1a8b [2023-03-13T13:43:03.165Z] Step 12/25 : RUN $MAKE [2023-03-13T13:43:03.433Z] ---> Running in 7c6307cff50a [2023-03-13T13:43:04.401Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.20" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-03-13T13:45:26.127Z] Removing intermediate container 7c6307cff50a [2023-03-13T13:45:26.127Z] ---> 8da78aaf731e [2023-03-13T13:45:26.127Z] Step 13/25 : FROM alpine:3.16 [2023-03-13T13:45:26.127Z] 3.16: Pulling from library/alpine [2023-03-13T13:45:26.127Z] 3760b48202b3: Pulling fs layer [2023-03-13T13:45:26.127Z] 3760b48202b3: Verifying Checksum [2023-03-13T13:45:26.127Z] 3760b48202b3: Pull complete [2023-03-13T13:45:26.127Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-13T13:45:26.127Z] Status: Downloaded newer image for alpine:3.16 [2023-03-13T13:45:26.127Z] ---> 4c81e5bf8899 [2023-03-13T13:45:26.127Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-13T13:45:26.127Z] ---> Running in f73448ef26db [2023-03-13T13:45:26.127Z] Removing intermediate container f73448ef26db [2023-03-13T13:45:26.127Z] ---> fb8657aeba61 [2023-03-13T13:45:26.127Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-13T13:45:26.127Z] ---> Running in b58c4af57331 [2023-03-13T13:45:26.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-13T13:45:26.395Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-13T13:45:27.358Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-13T13:45:27.358Z] Executing busybox-1.35.0-r17.trigger [2023-03-13T13:45:27.358Z] OK: 5 MiB in 15 packages [2023-03-13T13:45:28.341Z] Removing intermediate container b58c4af57331 [2023-03-13T13:45:28.341Z] ---> 14b11a251f6a [2023-03-13T13:45:28.341Z] Step 16/25 : WORKDIR / [2023-03-13T13:45:28.341Z] ---> Running in f5809d5acbdd [2023-03-13T13:45:28.610Z] Removing intermediate container f5809d5acbdd [2023-03-13T13:45:28.610Z] ---> b5a3bebcc456 [2023-03-13T13:45:28.610Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-13T13:45:29.195Z] ---> 737873b87337 [2023-03-13T13:45:29.195Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-13T13:45:29.461Z] ---> f0b21b160884 [2023-03-13T13:45:29.462Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-13T13:45:30.871Z] ---> 74829f7cd146 [2023-03-13T13:45:30.871Z] Step 20/25 : EXPOSE 59900 [2023-03-13T13:45:30.871Z] ---> Running in 0e7a81a30351 [2023-03-13T13:45:31.141Z] Removing intermediate container 0e7a81a30351 [2023-03-13T13:45:31.141Z] ---> 22d843624c9a [2023-03-13T13:45:31.141Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-13T13:45:31.141Z] ---> Running in 4bcc33ce6b5f [2023-03-13T13:45:34.384Z] Removing intermediate container 4bcc33ce6b5f [2023-03-13T13:45:34.384Z] ---> 99c57fba0402 [2023-03-13T13:45:34.384Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-13T13:45:34.384Z] ---> Running in 56d0929880b9 [2023-03-13T13:45:34.384Z] Removing intermediate container 56d0929880b9 [2023-03-13T13:45:34.384Z] ---> 616ceb15d3dd [2023-03-13T13:45:34.384Z] Step 23/25 : LABEL arch=arm64 [2023-03-13T13:45:34.384Z] ---> Running in aafd9b33b7ea [2023-03-13T13:45:34.384Z] Removing intermediate container aafd9b33b7ea [2023-03-13T13:45:34.384Z] ---> 79148b31ed9b [2023-03-13T13:45:34.384Z] Step 24/25 : LABEL git_sha=0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:45:34.384Z] ---> Running in 2e0bc66392b2 [2023-03-13T13:45:34.384Z] Removing intermediate container 2e0bc66392b2 [2023-03-13T13:45:34.384Z] ---> edee75b46488 [2023-03-13T13:45:34.384Z] Step 25/25 : LABEL version=3.0.0-dev.20 [2023-03-13T13:45:34.384Z] ---> Running in 141fe62277c5 [2023-03-13T13:45:34.384Z] Removing intermediate container 141fe62277c5 [2023-03-13T13:45:34.384Z] ---> dd8e3cb19a88 [2023-03-13T13:45:34.384Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-13T13:45:34.384Z] Successfully built dd8e3cb19a88 [2023-03-13T13:45:34.384Z] 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 [2023-03-13T13:45:34.497Z] provisioning config files... [2023-03-13T13:45:34.511Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/91@tmp/config2938699112786791372tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:45:34.845Z] ---> docker-login.sh [2023-03-13T13:45:34.845Z] nexus3.edgexfoundry.org:10001 [2023-03-13T13:45:34.845Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:45:35.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:45:35.112Z] Configure a credential helper to remove this warning. See [2023-03-13T13:45:35.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:45:35.112Z] [2023-03-13T13:45:35.112Z] Login Succeeded [2023-03-13T13:45:35.112Z] nexus3.edgexfoundry.org:10002 [2023-03-13T13:45:35.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:45:35.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:45:35.379Z] Configure a credential helper to remove this warning. See [2023-03-13T13:45:35.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:45:35.379Z] [2023-03-13T13:45:35.379Z] Login Succeeded [2023-03-13T13:45:35.379Z] nexus3.edgexfoundry.org:10003 [2023-03-13T13:45:35.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:45:35.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:45:35.916Z] Configure a credential helper to remove this warning. See [2023-03-13T13:45:35.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:45:35.916Z] [2023-03-13T13:45:35.916Z] Login Succeeded [2023-03-13T13:45:35.916Z] nexus3.edgexfoundry.org:10004 [2023-03-13T13:45:35.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:45:36.184Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:45:36.184Z] Configure a credential helper to remove this warning. See [2023-03-13T13:45:36.184Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:45:36.184Z] [2023-03-13T13:45:36.184Z] Login Succeeded [2023-03-13T13:45:36.184Z] docker.io [2023-03-13T13:45:36.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-13T13:45:36.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-13T13:45:36.716Z] Configure a credential helper to remove this warning. See [2023-03-13T13:45:36.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-13T13:45:36.716Z] [2023-03-13T13:45:36.716Z] Login Succeeded [2023-03-13T13:45:36.716Z] ---> docker-login.sh ends [Pipeline] } [2023-03-13T13:45:36.727Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T13:45:36.756Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-13T13:45:36.776Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2023-03-13T13:45:36.776Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:45:36.776Z] latest [2023-03-13T13:45:36.776Z] 3.0.0-dev.20 [2023-03-13T13:45:36.776Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20 [2023-03-13T13:45:36.776Z] main [2023-03-13T13:45:36.776Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:37.122Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:37.456Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:45:37.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-13T13:45:37.456Z] 5e781166c733: Preparing [2023-03-13T13:45:37.456Z] e85e612a8c2b: Preparing [2023-03-13T13:45:37.456Z] 32bd5f6c5505: Preparing [2023-03-13T13:45:37.456Z] 206d289217d9: Preparing [2023-03-13T13:45:37.456Z] f70ee36035b9: Preparing [2023-03-13T13:45:37.456Z] f70ee36035b9: Layer already exists [2023-03-13T13:45:37.723Z] 206d289217d9: Pushed [2023-03-13T13:45:37.723Z] 32bd5f6c5505: Pushed [2023-03-13T13:45:37.723Z] e85e612a8c2b: Pushed [2023-03-13T13:45:43.053Z] 5e781166c733: Pushed [2023-03-13T13:45:43.053Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195: digest: sha256:e6671de6e1a435b3a6af9de4ba111b75fb6ab35480110d577cd4dd0aa5abb278 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:43.397Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:43.733Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-03-13T13:45:43.733Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-13T13:45:43.733Z] 5e781166c733: Preparing [2023-03-13T13:45:43.733Z] e85e612a8c2b: Preparing [2023-03-13T13:45:43.733Z] 32bd5f6c5505: Preparing [2023-03-13T13:45:43.733Z] 206d289217d9: Preparing [2023-03-13T13:45:43.733Z] f70ee36035b9: Preparing [2023-03-13T13:45:43.733Z] 5e781166c733: Layer already exists [2023-03-13T13:45:43.733Z] f70ee36035b9: Layer already exists [2023-03-13T13:45:43.733Z] 32bd5f6c5505: Layer already exists [2023-03-13T13:45:43.733Z] e85e612a8c2b: Layer already exists [2023-03-13T13:45:43.733Z] 206d289217d9: Layer already exists [2023-03-13T13:45:43.733Z] latest: digest: sha256:e6671de6e1a435b3a6af9de4ba111b75fb6ab35480110d577cd4dd0aa5abb278 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:44.067Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:44.404Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.20 [2023-03-13T13:45:44.404Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-13T13:45:44.404Z] 5e781166c733: Preparing [2023-03-13T13:45:44.404Z] e85e612a8c2b: Preparing [2023-03-13T13:45:44.404Z] 32bd5f6c5505: Preparing [2023-03-13T13:45:44.404Z] 206d289217d9: Preparing [2023-03-13T13:45:44.404Z] f70ee36035b9: Preparing [2023-03-13T13:45:44.404Z] f70ee36035b9: Layer already exists [2023-03-13T13:45:44.404Z] e85e612a8c2b: Layer already exists [2023-03-13T13:45:44.404Z] 5e781166c733: Layer already exists [2023-03-13T13:45:44.404Z] 32bd5f6c5505: Layer already exists [2023-03-13T13:45:44.404Z] 206d289217d9: Layer already exists [2023-03-13T13:45:44.404Z] 3.0.0-dev.20: digest: sha256:e6671de6e1a435b3a6af9de4ba111b75fb6ab35480110d577cd4dd0aa5abb278 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:44.762Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:45.180Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20 [2023-03-13T13:45:45.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-13T13:45:45.180Z] 5e781166c733: Preparing [2023-03-13T13:45:45.180Z] e85e612a8c2b: Preparing [2023-03-13T13:45:45.180Z] 32bd5f6c5505: Preparing [2023-03-13T13:45:45.180Z] 206d289217d9: Preparing [2023-03-13T13:45:45.180Z] f70ee36035b9: Preparing [2023-03-13T13:45:45.180Z] 32bd5f6c5505: Layer already exists [2023-03-13T13:45:45.180Z] 5e781166c733: Layer already exists [2023-03-13T13:45:45.180Z] f70ee36035b9: Layer already exists [2023-03-13T13:45:45.180Z] 206d289217d9: Layer already exists [2023-03-13T13:45:45.180Z] e85e612a8c2b: Layer already exists [2023-03-13T13:45:45.180Z] 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20: digest: sha256:e6671de6e1a435b3a6af9de4ba111b75fb6ab35480110d577cd4dd0aa5abb278 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:45.548Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:45.923Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2023-03-13T13:45:45.923Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-13T13:45:45.923Z] 5e781166c733: Preparing [2023-03-13T13:45:45.923Z] e85e612a8c2b: Preparing [2023-03-13T13:45:45.923Z] 32bd5f6c5505: Preparing [2023-03-13T13:45:45.923Z] 206d289217d9: Preparing [2023-03-13T13:45:45.923Z] f70ee36035b9: Preparing [2023-03-13T13:45:45.923Z] 206d289217d9: Layer already exists [2023-03-13T13:45:45.923Z] e85e612a8c2b: Layer already exists [2023-03-13T13:45:45.923Z] 5e781166c733: Layer already exists [2023-03-13T13:45:45.923Z] f70ee36035b9: Layer already exists [2023-03-13T13:45:45.923Z] 32bd5f6c5505: Layer already exists [2023-03-13T13:45:46.201Z] main: digest: sha256:e6671de6e1a435b3a6af9de4ba111b75fb6ab35480110d577cd4dd0aa5abb278 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-13T13:45:46.248Z] ===================================================== [Pipeline] echo [2023-03-13T13:45:46.254Z] taggedImages: [2023-03-13T13:45:46.254Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [2023-03-13T13:45:46.254Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-03-13T13:45:46.254Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.20 [2023-03-13T13:45:46.254Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195-3.0.0-dev.20 [2023-03-13T13:45:46.254Z] - 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 [2023-03-13T13:45:46.636Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-13T13:45:46.636Z] [2023-03-13T13:45:46.636Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:45:46.981Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-13T13:45:46.981Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-13T13:45:46.981Z] 8998bd30e6a1: Pulling fs layer [2023-03-13T13:45:46.981Z] 04944245beec: Pulling fs layer [2023-03-13T13:45:46.981Z] 699f458cf7ca: Pulling fs layer [2023-03-13T13:45:46.981Z] 765212b225bb: Pulling fs layer [2023-03-13T13:45:46.981Z] f23df028b6ca: Pulling fs layer [2023-03-13T13:45:46.981Z] d65c8cfc05b1: Pulling fs layer [2023-03-13T13:45:46.981Z] 2437ff75d9bd: Pulling fs layer [2023-03-13T13:45:46.981Z] 765212b225bb: Waiting [2023-03-13T13:45:46.981Z] f23df028b6ca: Waiting [2023-03-13T13:45:46.981Z] d65c8cfc05b1: Waiting [2023-03-13T13:45:46.981Z] 2437ff75d9bd: Waiting [2023-03-13T13:45:47.249Z] 04944245beec: Verifying Checksum [2023-03-13T13:45:47.249Z] 04944245beec: Download complete [2023-03-13T13:45:47.249Z] 765212b225bb: Download complete [2023-03-13T13:45:47.249Z] f23df028b6ca: Verifying Checksum [2023-03-13T13:45:47.249Z] f23df028b6ca: Download complete [2023-03-13T13:45:47.249Z] d65c8cfc05b1: Verifying Checksum [2023-03-13T13:45:47.249Z] d65c8cfc05b1: Download complete [2023-03-13T13:45:47.249Z] 699f458cf7ca: Verifying Checksum [2023-03-13T13:45:47.249Z] 699f458cf7ca: Download complete [2023-03-13T13:45:47.834Z] 8998bd30e6a1: Verifying Checksum [2023-03-13T13:45:47.834Z] 8998bd30e6a1: Download complete [2023-03-13T13:45:50.423Z] 2437ff75d9bd: Verifying Checksum [2023-03-13T13:45:50.423Z] 2437ff75d9bd: Download complete [2023-03-13T13:45:51.839Z] 8998bd30e6a1: Pull complete [2023-03-13T13:45:52.106Z] 04944245beec: Pull complete [2023-03-13T13:45:53.513Z] 699f458cf7ca: Pull complete [2023-03-13T13:45:53.780Z] 765212b225bb: Pull complete [2023-03-13T13:45:54.740Z] f23df028b6ca: Pull complete [2023-03-13T13:45:54.740Z] d65c8cfc05b1: Pull complete [2023-03-13T13:46:09.742Z] 2437ff75d9bd: Pull complete [2023-03-13T13:46:09.743Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-13T13:46:09.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-13T13:46:09.743Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:46:09.930Z] prd-ubuntu20.04-docker-arm64-4c-16g-9881 does not seem to be running inside a container [2023-03-13T13:46:09.996Z] $ 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/91 -v /w/workspace/device-virtual-go/91:/w/workspace/device-virtual-go/91:rw,z -v /w/workspace/device-virtual-go/91@tmp:/w/workspace/device-virtual-go/91@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 [2023-03-13T13:46:12.530Z] $ docker top 9e01708567fafb270c354fd65a33bd9c1551d7eec91e9c254008f97e12c17f15 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:46:13.385Z] ---> job-cost.sh [2023-03-13T13:46:13.385Z] lf-activate-venv: SKIPPING [2023-03-13T13:46:13.385Z] INFO: No Stack... [2023-03-13T13:46:13.651Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-13T13:46:14.611Z] INFO: Archiving Costs [Pipeline] sh [2023-03-13T13:46:15.247Z] + + cat /w/workspace/device-virtual-go/91/archives/cost.csv [2023-03-13T13:46:15.247Z] cut -d, -f6 [Pipeline] lock [2023-03-13T13:46:15.306Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-91-stack-cost] [2023-03-13T13:46:15.312Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-91-stack-cost] did not exist. Created. [2023-03-13T13:46:15.312Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-91-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-13T13:46:15.964Z] /w/workspace/device-virtual-go/91@tmp/durable-7a6e462b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-13T13:46:16.611Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-13T13:46:16.633Z] Warning: overwriting stash ‘stack-cost’ [2023-03-13T13:46:16.679Z] Stashed 1 file(s) [Pipeline] } [2023-03-13T13:46:16.685Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-91-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-13T13:46:16.707Z] $ docker stop --time=1 9e01708567fafb270c354fd65a33bd9c1551d7eec91e9c254008f97e12c17f15 [2023-03-13T13:46:18.213Z] $ docker rm -f --volumes 9e01708567fafb270c354fd65a33bd9c1551d7eec91e9c254008f97e12c17f15 [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 [2023-03-13T13:46:18.594Z] provisioning config files... [2023-03-13T13:46:18.601Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8504719917056176683tmp [Pipeline] { [Pipeline] sh [2023-03-13T13:46:18.892Z] + set +x [2023-03-13T13:46:18.892Z] + curl -s https://codecov.io/bash [2023-03-13T13:46:18.892Z] + bash -s -- [2023-03-13T13:46:18.892Z] [2023-03-13T13:46:18.892Z] _____ _ [2023-03-13T13:46:18.892Z] / ____| | | [2023-03-13T13:46:18.892Z] | | ___ __| | ___ ___ _____ __ [2023-03-13T13:46:18.892Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-13T13:46:18.892Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-13T13:46:18.892Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-13T13:46:18.892Z] Bash-1.0.6 [2023-03-13T13:46:18.892Z] [2023-03-13T13:46:18.892Z] [2023-03-13T13:46:18.892Z] ==> git version 2.25.1 found [2023-03-13T13:46:18.892Z] ==> 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 [2023-03-13T13:46:18.892Z] Release-Date: 2020-01-08 [2023-03-13T13:46:18.892Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-03-13T13:46:18.892Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-13T13:46:18.892Z] ==> Jenkins CI detected. [2023-03-13T13:46:18.892Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2023-03-13T13:46:18.892Z] project root: . [2023-03-13T13:46:18.892Z] --> token set from env [2023-03-13T13:46:18.892Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-13T13:46:18.892Z] ==> Running gcov in . (disable via -X gcov) [2023-03-13T13:46:18.892Z] ==> Python coveragepy not found [2023-03-13T13:46:18.892Z] ==> Searching for coverage reports in: [2023-03-13T13:46:18.892Z] + . [2023-03-13T13:46:18.892Z] -> Found 1 reports [2023-03-13T13:46:18.892Z] ==> Detecting git/mercurial file structure [2023-03-13T13:46:18.892Z] ==> Reading reports [2023-03-13T13:46:18.892Z] + ./coverage.out bytes=44127 [2023-03-13T13:46:18.892Z] ==> Appending adjustments [2023-03-13T13:46:18.892Z] https://docs.codecov.io/docs/fixing-reports [2023-03-13T13:46:19.152Z] + Found adjustments [2023-03-13T13:46:19.152Z] ==> Gzipping contents [2023-03-13T13:46:19.152Z] 8.0K /tmp/codecov.xwXUmi.gz [2023-03-13T13:46:19.152Z] ==> Uploading reports [2023-03-13T13:46:19.152Z] url: https://codecov.io [2023-03-13T13:46:19.152Z] query: branch=main&commit=0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F91%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-13T13:46:19.152Z] -> Pinging Codecov [2023-03-13T13:46:19.152Z] 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=0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195&build=91&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F91%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-13T13:46:19.410Z] -> Uploading to [2023-03-13T13:46:19.410Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-13/5E52B4B073DB2E39498172D8E973AA87/0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195/6c0ea743-c722-4c1b-933a-0203afeb934f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230313%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230313T134619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c27d3a02f700e5b0b38fef14ffa559b4dbcb4dc318e90d4c68804f92e63a5f91 [2023-03-13T13:46:19.410Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-13T13:46:19.410Z] Dload Upload Total Spent Left Speed [2023-03-13T13:46:19.669Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5493 0 0 100 5493 0 18371 --:--:-- --:--:-- --:--:-- 18371 [2023-03-13T13:46:19.669Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [Pipeline] } [2023-03-13T13:46:19.676Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-13T13:46:19.803Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-13T13:46:19.816Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:46:20.108Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-13T13:46:20.108Z] [2023-03-13T13:46:20.108Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:46:20.403Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-13T13:46:20.403Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-13T13:46:20.403Z] df9b9388f04a: Pulling fs layer [2023-03-13T13:46:20.403Z] 52dc419b0ee2: Pulling fs layer [2023-03-13T13:46:20.403Z] 25bc292e5bac: Pulling fs layer [2023-03-13T13:46:20.403Z] 114826534d7a: Pulling fs layer [2023-03-13T13:46:20.403Z] 4657fd5d0bcf: Pulling fs layer [2023-03-13T13:46:20.403Z] 6ad1cebc031e: Pulling fs layer [2023-03-13T13:46:20.403Z] 8a3aa393b2d8: Pulling fs layer [2023-03-13T13:46:20.403Z] 4657fd5d0bcf: Waiting [2023-03-13T13:46:20.403Z] 6ad1cebc031e: Waiting [2023-03-13T13:46:20.403Z] 8a3aa393b2d8: Waiting [2023-03-13T13:46:20.403Z] 114826534d7a: Waiting [2023-03-13T13:46:20.403Z] 25bc292e5bac: Verifying Checksum [2023-03-13T13:46:20.403Z] 25bc292e5bac: Download complete [2023-03-13T13:46:20.403Z] 52dc419b0ee2: Verifying Checksum [2023-03-13T13:46:20.403Z] 52dc419b0ee2: Download complete [2023-03-13T13:46:20.403Z] 4657fd5d0bcf: Verifying Checksum [2023-03-13T13:46:20.403Z] 4657fd5d0bcf: Download complete [2023-03-13T13:46:20.403Z] df9b9388f04a: Download complete [2023-03-13T13:46:20.669Z] df9b9388f04a: Pull complete [2023-03-13T13:46:20.669Z] 6ad1cebc031e: Verifying Checksum [2023-03-13T13:46:20.669Z] 6ad1cebc031e: Download complete [2023-03-13T13:46:20.669Z] 52dc419b0ee2: Pull complete [2023-03-13T13:46:20.939Z] 25bc292e5bac: Pull complete [2023-03-13T13:46:21.202Z] 114826534d7a: Verifying Checksum [2023-03-13T13:46:21.202Z] 114826534d7a: Download complete [2023-03-13T13:46:21.461Z] 8a3aa393b2d8: Verifying Checksum [2023-03-13T13:46:21.461Z] 8a3aa393b2d8: Download complete [2023-03-13T13:46:25.639Z] 114826534d7a: Pull complete [2023-03-13T13:46:25.639Z] 4657fd5d0bcf: Pull complete [2023-03-13T13:46:25.639Z] 6ad1cebc031e: Pull complete [2023-03-13T13:46:28.920Z] 8a3aa393b2d8: Pull complete [2023-03-13T13:46:28.920Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-13T13:46:28.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-13T13:46:28.920Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:46:29.006Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:46:29.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-03-13T13:46:31.263Z] $ docker top 95254b31ef74233f1ae88a0eeee3af9e6752c973db70ae8b88c7139588db5cb2 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-13T13:46:31.317Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2023-03-13T13:46:31.597Z] + set -o pipefail [2023-03-13T13:46:31.597Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2023-03-13T13:46:35.793Z] [2023-03-13T13:46:35.793Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2023-03-13T13:46:35.793Z] [2023-03-13T13:46:35.793Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/30a8c2be-2ee5-4d57-97bb-95360d54e0be [2023-03-13T13:46:35.793Z] [2023-03-13T13:46:35.793Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-13T13:46:35.793Z] [2023-03-13T13:46:35.793Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-13T13:46:35.793Z] [2023-03-13T13:46:35.793Z] [2023-03-13T13:46:35.793Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-13T13:46:35.793Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-13T13:46:35.793Z] More details here: https://snyk.co/ue1NS [2023-03-13T13:46:35.793Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-03-13T13:46:35.793Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-03-13T13:46:35.818Z] $ docker stop --time=1 95254b31ef74233f1ae88a0eeee3af9e6752c973db70ae8b88c7139588db5cb2 [2023-03-13T13:46:37.956Z] $ docker rm -f --volumes 95254b31ef74233f1ae88a0eeee3af9e6752c973db70ae8b88c7139588db5cb2 [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 [2023-03-13T13:46:38.657Z] + git log --format=format:%s -1 0b21fdb78f52bb8ae4c8515c35f4ddb7a8305195 [Pipeline] sh [2023-03-13T13:46:38.946Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-13T13:46:38.946Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:46:39.243Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T13:46:39.243Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:46:39.314Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:46:39.359Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-13T13:46:39.789Z] $ docker top 848f9153270cb9e8fc80ac83c493831297e7c24b8f369cbc6628ae701bd50a68 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-13T13:46:39.869Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T13:46:39.869Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T13:46:39.984Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T13:46:40.001Z] $ docker exec 848f9153270cb9e8fc80ac83c493831297e7c24b8f369cbc6628ae701bd50a68 ssh-agent [2023-03-13T13:46:40.109Z] SSH_AUTH_SOCK=/tmp/ssh-8ZYqkYbdn8fA/agent.33 [2023-03-13T13:46:40.109Z] SSH_AGENT_PID=39 [2023-03-13T13:46:40.115Z] Running ssh-add (command line suppressed) [2023-03-13T13:46:40.241Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17467640553837863369.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17467640553837863369.key) [2023-03-13T13:46:40.241Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T13:46:40.530Z] + git semver tag [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,739 [run_tag] DEBUG tag force:False [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,739 [check_head_tag] DEBUG check head tag [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,740 [execute] INFO git cat-file --batch-check [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,741 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,744 [execute] INFO git cat-file --batch [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,745 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,769 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,769 [execute] INFO git tag -a v3.0.0-dev.20 -m v3.0.0-dev.20 [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,769 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.20', '-m', 'v3.0.0-dev.20'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-13T13:46:40.790Z] 2023-03-13 13:46:40,774 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:46:40.790Z] 3.0.0-dev.20 [Pipeline] } [2023-03-13T13:46:40.814Z] $ docker exec --env ******** --env ******** 848f9153270cb9e8fc80ac83c493831297e7c24b8f369cbc6628ae701bd50a68 ssh-agent -k [2023-03-13T13:46:40.923Z] unset SSH_AUTH_SOCK; [2023-03-13T13:46:40.923Z] unset SSH_AGENT_PID; [2023-03-13T13:46:40.924Z] echo Agent pid 39 killed; [2023-03-13T13:46:40.920Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T13:46:41.216Z] + git semver [Pipeline] } [2023-03-13T13:46:41.813Z] $ docker stop --time=1 848f9153270cb9e8fc80ac83c493831297e7c24b8f369cbc6628ae701bd50a68 [2023-03-13T13:46:43.101Z] $ docker rm -f --volumes 848f9153270cb9e8fc80ac83c493831297e7c24b8f369cbc6628ae701bd50a68 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:46:43.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-13T13:46:43.470Z] [2023-03-13T13:46:43.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:46:43.767Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-13T13:46:43.767Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-13T13:46:43.767Z] ab5ef0e58194: Pulling fs layer [2023-03-13T13:46:43.767Z] 9712f1f96733: Pulling fs layer [2023-03-13T13:46:43.767Z] 63f879dbbcfc: Pulling fs layer [2023-03-13T13:46:43.767Z] 0d9ebad4ef96: Pulling fs layer [2023-03-13T13:46:43.767Z] e9a5061849ea: Pulling fs layer [2023-03-13T13:46:43.767Z] d747dcd14b5f: Pulling fs layer [2023-03-13T13:46:43.767Z] 2de7ff778b66: Pulling fs layer [2023-03-13T13:46:43.767Z] e9a5061849ea: Waiting [2023-03-13T13:46:43.767Z] d747dcd14b5f: Waiting [2023-03-13T13:46:43.767Z] 2de7ff778b66: Waiting [2023-03-13T13:46:43.767Z] 0d9ebad4ef96: Waiting [2023-03-13T13:46:43.768Z] 9712f1f96733: Verifying Checksum [2023-03-13T13:46:43.768Z] 9712f1f96733: Download complete [2023-03-13T13:46:44.349Z] 63f879dbbcfc: Verifying Checksum [2023-03-13T13:46:44.349Z] 63f879dbbcfc: Download complete [2023-03-13T13:46:44.349Z] e9a5061849ea: Verifying Checksum [2023-03-13T13:46:44.349Z] e9a5061849ea: Download complete [2023-03-13T13:46:44.349Z] d747dcd14b5f: Verifying Checksum [2023-03-13T13:46:44.349Z] d747dcd14b5f: Download complete [2023-03-13T13:46:44.349Z] 0d9ebad4ef96: Verifying Checksum [2023-03-13T13:46:44.349Z] 0d9ebad4ef96: Download complete [2023-03-13T13:46:44.349Z] ab5ef0e58194: Verifying Checksum [2023-03-13T13:46:44.349Z] ab5ef0e58194: Download complete [2023-03-13T13:46:44.607Z] 2de7ff778b66: Verifying Checksum [2023-03-13T13:46:44.607Z] 2de7ff778b66: Download complete [2023-03-13T13:46:47.893Z] ab5ef0e58194: Pull complete [2023-03-13T13:46:47.893Z] 9712f1f96733: Pull complete [2023-03-13T13:46:48.464Z] 63f879dbbcfc: Pull complete [2023-03-13T13:46:52.653Z] 0d9ebad4ef96: Pull complete [2023-03-13T13:46:52.653Z] e9a5061849ea: Pull complete [2023-03-13T13:46:52.653Z] d747dcd14b5f: Pull complete [2023-03-13T13:46:53.591Z] 2de7ff778b66: Pull complete [2023-03-13T13:46:53.591Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-13T13:46:53.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-13T13:46:53.591Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:46:53.678Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:46:53.718Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-03-13T13:46:55.828Z] $ docker top 8b25cbfbecf1e60af46e90e7725510b6ecbb7edf55dff7631ab2a529a2166fa5 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-13T13:46:55.891Z] provisioning config files... [2023-03-13T13:46:55.899Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11355431158823947550tmp [2023-03-13T13:46:55.909Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5000861893752479813tmp [2023-03-13T13:46:55.919Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5896837350215625022tmp [Pipeline] { [Pipeline] echo [2023-03-13T13:46:55.933Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:46:56.217Z] ---> sigul-configuration.sh [2023-03-13T13:46:56.217Z] gpg: directory `/root/.gnupg' created [2023-03-13T13:46:56.217Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-13T13:46:56.217Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-13T13:46:56.217Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-13T13:46:56.217Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-13T13:46:56.217Z] gpg: CAST5 encrypted data [2023-03-13T13:46:56.217Z] gpg: encrypted with 1 passphrase [2023-03-13T13:46:56.217Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-13T13:46:56.504Z] + mkdir /home/jenkins [2023-03-13T13:46:56.504Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-13T13:46:56.793Z] + 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 [2023-03-13T13:46:56.802Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:46:57.085Z] ---> sigul-install.sh [2023-03-13T13:46:57.085Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-13T13:46:57.369Z] + git tag --list [2023-03-13T13:46:57.369Z] v1.0.0 [2023-03-13T13:46:57.369Z] v1.1.0 [2023-03-13T13:46:57.369Z] v1.1.1 [2023-03-13T13:46:57.369Z] v1.2.1 [2023-03-13T13:46:57.369Z] v1.2.2 [2023-03-13T13:46:57.369Z] v1.2.3 [2023-03-13T13:46:57.369Z] v1.3.0 [2023-03-13T13:46:57.369Z] v1.3.1 [2023-03-13T13:46:57.369Z] v2.0.0 [2023-03-13T13:46:57.369Z] v2.1.0 [2023-03-13T13:46:57.369Z] v2.1.1 [2023-03-13T13:46:57.369Z] v2.1.1-dev.1 [2023-03-13T13:46:57.369Z] v2.1.1-dev.2 [2023-03-13T13:46:57.369Z] v2.2.0 [2023-03-13T13:46:57.369Z] v2.2.1-dev.1 [2023-03-13T13:46:57.369Z] v2.2.1-dev.2 [2023-03-13T13:46:57.369Z] v2.2.1-dev.3 [2023-03-13T13:46:57.369Z] v2.2.1-dev.4 [2023-03-13T13:46:57.369Z] v2.2.1-dev.5 [2023-03-13T13:46:57.369Z] v2.2.1-dev.6 [2023-03-13T13:46:57.369Z] v2.2.1-dev.7 [2023-03-13T13:46:57.369Z] v2.2.1-dev.8 [2023-03-13T13:46:57.369Z] v2.3.0 [2023-03-13T13:46:57.369Z] v2.3.0-dev.10 [2023-03-13T13:46:57.369Z] v2.3.0-dev.11 [2023-03-13T13:46:57.369Z] v2.3.0-dev.12 [2023-03-13T13:46:57.369Z] v2.3.0-dev.13 [2023-03-13T13:46:57.369Z] v2.3.0-dev.14 [2023-03-13T13:46:57.369Z] v2.3.0-dev.15 [2023-03-13T13:46:57.369Z] v2.3.0-dev.16 [2023-03-13T13:46:57.369Z] v2.3.0-dev.17 [2023-03-13T13:46:57.369Z] v2.3.0-dev.18 [2023-03-13T13:46:57.369Z] v2.3.0-dev.19 [2023-03-13T13:46:57.369Z] v2.3.0-dev.20 [2023-03-13T13:46:57.369Z] v2.3.0-dev.21 [2023-03-13T13:46:57.369Z] v2.3.0-dev.22 [2023-03-13T13:46:57.369Z] v2.3.0-dev.23 [2023-03-13T13:46:57.369Z] v2.3.0-dev.24 [2023-03-13T13:46:57.369Z] v2.3.0-dev.25 [2023-03-13T13:46:57.369Z] v2.3.0-dev.26 [2023-03-13T13:46:57.369Z] v2.3.0-dev.27 [2023-03-13T13:46:57.369Z] v2.3.0-dev.28 [2023-03-13T13:46:57.369Z] v2.3.0-dev.29 [2023-03-13T13:46:57.369Z] v2.3.0-dev.30 [2023-03-13T13:46:57.369Z] v2.3.0-dev.8 [2023-03-13T13:46:57.369Z] v2.3.0-dev.9 [2023-03-13T13:46:57.369Z] v3.0.0-dev.1 [2023-03-13T13:46:57.369Z] v3.0.0-dev.10 [2023-03-13T13:46:57.369Z] v3.0.0-dev.11 [2023-03-13T13:46:57.369Z] v3.0.0-dev.12 [2023-03-13T13:46:57.369Z] v3.0.0-dev.13 [2023-03-13T13:46:57.369Z] v3.0.0-dev.14 [2023-03-13T13:46:57.369Z] v3.0.0-dev.15 [2023-03-13T13:46:57.369Z] v3.0.0-dev.16 [2023-03-13T13:46:57.369Z] v3.0.0-dev.17 [2023-03-13T13:46:57.369Z] v3.0.0-dev.18 [2023-03-13T13:46:57.369Z] v3.0.0-dev.19 [2023-03-13T13:46:57.369Z] v3.0.0-dev.2 [2023-03-13T13:46:57.369Z] v3.0.0-dev.20 [2023-03-13T13:46:57.369Z] v3.0.0-dev.3 [2023-03-13T13:46:57.369Z] v3.0.0-dev.4 [2023-03-13T13:46:57.369Z] v3.0.0-dev.5 [2023-03-13T13:46:57.369Z] v3.0.0-dev.6 [2023-03-13T13:46:57.369Z] v3.0.0-dev.7 [2023-03-13T13:46:57.369Z] v3.0.0-dev.8 [2023-03-13T13:46:57.369Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-13T13:46:57.656Z] + lftools sign git-tag v3.0.0-dev.20 [2023-03-13T13:46:58.225Z] Signing Git tag with Sigul... [2023-03-13T13:46:58.225Z] Signing v3.0.0-dev.20 [Pipeline] echo [2023-03-13T13:46:58.802Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:46:59.088Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-13T13:46:59.095Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-13T13:46:59.125Z] $ docker stop --time=1 8b25cbfbecf1e60af46e90e7725510b6ecbb7edf55dff7631ab2a529a2166fa5 [2023-03-13T13:47:00.430Z] $ docker rm -f --volumes 8b25cbfbecf1e60af46e90e7725510b6ecbb7edf55dff7631ab2a529a2166fa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-13T13:47:00.856Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-13T13:47:00.856Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:47:01.155Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T13:47:01.155Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:47:01.230Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:47:01.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-13T13:47:01.646Z] $ docker top 42c5f498771bff057a7c3b1077ea69cd952133fbc12de49d07e74e98299d9984 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-13T13:47:01.721Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T13:47:01.721Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T13:47:01.830Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T13:47:01.847Z] $ docker exec 42c5f498771bff057a7c3b1077ea69cd952133fbc12de49d07e74e98299d9984 ssh-agent [2023-03-13T13:47:01.961Z] SSH_AUTH_SOCK=/tmp/ssh-XJR7xrKBq46f/agent.32 [2023-03-13T13:47:01.961Z] SSH_AGENT_PID=38 [2023-03-13T13:47:01.966Z] Running ssh-add (command line suppressed) [2023-03-13T13:47:02.090Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7519289092528898212.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7519289092528898212.key) [2023-03-13T13:47:02.089Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T13:47:02.375Z] + git semver bump pre [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,578 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,578 [bump_version] DEBUG bumping version:3.0.0-dev.20 on axis:pre with prefix:dev [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,578 [bump_version] DEBUG bumped version:3.0.0-dev.21 [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,578 [write_version] DEBUG write version:3.0.0-dev.21 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,578 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,579 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,581 [execute] INFO git cat-file --batch-check [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,581 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,587 [execute] INFO git cat-file --batch [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,587 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-13T13:47:02.634Z] 2023-03-13 13:47:02,592 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:47:02.634Z] 3.0.0-dev.21 [Pipeline] } [2023-03-13T13:47:02.658Z] $ docker exec --env ******** --env ******** 42c5f498771bff057a7c3b1077ea69cd952133fbc12de49d07e74e98299d9984 ssh-agent -k [2023-03-13T13:47:02.762Z] unset SSH_AUTH_SOCK; [2023-03-13T13:47:02.763Z] unset SSH_AGENT_PID; [2023-03-13T13:47:02.763Z] echo Agent pid 38 killed; [2023-03-13T13:47:02.759Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T13:47:03.061Z] + git semver [Pipeline] } [2023-03-13T13:47:03.345Z] $ docker stop --time=1 42c5f498771bff057a7c3b1077ea69cd952133fbc12de49d07e74e98299d9984 [2023-03-13T13:47:04.690Z] $ docker rm -f --volumes 42c5f498771bff057a7c3b1077ea69cd952133fbc12de49d07e74e98299d9984 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-13T13:47:05.029Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-13T13:47:05.029Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:47:05.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-13T13:47:05.322Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:47:05.390Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:47:05.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-13T13:47:05.820Z] $ docker top ca781a4fb510a24210f16d6699dd2a842af0abf11d6ddae37b7390eb9b183b9c -eo pid,comm [2023-03-13T13:47:05.861Z] 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). [2023-03-13T13:47:05.861Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-13T13:47:05.901Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-13T13:47:05.901Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-13T13:47:06.026Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-13T13:47:06.045Z] $ docker exec ca781a4fb510a24210f16d6699dd2a842af0abf11d6ddae37b7390eb9b183b9c ssh-agent [2023-03-13T13:47:06.142Z] SSH_AUTH_SOCK=/tmp/ssh-Pzq9bIB6K99T/agent.32 [2023-03-13T13:47:06.142Z] SSH_AGENT_PID=38 [2023-03-13T13:47:06.147Z] Running ssh-add (command line suppressed) [2023-03-13T13:47:06.268Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12570818745219783922.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12570818745219783922.key) [2023-03-13T13:47:06.268Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-13T13:47:06.553Z] + git semver push [2023-03-13T13:47:06.813Z] 2023-03-13 13:47:06,771 [run_push] DEBUG push [2023-03-13T13:47:06.813Z] 2023-03-13 13:47:06,771 [execute] INFO git cat-file --batch-check [2023-03-13T13:47:06.813Z] 2023-03-13 13:47:06,772 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-13T13:47:06.813Z] 2023-03-13 13:47:06,776 [execute] INFO git rev-list 5b26f3cee93e450f64ca326f6f7c799067cdbe6a -- [2023-03-13T13:47:06.813Z] 2023-03-13 13:47:06,777 [execute] DEBUG Popen(['git', 'rev-list', '5b26f3cee93e450f64ca326f6f7c799067cdbe6a', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-13T13:47:06.813Z] 2023-03-13 13:47:06,786 [execute] INFO git fetch -v origin [2023-03-13T13:47:06.813Z] 2023-03-13 13:47:06,786 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-03-13T13:47:07.382Z] 2023-03-13 13:47:07,328 [run_push] DEBUG no remote changes detected [2023-03-13T13:47:07.382Z] 2023-03-13 13:47:07,329 [execute] INFO git push origin semver [2023-03-13T13:47:07.382Z] 2023-03-13 13:47:07,329 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-13T13:47:08.317Z] 2023-03-13 13:47:08,187 [run_push] DEBUG push all version tags [2023-03-13T13:47:08.317Z] 2023-03-13 13:47:08,188 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-13T13:47:08.317Z] 2023-03-13 13:47:08,188 [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) [2023-03-13T13:47:09.250Z] 2023-03-13 13:47:08,919 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-13T13:47:09.250Z] 3.0.0-dev.21 [Pipeline] } [2023-03-13T13:47:09.274Z] $ docker exec --env ******** --env ******** ca781a4fb510a24210f16d6699dd2a842af0abf11d6ddae37b7390eb9b183b9c ssh-agent -k [2023-03-13T13:47:09.378Z] unset SSH_AUTH_SOCK; [2023-03-13T13:47:09.378Z] unset SSH_AGENT_PID; [2023-03-13T13:47:09.378Z] echo Agent pid 38 killed; [2023-03-13T13:47:09.377Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-13T13:47:09.674Z] + git semver [Pipeline] } [2023-03-13T13:47:09.960Z] $ docker stop --time=1 ca781a4fb510a24210f16d6699dd2a842af0abf11d6ddae37b7390eb9b183b9c [2023-03-13T13:47:11.245Z] $ docker rm -f --volumes ca781a4fb510a24210f16d6699dd2a842af0abf11d6ddae37b7390eb9b183b9c [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 [2023-03-13T13:47:11.776Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2023-03-13T13:47:11.776Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-13T13:47:11.776Z] total 16 [2023-03-13T13:47:11.776Z] drwxr-xr-x 3 root root 4096 Mar 13 13:37 . [2023-03-13T13:47:11.776Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 13 13:46 .. [2023-03-13T13:47:11.776Z] drwxr-xr-x 2 root root 4096 Mar 13 13:37 cost [2023-03-13T13:47:11.776Z] -rw-r--r-- 1 root root 88 Mar 13 13:37 cost.csv [2023-03-13T13:47:11.776Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-13T13:47:11.776Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-13T13:47:11.776Z] total 16 [2023-03-13T13:47:11.776Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 13 13:37 . [2023-03-13T13:47:11.776Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 13 13:46 .. [2023-03-13T13:47:11.776Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 13 13:37 cost [2023-03-13T13:47:11.776Z] -rw-r--r-- 1 jenkins jenkins 88 Mar 13 13:37 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:47:12.069Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:47:12.926Z] ---> package-listing.sh [2023-03-13T13:47:12.926Z] ++ facter osfamily [2023-03-13T13:47:12.926Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-13T13:47:13.185Z] + OS_FAMILY=debian [2023-03-13T13:47:13.185Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2023-03-13T13:47:13.185Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-13T13:47:13.185Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-13T13:47:13.185Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-13T13:47:13.185Z] + PACKAGES=/tmp/packages_start.txt [2023-03-13T13:47:13.185Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-03-13T13:47:13.185Z] + PACKAGES=/tmp/packages_end.txt [2023-03-13T13:47:13.185Z] + case "${OS_FAMILY}" in [2023-03-13T13:47:13.185Z] + dpkg -l [2023-03-13T13:47:13.185Z] + grep '^ii' [2023-03-13T13:47:13.185Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-13T13:47:13.185Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-13T13:47:13.185Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-13T13:47:13.185Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-03-13T13:47:13.185Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2023-03-13T13:47:13.185Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2023-03-13T13:47:13.197Z] 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 [2023-03-13T13:47:13.472Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-13T13:47:14.021Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-13T13:47:14.021Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-13T13:47:14.085Z] prd-ubuntu20.04-docker-8c-8g-9879 does not seem to be running inside a container [2023-03-13T13:47:14.125Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-13T13:47:14.355Z] $ docker top a12e5aa398acea177238f4759d18d8794a04dcfd0bb5dfce51f4b0966ce15d84 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-13T13:47:14.689Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-13T13:47:14.975Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-13T13:47:15.264Z] + ls /var/log/sa-host [2023-03-13T13:47:15.264Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-13T13:47:15.329Z] provisioning config files... [2023-03-13T13:47:15.338Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17988352188971211670tmp [Pipeline] { [Pipeline] echo [2023-03-13T13:47:15.353Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:47:15.639Z] ---> create-netrc.sh [Pipeline] } [2023-03-13T13:47:15.648Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:47:15.980Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-13T13:47:15.991Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:47:16.277Z] ---> sudo-logs.sh [2023-03-13T13:47:16.277Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-13T13:47:16.371Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:47:16.695Z] ---> job-cost.sh [2023-03-13T13:47:16.695Z] lf-activate-venv: SKIPPING [2023-03-13T13:47:16.695Z] DEBUG: total: 0.2199999988079071 [2023-03-13T13:47:16.695Z] INFO: Retrieving Stack Cost... [2023-03-13T13:47:16.976Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-13T13:47:17.580Z] INFO: Archiving Costs [Pipeline] echo [2023-03-13T13:47:17.606Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-13T13:47:17.888Z] ---> logs-deploy.sh [2023-03-13T13:47:17.888Z] lf-activate-venv: SKIPPING [2023-03-13T13:47:17.888Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/91 [2023-03-13T13:47:17.888Z] INFO: archiving workspace using pattern(s): [2023-03-13T13:47:18.829Z] Archives upload complete. [2023-03-13T13:47:19.087Z] INFO: archiving logs to Nexus