Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9393cb199918d0b51a604a638f19df0ef5e84a0a 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-ssh13892716706943822047.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh13537240015086722642.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 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh16220606995248227678.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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-ssh17749736662044530169.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-ssh3296894213979596185.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.20 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-7270 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 > 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 Avoid second fetch Checking out Revision 9393cb199918d0b51a604a638f19df0ef5e84a0a (main) Commit message: "Merge pull request #378 from jinlinGuan/issue-358" > git config core.sparsecheckout # timeout=10 > git checkout -f 9393cb199918d0b51a604a638f19df0ef5e84a0a # timeout=10 > git rev-list --no-walk 4efa56b4c53bfd63d1b185632fb211d8f865e63a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-10T04:17:59.282Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-10T04:17:59.338Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-10T04:17:59.352Z] ========================================================= [2023-04-10T04:17:59.352Z] EdgeX Global Pipelines Version Info [2023-04-10T04:17:59.352Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:18:00.067Z] ------------------- [2023-04-10T04:18:00.067Z] stable info: [2023-04-10T04:18:00.067Z] ------------------- [2023-04-10T04:18:00.067Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-10T04:18:00.067Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-10T04:18:00.067Z] Message: update stable to v1.0.245 [2023-04-10T04:18:00.635Z] ------------------- [2023-04-10T04:18:00.635Z] experimental info: [2023-04-10T04:18:00.635Z] ------------------- [2023-04-10T04:18:00.635Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-10T04:18:00.635Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-10T04:18:00.635Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-10T04:18:00.810Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-04-10T04:18:00.824Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-04-10T04:18:00.835Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-10T04:18:00.846Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-10T04:18:00.860Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-10T04:18:00.870Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-10T04:18:00.881Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-10T04:18:00.893Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-10T04:18:00.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-10T04:18:00.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-10T04:18:00.926Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-10T04:18:00.939Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-04-10T04:18:00.949Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-10T04:18:00.961Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-10T04:18:00.978Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-10T04:18:00.994Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-10T04:18:01.007Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-10T04:18:01.020Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-10T04:18:01.031Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-10T04:18:01.042Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-10T04:18:01.063Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-10T04:18:01.074Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-10T04:18:01.087Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-10T04:18:01.099Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-10T04:18:01.111Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-10T04:18:01.123Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-10T04:18:01.133Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-10T04:18:01.145Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-10T04:18:01.156Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-10T04:18:01.169Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-10T04:18:01.184Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9393cb199918d0b51a604a638f19df0ef5e84a0a [Pipeline] echo [2023-04-10T04:18:01.200Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9393cb1 [Pipeline] echo [2023-04-10T04:18:01.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-10T04:18:01.260Z] provisioning config files... [2023-04-10T04:18:01.290Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8320854446942156603tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:18:01.591Z] ---> docker-login.sh [2023-04-10T04:18:01.591Z] nexus3.edgexfoundry.org:10001 [2023-04-10T04:18:02.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:02.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:02.532Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:02.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:02.532Z] [2023-04-10T04:18:02.532Z] Login Succeeded [2023-04-10T04:18:02.532Z] nexus3.edgexfoundry.org:10002 [2023-04-10T04:18:02.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:02.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:02.795Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:02.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:02.795Z] [2023-04-10T04:18:02.795Z] Login Succeeded [2023-04-10T04:18:02.795Z] nexus3.edgexfoundry.org:10003 [2023-04-10T04:18:02.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:02.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:02.795Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:02.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:02.795Z] [2023-04-10T04:18:02.795Z] Login Succeeded [2023-04-10T04:18:02.795Z] nexus3.edgexfoundry.org:10004 [2023-04-10T04:18:02.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:02.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:02.795Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:02.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:02.795Z] [2023-04-10T04:18:02.795Z] Login Succeeded [2023-04-10T04:18:02.795Z] docker.io [2023-04-10T04:18:03.055Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:03.055Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:03.055Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:03.055Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:03.055Z] [2023-04-10T04:18:03.055Z] Login Succeeded [2023-04-10T04:18:03.316Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T04:18:03.344Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-10T04:18:03.715Z] + git rev-list -1 --merges 9393cb199918d0b51a604a638f19df0ef5e84a0a~1..9393cb199918d0b51a604a638f19df0ef5e84a0a [Pipeline] echo [2023-04-10T04:18:03.764Z] -----------> git rev-list -1 --merges 9393cb199918d0b51a604a638f19df0ef5e84a0a~1..9393cb199918d0b51a604a638f19df0ef5e84a0a 9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:18:03.764Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a [false] [Pipeline] sh [2023-04-10T04:18:04.052Z] + git log --format=format:%s -1 9393cb199918d0b51a604a638f19df0ef5e84a0a [Pipeline] echo [2023-04-10T04:18:04.068Z] ========================================================= [2023-04-10T04:18:04.068Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-10T04:18:04.068Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-10T04:18:04.403Z] + git log --format=format:%s -1 9393cb199918d0b51a604a638f19df0ef5e84a0a [Pipeline] echo [2023-04-10T04:18:04.414Z] [semverPrep] GIT_COMMIT: 9393cb199918d0b51a604a638f19df0ef5e84a0a, Commit Message: Merge pull request #378 from jinlinGuan/issue-358 [Pipeline] echo [2023-04-10T04:18:04.424Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-10T04:18:04.786Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-10T04:18:04.786Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-10T04:18:04.786Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-10T04:18:04.786Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-10T04:18:04.786Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-10T04:18:04.786Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-10T04:18:04.786Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:18:05.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T04:18:05.188Z] [2023-04-10T04:18:05.188Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:18:05.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T04:18:05.492Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-10T04:18:05.492Z] b85a868b505f: Pulling fs layer [2023-04-10T04:18:05.492Z] e2be974225ed: Pulling fs layer [2023-04-10T04:18:05.492Z] 339a4e72a1f5: Pulling fs layer [2023-04-10T04:18:05.492Z] 988bab9f4d93: Pulling fs layer [2023-04-10T04:18:05.492Z] 1469e6f7b9e6: Pulling fs layer [2023-04-10T04:18:05.492Z] eaf3925da568: Pulling fs layer [2023-04-10T04:18:05.492Z] bab4dde63d76: Pulling fs layer [2023-04-10T04:18:05.492Z] bde34c3a00c8: Pulling fs layer [2023-04-10T04:18:05.492Z] b352a97aabf1: Pulling fs layer [2023-04-10T04:18:05.492Z] 4872d77fe225: Pulling fs layer [2023-04-10T04:18:05.492Z] 5851b861e8e6: Pulling fs layer [2023-04-10T04:18:05.492Z] b352a97aabf1: Waiting [2023-04-10T04:18:05.492Z] bab4dde63d76: Waiting [2023-04-10T04:18:05.492Z] 5851b861e8e6: Waiting [2023-04-10T04:18:05.492Z] 1469e6f7b9e6: Waiting [2023-04-10T04:18:05.492Z] eaf3925da568: Waiting [2023-04-10T04:18:05.492Z] 988bab9f4d93: Waiting [2023-04-10T04:18:05.492Z] bde34c3a00c8: Waiting [2023-04-10T04:18:05.492Z] 4872d77fe225: Waiting [2023-04-10T04:18:05.492Z] e2be974225ed: Verifying Checksum [2023-04-10T04:18:05.492Z] e2be974225ed: Download complete [2023-04-10T04:18:05.492Z] 988bab9f4d93: Verifying Checksum [2023-04-10T04:18:05.492Z] 988bab9f4d93: Download complete [2023-04-10T04:18:05.760Z] 1469e6f7b9e6: Verifying Checksum [2023-04-10T04:18:05.760Z] 1469e6f7b9e6: Download complete [2023-04-10T04:18:05.760Z] eaf3925da568: Verifying Checksum [2023-04-10T04:18:05.760Z] eaf3925da568: Download complete [2023-04-10T04:18:05.760Z] 339a4e72a1f5: Verifying Checksum [2023-04-10T04:18:05.760Z] 339a4e72a1f5: Download complete [2023-04-10T04:18:05.760Z] bde34c3a00c8: Download complete [2023-04-10T04:18:05.760Z] b352a97aabf1: Verifying Checksum [2023-04-10T04:18:05.760Z] 4872d77fe225: Download complete [2023-04-10T04:18:05.760Z] 5851b861e8e6: Verifying Checksum [2023-04-10T04:18:05.760Z] 5851b861e8e6: Download complete [2023-04-10T04:18:05.760Z] b85a868b505f: Verifying Checksum [2023-04-10T04:18:05.760Z] b85a868b505f: Download complete [2023-04-10T04:18:06.023Z] bab4dde63d76: Verifying Checksum [2023-04-10T04:18:06.023Z] bab4dde63d76: Download complete [2023-04-10T04:18:06.962Z] b85a868b505f: Pull complete [2023-04-10T04:18:07.221Z] e2be974225ed: Pull complete [2023-04-10T04:18:07.479Z] 339a4e72a1f5: Pull complete [2023-04-10T04:18:07.737Z] 988bab9f4d93: Pull complete [2023-04-10T04:18:07.996Z] 1469e6f7b9e6: Pull complete [2023-04-10T04:18:07.996Z] eaf3925da568: Pull complete [2023-04-10T04:18:09.931Z] bab4dde63d76: Pull complete [2023-04-10T04:18:09.931Z] bde34c3a00c8: Pull complete [2023-04-10T04:18:10.191Z] b352a97aabf1: Pull complete [2023-04-10T04:18:10.191Z] 4872d77fe225: Pull complete [2023-04-10T04:18:10.191Z] 5851b861e8e6: Pull complete [2023-04-10T04:18:10.191Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-10T04:18:10.191Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T04:18:10.191Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:18:10.305Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:18:10.335Z] $ 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-04-10T04:18:12.692Z] $ docker top 6735ea18972f031b23201b12d9ef000c2c76fe3a6e6fe34c29ab72648881c38e -eo pid,comm [2023-04-10T04:18:12.753Z] 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-04-10T04:18:12.753Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-10T04:18:12.793Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T04:18:12.793Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T04:18:12.913Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T04:18:12.916Z] $ docker exec 6735ea18972f031b23201b12d9ef000c2c76fe3a6e6fe34c29ab72648881c38e ssh-agent [2023-04-10T04:18:13.025Z] SSH_AUTH_SOCK=/tmp/ssh-vDcRPcoQkaIj/agent.32 [2023-04-10T04:18:13.025Z] SSH_AGENT_PID=38 [2023-04-10T04:18:13.032Z] Running ssh-add (command line suppressed) [2023-04-10T04:18:13.142Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_294346576277258443.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_294346576277258443.key) [2023-04-10T04:18:13.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T04:18:13.444Z] + git tag --points-at HEAD [Pipeline] } [2023-04-10T04:18:13.463Z] $ docker exec --env ******** --env ******** 6735ea18972f031b23201b12d9ef000c2c76fe3a6e6fe34c29ab72648881c38e ssh-agent -k [2023-04-10T04:18:13.561Z] unset SSH_AUTH_SOCK; [2023-04-10T04:18:13.562Z] unset SSH_AGENT_PID; [2023-04-10T04:18:13.562Z] echo Agent pid 38 killed; [2023-04-10T04:18:13.575Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-10T04:18:13.603Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T04:18:13.603Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T04:18:13.720Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T04:18:13.722Z] $ docker exec 6735ea18972f031b23201b12d9ef000c2c76fe3a6e6fe34c29ab72648881c38e ssh-agent [2023-04-10T04:18:13.836Z] SSH_AUTH_SOCK=/tmp/ssh-I2jw2CMBaFmy/agent.71 [2023-04-10T04:18:13.836Z] SSH_AGENT_PID=77 [2023-04-10T04:18:13.841Z] Running ssh-add (command line suppressed) [2023-04-10T04:18:13.939Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17684748156082623151.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17684748156082623151.key) [2023-04-10T04:18:13.952Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T04:18:14.236Z] + git semver init [2023-04-10T04:18:14.495Z] 2023-04-10 04:18:14,429 [run_init] DEBUG init version:0.0.0 force:False [2023-04-10T04:18:14.495Z] 2023-04-10 04:18:14,430 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2023-04-10T04:18:14.495Z] 2023-04-10 04:18:14,430 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2023-04-10T04:18:14.495Z] 2023-04-10 04:18:14,431 [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-04-10T04:18:15.875Z] 2023-04-10 04:18:15,473 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2023-04-10T04:18:15.875Z] 2023-04-10 04:18:15,474 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2023-04-10T04:18:15.875Z] 2023-04-10 04:18:15,474 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:18:15.875Z] 2023-04-10 04:18:15,474 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:18:15.875Z] 3.0.0-dev.28 [Pipeline] } [2023-04-10T04:18:15.886Z] $ docker exec --env ******** --env ******** 6735ea18972f031b23201b12d9ef000c2c76fe3a6e6fe34c29ab72648881c38e ssh-agent -k [2023-04-10T04:18:15.985Z] unset SSH_AUTH_SOCK; [2023-04-10T04:18:15.985Z] unset SSH_AGENT_PID; [2023-04-10T04:18:15.985Z] echo Agent pid 77 killed; [2023-04-10T04:18:15.993Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-10T04:18:16.296Z] + git semver [Pipeline] } [2023-04-10T04:18:16.569Z] $ docker stop --time=1 6735ea18972f031b23201b12d9ef000c2c76fe3a6e6fe34c29ab72648881c38e [2023-04-10T04:18:17.845Z] $ docker rm -f --volumes 6735ea18972f031b23201b12d9ef000c2c76fe3a6e6fe34c29ab72648881c38e [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T04:18:18.191Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-10T04:18:18.409Z] Stashed 1 file(s) [Pipeline] echo [2023-04-10T04:18:18.412Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.28 [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-04-10T04:18:18.550Z] provisioning config files... [2023-04-10T04:18:18.560Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3134946872751408317tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:18:18.857Z] ---> docker-login.sh [2023-04-10T04:18:18.857Z] nexus3.edgexfoundry.org:10001 [2023-04-10T04:18:18.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:18.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:18.857Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:18.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:18.857Z] [2023-04-10T04:18:18.857Z] Login Succeeded [2023-04-10T04:18:18.857Z] nexus3.edgexfoundry.org:10002 [2023-04-10T04:18:18.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:18.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:18.857Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:18.857Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:18.857Z] [2023-04-10T04:18:18.857Z] Login Succeeded [2023-04-10T04:18:18.857Z] nexus3.edgexfoundry.org:10003 [2023-04-10T04:18:19.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:19.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:19.118Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:19.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:19.118Z] [2023-04-10T04:18:19.118Z] Login Succeeded [2023-04-10T04:18:19.118Z] nexus3.edgexfoundry.org:10004 [2023-04-10T04:18:19.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:19.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:19.118Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:19.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:19.118Z] [2023-04-10T04:18:19.118Z] Login Succeeded [2023-04-10T04:18:19.118Z] docker.io [2023-04-10T04:18:19.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:18:19.378Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:18:19.378Z] Configure a credential helper to remove this warning. See [2023-04-10T04:18:19.378Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:18:19.378Z] [2023-04-10T04:18:19.378Z] Login Succeeded [2023-04-10T04:18:19.378Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T04:18:19.385Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-10T04:18:19.461Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T04:18:19.475Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T04:18:19.485Z] ========================================================= [2023-04-10T04:18:19.485Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-10T04:18:19.485Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:18:19.802Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-10T04:18:19.802Z] Sending build context to Docker daemon 23.53MB [2023-04-10T04:18:19.802Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-10T04:18:19.802Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-10T04:18:20.061Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-10T04:18:20.061Z] 63b65145d645: Pulling fs layer [2023-04-10T04:18:20.061Z] a2d21d5440eb: Pulling fs layer [2023-04-10T04:18:20.061Z] 935e6c44a52c: Pulling fs layer [2023-04-10T04:18:20.061Z] 94cc34f8dd06: Pulling fs layer [2023-04-10T04:18:20.061Z] 30dea6a524f1: Pulling fs layer [2023-04-10T04:18:20.061Z] a2aff8979fd8: Pulling fs layer [2023-04-10T04:18:20.061Z] 6808be2612f2: Pulling fs layer [2023-04-10T04:18:20.061Z] f25807f1079a: Pulling fs layer [2023-04-10T04:18:20.061Z] 30dea6a524f1: Waiting [2023-04-10T04:18:20.061Z] a2aff8979fd8: Waiting [2023-04-10T04:18:20.061Z] 6808be2612f2: Waiting [2023-04-10T04:18:20.061Z] f25807f1079a: Waiting [2023-04-10T04:18:20.061Z] 94cc34f8dd06: Waiting [2023-04-10T04:18:20.061Z] a2d21d5440eb: Download complete [2023-04-10T04:18:20.061Z] 94cc34f8dd06: Download complete [2023-04-10T04:18:20.061Z] 30dea6a524f1: Verifying Checksum [2023-04-10T04:18:20.061Z] 30dea6a524f1: Download complete [2023-04-10T04:18:20.061Z] 63b65145d645: Verifying Checksum [2023-04-10T04:18:20.061Z] 63b65145d645: Download complete [2023-04-10T04:18:20.061Z] a2aff8979fd8: Verifying Checksum [2023-04-10T04:18:20.061Z] a2aff8979fd8: Download complete [2023-04-10T04:18:20.330Z] 63b65145d645: Pull complete [2023-04-10T04:18:20.330Z] a2d21d5440eb: Pull complete [2023-04-10T04:18:20.590Z] f25807f1079a: Verifying Checksum [2023-04-10T04:18:20.590Z] f25807f1079a: Download complete [2023-04-10T04:18:20.852Z] 935e6c44a52c: Verifying Checksum [2023-04-10T04:18:20.852Z] 935e6c44a52c: Download complete [2023-04-10T04:18:21.111Z] 6808be2612f2: Verifying Checksum [2023-04-10T04:18:21.111Z] 6808be2612f2: Download complete [2023-04-10T04:18:24.410Z] 935e6c44a52c: Pull complete [2023-04-10T04:18:24.410Z] 94cc34f8dd06: Pull complete [2023-04-10T04:18:24.410Z] 30dea6a524f1: Pull complete [2023-04-10T04:18:24.410Z] a2aff8979fd8: Pull complete [2023-04-10T04:18:26.937Z] 6808be2612f2: Pull complete [2023-04-10T04:18:27.504Z] f25807f1079a: Pull complete [2023-04-10T04:18:27.504Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-10T04:18:27.504Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-10T04:18:27.504Z] ---> 3b553350e43f [2023-04-10T04:18:27.504Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-10T04:18:30.809Z] ---> Running in dc8211bbd264 [2023-04-10T04:18:31.068Z] Removing intermediate container dc8211bbd264 [2023-04-10T04:18:31.068Z] ---> 1a5171a66bce [2023-04-10T04:18:31.068Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-10T04:18:31.068Z] ---> Running in d4f000e914df [2023-04-10T04:18:31.068Z] Removing intermediate container d4f000e914df [2023-04-10T04:18:31.068Z] ---> 55d9c6c30c2b [2023-04-10T04:18:31.068Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-10T04:18:31.068Z] ---> Running in f11b3e06a481 [2023-04-10T04:18:31.327Z] Removing intermediate container f11b3e06a481 [2023-04-10T04:18:31.327Z] ---> 6eff172eb0aa [2023-04-10T04:18:31.327Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-10T04:18:31.327Z] ---> Running in 75c255d7be05 [2023-04-10T04:18:31.327Z] Removing intermediate container 75c255d7be05 [2023-04-10T04:18:31.327Z] ---> 4737a5e96851 [2023-04-10T04:18:31.327Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-10T04:18:31.327Z] ---> Running in 13f35019b8df [2023-04-10T04:18:31.586Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T04:18:31.846Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T04:18:32.105Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-10T04:18:32.105Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-10T04:18:32.105Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-10T04:18:32.363Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-10T04:18:32.363Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T04:18:32.363Z] OK: 269 MiB in 57 packages [2023-04-10T04:18:32.622Z] Removing intermediate container 13f35019b8df [2023-04-10T04:18:32.622Z] ---> 6fb562b1f7da [2023-04-10T04:18:32.622Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-10T04:18:32.880Z] ---> 93e9c2508619 [2023-04-10T04:18:32.880Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T04:18:32.880Z] ---> Running in 329ccdd3e505 [2023-04-10T04:18:33.522Z] Still waiting to schedule task [2023-04-10T04:18:33.522Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-10T04:19:04.963Z] Removing intermediate container 329ccdd3e505 [2023-04-10T04:19:04.963Z] ---> dd66bc5c9a96 [2023-04-10T04:19:04.963Z] Step 10/12 : COPY . . [2023-04-10T04:19:04.963Z] ---> 253f01037561 [2023-04-10T04:19:04.963Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-10T04:19:04.963Z] ---> Running in 70d79e8e5f58 [2023-04-10T04:19:04.963Z] Removing intermediate container 70d79e8e5f58 [2023-04-10T04:19:04.963Z] ---> 0564df5835b9 [2023-04-10T04:19:04.963Z] Step 12/12 : RUN $MAKE [2023-04-10T04:19:04.963Z] ---> Running in 56444df4f00d [2023-04-10T04:19:04.963Z] noop [2023-04-10T04:19:04.963Z] Removing intermediate container 56444df4f00d [2023-04-10T04:19:04.963Z] ---> a280a9fb8f3f [2023-04-10T04:19:04.963Z] Successfully built a280a9fb8f3f [2023-04-10T04:19:04.963Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:19:05.269Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-10T04:19:05.269Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:19:05.344Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:19:05.379Z] $ 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-04-10T04:19:05.872Z] $ docker top 45424ba54b5b4367f4811894ad54bf7b7e3e417a3418351d6f46ca78d025e581 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T04:19:06.220Z] + go version [2023-04-10T04:19:06.220Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-10T04:19:06.234Z] $ docker stop --time=1 45424ba54b5b4367f4811894ad54bf7b7e3e417a3418351d6f46ca78d025e581 [2023-04-10T04:19:07.529Z] $ docker rm -f --volumes 45424ba54b5b4367f4811894ad54bf7b7e3e417a3418351d6f46ca78d025e581 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:19:07.926Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-10T04:19:07.926Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:19:08.000Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:19:08.033Z] $ 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-04-10T04:19:08.378Z] $ docker top 5414ce816501d8d488fde3f0c3db8bcb1d8ae898a98238ecfed546e2ff6f656b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T04:19:08.718Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2023-04-10T04:19:09.008Z] + make test [2023-04-10T04:19:09.009Z] go test ./... -coverprofile=coverage.out [2023-04-10T04:19:14.276Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-10T04:19:24.268Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-10T04:19:24.268Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.014s coverage: 59.0% of statements [2023-04-10T04:19:30.827Z] go vet ./... [2023-04-10T04:19:34.111Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-10T04:19:34.111Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-10T04:19:34.111Z] ./bin/test-attribution-txt.sh [2023-04-10T04:19:34.111Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-10T04:19:34.123Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-10T04:19:34.140Z] $ docker stop --time=1 5414ce816501d8d488fde3f0c3db8bcb1d8ae898a98238ecfed546e2ff6f656b [2023-04-10T04:19:37.255Z] $ docker rm -f --volumes 5414ce816501d8d488fde3f0c3db8bcb1d8ae898a98238ecfed546e2ff6f656b [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T04:19:37.705Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-10T04:19:37.756Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-10T04:19:38.241Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-10T04:19:38.529Z] + ls -al . [2023-04-10T04:19:38.529Z] total 192 [2023-04-10T04:19:38.529Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 10 04:19 . [2023-04-10T04:19:38.529Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 04:17 .. [2023-04-10T04:19:38.529Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 10 04:18 .git [2023-04-10T04:19:38.529Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 10 04:17 .github [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 10 04:17 .gitignore [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 10 04:17 .golangci.yml [2023-04-10T04:19:38.529Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 10 04:18 .semver [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 8641 Apr 10 04:17 Attribution.txt [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 10 04:17 CHANGELOG.md [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 10 04:17 Dockerfile [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 10 04:17 GOVERNANCE.md [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 10 04:17 Jenkinsfile [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 10 04:17 LICENSE [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 10 04:17 Makefile [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 10 04:17 OWNERS.md [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 10 04:17 README.md [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 10 04:18 VERSION [2023-04-10T04:19:38.529Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 10 04:17 bin [2023-04-10T04:19:38.529Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 10 04:17 cmd [2023-04-10T04:19:38.529Z] -rw-r--r-- 1 jenkins jenkins 42786 Apr 10 04:19 coverage.out [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 10 04:17 go.mod [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 31219 Apr 10 04:17 go.sum [2023-04-10T04:19:38.529Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 10 04:17 internal [2023-04-10T04:19:38.529Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 04:17 snap [2023-04-10T04:19:38.529Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 10 04:17 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:19:38.829Z] + 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=9393cb199918d0b51a604a638f19df0ef5e84a0a --label arch=amd64 --label version=3.0.0-dev.28 . [2023-04-10T04:19:38.829Z] Sending build context to Docker daemon 23.57MB [2023-04-10T04:19:38.829Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-10T04:19:38.829Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-10T04:19:38.829Z] ---> a280a9fb8f3f [2023-04-10T04:19:38.829Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-10T04:19:39.089Z] ---> Running in f2d8331cb199 [2023-04-10T04:19:39.349Z] Removing intermediate container f2d8331cb199 [2023-04-10T04:19:39.349Z] ---> c719fef27231 [2023-04-10T04:19:39.349Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-10T04:19:39.349Z] ---> Running in b1782aa976d2 [2023-04-10T04:19:39.349Z] Removing intermediate container b1782aa976d2 [2023-04-10T04:19:39.349Z] ---> 1eafa0cb0d62 [2023-04-10T04:19:39.349Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-10T04:19:39.349Z] ---> Running in a8cc2e18213a [2023-04-10T04:19:39.349Z] Removing intermediate container a8cc2e18213a [2023-04-10T04:19:39.349Z] ---> 659339175d17 [2023-04-10T04:19:39.349Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-10T04:19:39.349Z] ---> Running in ce9a40829166 [2023-04-10T04:19:39.608Z] Removing intermediate container ce9a40829166 [2023-04-10T04:19:39.608Z] ---> cad9ee26749b [2023-04-10T04:19:39.608Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-10T04:19:39.608Z] ---> Running in dde9949c11d8 [2023-04-10T04:19:39.867Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T04:19:40.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T04:19:40.385Z] OK: 269 MiB in 57 packages [2023-04-10T04:19:40.643Z] Removing intermediate container dde9949c11d8 [2023-04-10T04:19:40.643Z] ---> a34d71b0c176 [2023-04-10T04:19:40.643Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-10T04:19:40.643Z] ---> af3521e8d9a4 [2023-04-10T04:19:40.643Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T04:19:40.643Z] ---> Running in 140d79a49d9e [2023-04-10T04:19:41.580Z] Removing intermediate container 140d79a49d9e [2023-04-10T04:19:41.580Z] ---> 86b813da14f6 [2023-04-10T04:19:41.580Z] Step 10/25 : COPY . . [2023-04-10T04:19:42.150Z] ---> 5e5231aeea40 [2023-04-10T04:19:42.150Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-10T04:19:42.150Z] ---> Running in cc374c0b0dde [2023-04-10T04:19:42.150Z] Removing intermediate container cc374c0b0dde [2023-04-10T04:19:42.150Z] ---> c6029a351a41 [2023-04-10T04:19:42.150Z] Step 12/25 : RUN $MAKE [2023-04-10T04:19:42.150Z] ---> Running in fdc9211c18fe [2023-04-10T04:19:42.416Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.28" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-04-10T04:20:04.512Z] Removing intermediate container fdc9211c18fe [2023-04-10T04:20:04.512Z] ---> 5ce19916ab0e [2023-04-10T04:20:04.512Z] Step 13/25 : FROM alpine:3.17 [2023-04-10T04:20:04.512Z] 3.17: Pulling from library/alpine [2023-04-10T04:20:04.512Z] f56be85fc22e: Pulling fs layer [2023-04-10T04:20:04.512Z] f56be85fc22e: Download complete [2023-04-10T04:20:04.512Z] f56be85fc22e: Pull complete [2023-04-10T04:20:04.512Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T04:20:04.512Z] Status: Downloaded newer image for alpine:3.17 [2023-04-10T04:20:04.512Z] ---> 9ed4aefc74f6 [2023-04-10T04:20:04.512Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-10T04:20:04.512Z] ---> Running in 5203803e655b [2023-04-10T04:20:04.512Z] Removing intermediate container 5203803e655b [2023-04-10T04:20:04.512Z] ---> f72faad38fc4 [2023-04-10T04:20:04.512Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-10T04:20:04.512Z] ---> Running in bbbb4b555d65 [2023-04-10T04:20:04.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-10T04:20:04.512Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-10T04:20:04.512Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T04:20:04.512Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T04:20:04.512Z] OK: 7 MiB in 16 packages [2023-04-10T04:20:04.512Z] Removing intermediate container bbbb4b555d65 [2023-04-10T04:20:04.512Z] ---> 74f0c3603e33 [2023-04-10T04:20:04.512Z] Step 16/25 : WORKDIR / [2023-04-10T04:20:04.512Z] ---> Running in 2f9cc249e476 [2023-04-10T04:20:04.512Z] Removing intermediate container 2f9cc249e476 [2023-04-10T04:20:04.512Z] ---> 7bb759545199 [2023-04-10T04:20:04.512Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-10T04:20:04.512Z] ---> 3855fc2837bc [2023-04-10T04:20:04.512Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-10T04:20:04.512Z] ---> 6640d676585e [2023-04-10T04:20:04.512Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-10T04:20:04.512Z] ---> 706e01352407 [2023-04-10T04:20:04.512Z] Step 20/25 : EXPOSE 59900 [2023-04-10T04:20:04.512Z] ---> Running in 1b49626d4b9a [2023-04-10T04:20:04.512Z] Removing intermediate container 1b49626d4b9a [2023-04-10T04:20:04.512Z] ---> df4253f40ecc [2023-04-10T04:20:04.512Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-10T04:20:04.512Z] ---> Running in 8e03d1c2c14e [2023-04-10T04:20:04.512Z] Removing intermediate container 8e03d1c2c14e [2023-04-10T04:20:04.512Z] ---> dfa69b3e47cf [2023-04-10T04:20:04.512Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T04:20:04.512Z] ---> Running in d0a32b1348ad [2023-04-10T04:20:04.512Z] Removing intermediate container d0a32b1348ad [2023-04-10T04:20:04.512Z] ---> 69136b8509e0 [2023-04-10T04:20:04.512Z] Step 23/25 : LABEL arch=amd64 [2023-04-10T04:20:04.512Z] ---> Running in 4bdcc0fe246d [2023-04-10T04:20:04.512Z] Removing intermediate container 4bdcc0fe246d [2023-04-10T04:20:04.512Z] ---> 3a6bf0c3be91 [2023-04-10T04:20:04.512Z] Step 24/25 : LABEL git_sha=9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:20:04.512Z] ---> Running in b45aced004a7 [2023-04-10T04:20:04.788Z] Removing intermediate container b45aced004a7 [2023-04-10T04:20:04.788Z] ---> f59163bc8a40 [2023-04-10T04:20:04.788Z] Step 25/25 : LABEL version=3.0.0-dev.28 [2023-04-10T04:20:04.788Z] ---> Running in 7d9f18d00d14 [2023-04-10T04:20:04.788Z] Removing intermediate container 7d9f18d00d14 [2023-04-10T04:20:04.788Z] ---> cb06274f912a [2023-04-10T04:20:04.788Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-10T04:20:04.788Z] Successfully built cb06274f912a [2023-04-10T04:20:04.788Z] 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-04-10T04:20:04.870Z] provisioning config files... [2023-04-10T04:20:04.886Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5639530732869867984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:20:05.210Z] ---> docker-login.sh [2023-04-10T04:20:05.210Z] nexus3.edgexfoundry.org:10001 [2023-04-10T04:20:05.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:05.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:05.210Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:05.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:05.210Z] [2023-04-10T04:20:05.210Z] Login Succeeded [2023-04-10T04:20:05.210Z] nexus3.edgexfoundry.org:10002 [2023-04-10T04:20:05.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:05.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:05.210Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:05.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:05.210Z] [2023-04-10T04:20:05.210Z] Login Succeeded [2023-04-10T04:20:05.210Z] nexus3.edgexfoundry.org:10003 [2023-04-10T04:20:05.294Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7271 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2023-04-10T04:20:05.303Z] Running in /w/workspace/device-virtual-go/100 [Pipeline] { [Pipeline] checkout [2023-04-10T04:20:05.334Z] The recommended git tool is: git [2023-04-10T04:20:05.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:05.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:05.469Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:05.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:05.469Z] [2023-04-10T04:20:05.469Z] Login Succeeded [2023-04-10T04:20:05.469Z] nexus3.edgexfoundry.org:10004 [2023-04-10T04:20:05.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:05.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:05.469Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:05.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:05.469Z] [2023-04-10T04:20:05.469Z] Login Succeeded [2023-04-10T04:20:05.469Z] docker.io [2023-04-10T04:20:05.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:05.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:05.727Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:05.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:05.727Z] [2023-04-10T04:20:05.727Z] Login Succeeded [2023-04-10T04:20:05.727Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T04:20:05.734Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-10T04:20:05.768Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T04:20:05.795Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2023-04-10T04:20:05.795Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:20:05.795Z] latest [2023-04-10T04:20:05.795Z] 3.0.0-dev.28 [2023-04-10T04:20:05.795Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28 [2023-04-10T04:20:05.795Z] main [2023-04-10T04:20:05.795Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:06.125Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:9393cb199918d0b51a604a638f19df0ef5e84a0a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:06.430Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:20:06.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-04-10T04:20:06.430Z] 9aea92fdcf34: Preparing [2023-04-10T04:20:06.430Z] f7bd5b4b0e53: Preparing [2023-04-10T04:20:06.430Z] 652bff1431a4: Preparing [2023-04-10T04:20:06.430Z] 7061c9ba2c84: Preparing [2023-04-10T04:20:06.430Z] f1417ff83b31: Preparing [2023-04-10T04:20:06.430Z] f1417ff83b31: Layer already exists [2023-04-10T04:20:06.430Z] f7bd5b4b0e53: Pushed [2023-04-10T04:20:06.430Z] 652bff1431a4: Pushed [2023-04-10T04:20:06.431Z] 7061c9ba2c84: Pushed [2023-04-10T04:20:08.959Z] 9aea92fdcf34: Pushed [2023-04-10T04:20:08.959Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a: digest: sha256:38c16479f804ef15e75a4f205b545d32eea742b1b4edf2b0034a3a316be54d7d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:09.267Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:09.574Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-04-10T04:20:09.574Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-04-10T04:20:09.574Z] 9aea92fdcf34: Preparing [2023-04-10T04:20:09.574Z] f7bd5b4b0e53: Preparing [2023-04-10T04:20:09.574Z] 652bff1431a4: Preparing [2023-04-10T04:20:09.574Z] 7061c9ba2c84: Preparing [2023-04-10T04:20:09.574Z] f1417ff83b31: Preparing [2023-04-10T04:20:09.574Z] f7bd5b4b0e53: Layer already exists [2023-04-10T04:20:09.574Z] f1417ff83b31: Layer already exists [2023-04-10T04:20:09.574Z] 9aea92fdcf34: Layer already exists [2023-04-10T04:20:09.574Z] 7061c9ba2c84: Layer already exists [2023-04-10T04:20:09.574Z] 652bff1431a4: Layer already exists [2023-04-10T04:20:09.574Z] latest: digest: sha256:38c16479f804ef15e75a4f205b545d32eea742b1b4edf2b0034a3a316be54d7d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:09.893Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:10.199Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.28 [2023-04-10T04:20:10.199Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-04-10T04:20:10.199Z] 9aea92fdcf34: Preparing [2023-04-10T04:20:10.199Z] f7bd5b4b0e53: Preparing [2023-04-10T04:20:10.199Z] 652bff1431a4: Preparing [2023-04-10T04:20:10.199Z] 7061c9ba2c84: Preparing [2023-04-10T04:20:10.199Z] f1417ff83b31: Preparing [2023-04-10T04:20:10.199Z] f7bd5b4b0e53: Layer already exists [2023-04-10T04:20:10.199Z] 652bff1431a4: Layer already exists [2023-04-10T04:20:10.199Z] 9aea92fdcf34: Layer already exists [2023-04-10T04:20:10.199Z] f1417ff83b31: Layer already exists [2023-04-10T04:20:10.199Z] 7061c9ba2c84: Layer already exists [2023-04-10T04:20:10.199Z] 3.0.0-dev.28: digest: sha256:38c16479f804ef15e75a4f205b545d32eea742b1b4edf2b0034a3a316be54d7d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:10.293Z] using credential edgex-jenkins-ssh [2023-04-10T04:20:10.309Z] Cloning the remote Git repository [2023-04-10T04:20:10.513Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:10.823Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28 [2023-04-10T04:20:10.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-04-10T04:20:10.823Z] 9aea92fdcf34: Preparing [2023-04-10T04:20:10.823Z] f7bd5b4b0e53: Preparing [2023-04-10T04:20:10.823Z] 652bff1431a4: Preparing [2023-04-10T04:20:10.823Z] 7061c9ba2c84: Preparing [2023-04-10T04:20:10.823Z] f1417ff83b31: Preparing [2023-04-10T04:20:10.823Z] f7bd5b4b0e53: Layer already exists [2023-04-10T04:20:10.823Z] f1417ff83b31: Layer already exists [2023-04-10T04:20:10.823Z] 7061c9ba2c84: Layer already exists [2023-04-10T04:20:10.824Z] 652bff1431a4: Layer already exists [2023-04-10T04:20:10.824Z] 9aea92fdcf34: Layer already exists [2023-04-10T04:20:10.824Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28: digest: sha256:38c16479f804ef15e75a4f205b545d32eea742b1b4edf2b0034a3a316be54d7d size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:11.135Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:11.437Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2023-04-10T04:20:11.437Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-04-10T04:20:11.437Z] 9aea92fdcf34: Preparing [2023-04-10T04:20:11.437Z] f7bd5b4b0e53: Preparing [2023-04-10T04:20:11.437Z] 652bff1431a4: Preparing [2023-04-10T04:20:11.437Z] 7061c9ba2c84: Preparing [2023-04-10T04:20:11.437Z] f1417ff83b31: Preparing [2023-04-10T04:20:11.437Z] f1417ff83b31: Layer already exists [2023-04-10T04:20:11.437Z] 7061c9ba2c84: Layer already exists [2023-04-10T04:20:11.437Z] 652bff1431a4: Layer already exists [2023-04-10T04:20:11.437Z] 9aea92fdcf34: Layer already exists [2023-04-10T04:20:11.437Z] f7bd5b4b0e53: Layer already exists [2023-04-10T04:20:11.437Z] main: digest: sha256:38c16479f804ef15e75a4f205b545d32eea742b1b4edf2b0034a3a316be54d7d size: 1365 [2023-04-10T04:20:10.356Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-04-10T04:20:10.453Z] > git init /w/workspace/device-virtual-go/100 # timeout=10 [2023-04-10T04:20:10.594Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-04-10T04:20:10.596Z] > git --version # timeout=10 [2023-04-10T04:20:10.613Z] > git --version # 'git version 2.25.1' [2023-04-10T04:20:10.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-10T04:20:10.767Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-10T04:20:11.479Z] ===================================================== [Pipeline] echo [2023-04-10T04:20:11.485Z] taggedImages: [2023-04-10T04:20:11.485Z] - nexus3.edgexfoundry.org:10004/device-virtual:9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:20:11.485Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-04-10T04:20:11.485Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.28 [2023-04-10T04:20:11.485Z] - nexus3.edgexfoundry.org:10004/device-virtual:9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28 [2023-04-10T04:20:11.485Z] - 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-04-10T04:20:11.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T04:20:11.852Z] [2023-04-10T04:20:11.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:12.149Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T04:20:12.149Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-10T04:20:12.149Z] 5eb5b503b376: Pulling fs layer [2023-04-10T04:20:12.149Z] 5c69ac0246d0: Pulling fs layer [2023-04-10T04:20:12.149Z] ec43610c2a17: Pulling fs layer [2023-04-10T04:20:12.149Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-10T04:20:12.149Z] 33b1e0a273af: Pulling fs layer [2023-04-10T04:20:12.149Z] 5d3b04190fa2: Pulling fs layer [2023-04-10T04:20:12.149Z] 2f39f015ded8: Pulling fs layer [2023-04-10T04:20:12.149Z] 3a2ae6a8a46f: Waiting [2023-04-10T04:20:12.149Z] 33b1e0a273af: Waiting [2023-04-10T04:20:12.149Z] 5d3b04190fa2: Waiting [2023-04-10T04:20:12.149Z] 2f39f015ded8: Waiting [2023-04-10T04:20:12.149Z] 5c69ac0246d0: Download complete [2023-04-10T04:20:12.149Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-10T04:20:12.149Z] 3a2ae6a8a46f: Download complete [2023-04-10T04:20:12.149Z] 33b1e0a273af: Verifying Checksum [2023-04-10T04:20:12.149Z] 33b1e0a273af: Download complete [2023-04-10T04:20:12.149Z] ec43610c2a17: Verifying Checksum [2023-04-10T04:20:12.149Z] ec43610c2a17: Download complete [2023-04-10T04:20:12.149Z] 5d3b04190fa2: Verifying Checksum [2023-04-10T04:20:12.407Z] 5eb5b503b376: Verifying Checksum [2023-04-10T04:20:12.408Z] 5eb5b503b376: Download complete [2023-04-10T04:20:12.973Z] 2f39f015ded8: Download complete [2023-04-10T04:20:13.540Z] 5eb5b503b376: Pull complete [2023-04-10T04:20:13.540Z] 5c69ac0246d0: Pull complete [2023-04-10T04:20:13.735Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-04-10T04:20:13.763Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-10T04:20:14.106Z] ec43610c2a17: Pull complete [2023-04-10T04:20:14.106Z] 3a2ae6a8a46f: Pull complete [2023-04-10T04:20:14.364Z] 33b1e0a273af: Pull complete [2023-04-10T04:20:14.364Z] 5d3b04190fa2: Pull complete [2023-04-10T04:20:14.620Z] Avoid second fetch [2023-04-10T04:20:14.620Z] Checking out Revision 9393cb199918d0b51a604a638f19df0ef5e84a0a (main) [2023-04-10T04:20:15.186Z] Commit message: "Merge pull request #378 from jinlinGuan/issue-358" [2023-04-10T04:20:14.639Z] > git config core.sparsecheckout # timeout=10 [2023-04-10T04:20:14.700Z] > git checkout -f 9393cb199918d0b51a604a638f19df0ef5e84a0a # timeout=10 [2023-04-10T04:20:15.605Z] [2023-04-10T04:20:15.605Z] GitHub has been notified of this commit’s build result [2023-04-10T04:20:15.605Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-10T04:20:16.135Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-10T04:20:16.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-10T04:20:16.135Z] Dload Upload Total Spent Left Speed [2023-04-10T04:20:16.135Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 172k 0 --:--:-- --:--:-- --:--:-- 175k [Pipeline] sh [2023-04-10T04:20:16.846Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-10T04:20:17.172Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-10T04:20:17.172Z] + sudo tee /etc/docker/daemon.new [2023-04-10T04:20:17.172Z] { [2023-04-10T04:20:17.172Z] "registry-mirrors": [ [2023-04-10T04:20:17.172Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-10T04:20:17.172Z] ], [2023-04-10T04:20:17.172Z] "bip": "10.250.0.254/24", [2023-04-10T04:20:17.172Z] "hosts": [ [2023-04-10T04:20:17.172Z] "tcp://0.0.0.0:5555", [2023-04-10T04:20:17.172Z] "unix:///var/run/docker.sock" [2023-04-10T04:20:17.172Z] ], [2023-04-10T04:20:17.172Z] "mtu": 1458, [2023-04-10T04:20:17.172Z] "selinux-enabled": true, [2023-04-10T04:20:17.172Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-10T04:20:17.172Z] } [Pipeline] sh [2023-04-10T04:20:17.514Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-10T04:20:17.855Z] + sudo service docker restart [2023-04-10T04:20:18.544Z] 2f39f015ded8: Pull complete [2023-04-10T04:20:18.545Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-10T04:20:18.545Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T04:20:18.545Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:20:18.627Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:20:18.658Z] $ 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-04-10T04:20:22.332Z] $ docker top 62b0c99a6bef87e02c886f1db2800c95808e2620160624328db5f995225b12c1 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:20:22.728Z] ---> job-cost.sh [2023-04-10T04:20:22.728Z] lf-activate-venv: SKIPPING [2023-04-10T04:20:22.728Z] INFO: No Stack... [2023-04-10T04:20:22.987Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-10T04:20:23.245Z] INFO: Archiving Costs [Pipeline] sh [2023-04-10T04:20:23.530Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2023-04-10T04:20:23.530Z] + cut -d, -f6 [Pipeline] lock [2023-04-10T04:20:23.542Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-100-stack-cost] [2023-04-10T04:20:23.550Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-100-stack-cost] did not exist. Created. [2023-04-10T04:20:23.550Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-10T04:20:23.850Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-10T04:20:23.882Z] Stashed 1 file(s) [Pipeline] } [2023-04-10T04:20:23.891Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-100-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-10T04:20:23.917Z] $ docker stop --time=1 62b0c99a6bef87e02c886f1db2800c95808e2620160624328db5f995225b12c1 [2023-04-10T04:20:25.064Z] $ docker rm -f --volumes 62b0c99a6bef87e02c886f1db2800c95808e2620160624328db5f995225b12c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-10T04:20:36.126Z] provisioning config files... [2023-04-10T04:20:36.152Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/100@tmp/config1586709853727897796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:20:36.503Z] ---> docker-login.sh [2023-04-10T04:20:36.503Z] nexus3.edgexfoundry.org:10001 [2023-04-10T04:20:36.775Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:37.045Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:37.045Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:37.045Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:37.045Z] [2023-04-10T04:20:37.045Z] Login Succeeded [2023-04-10T04:20:37.045Z] nexus3.edgexfoundry.org:10002 [2023-04-10T04:20:37.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:37.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:37.315Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:37.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:37.315Z] [2023-04-10T04:20:37.315Z] Login Succeeded [2023-04-10T04:20:37.315Z] nexus3.edgexfoundry.org:10003 [2023-04-10T04:20:37.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:37.859Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:37.859Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:37.859Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:37.859Z] [2023-04-10T04:20:37.859Z] Login Succeeded [2023-04-10T04:20:37.859Z] nexus3.edgexfoundry.org:10004 [2023-04-10T04:20:38.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:38.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:38.132Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:38.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:38.132Z] [2023-04-10T04:20:38.132Z] Login Succeeded [2023-04-10T04:20:38.132Z] docker.io [2023-04-10T04:20:38.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:20:38.678Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:20:38.678Z] Configure a credential helper to remove this warning. See [2023-04-10T04:20:38.678Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:20:38.678Z] [2023-04-10T04:20:38.678Z] Login Succeeded [2023-04-10T04:20:38.678Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T04:20:38.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-10T04:20:38.952Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T04:20:38.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T04:20:38.980Z] ========================================================= [2023-04-10T04:20:38.980Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-10T04:20:38.980Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:20:39.336Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-10T04:20:39.617Z] Sending build context to Docker daemon 11.92MB [2023-04-10T04:20:39.886Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-10T04:20:39.886Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-10T04:20:40.482Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-10T04:20:40.482Z] af6eaf76a39c: Pulling fs layer [2023-04-10T04:20:40.482Z] 55522c791124: Pulling fs layer [2023-04-10T04:20:40.482Z] ce5c4a1c91eb: Pulling fs layer [2023-04-10T04:20:40.482Z] 169dfbe0d373: Pulling fs layer [2023-04-10T04:20:40.482Z] e1ff8fa3b103: Pulling fs layer [2023-04-10T04:20:40.482Z] 52ebb69f0ebf: Pulling fs layer [2023-04-10T04:20:40.482Z] 5abe8eddf0d5: Pulling fs layer [2023-04-10T04:20:40.482Z] e1ff8fa3b103: Waiting [2023-04-10T04:20:40.482Z] 5abe8eddf0d5: Waiting [2023-04-10T04:20:40.482Z] 52ebb69f0ebf: Waiting [2023-04-10T04:20:40.482Z] 169dfbe0d373: Waiting [2023-04-10T04:20:40.482Z] 55522c791124: Verifying Checksum [2023-04-10T04:20:40.482Z] 55522c791124: Download complete [2023-04-10T04:20:40.482Z] 169dfbe0d373: Verifying Checksum [2023-04-10T04:20:40.482Z] 169dfbe0d373: Download complete [2023-04-10T04:20:40.755Z] af6eaf76a39c: Verifying Checksum [2023-04-10T04:20:40.755Z] af6eaf76a39c: Download complete [2023-04-10T04:20:40.755Z] e1ff8fa3b103: Verifying Checksum [2023-04-10T04:20:40.755Z] e1ff8fa3b103: Download complete [2023-04-10T04:20:41.726Z] 5abe8eddf0d5: Verifying Checksum [2023-04-10T04:20:41.726Z] 5abe8eddf0d5: Download complete [2023-04-10T04:20:41.726Z] af6eaf76a39c: Pull complete [2023-04-10T04:20:42.322Z] 55522c791124: Pull complete [2023-04-10T04:20:43.289Z] ce5c4a1c91eb: Verifying Checksum [2023-04-10T04:20:43.289Z] ce5c4a1c91eb: Download complete [2023-04-10T04:20:43.289Z] 52ebb69f0ebf: Verifying Checksum [2023-04-10T04:20:43.289Z] 52ebb69f0ebf: Download complete [2023-04-10T04:20:55.653Z] ce5c4a1c91eb: Pull complete [2023-04-10T04:20:55.653Z] 169dfbe0d373: Pull complete [2023-04-10T04:20:55.653Z] e1ff8fa3b103: Pull complete [2023-04-10T04:21:01.036Z] 52ebb69f0ebf: Pull complete [2023-04-10T04:21:03.013Z] 5abe8eddf0d5: Pull complete [2023-04-10T04:21:03.013Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-10T04:21:03.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-10T04:21:03.013Z] ---> 6cb57ee374ae [2023-04-10T04:21:03.013Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-10T04:21:04.987Z] ---> Running in bb0b4715b06c [2023-04-10T04:21:05.256Z] Removing intermediate container bb0b4715b06c [2023-04-10T04:21:05.256Z] ---> 2a634732a97b [2023-04-10T04:21:05.256Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-10T04:21:05.256Z] ---> Running in 5ccd1b17d750 [2023-04-10T04:21:05.525Z] Removing intermediate container 5ccd1b17d750 [2023-04-10T04:21:05.525Z] ---> 86e69a093363 [2023-04-10T04:21:05.525Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-04-10T04:21:05.525Z] ---> Running in 1049b42b0810 [2023-04-10T04:21:05.793Z] Removing intermediate container 1049b42b0810 [2023-04-10T04:21:05.794Z] ---> 0796a73e9429 [2023-04-10T04:21:05.794Z] Step 6/12 : WORKDIR /device-virtual-go [2023-04-10T04:21:06.062Z] ---> Running in 8d9838db65de [2023-04-10T04:21:06.333Z] Removing intermediate container 8d9838db65de [2023-04-10T04:21:06.333Z] ---> 682b9faeb551 [2023-04-10T04:21:06.333Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-10T04:21:06.333Z] ---> Running in 648c96c63ad8 [2023-04-10T04:21:07.423Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T04:21:08.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T04:21:09.430Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-10T04:21:09.430Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-10T04:21:09.430Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-10T04:21:09.430Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-10T04:21:09.430Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T04:21:09.430Z] OK: 268 MiB in 57 packages [2023-04-10T04:21:10.395Z] Removing intermediate container 648c96c63ad8 [2023-04-10T04:21:10.395Z] ---> f76c6226f4da [2023-04-10T04:21:10.395Z] Step 8/12 : COPY go.mod vendor* ./ [2023-04-10T04:21:10.667Z] ---> 169c2dcd3478 [2023-04-10T04:21:10.667Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T04:21:10.936Z] ---> Running in f4185438abcd [2023-04-10T04:22:32.563Z] Removing intermediate container f4185438abcd [2023-04-10T04:22:32.563Z] ---> ddd62313374b [2023-04-10T04:22:32.563Z] Step 10/12 : COPY . . [2023-04-10T04:22:32.563Z] ---> b410abc991d2 [2023-04-10T04:22:32.563Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-10T04:22:32.563Z] ---> Running in a77011fe40d7 [2023-04-10T04:22:32.563Z] Removing intermediate container a77011fe40d7 [2023-04-10T04:22:32.563Z] ---> 83abcf00ab4c [2023-04-10T04:22:32.563Z] Step 12/12 : RUN $MAKE [2023-04-10T04:22:32.563Z] ---> Running in e05fc73762b5 [2023-04-10T04:22:32.563Z] noop [2023-04-10T04:22:32.563Z] Removing intermediate container e05fc73762b5 [2023-04-10T04:22:32.563Z] ---> 410f83c4a70a [2023-04-10T04:22:32.563Z] Successfully built 410f83c4a70a [2023-04-10T04:22:32.563Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:22:32.907Z] + docker inspect -f . ci-base-image-arm64 [2023-04-10T04:22:32.907Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:22:33.096Z] prd-ubuntu20.04-docker-arm64-4c-16g-7271 does not seem to be running inside a container [2023-04-10T04:22:33.158Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/100 -v /w/workspace/device-virtual-go/100:/w/workspace/device-virtual-go/100:rw,z -v /w/workspace/device-virtual-go/100@tmp:/w/workspace/device-virtual-go/100@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-04-10T04:22:34.242Z] $ docker top e20139617f05e9d175c68d55e55b2ce1bea0b5e645de7a12577d3f2c9a59d1ba -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T04:22:35.038Z] + go version [2023-04-10T04:22:35.038Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-10T04:22:35.058Z] $ docker stop --time=1 e20139617f05e9d175c68d55e55b2ce1bea0b5e645de7a12577d3f2c9a59d1ba [2023-04-10T04:22:37.589Z] $ docker rm -f --volumes e20139617f05e9d175c68d55e55b2ce1bea0b5e645de7a12577d3f2c9a59d1ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:22:38.107Z] + docker inspect -f . ci-base-image-arm64 [2023-04-10T04:22:38.107Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:22:38.268Z] prd-ubuntu20.04-docker-arm64-4c-16g-7271 does not seem to be running inside a container [2023-04-10T04:22:38.332Z] $ 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/100 -v /w/workspace/device-virtual-go/100:/w/workspace/device-virtual-go/100:rw,z -v /w/workspace/device-virtual-go/100@tmp:/w/workspace/device-virtual-go/100@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-04-10T04:22:39.343Z] $ docker top 2a98f52f6355d64ffb3d62afc4fa53b7961ee00cc59aa54f15658c09472d601b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T04:22:39.818Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/100 [Pipeline] fileExists [Pipeline] sh [2023-04-10T04:22:40.140Z] + make test [2023-04-10T04:22:40.140Z] go test ./... -coverprofile=coverage.out [2023-04-10T04:23:12.367Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-04-10T04:25:04.008Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-04-10T04:25:04.008Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.079s coverage: 58.8% of statements [2023-04-10T04:25:04.008Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-10T04:25:04.008Z] go vet ./... [2023-04-10T04:25:30.711Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-10T04:25:30.711Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-10T04:25:30.711Z] ./bin/test-attribution-txt.sh [2023-04-10T04:25:30.711Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-10T04:25:30.729Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-10T04:25:30.744Z] $ docker stop --time=1 2a98f52f6355d64ffb3d62afc4fa53b7961ee00cc59aa54f15658c09472d601b [2023-04-10T04:25:32.642Z] $ docker rm -f --volumes 2a98f52f6355d64ffb3d62afc4fa53b7961ee00cc59aa54f15658c09472d601b [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T04:25:33.847Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-10T04:25:33.870Z] Warning: overwriting stash ‘coverage-report’ [2023-04-10T04:25:34.472Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-10T04:25:34.867Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-10T04:25:35.185Z] + ls -al . [2023-04-10T04:25:35.185Z] total 188 [2023-04-10T04:25:35.185Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 10 04:22 . [2023-04-10T04:25:35.185Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 04:20 .. [2023-04-10T04:25:35.185Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 10 04:20 .git [2023-04-10T04:25:35.185Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 10 04:20 .github [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 337 Apr 10 04:20 .gitignore [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 10 04:20 .golangci.yml [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 8641 Apr 10 04:20 Attribution.txt [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 11367 Apr 10 04:20 CHANGELOG.md [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 1646 Apr 10 04:20 Dockerfile [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 10 04:20 GOVERNANCE.md [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 660 Apr 10 04:20 Jenkinsfile [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 10 04:20 LICENSE [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 1696 Apr 10 04:20 Makefile [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 623 Apr 10 04:20 OWNERS.md [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 3578 Apr 10 04:20 README.md [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 10 04:18 VERSION [2023-04-10T04:25:35.185Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 10 04:20 bin [2023-04-10T04:25:35.185Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 10 04:20 cmd [2023-04-10T04:25:35.185Z] -rw-r--r-- 1 jenkins jenkins 42786 Apr 10 04:24 coverage.out [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 3209 Apr 10 04:20 go.mod [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 31219 Apr 10 04:20 go.sum [2023-04-10T04:25:35.185Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 10 04:20 internal [2023-04-10T04:25:35.185Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 10 04:20 snap [2023-04-10T04:25:35.185Z] -rw-rw-r-- 1 jenkins jenkins 235 Apr 10 04:20 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:25:35.526Z] + 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=9393cb199918d0b51a604a638f19df0ef5e84a0a --label arch=arm64 --label version=3.0.0-dev.28 . [2023-04-10T04:25:36.122Z] Sending build context to Docker daemon 11.96MB [2023-04-10T04:25:36.122Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-10T04:25:36.122Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-10T04:25:36.122Z] ---> 410f83c4a70a [2023-04-10T04:25:36.122Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-04-10T04:25:36.390Z] ---> Running in 1ed315453164 [2023-04-10T04:25:36.660Z] Removing intermediate container 1ed315453164 [2023-04-10T04:25:36.660Z] ---> d961088e9436 [2023-04-10T04:25:36.660Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-10T04:25:36.660Z] ---> Running in 6a4e69ac43f8 [2023-04-10T04:25:36.928Z] Removing intermediate container 6a4e69ac43f8 [2023-04-10T04:25:36.928Z] ---> 06d35d45cdfe [2023-04-10T04:25:36.928Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-04-10T04:25:37.198Z] ---> Running in dce302d052a1 [2023-04-10T04:25:37.476Z] Removing intermediate container dce302d052a1 [2023-04-10T04:25:37.476Z] ---> 8bba85856712 [2023-04-10T04:25:37.476Z] Step 6/25 : WORKDIR /device-virtual-go [2023-04-10T04:25:37.476Z] ---> Running in 4451c91c8ff0 [2023-04-10T04:25:38.062Z] Removing intermediate container 4451c91c8ff0 [2023-04-10T04:25:38.062Z] ---> 4637598d2b26 [2023-04-10T04:25:38.062Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-10T04:25:38.062Z] ---> Running in b39ddd56854e [2023-04-10T04:25:39.021Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T04:25:39.606Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T04:25:40.569Z] OK: 268 MiB in 57 packages [2023-04-10T04:25:43.169Z] Removing intermediate container b39ddd56854e [2023-04-10T04:25:43.169Z] ---> 2f4c480c204a [2023-04-10T04:25:43.169Z] Step 8/25 : COPY go.mod vendor* ./ [2023-04-10T04:25:43.169Z] ---> f287a542f342 [2023-04-10T04:25:43.169Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-10T04:25:43.169Z] ---> Running in 183ef69ace56 [2023-04-10T04:25:45.751Z] Removing intermediate container 183ef69ace56 [2023-04-10T04:25:45.751Z] ---> 758360e22969 [2023-04-10T04:25:45.751Z] Step 10/25 : COPY . . [2023-04-10T04:25:46.712Z] ---> 709e612749c5 [2023-04-10T04:25:46.712Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-10T04:25:46.712Z] ---> Running in 155ad2dfa061 [2023-04-10T04:25:46.978Z] Removing intermediate container 155ad2dfa061 [2023-04-10T04:25:46.978Z] ---> 3d3c3ba968ae [2023-04-10T04:25:46.978Z] Step 12/25 : RUN $MAKE [2023-04-10T04:25:47.246Z] ---> Running in f3af2841d01a [2023-04-10T04:25:48.204Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.28" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-04-10T04:27:54.865Z] Removing intermediate container f3af2841d01a [2023-04-10T04:27:54.865Z] ---> 821233f5f171 [2023-04-10T04:27:54.865Z] Step 13/25 : FROM alpine:3.17 [2023-04-10T04:27:54.865Z] 3.17: Pulling from library/alpine [2023-04-10T04:27:54.865Z] c41833b44d91: Pulling fs layer [2023-04-10T04:27:54.865Z] c41833b44d91: Verifying Checksum [2023-04-10T04:27:54.865Z] c41833b44d91: Download complete [2023-04-10T04:27:54.865Z] c41833b44d91: Pull complete [2023-04-10T04:27:54.865Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-10T04:27:54.865Z] Status: Downloaded newer image for alpine:3.17 [2023-04-10T04:27:54.865Z] ---> 51e60588ff2c [2023-04-10T04:27:54.865Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-04-10T04:27:54.865Z] ---> Running in 00b2fe401d79 [2023-04-10T04:27:54.865Z] Removing intermediate container 00b2fe401d79 [2023-04-10T04:27:54.865Z] ---> d66aa8b1e8d6 [2023-04-10T04:27:54.865Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-04-10T04:27:54.865Z] ---> Running in b9421f5bb4ce [2023-04-10T04:27:54.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-10T04:27:54.865Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-10T04:27:54.865Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-04-10T04:27:54.865Z] Executing busybox-1.35.0-r29.trigger [2023-04-10T04:27:54.865Z] OK: 8 MiB in 16 packages [2023-04-10T04:27:54.865Z] Removing intermediate container b9421f5bb4ce [2023-04-10T04:27:54.865Z] ---> 1a1c28e23e0f [2023-04-10T04:27:54.865Z] Step 16/25 : WORKDIR / [2023-04-10T04:27:54.865Z] ---> Running in d74b086af720 [2023-04-10T04:27:54.865Z] Removing intermediate container d74b086af720 [2023-04-10T04:27:54.865Z] ---> 513adeba1fa2 [2023-04-10T04:27:54.865Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-04-10T04:27:54.865Z] ---> e5d998884db1 [2023-04-10T04:27:54.865Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-04-10T04:27:54.865Z] ---> 2ee0b750d2b8 [2023-04-10T04:27:54.865Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-04-10T04:27:55.449Z] ---> 095c10fd30f6 [2023-04-10T04:27:55.449Z] Step 20/25 : EXPOSE 59900 [2023-04-10T04:27:55.449Z] ---> Running in fc83970d7012 [2023-04-10T04:27:55.720Z] Removing intermediate container fc83970d7012 [2023-04-10T04:27:55.720Z] ---> dedfd4064568 [2023-04-10T04:27:55.720Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-04-10T04:27:55.720Z] ---> Running in 55db648e8442 [2023-04-10T04:27:56.305Z] Removing intermediate container 55db648e8442 [2023-04-10T04:27:56.305Z] ---> 3d0a88944c53 [2023-04-10T04:27:56.305Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-10T04:27:56.305Z] ---> Running in 3db14ed7b070 [2023-04-10T04:27:56.573Z] Removing intermediate container 3db14ed7b070 [2023-04-10T04:27:56.573Z] ---> 13433405b5c7 [2023-04-10T04:27:56.573Z] Step 23/25 : LABEL arch=arm64 [2023-04-10T04:27:56.573Z] ---> Running in 87acfb5b6be5 [2023-04-10T04:27:56.845Z] Removing intermediate container 87acfb5b6be5 [2023-04-10T04:27:56.845Z] ---> a2e16671327a [2023-04-10T04:27:56.845Z] Step 24/25 : LABEL git_sha=9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:27:56.845Z] ---> Running in 3e3b19b8be38 [2023-04-10T04:27:57.113Z] Removing intermediate container 3e3b19b8be38 [2023-04-10T04:27:57.113Z] ---> dcdf4b369e30 [2023-04-10T04:27:57.113Z] Step 25/25 : LABEL version=3.0.0-dev.28 [2023-04-10T04:27:57.383Z] ---> Running in a835056168ee [2023-04-10T04:27:57.651Z] Removing intermediate container a835056168ee [2023-04-10T04:27:57.651Z] ---> 6d34d102feea [2023-04-10T04:27:57.651Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-10T04:27:57.651Z] Successfully built 6d34d102feea [2023-04-10T04:27:57.651Z] 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-04-10T04:27:57.746Z] provisioning config files... [2023-04-10T04:27:57.761Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/100@tmp/config6556675302583935031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:27:58.094Z] ---> docker-login.sh [2023-04-10T04:27:58.094Z] nexus3.edgexfoundry.org:10001 [2023-04-10T04:27:58.094Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:27:58.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:27:58.362Z] Configure a credential helper to remove this warning. See [2023-04-10T04:27:58.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:27:58.362Z] [2023-04-10T04:27:58.362Z] Login Succeeded [2023-04-10T04:27:58.362Z] nexus3.edgexfoundry.org:10002 [2023-04-10T04:27:58.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:27:58.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:27:58.630Z] Configure a credential helper to remove this warning. See [2023-04-10T04:27:58.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:27:58.630Z] [2023-04-10T04:27:58.630Z] Login Succeeded [2023-04-10T04:27:58.630Z] nexus3.edgexfoundry.org:10003 [2023-04-10T04:27:58.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:27:59.166Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:27:59.166Z] Configure a credential helper to remove this warning. See [2023-04-10T04:27:59.166Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:27:59.166Z] [2023-04-10T04:27:59.166Z] Login Succeeded [2023-04-10T04:27:59.166Z] nexus3.edgexfoundry.org:10004 [2023-04-10T04:27:59.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:27:59.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:27:59.434Z] Configure a credential helper to remove this warning. See [2023-04-10T04:27:59.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:27:59.434Z] [2023-04-10T04:27:59.434Z] Login Succeeded [2023-04-10T04:27:59.434Z] docker.io [2023-04-10T04:27:59.701Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-10T04:27:59.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-10T04:27:59.967Z] Configure a credential helper to remove this warning. See [2023-04-10T04:27:59.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-10T04:27:59.967Z] [2023-04-10T04:27:59.967Z] Login Succeeded [2023-04-10T04:27:59.967Z] ---> docker-login.sh ends [Pipeline] } [2023-04-10T04:27:59.980Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-10T04:28:00.005Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-10T04:28:00.020Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2023-04-10T04:28:00.020Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:28:00.020Z] latest [2023-04-10T04:28:00.020Z] 3.0.0-dev.28 [2023-04-10T04:28:00.020Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28 [2023-04-10T04:28:00.020Z] main [2023-04-10T04:28:00.020Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:00.354Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:9393cb199918d0b51a604a638f19df0ef5e84a0a [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:00.691Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:28:00.691Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-04-10T04:28:00.691Z] c7e04190d062: Preparing [2023-04-10T04:28:00.691Z] 5901e8e826a1: Preparing [2023-04-10T04:28:00.691Z] de3b4a239c65: Preparing [2023-04-10T04:28:00.691Z] 86903040f433: Preparing [2023-04-10T04:28:00.691Z] 26cbea5cba74: Preparing [2023-04-10T04:28:00.691Z] 26cbea5cba74: Layer already exists [2023-04-10T04:28:00.957Z] 86903040f433: Pushed [2023-04-10T04:28:00.957Z] 5901e8e826a1: Pushed [2023-04-10T04:28:00.957Z] de3b4a239c65: Pushed [2023-04-10T04:28:06.294Z] c7e04190d062: Pushed [2023-04-10T04:28:06.295Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a: digest: sha256:46e3e0742a869edc890d0d71f766fd82336de48b9d779d9d03647121eb436e45 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:06.649Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:06.987Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-04-10T04:28:06.987Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-04-10T04:28:06.987Z] c7e04190d062: Preparing [2023-04-10T04:28:06.987Z] 5901e8e826a1: Preparing [2023-04-10T04:28:06.987Z] de3b4a239c65: Preparing [2023-04-10T04:28:06.987Z] 86903040f433: Preparing [2023-04-10T04:28:06.987Z] 26cbea5cba74: Preparing [2023-04-10T04:28:06.988Z] 5901e8e826a1: Layer already exists [2023-04-10T04:28:06.988Z] 26cbea5cba74: Layer already exists [2023-04-10T04:28:06.988Z] c7e04190d062: Layer already exists [2023-04-10T04:28:06.988Z] de3b4a239c65: Layer already exists [2023-04-10T04:28:06.988Z] 86903040f433: Layer already exists [2023-04-10T04:28:06.988Z] latest: digest: sha256:46e3e0742a869edc890d0d71f766fd82336de48b9d779d9d03647121eb436e45 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:07.338Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:07.684Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.28 [2023-04-10T04:28:07.684Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-04-10T04:28:07.684Z] c7e04190d062: Preparing [2023-04-10T04:28:07.684Z] 5901e8e826a1: Preparing [2023-04-10T04:28:07.684Z] de3b4a239c65: Preparing [2023-04-10T04:28:07.684Z] 86903040f433: Preparing [2023-04-10T04:28:07.684Z] 26cbea5cba74: Preparing [2023-04-10T04:28:07.684Z] 86903040f433: Layer already exists [2023-04-10T04:28:07.684Z] 26cbea5cba74: Layer already exists [2023-04-10T04:28:07.684Z] c7e04190d062: Layer already exists [2023-04-10T04:28:07.684Z] 5901e8e826a1: Layer already exists [2023-04-10T04:28:07.684Z] de3b4a239c65: Layer already exists [2023-04-10T04:28:07.684Z] 3.0.0-dev.28: digest: sha256:46e3e0742a869edc890d0d71f766fd82336de48b9d779d9d03647121eb436e45 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:08.033Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:08.378Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28 [2023-04-10T04:28:08.378Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-04-10T04:28:08.378Z] c7e04190d062: Preparing [2023-04-10T04:28:08.378Z] 5901e8e826a1: Preparing [2023-04-10T04:28:08.378Z] de3b4a239c65: Preparing [2023-04-10T04:28:08.378Z] 86903040f433: Preparing [2023-04-10T04:28:08.378Z] 26cbea5cba74: Preparing [2023-04-10T04:28:08.378Z] 5901e8e826a1: Layer already exists [2023-04-10T04:28:08.378Z] 86903040f433: Layer already exists [2023-04-10T04:28:08.378Z] 26cbea5cba74: Layer already exists [2023-04-10T04:28:08.378Z] c7e04190d062: Layer already exists [2023-04-10T04:28:08.378Z] de3b4a239c65: Layer already exists [2023-04-10T04:28:08.378Z] 9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28: digest: sha256:46e3e0742a869edc890d0d71f766fd82336de48b9d779d9d03647121eb436e45 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:08.835Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:09.220Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2023-04-10T04:28:09.220Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-04-10T04:28:09.220Z] c7e04190d062: Preparing [2023-04-10T04:28:09.220Z] 5901e8e826a1: Preparing [2023-04-10T04:28:09.220Z] de3b4a239c65: Preparing [2023-04-10T04:28:09.220Z] 86903040f433: Preparing [2023-04-10T04:28:09.220Z] 26cbea5cba74: Preparing [2023-04-10T04:28:09.220Z] 26cbea5cba74: Layer already exists [2023-04-10T04:28:09.220Z] de3b4a239c65: Layer already exists [2023-04-10T04:28:09.220Z] 86903040f433: Layer already exists [2023-04-10T04:28:09.220Z] c7e04190d062: Layer already exists [2023-04-10T04:28:09.220Z] 5901e8e826a1: Layer already exists [2023-04-10T04:28:09.492Z] main: digest: sha256:46e3e0742a869edc890d0d71f766fd82336de48b9d779d9d03647121eb436e45 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-10T04:28:09.540Z] ===================================================== [Pipeline] echo [2023-04-10T04:28:09.547Z] taggedImages: [2023-04-10T04:28:09.547Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:9393cb199918d0b51a604a638f19df0ef5e84a0a [2023-04-10T04:28:09.547Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-04-10T04:28:09.547Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.28 [2023-04-10T04:28:09.547Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:9393cb199918d0b51a604a638f19df0ef5e84a0a-3.0.0-dev.28 [2023-04-10T04:28:09.547Z] - 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-04-10T04:28:09.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T04:28:09.922Z] [2023-04-10T04:28:09.922Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:10.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T04:28:11.692Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-10T04:28:11.692Z] 8998bd30e6a1: Pulling fs layer [2023-04-10T04:28:11.692Z] 04944245beec: Pulling fs layer [2023-04-10T04:28:11.692Z] 699f458cf7ca: Pulling fs layer [2023-04-10T04:28:11.692Z] 765212b225bb: Pulling fs layer [2023-04-10T04:28:11.692Z] f23df028b6ca: Pulling fs layer [2023-04-10T04:28:11.692Z] d65c8cfc05b1: Pulling fs layer [2023-04-10T04:28:11.692Z] 2437ff75d9bd: Pulling fs layer [2023-04-10T04:28:11.692Z] f23df028b6ca: Waiting [2023-04-10T04:28:11.692Z] d65c8cfc05b1: Waiting [2023-04-10T04:28:11.692Z] 2437ff75d9bd: Waiting [2023-04-10T04:28:11.692Z] 765212b225bb: Waiting [2023-04-10T04:28:11.692Z] 04944245beec: Verifying Checksum [2023-04-10T04:28:11.692Z] 04944245beec: Download complete [2023-04-10T04:28:11.963Z] 765212b225bb: Verifying Checksum [2023-04-10T04:28:11.963Z] 765212b225bb: Download complete [2023-04-10T04:28:11.963Z] f23df028b6ca: Verifying Checksum [2023-04-10T04:28:11.963Z] f23df028b6ca: Download complete [2023-04-10T04:28:11.963Z] d65c8cfc05b1: Verifying Checksum [2023-04-10T04:28:11.963Z] d65c8cfc05b1: Download complete [2023-04-10T04:28:11.963Z] 699f458cf7ca: Verifying Checksum [2023-04-10T04:28:11.963Z] 699f458cf7ca: Download complete [2023-04-10T04:28:12.549Z] 8998bd30e6a1: Verifying Checksum [2023-04-10T04:28:12.549Z] 8998bd30e6a1: Download complete [2023-04-10T04:28:14.497Z] 2437ff75d9bd: Verifying Checksum [2023-04-10T04:28:14.497Z] 2437ff75d9bd: Download complete [2023-04-10T04:28:16.446Z] 8998bd30e6a1: Pull complete [2023-04-10T04:28:17.030Z] 04944245beec: Pull complete [2023-04-10T04:28:18.443Z] 699f458cf7ca: Pull complete [2023-04-10T04:28:18.443Z] 765212b225bb: Pull complete [2023-04-10T04:28:19.411Z] f23df028b6ca: Pull complete [2023-04-10T04:28:19.411Z] d65c8cfc05b1: Pull complete [2023-04-10T04:28:34.951Z] 2437ff75d9bd: Pull complete [2023-04-10T04:28:34.951Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-10T04:28:34.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-10T04:28:34.951Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:28:35.132Z] prd-ubuntu20.04-docker-arm64-4c-16g-7271 does not seem to be running inside a container [2023-04-10T04:28:35.200Z] $ 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/100 -v /w/workspace/device-virtual-go/100:/w/workspace/device-virtual-go/100:rw,z -v /w/workspace/device-virtual-go/100@tmp:/w/workspace/device-virtual-go/100@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-04-10T04:28:37.731Z] $ docker top dac93925eb86a9f17720e1fd6baf10be419fc93721f0d5fb7a5ceac869215bfa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:28:38.567Z] ---> job-cost.sh [2023-04-10T04:28:38.567Z] lf-activate-venv: SKIPPING [2023-04-10T04:28:38.567Z] INFO: No Stack... [2023-04-10T04:28:38.836Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-10T04:28:39.794Z] INFO: Archiving Costs [Pipeline] sh [2023-04-10T04:28:40.429Z] + cat /w/workspace/device-virtual-go/100/archives/cost.csv [2023-04-10T04:28:40.429Z] + cut -d, -f6 [Pipeline] lock [2023-04-10T04:28:40.467Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-100-stack-cost] [2023-04-10T04:28:40.477Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-100-stack-cost] did not exist. Created. [2023-04-10T04:28:40.477Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-100-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-10T04:28:40.825Z] /w/workspace/device-virtual-go/100@tmp/durable-5c642710/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-10T04:28:41.476Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-10T04:28:41.492Z] Warning: overwriting stash ‘stack-cost’ [2023-04-10T04:28:41.542Z] Stashed 1 file(s) [Pipeline] } [2023-04-10T04:28:41.549Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-100-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-10T04:28:41.573Z] $ docker stop --time=1 dac93925eb86a9f17720e1fd6baf10be419fc93721f0d5fb7a5ceac869215bfa [2023-04-10T04:28:43.055Z] $ docker rm -f --volumes dac93925eb86a9f17720e1fd6baf10be419fc93721f0d5fb7a5ceac869215bfa [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-04-10T04:28:43.424Z] provisioning config files... [2023-04-10T04:28:43.431Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15695645844653575837tmp [Pipeline] { [Pipeline] sh [2023-04-10T04:28:43.724Z] + set +x [2023-04-10T04:28:43.724Z] + curl -s https://codecov.io/bash [2023-04-10T04:28:43.724Z] + bash -s -- [2023-04-10T04:28:43.724Z] [2023-04-10T04:28:43.724Z] _____ _ [2023-04-10T04:28:43.724Z] / ____| | | [2023-04-10T04:28:43.724Z] | | ___ __| | ___ ___ _____ __ [2023-04-10T04:28:43.724Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-10T04:28:43.724Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-10T04:28:43.724Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-10T04:28:43.724Z] Bash-1.0.6 [2023-04-10T04:28:43.724Z] [2023-04-10T04:28:43.724Z] [2023-04-10T04:28:43.724Z] ==> git version 2.25.1 found [2023-04-10T04:28:43.724Z] ==> 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-04-10T04:28:43.724Z] Release-Date: 2020-01-08 [2023-04-10T04:28:43.724Z] 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-04-10T04:28:43.724Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-10T04:28:43.724Z] ==> Jenkins CI detected. [2023-04-10T04:28:43.724Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2023-04-10T04:28:43.724Z] project root: . [2023-04-10T04:28:43.724Z] --> token set from env [2023-04-10T04:28:43.724Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-10T04:28:43.724Z] ==> Running gcov in . (disable via -X gcov) [2023-04-10T04:28:43.724Z] ==> Python coveragepy not found [2023-04-10T04:28:43.724Z] ==> Searching for coverage reports in: [2023-04-10T04:28:43.724Z] + . [2023-04-10T04:28:43.724Z] -> Found 1 reports [2023-04-10T04:28:43.724Z] ==> Detecting git/mercurial file structure [2023-04-10T04:28:43.724Z] ==> Reading reports [2023-04-10T04:28:43.724Z] + ./coverage.out bytes=42786 [2023-04-10T04:28:43.724Z] ==> Appending adjustments [2023-04-10T04:28:43.724Z] https://docs.codecov.io/docs/fixing-reports [2023-04-10T04:28:43.983Z] + Found adjustments [2023-04-10T04:28:43.983Z] ==> Gzipping contents [2023-04-10T04:28:43.983Z] 8.0K /tmp/codecov.YeUfNY.gz [2023-04-10T04:28:43.983Z] ==> Uploading reports [2023-04-10T04:28:43.983Z] url: https://codecov.io [2023-04-10T04:28:43.984Z] query: branch=main&commit=9393cb199918d0b51a604a638f19df0ef5e84a0a&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F100%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-10T04:28:43.984Z] -> Pinging Codecov [2023-04-10T04:28:43.984Z] 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=9393cb199918d0b51a604a638f19df0ef5e84a0a&build=100&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F100%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-10T04:28:44.242Z] -> Uploading to [2023-04-10T04:28:44.242Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-10/5E52B4B073DB2E39498172D8E973AA87/9393cb199918d0b51a604a638f19df0ef5e84a0a/5e194cb9-7dce-4717-89c2-729d963f09dd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230410%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230410T042843Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=12f5fc0119f538d746645f376fe22507e6a6d3bb9f6e99a2c139dc610f0fb013 [2023-04-10T04:28:44.242Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-10T04:28:44.242Z] Dload Upload Total Spent Left Speed [2023-04-10T04:28:44.501Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5136 0 0 100 5136 0 17833 --:--:-- --:--:-- --:--:-- 17833 [2023-04-10T04:28:44.501Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/9393cb199918d0b51a604a638f19df0ef5e84a0a [Pipeline] } [2023-04-10T04:28:44.508Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-04-10T04:28:44.695Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-10T04:28:44.706Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:45.003Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-10T04:28:45.003Z] [2023-04-10T04:28:45.003Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:28:45.302Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-10T04:28:45.302Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-10T04:28:45.302Z] df9b9388f04a: Pulling fs layer [2023-04-10T04:28:45.302Z] 52dc419b0ee2: Pulling fs layer [2023-04-10T04:28:45.302Z] 25bc292e5bac: Pulling fs layer [2023-04-10T04:28:45.302Z] 114826534d7a: Pulling fs layer [2023-04-10T04:28:45.302Z] 4657fd5d0bcf: Pulling fs layer [2023-04-10T04:28:45.302Z] 6ad1cebc031e: Pulling fs layer [2023-04-10T04:28:45.302Z] 8a3aa393b2d8: Pulling fs layer [2023-04-10T04:28:45.302Z] 114826534d7a: Waiting [2023-04-10T04:28:45.302Z] 4657fd5d0bcf: Waiting [2023-04-10T04:28:45.302Z] 6ad1cebc031e: Waiting [2023-04-10T04:28:45.302Z] 8a3aa393b2d8: Waiting [2023-04-10T04:28:45.302Z] 25bc292e5bac: Verifying Checksum [2023-04-10T04:28:45.302Z] 25bc292e5bac: Download complete [2023-04-10T04:28:45.302Z] 52dc419b0ee2: Download complete [2023-04-10T04:28:45.302Z] 4657fd5d0bcf: Verifying Checksum [2023-04-10T04:28:45.302Z] 4657fd5d0bcf: Download complete [2023-04-10T04:28:45.302Z] df9b9388f04a: Download complete [2023-04-10T04:28:45.562Z] df9b9388f04a: Pull complete [2023-04-10T04:28:45.562Z] 6ad1cebc031e: Verifying Checksum [2023-04-10T04:28:45.562Z] 6ad1cebc031e: Download complete [2023-04-10T04:28:45.563Z] 52dc419b0ee2: Pull complete [2023-04-10T04:28:45.825Z] 25bc292e5bac: Pull complete [2023-04-10T04:28:46.084Z] 114826534d7a: Verifying Checksum [2023-04-10T04:28:46.084Z] 114826534d7a: Download complete [2023-04-10T04:28:46.342Z] 8a3aa393b2d8: Verifying Checksum [2023-04-10T04:28:46.342Z] 8a3aa393b2d8: Download complete [2023-04-10T04:28:49.622Z] 114826534d7a: Pull complete [2023-04-10T04:28:49.622Z] 4657fd5d0bcf: Pull complete [2023-04-10T04:28:49.880Z] 6ad1cebc031e: Pull complete [2023-04-10T04:28:52.410Z] 8a3aa393b2d8: Pull complete [2023-04-10T04:28:52.410Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-10T04:28:52.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-10T04:28:52.411Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:28:52.524Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:28:52.557Z] $ 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-04-10T04:28:55.769Z] $ docker top 571121fade9f02259f15fee2969aae67caa30d161d26ea68e2bd12317e68324f -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-10T04:28:55.825Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2023-04-10T04:28:56.100Z] + set -o pipefail [2023-04-10T04:28:56.100Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2023-04-10T04:29:00.287Z] [2023-04-10T04:29:00.287Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2023-04-10T04:29:00.287Z] [2023-04-10T04:29:00.287Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/9f1a4155-69d5-4fa3-8409-f85db9891529 [2023-04-10T04:29:00.287Z] [2023-04-10T04:29:00.288Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-10T04:29:00.288Z] [2023-04-10T04:29:00.288Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-10T04:29:00.288Z] [2023-04-10T04:29:00.288Z] [2023-04-10T04:29:00.288Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-10T04:29:00.288Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-10T04:29:00.288Z] More details here: https://snyk.co/ue1NS [2023-04-10T04:29:00.288Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-04-10T04:29:00.288Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-04-10T04:29:00.303Z] $ docker stop --time=1 571121fade9f02259f15fee2969aae67caa30d161d26ea68e2bd12317e68324f [2023-04-10T04:29:03.593Z] $ docker rm -f --volumes 571121fade9f02259f15fee2969aae67caa30d161d26ea68e2bd12317e68324f [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-04-10T04:29:04.263Z] + git log --format=format:%s -1 9393cb199918d0b51a604a638f19df0ef5e84a0a [Pipeline] sh [2023-04-10T04:29:04.553Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-10T04:29:04.553Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:29:04.846Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T04:29:04.846Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:29:04.914Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:29:04.951Z] $ 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-04-10T04:29:05.388Z] $ docker top 1e65aea799c7ea125b6a2c4ce43de9da4cd062016df610ffd51a29c555c483ac -eo pid,comm [2023-04-10T04:29:05.437Z] 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-04-10T04:29:05.437Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-10T04:29:05.471Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T04:29:05.471Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T04:29:05.590Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T04:29:05.596Z] $ docker exec 1e65aea799c7ea125b6a2c4ce43de9da4cd062016df610ffd51a29c555c483ac ssh-agent [2023-04-10T04:29:05.705Z] SSH_AUTH_SOCK=/tmp/ssh-glJ6e8xOOp36/agent.32 [2023-04-10T04:29:05.705Z] SSH_AGENT_PID=38 [2023-04-10T04:29:05.713Z] Running ssh-add (command line suppressed) [2023-04-10T04:29:05.826Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7041379907111982727.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7041379907111982727.key) [2023-04-10T04:29:05.843Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T04:29:06.129Z] + git semver tag [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,314 [run_tag] DEBUG tag force:False [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,314 [check_head_tag] DEBUG check head tag [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,315 [execute] INFO git cat-file --batch-check [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,315 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,319 [execute] INFO git cat-file --batch [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,319 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,345 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,345 [execute] INFO git tag -a v3.0.0-dev.28 -m v3.0.0-dev.28 [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,345 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.28', '-m', 'v3.0.0-dev.28'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-04-10T04:29:06.388Z] 2023-04-10 04:29:06,350 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:29:06.388Z] 3.0.0-dev.28 [Pipeline] } [2023-04-10T04:29:06.401Z] $ docker exec --env ******** --env ******** 1e65aea799c7ea125b6a2c4ce43de9da4cd062016df610ffd51a29c555c483ac ssh-agent -k [2023-04-10T04:29:06.500Z] unset SSH_AUTH_SOCK; [2023-04-10T04:29:06.500Z] unset SSH_AGENT_PID; [2023-04-10T04:29:06.500Z] echo Agent pid 38 killed; [2023-04-10T04:29:06.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-10T04:29:06.816Z] + git semver [Pipeline] } [2023-04-10T04:29:07.091Z] $ docker stop --time=1 1e65aea799c7ea125b6a2c4ce43de9da4cd062016df610ffd51a29c555c483ac [2023-04-10T04:29:08.351Z] $ docker rm -f --volumes 1e65aea799c7ea125b6a2c4ce43de9da4cd062016df610ffd51a29c555c483ac [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:29:08.731Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-10T04:29:08.731Z] [2023-04-10T04:29:08.731Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:29:09.023Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-10T04:29:09.024Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-10T04:29:09.024Z] ab5ef0e58194: Pulling fs layer [2023-04-10T04:29:09.024Z] 9712f1f96733: Pulling fs layer [2023-04-10T04:29:09.024Z] 63f879dbbcfc: Pulling fs layer [2023-04-10T04:29:09.024Z] 0d9ebad4ef96: Pulling fs layer [2023-04-10T04:29:09.024Z] e9a5061849ea: Pulling fs layer [2023-04-10T04:29:09.024Z] d747dcd14b5f: Pulling fs layer [2023-04-10T04:29:09.024Z] 2de7ff778b66: Pulling fs layer [2023-04-10T04:29:09.024Z] e9a5061849ea: Waiting [2023-04-10T04:29:09.024Z] d747dcd14b5f: Waiting [2023-04-10T04:29:09.024Z] 2de7ff778b66: Waiting [2023-04-10T04:29:09.024Z] 0d9ebad4ef96: Waiting [2023-04-10T04:29:09.024Z] 9712f1f96733: Download complete [2023-04-10T04:29:09.295Z] 63f879dbbcfc: Verifying Checksum [2023-04-10T04:29:09.295Z] 63f879dbbcfc: Download complete [2023-04-10T04:29:09.553Z] e9a5061849ea: Verifying Checksum [2023-04-10T04:29:09.553Z] e9a5061849ea: Download complete [2023-04-10T04:29:09.553Z] d747dcd14b5f: Download complete [2023-04-10T04:29:09.553Z] 0d9ebad4ef96: Verifying Checksum [2023-04-10T04:29:09.553Z] 0d9ebad4ef96: Download complete [2023-04-10T04:29:09.811Z] ab5ef0e58194: Verifying Checksum [2023-04-10T04:29:09.811Z] ab5ef0e58194: Download complete [2023-04-10T04:29:09.811Z] 2de7ff778b66: Verifying Checksum [2023-04-10T04:29:09.811Z] 2de7ff778b66: Download complete [2023-04-10T04:29:12.334Z] ab5ef0e58194: Pull complete [2023-04-10T04:29:12.334Z] 9712f1f96733: Pull complete [2023-04-10T04:29:12.897Z] 63f879dbbcfc: Pull complete [2023-04-10T04:29:17.077Z] 0d9ebad4ef96: Pull complete [2023-04-10T04:29:17.077Z] e9a5061849ea: Pull complete [2023-04-10T04:29:17.077Z] d747dcd14b5f: Pull complete [2023-04-10T04:29:18.012Z] 2de7ff778b66: Pull complete [2023-04-10T04:29:18.012Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-10T04:29:18.012Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-10T04:29:18.012Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:29:18.090Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:29:18.120Z] $ 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-04-10T04:29:22.443Z] $ docker top 3276ee52664a2c954e6f1bb78f45984ca33e8e38706d87df011b087831bdded8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-10T04:29:22.508Z] provisioning config files... [2023-04-10T04:29:22.521Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14688051138410763635tmp [2023-04-10T04:29:22.530Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8708005929303819981tmp [2023-04-10T04:29:22.540Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16739626524129503326tmp [Pipeline] { [Pipeline] echo [2023-04-10T04:29:22.555Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:22.832Z] ---> sigul-configuration.sh [2023-04-10T04:29:22.832Z] gpg: directory `/root/.gnupg' created [2023-04-10T04:29:22.832Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-10T04:29:22.832Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-10T04:29:22.832Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-10T04:29:22.832Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-10T04:29:22.832Z] gpg: CAST5 encrypted data [2023-04-10T04:29:22.832Z] gpg: encrypted with 1 passphrase [2023-04-10T04:29:22.832Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-10T04:29:23.117Z] + mkdir /home/jenkins [2023-04-10T04:29:23.117Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-10T04:29:23.401Z] + 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-04-10T04:29:23.410Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:23.698Z] ---> sigul-install.sh [2023-04-10T04:29:23.698Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-10T04:29:23.983Z] + git tag --list [2023-04-10T04:29:23.983Z] v1.0.0 [2023-04-10T04:29:23.983Z] v1.1.0 [2023-04-10T04:29:23.983Z] v1.1.1 [2023-04-10T04:29:23.983Z] v1.2.1 [2023-04-10T04:29:23.983Z] v1.2.2 [2023-04-10T04:29:23.983Z] v1.2.3 [2023-04-10T04:29:23.983Z] v1.3.0 [2023-04-10T04:29:23.983Z] v1.3.1 [2023-04-10T04:29:23.983Z] v2.0.0 [2023-04-10T04:29:23.983Z] v2.1.0 [2023-04-10T04:29:23.983Z] v2.1.1 [2023-04-10T04:29:23.983Z] v2.1.1-dev.1 [2023-04-10T04:29:23.983Z] v2.1.1-dev.2 [2023-04-10T04:29:23.983Z] v2.2.0 [2023-04-10T04:29:23.983Z] v2.2.1-dev.1 [2023-04-10T04:29:23.983Z] v2.2.1-dev.2 [2023-04-10T04:29:23.983Z] v2.2.1-dev.3 [2023-04-10T04:29:23.983Z] v2.2.1-dev.4 [2023-04-10T04:29:23.983Z] v2.2.1-dev.5 [2023-04-10T04:29:23.983Z] v2.2.1-dev.6 [2023-04-10T04:29:23.983Z] v2.2.1-dev.7 [2023-04-10T04:29:23.983Z] v2.2.1-dev.8 [2023-04-10T04:29:23.983Z] v2.3.0 [2023-04-10T04:29:23.983Z] v2.3.0-dev.10 [2023-04-10T04:29:23.983Z] v2.3.0-dev.11 [2023-04-10T04:29:23.983Z] v2.3.0-dev.12 [2023-04-10T04:29:23.983Z] v2.3.0-dev.13 [2023-04-10T04:29:23.983Z] v2.3.0-dev.14 [2023-04-10T04:29:23.983Z] v2.3.0-dev.15 [2023-04-10T04:29:23.983Z] v2.3.0-dev.16 [2023-04-10T04:29:23.983Z] v2.3.0-dev.17 [2023-04-10T04:29:23.983Z] v2.3.0-dev.18 [2023-04-10T04:29:23.983Z] v2.3.0-dev.19 [2023-04-10T04:29:23.983Z] v2.3.0-dev.20 [2023-04-10T04:29:23.983Z] v2.3.0-dev.21 [2023-04-10T04:29:23.983Z] v2.3.0-dev.22 [2023-04-10T04:29:23.983Z] v2.3.0-dev.23 [2023-04-10T04:29:23.983Z] v2.3.0-dev.24 [2023-04-10T04:29:23.983Z] v2.3.0-dev.25 [2023-04-10T04:29:23.983Z] v2.3.0-dev.26 [2023-04-10T04:29:23.983Z] v2.3.0-dev.27 [2023-04-10T04:29:23.983Z] v2.3.0-dev.28 [2023-04-10T04:29:23.983Z] v2.3.0-dev.29 [2023-04-10T04:29:23.983Z] v2.3.0-dev.30 [2023-04-10T04:29:23.983Z] v2.3.0-dev.8 [2023-04-10T04:29:23.983Z] v2.3.0-dev.9 [2023-04-10T04:29:23.983Z] v3.0.0-dev.1 [2023-04-10T04:29:23.983Z] v3.0.0-dev.10 [2023-04-10T04:29:23.983Z] v3.0.0-dev.11 [2023-04-10T04:29:23.983Z] v3.0.0-dev.12 [2023-04-10T04:29:23.983Z] v3.0.0-dev.13 [2023-04-10T04:29:23.983Z] v3.0.0-dev.14 [2023-04-10T04:29:23.983Z] v3.0.0-dev.15 [2023-04-10T04:29:23.983Z] v3.0.0-dev.16 [2023-04-10T04:29:23.983Z] v3.0.0-dev.17 [2023-04-10T04:29:23.983Z] v3.0.0-dev.18 [2023-04-10T04:29:23.983Z] v3.0.0-dev.19 [2023-04-10T04:29:23.983Z] v3.0.0-dev.2 [2023-04-10T04:29:23.983Z] v3.0.0-dev.20 [2023-04-10T04:29:23.983Z] v3.0.0-dev.21 [2023-04-10T04:29:23.983Z] v3.0.0-dev.22 [2023-04-10T04:29:23.983Z] v3.0.0-dev.23 [2023-04-10T04:29:23.983Z] v3.0.0-dev.24 [2023-04-10T04:29:23.983Z] v3.0.0-dev.25 [2023-04-10T04:29:23.983Z] v3.0.0-dev.26 [2023-04-10T04:29:23.983Z] v3.0.0-dev.27 [2023-04-10T04:29:23.983Z] v3.0.0-dev.28 [2023-04-10T04:29:23.983Z] v3.0.0-dev.3 [2023-04-10T04:29:23.983Z] v3.0.0-dev.4 [2023-04-10T04:29:23.983Z] v3.0.0-dev.5 [2023-04-10T04:29:23.983Z] v3.0.0-dev.6 [2023-04-10T04:29:23.983Z] v3.0.0-dev.7 [2023-04-10T04:29:23.983Z] v3.0.0-dev.8 [2023-04-10T04:29:23.983Z] v3.0.0-dev.9 [Pipeline] sh [2023-04-10T04:29:24.271Z] + lftools sign git-tag v3.0.0-dev.28 [2023-04-10T04:29:24.838Z] Signing Git tag with Sigul... [2023-04-10T04:29:24.838Z] Signing v3.0.0-dev.28 [Pipeline] echo [2023-04-10T04:29:25.106Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:25.389Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-10T04:29:25.396Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-10T04:29:25.416Z] $ docker stop --time=1 3276ee52664a2c954e6f1bb78f45984ca33e8e38706d87df011b087831bdded8 [2023-04-10T04:29:26.699Z] $ docker rm -f --volumes 3276ee52664a2c954e6f1bb78f45984ca33e8e38706d87df011b087831bdded8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-10T04:29:27.098Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-10T04:29:27.099Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:29:27.395Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T04:29:27.395Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:29:27.464Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:29:27.496Z] $ 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-04-10T04:29:27.813Z] $ docker top 9a3887512cce88df185932fd591a4443d6a2034bbd2eb847dc6bc64c89488bc8 -eo pid,comm [2023-04-10T04:29:27.859Z] 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-04-10T04:29:27.859Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-10T04:29:27.901Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T04:29:27.901Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T04:29:28.009Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T04:29:28.016Z] $ docker exec 9a3887512cce88df185932fd591a4443d6a2034bbd2eb847dc6bc64c89488bc8 ssh-agent [2023-04-10T04:29:28.125Z] SSH_AUTH_SOCK=/tmp/ssh-WGqLVLe2J4Mz/agent.32 [2023-04-10T04:29:28.125Z] SSH_AGENT_PID=38 [2023-04-10T04:29:28.130Z] Running ssh-add (command line suppressed) [2023-04-10T04:29:28.237Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11773638892449177390.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_11773638892449177390.key) [2023-04-10T04:29:28.248Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T04:29:28.535Z] + git semver bump pre [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,712 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,712 [bump_version] DEBUG bumping version:3.0.0-dev.28 on axis:pre with prefix:dev [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,712 [bump_version] DEBUG bumped version:3.0.0-dev.29 [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,712 [write_version] DEBUG write version:3.0.0-dev.29 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,713 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,713 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,714 [execute] INFO git cat-file --batch-check [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,715 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,720 [execute] INFO git cat-file --batch [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,720 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-10T04:29:28.794Z] 2023-04-10 04:29:28,727 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:29:28.794Z] 3.0.0-dev.29 [Pipeline] } [2023-04-10T04:29:28.810Z] $ docker exec --env ******** --env ******** 9a3887512cce88df185932fd591a4443d6a2034bbd2eb847dc6bc64c89488bc8 ssh-agent -k [2023-04-10T04:29:28.906Z] unset SSH_AUTH_SOCK; [2023-04-10T04:29:28.907Z] unset SSH_AGENT_PID; [2023-04-10T04:29:28.907Z] echo Agent pid 38 killed; [2023-04-10T04:29:28.914Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-10T04:29:29.217Z] + git semver [Pipeline] } [2023-04-10T04:29:29.490Z] $ docker stop --time=1 9a3887512cce88df185932fd591a4443d6a2034bbd2eb847dc6bc64c89488bc8 [2023-04-10T04:29:30.778Z] $ docker rm -f --volumes 9a3887512cce88df185932fd591a4443d6a2034bbd2eb847dc6bc64c89488bc8 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-10T04:29:31.107Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-10T04:29:31.107Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:29:31.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-10T04:29:31.406Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:29:31.483Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:29:31.519Z] $ 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-04-10T04:29:31.862Z] $ docker top 9c61c3c0614cb01152eaa33f0b4ab90d0493b9af846f02d7ada4ba591cfabeb1 -eo pid,comm [2023-04-10T04:29:31.907Z] 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-04-10T04:29:31.907Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-10T04:29:31.944Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-10T04:29:31.944Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-10T04:29:32.062Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-10T04:29:32.069Z] $ docker exec 9c61c3c0614cb01152eaa33f0b4ab90d0493b9af846f02d7ada4ba591cfabeb1 ssh-agent [2023-04-10T04:29:32.192Z] SSH_AUTH_SOCK=/tmp/ssh-caSL8HivEr4w/agent.31 [2023-04-10T04:29:32.192Z] SSH_AGENT_PID=37 [2023-04-10T04:29:32.197Z] Running ssh-add (command line suppressed) [2023-04-10T04:29:32.292Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1937784051515782832.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1937784051515782832.key) [2023-04-10T04:29:32.300Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-10T04:29:32.588Z] + git semver push [2023-04-10T04:29:32.848Z] 2023-04-10 04:29:32,751 [run_push] DEBUG push [2023-04-10T04:29:32.848Z] 2023-04-10 04:29:32,752 [execute] INFO git cat-file --batch-check [2023-04-10T04:29:32.848Z] 2023-04-10 04:29:32,752 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-10T04:29:32.848Z] 2023-04-10 04:29:32,755 [execute] INFO git rev-list 8d87c3dc0633f9c938a2ee2f7c9af3c873b9cc6e -- [2023-04-10T04:29:32.848Z] 2023-04-10 04:29:32,756 [execute] DEBUG Popen(['git', 'rev-list', '8d87c3dc0633f9c938a2ee2f7c9af3c873b9cc6e', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-10T04:29:32.848Z] 2023-04-10 04:29:32,764 [execute] INFO git fetch -v origin [2023-04-10T04:29:32.848Z] 2023-04-10 04:29:32,764 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-10T04:29:33.417Z] 2023-04-10 04:29:33,229 [run_push] DEBUG no remote changes detected [2023-04-10T04:29:33.417Z] 2023-04-10 04:29:33,230 [execute] INFO git push origin semver [2023-04-10T04:29:33.417Z] 2023-04-10 04:29:33,230 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-10T04:29:33.985Z] 2023-04-10 04:29:33,965 [run_push] DEBUG push all version tags [2023-04-10T04:29:33.985Z] 2023-04-10 04:29:33,966 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-10T04:29:33.985Z] 2023-04-10 04:29:33,966 [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-04-10T04:29:34.920Z] 2023-04-10 04:29:34,709 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-04-10T04:29:34.920Z] 3.0.0-dev.29 [Pipeline] } [2023-04-10T04:29:34.934Z] $ docker exec --env ******** --env ******** 9c61c3c0614cb01152eaa33f0b4ab90d0493b9af846f02d7ada4ba591cfabeb1 ssh-agent -k [2023-04-10T04:29:35.049Z] unset SSH_AUTH_SOCK; [2023-04-10T04:29:35.049Z] unset SSH_AGENT_PID; [2023-04-10T04:29:35.049Z] echo Agent pid 37 killed; [2023-04-10T04:29:35.055Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-10T04:29:35.356Z] + git semver [Pipeline] } [2023-04-10T04:29:35.631Z] $ docker stop --time=1 9c61c3c0614cb01152eaa33f0b4ab90d0493b9af846f02d7ada4ba591cfabeb1 [2023-04-10T04:29:36.868Z] $ docker rm -f --volumes 9c61c3c0614cb01152eaa33f0b4ab90d0493b9af846f02d7ada4ba591cfabeb1 [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-04-10T04:29:37.436Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2023-04-10T04:29:37.436Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-04-10T04:29:37.436Z] total 16 [2023-04-10T04:29:37.436Z] drwxr-xr-x 3 root root 4096 Apr 10 04:20 . [2023-04-10T04:29:37.436Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 10 04:29 .. [2023-04-10T04:29:37.436Z] drwxr-xr-x 2 root root 4096 Apr 10 04:20 cost [2023-04-10T04:29:37.436Z] -rw-r--r-- 1 root root 89 Apr 10 04:20 cost.csv [2023-04-10T04:29:37.436Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2023-04-10T04:29:37.436Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-04-10T04:29:37.436Z] total 16 [2023-04-10T04:29:37.436Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 10 04:20 . [2023-04-10T04:29:37.436Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 10 04:29 .. [2023-04-10T04:29:37.436Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 10 04:20 cost [2023-04-10T04:29:37.436Z] -rw-r--r-- 1 jenkins jenkins 89 Apr 10 04:20 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:37.831Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:38.759Z] ---> package-listing.sh [2023-04-10T04:29:38.759Z] ++ facter osfamily [2023-04-10T04:29:38.759Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-10T04:29:39.017Z] + OS_FAMILY=debian [2023-04-10T04:29:39.017Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2023-04-10T04:29:39.017Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-10T04:29:39.017Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-10T04:29:39.017Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-10T04:29:39.017Z] + PACKAGES=/tmp/packages_start.txt [2023-04-10T04:29:39.017Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-04-10T04:29:39.017Z] + PACKAGES=/tmp/packages_end.txt [2023-04-10T04:29:39.017Z] + case "${OS_FAMILY}" in [2023-04-10T04:29:39.017Z] + dpkg -l [2023-04-10T04:29:39.017Z] + grep '^ii' [2023-04-10T04:29:39.017Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-10T04:29:39.017Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-10T04:29:39.017Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-10T04:29:39.017Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-04-10T04:29:39.017Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2023-04-10T04:29:39.017Z] + 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-04-10T04:29:39.027Z] 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-04-10T04:29:39.303Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-10T04:29:39.858Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-10T04:29:39.858Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-10T04:29:39.929Z] prd-ubuntu20.04-docker-8c-8g-7270 does not seem to be running inside a container [2023-04-10T04:29:39.960Z] $ 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-04-10T04:29:40.165Z] $ docker top e552a9d83e3fa3623ae31924286258c47fedbbe7954dbff89a95fbfe54346937 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-10T04:29:40.591Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-10T04:29:40.877Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-10T04:29:41.158Z] + ls /var/log/sa-host [2023-04-10T04:29:41.158Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-10T04:29:41.300Z] provisioning config files... [2023-04-10T04:29:41.309Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config10658333723649893818tmp [Pipeline] { [Pipeline] echo [2023-04-10T04:29:41.323Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:41.708Z] ---> create-netrc.sh [Pipeline] } [2023-04-10T04:29:41.715Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:42.039Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-10T04:29:42.047Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:42.326Z] ---> sudo-logs.sh [2023-04-10T04:29:42.326Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-10T04:29:42.352Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:42.639Z] ---> job-cost.sh [2023-04-10T04:29:42.639Z] lf-activate-venv: SKIPPING [2023-04-10T04:29:42.639Z] DEBUG: total: 0.2199999988079071 [2023-04-10T04:29:42.639Z] INFO: Retrieving Stack Cost... [2023-04-10T04:29:42.897Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-10T04:29:43.464Z] INFO: Archiving Costs [Pipeline] echo [2023-04-10T04:29:43.474Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-10T04:29:43.757Z] ---> logs-deploy.sh [2023-04-10T04:29:43.757Z] lf-activate-venv: SKIPPING [2023-04-10T04:29:43.757Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/100 [2023-04-10T04:29:43.757Z] INFO: archiving workspace using pattern(s): [2023-04-10T04:29:44.696Z] Archives upload complete. [2023-04-10T04:29:44.696Z] INFO: archiving logs to Nexus