Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3bb026eb44965f8cd89cc0032dcda78f92059a39 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-ssh3768773985569197067.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh5065886785959746598.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 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh6331634447921154472.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh11635996287161490234.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-ssh10493605971622343867.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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Running on prd-ubuntu20.04-docker-8c-8g-6445 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 3bb026eb44965f8cd89cc0032dcda78f92059a39 (main) Commit message: "Merge pull request #481 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.27" > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3bb026eb44965f8cd89cc0032dcda78f92059a39 # timeout=10 > git rev-list --no-walk b84fa34e0b11c1ec26c6ceaca31148e20eaa0441 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-25T11:33:00.710Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-25T11:33:00.777Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-25T11:33:00.804Z] ========================================================= [2024-07-25T11:33:00.804Z] EdgeX Global Pipelines Version Info [2024-07-25T11:33:00.804Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:33:01.910Z] ------------------- [2024-07-25T11:33:01.910Z] stable info: [2024-07-25T11:33:01.910Z] ------------------- [2024-07-25T11:33:01.910Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-25T11:33:01.910Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-25T11:33:01.910Z] Message: update stable to v1.0.260 [2024-07-25T11:33:02.171Z] ------------------- [2024-07-25T11:33:02.171Z] experimental info: [2024-07-25T11:33:02.171Z] ------------------- [2024-07-25T11:33:02.171Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-25T11:33:02.171Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-25T11:33:02.171Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-25T11:33:02.260Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2024-07-25T11:33:02.282Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2024-07-25T11:33:02.305Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-25T11:33:02.328Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-25T11:33:02.353Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-25T11:33:02.383Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-25T11:33:02.412Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-25T11:33:02.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-25T11:33:02.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-25T11:33:02.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-25T11:33:02.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-25T11:33:02.533Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2024-07-25T11:33:02.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-25T11:33:02.572Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-25T11:33:02.598Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-25T11:33:02.623Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-25T11:33:02.646Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-25T11:33:02.683Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-25T11:33:02.710Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-25T11:33:02.735Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-25T11:33:02.760Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-25T11:33:02.779Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-25T11:33:02.801Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-25T11:33:02.828Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-25T11:33:02.852Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-25T11:33:02.878Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-25T11:33:02.904Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-25T11:33:02.930Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-25T11:33:02.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-25T11:33:02.980Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-25T11:33:03.006Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3bb026eb44965f8cd89cc0032dcda78f92059a39 [Pipeline] echo [2024-07-25T11:33:03.035Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3bb026e [Pipeline] echo [2024-07-25T11:33:03.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-25T11:33:03.131Z] provisioning config files... [2024-07-25T11:33:03.144Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13941378512054436749tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:33:03.480Z] ---> ****-login.sh [2024-07-25T11:33:03.480Z] nexus3.edgexfoundry.org:10001 [2024-07-25T11:33:03.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:03.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:03.739Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:03.739Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:03.739Z] [2024-07-25T11:33:03.739Z] Login Succeeded [2024-07-25T11:33:03.739Z] nexus3.edgexfoundry.org:10002 [2024-07-25T11:33:03.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:03.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:03.998Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:03.998Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:03.998Z] [2024-07-25T11:33:03.998Z] Login Succeeded [2024-07-25T11:33:03.998Z] nexus3.edgexfoundry.org:10003 [2024-07-25T11:33:03.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:03.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:03.998Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:03.998Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:03.998Z] [2024-07-25T11:33:03.998Z] Login Succeeded [2024-07-25T11:33:03.998Z] nexus3.edgexfoundry.org:10004 [2024-07-25T11:33:03.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:03.998Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:03.998Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:03.998Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:03.998Z] [2024-07-25T11:33:03.998Z] Login Succeeded [2024-07-25T11:33:03.998Z] ****.io [2024-07-25T11:33:04.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:04.518Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:04.518Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:04.518Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:04.518Z] [2024-07-25T11:33:04.518Z] Login Succeeded [2024-07-25T11:33:04.518Z] ---> ****-login.sh ends [Pipeline] } [2024-07-25T11:33:04.526Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-25T11:33:04.953Z] + git rev-list -1 --merges 3bb026eb44965f8cd89cc0032dcda78f92059a39~1..3bb026eb44965f8cd89cc0032dcda78f92059a39 [Pipeline] echo [2024-07-25T11:33:04.982Z] -----------> git rev-list -1 --merges 3bb026eb44965f8cd89cc0032dcda78f92059a39~1..3bb026eb44965f8cd89cc0032dcda78f92059a39 3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:33:04.982Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39 [false] [Pipeline] sh [2024-07-25T11:33:05.285Z] + git log --format=format:%s -1 3bb026eb44965f8cd89cc0032dcda78f92059a39 [Pipeline] echo [2024-07-25T11:33:05.302Z] ========================================================= [2024-07-25T11:33:05.302Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-25T11:33:05.302Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-25T11:33:05.656Z] + git log --format=format:%s -1 3bb026eb44965f8cd89cc0032dcda78f92059a39 [Pipeline] echo [2024-07-25T11:33:05.670Z] [semverPrep] GIT_COMMIT: 3bb026eb44965f8cd89cc0032dcda78f92059a39, Commit Message: Merge pull request #481 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.27 [Pipeline] echo [2024-07-25T11:33:05.689Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-25T11:33:06.081Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-25T11:33:06.082Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-25T11:33:06.082Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-25T11:33:06.082Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-25T11:33:06.082Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-25T11:33:06.082Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-25T11:33:06.082Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:33:06.524Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-25T11:33:06.524Z] [2024-07-25T11:33:06.524Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:33:06.839Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-25T11:33:06.839Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-25T11:33:06.839Z] b85a868b505f: Pulling fs layer [2024-07-25T11:33:06.839Z] e2be974225ed: Pulling fs layer [2024-07-25T11:33:06.839Z] 339a4e72a1f5: Pulling fs layer [2024-07-25T11:33:06.839Z] 988bab9f4d93: Pulling fs layer [2024-07-25T11:33:06.839Z] 1469e6f7b9e6: Pulling fs layer [2024-07-25T11:33:06.839Z] eaf3925da568: Pulling fs layer [2024-07-25T11:33:06.839Z] bab4dde63d76: Pulling fs layer [2024-07-25T11:33:06.839Z] bde34c3a00c8: Pulling fs layer [2024-07-25T11:33:06.839Z] b352a97aabf1: Pulling fs layer [2024-07-25T11:33:06.839Z] 4872d77fe225: Pulling fs layer [2024-07-25T11:33:06.839Z] 5851b861e8e6: Pulling fs layer [2024-07-25T11:33:06.839Z] eaf3925da568: Waiting [2024-07-25T11:33:06.839Z] bab4dde63d76: Waiting [2024-07-25T11:33:06.839Z] 988bab9f4d93: Waiting [2024-07-25T11:33:06.839Z] 4872d77fe225: Waiting [2024-07-25T11:33:06.839Z] 5851b861e8e6: Waiting [2024-07-25T11:33:06.839Z] b352a97aabf1: Waiting [2024-07-25T11:33:06.839Z] 1469e6f7b9e6: Waiting [2024-07-25T11:33:06.839Z] bde34c3a00c8: Waiting [2024-07-25T11:33:06.839Z] e2be974225ed: Download complete [2024-07-25T11:33:06.839Z] 988bab9f4d93: Verifying Checksum [2024-07-25T11:33:06.839Z] 988bab9f4d93: Download complete [2024-07-25T11:33:06.839Z] 1469e6f7b9e6: Verifying Checksum [2024-07-25T11:33:06.839Z] 1469e6f7b9e6: Download complete [2024-07-25T11:33:06.839Z] 339a4e72a1f5: Verifying Checksum [2024-07-25T11:33:06.839Z] 339a4e72a1f5: Download complete [2024-07-25T11:33:06.839Z] eaf3925da568: Download complete [2024-07-25T11:33:06.839Z] bde34c3a00c8: Verifying Checksum [2024-07-25T11:33:06.839Z] bde34c3a00c8: Download complete [2024-07-25T11:33:07.099Z] b352a97aabf1: Verifying Checksum [2024-07-25T11:33:07.099Z] b352a97aabf1: Download complete [2024-07-25T11:33:07.099Z] 4872d77fe225: Verifying Checksum [2024-07-25T11:33:07.099Z] 4872d77fe225: Download complete [2024-07-25T11:33:07.099Z] 5851b861e8e6: Verifying Checksum [2024-07-25T11:33:07.099Z] 5851b861e8e6: Download complete [2024-07-25T11:33:07.099Z] b85a868b505f: Download complete [2024-07-25T11:33:07.358Z] bab4dde63d76: Verifying Checksum [2024-07-25T11:33:07.358Z] bab4dde63d76: Download complete [2024-07-25T11:33:08.299Z] b85a868b505f: Pull complete [2024-07-25T11:33:08.564Z] e2be974225ed: Pull complete [2024-07-25T11:33:08.827Z] 339a4e72a1f5: Pull complete [2024-07-25T11:33:09.087Z] 988bab9f4d93: Pull complete [2024-07-25T11:33:09.353Z] 1469e6f7b9e6: Pull complete [2024-07-25T11:33:09.353Z] eaf3925da568: Pull complete [2024-07-25T11:33:11.255Z] bab4dde63d76: Pull complete [2024-07-25T11:33:11.255Z] bde34c3a00c8: Pull complete [2024-07-25T11:33:11.255Z] b352a97aabf1: Pull complete [2024-07-25T11:33:11.513Z] 4872d77fe225: Pull complete [2024-07-25T11:33:11.513Z] 5851b861e8e6: Pull complete [2024-07-25T11:33:11.513Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-25T11:33:11.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-25T11:33:11.513Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:33:11.655Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:33:11.683Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-25T11:33:15.428Z] $ docker top 221d961250c7c66aa4d35f4c695ea63c5384822d28f11ce435ac374cd6eb5486 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-25T11:33:15.542Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-25T11:33:15.542Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-25T11:33:15.659Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-25T11:33:15.658Z] $ docker exec 221d961250c7c66aa4d35f4c695ea63c5384822d28f11ce435ac374cd6eb5486 ssh-agent [2024-07-25T11:33:15.767Z] SSH_AUTH_SOCK=/tmp/ssh-FsVwXfOxaEAh/agent.32 [2024-07-25T11:33:15.767Z] SSH_AGENT_PID=38 [2024-07-25T11:33:15.774Z] Running ssh-add (command line suppressed) [2024-07-25T11:33:15.872Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14775433394143059663.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14775433394143059663.key) [2024-07-25T11:33:15.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-25T11:33:16.190Z] + git tag --points-at HEAD [Pipeline] } [2024-07-25T11:33:16.197Z] $ docker exec --env ******** --env ******** 221d961250c7c66aa4d35f4c695ea63c5384822d28f11ce435ac374cd6eb5486 ssh-agent -k [2024-07-25T11:33:16.298Z] unset SSH_AUTH_SOCK; [2024-07-25T11:33:16.298Z] unset SSH_AGENT_PID; [2024-07-25T11:33:16.298Z] echo Agent pid 38 killed; [2024-07-25T11:33:16.313Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-25T11:33:16.358Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-25T11:33:16.358Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-25T11:33:16.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-25T11:33:16.477Z] $ docker exec 221d961250c7c66aa4d35f4c695ea63c5384822d28f11ce435ac374cd6eb5486 ssh-agent [2024-07-25T11:33:16.594Z] SSH_AUTH_SOCK=/tmp/ssh-RD6JfQjobO0w/agent.70 [2024-07-25T11:33:16.594Z] SSH_AGENT_PID=76 [2024-07-25T11:33:16.599Z] Running ssh-add (command line suppressed) [2024-07-25T11:33:16.699Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4492977161423337026.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4492977161423337026.key) [2024-07-25T11:33:16.719Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-25T11:33:17.017Z] + git semver init [2024-07-25T11:33:17.277Z] 2024-07-25 11:33:17,200 [run_init] DEBUG init version:0.0.0 force:False [2024-07-25T11:33:17.277Z] 2024-07-25 11:33:17,201 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2024-07-25T11:33:17.277Z] 2024-07-25 11:33:17,202 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2024-07-25T11:33:17.277Z] 2024-07-25 11:33:17,202 [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) [2024-07-25T11:33:19.188Z] 2024-07-25 11:33:19,083 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2024-07-25T11:33:19.188Z] 2024-07-25 11:33:19,084 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2024-07-25T11:33:19.188Z] 2024-07-25 11:33:19,084 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:33:19.188Z] 2024-07-25 11:33:19,084 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:33:19.188Z] 3.2.0-dev.19 [Pipeline] } [2024-07-25T11:33:19.192Z] $ docker exec --env ******** --env ******** 221d961250c7c66aa4d35f4c695ea63c5384822d28f11ce435ac374cd6eb5486 ssh-agent -k [2024-07-25T11:33:19.292Z] unset SSH_AUTH_SOCK; [2024-07-25T11:33:19.292Z] unset SSH_AGENT_PID; [2024-07-25T11:33:19.292Z] echo Agent pid 76 killed; [2024-07-25T11:33:19.306Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-25T11:33:19.640Z] + git semver [Pipeline] } [2024-07-25T11:33:19.908Z] $ docker stop --time=1 221d961250c7c66aa4d35f4c695ea63c5384822d28f11ce435ac374cd6eb5486 [2024-07-25T11:33:21.211Z] $ docker rm -f --volumes 221d961250c7c66aa4d35f4c695ea63c5384822d28f11ce435ac374cd6eb5486 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-25T11:33:21.552Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-25T11:33:21.800Z] Stashed 1 file(s) [Pipeline] echo [2024-07-25T11:33:21.805Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.19 [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 [2024-07-25T11:33:21.983Z] provisioning config files... [2024-07-25T11:33:21.994Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11394244527687061919tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:33:22.304Z] ---> ****-login.sh [2024-07-25T11:33:22.304Z] nexus3.edgexfoundry.org:10001 [2024-07-25T11:33:22.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:22.304Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:22.304Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:22.304Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:22.304Z] [2024-07-25T11:33:22.304Z] Login Succeeded [2024-07-25T11:33:22.304Z] nexus3.edgexfoundry.org:10002 [2024-07-25T11:33:22.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:22.305Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:22.305Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:22.305Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:22.305Z] [2024-07-25T11:33:22.305Z] Login Succeeded [2024-07-25T11:33:22.305Z] nexus3.edgexfoundry.org:10003 [2024-07-25T11:33:22.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:22.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:22.564Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:22.564Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:22.564Z] [2024-07-25T11:33:22.564Z] Login Succeeded [2024-07-25T11:33:22.564Z] nexus3.edgexfoundry.org:10004 [2024-07-25T11:33:22.564Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:22.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:22.564Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:22.564Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:22.564Z] [2024-07-25T11:33:22.564Z] Login Succeeded [2024-07-25T11:33:22.564Z] ****.io [2024-07-25T11:33:22.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:33:22.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:33:22.828Z] Configure a credential helper to remove this warning. See [2024-07-25T11:33:22.828Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:33:22.828Z] [2024-07-25T11:33:22.828Z] Login Succeeded [2024-07-25T11:33:22.828Z] ---> ****-login.sh ends [Pipeline] } [2024-07-25T11:33:22.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-25T11:33:22.935Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-25T11:33:22.956Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-25T11:33:22.973Z] ========================================================= [2024-07-25T11:33:22.973Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-25T11:33:22.973Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:33:23.329Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-25T11:33:23.329Z] Sending build context to Docker daemon 37.55MB [2024-07-25T11:33:23.329Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-25T11:33:23.329Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-25T11:33:23.589Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-25T11:33:23.589Z] 619be1103602: Pulling fs layer [2024-07-25T11:33:23.589Z] 7862e08f4a3e: Pulling fs layer [2024-07-25T11:33:23.589Z] 5df492c9dc93: Pulling fs layer [2024-07-25T11:33:23.589Z] 7629e6793208: Pulling fs layer [2024-07-25T11:33:23.589Z] 4f4fb700ef54: Pulling fs layer [2024-07-25T11:33:23.589Z] fb5054dd5b73: Pulling fs layer [2024-07-25T11:33:23.589Z] eeca6798cff9: Pulling fs layer [2024-07-25T11:33:23.589Z] aa269ceb94a6: Pulling fs layer [2024-07-25T11:33:23.589Z] ada007ff1a6a: Pulling fs layer [2024-07-25T11:33:23.589Z] fb5054dd5b73: Waiting [2024-07-25T11:33:23.589Z] eeca6798cff9: Waiting [2024-07-25T11:33:23.589Z] aa269ceb94a6: Waiting [2024-07-25T11:33:23.589Z] ada007ff1a6a: Waiting [2024-07-25T11:33:23.589Z] 7629e6793208: Waiting [2024-07-25T11:33:23.589Z] 4f4fb700ef54: Waiting [2024-07-25T11:33:23.589Z] 7862e08f4a3e: Verifying Checksum [2024-07-25T11:33:23.589Z] 7862e08f4a3e: Download complete [2024-07-25T11:33:23.589Z] 7629e6793208: Verifying Checksum [2024-07-25T11:33:23.589Z] 7629e6793208: Download complete [2024-07-25T11:33:23.589Z] 4f4fb700ef54: Download complete [2024-07-25T11:33:23.589Z] 619be1103602: Verifying Checksum [2024-07-25T11:33:23.589Z] 619be1103602: Download complete [2024-07-25T11:33:23.589Z] fb5054dd5b73: Verifying Checksum [2024-07-25T11:33:23.589Z] fb5054dd5b73: Download complete [2024-07-25T11:33:23.589Z] eeca6798cff9: Verifying Checksum [2024-07-25T11:33:23.589Z] eeca6798cff9: Download complete [2024-07-25T11:33:23.848Z] 619be1103602: Pull complete [2024-07-25T11:33:23.848Z] ada007ff1a6a: Download complete [2024-07-25T11:33:23.848Z] 7862e08f4a3e: Pull complete [2024-07-25T11:33:24.108Z] 5df492c9dc93: Download complete [2024-07-25T11:33:24.367Z] aa269ceb94a6: Verifying Checksum [2024-07-25T11:33:24.367Z] aa269ceb94a6: Download complete [2024-07-25T11:33:27.657Z] 5df492c9dc93: Pull complete [2024-07-25T11:33:27.657Z] 7629e6793208: Pull complete [2024-07-25T11:33:27.657Z] 4f4fb700ef54: Pull complete [2024-07-25T11:33:27.657Z] fb5054dd5b73: Pull complete [2024-07-25T11:33:27.657Z] eeca6798cff9: Pull complete [2024-07-25T11:33:30.205Z] aa269ceb94a6: Pull complete [2024-07-25T11:33:30.778Z] ada007ff1a6a: Pull complete [2024-07-25T11:33:30.778Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-25T11:33:30.778Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-25T11:33:30.778Z] ---> f489d0715acc [2024-07-25T11:33:30.778Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-25T11:33:35.089Z] ---> Running in 264b9273ef7c [2024-07-25T11:33:35.349Z] Removing intermediate container 264b9273ef7c [2024-07-25T11:33:35.349Z] ---> 5fa2fda19a0e [2024-07-25T11:33:35.349Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-25T11:33:35.349Z] ---> Running in 6dc0dd703f61 [2024-07-25T11:33:35.349Z] Removing intermediate container 6dc0dd703f61 [2024-07-25T11:33:35.349Z] ---> f6b635d10511 [2024-07-25T11:33:35.349Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-07-25T11:33:35.349Z] ---> Running in b98ce24d3b40 [2024-07-25T11:33:35.609Z] Removing intermediate container b98ce24d3b40 [2024-07-25T11:33:35.609Z] ---> 2b76ca377999 [2024-07-25T11:33:35.609Z] Step 6/12 : WORKDIR /device-virtual-go [2024-07-25T11:33:35.609Z] ---> Running in a5e8bdac5c04 [2024-07-25T11:33:35.609Z] Removing intermediate container a5e8bdac5c04 [2024-07-25T11:33:35.609Z] ---> ea90b5610281 [2024-07-25T11:33:35.609Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-25T11:33:35.609Z] ---> Running in af40d7a1a0c1 [2024-07-25T11:33:35.869Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-25T11:33:36.130Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-25T11:33:36.390Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-07-25T11:33:36.390Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-07-25T11:33:36.390Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-07-25T11:33:36.390Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-07-25T11:33:36.390Z] Executing busybox-1.36.1-r5.trigger [2024-07-25T11:33:36.390Z] OK: 268 MiB in 56 packages [2024-07-25T11:33:36.932Z] Still waiting to schedule task [2024-07-25T11:33:36.932Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-25T11:33:36.960Z] Removing intermediate container af40d7a1a0c1 [2024-07-25T11:33:36.960Z] ---> 3a71f06429e8 [2024-07-25T11:33:36.960Z] Step 8/12 : COPY go.mod vendor* ./ [2024-07-25T11:33:37.221Z] ---> 5e55279f894e [2024-07-25T11:33:37.221Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-25T11:33:37.221Z] ---> Running in 499d961a24cb [2024-07-25T11:34:45.008Z] Removing intermediate container 499d961a24cb [2024-07-25T11:34:45.008Z] ---> b92f7e08172c [2024-07-25T11:34:45.008Z] Step 10/12 : COPY . . [2024-07-25T11:34:45.008Z] ---> ee19199b2071 [2024-07-25T11:34:45.008Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-25T11:34:45.008Z] ---> Running in d112a192fa7d [2024-07-25T11:34:45.008Z] Removing intermediate container d112a192fa7d [2024-07-25T11:34:45.008Z] ---> 06ce8910296a [2024-07-25T11:34:45.008Z] Step 12/12 : RUN $MAKE [2024-07-25T11:34:45.008Z] ---> Running in 6a1c6c25b85e [2024-07-25T11:34:45.008Z] noop [2024-07-25T11:34:45.008Z] Removing intermediate container 6a1c6c25b85e [2024-07-25T11:34:45.008Z] ---> da461bbdc31c [2024-07-25T11:34:45.008Z] Successfully built da461bbdc31c [2024-07-25T11:34:45.008Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:34:45.358Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-25T11:34:45.358Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:34:45.438Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:34:45.463Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-25T11:34:45.807Z] $ docker top 2419d0931e08995f5adf0f9ac3ce7a085737f5b654a599fd0aaa22bd236af90f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-25T11:34:46.164Z] + go version [2024-07-25T11:34:46.165Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-25T11:34:46.173Z] $ docker stop --time=1 2419d0931e08995f5adf0f9ac3ce7a085737f5b654a599fd0aaa22bd236af90f [2024-07-25T11:34:47.447Z] $ docker rm -f --volumes 2419d0931e08995f5adf0f9ac3ce7a085737f5b654a599fd0aaa22bd236af90f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:34:47.922Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-25T11:34:47.922Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:34:48.005Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:34:48.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 ******** ci-base-image-x86_64 cat [2024-07-25T11:34:48.382Z] $ docker top 573c455552a58df85bdd2b9df1a53e412f63149f480ea55fdf22ff68654cb253 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-25T11:34:48.757Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2024-07-25T11:34:49.059Z] + make test [2024-07-25T11:34:49.059Z] go test ./... -coverprofile=coverage.out [2024-07-25T11:34:50.965Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2024-07-25T11:35:09.056Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2024-07-25T11:35:09.056Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.012s coverage: 58.4% of statements [2024-07-25T11:35:16.036Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6447 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2024-07-25T11:35:16.058Z] Running in /w/workspace/device-virtual-go/175 [Pipeline] { [Pipeline] checkout [2024-07-25T11:35:19.016Z] go vet ./... [2024-07-25T11:35:19.117Z] The recommended git tool is: git [2024-07-25T11:35:23.201Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-25T11:35:23.201Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-25T11:35:23.201Z] ./bin/test-attribution-txt.sh [2024-07-25T11:35:23.201Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-07-25T11:35:23.218Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-25T11:35:23.229Z] $ docker stop --time=1 573c455552a58df85bdd2b9df1a53e412f63149f480ea55fdf22ff68654cb253 [2024-07-25T11:35:26.310Z] using credential edgex-jenkins-ssh [2024-07-25T11:35:26.341Z] Cloning the remote Git repository [2024-07-25T11:35:26.434Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2024-07-25T11:35:26.614Z] > git init /w/workspace/device-virtual-go/175 # timeout=10 [2024-07-25T11:35:26.943Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2024-07-25T11:35:26.945Z] > git --version # timeout=10 [2024-07-25T11:35:26.993Z] > git --version # 'git version 2.25.1' [2024-07-25T11:35:26.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-25T11:35:27.161Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-25T11:35:28.392Z] $ docker rm -f --volumes 573c455552a58df85bdd2b9df1a53e412f63149f480ea55fdf22ff68654cb253 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-25T11:35:28.981Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-25T11:35:29.039Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-25T11:35:29.580Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-25T11:35:29.867Z] + ls -al . [2024-07-25T11:35:29.867Z] total 276 [2024-07-25T11:35:29.867Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 25 11:34 . [2024-07-25T11:35:29.867Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 25 11:32 .. [2024-07-25T11:35:29.867Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 25 11:35 .git [2024-07-25T11:35:29.867Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 11:32 .github [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 272 Jul 25 11:32 .gitignore [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 25 11:32 .golangci.yml [2024-07-25T11:35:29.867Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 25 11:33 .semver [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 17933 Jul 25 11:32 Attribution.txt [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 15941 Jul 25 11:32 CHANGELOG.md [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jul 25 11:32 Dockerfile [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 25 11:32 GOVERNANCE.md [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 660 Jul 25 11:32 Jenkinsfile [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 25 11:32 LICENSE [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 1953 Jul 25 11:32 Makefile [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 623 Jul 25 11:32 OWNERS.md [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 4103 Jul 25 11:32 README.md [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 25 11:33 VERSION [2024-07-25T11:35:29.867Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 25 11:32 bin [2024-07-25T11:35:29.867Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 11:32 cmd [2024-07-25T11:35:29.867Z] -rw-r--r-- 1 jenkins jenkins 43247 Jul 25 11:35 coverage.out [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 6923 Jul 25 11:32 go.mod [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 101673 Jul 25 11:32 go.sum [2024-07-25T11:35:29.867Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 11:32 internal [2024-07-25T11:35:29.867Z] -rw-rw-r-- 1 jenkins jenkins 235 Jul 25 11:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:35:30.292Z] + 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=3bb026eb44965f8cd89cc0032dcda78f92059a39 --label arch=amd64 --label version=3.2.0-dev.19 . [2024-07-25T11:35:30.292Z] Sending build context to Docker daemon 37.59MB [2024-07-25T11:35:30.292Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-07-25T11:35:30.292Z] Step 2/26 : FROM ${BASE} AS builder [2024-07-25T11:35:30.292Z] ---> da461bbdc31c [2024-07-25T11:35:30.292Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-25T11:35:30.792Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2024-07-25T11:35:30.811Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-25T11:35:31.249Z] ---> Running in ff3fac965497 [2024-07-25T11:35:31.249Z] Removing intermediate container ff3fac965497 [2024-07-25T11:35:31.249Z] ---> a9d95604a552 [2024-07-25T11:35:31.249Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-07-25T11:35:31.249Z] ---> Running in 4e5190438724 [2024-07-25T11:35:31.249Z] Removing intermediate container 4e5190438724 [2024-07-25T11:35:31.249Z] ---> e4e98eb2f31f [2024-07-25T11:35:31.249Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-07-25T11:35:31.249Z] ---> Running in f47d607d2be5 [2024-07-25T11:35:31.249Z] Removing intermediate container f47d607d2be5 [2024-07-25T11:35:31.249Z] ---> 08ee32dd814c [2024-07-25T11:35:31.249Z] Step 6/26 : WORKDIR /device-virtual-go [2024-07-25T11:35:31.249Z] ---> Running in b846c9811547 [2024-07-25T11:35:31.249Z] Removing intermediate container b846c9811547 [2024-07-25T11:35:31.249Z] ---> 0b86da99d8a3 [2024-07-25T11:35:31.249Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-25T11:35:31.249Z] ---> Running in 2e5b444d0f80 [2024-07-25T11:35:31.508Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-25T11:35:31.633Z] Avoid second fetch [2024-07-25T11:35:31.634Z] Checking out Revision 3bb026eb44965f8cd89cc0032dcda78f92059a39 (main) [2024-07-25T11:35:31.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-25T11:35:32.025Z] OK: 268 MiB in 56 packages [2024-07-25T11:35:32.212Z] Commit message: "Merge pull request #481 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.27" [2024-07-25T11:35:32.283Z] Removing intermediate container 2e5b444d0f80 [2024-07-25T11:35:32.283Z] ---> 9e5125ea154f [2024-07-25T11:35:32.283Z] Step 8/26 : COPY go.mod vendor* ./ [2024-07-25T11:35:32.541Z] ---> ea9e8b689b3d [2024-07-25T11:35:32.541Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-25T11:35:32.541Z] ---> Running in dde498e5e7f5 [2024-07-25T11:35:31.647Z] > git config core.sparsecheckout # timeout=10 [2024-07-25T11:35:31.711Z] > git checkout -f 3bb026eb44965f8cd89cc0032dcda78f92059a39 # timeout=10 [2024-07-25T11:35:33.107Z] Removing intermediate container dde498e5e7f5 [2024-07-25T11:35:33.107Z] ---> 8800d235a3b4 [2024-07-25T11:35:33.107Z] Step 10/26 : COPY . . [2024-07-25T11:35:34.042Z] ---> 725dd1b9c060 [2024-07-25T11:35:34.042Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-25T11:35:34.042Z] ---> Running in f471c373f386 [2024-07-25T11:35:34.301Z] Removing intermediate container f471c373f386 [2024-07-25T11:35:34.301Z] ---> 3fd772e785d5 [2024-07-25T11:35:34.301Z] Step 12/26 : RUN $MAKE [2024-07-25T11:35:34.301Z] ---> Running in 629d0606bfdb [2024-07-25T11:35:34.560Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.19 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.27" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-25T11:35:36.972Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-25T11:35:36.972Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-25T11:35:36.972Z] Dload Upload Total Spent Left Speed [2024-07-25T11:35:36.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 100k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh [2024-07-25T11:35:37.309Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-25T11:35:37.634Z] + + sudo jqsudo . += {"seccomp-profile": "/etc/docker/seccomp.json"} tee /etc/docker/daemon.json /etc/docker/daemon.new [2024-07-25T11:35:37.634Z] [2024-07-25T11:35:39.041Z] { [2024-07-25T11:35:39.041Z] "registry-mirrors": [ [2024-07-25T11:35:39.041Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-25T11:35:39.041Z] ], [2024-07-25T11:35:39.041Z] "bip": "10.250.0.254/24", [2024-07-25T11:35:39.041Z] "hosts": [ [2024-07-25T11:35:39.041Z] "tcp://0.0.0.0:5555", [2024-07-25T11:35:39.041Z] "unix:///var/run/docker.sock" [2024-07-25T11:35:39.041Z] ], [2024-07-25T11:35:39.041Z] "mtu": 1458, [2024-07-25T11:35:39.041Z] "selinux-enabled": true, [2024-07-25T11:35:39.041Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-25T11:35:39.041Z] } [Pipeline] sh [2024-07-25T11:35:39.366Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-25T11:35:39.688Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-25T11:35:57.926Z] provisioning config files... [2024-07-25T11:35:57.950Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/175@tmp/config13050204113884916381tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:35:58.387Z] ---> ****-login.sh [2024-07-25T11:35:58.387Z] nexus3.edgexfoundry.org:10001 [2024-07-25T11:35:58.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:35:58.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:35:58.930Z] Configure a credential helper to remove this warning. See [2024-07-25T11:35:58.930Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:35:58.930Z] [2024-07-25T11:35:58.930Z] Login Succeeded [2024-07-25T11:35:58.930Z] nexus3.edgexfoundry.org:10002 [2024-07-25T11:35:59.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:35:59.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:35:59.467Z] Configure a credential helper to remove this warning. See [2024-07-25T11:35:59.467Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:35:59.467Z] [2024-07-25T11:35:59.467Z] Login Succeeded [2024-07-25T11:35:59.467Z] nexus3.edgexfoundry.org:10003 [2024-07-25T11:35:59.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:35:59.738Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:35:59.738Z] Configure a credential helper to remove this warning. See [2024-07-25T11:35:59.738Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:35:59.738Z] [2024-07-25T11:35:59.738Z] Login Succeeded [2024-07-25T11:35:59.738Z] nexus3.edgexfoundry.org:10004 [2024-07-25T11:36:00.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:36:00.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:36:00.005Z] Configure a credential helper to remove this warning. See [2024-07-25T11:36:00.005Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:36:00.005Z] [2024-07-25T11:36:00.005Z] Login Succeeded [2024-07-25T11:36:00.005Z] ****.io [2024-07-25T11:36:00.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:36:00.542Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:36:00.542Z] Configure a credential helper to remove this warning. See [2024-07-25T11:36:00.542Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:36:00.542Z] [2024-07-25T11:36:00.542Z] Login Succeeded [2024-07-25T11:36:00.542Z] ---> ****-login.sh ends [Pipeline] } [2024-07-25T11:36:00.556Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-25T11:36:00.870Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-25T11:36:00.898Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-25T11:36:00.914Z] ========================================================= [2024-07-25T11:36:00.914Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-25T11:36:00.914Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:01.280Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-07-25T11:36:01.871Z] Sending build context to Docker daemon 18.96MB [2024-07-25T11:36:01.871Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-25T11:36:01.871Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-25T11:36:01.871Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-25T11:36:01.871Z] c6b39de5b339: Pulling fs layer [2024-07-25T11:36:01.871Z] a69c41024577: Pulling fs layer [2024-07-25T11:36:01.871Z] d6de4b400683: Pulling fs layer [2024-07-25T11:36:01.871Z] 35cb2a7552d0: Pulling fs layer [2024-07-25T11:36:01.871Z] 4f4fb700ef54: Pulling fs layer [2024-07-25T11:36:01.871Z] 464afbd9ba4c: Pulling fs layer [2024-07-25T11:36:01.871Z] 00f215d4a9da: Pulling fs layer [2024-07-25T11:36:01.871Z] 35cb2a7552d0: Waiting [2024-07-25T11:36:01.871Z] 4f4fb700ef54: Waiting [2024-07-25T11:36:01.871Z] 00f215d4a9da: Waiting [2024-07-25T11:36:01.871Z] 464afbd9ba4c: Waiting [2024-07-25T11:36:01.871Z] d496ad576159: Pulling fs layer [2024-07-25T11:36:02.145Z] a69c41024577: Verifying Checksum [2024-07-25T11:36:02.145Z] a69c41024577: Download complete [2024-07-25T11:36:02.145Z] 35cb2a7552d0: Verifying Checksum [2024-07-25T11:36:02.145Z] 35cb2a7552d0: Download complete [2024-07-25T11:36:02.145Z] 4f4fb700ef54: Verifying Checksum [2024-07-25T11:36:02.145Z] 4f4fb700ef54: Download complete [2024-07-25T11:36:02.145Z] 464afbd9ba4c: Verifying Checksum [2024-07-25T11:36:02.145Z] 464afbd9ba4c: Download complete [2024-07-25T11:36:02.145Z] c6b39de5b339: Download complete [2024-07-25T11:36:02.733Z] d496ad576159: Verifying Checksum [2024-07-25T11:36:02.733Z] d496ad576159: Download complete [2024-07-25T11:36:03.007Z] c6b39de5b339: Pull complete [2024-07-25T11:36:03.610Z] a69c41024577: Pull complete [2024-07-25T11:36:04.199Z] d6de4b400683: Verifying Checksum [2024-07-25T11:36:04.199Z] d6de4b400683: Download complete [2024-07-25T11:36:05.165Z] 00f215d4a9da: Verifying Checksum [2024-07-25T11:36:05.165Z] 00f215d4a9da: Download complete [2024-07-25T11:36:06.783Z] Removing intermediate container 629d0606bfdb [2024-07-25T11:36:06.783Z] ---> 675a1ba09537 [2024-07-25T11:36:06.783Z] Step 13/26 : FROM alpine:3.18 [2024-07-25T11:36:06.783Z] 3.18: Pulling from library/alpine [2024-07-25T11:36:06.783Z] 930bdd4d222e: Pulling fs layer [2024-07-25T11:36:06.783Z] 930bdd4d222e: Verifying Checksum [2024-07-25T11:36:06.783Z] 930bdd4d222e: Download complete [2024-07-25T11:36:06.783Z] 930bdd4d222e: Pull complete [2024-07-25T11:36:06.783Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-25T11:36:06.783Z] Status: Downloaded newer image for alpine:3.18 [2024-07-25T11:36:06.783Z] ---> 18f865063206 [2024-07-25T11:36:06.783Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2024-07-25T11:36:06.783Z] ---> Running in e2c8410b9adb [2024-07-25T11:36:06.783Z] Removing intermediate container e2c8410b9adb [2024-07-25T11:36:06.783Z] ---> 19cb48400a3a [2024-07-25T11:36:06.783Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-07-25T11:36:06.783Z] ---> Running in f0791d7b7aed [2024-07-25T11:36:06.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-25T11:36:06.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-25T11:36:06.783Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-25T11:36:06.783Z] Executing busybox-1.36.1-r7.trigger [2024-07-25T11:36:06.783Z] OK: 7 MiB in 16 packages [2024-07-25T11:36:06.783Z] Removing intermediate container f0791d7b7aed [2024-07-25T11:36:06.783Z] ---> 30e2ac8af79b [2024-07-25T11:36:06.783Z] Step 16/26 : RUN apk --no-cache upgrade [2024-07-25T11:36:06.783Z] ---> Running in cd79cec33d83 [2024-07-25T11:36:06.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-25T11:36:06.783Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-25T11:36:06.783Z] OK: 7 MiB in 16 packages [2024-07-25T11:36:06.783Z] Removing intermediate container cd79cec33d83 [2024-07-25T11:36:06.783Z] ---> 4b91112e55d4 [2024-07-25T11:36:06.783Z] Step 17/26 : WORKDIR / [2024-07-25T11:36:06.783Z] ---> Running in b64121e3b9d7 [2024-07-25T11:36:06.783Z] Removing intermediate container b64121e3b9d7 [2024-07-25T11:36:06.783Z] ---> 1007984453fd [2024-07-25T11:36:06.783Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2024-07-25T11:36:06.783Z] ---> c0121b9ce333 [2024-07-25T11:36:06.783Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2024-07-25T11:36:06.783Z] ---> 68577ebd465f [2024-07-25T11:36:06.783Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2024-07-25T11:36:07.719Z] ---> a97a1f10e5f0 [2024-07-25T11:36:07.720Z] Step 21/26 : EXPOSE 59900 [2024-07-25T11:36:07.720Z] ---> Running in 226840c9d622 [2024-07-25T11:36:07.720Z] Removing intermediate container 226840c9d622 [2024-07-25T11:36:07.720Z] ---> 9447a648f93e [2024-07-25T11:36:07.720Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2024-07-25T11:36:07.720Z] ---> Running in 55c3f0d1d07a [2024-07-25T11:36:07.720Z] Removing intermediate container 55c3f0d1d07a [2024-07-25T11:36:07.720Z] ---> d8319ba00c5c [2024-07-25T11:36:07.720Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-25T11:36:07.720Z] ---> Running in faad25af7a62 [2024-07-25T11:36:07.979Z] Removing intermediate container faad25af7a62 [2024-07-25T11:36:07.979Z] ---> 702429fcade2 [2024-07-25T11:36:07.979Z] Step 24/26 : LABEL arch=amd64 [2024-07-25T11:36:07.979Z] ---> Running in 358a7870ac29 [2024-07-25T11:36:07.979Z] Removing intermediate container 358a7870ac29 [2024-07-25T11:36:07.979Z] ---> 9243d4415125 [2024-07-25T11:36:07.979Z] Step 25/26 : LABEL git_sha=3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:36:07.979Z] ---> Running in 3c89a9694691 [2024-07-25T11:36:07.979Z] Removing intermediate container 3c89a9694691 [2024-07-25T11:36:07.979Z] ---> 7e02430f34b6 [2024-07-25T11:36:07.980Z] Step 26/26 : LABEL version=3.2.0-dev.19 [2024-07-25T11:36:07.980Z] ---> Running in 2693c4573aa8 [2024-07-25T11:36:08.239Z] Removing intermediate container 2693c4573aa8 [2024-07-25T11:36:08.239Z] ---> a020042f69f9 [2024-07-25T11:36:08.239Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-25T11:36:08.239Z] Successfully built a020042f69f9 [2024-07-25T11:36:08.239Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-25T11:36:08.396Z] provisioning config files... [2024-07-25T11:36:08.406Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11838889085415613037tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:36:08.718Z] ---> ****-login.sh [2024-07-25T11:36:08.718Z] nexus3.edgexfoundry.org:10001 [2024-07-25T11:36:08.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:36:08.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:36:08.718Z] Configure a credential helper to remove this warning. See [2024-07-25T11:36:08.718Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:36:08.718Z] [2024-07-25T11:36:08.718Z] Login Succeeded [2024-07-25T11:36:08.718Z] nexus3.edgexfoundry.org:10002 [2024-07-25T11:36:08.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:36:08.718Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:36:08.718Z] Configure a credential helper to remove this warning. See [2024-07-25T11:36:08.718Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:36:08.718Z] [2024-07-25T11:36:08.718Z] Login Succeeded [2024-07-25T11:36:08.718Z] nexus3.edgexfoundry.org:10003 [2024-07-25T11:36:08.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:36:08.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:36:08.977Z] Configure a credential helper to remove this warning. See [2024-07-25T11:36:08.977Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:36:08.977Z] [2024-07-25T11:36:08.977Z] Login Succeeded [2024-07-25T11:36:08.977Z] nexus3.edgexfoundry.org:10004 [2024-07-25T11:36:08.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:36:08.977Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:36:08.977Z] Configure a credential helper to remove this warning. See [2024-07-25T11:36:08.977Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:36:08.977Z] [2024-07-25T11:36:08.977Z] Login Succeeded [2024-07-25T11:36:08.977Z] ****.io [2024-07-25T11:36:08.977Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:36:09.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:36:09.236Z] Configure a credential helper to remove this warning. See [2024-07-25T11:36:09.236Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:36:09.236Z] [2024-07-25T11:36:09.236Z] Login Succeeded [2024-07-25T11:36:09.236Z] ---> ****-login.sh ends [Pipeline] } [2024-07-25T11:36:09.243Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-25T11:36:09.300Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-25T11:36:09.335Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2024-07-25T11:36:09.335Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:36:09.335Z] latest [2024-07-25T11:36:09.335Z] 3.2.0-dev.19 [2024-07-25T11:36:09.335Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19 [2024-07-25T11:36:09.335Z] main [2024-07-25T11:36:09.335Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:09.693Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3bb026eb44965f8cd89cc0032dcda78f92059a39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:10.029Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:36:10.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-25T11:36:10.029Z] c11fb36438db: Preparing [2024-07-25T11:36:10.029Z] 310bce01f6a5: Preparing [2024-07-25T11:36:10.029Z] 674337537b89: Preparing [2024-07-25T11:36:10.029Z] bcfdbf8f62e9: Preparing [2024-07-25T11:36:10.029Z] 136f092d5865: Preparing [2024-07-25T11:36:10.029Z] ce7f800efff9: Preparing [2024-07-25T11:36:10.029Z] ce7f800efff9: Waiting [2024-07-25T11:36:10.029Z] 674337537b89: Pushed [2024-07-25T11:36:10.029Z] 310bce01f6a5: Pushed [2024-07-25T11:36:10.029Z] 136f092d5865: Pushed [2024-07-25T11:36:10.029Z] ce7f800efff9: Layer already exists [2024-07-25T11:36:10.029Z] bcfdbf8f62e9: Pushed [2024-07-25T11:36:13.326Z] c11fb36438db: Pushed [2024-07-25T11:36:13.326Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39: digest: sha256:6b20e59f4b9eca73d2a61123459425627a02490fc6af2300b0ecd0845b4b747b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:13.672Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:14.000Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2024-07-25T11:36:14.000Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-25T11:36:14.000Z] c11fb36438db: Preparing [2024-07-25T11:36:14.000Z] 310bce01f6a5: Preparing [2024-07-25T11:36:14.000Z] 674337537b89: Preparing [2024-07-25T11:36:14.000Z] bcfdbf8f62e9: Preparing [2024-07-25T11:36:14.000Z] 136f092d5865: Preparing [2024-07-25T11:36:14.000Z] ce7f800efff9: Preparing [2024-07-25T11:36:14.000Z] ce7f800efff9: Waiting [2024-07-25T11:36:14.000Z] 136f092d5865: Layer already exists [2024-07-25T11:36:14.000Z] c11fb36438db: Layer already exists [2024-07-25T11:36:14.000Z] 310bce01f6a5: Layer already exists [2024-07-25T11:36:14.000Z] bcfdbf8f62e9: Layer already exists [2024-07-25T11:36:14.000Z] 674337537b89: Layer already exists [2024-07-25T11:36:14.000Z] ce7f800efff9: Layer already exists [2024-07-25T11:36:14.000Z] latest: digest: sha256:6b20e59f4b9eca73d2a61123459425627a02490fc6af2300b0ecd0845b4b747b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:14.329Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:14.657Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.19 [2024-07-25T11:36:14.657Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-25T11:36:14.657Z] c11fb36438db: Preparing [2024-07-25T11:36:14.657Z] 310bce01f6a5: Preparing [2024-07-25T11:36:14.657Z] 674337537b89: Preparing [2024-07-25T11:36:14.657Z] bcfdbf8f62e9: Preparing [2024-07-25T11:36:14.657Z] 136f092d5865: Preparing [2024-07-25T11:36:14.657Z] ce7f800efff9: Preparing [2024-07-25T11:36:14.657Z] ce7f800efff9: Waiting [2024-07-25T11:36:14.657Z] c11fb36438db: Layer already exists [2024-07-25T11:36:14.657Z] 310bce01f6a5: Layer already exists [2024-07-25T11:36:14.657Z] 136f092d5865: Layer already exists [2024-07-25T11:36:14.657Z] bcfdbf8f62e9: Layer already exists [2024-07-25T11:36:14.657Z] 674337537b89: Layer already exists [2024-07-25T11:36:14.657Z] ce7f800efff9: Layer already exists [2024-07-25T11:36:14.657Z] 3.2.0-dev.19: digest: sha256:6b20e59f4b9eca73d2a61123459425627a02490fc6af2300b0ecd0845b4b747b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:14.992Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:15.321Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19 [2024-07-25T11:36:15.321Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-25T11:36:15.321Z] c11fb36438db: Preparing [2024-07-25T11:36:15.321Z] 310bce01f6a5: Preparing [2024-07-25T11:36:15.321Z] 674337537b89: Preparing [2024-07-25T11:36:15.321Z] bcfdbf8f62e9: Preparing [2024-07-25T11:36:15.321Z] 136f092d5865: Preparing [2024-07-25T11:36:15.321Z] ce7f800efff9: Preparing [2024-07-25T11:36:15.321Z] ce7f800efff9: Waiting [2024-07-25T11:36:15.321Z] c11fb36438db: Layer already exists [2024-07-25T11:36:15.321Z] 310bce01f6a5: Layer already exists [2024-07-25T11:36:15.321Z] bcfdbf8f62e9: Layer already exists [2024-07-25T11:36:15.321Z] 674337537b89: Layer already exists [2024-07-25T11:36:15.321Z] 136f092d5865: Layer already exists [2024-07-25T11:36:15.321Z] ce7f800efff9: Layer already exists [2024-07-25T11:36:15.321Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19: digest: sha256:6b20e59f4b9eca73d2a61123459425627a02490fc6af2300b0ecd0845b4b747b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:15.666Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:15.988Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2024-07-25T11:36:15.988Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-25T11:36:15.988Z] c11fb36438db: Preparing [2024-07-25T11:36:15.988Z] 310bce01f6a5: Preparing [2024-07-25T11:36:15.988Z] 674337537b89: Preparing [2024-07-25T11:36:15.988Z] bcfdbf8f62e9: Preparing [2024-07-25T11:36:15.988Z] 136f092d5865: Preparing [2024-07-25T11:36:15.988Z] ce7f800efff9: Preparing [2024-07-25T11:36:15.988Z] ce7f800efff9: Waiting [2024-07-25T11:36:15.988Z] c11fb36438db: Layer already exists [2024-07-25T11:36:15.988Z] 674337537b89: Layer already exists [2024-07-25T11:36:15.988Z] 136f092d5865: Layer already exists [2024-07-25T11:36:15.988Z] bcfdbf8f62e9: Layer already exists [2024-07-25T11:36:15.988Z] 310bce01f6a5: Layer already exists [2024-07-25T11:36:15.988Z] ce7f800efff9: Layer already exists [2024-07-25T11:36:15.988Z] main: digest: sha256:6b20e59f4b9eca73d2a61123459425627a02490fc6af2300b0ecd0845b4b747b size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-25T11:36:16.066Z] ===================================================== [Pipeline] echo [2024-07-25T11:36:16.090Z] taggedImages: [2024-07-25T11:36:16.090Z] - nexus3.edgexfoundry.org:10004/device-virtual:3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:36:16.090Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2024-07-25T11:36:16.090Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.19 [2024-07-25T11:36:16.090Z] - nexus3.edgexfoundry.org:10004/device-virtual:3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19 [2024-07-25T11:36:16.090Z] - 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] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:16.518Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-25T11:36:16.518Z] [2024-07-25T11:36:16.518Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:36:16.829Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-25T11:36:16.829Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-25T11:36:16.829Z] 5eb5b503b376: Pulling fs layer [2024-07-25T11:36:16.829Z] 5c69ac0246d0: Pulling fs layer [2024-07-25T11:36:16.829Z] ec43610c2a17: Pulling fs layer [2024-07-25T11:36:16.829Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-25T11:36:16.829Z] 33b1e0a273af: Pulling fs layer [2024-07-25T11:36:16.829Z] 5d3b04190fa2: Pulling fs layer [2024-07-25T11:36:16.829Z] 2f39f015ded8: Pulling fs layer [2024-07-25T11:36:16.829Z] 3a2ae6a8a46f: Waiting [2024-07-25T11:36:16.829Z] 33b1e0a273af: Waiting [2024-07-25T11:36:16.829Z] 5d3b04190fa2: Waiting [2024-07-25T11:36:16.829Z] 5c69ac0246d0: Download complete [2024-07-25T11:36:16.829Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-25T11:36:16.829Z] 3a2ae6a8a46f: Download complete [2024-07-25T11:36:16.829Z] 33b1e0a273af: Verifying Checksum [2024-07-25T11:36:16.829Z] 33b1e0a273af: Download complete [2024-07-25T11:36:16.829Z] 5d3b04190fa2: Verifying Checksum [2024-07-25T11:36:16.829Z] 5d3b04190fa2: Download complete [2024-07-25T11:36:16.829Z] ec43610c2a17: Download complete [2024-07-25T11:36:17.089Z] 5eb5b503b376: Verifying Checksum [2024-07-25T11:36:17.089Z] 5eb5b503b376: Download complete [2024-07-25T11:36:17.477Z] d6de4b400683: Pull complete [2024-07-25T11:36:17.477Z] 35cb2a7552d0: Pull complete [2024-07-25T11:36:17.477Z] 4f4fb700ef54: Pull complete [2024-07-25T11:36:17.477Z] 464afbd9ba4c: Pull complete [2024-07-25T11:36:17.656Z] 2f39f015ded8: Download complete [2024-07-25T11:36:18.224Z] 5eb5b503b376: Pull complete [2024-07-25T11:36:18.224Z] 5c69ac0246d0: Pull complete [2024-07-25T11:36:18.794Z] ec43610c2a17: Pull complete [2024-07-25T11:36:18.794Z] 3a2ae6a8a46f: Pull complete [2024-07-25T11:36:19.052Z] 33b1e0a273af: Pull complete [2024-07-25T11:36:19.052Z] 5d3b04190fa2: Pull complete [2024-07-25T11:36:23.250Z] 2f39f015ded8: Pull complete [2024-07-25T11:36:23.250Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-25T11:36:23.250Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-25T11:36:23.250Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:36:23.360Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:36:23.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-25T11:36:25.696Z] 00f215d4a9da: Pull complete [2024-07-25T11:36:27.107Z] d496ad576159: Pull complete [2024-07-25T11:36:27.107Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-25T11:36:27.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-25T11:36:27.107Z] ---> f246e2811388 [2024-07-25T11:36:27.107Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-25T11:36:27.827Z] $ docker top b52da640c0106dde8b0efc38093e6791813601c4f29f6b51b95ba3fd4427b735 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:36:28.243Z] ---> job-cost.sh [2024-07-25T11:36:28.243Z] lf-activate-venv: SKIPPING [2024-07-25T11:36:28.243Z] INFO: No Stack... [2024-07-25T11:36:28.811Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-25T11:36:29.046Z] ---> Running in e6ecf72faaf3 [2024-07-25T11:36:29.070Z] INFO: Archiving Costs [Pipeline] sh [2024-07-25T11:36:29.313Z] Removing intermediate container e6ecf72faaf3 [2024-07-25T11:36:29.313Z] ---> f43c64f90e50 [2024-07-25T11:36:29.313Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-25T11:36:29.313Z] ---> Running in 1dd18d7e4a0c [2024-07-25T11:36:29.355Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2024-07-25T11:36:29.355Z] + cut -d, -f6 [Pipeline] lock [2024-07-25T11:36:29.370Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-175-stack-cost] [2024-07-25T11:36:29.379Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-175-stack-cost] did not exist. Created. [2024-07-25T11:36:29.387Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-175-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-25T11:36:29.581Z] Removing intermediate container 1dd18d7e4a0c [2024-07-25T11:36:29.581Z] ---> 3449db5d7004 [2024-07-25T11:36:29.581Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-07-25T11:36:29.581Z] ---> Running in 7d14ed1ac653 [2024-07-25T11:36:29.696Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-25T11:36:29.731Z] Stashed 1 file(s) [Pipeline] } [2024-07-25T11:36:29.742Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-175-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-25T11:36:29.765Z] $ docker stop --time=1 b52da640c0106dde8b0efc38093e6791813601c4f29f6b51b95ba3fd4427b735 [2024-07-25T11:36:29.858Z] Removing intermediate container 7d14ed1ac653 [2024-07-25T11:36:29.858Z] ---> 28fe1468e720 [2024-07-25T11:36:29.858Z] Step 6/12 : WORKDIR /device-virtual-go [2024-07-25T11:36:30.126Z] ---> Running in 7c718f02531b [2024-07-25T11:36:30.392Z] Removing intermediate container 7c718f02531b [2024-07-25T11:36:30.392Z] ---> 476ac496a8ea [2024-07-25T11:36:30.392Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-25T11:36:30.392Z] ---> Running in 218f4d7fb24f [2024-07-25T11:36:30.901Z] $ docker rm -f --volumes b52da640c0106dde8b0efc38093e6791813601c4f29f6b51b95ba3fd4427b735 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-25T11:36:31.802Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-25T11:36:32.070Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-25T11:36:33.031Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-07-25T11:36:33.031Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-07-25T11:36:33.031Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-07-25T11:36:33.031Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-07-25T11:36:33.031Z] Executing busybox-1.36.1-r5.trigger [2024-07-25T11:36:33.301Z] OK: 271 MiB in 56 packages [2024-07-25T11:36:34.265Z] Removing intermediate container 218f4d7fb24f [2024-07-25T11:36:34.265Z] ---> 71839ce51341 [2024-07-25T11:36:34.265Z] Step 8/12 : COPY go.mod vendor* ./ [2024-07-25T11:36:34.849Z] ---> 668a0bf53a32 [2024-07-25T11:36:34.849Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-25T11:36:34.849Z] ---> Running in 966b4d5e96f7 [2024-07-25T11:38:41.540Z] Removing intermediate container 966b4d5e96f7 [2024-07-25T11:38:41.540Z] ---> 3252fc7f0c07 [2024-07-25T11:38:41.540Z] Step 10/12 : COPY . . [2024-07-25T11:38:41.540Z] ---> 6ecc64269cca [2024-07-25T11:38:41.540Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-25T11:38:41.540Z] ---> Running in 94008ff8bad1 [2024-07-25T11:38:41.540Z] Removing intermediate container 94008ff8bad1 [2024-07-25T11:38:41.540Z] ---> 0a0a82d08eb4 [2024-07-25T11:38:41.540Z] Step 12/12 : RUN $MAKE [2024-07-25T11:38:41.540Z] ---> Running in 476ade8c7b8b [2024-07-25T11:38:41.540Z] noop [2024-07-25T11:38:41.540Z] Removing intermediate container 476ade8c7b8b [2024-07-25T11:38:41.540Z] ---> 69ded5fe1e67 [2024-07-25T11:38:41.540Z] Successfully built 69ded5fe1e67 [2024-07-25T11:38:41.540Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:38:41.903Z] + docker inspect -f . ci-base-image-arm64 [2024-07-25T11:38:41.903Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:38:42.112Z] prd-ubuntu20.04-docker-arm64-4c-16g-6447 does not seem to be running inside a container [2024-07-25T11:38:42.170Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/175 -v /w/workspace/device-virtual-go/175:/w/workspace/device-virtual-go/175:rw,z -v /w/workspace/device-virtual-go/175@tmp:/w/workspace/device-virtual-go/175@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 [2024-07-25T11:38:43.441Z] $ docker top 46e93fba172b175ef40a3e165b9a27031cb5c8d043e32de455131e6d2490f629 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-25T11:38:44.288Z] + go version [2024-07-25T11:38:44.288Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-25T11:38:44.301Z] $ docker stop --time=1 46e93fba172b175ef40a3e165b9a27031cb5c8d043e32de455131e6d2490f629 [2024-07-25T11:38:45.911Z] $ docker rm -f --volumes 46e93fba172b175ef40a3e165b9a27031cb5c8d043e32de455131e6d2490f629 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:38:46.497Z] + docker inspect -f . ci-base-image-arm64 [2024-07-25T11:38:46.497Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:38:46.682Z] prd-ubuntu20.04-docker-arm64-4c-16g-6447 does not seem to be running inside a container [2024-07-25T11:38:46.741Z] $ 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/175 -v /w/workspace/device-virtual-go/175:/w/workspace/device-virtual-go/175:rw,z -v /w/workspace/device-virtual-go/175@tmp:/w/workspace/device-virtual-go/175@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 [2024-07-25T11:38:47.919Z] $ docker top 6659f1eabf85f6ac5126d2982d9ae58e048d6e91c778a1533161101b6bd71f59 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-25T11:38:48.734Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/175 [Pipeline] fileExists [Pipeline] sh [2024-07-25T11:38:49.071Z] + make test [2024-07-25T11:38:49.343Z] go test ./... -coverprofile=coverage.out [2024-07-25T11:38:56.005Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2024-07-25T11:42:17.819Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2024-07-25T11:42:17.819Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.059s coverage: 58.3% of statements [2024-07-25T11:42:17.819Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-25T11:42:17.819Z] go vet ./... [2024-07-25T11:43:04.861Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-25T11:43:04.861Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-25T11:43:04.861Z] ./bin/test-attribution-txt.sh [2024-07-25T11:43:04.861Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-07-25T11:43:04.883Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-25T11:43:04.895Z] $ docker stop --time=1 6659f1eabf85f6ac5126d2982d9ae58e048d6e91c778a1533161101b6bd71f59 [2024-07-25T11:43:06.874Z] $ docker rm -f --volumes 6659f1eabf85f6ac5126d2982d9ae58e048d6e91c778a1533161101b6bd71f59 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-25T11:43:08.478Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-25T11:43:08.506Z] Warning: overwriting stash ‘coverage-report’ [2024-07-25T11:43:09.011Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-25T11:43:09.435Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-25T11:43:09.757Z] + ls -al . [2024-07-25T11:43:09.757Z] total 272 [2024-07-25T11:43:09.757Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 25 11:38 . [2024-07-25T11:43:09.757Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 25 11:35 .. [2024-07-25T11:43:09.757Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 25 11:35 .git [2024-07-25T11:43:09.757Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 11:35 .github [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 272 Jul 25 11:35 .gitignore [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 25 11:35 .golangci.yml [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 17933 Jul 25 11:35 Attribution.txt [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 15941 Jul 25 11:35 CHANGELOG.md [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jul 25 11:35 Dockerfile [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 25 11:35 GOVERNANCE.md [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 660 Jul 25 11:35 Jenkinsfile [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 25 11:35 LICENSE [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 1953 Jul 25 11:35 Makefile [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 623 Jul 25 11:35 OWNERS.md [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 4103 Jul 25 11:35 README.md [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 25 11:33 VERSION [2024-07-25T11:43:09.757Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 25 11:35 bin [2024-07-25T11:43:09.757Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 11:35 cmd [2024-07-25T11:43:09.757Z] -rw-r--r-- 1 jenkins jenkins 43247 Jul 25 11:42 coverage.out [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 6923 Jul 25 11:35 go.mod [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 101673 Jul 25 11:35 go.sum [2024-07-25T11:43:09.757Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 25 11:35 internal [2024-07-25T11:43:09.757Z] -rw-rw-r-- 1 jenkins jenkins 235 Jul 25 11:35 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:43:10.120Z] + 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=3bb026eb44965f8cd89cc0032dcda78f92059a39 --label arch=arm64 --label version=3.2.0-dev.19 . [2024-07-25T11:43:10.705Z] Sending build context to Docker daemon 19MB [2024-07-25T11:43:10.705Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-07-25T11:43:10.705Z] Step 2/26 : FROM ${BASE} AS builder [2024-07-25T11:43:10.705Z] ---> 69ded5fe1e67 [2024-07-25T11:43:10.705Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-25T11:43:10.975Z] ---> Running in 4bca8cd2152f [2024-07-25T11:43:11.246Z] Removing intermediate container 4bca8cd2152f [2024-07-25T11:43:11.246Z] ---> cde47e489c65 [2024-07-25T11:43:11.246Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-07-25T11:43:11.512Z] ---> Running in c5053ca7f270 [2024-07-25T11:43:11.778Z] Removing intermediate container c5053ca7f270 [2024-07-25T11:43:11.778Z] ---> b9b19d3df46d [2024-07-25T11:43:11.778Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-07-25T11:43:11.778Z] ---> Running in 6bba9f04b801 [2024-07-25T11:43:12.047Z] Removing intermediate container 6bba9f04b801 [2024-07-25T11:43:12.047Z] ---> a476baabc5df [2024-07-25T11:43:12.047Z] Step 6/26 : WORKDIR /device-virtual-go [2024-07-25T11:43:12.314Z] ---> Running in 427f1dd899ed [2024-07-25T11:43:12.581Z] Removing intermediate container 427f1dd899ed [2024-07-25T11:43:12.581Z] ---> 40af2d4d2d4d [2024-07-25T11:43:12.581Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-25T11:43:12.581Z] ---> Running in b127f656697d [2024-07-25T11:43:13.538Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-25T11:43:14.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-25T11:43:15.072Z] OK: 271 MiB in 56 packages [2024-07-25T11:43:16.026Z] Removing intermediate container b127f656697d [2024-07-25T11:43:16.026Z] ---> 646bcabfbee5 [2024-07-25T11:43:16.026Z] Step 8/26 : COPY go.mod vendor* ./ [2024-07-25T11:43:16.607Z] ---> 2b9d98abe618 [2024-07-25T11:43:16.607Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-25T11:43:16.607Z] ---> Running in 0c973e4cdc1e [2024-07-25T11:43:19.187Z] Removing intermediate container 0c973e4cdc1e [2024-07-25T11:43:19.187Z] ---> 76fb7703f551 [2024-07-25T11:43:19.187Z] Step 10/26 : COPY . . [2024-07-25T11:43:20.595Z] ---> cc63d13a9507 [2024-07-25T11:43:20.595Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-25T11:43:20.595Z] ---> Running in 118baa37e08a [2024-07-25T11:43:20.868Z] Removing intermediate container 118baa37e08a [2024-07-25T11:43:20.868Z] ---> f4c55971e845 [2024-07-25T11:43:20.868Z] Step 12/26 : RUN $MAKE [2024-07-25T11:43:21.136Z] ---> Running in 1b3031795524 [2024-07-25T11:43:22.091Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.19 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.27" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2024-07-25T11:46:58.874Z] Removing intermediate container 1b3031795524 [2024-07-25T11:46:58.874Z] ---> 955e6cec84e8 [2024-07-25T11:46:58.874Z] Step 13/26 : FROM alpine:3.18 [2024-07-25T11:46:58.874Z] 3.18: Pulling from library/alpine [2024-07-25T11:46:58.874Z] 4983c3fe2029: Pulling fs layer [2024-07-25T11:46:58.874Z] 4983c3fe2029: Verifying Checksum [2024-07-25T11:46:58.875Z] 4983c3fe2029: Download complete [2024-07-25T11:46:58.875Z] 4983c3fe2029: Pull complete [2024-07-25T11:46:58.875Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-25T11:46:58.875Z] Status: Downloaded newer image for alpine:3.18 [2024-07-25T11:46:58.875Z] ---> a0237000ae83 [2024-07-25T11:46:58.875Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2024-07-25T11:46:58.875Z] ---> Running in d8a7c9ccfc87 [2024-07-25T11:46:58.875Z] Removing intermediate container d8a7c9ccfc87 [2024-07-25T11:46:58.875Z] ---> e4898d6ed85c [2024-07-25T11:46:58.875Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-07-25T11:46:58.875Z] ---> Running in db30b2f8d0bd [2024-07-25T11:46:59.146Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-25T11:46:59.727Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-25T11:47:00.688Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-25T11:47:00.688Z] Executing busybox-1.36.1-r7.trigger [2024-07-25T11:47:00.688Z] OK: 8 MiB in 16 packages [2024-07-25T11:47:01.656Z] Removing intermediate container db30b2f8d0bd [2024-07-25T11:47:01.656Z] ---> b0db98e19f52 [2024-07-25T11:47:01.656Z] Step 16/26 : RUN apk --no-cache upgrade [2024-07-25T11:47:01.656Z] ---> Running in a852a5ecb373 [2024-07-25T11:47:02.618Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-25T11:47:03.196Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-25T11:47:03.777Z] OK: 8 MiB in 16 packages [2024-07-25T11:47:04.731Z] Removing intermediate container a852a5ecb373 [2024-07-25T11:47:04.731Z] ---> 9010c00124e9 [2024-07-25T11:47:04.731Z] Step 17/26 : WORKDIR / [2024-07-25T11:47:04.731Z] ---> Running in 13c17a454468 [2024-07-25T11:47:04.997Z] Removing intermediate container 13c17a454468 [2024-07-25T11:47:04.997Z] ---> 3a708a1e2319 [2024-07-25T11:47:04.997Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2024-07-25T11:47:05.575Z] ---> 0e1f6f95911f [2024-07-25T11:47:05.575Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2024-07-25T11:47:06.156Z] ---> bb0f4633dfa7 [2024-07-25T11:47:06.156Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2024-07-25T11:47:07.556Z] ---> 96df218cb848 [2024-07-25T11:47:07.556Z] Step 21/26 : EXPOSE 59900 [2024-07-25T11:47:07.556Z] ---> Running in cd5336ec97eb [2024-07-25T11:47:07.823Z] Removing intermediate container cd5336ec97eb [2024-07-25T11:47:07.823Z] ---> acd511bed2a5 [2024-07-25T11:47:07.823Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2024-07-25T11:47:08.098Z] ---> Running in 24d0d6bc1b48 [2024-07-25T11:47:08.366Z] Removing intermediate container 24d0d6bc1b48 [2024-07-25T11:47:08.366Z] ---> c6a02d540e03 [2024-07-25T11:47:08.366Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-25T11:47:08.366Z] ---> Running in 51d3c1d1872f [2024-07-25T11:47:08.633Z] Removing intermediate container 51d3c1d1872f [2024-07-25T11:47:08.633Z] ---> 233814ddab20 [2024-07-25T11:47:08.633Z] Step 24/26 : LABEL arch=arm64 [2024-07-25T11:47:08.633Z] ---> Running in ae19ca88ed5f [2024-07-25T11:47:09.219Z] Removing intermediate container ae19ca88ed5f [2024-07-25T11:47:09.219Z] ---> cc98887ef719 [2024-07-25T11:47:09.219Z] Step 25/26 : LABEL git_sha=3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:47:09.219Z] ---> Running in 7902ff067519 [2024-07-25T11:47:09.487Z] Removing intermediate container 7902ff067519 [2024-07-25T11:47:09.487Z] ---> 72a086d0b597 [2024-07-25T11:47:09.487Z] Step 26/26 : LABEL version=3.2.0-dev.19 [2024-07-25T11:47:09.487Z] ---> Running in b712b637964a [2024-07-25T11:47:09.754Z] Removing intermediate container b712b637964a [2024-07-25T11:47:09.754Z] ---> 4e56d4abbf36 [2024-07-25T11:47:09.754Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-25T11:47:09.754Z] Successfully built 4e56d4abbf36 [2024-07-25T11:47:09.754Z] 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 [2024-07-25T11:47:09.923Z] provisioning config files... [2024-07-25T11:47:09.939Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/175@tmp/config9217582831806046766tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:47:10.294Z] ---> ****-login.sh [2024-07-25T11:47:10.294Z] nexus3.edgexfoundry.org:10001 [2024-07-25T11:47:10.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:47:10.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:47:10.561Z] Configure a credential helper to remove this warning. See [2024-07-25T11:47:10.561Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:47:10.561Z] [2024-07-25T11:47:10.561Z] Login Succeeded [2024-07-25T11:47:10.561Z] nexus3.edgexfoundry.org:10002 [2024-07-25T11:47:10.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:47:10.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:47:10.826Z] Configure a credential helper to remove this warning. See [2024-07-25T11:47:10.826Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:47:10.826Z] [2024-07-25T11:47:10.826Z] Login Succeeded [2024-07-25T11:47:10.826Z] nexus3.edgexfoundry.org:10003 [2024-07-25T11:47:11.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:47:11.358Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:47:11.358Z] Configure a credential helper to remove this warning. See [2024-07-25T11:47:11.358Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:47:11.358Z] [2024-07-25T11:47:11.358Z] Login Succeeded [2024-07-25T11:47:11.358Z] nexus3.edgexfoundry.org:10004 [2024-07-25T11:47:11.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:47:11.624Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:47:11.624Z] Configure a credential helper to remove this warning. See [2024-07-25T11:47:11.624Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:47:11.624Z] [2024-07-25T11:47:11.624Z] Login Succeeded [2024-07-25T11:47:11.624Z] ****.io [2024-07-25T11:47:11.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-25T11:47:12.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-25T11:47:12.152Z] Configure a credential helper to remove this warning. See [2024-07-25T11:47:12.153Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-25T11:47:12.153Z] [2024-07-25T11:47:12.153Z] Login Succeeded [2024-07-25T11:47:12.153Z] ---> ****-login.sh ends [Pipeline] } [2024-07-25T11:47:12.164Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-25T11:47:12.223Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-25T11:47:12.252Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2024-07-25T11:47:12.252Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:47:12.252Z] latest [2024-07-25T11:47:12.252Z] 3.2.0-dev.19 [2024-07-25T11:47:12.252Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19 [2024-07-25T11:47:12.252Z] main [2024-07-25T11:47:12.252Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:12.661Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3bb026eb44965f8cd89cc0032dcda78f92059a39 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:13.025Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:47:13.025Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-25T11:47:13.025Z] 8709f99b7681: Preparing [2024-07-25T11:47:13.025Z] e10a843625a0: Preparing [2024-07-25T11:47:13.025Z] 9e69a97a7c0a: Preparing [2024-07-25T11:47:13.025Z] b84c7843a0be: Preparing [2024-07-25T11:47:13.025Z] fd1e65edc89d: Preparing [2024-07-25T11:47:13.025Z] 3c20671a5817: Preparing [2024-07-25T11:47:13.025Z] 3c20671a5817: Waiting [2024-07-25T11:47:13.291Z] b84c7843a0be: Pushed [2024-07-25T11:47:13.291Z] 3c20671a5817: Layer already exists [2024-07-25T11:47:13.291Z] fd1e65edc89d: Pushed [2024-07-25T11:47:13.291Z] 9e69a97a7c0a: Pushed [2024-07-25T11:47:13.291Z] e10a843625a0: Pushed [2024-07-25T11:47:19.939Z] 8709f99b7681: Pushed [2024-07-25T11:47:19.939Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39: digest: sha256:452150e6a3757e44f3d3855c263f82cf3318631dd3c4d669a9bea67c9d1bfc8e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:20.325Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:20.680Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2024-07-25T11:47:20.680Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-25T11:47:20.680Z] 8709f99b7681: Preparing [2024-07-25T11:47:20.680Z] e10a843625a0: Preparing [2024-07-25T11:47:20.680Z] 9e69a97a7c0a: Preparing [2024-07-25T11:47:20.680Z] b84c7843a0be: Preparing [2024-07-25T11:47:20.680Z] fd1e65edc89d: Preparing [2024-07-25T11:47:20.680Z] 3c20671a5817: Preparing [2024-07-25T11:47:20.680Z] 3c20671a5817: Waiting [2024-07-25T11:47:20.680Z] b84c7843a0be: Layer already exists [2024-07-25T11:47:20.680Z] 8709f99b7681: Layer already exists [2024-07-25T11:47:20.680Z] e10a843625a0: Layer already exists [2024-07-25T11:47:20.680Z] 9e69a97a7c0a: Layer already exists [2024-07-25T11:47:20.680Z] fd1e65edc89d: Layer already exists [2024-07-25T11:47:20.680Z] 3c20671a5817: Layer already exists [2024-07-25T11:47:20.948Z] latest: digest: sha256:452150e6a3757e44f3d3855c263f82cf3318631dd3c4d669a9bea67c9d1bfc8e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:21.322Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:21.956Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.19 [2024-07-25T11:47:21.956Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-25T11:47:21.956Z] 8709f99b7681: Preparing [2024-07-25T11:47:21.956Z] e10a843625a0: Preparing [2024-07-25T11:47:21.956Z] 9e69a97a7c0a: Preparing [2024-07-25T11:47:21.956Z] b84c7843a0be: Preparing [2024-07-25T11:47:21.956Z] fd1e65edc89d: Preparing [2024-07-25T11:47:21.956Z] 3c20671a5817: Preparing [2024-07-25T11:47:21.956Z] 3c20671a5817: Waiting [2024-07-25T11:47:21.956Z] e10a843625a0: Layer already exists [2024-07-25T11:47:21.956Z] fd1e65edc89d: Layer already exists [2024-07-25T11:47:21.956Z] 8709f99b7681: Layer already exists [2024-07-25T11:47:21.956Z] 9e69a97a7c0a: Layer already exists [2024-07-25T11:47:21.956Z] b84c7843a0be: Layer already exists [2024-07-25T11:47:21.956Z] 3c20671a5817: Layer already exists [2024-07-25T11:47:22.223Z] 3.2.0-dev.19: digest: sha256:452150e6a3757e44f3d3855c263f82cf3318631dd3c4d669a9bea67c9d1bfc8e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:22.587Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:22.960Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19 [2024-07-25T11:47:22.961Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-25T11:47:22.961Z] 8709f99b7681: Preparing [2024-07-25T11:47:22.961Z] e10a843625a0: Preparing [2024-07-25T11:47:22.961Z] 9e69a97a7c0a: Preparing [2024-07-25T11:47:22.961Z] b84c7843a0be: Preparing [2024-07-25T11:47:22.961Z] fd1e65edc89d: Preparing [2024-07-25T11:47:22.961Z] 3c20671a5817: Preparing [2024-07-25T11:47:22.961Z] 3c20671a5817: Waiting [2024-07-25T11:47:22.961Z] b84c7843a0be: Layer already exists [2024-07-25T11:47:22.961Z] 9e69a97a7c0a: Layer already exists [2024-07-25T11:47:22.961Z] 8709f99b7681: Layer already exists [2024-07-25T11:47:22.961Z] e10a843625a0: Layer already exists [2024-07-25T11:47:22.961Z] fd1e65edc89d: Layer already exists [2024-07-25T11:47:22.961Z] 3c20671a5817: Layer already exists [2024-07-25T11:47:23.230Z] 3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19: digest: sha256:452150e6a3757e44f3d3855c263f82cf3318631dd3c4d669a9bea67c9d1bfc8e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:23.601Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:23.962Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2024-07-25T11:47:23.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-25T11:47:23.963Z] 8709f99b7681: Preparing [2024-07-25T11:47:23.963Z] e10a843625a0: Preparing [2024-07-25T11:47:23.963Z] 9e69a97a7c0a: Preparing [2024-07-25T11:47:23.963Z] b84c7843a0be: Preparing [2024-07-25T11:47:23.963Z] fd1e65edc89d: Preparing [2024-07-25T11:47:23.963Z] 3c20671a5817: Preparing [2024-07-25T11:47:23.963Z] 3c20671a5817: Waiting [2024-07-25T11:47:23.963Z] fd1e65edc89d: Layer already exists [2024-07-25T11:47:23.963Z] 9e69a97a7c0a: Layer already exists [2024-07-25T11:47:23.963Z] 8709f99b7681: Layer already exists [2024-07-25T11:47:23.963Z] b84c7843a0be: Layer already exists [2024-07-25T11:47:23.963Z] e10a843625a0: Layer already exists [2024-07-25T11:47:23.963Z] 3c20671a5817: Layer already exists [2024-07-25T11:47:24.230Z] main: digest: sha256:452150e6a3757e44f3d3855c263f82cf3318631dd3c4d669a9bea67c9d1bfc8e size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-25T11:47:24.321Z] ===================================================== [Pipeline] echo [2024-07-25T11:47:24.338Z] taggedImages: [2024-07-25T11:47:24.338Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3bb026eb44965f8cd89cc0032dcda78f92059a39 [2024-07-25T11:47:24.338Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2024-07-25T11:47:24.338Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.19 [2024-07-25T11:47:24.338Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3bb026eb44965f8cd89cc0032dcda78f92059a39-3.2.0-dev.19 [2024-07-25T11:47:24.338Z] - 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 [2024-07-25T11:47:24.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-25T11:47:24.744Z] [2024-07-25T11:47:24.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:47:25.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-25T11:47:25.347Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-25T11:47:25.347Z] 8998bd30e6a1: Pulling fs layer [2024-07-25T11:47:25.347Z] 04944245beec: Pulling fs layer [2024-07-25T11:47:25.347Z] 699f458cf7ca: Pulling fs layer [2024-07-25T11:47:25.347Z] 765212b225bb: Pulling fs layer [2024-07-25T11:47:25.347Z] f23df028b6ca: Pulling fs layer [2024-07-25T11:47:25.347Z] d65c8cfc05b1: Pulling fs layer [2024-07-25T11:47:25.347Z] 2437ff75d9bd: Pulling fs layer [2024-07-25T11:47:25.347Z] 765212b225bb: Waiting [2024-07-25T11:47:25.347Z] f23df028b6ca: Waiting [2024-07-25T11:47:25.347Z] d65c8cfc05b1: Waiting [2024-07-25T11:47:25.347Z] 2437ff75d9bd: Waiting [2024-07-25T11:47:25.347Z] 04944245beec: Verifying Checksum [2024-07-25T11:47:25.347Z] 04944245beec: Download complete [2024-07-25T11:47:25.347Z] 765212b225bb: Verifying Checksum [2024-07-25T11:47:25.347Z] 765212b225bb: Download complete [2024-07-25T11:47:25.347Z] f23df028b6ca: Verifying Checksum [2024-07-25T11:47:25.347Z] f23df028b6ca: Download complete [2024-07-25T11:47:25.347Z] d65c8cfc05b1: Verifying Checksum [2024-07-25T11:47:25.347Z] d65c8cfc05b1: Download complete [2024-07-25T11:47:25.615Z] 699f458cf7ca: Verifying Checksum [2024-07-25T11:47:25.615Z] 699f458cf7ca: Download complete [2024-07-25T11:47:26.201Z] 8998bd30e6a1: Verifying Checksum [2024-07-25T11:47:26.201Z] 8998bd30e6a1: Download complete [2024-07-25T11:47:28.784Z] 2437ff75d9bd: Verifying Checksum [2024-07-25T11:47:28.784Z] 2437ff75d9bd: Download complete [2024-07-25T11:47:30.718Z] 8998bd30e6a1: Pull complete [2024-07-25T11:47:31.300Z] 04944245beec: Pull complete [2024-07-25T11:47:33.241Z] 699f458cf7ca: Pull complete [2024-07-25T11:47:33.241Z] 765212b225bb: Pull complete [2024-07-25T11:47:34.199Z] f23df028b6ca: Pull complete [2024-07-25T11:47:34.199Z] d65c8cfc05b1: Pull complete [2024-07-25T11:47:52.414Z] 2437ff75d9bd: Pull complete [2024-07-25T11:47:52.414Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-25T11:47:52.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-25T11:47:52.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:47:52.623Z] prd-ubuntu20.04-docker-arm64-4c-16g-6447 does not seem to be running inside a container [2024-07-25T11:47:52.772Z] $ 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/175 -v /w/workspace/device-virtual-go/175:/w/workspace/device-virtual-go/175:rw,z -v /w/workspace/device-virtual-go/175@tmp:/w/workspace/device-virtual-go/175@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 [2024-07-25T11:47:55.645Z] $ docker top e8df0623bbd32b1360de294e69131b493aae199e6736a80807bff05b28d2daa5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:47:56.592Z] ---> job-cost.sh [2024-07-25T11:47:56.592Z] lf-activate-venv: SKIPPING [2024-07-25T11:47:56.592Z] INFO: No Stack... [2024-07-25T11:47:56.861Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-25T11:47:57.830Z] INFO: Archiving Costs [Pipeline] sh [2024-07-25T11:47:58.488Z] + cat /w/workspace/device-virtual-go/175/archives/cost.csv [2024-07-25T11:47:58.489Z] + cut -d, -f6 [Pipeline] lock [2024-07-25T11:47:58.551Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-175-stack-cost] [2024-07-25T11:47:58.560Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-175-stack-cost] did not exist. Created. [2024-07-25T11:47:58.569Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-175-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-25T11:47:59.233Z] /w/workspace/device-virtual-go/175@tmp/durable-d88aff03/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-25T11:47:59.871Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-25T11:47:59.886Z] Warning: overwriting stash ‘stack-cost’ [2024-07-25T11:47:59.935Z] Stashed 1 file(s) [Pipeline] } [2024-07-25T11:47:59.947Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-175-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-25T11:47:59.967Z] $ docker stop --time=1 e8df0623bbd32b1360de294e69131b493aae199e6736a80807bff05b28d2daa5 [2024-07-25T11:48:01.498Z] $ docker rm -f --volumes e8df0623bbd32b1360de294e69131b493aae199e6736a80807bff05b28d2daa5 [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 [2024-07-25T11:48:02.144Z] provisioning config files... [2024-07-25T11:48:02.164Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13622622482366623921tmp [Pipeline] { [Pipeline] sh [2024-07-25T11:48:02.488Z] + set +x [2024-07-25T11:48:02.488Z] + curl -s https://codecov.io/bash [2024-07-25T11:48:02.488Z] + bash -s -- [2024-07-25T11:48:02.488Z] [2024-07-25T11:48:02.488Z] _____ _ [2024-07-25T11:48:02.488Z] / ____| | | [2024-07-25T11:48:02.488Z] | | ___ __| | ___ ___ _____ __ [2024-07-25T11:48:02.488Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-25T11:48:02.488Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-25T11:48:02.488Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-25T11:48:02.488Z] Bash-1.0.6 [2024-07-25T11:48:02.488Z] [2024-07-25T11:48:02.488Z] [2024-07-25T11:48:02.488Z] ==> git version 2.25.1 found [2024-07-25T11:48:02.488Z] ==> 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 [2024-07-25T11:48:02.488Z] Release-Date: 2020-01-08 [2024-07-25T11:48:02.488Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-25T11:48:02.488Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-25T11:48:02.488Z] ==> Jenkins CI detected. [2024-07-25T11:48:02.488Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2024-07-25T11:48:02.488Z] project root: . [2024-07-25T11:48:02.488Z] --> token set from env [2024-07-25T11:48:02.488Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-25T11:48:02.488Z] ==> Running gcov in . (disable via -X gcov) [2024-07-25T11:48:02.488Z] ==> Python coveragepy not found [2024-07-25T11:48:02.488Z] ==> Searching for coverage reports in: [2024-07-25T11:48:02.488Z] + . [2024-07-25T11:48:02.488Z] -> Found 1 reports [2024-07-25T11:48:02.488Z] ==> Detecting git/mercurial file structure [2024-07-25T11:48:02.488Z] ==> Reading reports [2024-07-25T11:48:02.488Z] + ./coverage.out bytes=43247 [2024-07-25T11:48:02.488Z] ==> Appending adjustments [2024-07-25T11:48:02.488Z] https://docs.codecov.io/docs/fixing-reports [2024-07-25T11:48:02.771Z] + Found adjustments [2024-07-25T11:48:02.771Z] ==> Gzipping contents [2024-07-25T11:48:02.771Z] 8.0K /tmp/codecov.6JIXS4.gz [2024-07-25T11:48:02.771Z] ==> Uploading reports [2024-07-25T11:48:02.771Z] url: https://codecov.io [2024-07-25T11:48:02.771Z] query: branch=main&commit=3bb026eb44965f8cd89cc0032dcda78f92059a39&build=175&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F175%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-25T11:48:02.771Z] -> Pinging Codecov [2024-07-25T11:48:02.771Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3bb026eb44965f8cd89cc0032dcda78f92059a39&build=175&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F175%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-25T11:48:02.771Z] -> Uploading to [2024-07-25T11:48:02.771Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-25/5E52B4B073DB2E39498172D8E973AA87/3bb026eb44965f8cd89cc0032dcda78f92059a39/d0e13795-7111-4b0a-85da-06a184a00703.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240725%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240725T114802Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=69a683bea6d05ede1943b1fde251dc23a2d536002421d2c21e98d9c3acd27093 [2024-07-25T11:48:02.771Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-25T11:48:02.771Z] Dload Upload Total Spent Left Speed [2024-07-25T11:48:03.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5022 0 0 100 5022 0 19465 --:--:-- --:--:-- --:--:-- 19465 [2024-07-25T11:48:03.052Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/3bb026eb44965f8cd89cc0032dcda78f92059a39 [Pipeline] } [2024-07-25T11:48:03.067Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-25T11:48:03.302Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-25T11:48:03.321Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:48:03.634Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-25T11:48:03.634Z] [2024-07-25T11:48:03.634Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:48:03.936Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-25T11:48:03.936Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-25T11:48:03.936Z] 619be1103602: Already exists [2024-07-25T11:48:03.936Z] f8ea3408117e: Pulling fs layer [2024-07-25T11:48:03.936Z] 91320369b822: Pulling fs layer [2024-07-25T11:48:03.936Z] 0406650e8295: Pulling fs layer [2024-07-25T11:48:03.936Z] 4f4fb700ef54: Pulling fs layer [2024-07-25T11:48:03.936Z] 96d80e3f36e1: Pulling fs layer [2024-07-25T11:48:03.936Z] bcf3aedb951c: Pulling fs layer [2024-07-25T11:48:03.936Z] 4f4fb700ef54: Waiting [2024-07-25T11:48:03.936Z] bcf3aedb951c: Waiting [2024-07-25T11:48:03.936Z] 0406650e8295: Verifying Checksum [2024-07-25T11:48:03.936Z] 0406650e8295: Download complete [2024-07-25T11:48:03.936Z] f8ea3408117e: Download complete [2024-07-25T11:48:03.936Z] 4f4fb700ef54: Verifying Checksum [2024-07-25T11:48:03.936Z] 4f4fb700ef54: Download complete [2024-07-25T11:48:03.936Z] f8ea3408117e: Pull complete [2024-07-25T11:48:04.196Z] 96d80e3f36e1: Verifying Checksum [2024-07-25T11:48:04.196Z] 96d80e3f36e1: Download complete [2024-07-25T11:48:04.454Z] 91320369b822: Verifying Checksum [2024-07-25T11:48:04.454Z] 91320369b822: Download complete [2024-07-25T11:48:05.020Z] bcf3aedb951c: Verifying Checksum [2024-07-25T11:48:05.020Z] bcf3aedb951c: Download complete [2024-07-25T11:48:07.556Z] 91320369b822: Pull complete [2024-07-25T11:48:07.556Z] 0406650e8295: Pull complete [2024-07-25T11:48:07.814Z] 4f4fb700ef54: Pull complete [2024-07-25T11:48:08.073Z] 96d80e3f36e1: Pull complete [2024-07-25T11:48:11.357Z] bcf3aedb951c: Pull complete [2024-07-25T11:48:11.357Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-25T11:48:11.357Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-25T11:48:11.357Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:48:11.474Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:48:11.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-07-25T11:48:15.935Z] $ docker top 18517bb24eebeff3caa408bacf5b787379aaff06ae35ff75cc52b41e5bd79ae5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-25T11:48:16.290Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2024-07-25T11:48:16.299Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2024-07-25T11:48:16.576Z] + set -o pipefail [2024-07-25T11:48:16.577Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2024-07-25T11:48:23.165Z] [2024-07-25T11:48:23.165Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2024-07-25T11:48:23.165Z] [2024-07-25T11:48:23.165Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/a6bec7ee-12a5-4553-b088-439847941d37 [2024-07-25T11:48:23.165Z] [2024-07-25T11:48:23.165Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-25T11:48:23.165Z] [2024-07-25T11:48:23.425Z] [2024-07-25T11:48:23.425Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-25T11:48:23.425Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-25T11:48:23.689Z] $ docker stop --time=1 18517bb24eebeff3caa408bacf5b787379aaff06ae35ff75cc52b41e5bd79ae5 [2024-07-25T11:48:28.719Z] $ docker rm -f --volumes 18517bb24eebeff3caa408bacf5b787379aaff06ae35ff75cc52b41e5bd79ae5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-25T11:48:29.592Z] + git log --format=format:%s -1 3bb026eb44965f8cd89cc0032dcda78f92059a39 [Pipeline] sh [2024-07-25T11:48:29.886Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-25T11:48:29.887Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:48:30.199Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-25T11:48:30.199Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:48:30.296Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:48:30.325Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-25T11:48:30.834Z] $ docker top a54cd3f4428f4bd6f76d586b038bfa071885cba7ea671273cddc02474412dfde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-25T11:48:30.961Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-25T11:48:30.961Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-25T11:48:31.081Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-25T11:48:31.076Z] $ docker exec a54cd3f4428f4bd6f76d586b038bfa071885cba7ea671273cddc02474412dfde ssh-agent [2024-07-25T11:48:31.210Z] SSH_AUTH_SOCK=/tmp/ssh-O9fi3OuN5a9e/agent.32 [2024-07-25T11:48:31.210Z] SSH_AGENT_PID=38 [2024-07-25T11:48:31.215Z] Running ssh-add (command line suppressed) [2024-07-25T11:48:31.318Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7909674862108537226.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7909674862108537226.key) [2024-07-25T11:48:31.339Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-25T11:48:31.630Z] + git semver tag [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,812 [run_tag] DEBUG tag force:False [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,812 [check_head_tag] DEBUG check head tag [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,813 [execute] INFO git cat-file --batch-check [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,814 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,818 [execute] INFO git cat-file --batch [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,818 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,841 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,841 [execute] INFO git tag -a v3.2.0-dev.19 -m v3.2.0-dev.19 [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,841 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.19', '-m', 'v3.2.0-dev.19'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-25T11:48:31.890Z] 2024-07-25 11:48:31,847 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:48:31.890Z] 3.2.0-dev.19 [Pipeline] } [2024-07-25T11:48:31.891Z] $ docker exec --env ******** --env ******** a54cd3f4428f4bd6f76d586b038bfa071885cba7ea671273cddc02474412dfde ssh-agent -k [2024-07-25T11:48:32.008Z] unset SSH_AUTH_SOCK; [2024-07-25T11:48:32.009Z] unset SSH_AGENT_PID; [2024-07-25T11:48:32.009Z] echo Agent pid 38 killed; [2024-07-25T11:48:32.026Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-25T11:48:32.354Z] + git semver [Pipeline] } [2024-07-25T11:48:32.617Z] $ docker stop --time=1 a54cd3f4428f4bd6f76d586b038bfa071885cba7ea671273cddc02474412dfde [2024-07-25T11:48:33.971Z] $ docker rm -f --volumes a54cd3f4428f4bd6f76d586b038bfa071885cba7ea671273cddc02474412dfde [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:48:34.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-25T11:48:34.412Z] [2024-07-25T11:48:34.412Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:48:34.717Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-25T11:48:34.717Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-25T11:48:34.717Z] ab5ef0e58194: Pulling fs layer [2024-07-25T11:48:34.717Z] 9712f1f96733: Pulling fs layer [2024-07-25T11:48:34.717Z] 63f879dbbcfc: Pulling fs layer [2024-07-25T11:48:34.717Z] 0d9ebad4ef96: Pulling fs layer [2024-07-25T11:48:34.717Z] e9a5061849ea: Pulling fs layer [2024-07-25T11:48:34.717Z] d747dcd14b5f: Pulling fs layer [2024-07-25T11:48:34.717Z] 2de7ff778b66: Pulling fs layer [2024-07-25T11:48:34.717Z] 0d9ebad4ef96: Waiting [2024-07-25T11:48:34.717Z] e9a5061849ea: Waiting [2024-07-25T11:48:34.717Z] d747dcd14b5f: Waiting [2024-07-25T11:48:34.717Z] 2de7ff778b66: Waiting [2024-07-25T11:48:35.285Z] 63f879dbbcfc: Verifying Checksum [2024-07-25T11:48:35.285Z] 63f879dbbcfc: Download complete [2024-07-25T11:48:35.285Z] e9a5061849ea: Verifying Checksum [2024-07-25T11:48:35.285Z] e9a5061849ea: Download complete [2024-07-25T11:48:35.285Z] d747dcd14b5f: Download complete [2024-07-25T11:48:35.285Z] 0d9ebad4ef96: Verifying Checksum [2024-07-25T11:48:35.285Z] 0d9ebad4ef96: Download complete [2024-07-25T11:48:35.542Z] 2de7ff778b66: Download complete [2024-07-25T11:48:35.542Z] ab5ef0e58194: Verifying Checksum [2024-07-25T11:48:35.542Z] ab5ef0e58194: Download complete [2024-07-25T11:48:38.079Z] ab5ef0e58194: Pull complete [2024-07-25T11:48:38.079Z] 9712f1f96733: Pull complete [2024-07-25T11:48:39.014Z] 63f879dbbcfc: Pull complete [2024-07-25T11:48:43.203Z] 0d9ebad4ef96: Pull complete [2024-07-25T11:48:43.203Z] e9a5061849ea: Pull complete [2024-07-25T11:48:43.203Z] d747dcd14b5f: Pull complete [2024-07-25T11:48:44.140Z] 2de7ff778b66: Pull complete [2024-07-25T11:48:44.140Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-25T11:48:44.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-25T11:48:44.141Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:48:44.256Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:48:44.279Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-07-25T11:48:49.330Z] $ docker top 0cc56bde9395ad67c79e865c3dfe0df0fcb858e628c6df5ea556255fad896b61 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-25T11:48:49.429Z] provisioning config files... [2024-07-25T11:48:49.436Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15826124215080013683tmp [2024-07-25T11:48:49.444Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5855030110530259964tmp [2024-07-25T11:48:49.454Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12727179797391471689tmp [Pipeline] { [Pipeline] echo [2024-07-25T11:48:49.488Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:48:49.783Z] ---> sigul-configuration.sh [2024-07-25T11:48:49.783Z] gpg: directory `/root/.gnupg' created [2024-07-25T11:48:49.783Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-25T11:48:49.783Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-25T11:48:49.783Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-25T11:48:49.783Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-25T11:48:49.783Z] gpg: CAST5 encrypted data [2024-07-25T11:48:49.783Z] gpg: encrypted with 1 passphrase [2024-07-25T11:48:49.783Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-25T11:48:50.080Z] + mkdir /home/jenkins [2024-07-25T11:48:50.080Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-25T11:48:50.372Z] + 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 [2024-07-25T11:48:50.389Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:48:50.677Z] ---> sigul-install.sh [2024-07-25T11:48:50.677Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-25T11:48:50.973Z] + git tag --list [2024-07-25T11:48:50.973Z] v1.0.0 [2024-07-25T11:48:50.973Z] v1.1.0 [2024-07-25T11:48:50.973Z] v1.1.1 [2024-07-25T11:48:50.973Z] v1.2.1 [2024-07-25T11:48:50.973Z] v1.2.2 [2024-07-25T11:48:50.973Z] v1.2.3 [2024-07-25T11:48:50.973Z] v1.3.0 [2024-07-25T11:48:50.973Z] v1.3.1 [2024-07-25T11:48:50.973Z] v2.0.0 [2024-07-25T11:48:50.973Z] v2.1.0 [2024-07-25T11:48:50.973Z] v2.1.1 [2024-07-25T11:48:50.973Z] v2.2.0 [2024-07-25T11:48:50.973Z] v2.3.0 [2024-07-25T11:48:50.973Z] v3.0 [2024-07-25T11:48:50.973Z] v3.0.0 [2024-07-25T11:48:50.973Z] v3.1 [2024-07-25T11:48:50.973Z] v3.1.0 [2024-07-25T11:48:50.973Z] v3.1.0-dev.1 [2024-07-25T11:48:50.973Z] v3.1.0-dev.10 [2024-07-25T11:48:50.973Z] v3.1.0-dev.11 [2024-07-25T11:48:50.973Z] v3.1.0-dev.12 [2024-07-25T11:48:50.973Z] v3.1.0-dev.13 [2024-07-25T11:48:50.973Z] v3.1.0-dev.14 [2024-07-25T11:48:50.973Z] v3.1.0-dev.15 [2024-07-25T11:48:50.973Z] v3.1.0-dev.16 [2024-07-25T11:48:50.973Z] v3.1.0-dev.17 [2024-07-25T11:48:50.973Z] v3.1.0-dev.18 [2024-07-25T11:48:50.973Z] v3.1.0-dev.19 [2024-07-25T11:48:50.973Z] v3.1.0-dev.2 [2024-07-25T11:48:50.973Z] v3.1.0-dev.20 [2024-07-25T11:48:50.973Z] v3.1.0-dev.21 [2024-07-25T11:48:50.973Z] v3.1.0-dev.22 [2024-07-25T11:48:50.973Z] v3.1.0-dev.23 [2024-07-25T11:48:50.973Z] v3.1.0-dev.24 [2024-07-25T11:48:50.973Z] v3.1.0-dev.25 [2024-07-25T11:48:50.973Z] v3.1.0-dev.26 [2024-07-25T11:48:50.973Z] v3.1.0-dev.27 [2024-07-25T11:48:50.973Z] v3.1.0-dev.28 [2024-07-25T11:48:50.973Z] v3.1.0-dev.29 [2024-07-25T11:48:50.973Z] v3.1.0-dev.3 [2024-07-25T11:48:50.973Z] v3.1.0-dev.30 [2024-07-25T11:48:50.973Z] v3.1.0-dev.4 [2024-07-25T11:48:50.973Z] v3.1.0-dev.5 [2024-07-25T11:48:50.973Z] v3.1.0-dev.6 [2024-07-25T11:48:50.973Z] v3.1.0-dev.7 [2024-07-25T11:48:50.973Z] v3.1.0-dev.8 [2024-07-25T11:48:50.973Z] v3.1.0-dev.9 [2024-07-25T11:48:50.973Z] v3.1.1 [2024-07-25T11:48:50.973Z] v3.1.1-dev.1 [2024-07-25T11:48:50.973Z] v3.2.0-dev.1 [2024-07-25T11:48:50.973Z] v3.2.0-dev.10 [2024-07-25T11:48:50.973Z] v3.2.0-dev.11 [2024-07-25T11:48:50.973Z] v3.2.0-dev.12 [2024-07-25T11:48:50.973Z] v3.2.0-dev.13 [2024-07-25T11:48:50.973Z] v3.2.0-dev.14 [2024-07-25T11:48:50.973Z] v3.2.0-dev.15 [2024-07-25T11:48:50.973Z] v3.2.0-dev.16 [2024-07-25T11:48:50.973Z] v3.2.0-dev.17 [2024-07-25T11:48:50.973Z] v3.2.0-dev.18 [2024-07-25T11:48:50.973Z] v3.2.0-dev.19 [2024-07-25T11:48:50.973Z] v3.2.0-dev.2 [2024-07-25T11:48:50.973Z] v3.2.0-dev.3 [2024-07-25T11:48:50.973Z] v3.2.0-dev.4 [2024-07-25T11:48:50.973Z] v3.2.0-dev.5 [2024-07-25T11:48:50.973Z] v3.2.0-dev.6 [2024-07-25T11:48:50.973Z] v3.2.0-dev.7 [2024-07-25T11:48:50.973Z] v3.2.0-dev.8 [2024-07-25T11:48:50.973Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-25T11:48:51.269Z] + lftools sign git-tag v3.2.0-dev.19 [2024-07-25T11:48:51.838Z] Signing Git tag with Sigul... [2024-07-25T11:48:51.838Z] Signing v3.2.0-dev.19 [Pipeline] echo [2024-07-25T11:48:52.421Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:48:52.726Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-25T11:48:52.734Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-25T11:48:52.759Z] $ docker stop --time=1 0cc56bde9395ad67c79e865c3dfe0df0fcb858e628c6df5ea556255fad896b61 [2024-07-25T11:48:54.038Z] $ docker rm -f --volumes 0cc56bde9395ad67c79e865c3dfe0df0fcb858e628c6df5ea556255fad896b61 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-25T11:48:54.501Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-25T11:48:54.501Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:48:54.795Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-25T11:48:54.796Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:48:54.878Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:48:54.899Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-25T11:48:55.249Z] $ docker top d8afe4cbada85d9d1c75d92ab5ceb447a07cee165ef7b17f9004bd8052f24515 -eo pid,comm [2024-07-25T11:48:55.310Z] 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). [2024-07-25T11:48:55.310Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-25T11:48:55.360Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-25T11:48:55.360Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-25T11:48:55.478Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-25T11:48:55.472Z] $ docker exec d8afe4cbada85d9d1c75d92ab5ceb447a07cee165ef7b17f9004bd8052f24515 ssh-agent [2024-07-25T11:48:55.590Z] SSH_AUTH_SOCK=/tmp/ssh-xClcTfPL6T9K/agent.31 [2024-07-25T11:48:55.590Z] SSH_AGENT_PID=37 [2024-07-25T11:48:55.595Z] Running ssh-add (command line suppressed) [2024-07-25T11:48:55.688Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1035413954025252208.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1035413954025252208.key) [2024-07-25T11:48:55.709Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-25T11:48:56.003Z] + git semver bump pre [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,167 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,167 [bump_version] DEBUG bumping version:3.2.0-dev.19 on axis:pre with prefix:dev [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,167 [bump_version] DEBUG bumped version:3.2.0-dev.20 [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,167 [write_version] DEBUG write version:3.2.0-dev.20 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,167 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,167 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,169 [execute] INFO git cat-file --batch-check [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,169 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,174 [execute] INFO git cat-file --batch [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,174 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-25T11:48:56.263Z] 2024-07-25 11:48:56,180 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:48:56.263Z] 3.2.0-dev.20 [Pipeline] } [2024-07-25T11:48:56.265Z] $ docker exec --env ******** --env ******** d8afe4cbada85d9d1c75d92ab5ceb447a07cee165ef7b17f9004bd8052f24515 ssh-agent -k [2024-07-25T11:48:56.372Z] unset SSH_AUTH_SOCK; [2024-07-25T11:48:56.373Z] unset SSH_AGENT_PID; [2024-07-25T11:48:56.373Z] echo Agent pid 37 killed; [2024-07-25T11:48:56.390Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-25T11:48:56.715Z] + git semver [Pipeline] } [2024-07-25T11:48:56.982Z] $ docker stop --time=1 d8afe4cbada85d9d1c75d92ab5ceb447a07cee165ef7b17f9004bd8052f24515 [2024-07-25T11:48:58.266Z] $ docker rm -f --volumes d8afe4cbada85d9d1c75d92ab5ceb447a07cee165ef7b17f9004bd8052f24515 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-25T11:48:58.629Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-25T11:48:58.629Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:48:58.933Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-25T11:48:58.933Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:48:59.020Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:48:59.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-25T11:48:59.420Z] $ docker top 468018a9b20c11ee38e888b12880c786fd81a74b3b91241c2323ccd994cd880d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-25T11:48:59.556Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-25T11:48:59.556Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-25T11:48:59.663Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-25T11:48:59.657Z] $ docker exec 468018a9b20c11ee38e888b12880c786fd81a74b3b91241c2323ccd994cd880d ssh-agent [2024-07-25T11:48:59.781Z] SSH_AUTH_SOCK=/tmp/ssh-Ys0h5vUNSK3p/agent.32 [2024-07-25T11:48:59.781Z] SSH_AGENT_PID=38 [2024-07-25T11:48:59.785Z] Running ssh-add (command line suppressed) [2024-07-25T11:48:59.880Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14214404385515076079.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14214404385515076079.key) [2024-07-25T11:48:59.904Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-25T11:49:00.200Z] + git semver push [2024-07-25T11:49:00.459Z] 2024-07-25 11:49:00,390 [run_push] DEBUG push [2024-07-25T11:49:00.459Z] 2024-07-25 11:49:00,391 [execute] INFO git cat-file --batch-check [2024-07-25T11:49:00.459Z] 2024-07-25 11:49:00,391 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-25T11:49:00.459Z] 2024-07-25 11:49:00,396 [execute] INFO git rev-list 3973e99b29abfb757cb4ad67f81f8a7ba9c9a290 -- [2024-07-25T11:49:00.459Z] 2024-07-25 11:49:00,396 [execute] DEBUG Popen(['git', 'rev-list', '3973e99b29abfb757cb4ad67f81f8a7ba9c9a290', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-25T11:49:00.459Z] 2024-07-25 11:49:00,408 [execute] INFO git fetch -v origin [2024-07-25T11:49:00.459Z] 2024-07-25 11:49:00,408 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-07-25T11:49:01.026Z] 2024-07-25 11:49:00,862 [run_push] DEBUG no remote changes detected [2024-07-25T11:49:01.026Z] 2024-07-25 11:49:00,862 [execute] INFO git push origin semver [2024-07-25T11:49:01.026Z] 2024-07-25 11:49:00,863 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-25T11:49:01.969Z] 2024-07-25 11:49:01,634 [run_push] DEBUG push all version tags [2024-07-25T11:49:01.969Z] 2024-07-25 11:49:01,634 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-25T11:49:01.969Z] 2024-07-25 11:49:01,635 [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) [2024-07-25T11:49:02.539Z] 2024-07-25 11:49:02,468 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-25T11:49:02.539Z] 3.2.0-dev.20 [Pipeline] } [2024-07-25T11:49:02.542Z] $ docker exec --env ******** --env ******** 468018a9b20c11ee38e888b12880c786fd81a74b3b91241c2323ccd994cd880d ssh-agent -k [2024-07-25T11:49:02.654Z] unset SSH_AUTH_SOCK; [2024-07-25T11:49:02.654Z] unset SSH_AGENT_PID; [2024-07-25T11:49:02.654Z] echo Agent pid 38 killed; [2024-07-25T11:49:02.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-25T11:49:03.010Z] + git semver [Pipeline] } [2024-07-25T11:49:03.291Z] $ docker stop --time=1 468018a9b20c11ee38e888b12880c786fd81a74b3b91241c2323ccd994cd880d [2024-07-25T11:49:04.562Z] $ docker rm -f --volumes 468018a9b20c11ee38e888b12880c786fd81a74b3b91241c2323ccd994cd880d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-25T11:49:05.247Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2024-07-25T11:49:05.247Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2024-07-25T11:49:05.247Z] total 16 [2024-07-25T11:49:05.247Z] drwxr-xr-x 3 root root 4096 Jul 25 11:36 . [2024-07-25T11:49:05.247Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 25 11:48 .. [2024-07-25T11:49:05.247Z] drwxr-xr-x 2 root root 4096 Jul 25 11:36 cost [2024-07-25T11:49:05.247Z] -rw-r--r-- 1 root root 90 Jul 25 11:36 cost.csv [2024-07-25T11:49:05.247Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2024-07-25T11:49:05.247Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2024-07-25T11:49:05.247Z] total 16 [2024-07-25T11:49:05.247Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 25 11:36 . [2024-07-25T11:49:05.247Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 25 11:48 .. [2024-07-25T11:49:05.247Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 25 11:36 cost [2024-07-25T11:49:05.247Z] -rw-r--r-- 1 jenkins jenkins 90 Jul 25 11:36 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:49:05.543Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:49:06.410Z] ---> package-listing.sh [2024-07-25T11:49:06.410Z] ++ facter osfamily [2024-07-25T11:49:06.410Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-25T11:49:06.670Z] + OS_FAMILY=debian [2024-07-25T11:49:06.670Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2024-07-25T11:49:06.670Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-25T11:49:06.670Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-25T11:49:06.670Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-25T11:49:06.670Z] + PACKAGES=/tmp/packages_start.txt [2024-07-25T11:49:06.670Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2024-07-25T11:49:06.670Z] + PACKAGES=/tmp/packages_end.txt [2024-07-25T11:49:06.670Z] + case "${OS_FAMILY}" in [2024-07-25T11:49:06.670Z] + dpkg -l [2024-07-25T11:49:06.670Z] + grep '^ii' [2024-07-25T11:49:06.670Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-25T11:49:06.670Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-25T11:49:06.670Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-25T11:49:06.670Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2024-07-25T11:49:06.670Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2024-07-25T11:49:06.670Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2024-07-25T11:49:06.682Z] 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 [2024-07-25T11:49:06.963Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-25T11:49:07.544Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-25T11:49:07.544Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-25T11:49:07.623Z] prd-ubuntu20.04-docker-8c-8g-6445 does not seem to be running inside a container [2024-07-25T11:49:07.638Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-25T11:49:07.870Z] $ docker top 411dbff799418148d8647d486aca7fe575bf8f74ef4d58445f2c92ba0abbe6e3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-25T11:49:08.243Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-25T11:49:08.530Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-25T11:49:08.820Z] + ls /var/log/sa-host [2024-07-25T11:49:08.820Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-25T11:49:08.902Z] provisioning config files... [2024-07-25T11:49:08.913Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4372616767978797533tmp [Pipeline] { [Pipeline] echo [2024-07-25T11:49:08.935Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:49:09.223Z] ---> create-netrc.sh [Pipeline] } [2024-07-25T11:49:09.231Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:49:09.587Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-25T11:49:09.597Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:49:09.881Z] ---> sudo-logs.sh [2024-07-25T11:49:09.881Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-25T11:49:09.916Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:49:10.200Z] ---> job-cost.sh [2024-07-25T11:49:10.200Z] lf-activate-venv: SKIPPING [2024-07-25T11:49:10.200Z] DEBUG: total: 0.2199999988079071 [2024-07-25T11:49:10.200Z] INFO: Retrieving Stack Cost... [2024-07-25T11:49:10.461Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-25T11:49:11.030Z] INFO: Archiving Costs [Pipeline] echo [2024-07-25T11:49:11.045Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-25T11:49:11.330Z] ---> logs-deploy.sh [2024-07-25T11:49:11.330Z] lf-activate-venv: SKIPPING [2024-07-25T11:49:11.330Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/175 [2024-07-25T11:49:11.330Z] INFO: archiving workspace using pattern(s): [2024-07-25T11:49:12.268Z] Archives upload complete. [2024-07-25T11:49:12.526Z] INFO: archiving logs to Nexus