Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from de7f1fa98896349c300f3340708f5a9fee2488ae 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-ssh3974866948524762606.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-ssh3550555759239788538.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-ssh14605482400179563453.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-ssh11917820574862362783.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-ssh1610609577423464791.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7871 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 de7f1fa98896349c300f3340708f5a9fee2488ae (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 de7f1fa98896349c300f3340708f5a9fee2488ae # timeout=10 Commit message: "Merge pull request #347 from jinlinGuan/sdk-issue-1347" > git rev-list --no-walk 668751ae10c747c3d9f58507713cbcf82909e340 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-01T02:52:54.719Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-01T02:52:54.778Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-01T02:52:54.802Z] ========================================================= [2023-03-01T02:52:54.802Z] EdgeX Global Pipelines Version Info [2023-03-01T02:52:54.802Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:52:55.506Z] ------------------- [2023-03-01T02:52:55.506Z] stable info: [2023-03-01T02:52:55.506Z] ------------------- [2023-03-01T02:52:55.506Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-01T02:52:55.506Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T02:52:55.506Z] Message: update stable to v1.0.244 [2023-03-01T02:52:56.078Z] ------------------- [2023-03-01T02:52:56.078Z] experimental info: [2023-03-01T02:52:56.078Z] ------------------- [2023-03-01T02:52:56.078Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-01T02:52:56.078Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T02:52:56.078Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-01T02:52:56.251Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-03-01T02:52:56.262Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-03-01T02:52:56.275Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-01T02:52:56.286Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-01T02:52:56.297Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-01T02:52:56.305Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-01T02:52:56.314Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-01T02:52:56.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-01T02:52:56.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-01T02:52:56.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-01T02:52:56.363Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-01T02:52:56.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-03-01T02:52:56.388Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-01T02:52:56.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-01T02:52:56.410Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T02:52:56.422Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T02:52:56.435Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T02:52:56.448Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T02:52:56.461Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-01T02:52:56.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-01T02:52:56.485Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-01T02:52:56.497Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-01T02:52:56.509Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-01T02:52:56.520Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-01T02:52:56.585Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-01T02:52:56.594Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-01T02:52:56.602Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-01T02:52:56.611Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-03-01T02:52:56.619Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-03-01T02:52:56.628Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-03-01T02:52:56.636Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de7f1fa98896349c300f3340708f5a9fee2488ae [Pipeline] echo [2023-03-01T02:52:56.645Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de7f1fa [Pipeline] echo [2023-03-01T02:52:56.653Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T02:52:56.703Z] provisioning config files... [2023-03-01T02:52:56.716Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15512949077767211920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:52:57.015Z] ---> docker-login.sh [2023-03-01T02:52:57.015Z] nexus3.edgexfoundry.org:10001 [2023-03-01T02:52:57.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:52:57.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:52:57.275Z] Configure a credential helper to remove this warning. See [2023-03-01T02:52:57.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:52:57.275Z] [2023-03-01T02:52:57.275Z] Login Succeeded [2023-03-01T02:52:57.275Z] nexus3.edgexfoundry.org:10002 [2023-03-01T02:52:57.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:52:57.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:52:57.534Z] Configure a credential helper to remove this warning. See [2023-03-01T02:52:57.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:52:57.534Z] [2023-03-01T02:52:57.534Z] Login Succeeded [2023-03-01T02:52:57.534Z] nexus3.edgexfoundry.org:10003 [2023-03-01T02:52:57.534Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:52:57.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:52:57.534Z] Configure a credential helper to remove this warning. See [2023-03-01T02:52:57.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:52:57.534Z] [2023-03-01T02:52:57.534Z] Login Succeeded [2023-03-01T02:52:57.534Z] nexus3.edgexfoundry.org:10004 [2023-03-01T02:52:57.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:52:57.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:52:57.795Z] Configure a credential helper to remove this warning. See [2023-03-01T02:52:57.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:52:57.795Z] [2023-03-01T02:52:57.795Z] Login Succeeded [2023-03-01T02:52:57.795Z] docker.io [2023-03-01T02:52:57.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:52:58.056Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:52:58.056Z] Configure a credential helper to remove this warning. See [2023-03-01T02:52:58.056Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:52:58.056Z] [2023-03-01T02:52:58.056Z] Login Succeeded [2023-03-01T02:52:58.056Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T02:52:58.065Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-01T02:52:58.432Z] + git rev-list -1 --merges de7f1fa98896349c300f3340708f5a9fee2488ae~1..de7f1fa98896349c300f3340708f5a9fee2488ae [Pipeline] echo [2023-03-01T02:52:58.474Z] -----------> git rev-list -1 --merges de7f1fa98896349c300f3340708f5a9fee2488ae~1..de7f1fa98896349c300f3340708f5a9fee2488ae de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T02:52:58.474Z] de7f1fa98896349c300f3340708f5a9fee2488ae [false] [Pipeline] sh [2023-03-01T02:52:58.762Z] + git log --format=format:%s -1 de7f1fa98896349c300f3340708f5a9fee2488ae [Pipeline] echo [2023-03-01T02:52:58.779Z] ========================================================= [2023-03-01T02:52:58.779Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-01T02:52:58.779Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T02:52:59.095Z] + git log --format=format:%s -1 de7f1fa98896349c300f3340708f5a9fee2488ae [Pipeline] echo [2023-03-01T02:52:59.107Z] [semverPrep] GIT_COMMIT: de7f1fa98896349c300f3340708f5a9fee2488ae, Commit Message: Merge pull request #347 from jinlinGuan/sdk-issue-1347 [Pipeline] echo [2023-03-01T02:52:59.116Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-01T02:52:59.493Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T02:52:59.493Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-01T02:52:59.493Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-01T02:52:59.493Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-01T02:52:59.493Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-01T02:52:59.493Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-01T02:52:59.493Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:52:59.917Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:52:59.917Z] [2023-03-01T02:52:59.917Z] 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-01T02:53:00.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:53:00.230Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-01T02:53:00.230Z] b85a868b505f: Pulling fs layer [2023-03-01T02:53:00.230Z] e2be974225ed: Pulling fs layer [2023-03-01T02:53:00.230Z] 339a4e72a1f5: Pulling fs layer [2023-03-01T02:53:00.230Z] 988bab9f4d93: Pulling fs layer [2023-03-01T02:53:00.230Z] 1469e6f7b9e6: Pulling fs layer [2023-03-01T02:53:00.230Z] eaf3925da568: Pulling fs layer [2023-03-01T02:53:00.230Z] bab4dde63d76: Pulling fs layer [2023-03-01T02:53:00.230Z] bde34c3a00c8: Pulling fs layer [2023-03-01T02:53:00.230Z] b352a97aabf1: Pulling fs layer [2023-03-01T02:53:00.230Z] 4872d77fe225: Pulling fs layer [2023-03-01T02:53:00.230Z] 5851b861e8e6: Pulling fs layer [2023-03-01T02:53:00.230Z] bab4dde63d76: Waiting [2023-03-01T02:53:00.230Z] 988bab9f4d93: Waiting [2023-03-01T02:53:00.230Z] 1469e6f7b9e6: Waiting [2023-03-01T02:53:00.230Z] eaf3925da568: Waiting [2023-03-01T02:53:00.230Z] 5851b861e8e6: Waiting [2023-03-01T02:53:00.230Z] 4872d77fe225: Waiting [2023-03-01T02:53:00.230Z] b352a97aabf1: Waiting [2023-03-01T02:53:00.230Z] bde34c3a00c8: Waiting [2023-03-01T02:53:00.230Z] e2be974225ed: Verifying Checksum [2023-03-01T02:53:00.230Z] e2be974225ed: Download complete [2023-03-01T02:53:00.230Z] 988bab9f4d93: Verifying Checksum [2023-03-01T02:53:00.230Z] 988bab9f4d93: Download complete [2023-03-01T02:53:00.489Z] 1469e6f7b9e6: Verifying Checksum [2023-03-01T02:53:00.489Z] 1469e6f7b9e6: Download complete [2023-03-01T02:53:00.489Z] eaf3925da568: Download complete [2023-03-01T02:53:00.489Z] 339a4e72a1f5: Verifying Checksum [2023-03-01T02:53:00.489Z] 339a4e72a1f5: Download complete [2023-03-01T02:53:00.489Z] bde34c3a00c8: Verifying Checksum [2023-03-01T02:53:00.489Z] bde34c3a00c8: Download complete [2023-03-01T02:53:00.489Z] b352a97aabf1: Download complete [2023-03-01T02:53:00.489Z] 4872d77fe225: Verifying Checksum [2023-03-01T02:53:00.489Z] 4872d77fe225: Download complete [2023-03-01T02:53:00.489Z] 5851b861e8e6: Verifying Checksum [2023-03-01T02:53:00.489Z] 5851b861e8e6: Download complete [2023-03-01T02:53:00.489Z] b85a868b505f: Verifying Checksum [2023-03-01T02:53:00.489Z] b85a868b505f: Download complete [2023-03-01T02:53:01.060Z] bab4dde63d76: Verifying Checksum [2023-03-01T02:53:01.060Z] bab4dde63d76: Download complete [2023-03-01T02:53:02.006Z] b85a868b505f: Pull complete [2023-03-01T02:53:02.006Z] e2be974225ed: Pull complete [2023-03-01T02:53:02.580Z] 339a4e72a1f5: Pull complete [2023-03-01T02:53:02.580Z] 988bab9f4d93: Pull complete [2023-03-01T02:53:03.151Z] 1469e6f7b9e6: Pull complete [2023-03-01T02:53:03.151Z] eaf3925da568: Pull complete [2023-03-01T02:53:05.060Z] bab4dde63d76: Pull complete [2023-03-01T02:53:05.060Z] bde34c3a00c8: Pull complete [2023-03-01T02:53:05.060Z] b352a97aabf1: Pull complete [2023-03-01T02:53:05.060Z] 4872d77fe225: Pull complete [2023-03-01T02:53:05.321Z] 5851b861e8e6: Pull complete [2023-03-01T02:53:05.321Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-01T02:53:05.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T02:53:05.321Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:53:05.413Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T02:53:05.446Z] $ 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-01T02:53:06.900Z] $ docker top 16941f56289a91fc57bc7e84c5e95c01a0ba9d799d7c023535eb139a1167c75b -eo pid,comm [2023-03-01T02:53:06.963Z] 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-01T02:53:06.964Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T02:53:06.998Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T02:53:06.998Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T02:53:07.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T02:53:07.120Z] $ docker exec 16941f56289a91fc57bc7e84c5e95c01a0ba9d799d7c023535eb139a1167c75b ssh-agent [2023-03-01T02:53:07.234Z] SSH_AUTH_SOCK=/tmp/ssh-GHH2ubezG0SS/agent.33 [2023-03-01T02:53:07.234Z] SSH_AGENT_PID=39 [2023-03-01T02:53:07.242Z] Running ssh-add (command line suppressed) [2023-03-01T02:53:07.346Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11508805592869229256.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11508805592869229256.key) [2023-03-01T02:53:07.365Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T02:53:07.653Z] + git tag --points-at HEAD [Pipeline] } [2023-03-01T02:53:07.674Z] $ docker exec --env ******** --env ******** 16941f56289a91fc57bc7e84c5e95c01a0ba9d799d7c023535eb139a1167c75b ssh-agent -k [2023-03-01T02:53:07.777Z] unset SSH_AUTH_SOCK; [2023-03-01T02:53:07.778Z] unset SSH_AGENT_PID; [2023-03-01T02:53:07.778Z] echo Agent pid 39 killed; [2023-03-01T02:53:07.792Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-01T02:53:07.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T02:53:07.820Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T02:53:07.946Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T02:53:07.948Z] $ docker exec 16941f56289a91fc57bc7e84c5e95c01a0ba9d799d7c023535eb139a1167c75b ssh-agent [2023-03-01T02:53:08.065Z] SSH_AUTH_SOCK=/tmp/ssh-YYsMaTAbhLBs/agent.71 [2023-03-01T02:53:08.065Z] SSH_AGENT_PID=77 [2023-03-01T02:53:08.070Z] Running ssh-add (command line suppressed) [2023-03-01T02:53:08.174Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17253464880980091198.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17253464880980091198.key) [2023-03-01T02:53:08.192Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T02:53:08.483Z] + git semver init [2023-03-01T02:53:08.743Z] 2023-03-01 02:53:08,662 [run_init] DEBUG init version:0.0.0 force:False [2023-03-01T02:53:08.743Z] 2023-03-01 02:53:08,663 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2023-03-01T02:53:08.743Z] 2023-03-01 02:53:08,663 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2023-03-01T02:53:08.743Z] 2023-03-01 02:53:08,664 [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-01T02:53:10.122Z] 2023-03-01 02:53:09,791 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2023-03-01T02:53:10.122Z] 2023-03-01 02:53:09,792 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2023-03-01T02:53:10.122Z] 2023-03-01 02:53:09,792 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T02:53:10.122Z] 2023-03-01 02:53:09,792 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T02:53:10.122Z] 3.0.0-dev.17 [Pipeline] } [2023-03-01T02:53:10.132Z] $ docker exec --env ******** --env ******** 16941f56289a91fc57bc7e84c5e95c01a0ba9d799d7c023535eb139a1167c75b ssh-agent -k [2023-03-01T02:53:10.237Z] unset SSH_AUTH_SOCK; [2023-03-01T02:53:10.237Z] unset SSH_AGENT_PID; [2023-03-01T02:53:10.238Z] echo Agent pid 77 killed; [2023-03-01T02:53:10.247Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T02:53:10.555Z] + git semver [Pipeline] } [2023-03-01T02:53:10.829Z] $ docker stop --time=1 16941f56289a91fc57bc7e84c5e95c01a0ba9d799d7c023535eb139a1167c75b [2023-03-01T02:53:12.212Z] $ docker rm -f --volumes 16941f56289a91fc57bc7e84c5e95c01a0ba9d799d7c023535eb139a1167c75b [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T02:53:12.550Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-01T02:53:12.767Z] Stashed 1 file(s) [Pipeline] echo [2023-03-01T02:53:12.771Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.17 [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-01T02:53:12.885Z] provisioning config files... [2023-03-01T02:53:12.894Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config18026157574813306580tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:53:13.189Z] ---> docker-login.sh [2023-03-01T02:53:13.189Z] nexus3.edgexfoundry.org:10001 [2023-03-01T02:53:13.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:53:13.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:53:13.189Z] Configure a credential helper to remove this warning. See [2023-03-01T02:53:13.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:53:13.189Z] [2023-03-01T02:53:13.189Z] Login Succeeded [2023-03-01T02:53:13.189Z] nexus3.edgexfoundry.org:10002 [2023-03-01T02:53:13.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:53:13.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:53:13.189Z] Configure a credential helper to remove this warning. See [2023-03-01T02:53:13.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:53:13.189Z] [2023-03-01T02:53:13.189Z] Login Succeeded [2023-03-01T02:53:13.189Z] nexus3.edgexfoundry.org:10003 [2023-03-01T02:53:13.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:53:13.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:53:13.447Z] Configure a credential helper to remove this warning. See [2023-03-01T02:53:13.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:53:13.447Z] [2023-03-01T02:53:13.447Z] Login Succeeded [2023-03-01T02:53:13.447Z] nexus3.edgexfoundry.org:10004 [2023-03-01T02:53:13.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:53:13.447Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:53:13.447Z] Configure a credential helper to remove this warning. See [2023-03-01T02:53:13.447Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:53:13.447Z] [2023-03-01T02:53:13.447Z] Login Succeeded [2023-03-01T02:53:13.447Z] docker.io [2023-03-01T02:53:13.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:53:13.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:53:13.967Z] Configure a credential helper to remove this warning. See [2023-03-01T02:53:13.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:53:13.967Z] [2023-03-01T02:53:13.967Z] Login Succeeded [2023-03-01T02:53:13.967Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T02:53:13.974Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T02:53:14.043Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:53:14.057Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:53:14.067Z] ========================================================= [2023-03-01T02:53:14.067Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-01T02:53:14.067Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:53:14.385Z] + 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-01T02:53:14.385Z] Sending build context to Docker daemon 23.39MB [2023-03-01T02:53:14.385Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T02:53:14.385Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-01T02:53:14.647Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-01T02:53:14.647Z] 213ec9aee27d: Pulling fs layer [2023-03-01T02:53:14.647Z] 4583459ba037: Pulling fs layer [2023-03-01T02:53:14.647Z] 93c1e223e6f2: Pulling fs layer [2023-03-01T02:53:14.647Z] 53926ce57604: Pulling fs layer [2023-03-01T02:53:14.647Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-01T02:53:14.647Z] 22ff95d597cd: Pulling fs layer [2023-03-01T02:53:14.647Z] 12d6caf4c0d1: Pulling fs layer [2023-03-01T02:53:14.647Z] 96b7cbca73a9: Pulling fs layer [2023-03-01T02:53:14.647Z] a7acece74701: Pulling fs layer [2023-03-01T02:53:14.647Z] 22ff95d597cd: Waiting [2023-03-01T02:53:14.647Z] 12d6caf4c0d1: Waiting [2023-03-01T02:53:14.647Z] 96b7cbca73a9: Waiting [2023-03-01T02:53:14.647Z] a7acece74701: Waiting [2023-03-01T02:53:14.647Z] 21b2b0c7a3f4: Waiting [2023-03-01T02:53:14.647Z] 93c1e223e6f2: Download complete [2023-03-01T02:53:14.647Z] 4583459ba037: Download complete [2023-03-01T02:53:14.647Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-01T02:53:14.647Z] 21b2b0c7a3f4: Download complete [2023-03-01T02:53:14.647Z] 22ff95d597cd: Verifying Checksum [2023-03-01T02:53:14.647Z] 22ff95d597cd: Download complete [2023-03-01T02:53:14.647Z] 213ec9aee27d: Verifying Checksum [2023-03-01T02:53:14.647Z] 12d6caf4c0d1: Verifying Checksum [2023-03-01T02:53:14.647Z] 12d6caf4c0d1: Download complete [2023-03-01T02:53:14.910Z] 213ec9aee27d: Pull complete [2023-03-01T02:53:14.910Z] 4583459ba037: Pull complete [2023-03-01T02:53:14.910Z] 93c1e223e6f2: Pull complete [2023-03-01T02:53:15.171Z] a7acece74701: Verifying Checksum [2023-03-01T02:53:15.171Z] a7acece74701: Download complete [2023-03-01T02:53:15.431Z] 96b7cbca73a9: Verifying Checksum [2023-03-01T02:53:15.431Z] 96b7cbca73a9: Download complete [2023-03-01T02:53:15.431Z] 53926ce57604: Verifying Checksum [2023-03-01T02:53:15.431Z] 53926ce57604: Download complete [2023-03-01T02:53:19.624Z] 53926ce57604: Pull complete [2023-03-01T02:53:19.624Z] 21b2b0c7a3f4: Pull complete [2023-03-01T02:53:19.624Z] 22ff95d597cd: Pull complete [2023-03-01T02:53:19.624Z] 12d6caf4c0d1: Pull complete [2023-03-01T02:53:22.155Z] 96b7cbca73a9: Pull complete [2023-03-01T02:53:22.414Z] a7acece74701: Pull complete [2023-03-01T02:53:22.414Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-01T02:53:22.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T02:53:22.673Z] ---> db6d94c90886 [2023-03-01T02:53:22.673Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-01T02:53:24.580Z] ---> Running in 457e34bf5cf9 [2023-03-01T02:53:24.580Z] Removing intermediate container 457e34bf5cf9 [2023-03-01T02:53:24.580Z] ---> 7c545e930a1b [2023-03-01T02:53:24.580Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-01T02:53:24.580Z] ---> Running in 4c39b78a2c38 [2023-03-01T02:53:24.580Z] Removing intermediate container 4c39b78a2c38 [2023-03-01T02:53:24.580Z] ---> 049632683a72 [2023-03-01T02:53:24.580Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-01T02:53:24.580Z] ---> Running in f70b1e8d1577 [2023-03-01T02:53:24.580Z] Removing intermediate container f70b1e8d1577 [2023-03-01T02:53:24.580Z] ---> 460b049f397b [2023-03-01T02:53:24.580Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-01T02:53:24.841Z] ---> Running in 2bf29a2ec99d [2023-03-01T02:53:24.841Z] Removing intermediate container 2bf29a2ec99d [2023-03-01T02:53:24.841Z] ---> e99abfb5c09a [2023-03-01T02:53:24.841Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-01T02:53:24.841Z] ---> Running in 3f0b571a6927 [2023-03-01T02:53:25.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T02:53:25.357Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T02:53:25.617Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-01T02:53:25.617Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-01T02:53:25.617Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-01T02:53:25.617Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-01T02:53:25.617Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T02:53:25.617Z] OK: 216 MiB in 55 packages [2023-03-01T02:53:26.188Z] Removing intermediate container 3f0b571a6927 [2023-03-01T02:53:26.188Z] ---> 7afa2235b025 [2023-03-01T02:53:26.188Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-01T02:53:26.188Z] ---> 4590dc62935f [2023-03-01T02:53:26.188Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T02:53:26.188Z] ---> Running in 01e02690c91e [2023-03-01T02:53:27.854Z] Still waiting to schedule task [2023-03-01T02:53:27.854Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-03-01T02:54:05.083Z] Removing intermediate container 01e02690c91e [2023-03-01T02:54:05.083Z] ---> 4f82458668e8 [2023-03-01T02:54:05.083Z] Step 10/12 : COPY . . [2023-03-01T02:54:05.083Z] ---> 39f49dd35c06 [2023-03-01T02:54:05.083Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-01T02:54:05.083Z] ---> Running in 4f668471ba57 [2023-03-01T02:54:05.083Z] Removing intermediate container 4f668471ba57 [2023-03-01T02:54:05.083Z] ---> 57e5adc9fb2e [2023-03-01T02:54:05.083Z] Step 12/12 : RUN $MAKE [2023-03-01T02:54:05.083Z] ---> Running in a49f2215d8da [2023-03-01T02:54:05.083Z] noop [2023-03-01T02:54:05.083Z] Removing intermediate container a49f2215d8da [2023-03-01T02:54:05.083Z] ---> 132004f254e9 [2023-03-01T02:54:05.083Z] Successfully built 132004f254e9 [2023-03-01T02:54:05.083Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:54:05.393Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T02:54:05.393Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:54:05.463Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T02:54:05.491Z] $ 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-01T02:54:05.896Z] $ docker top 4e6b35d4e0d1cef12468bcf2a9eee3732eb3a1e0cedb630abcdc85d9c8f016e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:54:06.250Z] + go version [2023-03-01T02:54:06.250Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-01T02:54:06.261Z] $ docker stop --time=1 4e6b35d4e0d1cef12468bcf2a9eee3732eb3a1e0cedb630abcdc85d9c8f016e6 [2023-03-01T02:54:07.574Z] $ docker rm -f --volumes 4e6b35d4e0d1cef12468bcf2a9eee3732eb3a1e0cedb630abcdc85d9c8f016e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:54:07.980Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T02:54:07.980Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:54:08.054Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T02:54:08.078Z] $ 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-01T02:54:08.449Z] $ docker top 7134251beda639b673497da3715f8e2672db15890a95096fbec9de888cc25ff2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:54:08.794Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2023-03-01T02:54:09.093Z] + make test [2023-03-01T02:54:09.094Z] go test ./... -coverprofile=coverage.out [2023-03-01T02:54:09.352Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-01T02:54:19.325Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-01T02:54:19.325Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.039s coverage: 65.6% of statements [2023-03-01T02:54:24.584Z] 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-01T02:54:24.584Z] go vet ./... [2023-03-01T02:54:27.862Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T02:54:27.862Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T02:54:27.862Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T02:54:27.876Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T02:54:27.890Z] $ docker stop --time=1 7134251beda639b673497da3715f8e2672db15890a95096fbec9de888cc25ff2 [2023-03-01T02:54:29.645Z] $ docker rm -f --volumes 7134251beda639b673497da3715f8e2672db15890a95096fbec9de888cc25ff2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T02:54:30.125Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T02:54:30.186Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-01T02:54:30.715Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T02:54:31.009Z] + ls -al . [2023-03-01T02:54:31.009Z] total 192 [2023-03-01T02:54:31.009Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 1 02:54 . [2023-03-01T02:54:31.009Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 02:52 .. [2023-03-01T02:54:31.009Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 02:54 .git [2023-03-01T02:54:31.009Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 02:52 .github [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 1 02:52 .gitignore [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 1 02:52 .golangci.yml [2023-03-01T02:54:31.009Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 02:53 .semver [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 1 02:52 Attribution.txt [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 1 02:52 CHANGELOG.md [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 1 02:52 Dockerfile [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 02:52 GOVERNANCE.md [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 1 02:52 Jenkinsfile [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 1 02:52 LICENSE [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 1 02:52 Makefile [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 1 02:52 OWNERS.md [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 1 02:52 README.md [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 1 02:53 VERSION [2023-03-01T02:54:31.009Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 02:52 bin [2023-03-01T02:54:31.009Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 02:52 cmd [2023-03-01T02:54:31.009Z] -rw-r--r-- 1 jenkins jenkins 44128 Mar 1 02:54 coverage.out [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 1 02:52 go.mod [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 32563 Mar 1 02:52 go.sum [2023-03-01T02:54:31.009Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 02:52 internal [2023-03-01T02:54:31.009Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 02:52 snap [2023-03-01T02:54:31.009Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 1 02:52 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:54:31.309Z] + 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=de7f1fa98896349c300f3340708f5a9fee2488ae --label arch=amd64 --label version=3.0.0-dev.17 . [2023-03-01T02:54:31.309Z] Sending build context to Docker daemon 23.44MB [2023-03-01T02:54:31.309Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T02:54:31.309Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-01T02:54:31.309Z] ---> 132004f254e9 [2023-03-01T02:54:31.309Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-01T02:54:31.568Z] ---> Running in d329c914732f [2023-03-01T02:54:31.568Z] Removing intermediate container d329c914732f [2023-03-01T02:54:31.568Z] ---> f07b86891113 [2023-03-01T02:54:31.568Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-01T02:54:31.568Z] ---> Running in 1a26ea0f6951 [2023-03-01T02:54:31.828Z] Removing intermediate container 1a26ea0f6951 [2023-03-01T02:54:31.828Z] ---> afc278be370a [2023-03-01T02:54:31.828Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-01T02:54:31.828Z] ---> Running in 126cceb84840 [2023-03-01T02:54:31.828Z] Removing intermediate container 126cceb84840 [2023-03-01T02:54:31.828Z] ---> 8e4ee45ebd45 [2023-03-01T02:54:31.828Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-01T02:54:31.828Z] ---> Running in 8e347335f308 [2023-03-01T02:54:32.087Z] Removing intermediate container 8e347335f308 [2023-03-01T02:54:32.087Z] ---> 50b17cbf6246 [2023-03-01T02:54:32.087Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-01T02:54:32.087Z] ---> Running in 1da4a956dfa4 [2023-03-01T02:54:32.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T02:54:32.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T02:54:32.604Z] OK: 216 MiB in 55 packages [2023-03-01T02:54:33.171Z] Removing intermediate container 1da4a956dfa4 [2023-03-01T02:54:33.171Z] ---> e533268c712e [2023-03-01T02:54:33.171Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-01T02:54:33.171Z] ---> 78d8c6792754 [2023-03-01T02:54:33.171Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T02:54:33.171Z] ---> Running in 8fc3d784862f [2023-03-01T02:54:34.106Z] Removing intermediate container 8fc3d784862f [2023-03-01T02:54:34.107Z] ---> ec2fcb7906bc [2023-03-01T02:54:34.107Z] Step 10/25 : COPY . . [2023-03-01T02:54:34.679Z] ---> 8d34acca39f6 [2023-03-01T02:54:34.679Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-01T02:54:34.679Z] ---> Running in 60f12852c7c5 [2023-03-01T02:54:34.679Z] Removing intermediate container 60f12852c7c5 [2023-03-01T02:54:34.679Z] ---> 1a6d258c19a4 [2023-03-01T02:54:34.679Z] Step 12/25 : RUN $MAKE [2023-03-01T02:54:34.679Z] ---> Running in 45b5f3c9129b [2023-03-01T02:54:34.936Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.17" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-03-01T02:54:53.018Z] Removing intermediate container 45b5f3c9129b [2023-03-01T02:54:53.018Z] ---> 0e25d723579a [2023-03-01T02:54:53.018Z] Step 13/25 : FROM alpine:3.16 [2023-03-01T02:54:53.018Z] 3.16: Pulling from library/alpine [2023-03-01T02:54:53.018Z] ef5531b6e74e: Pulling fs layer [2023-03-01T02:54:53.276Z] ef5531b6e74e: Verifying Checksum [2023-03-01T02:54:53.276Z] ef5531b6e74e: Download complete [2023-03-01T02:54:53.535Z] ef5531b6e74e: Pull complete [2023-03-01T02:54:53.535Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T02:54:53.535Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T02:54:53.535Z] ---> dfd21b5a31f5 [2023-03-01T02:54:53.535Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-01T02:54:53.535Z] ---> Running in 077f48787037 [2023-03-01T02:54:53.535Z] Removing intermediate container 077f48787037 [2023-03-01T02:54:53.535Z] ---> 4607669866c1 [2023-03-01T02:54:53.535Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-01T02:54:53.793Z] ---> Running in a51146d80a86 [2023-03-01T02:54:54.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T02:54:54.052Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T02:54:54.310Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T02:54:54.310Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T02:54:54.310Z] OK: 6 MiB in 15 packages [2023-03-01T02:54:54.877Z] Removing intermediate container a51146d80a86 [2023-03-01T02:54:54.877Z] ---> b53c46657c4b [2023-03-01T02:54:54.877Z] Step 16/25 : WORKDIR / [2023-03-01T02:54:54.877Z] ---> Running in 2c4dfd9a6a2c [2023-03-01T02:54:54.877Z] Removing intermediate container 2c4dfd9a6a2c [2023-03-01T02:54:54.877Z] ---> 7d1897df07d2 [2023-03-01T02:54:54.877Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-01T02:54:55.135Z] ---> ba1ec4367860 [2023-03-01T02:54:55.135Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-01T02:54:55.135Z] ---> 6be4f03c7a79 [2023-03-01T02:54:55.135Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-01T02:54:55.748Z] ---> fcb6e3f6bd91 [2023-03-01T02:54:55.748Z] Step 20/25 : EXPOSE 59900 [2023-03-01T02:54:55.748Z] ---> Running in 30aba13137b0 [2023-03-01T02:54:55.748Z] Removing intermediate container 30aba13137b0 [2023-03-01T02:54:55.748Z] ---> 9117e657d81f [2023-03-01T02:54:55.748Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-01T02:54:55.748Z] ---> Running in 99271ef3db20 [2023-03-01T02:54:56.008Z] Removing intermediate container 99271ef3db20 [2023-03-01T02:54:56.008Z] ---> 009b58272e42 [2023-03-01T02:54:56.008Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T02:54:56.008Z] ---> Running in 389cc4359c78 [2023-03-01T02:54:56.008Z] Removing intermediate container 389cc4359c78 [2023-03-01T02:54:56.008Z] ---> 98cfc22c2b64 [2023-03-01T02:54:56.008Z] Step 23/25 : LABEL arch=amd64 [2023-03-01T02:54:56.008Z] ---> Running in 621183e9b1b6 [2023-03-01T02:54:56.268Z] Removing intermediate container 621183e9b1b6 [2023-03-01T02:54:56.268Z] ---> daadd7b88768 [2023-03-01T02:54:56.268Z] Step 24/25 : LABEL git_sha=de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T02:54:56.268Z] ---> Running in c844bbad46d9 [2023-03-01T02:54:56.268Z] Removing intermediate container c844bbad46d9 [2023-03-01T02:54:56.268Z] ---> cd8f65beb819 [2023-03-01T02:54:56.268Z] Step 25/25 : LABEL version=3.0.0-dev.17 [2023-03-01T02:54:56.268Z] ---> Running in 579885b87bdc [2023-03-01T02:54:56.527Z] Removing intermediate container 579885b87bdc [2023-03-01T02:54:56.527Z] ---> 73b5ac1409f6 [2023-03-01T02:54:56.527Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T02:54:56.527Z] Successfully built 73b5ac1409f6 [2023-03-01T02:54:56.527Z] 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-01T02:54:56.647Z] provisioning config files... [2023-03-01T02:54:56.660Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11707307314556943409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:54:56.954Z] ---> docker-login.sh [2023-03-01T02:54:56.954Z] nexus3.edgexfoundry.org:10001 [2023-03-01T02:54:56.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:54:56.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:54:56.954Z] Configure a credential helper to remove this warning. See [2023-03-01T02:54:56.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:54:56.954Z] [2023-03-01T02:54:56.954Z] Login Succeeded [2023-03-01T02:54:56.954Z] nexus3.edgexfoundry.org:10002 [2023-03-01T02:54:56.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:54:56.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:54:56.954Z] Configure a credential helper to remove this warning. See [2023-03-01T02:54:56.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:54:56.954Z] [2023-03-01T02:54:56.954Z] Login Succeeded [2023-03-01T02:54:56.954Z] nexus3.edgexfoundry.org:10003 [2023-03-01T02:54:57.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:54:57.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:54:57.211Z] Configure a credential helper to remove this warning. See [2023-03-01T02:54:57.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:54:57.211Z] [2023-03-01T02:54:57.211Z] Login Succeeded [2023-03-01T02:54:57.211Z] nexus3.edgexfoundry.org:10004 [2023-03-01T02:54:57.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:54:57.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:54:57.211Z] Configure a credential helper to remove this warning. See [2023-03-01T02:54:57.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:54:57.211Z] [2023-03-01T02:54:57.211Z] Login Succeeded [2023-03-01T02:54:57.211Z] docker.io [2023-03-01T02:54:57.470Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:54:57.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:54:57.727Z] Configure a credential helper to remove this warning. See [2023-03-01T02:54:57.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:54:57.727Z] [2023-03-01T02:54:57.727Z] Login Succeeded [2023-03-01T02:54:57.727Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T02:54:57.733Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T02:54:57.757Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:54:57.771Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2023-03-01T02:54:57.771Z] de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T02:54:57.771Z] latest [2023-03-01T02:54:57.771Z] 3.0.0-dev.17 [2023-03-01T02:54:57.771Z] de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17 [2023-03-01T02:54:57.771Z] main [2023-03-01T02:54:57.771Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:54:58.077Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:de7f1fa98896349c300f3340708f5a9fee2488ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:54:58.377Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T02:54:58.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-01T02:54:58.377Z] 8404927e988b: Preparing [2023-03-01T02:54:58.377Z] 43648b4b50b5: Preparing [2023-03-01T02:54:58.377Z] 0b375734b1ae: Preparing [2023-03-01T02:54:58.377Z] 43af60395e7f: Preparing [2023-03-01T02:54:58.377Z] aa5968d388b8: Preparing [2023-03-01T02:54:58.377Z] aa5968d388b8: Layer already exists [2023-03-01T02:54:58.377Z] 43af60395e7f: Pushed [2023-03-01T02:54:58.377Z] 43648b4b50b5: Pushed [2023-03-01T02:54:58.377Z] 0b375734b1ae: Pushed [2023-03-01T02:55:00.905Z] 8404927e988b: Pushed [2023-03-01T02:55:00.905Z] de7f1fa98896349c300f3340708f5a9fee2488ae: digest: sha256:b1f0525778d53e873dca89cf174187bfe63570eefa1540b991227f577b4aea23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:01.225Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:01.533Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-03-01T02:55:01.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-01T02:55:01.533Z] 8404927e988b: Preparing [2023-03-01T02:55:01.533Z] 43648b4b50b5: Preparing [2023-03-01T02:55:01.533Z] 0b375734b1ae: Preparing [2023-03-01T02:55:01.533Z] 43af60395e7f: Preparing [2023-03-01T02:55:01.533Z] aa5968d388b8: Preparing [2023-03-01T02:55:01.533Z] 43af60395e7f: Layer already exists [2023-03-01T02:55:01.533Z] 0b375734b1ae: Layer already exists [2023-03-01T02:55:01.533Z] 8404927e988b: Layer already exists [2023-03-01T02:55:01.533Z] 43648b4b50b5: Layer already exists [2023-03-01T02:55:01.533Z] aa5968d388b8: Layer already exists [2023-03-01T02:55:01.533Z] latest: digest: sha256:b1f0525778d53e873dca89cf174187bfe63570eefa1540b991227f577b4aea23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:01.852Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:02.156Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.17 [2023-03-01T02:55:02.156Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-01T02:55:02.156Z] 8404927e988b: Preparing [2023-03-01T02:55:02.156Z] 43648b4b50b5: Preparing [2023-03-01T02:55:02.156Z] 0b375734b1ae: Preparing [2023-03-01T02:55:02.156Z] 43af60395e7f: Preparing [2023-03-01T02:55:02.156Z] aa5968d388b8: Preparing [2023-03-01T02:55:02.156Z] 43648b4b50b5: Layer already exists [2023-03-01T02:55:02.156Z] 43af60395e7f: Layer already exists [2023-03-01T02:55:02.156Z] 0b375734b1ae: Layer already exists [2023-03-01T02:55:02.156Z] 8404927e988b: Layer already exists [2023-03-01T02:55:02.156Z] aa5968d388b8: Layer already exists [2023-03-01T02:55:02.156Z] 3.0.0-dev.17: digest: sha256:b1f0525778d53e873dca89cf174187bfe63570eefa1540b991227f577b4aea23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:02.469Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:02.771Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17 [2023-03-01T02:55:02.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-01T02:55:02.771Z] 8404927e988b: Preparing [2023-03-01T02:55:02.771Z] 43648b4b50b5: Preparing [2023-03-01T02:55:02.771Z] 0b375734b1ae: Preparing [2023-03-01T02:55:02.771Z] 43af60395e7f: Preparing [2023-03-01T02:55:02.771Z] aa5968d388b8: Preparing [2023-03-01T02:55:02.771Z] 43648b4b50b5: Layer already exists [2023-03-01T02:55:02.771Z] 8404927e988b: Layer already exists [2023-03-01T02:55:02.771Z] 43af60395e7f: Layer already exists [2023-03-01T02:55:02.771Z] 0b375734b1ae: Layer already exists [2023-03-01T02:55:02.771Z] aa5968d388b8: Layer already exists [2023-03-01T02:55:02.771Z] de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17: digest: sha256:b1f0525778d53e873dca89cf174187bfe63570eefa1540b991227f577b4aea23 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:03.073Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:03.371Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7872 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [2023-03-01T02:55:03.379Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2023-03-01T02:55:03.379Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-03-01T02:55:03.379Z] 8404927e988b: Preparing [2023-03-01T02:55:03.379Z] 43648b4b50b5: Preparing [2023-03-01T02:55:03.379Z] 0b375734b1ae: Preparing [2023-03-01T02:55:03.379Z] 43af60395e7f: Preparing [2023-03-01T02:55:03.379Z] aa5968d388b8: Preparing [2023-03-01T02:55:03.379Z] 43648b4b50b5: Layer already exists [2023-03-01T02:55:03.379Z] aa5968d388b8: Layer already exists [2023-03-01T02:55:03.379Z] 43af60395e7f: Layer already exists [2023-03-01T02:55:03.379Z] 8404927e988b: Layer already exists [2023-03-01T02:55:03.379Z] 0b375734b1ae: Layer already exists [2023-03-01T02:55:03.379Z] main: digest: sha256:b1f0525778d53e873dca89cf174187bfe63570eefa1540b991227f577b4aea23 size: 1365 [Pipeline] ws [2023-03-01T02:55:03.386Z] Running in /w/workspace/device-virtual-go/88 [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] checkout [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T02:55:03.432Z] ===================================================== [2023-03-01T02:55:03.433Z] The recommended git tool is: git [Pipeline] echo [2023-03-01T02:55:03.438Z] taggedImages: [2023-03-01T02:55:03.438Z] - nexus3.edgexfoundry.org:10004/device-virtual:de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T02:55:03.438Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-03-01T02:55:03.438Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.17 [2023-03-01T02:55:03.438Z] - nexus3.edgexfoundry.org:10004/device-virtual:de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17 [2023-03-01T02:55:03.438Z] - 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-01T02:55:03.798Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T02:55:03.798Z] [2023-03-01T02:55:03.798Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:04.101Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T02:55:04.101Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-01T02:55:04.101Z] 5eb5b503b376: Pulling fs layer [2023-03-01T02:55:04.101Z] 5c69ac0246d0: Pulling fs layer [2023-03-01T02:55:04.101Z] ec43610c2a17: Pulling fs layer [2023-03-01T02:55:04.101Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-01T02:55:04.101Z] 33b1e0a273af: Pulling fs layer [2023-03-01T02:55:04.101Z] 3a2ae6a8a46f: Waiting [2023-03-01T02:55:04.101Z] 5d3b04190fa2: Pulling fs layer [2023-03-01T02:55:04.101Z] 2f39f015ded8: Pulling fs layer [2023-03-01T02:55:04.101Z] 2f39f015ded8: Waiting [2023-03-01T02:55:04.101Z] 5d3b04190fa2: Waiting [2023-03-01T02:55:04.101Z] 5c69ac0246d0: Verifying Checksum [2023-03-01T02:55:04.101Z] 5c69ac0246d0: Download complete [2023-03-01T02:55:04.101Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-01T02:55:04.101Z] 3a2ae6a8a46f: Download complete [2023-03-01T02:55:04.361Z] 33b1e0a273af: Verifying Checksum [2023-03-01T02:55:04.361Z] 33b1e0a273af: Download complete [2023-03-01T02:55:04.361Z] ec43610c2a17: Verifying Checksum [2023-03-01T02:55:04.361Z] ec43610c2a17: Download complete [2023-03-01T02:55:04.361Z] 5d3b04190fa2: Verifying Checksum [2023-03-01T02:55:04.361Z] 5d3b04190fa2: Download complete [2023-03-01T02:55:04.361Z] 5eb5b503b376: Verifying Checksum [2023-03-01T02:55:04.361Z] 5eb5b503b376: Download complete [2023-03-01T02:55:05.294Z] 2f39f015ded8: Download complete [2023-03-01T02:55:05.551Z] 5eb5b503b376: Pull complete [2023-03-01T02:55:05.809Z] 5c69ac0246d0: Pull complete [2023-03-01T02:55:06.066Z] ec43610c2a17: Pull complete [2023-03-01T02:55:06.066Z] 3a2ae6a8a46f: Pull complete [2023-03-01T02:55:06.325Z] 33b1e0a273af: Pull complete [2023-03-01T02:55:06.325Z] 5d3b04190fa2: Pull complete [2023-03-01T02:55:08.338Z] using credential edgex-jenkins-ssh [2023-03-01T02:55:08.353Z] Cloning the remote Git repository [2023-03-01T02:55:08.395Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-03-01T02:55:08.460Z] > git init /w/workspace/device-virtual-go/88 # timeout=10 [2023-03-01T02:55:08.594Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-01T02:55:08.595Z] > git --version # timeout=10 [2023-03-01T02:55:08.630Z] > git --version # 'git version 2.25.1' [2023-03-01T02:55:08.632Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-01T02:55:08.692Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T02:55:10.512Z] 2f39f015ded8: Pull complete [2023-03-01T02:55:10.512Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-01T02:55:10.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T02:55:10.512Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:55:10.583Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T02:55:10.610Z] $ 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-01T02:55:11.551Z] Avoid second fetch [2023-03-01T02:55:11.552Z] Checking out Revision de7f1fa98896349c300f3340708f5a9fee2488ae (main) [2023-03-01T02:55:12.026Z] Commit message: "Merge pull request #347 from jinlinGuan/sdk-issue-1347" [2023-03-01T02:55:10.789Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-01T02:55:10.815Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T02:55:11.570Z] > git config core.sparsecheckout # timeout=10 [2023-03-01T02:55:11.587Z] > git checkout -f de7f1fa98896349c300f3340708f5a9fee2488ae # timeout=10 [2023-03-01T02:55:12.357Z] $ docker top bb133837a58e3b99c3c2e5ba85ecb491a2c730db5590ecd235ed73988bbe058a -eo pid,comm [2023-03-01T02:55:12.369Z] [2023-03-01T02:55:12.369Z] GitHub has been notified of this commit’s build result [2023-03-01T02:55:12.369Z] [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T02:55:12.748Z] ---> job-cost.sh [2023-03-01T02:55:12.748Z] lf-activate-venv: SKIPPING [2023-03-01T02:55:12.748Z] INFO: No Stack... [2023-03-01T02:55:13.006Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T02:55:13.043Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-01T02:55:13.043Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T02:55:13.043Z] Dload Upload Total Spent Left Speed [2023-03-01T02:55:13.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 92398 0 --:--:-- --:--:-- --:--:-- 93072 [2023-03-01T02:55:13.264Z] INFO: Archiving Costs [Pipeline] sh [Pipeline] sh [2023-03-01T02:55:13.551Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2023-03-01T02:55:13.551Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T02:55:13.565Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-88-stack-cost] [2023-03-01T02:55:13.574Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-88-stack-cost] did not exist. Created. [2023-03-01T02:55:13.574Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-88-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T02:55:13.672Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-01T02:55:13.877Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-01T02:55:13.900Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T02:55:13.908Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-88-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T02:55:13.924Z] $ docker stop --time=1 bb133837a58e3b99c3c2e5ba85ecb491a2c730db5590ecd235ed73988bbe058a [2023-03-01T02:55:13.995Z] + sudo tee /etc/docker/daemon.new [2023-03-01T02:55:13.995Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-01T02:55:13.995Z] { [2023-03-01T02:55:13.995Z] "registry-mirrors": [ [2023-03-01T02:55:13.995Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-01T02:55:13.995Z] ], [2023-03-01T02:55:13.995Z] "bip": "10.250.0.254/24", [2023-03-01T02:55:13.995Z] "hosts": [ [2023-03-01T02:55:13.995Z] "tcp://0.0.0.0:5555", [2023-03-01T02:55:13.995Z] "unix:///var/run/docker.sock" [2023-03-01T02:55:13.995Z] ], [2023-03-01T02:55:13.995Z] "mtu": 1458, [2023-03-01T02:55:13.995Z] "selinux-enabled": true, [2023-03-01T02:55:13.995Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-01T02:55:13.995Z] } [2023-03-01T02:55:15.099Z] $ docker rm -f --volumes bb133837a58e3b99c3c2e5ba85ecb491a2c730db5590ecd235ed73988bbe058a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-01T02:55:15.470Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-01T02:55:15.807Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T02:55:34.068Z] provisioning config files... [2023-03-01T02:55:34.094Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/88@tmp/config6301598221328322314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T02:55:34.450Z] ---> docker-login.sh [2023-03-01T02:55:34.450Z] nexus3.edgexfoundry.org:10001 [2023-03-01T02:55:34.721Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:55:34.994Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:55:34.994Z] Configure a credential helper to remove this warning. See [2023-03-01T02:55:34.994Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:55:34.994Z] [2023-03-01T02:55:34.994Z] Login Succeeded [2023-03-01T02:55:34.994Z] nexus3.edgexfoundry.org:10002 [2023-03-01T02:55:35.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:55:35.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:55:35.544Z] Configure a credential helper to remove this warning. See [2023-03-01T02:55:35.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:55:35.544Z] [2023-03-01T02:55:35.544Z] Login Succeeded [2023-03-01T02:55:35.544Z] nexus3.edgexfoundry.org:10003 [2023-03-01T02:55:35.544Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:55:35.815Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:55:35.815Z] Configure a credential helper to remove this warning. See [2023-03-01T02:55:35.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:55:35.815Z] [2023-03-01T02:55:35.815Z] Login Succeeded [2023-03-01T02:55:35.815Z] nexus3.edgexfoundry.org:10004 [2023-03-01T02:55:36.087Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:55:36.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:55:36.087Z] Configure a credential helper to remove this warning. See [2023-03-01T02:55:36.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:55:36.087Z] [2023-03-01T02:55:36.087Z] Login Succeeded [2023-03-01T02:55:36.087Z] docker.io [2023-03-01T02:55:36.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T02:55:36.625Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T02:55:36.625Z] Configure a credential helper to remove this warning. See [2023-03-01T02:55:36.625Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T02:55:36.625Z] [2023-03-01T02:55:36.625Z] Login Succeeded [2023-03-01T02:55:36.625Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T02:55:36.640Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T02:55:36.881Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:55:36.898Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T02:55:36.907Z] ========================================================= [2023-03-01T02:55:36.907Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-01T02:55:36.907Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:55:37.276Z] + 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-01T02:55:37.554Z] Sending build context to Docker daemon 11.85MB [2023-03-01T02:55:37.554Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T02:55:37.554Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-01T02:55:37.833Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-01T02:55:37.833Z] 9b18e9b68314: Pulling fs layer [2023-03-01T02:55:37.833Z] 35d82f9e3411: Pulling fs layer [2023-03-01T02:55:37.833Z] e16973657156: Pulling fs layer [2023-03-01T02:55:37.833Z] fc693d55d65f: Pulling fs layer [2023-03-01T02:55:37.833Z] 7e9fc2657dce: Pulling fs layer [2023-03-01T02:55:37.833Z] dda99020689f: Pulling fs layer [2023-03-01T02:55:37.833Z] db1c61fa0a46: Pulling fs layer [2023-03-01T02:55:37.833Z] fc693d55d65f: Waiting [2023-03-01T02:55:37.833Z] 7e9fc2657dce: Waiting [2023-03-01T02:55:37.833Z] 891c053d2c06: Pulling fs layer [2023-03-01T02:55:37.833Z] dda99020689f: Waiting [2023-03-01T02:55:37.833Z] 891c053d2c06: Waiting [2023-03-01T02:55:37.833Z] db1c61fa0a46: Waiting [2023-03-01T02:55:37.833Z] e16973657156: Verifying Checksum [2023-03-01T02:55:37.833Z] e16973657156: Download complete [2023-03-01T02:55:37.833Z] 35d82f9e3411: Verifying Checksum [2023-03-01T02:55:37.833Z] 35d82f9e3411: Download complete [2023-03-01T02:55:37.833Z] 7e9fc2657dce: Download complete [2023-03-01T02:55:37.833Z] dda99020689f: Verifying Checksum [2023-03-01T02:55:37.833Z] dda99020689f: Download complete [2023-03-01T02:55:37.833Z] 9b18e9b68314: Verifying Checksum [2023-03-01T02:55:38.831Z] 9b18e9b68314: Pull complete [2023-03-01T02:55:39.112Z] 891c053d2c06: Verifying Checksum [2023-03-01T02:55:39.112Z] 891c053d2c06: Download complete [2023-03-01T02:55:39.400Z] 35d82f9e3411: Pull complete [2023-03-01T02:55:39.673Z] e16973657156: Pull complete [2023-03-01T02:55:40.266Z] db1c61fa0a46: Verifying Checksum [2023-03-01T02:55:40.266Z] db1c61fa0a46: Download complete [2023-03-01T02:55:40.863Z] fc693d55d65f: Verifying Checksum [2023-03-01T02:55:40.863Z] fc693d55d65f: Download complete [2023-03-01T02:55:55.918Z] fc693d55d65f: Pull complete [2023-03-01T02:55:55.918Z] 7e9fc2657dce: Pull complete [2023-03-01T02:55:55.918Z] dda99020689f: Pull complete [2023-03-01T02:56:01.292Z] db1c61fa0a46: Pull complete [2023-03-01T02:56:03.248Z] 891c053d2c06: Pull complete [2023-03-01T02:56:03.248Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-01T02:56:03.248Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T02:56:03.248Z] ---> f96f9c87975a [2023-03-01T02:56:03.248Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-01T02:56:05.214Z] ---> Running in 506dbde9d665 [2023-03-01T02:56:05.484Z] Removing intermediate container 506dbde9d665 [2023-03-01T02:56:05.484Z] ---> 0370bb0da7dd [2023-03-01T02:56:05.484Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-01T02:56:05.484Z] ---> Running in d4f33f4c2fbe [2023-03-01T02:56:05.754Z] Removing intermediate container d4f33f4c2fbe [2023-03-01T02:56:05.754Z] ---> 23d0b1c81737 [2023-03-01T02:56:05.754Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-01T02:56:06.023Z] ---> Running in ee6d6911219b [2023-03-01T02:56:06.292Z] Removing intermediate container ee6d6911219b [2023-03-01T02:56:06.292Z] ---> 5369ab615a5a [2023-03-01T02:56:06.292Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-01T02:56:06.292Z] ---> Running in f998694d303e [2023-03-01T02:56:06.562Z] Removing intermediate container f998694d303e [2023-03-01T02:56:06.562Z] ---> 05674ec9eda2 [2023-03-01T02:56:06.562Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-01T02:56:06.835Z] ---> Running in 32a234f0f901 [2023-03-01T02:56:07.803Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T02:56:08.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T02:56:09.030Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-01T02:56:09.030Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-01T02:56:09.030Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-01T02:56:09.299Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-01T02:56:09.299Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T02:56:09.299Z] OK: 226 MiB in 55 packages [2023-03-01T02:56:10.262Z] Removing intermediate container 32a234f0f901 [2023-03-01T02:56:10.262Z] ---> 297cbce8992e [2023-03-01T02:56:10.262Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-01T02:56:10.848Z] ---> 7fb88f7fac43 [2023-03-01T02:56:10.848Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T02:56:10.848Z] ---> Running in f60f80ddb6a6 [2023-03-01T02:57:18.836Z] Removing intermediate container f60f80ddb6a6 [2023-03-01T02:57:18.836Z] ---> 8b3b53dc1870 [2023-03-01T02:57:18.836Z] Step 10/12 : COPY . . [2023-03-01T02:57:18.836Z] ---> 2fe8766c5e3c [2023-03-01T02:57:18.836Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-01T02:57:18.836Z] ---> Running in dab9cbbed3f1 [2023-03-01T02:57:18.836Z] Removing intermediate container dab9cbbed3f1 [2023-03-01T02:57:18.836Z] ---> dac7b5a8a73f [2023-03-01T02:57:18.836Z] Step 12/12 : RUN $MAKE [2023-03-01T02:57:18.836Z] ---> Running in f2d3a802c46d [2023-03-01T02:57:18.836Z] noop [2023-03-01T02:57:18.836Z] Removing intermediate container f2d3a802c46d [2023-03-01T02:57:18.836Z] ---> 26d552f69b99 [2023-03-01T02:57:18.836Z] Successfully built 26d552f69b99 [2023-03-01T02:57:18.836Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:57:19.176Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T02:57:19.176Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:57:19.346Z] prd-ubuntu20.04-docker-arm64-4c-16g-7872 does not seem to be running inside a container [2023-03-01T02:57:19.413Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/88 -v /w/workspace/device-virtual-go/88:/w/workspace/device-virtual-go/88:rw,z -v /w/workspace/device-virtual-go/88@tmp:/w/workspace/device-virtual-go/88@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-01T02:57:20.580Z] $ docker top 04cebcd824cc4b88d8dcea7089c80086013241fb4f83b1a905cb83974cb7fe79 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:57:21.387Z] + go version [2023-03-01T02:57:21.387Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-01T02:57:21.409Z] $ docker stop --time=1 04cebcd824cc4b88d8dcea7089c80086013241fb4f83b1a905cb83974cb7fe79 [2023-03-01T02:57:23.043Z] $ docker rm -f --volumes 04cebcd824cc4b88d8dcea7089c80086013241fb4f83b1a905cb83974cb7fe79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:57:23.573Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T02:57:23.574Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T02:57:23.750Z] prd-ubuntu20.04-docker-arm64-4c-16g-7872 does not seem to be running inside a container [2023-03-01T02:57:23.823Z] $ 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/88 -v /w/workspace/device-virtual-go/88:/w/workspace/device-virtual-go/88:rw,z -v /w/workspace/device-virtual-go/88@tmp:/w/workspace/device-virtual-go/88@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-01T02:57:25.026Z] $ docker top d61e4b78d00950cc6456df0388c5e86a8733956ee932519de2a1b85bbcd72417 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T02:57:25.525Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/88 [Pipeline] fileExists [Pipeline] sh [2023-03-01T02:57:25.867Z] + make test [2023-03-01T02:57:25.867Z] go test ./... -coverprofile=coverage.out [2023-03-01T02:57:27.811Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-01T02:58:49.437Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-01T02:58:49.437Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.130s coverage: 65.6% of statements [2023-03-01T02:58:49.437Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-01T02:58:49.437Z] go vet ./... [2023-03-01T02:59:07.673Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T02:59:07.673Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T02:59:07.673Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T02:59:07.690Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T02:59:07.709Z] $ docker stop --time=1 d61e4b78d00950cc6456df0388c5e86a8733956ee932519de2a1b85bbcd72417 [2023-03-01T02:59:09.409Z] $ docker rm -f --volumes d61e4b78d00950cc6456df0388c5e86a8733956ee932519de2a1b85bbcd72417 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T02:59:10.262Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T02:59:10.288Z] Warning: overwriting stash ‘coverage-report’ [2023-03-01T02:59:10.788Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T02:59:11.179Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T02:59:11.498Z] + ls -al . [2023-03-01T02:59:11.498Z] total 188 [2023-03-01T02:59:11.498Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 02:57 . [2023-03-01T02:59:11.499Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 02:55 .. [2023-03-01T02:59:11.499Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 02:55 .git [2023-03-01T02:59:11.499Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 02:55 .github [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 1 02:55 .gitignore [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 1 02:55 .golangci.yml [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 1 02:55 Attribution.txt [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 1 02:55 CHANGELOG.md [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 1 02:55 Dockerfile [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 02:55 GOVERNANCE.md [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 1 02:55 Jenkinsfile [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 1 02:55 LICENSE [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 1 02:55 Makefile [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 1 02:55 OWNERS.md [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 1 02:55 README.md [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 1 02:53 VERSION [2023-03-01T02:59:11.499Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 02:55 bin [2023-03-01T02:59:11.499Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 02:55 cmd [2023-03-01T02:59:11.499Z] -rw-r--r-- 1 jenkins jenkins 44128 Mar 1 02:58 coverage.out [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 1 02:55 go.mod [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 32563 Mar 1 02:55 go.sum [2023-03-01T02:59:11.499Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 02:55 internal [2023-03-01T02:59:11.499Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 02:55 snap [2023-03-01T02:59:11.499Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 1 02:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T02:59:11.844Z] + 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=de7f1fa98896349c300f3340708f5a9fee2488ae --label arch=arm64 --label version=3.0.0-dev.17 . [2023-03-01T02:59:12.109Z] Sending build context to Docker daemon 11.89MB [2023-03-01T02:59:12.109Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T02:59:12.109Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-01T02:59:12.109Z] ---> 26d552f69b99 [2023-03-01T02:59:12.109Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-01T02:59:12.376Z] ---> Running in 67eb4e80a265 [2023-03-01T02:59:12.643Z] Removing intermediate container 67eb4e80a265 [2023-03-01T02:59:12.643Z] ---> 0c1872b7e0b2 [2023-03-01T02:59:12.643Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-01T02:59:12.643Z] ---> Running in 0237615e3570 [2023-03-01T02:59:12.910Z] Removing intermediate container 0237615e3570 [2023-03-01T02:59:12.910Z] ---> ef5e53fe2094 [2023-03-01T02:59:12.910Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-01T02:59:13.178Z] ---> Running in af3d3c51e980 [2023-03-01T02:59:13.445Z] Removing intermediate container af3d3c51e980 [2023-03-01T02:59:13.445Z] ---> 54ecc59ac94f [2023-03-01T02:59:13.445Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-01T02:59:13.445Z] ---> Running in 3384c7c3a0f1 [2023-03-01T02:59:13.715Z] Removing intermediate container 3384c7c3a0f1 [2023-03-01T02:59:13.715Z] ---> 34b4af3b4668 [2023-03-01T02:59:13.715Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-01T02:59:13.715Z] ---> Running in b1368232e796 [2023-03-01T02:59:14.671Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T02:59:14.938Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T02:59:15.903Z] OK: 226 MiB in 55 packages [2023-03-01T02:59:16.486Z] Removing intermediate container b1368232e796 [2023-03-01T02:59:16.486Z] ---> a36fc0d4fd06 [2023-03-01T02:59:16.486Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-01T02:59:17.073Z] ---> dc827d8e81de [2023-03-01T02:59:17.073Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T02:59:17.341Z] ---> Running in 1a8682cccb04 [2023-03-01T02:59:19.930Z] Removing intermediate container 1a8682cccb04 [2023-03-01T02:59:19.930Z] ---> 64cb36d55908 [2023-03-01T02:59:19.930Z] Step 10/25 : COPY . . [2023-03-01T02:59:22.523Z] ---> f540ca000c5f [2023-03-01T02:59:22.523Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-01T02:59:22.523Z] ---> Running in 00f919fa6374 [2023-03-01T02:59:22.523Z] Removing intermediate container 00f919fa6374 [2023-03-01T02:59:22.523Z] ---> c386a936e190 [2023-03-01T02:59:22.523Z] Step 12/25 : RUN $MAKE [2023-03-01T02:59:22.523Z] ---> Running in 96b7315ebd15 [2023-03-01T02:59:23.493Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.17" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-03-01T03:01:45.208Z] Removing intermediate container 96b7315ebd15 [2023-03-01T03:01:45.208Z] ---> 06494262e30f [2023-03-01T03:01:45.208Z] Step 13/25 : FROM alpine:3.16 [2023-03-01T03:01:45.208Z] 3.16: Pulling from library/alpine [2023-03-01T03:01:45.208Z] 3760b48202b3: Pulling fs layer [2023-03-01T03:01:45.208Z] 3760b48202b3: Verifying Checksum [2023-03-01T03:01:45.208Z] 3760b48202b3: Download complete [2023-03-01T03:01:45.208Z] 3760b48202b3: Pull complete [2023-03-01T03:01:45.208Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T03:01:45.208Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T03:01:45.208Z] ---> 4c81e5bf8899 [2023-03-01T03:01:45.208Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-01T03:01:45.208Z] ---> Running in dd216db68e57 [2023-03-01T03:01:45.208Z] Removing intermediate container dd216db68e57 [2023-03-01T03:01:45.208Z] ---> be013e0dca33 [2023-03-01T03:01:45.208Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-01T03:01:45.208Z] ---> Running in 15b4f4a6ee20 [2023-03-01T03:01:45.208Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T03:01:45.208Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T03:01:45.208Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T03:01:45.208Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T03:01:45.208Z] OK: 5 MiB in 15 packages [2023-03-01T03:01:45.208Z] Removing intermediate container 15b4f4a6ee20 [2023-03-01T03:01:45.208Z] ---> 72e584ce7ad5 [2023-03-01T03:01:45.208Z] Step 16/25 : WORKDIR / [2023-03-01T03:01:45.208Z] ---> Running in 4cea387dfb77 [2023-03-01T03:01:45.208Z] Removing intermediate container 4cea387dfb77 [2023-03-01T03:01:45.208Z] ---> 9eb59c968f67 [2023-03-01T03:01:45.208Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-01T03:01:45.208Z] ---> 61da4e09ccaf [2023-03-01T03:01:45.208Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-01T03:01:45.208Z] ---> 75ec3fb34c3a [2023-03-01T03:01:45.208Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-01T03:01:45.477Z] ---> 14121a09fec7 [2023-03-01T03:01:45.477Z] Step 20/25 : EXPOSE 59900 [2023-03-01T03:01:45.745Z] ---> Running in acbeea716012 [2023-03-01T03:01:46.013Z] Removing intermediate container acbeea716012 [2023-03-01T03:01:46.013Z] ---> af73f227cd25 [2023-03-01T03:01:46.013Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-01T03:01:46.013Z] ---> Running in c4bf8c7204eb [2023-03-01T03:01:46.281Z] Removing intermediate container c4bf8c7204eb [2023-03-01T03:01:46.281Z] ---> 13d3c8bd97ac [2023-03-01T03:01:46.281Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T03:01:46.549Z] ---> Running in 2f5968d54df9 [2023-03-01T03:01:46.821Z] Removing intermediate container 2f5968d54df9 [2023-03-01T03:01:46.821Z] ---> 15dc7b1eab77 [2023-03-01T03:01:46.821Z] Step 23/25 : LABEL arch=arm64 [2023-03-01T03:01:46.821Z] ---> Running in d016de39dd65 [2023-03-01T03:01:47.090Z] Removing intermediate container d016de39dd65 [2023-03-01T03:01:47.090Z] ---> 66ec4a4e2b73 [2023-03-01T03:01:47.090Z] Step 24/25 : LABEL git_sha=de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T03:01:47.090Z] ---> Running in b0b632e306c2 [2023-03-01T03:01:47.365Z] Removing intermediate container b0b632e306c2 [2023-03-01T03:01:47.365Z] ---> 6f1d44cfa304 [2023-03-01T03:01:47.365Z] Step 25/25 : LABEL version=3.0.0-dev.17 [2023-03-01T03:01:47.643Z] ---> Running in 6dc273900fc0 [2023-03-01T03:01:47.909Z] Removing intermediate container 6dc273900fc0 [2023-03-01T03:01:47.909Z] ---> 260a2d8f691d [2023-03-01T03:01:47.909Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T03:01:47.909Z] Successfully built 260a2d8f691d [2023-03-01T03:01:47.909Z] 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-01T03:01:48.007Z] provisioning config files... [2023-03-01T03:01:48.022Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/88@tmp/config17877405389470759221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:01:48.363Z] ---> docker-login.sh [2023-03-01T03:01:48.363Z] nexus3.edgexfoundry.org:10001 [2023-03-01T03:01:48.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T03:01:48.633Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T03:01:48.633Z] Configure a credential helper to remove this warning. See [2023-03-01T03:01:48.633Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T03:01:48.633Z] [2023-03-01T03:01:48.633Z] Login Succeeded [2023-03-01T03:01:48.633Z] nexus3.edgexfoundry.org:10002 [2023-03-01T03:01:48.900Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T03:01:49.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T03:01:49.168Z] Configure a credential helper to remove this warning. See [2023-03-01T03:01:49.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T03:01:49.168Z] [2023-03-01T03:01:49.168Z] Login Succeeded [2023-03-01T03:01:49.168Z] nexus3.edgexfoundry.org:10003 [2023-03-01T03:01:49.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T03:01:49.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T03:01:49.435Z] Configure a credential helper to remove this warning. See [2023-03-01T03:01:49.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T03:01:49.435Z] [2023-03-01T03:01:49.435Z] Login Succeeded [2023-03-01T03:01:49.435Z] nexus3.edgexfoundry.org:10004 [2023-03-01T03:01:49.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T03:01:49.970Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T03:01:49.970Z] Configure a credential helper to remove this warning. See [2023-03-01T03:01:49.970Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T03:01:49.970Z] [2023-03-01T03:01:49.970Z] Login Succeeded [2023-03-01T03:01:49.970Z] docker.io [2023-03-01T03:01:50.237Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T03:01:50.505Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T03:01:50.505Z] Configure a credential helper to remove this warning. See [2023-03-01T03:01:50.505Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T03:01:50.505Z] [2023-03-01T03:01:50.505Z] Login Succeeded [2023-03-01T03:01:50.505Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T03:01:50.517Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T03:01:50.552Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T03:01:50.575Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2023-03-01T03:01:50.575Z] de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T03:01:50.575Z] latest [2023-03-01T03:01:50.575Z] 3.0.0-dev.17 [2023-03-01T03:01:50.575Z] de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17 [2023-03-01T03:01:50.575Z] main [2023-03-01T03:01:50.575Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:01:50.925Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:de7f1fa98896349c300f3340708f5a9fee2488ae [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:01:51.271Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T03:01:51.272Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-01T03:01:51.272Z] ebf7d4ce0e16: Preparing [2023-03-01T03:01:51.272Z] 1d09c8d33ccd: Preparing [2023-03-01T03:01:51.272Z] 0260d3769b68: Preparing [2023-03-01T03:01:51.272Z] 73431c7be0bd: Preparing [2023-03-01T03:01:51.272Z] f70ee36035b9: Preparing [2023-03-01T03:01:51.272Z] f70ee36035b9: Layer already exists [2023-03-01T03:03:27.903Z] 73431c7be0bd: Retrying in 5 seconds [2023-03-01T03:03:27.903Z] 1d09c8d33ccd: Retrying in 5 seconds [2023-03-01T03:03:27.903Z] ebf7d4ce0e16: Retrying in 5 seconds [2023-03-01T03:03:27.903Z] 0260d3769b68: Retrying in 5 seconds [2023-03-01T03:03:27.903Z] 73431c7be0bd: Retrying in 4 seconds [2023-03-01T03:03:27.903Z] 1d09c8d33ccd: Retrying in 4 seconds [2023-03-01T03:03:27.903Z] ebf7d4ce0e16: Retrying in 4 seconds [2023-03-01T03:03:27.903Z] 0260d3769b68: Retrying in 4 seconds [2023-03-01T03:03:27.903Z] 73431c7be0bd: Retrying in 3 seconds [2023-03-01T03:03:27.903Z] 1d09c8d33ccd: Retrying in 3 seconds [2023-03-01T03:03:27.903Z] ebf7d4ce0e16: Retrying in 3 seconds [2023-03-01T03:03:27.903Z] 0260d3769b68: Retrying in 3 seconds [2023-03-01T03:03:27.903Z] 73431c7be0bd: Retrying in 2 seconds [2023-03-01T03:03:27.903Z] 1d09c8d33ccd: Retrying in 2 seconds [2023-03-01T03:03:27.903Z] 0260d3769b68: Retrying in 2 seconds [2023-03-01T03:03:27.903Z] ebf7d4ce0e16: Retrying in 2 seconds [2023-03-01T03:03:27.903Z] 1d09c8d33ccd: Retrying in 1 second [2023-03-01T03:03:27.903Z] 73431c7be0bd: Retrying in 1 second [2023-03-01T03:03:27.903Z] 0260d3769b68: Retrying in 1 second [2023-03-01T03:03:27.903Z] ebf7d4ce0e16: Retrying in 1 second [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 10 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 10 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 10 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 10 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 9 seconds [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 9 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 9 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 9 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 8 seconds [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 8 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 8 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 8 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 7 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 7 seconds [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 7 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 7 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 6 seconds [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 6 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 6 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 6 seconds [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 5 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 5 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 5 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 5 seconds [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 4 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 4 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 4 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 4 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 3 seconds [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 3 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 3 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 3 seconds [2023-03-01T03:05:04.548Z] 0260d3769b68: Retrying in 2 seconds [2023-03-01T03:05:04.548Z] ebf7d4ce0e16: Retrying in 2 seconds [2023-03-01T03:05:04.548Z] 1d09c8d33ccd: Retrying in 2 seconds [2023-03-01T03:05:04.548Z] 73431c7be0bd: Retrying in 2 seconds [2023-03-01T03:05:05.511Z] ebf7d4ce0e16: Retrying in 1 second [2023-03-01T03:05:05.511Z] 0260d3769b68: Retrying in 1 second [2023-03-01T03:05:05.511Z] 1d09c8d33ccd: Retrying in 1 second [2023-03-01T03:05:05.511Z] 73431c7be0bd: Retrying in 1 second [2023-03-01T03:06:43.663Z] 0260d3769b68: Retrying in 15 seconds [2023-03-01T03:06:43.664Z] 73431c7be0bd: Retrying in 15 seconds [2023-03-01T03:06:43.664Z] 1d09c8d33ccd: Retrying in 15 seconds [2023-03-01T03:06:43.664Z] ebf7d4ce0e16: Retrying in 15 seconds [2023-03-01T03:06:43.664Z] 0260d3769b68: Retrying in 14 seconds [2023-03-01T03:06:43.664Z] 73431c7be0bd: Retrying in 14 seconds [2023-03-01T03:06:43.664Z] 1d09c8d33ccd: Retrying in 14 seconds [2023-03-01T03:06:43.664Z] ebf7d4ce0e16: Retrying in 14 seconds [2023-03-01T03:06:43.664Z] 73431c7be0bd: Retrying in 13 seconds [2023-03-01T03:06:43.664Z] 1d09c8d33ccd: Retrying in 13 seconds [2023-03-01T03:06:43.664Z] 0260d3769b68: Retrying in 13 seconds [2023-03-01T03:06:43.664Z] ebf7d4ce0e16: Retrying in 13 seconds [2023-03-01T03:06:43.664Z] 73431c7be0bd: Retrying in 12 seconds [2023-03-01T03:06:43.664Z] 1d09c8d33ccd: Retrying in 12 seconds [2023-03-01T03:06:43.664Z] 0260d3769b68: Retrying in 12 seconds [2023-03-01T03:06:43.664Z] ebf7d4ce0e16: Retrying in 12 seconds [2023-03-01T03:06:43.664Z] 73431c7be0bd: Retrying in 11 seconds [2023-03-01T03:06:43.664Z] 1d09c8d33ccd: Retrying in 11 seconds [2023-03-01T03:06:43.664Z] 0260d3769b68: Retrying in 11 seconds [2023-03-01T03:06:43.664Z] ebf7d4ce0e16: Retrying in 11 seconds [2023-03-01T03:06:43.664Z] 73431c7be0bd: Retrying in 10 seconds [2023-03-01T03:06:43.664Z] 0260d3769b68: Retrying in 10 seconds [2023-03-01T03:06:43.664Z] 1d09c8d33ccd: Retrying in 10 seconds [2023-03-01T03:06:43.664Z] ebf7d4ce0e16: Retrying in 10 seconds [2023-03-01T03:06:43.664Z] 0260d3769b68: Retrying in 9 seconds [2023-03-01T03:06:43.664Z] 1d09c8d33ccd: Retrying in 9 seconds [2023-03-01T03:06:43.664Z] 73431c7be0bd: Retrying in 9 seconds [2023-03-01T03:06:43.664Z] ebf7d4ce0e16: Retrying in 9 seconds [2023-03-01T03:06:43.664Z] 73431c7be0bd: Retrying in 8 seconds [2023-03-01T03:06:43.664Z] 1d09c8d33ccd: Retrying in 8 seconds [2023-03-01T03:06:43.664Z] 0260d3769b68: Retrying in 8 seconds [2023-03-01T03:06:43.664Z] ebf7d4ce0e16: Retrying in 8 seconds [2023-03-01T03:06:44.623Z] 73431c7be0bd: Retrying in 7 seconds [2023-03-01T03:06:44.623Z] 1d09c8d33ccd: Retrying in 7 seconds [2023-03-01T03:06:44.623Z] 0260d3769b68: Retrying in 7 seconds [2023-03-01T03:06:44.623Z] ebf7d4ce0e16: Retrying in 7 seconds [2023-03-01T03:06:45.581Z] 0260d3769b68: Retrying in 6 seconds [2023-03-01T03:06:45.581Z] 73431c7be0bd: Retrying in 6 seconds [2023-03-01T03:06:45.581Z] 1d09c8d33ccd: Retrying in 6 seconds [2023-03-01T03:06:45.581Z] ebf7d4ce0e16: Retrying in 6 seconds [2023-03-01T03:06:46.545Z] 1d09c8d33ccd: Retrying in 5 seconds [2023-03-01T03:06:46.545Z] 73431c7be0bd: Retrying in 5 seconds [2023-03-01T03:06:46.545Z] 0260d3769b68: Retrying in 5 seconds [2023-03-01T03:06:46.545Z] ebf7d4ce0e16: Retrying in 5 seconds [2023-03-01T03:06:47.500Z] 1d09c8d33ccd: Retrying in 4 seconds [2023-03-01T03:06:47.500Z] 73431c7be0bd: Retrying in 4 seconds [2023-03-01T03:06:47.500Z] 0260d3769b68: Retrying in 4 seconds [2023-03-01T03:06:47.500Z] ebf7d4ce0e16: Retrying in 4 seconds [2023-03-01T03:06:48.457Z] 1d09c8d33ccd: Retrying in 3 seconds [2023-03-01T03:06:48.457Z] 0260d3769b68: Retrying in 3 seconds [2023-03-01T03:06:48.457Z] 73431c7be0bd: Retrying in 3 seconds [2023-03-01T03:06:48.457Z] ebf7d4ce0e16: Retrying in 3 seconds [2023-03-01T03:06:49.409Z] 1d09c8d33ccd: Retrying in 2 seconds [2023-03-01T03:06:49.409Z] 0260d3769b68: Retrying in 2 seconds [2023-03-01T03:06:49.409Z] 73431c7be0bd: Retrying in 2 seconds [2023-03-01T03:06:49.409Z] ebf7d4ce0e16: Retrying in 2 seconds [2023-03-01T03:06:50.363Z] 73431c7be0bd: Retrying in 1 second [2023-03-01T03:06:50.363Z] 1d09c8d33ccd: Retrying in 1 second [2023-03-01T03:06:50.363Z] 0260d3769b68: Retrying in 1 second [2023-03-01T03:06:50.363Z] ebf7d4ce0e16: Retrying in 1 second [2023-03-01T03:08:27.232Z] ebf7d4ce0e16: Retrying in 20 seconds [2023-03-01T03:08:27.232Z] 1d09c8d33ccd: Retrying in 20 seconds [2023-03-01T03:08:27.232Z] 73431c7be0bd: Retrying in 20 seconds [2023-03-01T03:08:27.232Z] 0260d3769b68: Retrying in 20 seconds [2023-03-01T03:08:27.232Z] 73431c7be0bd: Retrying in 19 seconds [2023-03-01T03:08:27.232Z] 0260d3769b68: Retrying in 19 seconds [2023-03-01T03:08:27.232Z] ebf7d4ce0e16: Retrying in 19 seconds [2023-03-01T03:08:27.232Z] 1d09c8d33ccd: Retrying in 19 seconds [2023-03-01T03:08:27.232Z] 73431c7be0bd: Retrying in 18 seconds [2023-03-01T03:08:27.232Z] 0260d3769b68: Retrying in 18 seconds [2023-03-01T03:08:27.232Z] ebf7d4ce0e16: Retrying in 18 seconds [2023-03-01T03:08:27.232Z] 1d09c8d33ccd: Retrying in 18 seconds [2023-03-01T03:08:27.232Z] 1d09c8d33ccd: Retrying in 17 seconds [2023-03-01T03:08:27.232Z] 73431c7be0bd: Retrying in 17 seconds [2023-03-01T03:08:27.232Z] ebf7d4ce0e16: Retrying in 17 seconds [2023-03-01T03:08:27.232Z] 0260d3769b68: Retrying in 17 seconds [2023-03-01T03:08:27.232Z] ebf7d4ce0e16: Retrying in 16 seconds [2023-03-01T03:08:27.232Z] 1d09c8d33ccd: Retrying in 16 seconds [2023-03-01T03:08:27.232Z] 73431c7be0bd: Retrying in 16 seconds [2023-03-01T03:08:27.232Z] 0260d3769b68: Retrying in 16 seconds [2023-03-01T03:08:27.232Z] ebf7d4ce0e16: Retrying in 15 seconds [2023-03-01T03:08:27.232Z] 1d09c8d33ccd: Retrying in 15 seconds [2023-03-01T03:08:27.232Z] 0260d3769b68: Retrying in 15 seconds [2023-03-01T03:08:27.232Z] 73431c7be0bd: Retrying in 15 seconds [2023-03-01T03:08:27.498Z] ebf7d4ce0e16: Retrying in 14 seconds [2023-03-01T03:08:27.498Z] 73431c7be0bd: Retrying in 14 seconds [2023-03-01T03:08:27.498Z] 1d09c8d33ccd: Retrying in 14 seconds [2023-03-01T03:08:27.498Z] 0260d3769b68: Retrying in 14 seconds [2023-03-01T03:08:28.456Z] ebf7d4ce0e16: Retrying in 13 seconds [2023-03-01T03:08:28.456Z] 1d09c8d33ccd: Retrying in 13 seconds [2023-03-01T03:08:28.456Z] 73431c7be0bd: Retrying in 13 seconds [2023-03-01T03:08:28.456Z] 0260d3769b68: Retrying in 13 seconds [2023-03-01T03:08:29.412Z] ebf7d4ce0e16: Retrying in 12 seconds [2023-03-01T03:08:29.412Z] 1d09c8d33ccd: Retrying in 12 seconds [2023-03-01T03:08:29.412Z] 73431c7be0bd: Retrying in 12 seconds [2023-03-01T03:08:29.412Z] 0260d3769b68: Retrying in 12 seconds [2023-03-01T03:08:30.369Z] ebf7d4ce0e16: Retrying in 11 seconds [2023-03-01T03:08:30.369Z] 0260d3769b68: Retrying in 11 seconds [2023-03-01T03:08:30.369Z] 73431c7be0bd: Retrying in 11 seconds [2023-03-01T03:08:30.369Z] 1d09c8d33ccd: Retrying in 11 seconds [2023-03-01T03:08:31.777Z] ebf7d4ce0e16: Retrying in 10 seconds [2023-03-01T03:08:31.777Z] 1d09c8d33ccd: Retrying in 10 seconds [2023-03-01T03:08:31.777Z] 73431c7be0bd: Retrying in 10 seconds [2023-03-01T03:08:31.777Z] 0260d3769b68: Retrying in 10 seconds [2023-03-01T03:08:32.360Z] 1d09c8d33ccd: Retrying in 9 seconds [2023-03-01T03:08:32.360Z] ebf7d4ce0e16: Retrying in 9 seconds [2023-03-01T03:08:32.360Z] 73431c7be0bd: Retrying in 9 seconds [2023-03-01T03:08:32.360Z] 0260d3769b68: Retrying in 9 seconds [2023-03-01T03:08:33.765Z] 1d09c8d33ccd: Retrying in 8 seconds [2023-03-01T03:08:33.765Z] ebf7d4ce0e16: Retrying in 8 seconds [2023-03-01T03:08:33.765Z] 73431c7be0bd: Retrying in 8 seconds [2023-03-01T03:08:33.765Z] 0260d3769b68: Retrying in 8 seconds [2023-03-01T03:08:34.346Z] ebf7d4ce0e16: Retrying in 7 seconds [2023-03-01T03:08:34.346Z] 73431c7be0bd: Retrying in 7 seconds [2023-03-01T03:08:34.346Z] 1d09c8d33ccd: Retrying in 7 seconds [2023-03-01T03:08:34.346Z] 0260d3769b68: Retrying in 7 seconds [2023-03-01T03:08:35.749Z] 0260d3769b68: Retrying in 6 seconds [2023-03-01T03:08:35.749Z] 1d09c8d33ccd: Retrying in 6 seconds [2023-03-01T03:08:35.749Z] 73431c7be0bd: Retrying in 6 seconds [2023-03-01T03:08:35.749Z] ebf7d4ce0e16: Retrying in 6 seconds [2023-03-01T03:08:36.709Z] 1d09c8d33ccd: Retrying in 5 seconds [2023-03-01T03:08:36.709Z] 73431c7be0bd: Retrying in 5 seconds [2023-03-01T03:08:36.709Z] ebf7d4ce0e16: Retrying in 5 seconds [2023-03-01T03:08:36.709Z] 0260d3769b68: Retrying in 5 seconds [2023-03-01T03:08:37.674Z] ebf7d4ce0e16: Retrying in 4 seconds [2023-03-01T03:08:37.674Z] 1d09c8d33ccd: Retrying in 4 seconds [2023-03-01T03:08:37.674Z] 73431c7be0bd: Retrying in 4 seconds [2023-03-01T03:08:37.674Z] 0260d3769b68: Retrying in 4 seconds [2023-03-01T03:08:38.633Z] 73431c7be0bd: Retrying in 3 seconds [2023-03-01T03:08:38.633Z] ebf7d4ce0e16: Retrying in 3 seconds [2023-03-01T03:08:38.633Z] 0260d3769b68: Retrying in 3 seconds [2023-03-01T03:08:38.633Z] 1d09c8d33ccd: Retrying in 3 seconds [2023-03-01T03:08:39.592Z] 1d09c8d33ccd: Retrying in 2 seconds [2023-03-01T03:08:39.592Z] 73431c7be0bd: Retrying in 2 seconds [2023-03-01T03:08:39.592Z] ebf7d4ce0e16: Retrying in 2 seconds [2023-03-01T03:08:39.592Z] 0260d3769b68: Retrying in 2 seconds [2023-03-01T03:08:40.553Z] 1d09c8d33ccd: Retrying in 1 second [2023-03-01T03:08:40.553Z] ebf7d4ce0e16: Retrying in 1 second [2023-03-01T03:08:40.553Z] 73431c7be0bd: Retrying in 1 second [2023-03-01T03:08:40.553Z] 0260d3769b68: Retrying in 1 second [2023-03-01T03:09:48.386Z] 73431c7be0bd: Pushed [2023-03-01T03:09:48.386Z] 0260d3769b68: Pushed [2023-03-01T03:09:48.386Z] 1d09c8d33ccd: Pushed [2023-03-01T03:09:49.794Z] ebf7d4ce0e16: Pushed [2023-03-01T03:09:50.377Z] de7f1fa98896349c300f3340708f5a9fee2488ae: digest: sha256:b6a421a3d9e5df951d3c86a58c42d5c9ddf5428176b4139326f7809fa9fcabb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:09:50.732Z] + 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-01T03:09:51.072Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-03-01T03:09:51.072Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-01T03:09:51.072Z] ebf7d4ce0e16: Preparing [2023-03-01T03:09:51.072Z] 1d09c8d33ccd: Preparing [2023-03-01T03:09:51.072Z] 0260d3769b68: Preparing [2023-03-01T03:09:51.072Z] 73431c7be0bd: Preparing [2023-03-01T03:09:51.072Z] f70ee36035b9: Preparing [2023-03-01T03:09:51.072Z] ebf7d4ce0e16: Layer already exists [2023-03-01T03:09:51.072Z] 0260d3769b68: Layer already exists [2023-03-01T03:09:51.072Z] f70ee36035b9: Layer already exists [2023-03-01T03:09:51.072Z] 1d09c8d33ccd: Layer already exists [2023-03-01T03:09:51.072Z] 73431c7be0bd: Layer already exists [2023-03-01T03:09:51.072Z] latest: digest: sha256:b6a421a3d9e5df951d3c86a58c42d5c9ddf5428176b4139326f7809fa9fcabb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:09:51.681Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:09:52.020Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.17 [2023-03-01T03:09:52.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-01T03:09:52.020Z] ebf7d4ce0e16: Preparing [2023-03-01T03:09:52.020Z] 1d09c8d33ccd: Preparing [2023-03-01T03:09:52.020Z] 0260d3769b68: Preparing [2023-03-01T03:09:52.020Z] 73431c7be0bd: Preparing [2023-03-01T03:09:52.020Z] f70ee36035b9: Preparing [2023-03-01T03:09:52.020Z] 0260d3769b68: Layer already exists [2023-03-01T03:09:52.020Z] 73431c7be0bd: Layer already exists [2023-03-01T03:09:52.020Z] f70ee36035b9: Layer already exists [2023-03-01T03:09:52.020Z] ebf7d4ce0e16: Layer already exists [2023-03-01T03:09:52.020Z] 1d09c8d33ccd: Layer already exists [2023-03-01T03:09:52.020Z] 3.0.0-dev.17: digest: sha256:b6a421a3d9e5df951d3c86a58c42d5c9ddf5428176b4139326f7809fa9fcabb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:09:52.381Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:09:52.749Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17 [2023-03-01T03:09:52.750Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-01T03:09:52.750Z] ebf7d4ce0e16: Preparing [2023-03-01T03:09:52.750Z] 1d09c8d33ccd: Preparing [2023-03-01T03:09:52.750Z] 0260d3769b68: Preparing [2023-03-01T03:09:52.750Z] 73431c7be0bd: Preparing [2023-03-01T03:09:52.750Z] f70ee36035b9: Preparing [2023-03-01T03:09:52.750Z] 73431c7be0bd: Layer already exists [2023-03-01T03:09:52.750Z] ebf7d4ce0e16: Layer already exists [2023-03-01T03:09:52.750Z] f70ee36035b9: Layer already exists [2023-03-01T03:09:52.750Z] 0260d3769b68: Layer already exists [2023-03-01T03:09:52.750Z] 1d09c8d33ccd: Layer already exists [2023-03-01T03:09:52.750Z] de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17: digest: sha256:b6a421a3d9e5df951d3c86a58c42d5c9ddf5428176b4139326f7809fa9fcabb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:09:53.102Z] + 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-01T03:09:53.446Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2023-03-01T03:09:53.446Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-03-01T03:09:53.446Z] ebf7d4ce0e16: Preparing [2023-03-01T03:09:53.446Z] 1d09c8d33ccd: Preparing [2023-03-01T03:09:53.446Z] 0260d3769b68: Preparing [2023-03-01T03:09:53.446Z] 73431c7be0bd: Preparing [2023-03-01T03:09:53.446Z] f70ee36035b9: Preparing [2023-03-01T03:09:53.446Z] 0260d3769b68: Layer already exists [2023-03-01T03:09:53.446Z] 1d09c8d33ccd: Layer already exists [2023-03-01T03:09:53.446Z] 73431c7be0bd: Layer already exists [2023-03-01T03:09:53.446Z] f70ee36035b9: Layer already exists [2023-03-01T03:09:53.446Z] ebf7d4ce0e16: Layer already exists [2023-03-01T03:09:53.446Z] main: digest: sha256:b6a421a3d9e5df951d3c86a58c42d5c9ddf5428176b4139326f7809fa9fcabb0 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-03-01T03:09:53.491Z] ===================================================== [Pipeline] echo [2023-03-01T03:09:53.497Z] taggedImages: [2023-03-01T03:09:53.497Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:de7f1fa98896349c300f3340708f5a9fee2488ae [2023-03-01T03:09:53.497Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-03-01T03:09:53.497Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.17 [2023-03-01T03:09:53.497Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:de7f1fa98896349c300f3340708f5a9fee2488ae-3.0.0-dev.17 [2023-03-01T03:09:53.497Z] - 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-01T03:09:53.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T03:09:53.866Z] [2023-03-01T03:09:53.866Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:09:54.208Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T03:09:54.208Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-01T03:09:54.208Z] 8998bd30e6a1: Pulling fs layer [2023-03-01T03:09:54.208Z] 04944245beec: Pulling fs layer [2023-03-01T03:09:54.208Z] 699f458cf7ca: Pulling fs layer [2023-03-01T03:09:54.208Z] 765212b225bb: Pulling fs layer [2023-03-01T03:09:54.208Z] f23df028b6ca: Pulling fs layer [2023-03-01T03:09:54.208Z] d65c8cfc05b1: Pulling fs layer [2023-03-01T03:09:54.208Z] 2437ff75d9bd: Pulling fs layer [2023-03-01T03:09:54.208Z] 765212b225bb: Waiting [2023-03-01T03:09:54.208Z] f23df028b6ca: Waiting [2023-03-01T03:09:54.208Z] d65c8cfc05b1: Waiting [2023-03-01T03:09:54.208Z] 2437ff75d9bd: Waiting [2023-03-01T03:09:54.477Z] 04944245beec: Verifying Checksum [2023-03-01T03:09:54.477Z] 04944245beec: Download complete [2023-03-01T03:09:54.477Z] 765212b225bb: Verifying Checksum [2023-03-01T03:09:54.477Z] 765212b225bb: Download complete [2023-03-01T03:09:54.477Z] f23df028b6ca: Verifying Checksum [2023-03-01T03:09:54.477Z] f23df028b6ca: Download complete [2023-03-01T03:09:54.477Z] d65c8cfc05b1: Verifying Checksum [2023-03-01T03:09:54.477Z] d65c8cfc05b1: Download complete [2023-03-01T03:09:54.747Z] 699f458cf7ca: Verifying Checksum [2023-03-01T03:09:54.747Z] 699f458cf7ca: Download complete [2023-03-01T03:09:55.014Z] 8998bd30e6a1: Verifying Checksum [2023-03-01T03:09:55.014Z] 8998bd30e6a1: Download complete [2023-03-01T03:09:56.959Z] 2437ff75d9bd: Verifying Checksum [2023-03-01T03:09:57.224Z] 2437ff75d9bd: Download complete [2023-03-01T03:09:58.629Z] 8998bd30e6a1: Pull complete [2023-03-01T03:09:59.211Z] 04944245beec: Pull complete [2023-03-01T03:10:00.614Z] 699f458cf7ca: Pull complete [2023-03-01T03:10:00.614Z] 765212b225bb: Pull complete [2023-03-01T03:10:01.196Z] f23df028b6ca: Pull complete [2023-03-01T03:10:01.465Z] d65c8cfc05b1: Pull complete [2023-03-01T03:10:16.452Z] 2437ff75d9bd: Pull complete [2023-03-01T03:10:16.452Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-01T03:10:16.452Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T03:10:16.452Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T03:10:16.635Z] prd-ubuntu20.04-docker-arm64-4c-16g-7872 does not seem to be running inside a container [2023-03-01T03:10:16.694Z] $ 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/88 -v /w/workspace/device-virtual-go/88:/w/workspace/device-virtual-go/88:rw,z -v /w/workspace/device-virtual-go/88@tmp:/w/workspace/device-virtual-go/88@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-01T03:10:19.181Z] $ docker top 06cc810ceb38a1316cafea6f24fc7bdf0e8145748791b93a9a2d1106506c02a5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:10:20.022Z] ---> job-cost.sh [2023-03-01T03:10:20.022Z] lf-activate-venv: SKIPPING [2023-03-01T03:10:20.022Z] INFO: No Stack... [2023-03-01T03:10:20.287Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-01T03:10:21.244Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T03:10:21.565Z] + cat /w/workspace/device-virtual-go/88/archives/cost.csv [2023-03-01T03:10:21.565Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T03:10:21.899Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-88-stack-cost] [2023-03-01T03:10:21.905Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-88-stack-cost] did not exist. Created. [2023-03-01T03:10:21.905Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-88-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T03:10:22.234Z] /w/workspace/device-virtual-go/88@tmp/durable-642e83d5/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-01T03:10:22.565Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-01T03:10:22.592Z] Warning: overwriting stash ‘stack-cost’ [2023-03-01T03:10:22.639Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T03:10:22.645Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-88-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T03:10:22.662Z] $ docker stop --time=1 06cc810ceb38a1316cafea6f24fc7bdf0e8145748791b93a9a2d1106506c02a5 [2023-03-01T03:10:24.208Z] $ docker rm -f --volumes 06cc810ceb38a1316cafea6f24fc7bdf0e8145748791b93a9a2d1106506c02a5 [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-01T03:10:24.606Z] provisioning config files... [2023-03-01T03:10:24.612Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17812684661056076748tmp [Pipeline] { [Pipeline] sh [2023-03-01T03:10:24.900Z] + set +x [2023-03-01T03:10:24.900Z] + curl -s https://codecov.io/bash [2023-03-01T03:10:24.900Z] + bash -s -- [2023-03-01T03:10:24.900Z] [2023-03-01T03:10:24.900Z] _____ _ [2023-03-01T03:10:24.900Z] / ____| | | [2023-03-01T03:10:24.900Z] | | ___ __| | ___ ___ _____ __ [2023-03-01T03:10:24.900Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-01T03:10:24.900Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-01T03:10:24.900Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-01T03:10:24.900Z] Bash-1.0.6 [2023-03-01T03:10:24.900Z] [2023-03-01T03:10:24.900Z] [2023-03-01T03:10:24.900Z] ==> git version 2.25.1 found [2023-03-01T03:10:24.900Z] ==> 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-01T03:10:24.900Z] Release-Date: 2020-01-08 [2023-03-01T03:10:24.900Z] 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-01T03:10:24.900Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-01T03:10:24.900Z] ==> Jenkins CI detected. [2023-03-01T03:10:24.900Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2023-03-01T03:10:24.900Z] project root: . [2023-03-01T03:10:24.900Z] --> token set from env [2023-03-01T03:10:24.900Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-01T03:10:24.900Z] ==> Running gcov in . (disable via -X gcov) [2023-03-01T03:10:24.900Z] ==> Python coveragepy not found [2023-03-01T03:10:24.900Z] ==> Searching for coverage reports in: [2023-03-01T03:10:24.900Z] + . [2023-03-01T03:10:24.900Z] -> Found 1 reports [2023-03-01T03:10:24.900Z] ==> Detecting git/mercurial file structure [2023-03-01T03:10:24.900Z] ==> Reading reports [2023-03-01T03:10:24.900Z] + ./coverage.out bytes=44128 [2023-03-01T03:10:24.900Z] ==> Appending adjustments [2023-03-01T03:10:24.900Z] https://docs.codecov.io/docs/fixing-reports [2023-03-01T03:10:25.158Z] + Found adjustments [2023-03-01T03:10:25.158Z] ==> Gzipping contents [2023-03-01T03:10:25.158Z] 8.0K /tmp/codecov.i8PgWy.gz [2023-03-01T03:10:25.158Z] ==> Uploading reports [2023-03-01T03:10:25.158Z] url: https://codecov.io [2023-03-01T03:10:25.158Z] query: branch=main&commit=de7f1fa98896349c300f3340708f5a9fee2488ae&build=88&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F88%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T03:10:25.158Z] -> Pinging Codecov [2023-03-01T03:10:25.159Z] 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=de7f1fa98896349c300f3340708f5a9fee2488ae&build=88&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F88%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-03-01T03:10:25.159Z] -> Uploading to [2023-03-01T03:10:25.159Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-01/5E52B4B073DB2E39498172D8E973AA87/de7f1fa98896349c300f3340708f5a9fee2488ae/1fe882d1-ba49-492e-ac22-63c6718d724e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T031025Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=15c73cfa609c66a1dd278ec6470146883bd5eb9e9c909d494cb88013d06fcd69 [2023-03-01T03:10:25.159Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T03:10:25.159Z] Dload Upload Total Spent Left Speed [2023-03-01T03:10:25.417Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5473 0 0 100 5473 0 22995 --:--:-- --:--:-- --:--:-- 22995 [2023-03-01T03:10:25.417Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/de7f1fa98896349c300f3340708f5a9fee2488ae [Pipeline] } [2023-03-01T03:10:25.424Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-03-01T03:10:25.630Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-03-01T03:10:25.641Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:10:25.934Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T03:10:25.934Z] [2023-03-01T03:10:25.934Z] 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-01T03:10:26.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T03:10:26.238Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-03-01T03:10:26.238Z] df9b9388f04a: Pulling fs layer [2023-03-01T03:10:26.238Z] 52dc419b0ee2: Pulling fs layer [2023-03-01T03:10:26.238Z] 25bc292e5bac: Pulling fs layer [2023-03-01T03:10:26.238Z] 114826534d7a: Pulling fs layer [2023-03-01T03:10:26.239Z] 4657fd5d0bcf: Pulling fs layer [2023-03-01T03:10:26.239Z] 6ad1cebc031e: Pulling fs layer [2023-03-01T03:10:26.239Z] 8a3aa393b2d8: Pulling fs layer [2023-03-01T03:10:26.239Z] 114826534d7a: Waiting [2023-03-01T03:10:26.239Z] 4657fd5d0bcf: Waiting [2023-03-01T03:10:26.239Z] 6ad1cebc031e: Waiting [2023-03-01T03:10:26.239Z] 8a3aa393b2d8: Waiting [2023-03-01T03:10:26.239Z] 25bc292e5bac: Download complete [2023-03-01T03:10:26.239Z] 52dc419b0ee2: Verifying Checksum [2023-03-01T03:10:26.239Z] 52dc419b0ee2: Download complete [2023-03-01T03:10:26.239Z] 4657fd5d0bcf: Verifying Checksum [2023-03-01T03:10:26.239Z] 4657fd5d0bcf: Download complete [2023-03-01T03:10:26.239Z] df9b9388f04a: Download complete [2023-03-01T03:10:26.497Z] df9b9388f04a: Pull complete [2023-03-01T03:10:26.497Z] 6ad1cebc031e: Verifying Checksum [2023-03-01T03:10:26.497Z] 6ad1cebc031e: Download complete [2023-03-01T03:10:26.497Z] 52dc419b0ee2: Pull complete [2023-03-01T03:10:26.497Z] 25bc292e5bac: Pull complete [2023-03-01T03:10:27.065Z] 114826534d7a: Verifying Checksum [2023-03-01T03:10:27.065Z] 114826534d7a: Download complete [2023-03-01T03:10:27.323Z] 8a3aa393b2d8: Verifying Checksum [2023-03-01T03:10:27.323Z] 8a3aa393b2d8: Download complete [2023-03-01T03:10:30.603Z] 114826534d7a: Pull complete [2023-03-01T03:10:30.603Z] 4657fd5d0bcf: Pull complete [2023-03-01T03:10:30.862Z] 6ad1cebc031e: Pull complete [2023-03-01T03:10:33.386Z] 8a3aa393b2d8: Pull complete [2023-03-01T03:10:33.386Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-03-01T03:10:33.386Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-03-01T03:10:33.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T03:10:33.459Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T03:10:33.490Z] $ 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-01T03:10:35.389Z] $ docker top fb10e05c876d95af77ce9febe0376efa0d97b59fcca8ffd8eb535a8a4d7101b1 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-03-01T03:10:35.458Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2023-03-01T03:10:35.736Z] + set -o pipefail [2023-03-01T03:10:35.736Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2023-03-01T03:10:41.019Z] [2023-03-01T03:10:41.019Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2023-03-01T03:10:41.019Z] [2023-03-01T03:10:41.019Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/85ad22b2-1dbb-4bd8-9b48-6ab6a8e20fc9 [2023-03-01T03:10:41.019Z] [2023-03-01T03:10:41.019Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-03-01T03:10:41.019Z] [2023-03-01T03:10:41.019Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-03-01T03:10:41.019Z] [2023-03-01T03:10:41.279Z] [2023-03-01T03:10:41.279Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-03-01T03:10:41.279Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-03-01T03:10:41.279Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-03-01T03:10:41.288Z] $ docker stop --time=1 fb10e05c876d95af77ce9febe0376efa0d97b59fcca8ffd8eb535a8a4d7101b1 [2023-03-01T03:10:43.288Z] $ docker rm -f --volumes fb10e05c876d95af77ce9febe0376efa0d97b59fcca8ffd8eb535a8a4d7101b1 [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-01T03:10:43.942Z] + git log --format=format:%s -1 de7f1fa98896349c300f3340708f5a9fee2488ae [Pipeline] sh [2023-03-01T03:10:44.227Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T03:10:44.227Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:10:44.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T03:10:44.530Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T03:10:44.600Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T03:10:44.620Z] $ 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-01T03:10:45.012Z] $ docker top 8ba40d2f859991b69adfb4f908c461c82be18805d39440d63a6df8c91162663a -eo pid,comm [2023-03-01T03:10:45.065Z] 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-01T03:10:45.065Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T03:10:45.096Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T03:10:45.096Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T03:10:45.218Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T03:10:45.218Z] $ docker exec 8ba40d2f859991b69adfb4f908c461c82be18805d39440d63a6df8c91162663a ssh-agent [2023-03-01T03:10:45.328Z] SSH_AUTH_SOCK=/tmp/ssh-pCRlXwuFTk0x/agent.33 [2023-03-01T03:10:45.328Z] SSH_AGENT_PID=39 [2023-03-01T03:10:45.333Z] Running ssh-add (command line suppressed) [2023-03-01T03:10:45.448Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5843323525063502642.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5843323525063502642.key) [2023-03-01T03:10:45.463Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T03:10:45.748Z] + git semver tag [2023-03-01T03:10:46.006Z] 2023-03-01 03:10:45,925 [run_tag] DEBUG tag force:False [2023-03-01T03:10:46.006Z] 2023-03-01 03:10:45,925 [check_head_tag] DEBUG check head tag [2023-03-01T03:10:46.007Z] 2023-03-01 03:10:45,927 [execute] INFO git cat-file --batch-check [2023-03-01T03:10:46.007Z] 2023-03-01 03:10:45,927 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-03-01T03:10:46.007Z] 2023-03-01 03:10:45,931 [execute] INFO git cat-file --batch [2023-03-01T03:10:46.007Z] 2023-03-01 03:10:45,931 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-03-01T03:10:46.007Z] 2023-03-01 03:10:45,953 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T03:10:46.007Z] 2023-03-01 03:10:45,953 [execute] INFO git tag -a v3.0.0-dev.17 -m v3.0.0-dev.17 [2023-03-01T03:10:46.007Z] 2023-03-01 03:10:45,953 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.17', '-m', 'v3.0.0-dev.17'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-03-01T03:10:46.007Z] 2023-03-01 03:10:45,959 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T03:10:46.007Z] 3.0.0-dev.17 [Pipeline] } [2023-03-01T03:10:46.013Z] $ docker exec --env ******** --env ******** 8ba40d2f859991b69adfb4f908c461c82be18805d39440d63a6df8c91162663a ssh-agent -k [2023-03-01T03:10:46.114Z] unset SSH_AUTH_SOCK; [2023-03-01T03:10:46.115Z] unset SSH_AGENT_PID; [2023-03-01T03:10:46.115Z] echo Agent pid 39 killed; [2023-03-01T03:10:46.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T03:10:46.427Z] + git semver [Pipeline] } [2023-03-01T03:10:46.694Z] $ docker stop --time=1 8ba40d2f859991b69adfb4f908c461c82be18805d39440d63a6df8c91162663a [2023-03-01T03:10:48.027Z] $ docker rm -f --volumes 8ba40d2f859991b69adfb4f908c461c82be18805d39440d63a6df8c91162663a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:10:48.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T03:10:48.419Z] [2023-03-01T03:10:48.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:10:48.711Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T03:10:48.711Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-03-01T03:10:48.711Z] ab5ef0e58194: Pulling fs layer [2023-03-01T03:10:48.711Z] 9712f1f96733: Pulling fs layer [2023-03-01T03:10:48.711Z] 63f879dbbcfc: Pulling fs layer [2023-03-01T03:10:48.711Z] 0d9ebad4ef96: Pulling fs layer [2023-03-01T03:10:48.711Z] e9a5061849ea: Pulling fs layer [2023-03-01T03:10:48.711Z] d747dcd14b5f: Pulling fs layer [2023-03-01T03:10:48.711Z] 2de7ff778b66: Pulling fs layer [2023-03-01T03:10:48.711Z] 0d9ebad4ef96: Waiting [2023-03-01T03:10:48.711Z] e9a5061849ea: Waiting [2023-03-01T03:10:48.711Z] 2de7ff778b66: Waiting [2023-03-01T03:10:48.711Z] d747dcd14b5f: Waiting [2023-03-01T03:10:48.711Z] 9712f1f96733: Download complete [2023-03-01T03:10:49.287Z] 63f879dbbcfc: Verifying Checksum [2023-03-01T03:10:49.287Z] 63f879dbbcfc: Download complete [2023-03-01T03:10:49.287Z] ab5ef0e58194: Download complete [2023-03-01T03:10:49.287Z] e9a5061849ea: Verifying Checksum [2023-03-01T03:10:49.287Z] e9a5061849ea: Download complete [2023-03-01T03:10:49.543Z] 0d9ebad4ef96: Verifying Checksum [2023-03-01T03:10:49.543Z] 0d9ebad4ef96: Download complete [2023-03-01T03:10:49.543Z] d747dcd14b5f: Download complete [2023-03-01T03:10:49.543Z] 2de7ff778b66: Verifying Checksum [2023-03-01T03:10:49.543Z] 2de7ff778b66: Download complete [2023-03-01T03:10:52.072Z] ab5ef0e58194: Pull complete [2023-03-01T03:10:52.339Z] 9712f1f96733: Pull complete [2023-03-01T03:10:52.907Z] 63f879dbbcfc: Pull complete [2023-03-01T03:10:57.089Z] 0d9ebad4ef96: Pull complete [2023-03-01T03:10:57.089Z] e9a5061849ea: Pull complete [2023-03-01T03:10:57.089Z] d747dcd14b5f: Pull complete [2023-03-01T03:10:58.466Z] 2de7ff778b66: Pull complete [2023-03-01T03:10:58.466Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-03-01T03:10:58.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-03-01T03:10:58.466Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T03:10:58.544Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T03:10:58.565Z] $ 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-01T03:11:00.758Z] $ docker top bbf40282f6f1ea64216f8f1efc461e67da8b48e99e6ba7f3b9c1fcfd0694220d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-03-01T03:11:00.824Z] provisioning config files... [2023-03-01T03:11:00.831Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11901312014026018512tmp [2023-03-01T03:11:00.840Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13282980024840036821tmp [2023-03-01T03:11:00.849Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2517260370310951799tmp [Pipeline] { [Pipeline] echo [2023-03-01T03:11:00.865Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:01.145Z] ---> sigul-configuration.sh [2023-03-01T03:11:01.145Z] gpg: directory `/root/.gnupg' created [2023-03-01T03:11:01.145Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-03-01T03:11:01.145Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-03-01T03:11:01.145Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-03-01T03:11:01.145Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-03-01T03:11:01.145Z] gpg: CAST5 encrypted data [2023-03-01T03:11:01.145Z] gpg: encrypted with 1 passphrase [2023-03-01T03:11:01.145Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-03-01T03:11:01.426Z] + mkdir /home/jenkins [2023-03-01T03:11:01.426Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-03-01T03:11:01.710Z] + 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-01T03:11:01.719Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:02.001Z] ---> sigul-install.sh [2023-03-01T03:11:02.001Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-03-01T03:11:02.287Z] + git tag --list [2023-03-01T03:11:02.288Z] v1.0.0 [2023-03-01T03:11:02.288Z] v1.1.0 [2023-03-01T03:11:02.288Z] v1.1.1 [2023-03-01T03:11:02.288Z] v1.2.1 [2023-03-01T03:11:02.288Z] v1.2.2 [2023-03-01T03:11:02.288Z] v1.2.3 [2023-03-01T03:11:02.288Z] v1.3.0 [2023-03-01T03:11:02.288Z] v1.3.1 [2023-03-01T03:11:02.288Z] v2.0.0 [2023-03-01T03:11:02.288Z] v2.1.0 [2023-03-01T03:11:02.288Z] v2.1.1 [2023-03-01T03:11:02.288Z] v2.1.1-dev.1 [2023-03-01T03:11:02.288Z] v2.1.1-dev.2 [2023-03-01T03:11:02.288Z] v2.2.0 [2023-03-01T03:11:02.288Z] v2.2.1-dev.1 [2023-03-01T03:11:02.288Z] v2.2.1-dev.2 [2023-03-01T03:11:02.288Z] v2.2.1-dev.3 [2023-03-01T03:11:02.288Z] v2.2.1-dev.4 [2023-03-01T03:11:02.288Z] v2.2.1-dev.5 [2023-03-01T03:11:02.288Z] v2.2.1-dev.6 [2023-03-01T03:11:02.288Z] v2.2.1-dev.7 [2023-03-01T03:11:02.288Z] v2.2.1-dev.8 [2023-03-01T03:11:02.288Z] v2.3.0 [2023-03-01T03:11:02.288Z] v2.3.0-dev.10 [2023-03-01T03:11:02.288Z] v2.3.0-dev.11 [2023-03-01T03:11:02.288Z] v2.3.0-dev.12 [2023-03-01T03:11:02.288Z] v2.3.0-dev.13 [2023-03-01T03:11:02.288Z] v2.3.0-dev.14 [2023-03-01T03:11:02.288Z] v2.3.0-dev.15 [2023-03-01T03:11:02.288Z] v2.3.0-dev.16 [2023-03-01T03:11:02.288Z] v2.3.0-dev.17 [2023-03-01T03:11:02.288Z] v2.3.0-dev.18 [2023-03-01T03:11:02.288Z] v2.3.0-dev.19 [2023-03-01T03:11:02.288Z] v2.3.0-dev.20 [2023-03-01T03:11:02.288Z] v2.3.0-dev.21 [2023-03-01T03:11:02.288Z] v2.3.0-dev.22 [2023-03-01T03:11:02.288Z] v2.3.0-dev.23 [2023-03-01T03:11:02.288Z] v2.3.0-dev.24 [2023-03-01T03:11:02.288Z] v2.3.0-dev.25 [2023-03-01T03:11:02.288Z] v2.3.0-dev.26 [2023-03-01T03:11:02.288Z] v2.3.0-dev.27 [2023-03-01T03:11:02.288Z] v2.3.0-dev.28 [2023-03-01T03:11:02.288Z] v2.3.0-dev.29 [2023-03-01T03:11:02.288Z] v2.3.0-dev.30 [2023-03-01T03:11:02.288Z] v2.3.0-dev.8 [2023-03-01T03:11:02.288Z] v2.3.0-dev.9 [2023-03-01T03:11:02.288Z] v3.0.0-dev.1 [2023-03-01T03:11:02.288Z] v3.0.0-dev.10 [2023-03-01T03:11:02.288Z] v3.0.0-dev.11 [2023-03-01T03:11:02.288Z] v3.0.0-dev.12 [2023-03-01T03:11:02.288Z] v3.0.0-dev.13 [2023-03-01T03:11:02.288Z] v3.0.0-dev.14 [2023-03-01T03:11:02.288Z] v3.0.0-dev.15 [2023-03-01T03:11:02.288Z] v3.0.0-dev.16 [2023-03-01T03:11:02.288Z] v3.0.0-dev.17 [2023-03-01T03:11:02.288Z] v3.0.0-dev.2 [2023-03-01T03:11:02.288Z] v3.0.0-dev.3 [2023-03-01T03:11:02.288Z] v3.0.0-dev.4 [2023-03-01T03:11:02.288Z] v3.0.0-dev.5 [2023-03-01T03:11:02.288Z] v3.0.0-dev.6 [2023-03-01T03:11:02.288Z] v3.0.0-dev.7 [2023-03-01T03:11:02.288Z] v3.0.0-dev.8 [2023-03-01T03:11:02.288Z] v3.0.0-dev.9 [Pipeline] sh [2023-03-01T03:11:02.576Z] + lftools sign git-tag v3.0.0-dev.17 [2023-03-01T03:11:03.143Z] Signing Git tag with Sigul... [2023-03-01T03:11:03.143Z] Signing v3.0.0-dev.17 [Pipeline] echo [2023-03-01T03:11:03.411Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:03.697Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-03-01T03:11:03.704Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-03-01T03:11:03.719Z] $ docker stop --time=1 bbf40282f6f1ea64216f8f1efc461e67da8b48e99e6ba7f3b9c1fcfd0694220d [2023-03-01T03:11:05.033Z] $ docker rm -f --volumes bbf40282f6f1ea64216f8f1efc461e67da8b48e99e6ba7f3b9c1fcfd0694220d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-03-01T03:11:05.423Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T03:11:05.423Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:11:05.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T03:11:05.716Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T03:11:05.790Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T03:11:05.815Z] $ 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-01T03:11:06.227Z] $ docker top 1484aaf84a87548195e208e5a24fb55ce27a0d670486448942fbf1c7eb7f083f -eo pid,comm [2023-03-01T03:11:06.279Z] 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-01T03:11:06.279Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T03:11:06.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T03:11:06.306Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T03:11:06.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T03:11:06.408Z] $ docker exec 1484aaf84a87548195e208e5a24fb55ce27a0d670486448942fbf1c7eb7f083f ssh-agent [2023-03-01T03:11:06.533Z] SSH_AUTH_SOCK=/tmp/ssh-FlSF3yWvwo0R/agent.33 [2023-03-01T03:11:06.533Z] SSH_AGENT_PID=39 [2023-03-01T03:11:06.537Z] Running ssh-add (command line suppressed) [2023-03-01T03:11:06.635Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6022549620929506629.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6022549620929506629.key) [2023-03-01T03:11:06.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T03:11:06.931Z] + git semver bump pre [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,103 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,104 [bump_version] DEBUG bumping version:3.0.0-dev.17 on axis:pre with prefix:dev [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,104 [bump_version] DEBUG bumped version:3.0.0-dev.18 [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,104 [write_version] DEBUG write version:3.0.0-dev.18 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,104 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,104 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,106 [execute] INFO git cat-file --batch-check [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,106 [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-01T03:11:07.189Z] 2023-03-01 03:11:07,112 [execute] INFO git cat-file --batch [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,112 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T03:11:07.189Z] 2023-03-01 03:11:07,118 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T03:11:07.189Z] 3.0.0-dev.18 [Pipeline] } [2023-03-01T03:11:07.196Z] $ docker exec --env ******** --env ******** 1484aaf84a87548195e208e5a24fb55ce27a0d670486448942fbf1c7eb7f083f ssh-agent -k [2023-03-01T03:11:07.300Z] unset SSH_AUTH_SOCK; [2023-03-01T03:11:07.301Z] unset SSH_AGENT_PID; [2023-03-01T03:11:07.301Z] echo Agent pid 39 killed; [2023-03-01T03:11:07.312Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T03:11:07.607Z] + git semver [Pipeline] } [2023-03-01T03:11:07.873Z] $ docker stop --time=1 1484aaf84a87548195e208e5a24fb55ce27a0d670486448942fbf1c7eb7f083f [2023-03-01T03:11:09.211Z] $ docker rm -f --volumes 1484aaf84a87548195e208e5a24fb55ce27a0d670486448942fbf1c7eb7f083f [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T03:11:09.545Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T03:11:09.545Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:11:09.841Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T03:11:09.841Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T03:11:09.908Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T03:11:09.931Z] $ 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-01T03:11:10.272Z] $ docker top 41829ff4098c5859822a28364cfd2d67bf5aa2794ef71e00b68733c607538b2d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T03:11:10.357Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T03:11:10.357Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T03:11:10.462Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T03:11:10.462Z] $ docker exec 41829ff4098c5859822a28364cfd2d67bf5aa2794ef71e00b68733c607538b2d ssh-agent [2023-03-01T03:11:10.570Z] SSH_AUTH_SOCK=/tmp/ssh-BsVnujyQOFX3/agent.32 [2023-03-01T03:11:10.570Z] SSH_AGENT_PID=38 [2023-03-01T03:11:10.575Z] Running ssh-add (command line suppressed) [2023-03-01T03:11:10.666Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5949870231963812833.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_5949870231963812833.key) [2023-03-01T03:11:10.682Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T03:11:10.968Z] + git semver push [2023-03-01T03:11:11.227Z] 2023-03-01 03:11:11,142 [run_push] DEBUG push [2023-03-01T03:11:11.227Z] 2023-03-01 03:11:11,143 [execute] INFO git cat-file --batch-check [2023-03-01T03:11:11.227Z] 2023-03-01 03:11:11,144 [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-01T03:11:11.227Z] 2023-03-01 03:11:11,147 [execute] INFO git rev-list f7f03c39f40e3498f72864d330c0998c1bcb7fe0 -- [2023-03-01T03:11:11.227Z] 2023-03-01 03:11:11,147 [execute] DEBUG Popen(['git', 'rev-list', 'f7f03c39f40e3498f72864d330c0998c1bcb7fe0', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-03-01T03:11:11.227Z] 2023-03-01 03:11:11,156 [execute] INFO git fetch -v origin [2023-03-01T03:11:11.227Z] 2023-03-01 03:11:11,156 [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-01T03:11:11.794Z] 2023-03-01 03:11:11,738 [run_push] DEBUG no remote changes detected [2023-03-01T03:11:11.794Z] 2023-03-01 03:11:11,738 [execute] INFO git push origin semver [2023-03-01T03:11:11.794Z] 2023-03-01 03:11:11,738 [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-01T03:11:12.730Z] 2023-03-01 03:11:12,504 [run_push] DEBUG push all version tags [2023-03-01T03:11:12.730Z] 2023-03-01 03:11:12,505 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-03-01T03:11:12.730Z] 2023-03-01 03:11:12,505 [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-01T03:11:13.299Z] 2023-03-01 03:11:13,268 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-03-01T03:11:13.299Z] 3.0.0-dev.18 [Pipeline] } [2023-03-01T03:11:13.306Z] $ docker exec --env ******** --env ******** 41829ff4098c5859822a28364cfd2d67bf5aa2794ef71e00b68733c607538b2d ssh-agent -k [2023-03-01T03:11:13.401Z] unset SSH_AUTH_SOCK; [2023-03-01T03:11:13.401Z] unset SSH_AGENT_PID; [2023-03-01T03:11:13.404Z] echo Agent pid 38 killed; [2023-03-01T03:11:13.418Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T03:11:13.718Z] + git semver [Pipeline] } [2023-03-01T03:11:13.987Z] $ docker stop --time=1 41829ff4098c5859822a28364cfd2d67bf5aa2794ef71e00b68733c607538b2d [2023-03-01T03:11:15.286Z] $ docker rm -f --volumes 41829ff4098c5859822a28364cfd2d67bf5aa2794ef71e00b68733c607538b2d [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-01T03:11:15.924Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2023-03-01T03:11:15.924Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-01T03:11:15.924Z] total 16 [2023-03-01T03:11:15.924Z] drwxr-xr-x 3 root root 4096 Mar 1 02:55 . [2023-03-01T03:11:15.924Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 03:11 .. [2023-03-01T03:11:15.924Z] drwxr-xr-x 2 root root 4096 Mar 1 02:55 cost [2023-03-01T03:11:15.924Z] -rw-r--r-- 1 root root 88 Mar 1 02:55 cost.csv [2023-03-01T03:11:15.924Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-01T03:11:15.924Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-03-01T03:11:15.924Z] total 16 [2023-03-01T03:11:15.924Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 02:55 . [2023-03-01T03:11:15.924Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 03:11 .. [2023-03-01T03:11:15.924Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 1 02:55 cost [2023-03-01T03:11:15.924Z] -rw-r--r-- 1 jenkins jenkins 88 Mar 1 02:55 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:16.254Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:17.171Z] ---> package-listing.sh [2023-03-01T03:11:17.171Z] ++ facter osfamily [2023-03-01T03:11:17.171Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-01T03:11:17.432Z] + OS_FAMILY=debian [2023-03-01T03:11:17.432Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2023-03-01T03:11:17.432Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-01T03:11:17.432Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-01T03:11:17.432Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-01T03:11:17.432Z] + PACKAGES=/tmp/packages_start.txt [2023-03-01T03:11:17.432Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-03-01T03:11:17.432Z] + PACKAGES=/tmp/packages_end.txt [2023-03-01T03:11:17.432Z] + case "${OS_FAMILY}" in [2023-03-01T03:11:17.432Z] + dpkg -l [2023-03-01T03:11:17.432Z] + grep '^ii' [2023-03-01T03:11:17.432Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-01T03:11:17.432Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-01T03:11:17.432Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-01T03:11:17.432Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-03-01T03:11:17.432Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2023-03-01T03:11:17.432Z] + 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-01T03:11:17.442Z] 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-01T03:11:17.717Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T03:11:18.280Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T03:11:18.280Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T03:11:18.351Z] prd-ubuntu20.04-docker-8c-8g-7871 does not seem to be running inside a container [2023-03-01T03:11:18.377Z] $ 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-01T03:11:18.599Z] $ docker top eda68e4bc0e72c63cb01ae93a6f1f8a454a93bd297de6e5746513dc7daa885be -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T03:11:18.935Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-01T03:11:19.217Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-01T03:11:19.501Z] + ls /var/log/sa-host [2023-03-01T03:11:19.501Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T03:11:19.574Z] provisioning config files... [2023-03-01T03:11:19.581Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3983766243107473331tmp [Pipeline] { [Pipeline] echo [2023-03-01T03:11:19.593Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:19.878Z] ---> create-netrc.sh [Pipeline] } [2023-03-01T03:11:19.886Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:20.220Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-01T03:11:20.228Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:20.510Z] ---> sudo-logs.sh [2023-03-01T03:11:20.511Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-01T03:11:20.530Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:20.810Z] ---> job-cost.sh [2023-03-01T03:11:20.810Z] lf-activate-venv: SKIPPING [2023-03-01T03:11:20.810Z] DEBUG: total: 0.2199999988079071 [2023-03-01T03:11:20.810Z] INFO: Retrieving Stack Cost... [2023-03-01T03:11:21.069Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T03:11:21.638Z] INFO: Archiving Costs [Pipeline] echo [2023-03-01T03:11:21.652Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T03:11:21.937Z] ---> logs-deploy.sh [2023-03-01T03:11:21.937Z] lf-activate-venv: SKIPPING [2023-03-01T03:11:21.937Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/88 [2023-03-01T03:11:21.937Z] INFO: archiving workspace using pattern(s): [2023-03-01T03:11:22.873Z] Archives upload complete. [2023-03-01T03:11:23.132Z] INFO: archiving logs to Nexus [2023-03-01T03:11:23.699Z] ---> uname -a: [2023-03-01T03:11:23.699Z] Linux prd-ubuntu20-04-docker-8c-8g-7871 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-03-01T03:11:23.699Z] [2023-03-01T03:11:23.699Z] [2023-03-01T03:11:23.699Z] ---> lscpu: [2023-03-01T03:11:23.699Z] Architecture: x86_64 [2023-03-01T03:11:23.699Z] CPU op-mode(s): 32-bit, 64-bit [2023-03-01T03:11:23.699Z] Byte Order: Little Endian [2023-03-01T03:11:23.699Z] Address sizes: 40 bits physical, 48 bits virtual [2023-03-01T03:11:23.699Z] CPU(s): 8 [2023-03-01T03:11:23.699Z] On-line CPU(s) list: 0-7 [2023-03-01T03:11:23.699Z] Thread(s) per core: 1 [2023-03-01T03:11:23.699Z] Core(s) per socket: 1 [2023-03-01T03:11:23.699Z] Socket(s): 8 [2023-03-01T03:11:23.699Z] NUMA node(s): 1 [2023-03-01T03:11:23.699Z] Vendor ID: AuthenticAMD [2023-03-01T03:11:23.699Z] CPU family: 23 [2023-03-01T03:11:23.699Z] Model: 49 [2023-03-01T03:11:23.699Z] Model name: AMD EPYC-Rome Processor [2023-03-01T03:11:23.699Z] Stepping: 0 [2023-03-01T03:11:23.699Z] CPU MHz: 2799.994 [2023-03-01T03:11:23.699Z] BogoMIPS: 5599.98 [2023-03-01T03:11:23.699Z] Virtualization: AMD-V [2023-03-01T03:11:23.699Z] Hypervisor vendor: KVM [2023-03-01T03:11:23.699Z] Virtualization type: full [2023-03-01T03:11:23.699Z] L1d cache: 256 KiB [2023-03-01T03:11:23.699Z] L1i cache: 256 KiB [2023-03-01T03:11:23.699Z] L2 cache: 4 MiB [2023-03-01T03:11:23.699Z] L3 cache: 128 MiB [2023-03-01T03:11:23.699Z] NUMA node0 CPU(s): 0-7 [2023-03-01T03:11:23.699Z] Vulnerability Itlb multihit: Not affected [2023-03-01T03:11:23.699Z] Vulnerability L1tf: Not affected [2023-03-01T03:11:23.699Z] Vulnerability Mds: Not affected [2023-03-01T03:11:23.699Z] Vulnerability Meltdown: Not affected [2023-03-01T03:11:23.699Z] Vulnerability Mmio stale data: Not affected [2023-03-01T03:11:23.699Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-03-01T03:11:23.699Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-03-01T03:11:23.700Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-03-01T03:11:23.700Z] Vulnerability Srbds: Not affected [2023-03-01T03:11:23.700Z] Vulnerability Tsx async abort: Not affected [2023-03-01T03:11:23.700Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-03-01T03:11:23.700Z] [2023-03-01T03:11:23.700Z] [2023-03-01T03:11:23.700Z] ---> nproc: [2023-03-01T03:11:23.700Z] 8 [2023-03-01T03:11:23.700Z] [2023-03-01T03:11:23.700Z]