Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 91ab2d1966be996543f139896746dd83b19c5706 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-ssh10348885071881903204.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-ssh18266603034385420382.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-ssh2082594455836603600.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-ssh6604098814096086817.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-ssh4104868393984013704.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 Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-6759’ is offline Running on prd-ubuntu20.04-docker-8c-8g-6761 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 91ab2d1966be996543f139896746dd83b19c5706 (main) Commit message: "Merge pull request #482 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.29" > git config core.sparsecheckout # timeout=10 > git checkout -f 91ab2d1966be996543f139896746dd83b19c5706 # timeout=10 > git rev-list --no-walk 3bb026eb44965f8cd89cc0032dcda78f92059a39 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-30T11:41:36.390Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-30T11:41:36.472Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-30T11:41:36.495Z] ========================================================= [2024-07-30T11:41:36.495Z] EdgeX Global Pipelines Version Info [2024-07-30T11:41:36.495Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:41:37.236Z] ------------------- [2024-07-30T11:41:37.236Z] stable info: [2024-07-30T11:41:37.236Z] ------------------- [2024-07-30T11:41:37.236Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-30T11:41:37.236Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-30T11:41:37.236Z] Message: update stable to v1.0.260 [2024-07-30T11:41:37.806Z] ------------------- [2024-07-30T11:41:37.806Z] experimental info: [2024-07-30T11:41:37.806Z] ------------------- [2024-07-30T11:41:37.806Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-30T11:41:37.806Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-30T11:41:37.806Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-30T11:41:37.883Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2024-07-30T11:41:37.903Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2024-07-30T11:41:37.919Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-30T11:41:37.935Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-30T11:41:37.951Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-30T11:41:37.969Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-30T11:41:37.987Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-30T11:41:38.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-07-30T11:41:38.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-30T11:41:38.056Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-30T11:41:38.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-30T11:41:38.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2024-07-30T11:41:38.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-30T11:41:38.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-30T11:41:38.161Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-30T11:41:38.178Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-30T11:41:38.207Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-07-30T11:41:38.226Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-07-30T11:41:38.245Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-30T11:41:38.267Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-30T11:41:38.292Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-07-30T11:41:38.313Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-07-30T11:41:38.333Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-07-30T11:41:38.356Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-07-30T11:41:38.381Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-07-30T11:41:38.402Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-30T11:41:38.426Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-30T11:41:38.452Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-07-30T11:41:38.475Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-07-30T11:41:38.497Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-07-30T11:41:38.521Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 91ab2d1966be996543f139896746dd83b19c5706 [Pipeline] echo [2024-07-30T11:41:38.542Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 91ab2d1 [Pipeline] echo [2024-07-30T11:41:38.559Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-30T11:41:38.622Z] provisioning config files... [2024-07-30T11:41:38.636Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17967954224943024261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:41:38.956Z] ---> ****-login.sh [2024-07-30T11:41:38.956Z] nexus3.edgexfoundry.org:10001 [2024-07-30T11:41:39.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:39.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:39.477Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:39.477Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:39.477Z] [2024-07-30T11:41:39.477Z] Login Succeeded [2024-07-30T11:41:39.477Z] nexus3.edgexfoundry.org:10002 [2024-07-30T11:41:39.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:39.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:39.477Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:39.477Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:39.477Z] [2024-07-30T11:41:39.477Z] Login Succeeded [2024-07-30T11:41:39.477Z] nexus3.edgexfoundry.org:10003 [2024-07-30T11:41:39.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:39.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:39.478Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:39.478Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:39.478Z] [2024-07-30T11:41:39.478Z] Login Succeeded [2024-07-30T11:41:39.478Z] nexus3.edgexfoundry.org:10004 [2024-07-30T11:41:39.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:39.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:39.737Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:39.737Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:39.737Z] [2024-07-30T11:41:39.737Z] Login Succeeded [2024-07-30T11:41:39.737Z] ****.io [2024-07-30T11:41:39.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:39.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:39.997Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:39.997Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:39.997Z] [2024-07-30T11:41:39.997Z] Login Succeeded [2024-07-30T11:41:39.997Z] ---> ****-login.sh ends [Pipeline] } [2024-07-30T11:41:40.009Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-30T11:41:40.419Z] + git rev-list -1 --merges 91ab2d1966be996543f139896746dd83b19c5706~1..91ab2d1966be996543f139896746dd83b19c5706 [Pipeline] echo [2024-07-30T11:41:40.449Z] -----------> git rev-list -1 --merges 91ab2d1966be996543f139896746dd83b19c5706~1..91ab2d1966be996543f139896746dd83b19c5706 91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:41:40.449Z] 91ab2d1966be996543f139896746dd83b19c5706 [false] [Pipeline] sh [2024-07-30T11:41:40.745Z] + git log --format=format:%s -1 91ab2d1966be996543f139896746dd83b19c5706 [Pipeline] echo [2024-07-30T11:41:40.760Z] ========================================================= [2024-07-30T11:41:40.760Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-30T11:41:40.760Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-30T11:41:41.098Z] + git log --format=format:%s -1 91ab2d1966be996543f139896746dd83b19c5706 [Pipeline] echo [2024-07-30T11:41:41.110Z] [semverPrep] GIT_COMMIT: 91ab2d1966be996543f139896746dd83b19c5706, Commit Message: Merge pull request #482 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.29 [Pipeline] echo [2024-07-30T11:41:41.128Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-07-30T11:41:41.503Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-30T11:41:41.503Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-30T11:41:41.503Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-30T11:41:41.503Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-30T11:41:41.503Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-30T11:41:41.503Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-30T11:41:41.503Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:41:41.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T11:41:41.920Z] [2024-07-30T11:41:41.920Z] 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-30T11:41:42.230Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T11:41:42.230Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-30T11:41:42.230Z] b85a868b505f: Pulling fs layer [2024-07-30T11:41:42.230Z] e2be974225ed: Pulling fs layer [2024-07-30T11:41:42.230Z] 339a4e72a1f5: Pulling fs layer [2024-07-30T11:41:42.230Z] 988bab9f4d93: Pulling fs layer [2024-07-30T11:41:42.230Z] 1469e6f7b9e6: Pulling fs layer [2024-07-30T11:41:42.230Z] eaf3925da568: Pulling fs layer [2024-07-30T11:41:42.230Z] bab4dde63d76: Pulling fs layer [2024-07-30T11:41:42.230Z] bde34c3a00c8: Pulling fs layer [2024-07-30T11:41:42.230Z] b352a97aabf1: Pulling fs layer [2024-07-30T11:41:42.230Z] 4872d77fe225: Pulling fs layer [2024-07-30T11:41:42.230Z] 5851b861e8e6: Pulling fs layer [2024-07-30T11:41:42.230Z] bab4dde63d76: Waiting [2024-07-30T11:41:42.230Z] bde34c3a00c8: Waiting [2024-07-30T11:41:42.230Z] eaf3925da568: Waiting [2024-07-30T11:41:42.230Z] b352a97aabf1: Waiting [2024-07-30T11:41:42.230Z] 5851b861e8e6: Waiting [2024-07-30T11:41:42.230Z] 4872d77fe225: Waiting [2024-07-30T11:41:42.230Z] 1469e6f7b9e6: Waiting [2024-07-30T11:41:42.230Z] 988bab9f4d93: Waiting [2024-07-30T11:41:42.230Z] e2be974225ed: Download complete [2024-07-30T11:41:42.230Z] 988bab9f4d93: Verifying Checksum [2024-07-30T11:41:42.230Z] 988bab9f4d93: Download complete [2024-07-30T11:41:42.230Z] 1469e6f7b9e6: Verifying Checksum [2024-07-30T11:41:42.230Z] 1469e6f7b9e6: Download complete [2024-07-30T11:41:42.230Z] eaf3925da568: Verifying Checksum [2024-07-30T11:41:42.230Z] eaf3925da568: Download complete [2024-07-30T11:41:42.230Z] 339a4e72a1f5: Verifying Checksum [2024-07-30T11:41:42.230Z] 339a4e72a1f5: Download complete [2024-07-30T11:41:42.490Z] bde34c3a00c8: Download complete [2024-07-30T11:41:42.490Z] b352a97aabf1: Verifying Checksum [2024-07-30T11:41:42.490Z] b352a97aabf1: Download complete [2024-07-30T11:41:42.490Z] 4872d77fe225: Download complete [2024-07-30T11:41:42.490Z] 5851b861e8e6: Verifying Checksum [2024-07-30T11:41:42.490Z] 5851b861e8e6: Download complete [2024-07-30T11:41:42.490Z] b85a868b505f: Verifying Checksum [2024-07-30T11:41:42.490Z] b85a868b505f: Download complete [2024-07-30T11:41:42.749Z] bab4dde63d76: Verifying Checksum [2024-07-30T11:41:42.749Z] bab4dde63d76: Download complete [2024-07-30T11:41:43.686Z] b85a868b505f: Pull complete [2024-07-30T11:41:43.686Z] e2be974225ed: Pull complete [2024-07-30T11:41:44.253Z] 339a4e72a1f5: Pull complete [2024-07-30T11:41:44.253Z] 988bab9f4d93: Pull complete [2024-07-30T11:41:44.825Z] 1469e6f7b9e6: Pull complete [2024-07-30T11:41:44.825Z] eaf3925da568: Pull complete [2024-07-30T11:41:46.729Z] bab4dde63d76: Pull complete [2024-07-30T11:41:46.729Z] bde34c3a00c8: Pull complete [2024-07-30T11:41:46.729Z] b352a97aabf1: Pull complete [2024-07-30T11:41:46.729Z] 4872d77fe225: Pull complete [2024-07-30T11:41:46.729Z] 5851b861e8e6: Pull complete [2024-07-30T11:41:46.729Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-30T11:41:46.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T11:41:46.729Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:41:46.868Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:41:46.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-30T11:41:49.616Z] $ docker top e3c2b58abd7c6eccf897e332d0ab2a449dfb5043f8111954335aac18e70c117e -eo pid,comm [2024-07-30T11:41:49.667Z] 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-30T11:41:49.667Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-30T11:41:49.724Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T11:41:49.724Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T11:41:49.838Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T11:41:49.838Z] $ docker exec e3c2b58abd7c6eccf897e332d0ab2a449dfb5043f8111954335aac18e70c117e ssh-agent [2024-07-30T11:41:49.935Z] SSH_AUTH_SOCK=/tmp/ssh-3ITPbOjt0LQ0/agent.32 [2024-07-30T11:41:49.935Z] SSH_AGENT_PID=38 [2024-07-30T11:41:49.941Z] Running ssh-add (command line suppressed) [2024-07-30T11:41:50.036Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4563867439651719442.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_4563867439651719442.key) [2024-07-30T11:41:50.054Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T11:41:50.347Z] + git tag --points-at HEAD [Pipeline] } [2024-07-30T11:41:50.357Z] $ docker exec --env ******** --env ******** e3c2b58abd7c6eccf897e332d0ab2a449dfb5043f8111954335aac18e70c117e ssh-agent -k [2024-07-30T11:41:50.460Z] unset SSH_AUTH_SOCK; [2024-07-30T11:41:50.460Z] unset SSH_AGENT_PID; [2024-07-30T11:41:50.460Z] echo Agent pid 38 killed; [2024-07-30T11:41:50.472Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-30T11:41:50.514Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T11:41:50.514Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T11:41:50.653Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T11:41:50.653Z] $ docker exec e3c2b58abd7c6eccf897e332d0ab2a449dfb5043f8111954335aac18e70c117e ssh-agent [2024-07-30T11:41:50.764Z] SSH_AUTH_SOCK=/tmp/ssh-KgGLRe5lGBpx/agent.71 [2024-07-30T11:41:50.764Z] SSH_AGENT_PID=78 [2024-07-30T11:41:50.769Z] Running ssh-add (command line suppressed) [2024-07-30T11:41:50.877Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17472733728874367078.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17472733728874367078.key) [2024-07-30T11:41:50.892Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T11:41:51.188Z] + git semver init [2024-07-30T11:41:51.447Z] 2024-07-30 11:41:51,347 [run_init] DEBUG init version:0.0.0 force:False [2024-07-30T11:41:51.447Z] 2024-07-30 11:41:51,348 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2024-07-30T11:41:51.447Z] 2024-07-30 11:41:51,349 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2024-07-30T11:41:51.447Z] 2024-07-30 11:41:51,349 [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-30T11:41:53.986Z] 2024-07-30 11:41:53,423 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2024-07-30T11:41:53.986Z] 2024-07-30 11:41:53,423 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2024-07-30T11:41:53.986Z] 2024-07-30 11:41:53,423 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:41:53.986Z] 2024-07-30 11:41:53,424 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:41:53.986Z] 3.2.0-dev.20 [Pipeline] } [2024-07-30T11:41:53.993Z] $ docker exec --env ******** --env ******** e3c2b58abd7c6eccf897e332d0ab2a449dfb5043f8111954335aac18e70c117e ssh-agent -k [2024-07-30T11:41:54.085Z] unset SSH_AUTH_SOCK; [2024-07-30T11:41:54.086Z] unset SSH_AGENT_PID; [2024-07-30T11:41:54.086Z] echo Agent pid 78 killed; [2024-07-30T11:41:54.096Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-30T11:41:54.416Z] + git semver [Pipeline] } [2024-07-30T11:41:54.685Z] $ docker stop --time=1 e3c2b58abd7c6eccf897e332d0ab2a449dfb5043f8111954335aac18e70c117e [2024-07-30T11:41:55.984Z] $ docker rm -f --volumes e3c2b58abd7c6eccf897e332d0ab2a449dfb5043f8111954335aac18e70c117e [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-30T11:41:56.332Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-30T11:41:56.579Z] Stashed 1 file(s) [Pipeline] echo [2024-07-30T11:41:56.583Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.20 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-30T11:41:56.744Z] provisioning config files... [2024-07-30T11:41:56.754Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5864785652301483094tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:41:57.061Z] ---> ****-login.sh [2024-07-30T11:41:57.061Z] nexus3.edgexfoundry.org:10001 [2024-07-30T11:41:57.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:57.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:57.062Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:57.062Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:57.062Z] [2024-07-30T11:41:57.062Z] Login Succeeded [2024-07-30T11:41:57.062Z] nexus3.edgexfoundry.org:10002 [2024-07-30T11:41:57.062Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:57.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:57.062Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:57.062Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:57.062Z] [2024-07-30T11:41:57.062Z] Login Succeeded [2024-07-30T11:41:57.062Z] nexus3.edgexfoundry.org:10003 [2024-07-30T11:41:57.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:57.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:57.323Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:57.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:57.323Z] [2024-07-30T11:41:57.323Z] Login Succeeded [2024-07-30T11:41:57.323Z] nexus3.edgexfoundry.org:10004 [2024-07-30T11:41:57.323Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:57.323Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:57.323Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:57.323Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:57.323Z] [2024-07-30T11:41:57.323Z] Login Succeeded [2024-07-30T11:41:57.323Z] ****.io [2024-07-30T11:41:57.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:41:57.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:41:57.583Z] Configure a credential helper to remove this warning. See [2024-07-30T11:41:57.583Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:41:57.583Z] [2024-07-30T11:41:57.583Z] Login Succeeded [2024-07-30T11:41:57.583Z] ---> ****-login.sh ends [Pipeline] } [2024-07-30T11:41:57.590Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-30T11:41:57.687Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T11:41:57.712Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T11:41:57.730Z] ========================================================= [2024-07-30T11:41:57.730Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-30T11:41:57.730Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:41:58.061Z] + 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-30T11:41:58.061Z] Sending build context to Docker daemon 37.56MB [2024-07-30T11:41:58.061Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-30T11:41:58.061Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-30T11:41:58.332Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-30T11:41:58.332Z] 619be1103602: Pulling fs layer [2024-07-30T11:41:58.332Z] 7862e08f4a3e: Pulling fs layer [2024-07-30T11:41:58.332Z] 5df492c9dc93: Pulling fs layer [2024-07-30T11:41:58.332Z] 7629e6793208: Pulling fs layer [2024-07-30T11:41:58.332Z] 4f4fb700ef54: Pulling fs layer [2024-07-30T11:41:58.332Z] fb5054dd5b73: Pulling fs layer [2024-07-30T11:41:58.332Z] eeca6798cff9: Pulling fs layer [2024-07-30T11:41:58.332Z] aa269ceb94a6: Pulling fs layer [2024-07-30T11:41:58.332Z] ada007ff1a6a: Pulling fs layer [2024-07-30T11:41:58.332Z] 7629e6793208: Waiting [2024-07-30T11:41:58.332Z] 4f4fb700ef54: Waiting [2024-07-30T11:41:58.332Z] fb5054dd5b73: Waiting [2024-07-30T11:41:58.332Z] ada007ff1a6a: Waiting [2024-07-30T11:41:58.332Z] aa269ceb94a6: Waiting [2024-07-30T11:41:58.332Z] 7862e08f4a3e: Download complete [2024-07-30T11:41:58.332Z] 7629e6793208: Download complete [2024-07-30T11:41:58.332Z] 4f4fb700ef54: Download complete [2024-07-30T11:41:58.332Z] 619be1103602: Verifying Checksum [2024-07-30T11:41:58.332Z] 619be1103602: Download complete [2024-07-30T11:41:58.332Z] fb5054dd5b73: Verifying Checksum [2024-07-30T11:41:58.332Z] fb5054dd5b73: Download complete [2024-07-30T11:41:58.332Z] eeca6798cff9: Verifying Checksum [2024-07-30T11:41:58.332Z] eeca6798cff9: Download complete [2024-07-30T11:41:58.590Z] 619be1103602: Pull complete [2024-07-30T11:41:58.590Z] ada007ff1a6a: Verifying Checksum [2024-07-30T11:41:58.590Z] ada007ff1a6a: Download complete [2024-07-30T11:41:58.590Z] 7862e08f4a3e: Pull complete [2024-07-30T11:41:58.852Z] 5df492c9dc93: Download complete [2024-07-30T11:41:59.110Z] aa269ceb94a6: Verifying Checksum [2024-07-30T11:41:59.110Z] aa269ceb94a6: Download complete [2024-07-30T11:42:02.420Z] 5df492c9dc93: Pull complete [2024-07-30T11:42:02.420Z] 7629e6793208: Pull complete [2024-07-30T11:42:02.420Z] 4f4fb700ef54: Pull complete [2024-07-30T11:42:02.420Z] fb5054dd5b73: Pull complete [2024-07-30T11:42:02.420Z] eeca6798cff9: Pull complete [2024-07-30T11:42:04.953Z] aa269ceb94a6: Pull complete [2024-07-30T11:42:04.953Z] ada007ff1a6a: Pull complete [2024-07-30T11:42:04.953Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-30T11:42:04.953Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-30T11:42:04.953Z] ---> f489d0715acc [2024-07-30T11:42:04.953Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-30T11:42:10.250Z] ---> Running in 573a6326e30a [2024-07-30T11:42:10.250Z] Removing intermediate container 573a6326e30a [2024-07-30T11:42:10.250Z] ---> 8e213dcd548f [2024-07-30T11:42:10.250Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-30T11:42:10.250Z] ---> Running in a12519d46bbe [2024-07-30T11:42:10.250Z] Removing intermediate container a12519d46bbe [2024-07-30T11:42:10.250Z] ---> 89e0bb0030f3 [2024-07-30T11:42:10.250Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-07-30T11:42:10.250Z] ---> Running in 9c072ee80937 [2024-07-30T11:42:10.250Z] Removing intermediate container 9c072ee80937 [2024-07-30T11:42:10.250Z] ---> 735c8ff6ebbf [2024-07-30T11:42:10.250Z] Step 6/12 : WORKDIR /device-virtual-go [2024-07-30T11:42:10.250Z] ---> Running in 9feb17f707d1 [2024-07-30T11:42:10.250Z] Removing intermediate container 9feb17f707d1 [2024-07-30T11:42:10.250Z] ---> c7dcd1ccd909 [2024-07-30T11:42:10.250Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-30T11:42:10.250Z] ---> Running in 05dbf4e0e122 [2024-07-30T11:42:10.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-30T11:42:10.250Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-30T11:42:10.831Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-07-30T11:42:10.831Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-07-30T11:42:10.831Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-07-30T11:42:10.831Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-07-30T11:42:10.831Z] Executing busybox-1.36.1-r5.trigger [2024-07-30T11:42:10.831Z] OK: 268 MiB in 56 packages [2024-07-30T11:42:11.403Z] Removing intermediate container 05dbf4e0e122 [2024-07-30T11:42:11.403Z] ---> 1717de225730 [2024-07-30T11:42:11.403Z] Step 8/12 : COPY go.mod vendor* ./ [2024-07-30T11:42:11.404Z] ---> f7fb3090afc8 [2024-07-30T11:42:11.404Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-30T11:42:11.404Z] ---> Running in b087bb85eccc [2024-07-30T11:42:11.698Z] Still waiting to schedule task [2024-07-30T11:42:11.698Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-30T11:43:07.700Z] Removing intermediate container b087bb85eccc [2024-07-30T11:43:07.700Z] ---> a32cf7c3bf4b [2024-07-30T11:43:07.700Z] Step 10/12 : COPY . . [2024-07-30T11:43:07.700Z] ---> a57d1580e5a9 [2024-07-30T11:43:07.700Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-30T11:43:07.700Z] ---> Running in 02bc3608f66b [2024-07-30T11:43:07.700Z] Removing intermediate container 02bc3608f66b [2024-07-30T11:43:07.700Z] ---> 0e7ce7f86a69 [2024-07-30T11:43:07.700Z] Step 12/12 : RUN $MAKE [2024-07-30T11:43:07.700Z] ---> Running in f53b648b9272 [2024-07-30T11:43:07.700Z] noop [2024-07-30T11:43:07.700Z] Removing intermediate container f53b648b9272 [2024-07-30T11:43:07.700Z] ---> ace9b51f9b7b [2024-07-30T11:43:07.700Z] Successfully built ace9b51f9b7b [2024-07-30T11:43:07.700Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:43:08.032Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-30T11:43:08.032Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:43:08.114Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:43:08.142Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-30T11:43:08.551Z] $ docker top 7ab4cddce4e3144c0fa186bf4f39fe216d1b3174869046e3132ca23055a9d5c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T11:43:08.915Z] + go version [2024-07-30T11:43:08.915Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-30T11:43:08.925Z] $ docker stop --time=1 7ab4cddce4e3144c0fa186bf4f39fe216d1b3174869046e3132ca23055a9d5c2 [2024-07-30T11:43:10.197Z] $ docker rm -f --volumes 7ab4cddce4e3144c0fa186bf4f39fe216d1b3174869046e3132ca23055a9d5c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:43:10.629Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-30T11:43:10.629Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:43:10.714Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:43:10.743Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-30T11:43:11.098Z] $ docker top 2550c4a99611dfdf05f799e6ddbde44cb91710e91201176ae87cc173f0ea78e4 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T11:43:11.460Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2024-07-30T11:43:11.766Z] + make test [2024-07-30T11:43:11.766Z] go test ./... -coverprofile=coverage.out [2024-07-30T11:43:13.678Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2024-07-30T11:43:31.749Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2024-07-30T11:43:31.749Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.011s coverage: 58.4% of statements [2024-07-30T11:43:41.719Z] go vet ./... [2024-07-30T11:43:44.841Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6762 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2024-07-30T11:43:44.860Z] Running in /w/workspace/device-virtual-go/176 [Pipeline] { [Pipeline] checkout [2024-07-30T11:43:46.974Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-30T11:43:46.974Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-30T11:43:46.974Z] ./bin/test-attribution-txt.sh [2024-07-30T11:43:46.974Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-07-30T11:43:47.913Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [2024-07-30T11:43:47.917Z] The recommended git tool is: git [Pipeline] } [2024-07-30T11:43:47.927Z] $ docker stop --time=1 2550c4a99611dfdf05f799e6ddbde44cb91710e91201176ae87cc173f0ea78e4 [2024-07-30T11:43:52.308Z] using credential edgex-jenkins-ssh [2024-07-30T11:43:52.328Z] Cloning the remote Git repository [2024-07-30T11:43:52.506Z] $ docker rm -f --volumes 2550c4a99611dfdf05f799e6ddbde44cb91710e91201176ae87cc173f0ea78e4 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-30T11:43:52.356Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2024-07-30T11:43:52.435Z] > git init /w/workspace/device-virtual-go/176 # timeout=10 [2024-07-30T11:43:52.567Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2024-07-30T11:43:52.568Z] > git --version # timeout=10 [2024-07-30T11:43:52.600Z] > git --version # 'git version 2.25.1' [2024-07-30T11:43:52.602Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-30T11:43:52.747Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-30T11:43:53.032Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-30T11:43:53.100Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-07-30T11:43:53.647Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-30T11:43:53.930Z] + ls -al . [2024-07-30T11:43:53.930Z] total 276 [2024-07-30T11:43:53.930Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 11:43 . [2024-07-30T11:43:53.930Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 30 11:41 .. [2024-07-30T11:43:53.930Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 11:43 .git [2024-07-30T11:43:53.930Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 11:41 .github [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 272 Jul 30 11:41 .gitignore [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 30 11:41 .golangci.yml [2024-07-30T11:43:53.930Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 30 11:41 .semver [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 17933 Jul 30 11:41 Attribution.txt [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 15941 Jul 30 11:41 CHANGELOG.md [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jul 30 11:41 Dockerfile [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 30 11:41 GOVERNANCE.md [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 660 Jul 30 11:41 Jenkinsfile [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 30 11:41 LICENSE [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 1953 Jul 30 11:41 Makefile [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 623 Jul 30 11:41 OWNERS.md [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 4103 Jul 30 11:41 README.md [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 30 11:41 VERSION [2024-07-30T11:43:53.930Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 30 11:41 bin [2024-07-30T11:43:53.930Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 11:41 cmd [2024-07-30T11:43:53.930Z] -rw-r--r-- 1 jenkins jenkins 43247 Jul 30 11:43 coverage.out [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 6923 Jul 30 11:41 go.mod [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 101673 Jul 30 11:41 go.sum [2024-07-30T11:43:53.930Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 11:41 internal [2024-07-30T11:43:53.930Z] -rw-rw-r-- 1 jenkins jenkins 235 Jul 30 11:41 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:43:54.244Z] + 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=91ab2d1966be996543f139896746dd83b19c5706 --label arch=amd64 --label version=3.2.0-dev.20 . [2024-07-30T11:43:54.245Z] Sending build context to Docker daemon 37.6MB [2024-07-30T11:43:54.245Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-07-30T11:43:54.245Z] Step 2/26 : FROM ${BASE} AS builder [2024-07-30T11:43:54.245Z] ---> ace9b51f9b7b [2024-07-30T11:43:54.245Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-30T11:43:55.190Z] ---> Running in 49552bf6814a [2024-07-30T11:43:55.449Z] Removing intermediate container 49552bf6814a [2024-07-30T11:43:55.449Z] ---> 3b68532bbc98 [2024-07-30T11:43:55.449Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-07-30T11:43:55.449Z] ---> Running in 79ba566f9d05 [2024-07-30T11:43:55.449Z] Removing intermediate container 79ba566f9d05 [2024-07-30T11:43:55.449Z] ---> 822b808ef662 [2024-07-30T11:43:55.449Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-07-30T11:43:55.449Z] ---> Running in 1bda5da8baf2 [2024-07-30T11:43:55.707Z] Removing intermediate container 1bda5da8baf2 [2024-07-30T11:43:55.707Z] ---> 60c339a870df [2024-07-30T11:43:55.707Z] Step 6/26 : WORKDIR /device-virtual-go [2024-07-30T11:43:55.707Z] ---> Running in ca5740f15e46 [2024-07-30T11:43:55.707Z] Removing intermediate container ca5740f15e46 [2024-07-30T11:43:55.707Z] ---> 244ca77b0feb [2024-07-30T11:43:55.707Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-30T11:43:55.707Z] ---> Running in c3dbaadb7a0a [2024-07-30T11:43:55.965Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-30T11:43:56.223Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-30T11:43:56.480Z] OK: 268 MiB in 56 packages [2024-07-30T11:43:56.194Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2024-07-30T11:43:56.223Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-30T11:43:56.740Z] Removing intermediate container c3dbaadb7a0a [2024-07-30T11:43:56.740Z] ---> 4217ba83d899 [2024-07-30T11:43:56.740Z] Step 8/26 : COPY go.mod vendor* ./ [2024-07-30T11:43:56.999Z] ---> 548e7b42bc08 [2024-07-30T11:43:56.999Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-30T11:43:56.999Z] ---> Running in b476ba67512e [2024-07-30T11:43:57.145Z] Avoid second fetch [2024-07-30T11:43:57.146Z] Checking out Revision 91ab2d1966be996543f139896746dd83b19c5706 (main) [2024-07-30T11:43:57.565Z] Removing intermediate container b476ba67512e [2024-07-30T11:43:57.565Z] ---> 6a06acb2a222 [2024-07-30T11:43:57.565Z] Step 10/26 : COPY . . [2024-07-30T11:43:57.785Z] Commit message: "Merge pull request #482 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.29" [2024-07-30T11:43:57.158Z] > git config core.sparsecheckout # timeout=10 [2024-07-30T11:43:57.224Z] > git checkout -f 91ab2d1966be996543f139896746dd83b19c5706 # timeout=10 [2024-07-30T11:43:58.939Z] ---> c1c2e53647f8 [2024-07-30T11:43:58.939Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-30T11:43:59.197Z] ---> Running in 30031380f943 [2024-07-30T11:43:59.456Z] Removing intermediate container 30031380f943 [2024-07-30T11:43:59.456Z] ---> 1d4c424fed53 [2024-07-30T11:43:59.456Z] Step 12/26 : RUN $MAKE [2024-07-30T11:43:59.715Z] ---> Running in f789b3733024 [2024-07-30T11:44:00.281Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.20 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.29" -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-30T11:44:02.468Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-30T11:44:02.468Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-30T11:44:02.468Z] Dload Upload Total Spent Left Speed [2024-07-30T11:44:02.468Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 96451 0 --:--:-- --:--:-- --:--:-- 96451 [Pipeline] sh [2024-07-30T11:44:02.806Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-30T11:44:03.131Z] + sudo tee /etc/docker/daemon.new [2024-07-30T11:44:03.131Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-30T11:44:03.131Z] { [2024-07-30T11:44:03.131Z] "registry-mirrors": [ [2024-07-30T11:44:03.131Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-30T11:44:03.131Z] ], [2024-07-30T11:44:03.131Z] "bip": "10.250.0.254/24", [2024-07-30T11:44:03.131Z] "hosts": [ [2024-07-30T11:44:03.131Z] "tcp://0.0.0.0:5555", [2024-07-30T11:44:03.131Z] "unix:///var/run/docker.sock" [2024-07-30T11:44:03.131Z] ], [2024-07-30T11:44:03.131Z] "mtu": 1458, [2024-07-30T11:44:03.131Z] "selinux-enabled": true, [2024-07-30T11:44:03.131Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-30T11:44:03.131Z] } [Pipeline] sh [2024-07-30T11:44:03.455Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-30T11:44:03.776Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-30T11:44:22.029Z] provisioning config files... [2024-07-30T11:44:22.053Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/176@tmp/config5958080103727761814tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:44:22.485Z] ---> ****-login.sh [2024-07-30T11:44:22.485Z] nexus3.edgexfoundry.org:10001 [2024-07-30T11:44:22.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:23.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:23.026Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:23.026Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:23.026Z] [2024-07-30T11:44:23.026Z] Login Succeeded [2024-07-30T11:44:23.026Z] nexus3.edgexfoundry.org:10002 [2024-07-30T11:44:23.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:23.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:23.567Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:23.567Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:23.567Z] [2024-07-30T11:44:23.567Z] Login Succeeded [2024-07-30T11:44:23.567Z] nexus3.edgexfoundry.org:10003 [2024-07-30T11:44:23.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:23.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:23.834Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:23.834Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:23.834Z] [2024-07-30T11:44:23.834Z] Login Succeeded [2024-07-30T11:44:23.834Z] nexus3.edgexfoundry.org:10004 [2024-07-30T11:44:24.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:24.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:24.106Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:24.106Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:24.106Z] [2024-07-30T11:44:24.106Z] Login Succeeded [2024-07-30T11:44:24.106Z] ****.io [2024-07-30T11:44:24.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:24.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:24.644Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:24.644Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:24.644Z] [2024-07-30T11:44:24.644Z] Login Succeeded [2024-07-30T11:44:24.644Z] ---> ****-login.sh ends [Pipeline] } [2024-07-30T11:44:24.657Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-07-30T11:44:24.970Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T11:44:24.994Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T11:44:25.012Z] ========================================================= [2024-07-30T11:44:25.012Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-30T11:44:25.012Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:25.388Z] + 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-30T11:44:25.973Z] Sending build context to Docker daemon 18.96MB [2024-07-30T11:44:25.973Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-07-30T11:44:25.973Z] Step 2/12 : FROM ${BASE} AS builder [2024-07-30T11:44:25.973Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-30T11:44:25.973Z] c6b39de5b339: Pulling fs layer [2024-07-30T11:44:25.973Z] a69c41024577: Pulling fs layer [2024-07-30T11:44:25.973Z] d6de4b400683: Pulling fs layer [2024-07-30T11:44:25.973Z] 35cb2a7552d0: Pulling fs layer [2024-07-30T11:44:25.973Z] 4f4fb700ef54: Pulling fs layer [2024-07-30T11:44:25.973Z] 464afbd9ba4c: Pulling fs layer [2024-07-30T11:44:25.973Z] 00f215d4a9da: Pulling fs layer [2024-07-30T11:44:25.973Z] d496ad576159: Pulling fs layer [2024-07-30T11:44:25.973Z] 4f4fb700ef54: Waiting [2024-07-30T11:44:25.973Z] 00f215d4a9da: Waiting [2024-07-30T11:44:25.973Z] d496ad576159: Waiting [2024-07-30T11:44:25.973Z] 464afbd9ba4c: Waiting [2024-07-30T11:44:25.973Z] 35cb2a7552d0: Waiting [2024-07-30T11:44:26.242Z] a69c41024577: Verifying Checksum [2024-07-30T11:44:26.242Z] a69c41024577: Download complete [2024-07-30T11:44:26.242Z] 35cb2a7552d0: Verifying Checksum [2024-07-30T11:44:26.242Z] 35cb2a7552d0: Download complete [2024-07-30T11:44:26.242Z] 4f4fb700ef54: Verifying Checksum [2024-07-30T11:44:26.242Z] 4f4fb700ef54: Download complete [2024-07-30T11:44:26.242Z] 464afbd9ba4c: Verifying Checksum [2024-07-30T11:44:26.242Z] 464afbd9ba4c: Download complete [2024-07-30T11:44:26.242Z] c6b39de5b339: Download complete [2024-07-30T11:44:26.509Z] d496ad576159: Verifying Checksum [2024-07-30T11:44:26.509Z] d496ad576159: Download complete [2024-07-30T11:44:27.093Z] c6b39de5b339: Pull complete [2024-07-30T11:44:27.690Z] a69c41024577: Pull complete [2024-07-30T11:44:28.279Z] d6de4b400683: Download complete [2024-07-30T11:44:29.235Z] 00f215d4a9da: Verifying Checksum [2024-07-30T11:44:29.235Z] 00f215d4a9da: Download complete [2024-07-30T11:44:38.992Z] Removing intermediate container f789b3733024 [2024-07-30T11:44:38.992Z] ---> f4bcbe75ba0d [2024-07-30T11:44:38.992Z] Step 13/26 : FROM alpine:3.18 [2024-07-30T11:44:38.992Z] 3.18: Pulling from library/alpine [2024-07-30T11:44:38.992Z] 930bdd4d222e: Pulling fs layer [2024-07-30T11:44:38.992Z] 930bdd4d222e: Download complete [2024-07-30T11:44:38.992Z] 930bdd4d222e: Pull complete [2024-07-30T11:44:38.992Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-30T11:44:38.992Z] Status: Downloaded newer image for alpine:3.18 [2024-07-30T11:44:38.992Z] ---> 18f865063206 [2024-07-30T11:44:38.992Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2024-07-30T11:44:38.992Z] ---> Running in 2b9edf46bed1 [2024-07-30T11:44:38.992Z] Removing intermediate container 2b9edf46bed1 [2024-07-30T11:44:38.992Z] ---> d531c86a2baa [2024-07-30T11:44:38.992Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-07-30T11:44:38.992Z] ---> Running in 2c5c3c3f4dba [2024-07-30T11:44:38.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-30T11:44:38.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-30T11:44:38.992Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-30T11:44:38.992Z] Executing busybox-1.36.1-r7.trigger [2024-07-30T11:44:38.992Z] OK: 7 MiB in 16 packages [2024-07-30T11:44:38.992Z] Removing intermediate container 2c5c3c3f4dba [2024-07-30T11:44:38.992Z] ---> b30ac4a78191 [2024-07-30T11:44:38.992Z] Step 16/26 : RUN apk --no-cache upgrade [2024-07-30T11:44:38.992Z] ---> Running in fd250185de44 [2024-07-30T11:44:38.992Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-30T11:44:39.252Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-30T11:44:39.252Z] OK: 7 MiB in 16 packages [2024-07-30T11:44:39.820Z] Removing intermediate container fd250185de44 [2024-07-30T11:44:39.820Z] ---> fa7e6e9e959a [2024-07-30T11:44:39.820Z] Step 17/26 : WORKDIR / [2024-07-30T11:44:39.820Z] ---> Running in 2e7b1b66f114 [2024-07-30T11:44:40.078Z] Removing intermediate container 2e7b1b66f114 [2024-07-30T11:44:40.078Z] ---> 6434f83a4d4c [2024-07-30T11:44:40.079Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2024-07-30T11:44:40.337Z] ---> 6cb1810c0594 [2024-07-30T11:44:40.337Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2024-07-30T11:44:40.337Z] ---> 4361c8cccecf [2024-07-30T11:44:40.337Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2024-07-30T11:44:41.539Z] d6de4b400683: Pull complete [2024-07-30T11:44:41.539Z] 35cb2a7552d0: Pull complete [2024-07-30T11:44:41.539Z] 4f4fb700ef54: Pull complete [2024-07-30T11:44:41.803Z] 464afbd9ba4c: Pull complete [2024-07-30T11:44:42.241Z] ---> 8f671525bad1 [2024-07-30T11:44:42.241Z] Step 21/26 : EXPOSE 59900 [2024-07-30T11:44:42.241Z] ---> Running in 291d99d2458d [2024-07-30T11:44:42.806Z] Removing intermediate container 291d99d2458d [2024-07-30T11:44:42.806Z] ---> ec0670723445 [2024-07-30T11:44:42.806Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2024-07-30T11:44:42.806Z] ---> Running in 3ab719cff559 [2024-07-30T11:44:42.806Z] Removing intermediate container 3ab719cff559 [2024-07-30T11:44:42.806Z] ---> 9891977aea57 [2024-07-30T11:44:42.806Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-30T11:44:42.806Z] ---> Running in 44a52a655d34 [2024-07-30T11:44:43.065Z] Removing intermediate container 44a52a655d34 [2024-07-30T11:44:43.065Z] ---> cf856bfe572a [2024-07-30T11:44:43.065Z] Step 24/26 : LABEL arch=amd64 [2024-07-30T11:44:43.065Z] ---> Running in 00e168861f19 [2024-07-30T11:44:43.632Z] Removing intermediate container 00e168861f19 [2024-07-30T11:44:43.632Z] ---> cd58e236ac6a [2024-07-30T11:44:43.632Z] Step 25/26 : LABEL git_sha=91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:44:44.201Z] ---> Running in e1f436847aeb [2024-07-30T11:44:44.461Z] Removing intermediate container e1f436847aeb [2024-07-30T11:44:44.461Z] ---> c91b2ce303af [2024-07-30T11:44:44.461Z] Step 26/26 : LABEL version=3.2.0-dev.20 [2024-07-30T11:44:44.720Z] ---> Running in a522fbcf9832 [2024-07-30T11:44:44.992Z] Removing intermediate container a522fbcf9832 [2024-07-30T11:44:44.993Z] ---> 2a454239fb17 [2024-07-30T11:44:44.993Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-30T11:44:44.993Z] Successfully built 2a454239fb17 [2024-07-30T11:44:44.993Z] 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-30T11:44:45.125Z] provisioning config files... [2024-07-30T11:44:45.135Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config18143671127614897786tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:44:45.439Z] ---> ****-login.sh [2024-07-30T11:44:45.439Z] nexus3.edgexfoundry.org:10001 [2024-07-30T11:44:45.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:45.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:45.439Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:45.439Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:45.439Z] [2024-07-30T11:44:45.439Z] Login Succeeded [2024-07-30T11:44:45.439Z] nexus3.edgexfoundry.org:10002 [2024-07-30T11:44:45.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:45.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:45.439Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:45.440Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:45.440Z] [2024-07-30T11:44:45.440Z] Login Succeeded [2024-07-30T11:44:45.440Z] nexus3.edgexfoundry.org:10003 [2024-07-30T11:44:45.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:45.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:45.698Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:45.698Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:45.698Z] [2024-07-30T11:44:45.698Z] Login Succeeded [2024-07-30T11:44:45.698Z] nexus3.edgexfoundry.org:10004 [2024-07-30T11:44:45.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:45.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:45.698Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:45.698Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:45.698Z] [2024-07-30T11:44:45.698Z] Login Succeeded [2024-07-30T11:44:45.698Z] ****.io [2024-07-30T11:44:45.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:44:45.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:44:45.957Z] Configure a credential helper to remove this warning. See [2024-07-30T11:44:45.957Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:44:45.957Z] [2024-07-30T11:44:45.957Z] Login Succeeded [2024-07-30T11:44:45.957Z] ---> ****-login.sh ends [Pipeline] } [2024-07-30T11:44:45.964Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-30T11:44:46.017Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T11:44:46.049Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2024-07-30T11:44:46.049Z] 91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:44:46.049Z] latest [2024-07-30T11:44:46.049Z] 3.2.0-dev.20 [2024-07-30T11:44:46.049Z] 91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20 [2024-07-30T11:44:46.049Z] main [2024-07-30T11:44:46.049Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:46.393Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:91ab2d1966be996543f139896746dd83b19c5706 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:46.716Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:44:46.716Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-30T11:44:46.716Z] ea1529903df9: Preparing [2024-07-30T11:44:46.716Z] 57a59cd7b6e9: Preparing [2024-07-30T11:44:46.716Z] bc3c9d5a3b85: Preparing [2024-07-30T11:44:46.716Z] 206b45da8919: Preparing [2024-07-30T11:44:46.716Z] 26eb8d47dea1: Preparing [2024-07-30T11:44:46.716Z] ce7f800efff9: Preparing [2024-07-30T11:44:46.716Z] ce7f800efff9: Waiting [2024-07-30T11:44:46.716Z] 57a59cd7b6e9: Pushed [2024-07-30T11:44:46.716Z] 206b45da8919: Pushed [2024-07-30T11:44:46.716Z] 26eb8d47dea1: Pushed [2024-07-30T11:44:46.716Z] bc3c9d5a3b85: Pushed [2024-07-30T11:44:46.973Z] ce7f800efff9: Layer already exists [2024-07-30T11:44:49.512Z] ea1529903df9: Pushed [2024-07-30T11:44:49.771Z] 91ab2d1966be996543f139896746dd83b19c5706: digest: sha256:4809f0a36f596734a665946fe039e45a0600dcf57214b34953ce0c3ca656dfb4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:50.019Z] 00f215d4a9da: Pull complete [2024-07-30T11:44:50.105Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:50.425Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2024-07-30T11:44:50.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-30T11:44:50.425Z] ea1529903df9: Preparing [2024-07-30T11:44:50.425Z] 57a59cd7b6e9: Preparing [2024-07-30T11:44:50.425Z] bc3c9d5a3b85: Preparing [2024-07-30T11:44:50.425Z] 206b45da8919: Preparing [2024-07-30T11:44:50.425Z] 26eb8d47dea1: Preparing [2024-07-30T11:44:50.425Z] ce7f800efff9: Preparing [2024-07-30T11:44:50.425Z] ce7f800efff9: Waiting [2024-07-30T11:44:50.425Z] ea1529903df9: Layer already exists [2024-07-30T11:44:50.425Z] 206b45da8919: Layer already exists [2024-07-30T11:44:50.425Z] bc3c9d5a3b85: Layer already exists [2024-07-30T11:44:50.425Z] 57a59cd7b6e9: Layer already exists [2024-07-30T11:44:50.425Z] 26eb8d47dea1: Layer already exists [2024-07-30T11:44:50.425Z] ce7f800efff9: Layer already exists [2024-07-30T11:44:50.425Z] latest: digest: sha256:4809f0a36f596734a665946fe039e45a0600dcf57214b34953ce0c3ca656dfb4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:50.749Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:51.075Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.20 [2024-07-30T11:44:51.075Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-30T11:44:51.075Z] ea1529903df9: Preparing [2024-07-30T11:44:51.075Z] 57a59cd7b6e9: Preparing [2024-07-30T11:44:51.075Z] bc3c9d5a3b85: Preparing [2024-07-30T11:44:51.075Z] 206b45da8919: Preparing [2024-07-30T11:44:51.075Z] 26eb8d47dea1: Preparing [2024-07-30T11:44:51.075Z] ce7f800efff9: Preparing [2024-07-30T11:44:51.075Z] ce7f800efff9: Waiting [2024-07-30T11:44:51.075Z] 57a59cd7b6e9: Layer already exists [2024-07-30T11:44:51.075Z] bc3c9d5a3b85: Layer already exists [2024-07-30T11:44:51.075Z] ea1529903df9: Layer already exists [2024-07-30T11:44:51.075Z] 206b45da8919: Layer already exists [2024-07-30T11:44:51.075Z] 26eb8d47dea1: Layer already exists [2024-07-30T11:44:51.075Z] ce7f800efff9: Layer already exists [2024-07-30T11:44:51.075Z] 3.2.0-dev.20: digest: sha256:4809f0a36f596734a665946fe039e45a0600dcf57214b34953ce0c3ca656dfb4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:51.411Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:51.744Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20 [2024-07-30T11:44:51.744Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-30T11:44:51.744Z] ea1529903df9: Preparing [2024-07-30T11:44:51.744Z] 57a59cd7b6e9: Preparing [2024-07-30T11:44:51.744Z] bc3c9d5a3b85: Preparing [2024-07-30T11:44:51.744Z] 206b45da8919: Preparing [2024-07-30T11:44:51.744Z] 26eb8d47dea1: Preparing [2024-07-30T11:44:51.744Z] ce7f800efff9: Preparing [2024-07-30T11:44:51.744Z] ce7f800efff9: Waiting [2024-07-30T11:44:51.744Z] 206b45da8919: Layer already exists [2024-07-30T11:44:51.744Z] 26eb8d47dea1: Layer already exists [2024-07-30T11:44:51.744Z] ea1529903df9: Layer already exists [2024-07-30T11:44:51.744Z] 57a59cd7b6e9: Layer already exists [2024-07-30T11:44:51.744Z] bc3c9d5a3b85: Layer already exists [2024-07-30T11:44:51.744Z] ce7f800efff9: Layer already exists [2024-07-30T11:44:51.744Z] 91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20: digest: sha256:4809f0a36f596734a665946fe039e45a0600dcf57214b34953ce0c3ca656dfb4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:51.969Z] d496ad576159: Pull complete [2024-07-30T11:44:51.969Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-30T11:44:51.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-30T11:44:51.969Z] ---> f246e2811388 [2024-07-30T11:44:51.969Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-30T11:44:52.067Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:52.392Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2024-07-30T11:44:52.392Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-07-30T11:44:52.392Z] ea1529903df9: Preparing [2024-07-30T11:44:52.392Z] 57a59cd7b6e9: Preparing [2024-07-30T11:44:52.392Z] bc3c9d5a3b85: Preparing [2024-07-30T11:44:52.392Z] 206b45da8919: Preparing [2024-07-30T11:44:52.392Z] 26eb8d47dea1: Preparing [2024-07-30T11:44:52.392Z] ce7f800efff9: Preparing [2024-07-30T11:44:52.392Z] ce7f800efff9: Waiting [2024-07-30T11:44:52.392Z] ea1529903df9: Layer already exists [2024-07-30T11:44:52.392Z] 26eb8d47dea1: Layer already exists [2024-07-30T11:44:52.392Z] 57a59cd7b6e9: Layer already exists [2024-07-30T11:44:52.392Z] bc3c9d5a3b85: Layer already exists [2024-07-30T11:44:52.392Z] 206b45da8919: Layer already exists [2024-07-30T11:44:52.392Z] ce7f800efff9: Layer already exists [2024-07-30T11:44:52.392Z] main: digest: sha256:4809f0a36f596734a665946fe039e45a0600dcf57214b34953ce0c3ca656dfb4 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-30T11:44:52.475Z] ===================================================== [Pipeline] echo [2024-07-30T11:44:52.487Z] taggedImages: [2024-07-30T11:44:52.487Z] - nexus3.edgexfoundry.org:10004/device-virtual:91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:44:52.487Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2024-07-30T11:44:52.487Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.20 [2024-07-30T11:44:52.487Z] - nexus3.edgexfoundry.org:10004/device-virtual:91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20 [2024-07-30T11:44:52.487Z] - 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-30T11:44:52.883Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-30T11:44:52.883Z] [2024-07-30T11:44:52.883Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:44:53.185Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-30T11:44:53.185Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-30T11:44:53.185Z] 5eb5b503b376: Pulling fs layer [2024-07-30T11:44:53.185Z] 5c69ac0246d0: Pulling fs layer [2024-07-30T11:44:53.185Z] ec43610c2a17: Pulling fs layer [2024-07-30T11:44:53.185Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-30T11:44:53.185Z] 33b1e0a273af: Pulling fs layer [2024-07-30T11:44:53.185Z] 5d3b04190fa2: Pulling fs layer [2024-07-30T11:44:53.186Z] 2f39f015ded8: Pulling fs layer [2024-07-30T11:44:53.186Z] 5d3b04190fa2: Waiting [2024-07-30T11:44:53.186Z] 2f39f015ded8: Waiting [2024-07-30T11:44:53.186Z] 3a2ae6a8a46f: Waiting [2024-07-30T11:44:53.186Z] 33b1e0a273af: Waiting [2024-07-30T11:44:53.186Z] 5c69ac0246d0: Download complete [2024-07-30T11:44:53.186Z] 3a2ae6a8a46f: Download complete [2024-07-30T11:44:53.378Z] ---> Running in 7cd73dfb7743 [2024-07-30T11:44:53.443Z] 33b1e0a273af: Verifying Checksum [2024-07-30T11:44:53.443Z] 33b1e0a273af: Download complete [2024-07-30T11:44:53.443Z] 5d3b04190fa2: Verifying Checksum [2024-07-30T11:44:53.443Z] 5d3b04190fa2: Download complete [2024-07-30T11:44:53.443Z] ec43610c2a17: Verifying Checksum [2024-07-30T11:44:53.443Z] ec43610c2a17: Download complete [2024-07-30T11:44:53.443Z] 5eb5b503b376: Verifying Checksum [2024-07-30T11:44:53.443Z] 5eb5b503b376: Download complete [2024-07-30T11:44:53.645Z] Removing intermediate container 7cd73dfb7743 [2024-07-30T11:44:53.646Z] ---> 87497b69b30c [2024-07-30T11:44:53.646Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-07-30T11:44:53.914Z] ---> Running in bd211e8de776 [2024-07-30T11:44:54.008Z] 2f39f015ded8: Download complete [2024-07-30T11:44:54.181Z] Removing intermediate container bd211e8de776 [2024-07-30T11:44:54.181Z] ---> fc874b659ce4 [2024-07-30T11:44:54.181Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-07-30T11:44:54.181Z] ---> Running in 38041305f474 [2024-07-30T11:44:54.448Z] Removing intermediate container 38041305f474 [2024-07-30T11:44:54.448Z] ---> 6e9afc9c6f84 [2024-07-30T11:44:54.448Z] Step 6/12 : WORKDIR /device-virtual-go [2024-07-30T11:44:54.573Z] 5eb5b503b376: Pull complete [2024-07-30T11:44:54.715Z] ---> Running in c5dfdc07cdfa [2024-07-30T11:44:54.831Z] 5c69ac0246d0: Pull complete [2024-07-30T11:44:54.992Z] Removing intermediate container c5dfdc07cdfa [2024-07-30T11:44:54.992Z] ---> 3da5a19c00a8 [2024-07-30T11:44:54.992Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-30T11:44:54.992Z] ---> Running in 78f54c5a0c73 [2024-07-30T11:44:55.399Z] ec43610c2a17: Pull complete [2024-07-30T11:44:55.399Z] 3a2ae6a8a46f: Pull complete [2024-07-30T11:44:55.657Z] 33b1e0a273af: Pull complete [2024-07-30T11:44:55.657Z] 5d3b04190fa2: Pull complete [2024-07-30T11:44:56.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-30T11:44:56.421Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-30T11:44:57.380Z] (1/4) Installing openssh-keygen (9.3_p2-r2) [2024-07-30T11:44:57.380Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-07-30T11:44:57.380Z] (3/4) Installing openssh-client-common (9.3_p2-r2) [2024-07-30T11:44:57.646Z] (4/4) Installing openssh-client-default (9.3_p2-r2) [2024-07-30T11:44:57.646Z] Executing busybox-1.36.1-r5.trigger [2024-07-30T11:44:57.646Z] OK: 271 MiB in 56 packages [2024-07-30T11:44:58.608Z] Removing intermediate container 78f54c5a0c73 [2024-07-30T11:44:58.608Z] ---> 5b3f7cb9432c [2024-07-30T11:44:58.608Z] Step 8/12 : COPY go.mod vendor* ./ [2024-07-30T11:44:59.188Z] ---> f5b65012a540 [2024-07-30T11:44:59.188Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-30T11:44:59.188Z] ---> Running in 043243ab787c [2024-07-30T11:44:59.837Z] 2f39f015ded8: Pull complete [2024-07-30T11:45:00.095Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-30T11:45:00.095Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-30T11:45:00.354Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:45:00.458Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:45:00.485Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-30T11:45:06.755Z] $ docker top 7218836349a33a2c7b5c3449e7c429048f25a00f44a933968bd4abd83b6a8210 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:45:07.169Z] ---> job-cost.sh [2024-07-30T11:45:07.169Z] lf-activate-venv: SKIPPING [2024-07-30T11:45:07.169Z] INFO: No Stack... [2024-07-30T11:45:07.427Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-30T11:45:07.994Z] INFO: Archiving Costs [Pipeline] sh [2024-07-30T11:45:08.285Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2024-07-30T11:45:08.285Z] + cut -d, -f6 [Pipeline] lock [2024-07-30T11:45:08.297Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-176-stack-cost] [2024-07-30T11:45:08.309Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-176-stack-cost] did not exist. Created. [2024-07-30T11:45:08.316Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-176-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-30T11:45:08.624Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-07-30T11:45:08.660Z] Stashed 1 file(s) [Pipeline] } [2024-07-30T11:45:08.668Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-176-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-30T11:45:08.694Z] $ docker stop --time=1 7218836349a33a2c7b5c3449e7c429048f25a00f44a933968bd4abd83b6a8210 [2024-07-30T11:45:09.842Z] $ docker rm -f --volumes 7218836349a33a2c7b5c3449e7c429048f25a00f44a933968bd4abd83b6a8210 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-30T11:46:50.822Z] Removing intermediate container 043243ab787c [2024-07-30T11:46:50.822Z] ---> 2f30df904d50 [2024-07-30T11:46:50.822Z] Step 10/12 : COPY . . [2024-07-30T11:46:50.822Z] ---> e9f86e927fef [2024-07-30T11:46:50.822Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-30T11:46:50.822Z] ---> Running in 7321b7b0ea4f [2024-07-30T11:46:50.822Z] Removing intermediate container 7321b7b0ea4f [2024-07-30T11:46:50.822Z] ---> 3ecf16bfe590 [2024-07-30T11:46:50.822Z] Step 12/12 : RUN $MAKE [2024-07-30T11:46:50.822Z] ---> Running in 373605b7add2 [2024-07-30T11:46:50.822Z] noop [2024-07-30T11:46:50.822Z] Removing intermediate container 373605b7add2 [2024-07-30T11:46:50.822Z] ---> 3fe661c32576 [2024-07-30T11:46:50.822Z] Successfully built 3fe661c32576 [2024-07-30T11:46:50.822Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:46:51.185Z] + docker inspect -f . ci-base-image-arm64 [2024-07-30T11:46:51.185Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:46:51.395Z] prd-ubuntu20.04-docker-arm64-4c-16g-6762 does not seem to be running inside a container [2024-07-30T11:46:51.461Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/176 -v /w/workspace/device-virtual-go/176:/w/workspace/device-virtual-go/176:rw,z -v /w/workspace/device-virtual-go/176@tmp:/w/workspace/device-virtual-go/176@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-30T11:46:52.627Z] $ docker top 49b2ac21d208ab6dd444d73438be7cb171348fac7ce237c7b22501841963d1f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T11:46:53.446Z] + go version [2024-07-30T11:46:53.446Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-30T11:46:53.466Z] $ docker stop --time=1 49b2ac21d208ab6dd444d73438be7cb171348fac7ce237c7b22501841963d1f3 [2024-07-30T11:46:55.064Z] $ docker rm -f --volumes 49b2ac21d208ab6dd444d73438be7cb171348fac7ce237c7b22501841963d1f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:46:55.628Z] + docker inspect -f . ci-base-image-arm64 [2024-07-30T11:46:55.628Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:46:55.817Z] prd-ubuntu20.04-docker-arm64-4c-16g-6762 does not seem to be running inside a container [2024-07-30T11:46:55.950Z] $ 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/176 -v /w/workspace/device-virtual-go/176:/w/workspace/device-virtual-go/176:rw,z -v /w/workspace/device-virtual-go/176@tmp:/w/workspace/device-virtual-go/176@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-30T11:46:57.170Z] $ docker top 9355bdec5b29ef6509ab732771615335561ee7bad6bc4c8e979204bf2cd43ac1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T11:46:57.710Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/176 [Pipeline] fileExists [Pipeline] sh [2024-07-30T11:46:58.400Z] + make test [2024-07-30T11:46:58.400Z] go test ./... -coverprofile=coverage.out [2024-07-30T11:47:03.749Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2024-07-30T11:50:40.567Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2024-07-30T11:50:40.567Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.057s coverage: 58.3% of statements [2024-07-30T11:50:40.567Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-30T11:50:40.567Z] go vet ./... [2024-07-30T11:51:19.469Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-30T11:51:19.469Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-30T11:51:19.469Z] ./bin/test-attribution-txt.sh [2024-07-30T11:51:20.049Z] An attribution for github.com/panjf2000/ants/v2 is missing from Attribution.txt, please add [Pipeline] echo [2024-07-30T11:51:20.068Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-07-30T11:51:20.091Z] $ docker stop --time=1 9355bdec5b29ef6509ab732771615335561ee7bad6bc4c8e979204bf2cd43ac1 [2024-07-30T11:51:21.961Z] $ docker rm -f --volumes 9355bdec5b29ef6509ab732771615335561ee7bad6bc4c8e979204bf2cd43ac1 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-30T11:51:23.433Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-07-30T11:51:23.462Z] Warning: overwriting stash ‘coverage-report’ [2024-07-30T11:51:23.888Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-30T11:51:24.296Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-07-30T11:51:24.606Z] + ls -al . [2024-07-30T11:51:24.606Z] total 272 [2024-07-30T11:51:24.606Z] drwxrwxr-x 7 jenkins jenkins 4096 Jul 30 11:47 . [2024-07-30T11:51:24.606Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 30 11:43 .. [2024-07-30T11:51:24.606Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 30 11:44 .git [2024-07-30T11:51:24.606Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 11:43 .github [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 272 Jul 30 11:43 .gitignore [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 30 11:43 .golangci.yml [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 17933 Jul 30 11:43 Attribution.txt [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 15941 Jul 30 11:43 CHANGELOG.md [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 1755 Jul 30 11:43 Dockerfile [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 30 11:43 GOVERNANCE.md [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 660 Jul 30 11:43 Jenkinsfile [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 30 11:43 LICENSE [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 1953 Jul 30 11:43 Makefile [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 623 Jul 30 11:43 OWNERS.md [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 4103 Jul 30 11:43 README.md [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 12 Jul 30 11:41 VERSION [2024-07-30T11:51:24.606Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 30 11:43 bin [2024-07-30T11:51:24.606Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 11:43 cmd [2024-07-30T11:51:24.606Z] -rw-r--r-- 1 jenkins jenkins 43247 Jul 30 11:50 coverage.out [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 6923 Jul 30 11:43 go.mod [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 101673 Jul 30 11:43 go.sum [2024-07-30T11:51:24.606Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 30 11:43 internal [2024-07-30T11:51:24.606Z] -rw-rw-r-- 1 jenkins jenkins 235 Jul 30 11:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:51:24.951Z] + 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=91ab2d1966be996543f139896746dd83b19c5706 --label arch=arm64 --label version=3.2.0-dev.20 . [2024-07-30T11:51:25.536Z] Sending build context to Docker daemon 19.01MB [2024-07-30T11:51:25.536Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-07-30T11:51:25.536Z] Step 2/26 : FROM ${BASE} AS builder [2024-07-30T11:51:25.536Z] ---> 3fe661c32576 [2024-07-30T11:51:25.536Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-07-30T11:51:25.803Z] ---> Running in 2c169350981f [2024-07-30T11:51:26.074Z] Removing intermediate container 2c169350981f [2024-07-30T11:51:26.074Z] ---> 87390f33fcb3 [2024-07-30T11:51:26.074Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-07-30T11:51:26.074Z] ---> Running in 480b1d2af01f [2024-07-30T11:51:26.343Z] Removing intermediate container 480b1d2af01f [2024-07-30T11:51:26.343Z] ---> 37531e395ca5 [2024-07-30T11:51:26.343Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-07-30T11:51:26.620Z] ---> Running in e8a8165c3947 [2024-07-30T11:51:26.889Z] Removing intermediate container e8a8165c3947 [2024-07-30T11:51:26.889Z] ---> 37df26cc2019 [2024-07-30T11:51:26.889Z] Step 6/26 : WORKDIR /device-virtual-go [2024-07-30T11:51:26.889Z] ---> Running in 4ccd85f63ce6 [2024-07-30T11:51:27.158Z] Removing intermediate container 4ccd85f63ce6 [2024-07-30T11:51:27.158Z] ---> e0a47d9bd2c0 [2024-07-30T11:51:27.158Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-07-30T11:51:27.158Z] ---> Running in 1edddac62a05 [2024-07-30T11:51:28.118Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-30T11:51:28.699Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-30T11:51:29.658Z] OK: 271 MiB in 56 packages [2024-07-30T11:51:30.244Z] Removing intermediate container 1edddac62a05 [2024-07-30T11:51:30.244Z] ---> ad99afb1f7c7 [2024-07-30T11:51:30.244Z] Step 8/26 : COPY go.mod vendor* ./ [2024-07-30T11:51:30.827Z] ---> ad3e57e09865 [2024-07-30T11:51:30.827Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-30T11:51:30.827Z] ---> Running in 41ff7660bb8b [2024-07-30T11:51:33.406Z] Removing intermediate container 41ff7660bb8b [2024-07-30T11:51:33.406Z] ---> 67dc66c4b57f [2024-07-30T11:51:33.406Z] Step 10/26 : COPY . . [2024-07-30T11:51:34.805Z] ---> 00a6c5525d23 [2024-07-30T11:51:34.805Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-07-30T11:51:34.805Z] ---> Running in 81dd599699f3 [2024-07-30T11:51:35.072Z] Removing intermediate container 81dd599699f3 [2024-07-30T11:51:35.072Z] ---> c6931986bda6 [2024-07-30T11:51:35.072Z] Step 12/26 : RUN $MAKE [2024-07-30T11:51:35.072Z] ---> Running in 3cbb11bc8e7e [2024-07-30T11:51:36.027Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.20 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.29" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2024-07-30T11:54:57.736Z] Removing intermediate container 3cbb11bc8e7e [2024-07-30T11:54:57.736Z] ---> aa9afc838e23 [2024-07-30T11:54:57.736Z] Step 13/26 : FROM alpine:3.18 [2024-07-30T11:54:57.736Z] 3.18: Pulling from library/alpine [2024-07-30T11:54:57.736Z] 4983c3fe2029: Pulling fs layer [2024-07-30T11:54:57.736Z] 4983c3fe2029: Verifying Checksum [2024-07-30T11:54:57.736Z] 4983c3fe2029: Download complete [2024-07-30T11:54:57.736Z] 4983c3fe2029: Pull complete [2024-07-30T11:54:57.736Z] Digest: sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-30T11:54:57.736Z] Status: Downloaded newer image for alpine:3.18 [2024-07-30T11:54:57.736Z] ---> a0237000ae83 [2024-07-30T11:54:57.736Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2024-07-30T11:54:57.736Z] ---> Running in 362fdbf338d3 [2024-07-30T11:54:57.736Z] Removing intermediate container 362fdbf338d3 [2024-07-30T11:54:57.736Z] ---> 9aec32c404e2 [2024-07-30T11:54:57.736Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-07-30T11:54:57.736Z] ---> Running in 2214f9c38ccd [2024-07-30T11:54:57.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-30T11:54:57.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-30T11:54:57.736Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-07-30T11:54:57.736Z] Executing busybox-1.36.1-r7.trigger [2024-07-30T11:54:57.736Z] OK: 8 MiB in 16 packages [2024-07-30T11:54:57.736Z] Removing intermediate container 2214f9c38ccd [2024-07-30T11:54:57.736Z] ---> 6d83b83ac92f [2024-07-30T11:54:57.736Z] Step 16/26 : RUN apk --no-cache upgrade [2024-07-30T11:54:57.736Z] ---> Running in ed55ab7b4412 [2024-07-30T11:54:57.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-30T11:54:57.736Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-30T11:54:58.002Z] OK: 8 MiB in 16 packages [2024-07-30T11:54:58.959Z] Removing intermediate container ed55ab7b4412 [2024-07-30T11:54:58.959Z] ---> c21516ce1a91 [2024-07-30T11:54:58.959Z] Step 17/26 : WORKDIR / [2024-07-30T11:54:58.959Z] ---> Running in c7658fad7b6b [2024-07-30T11:54:59.226Z] Removing intermediate container c7658fad7b6b [2024-07-30T11:54:59.226Z] ---> 60b41e4c399f [2024-07-30T11:54:59.226Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2024-07-30T11:54:59.810Z] ---> d5b37ce1f869 [2024-07-30T11:54:59.810Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2024-07-30T11:55:00.077Z] ---> 2fefc14d78a3 [2024-07-30T11:55:00.077Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2024-07-30T11:55:02.027Z] ---> 6b6ca16c5c46 [2024-07-30T11:55:02.027Z] Step 21/26 : EXPOSE 59900 [2024-07-30T11:55:02.027Z] ---> Running in f9ca6eb6413c [2024-07-30T11:55:02.294Z] Removing intermediate container f9ca6eb6413c [2024-07-30T11:55:02.294Z] ---> 5ed036ee3a9b [2024-07-30T11:55:02.294Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2024-07-30T11:55:02.294Z] ---> Running in 99cc10ae3f16 [2024-07-30T11:55:02.560Z] Removing intermediate container 99cc10ae3f16 [2024-07-30T11:55:02.560Z] ---> a0a6ce804d0f [2024-07-30T11:55:02.560Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-07-30T11:55:02.826Z] ---> Running in cbe31f20e911 [2024-07-30T11:55:03.112Z] Removing intermediate container cbe31f20e911 [2024-07-30T11:55:03.112Z] ---> 95dd59f6770c [2024-07-30T11:55:03.112Z] Step 24/26 : LABEL arch=arm64 [2024-07-30T11:55:03.112Z] ---> Running in 9dacd06916f2 [2024-07-30T11:55:03.378Z] Removing intermediate container 9dacd06916f2 [2024-07-30T11:55:03.378Z] ---> e7e172f5264a [2024-07-30T11:55:03.378Z] Step 25/26 : LABEL git_sha=91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:55:03.378Z] ---> Running in 219d40bc19c5 [2024-07-30T11:55:03.644Z] Removing intermediate container 219d40bc19c5 [2024-07-30T11:55:03.644Z] ---> c24d64e9dfb6 [2024-07-30T11:55:03.644Z] Step 26/26 : LABEL version=3.2.0-dev.20 [2024-07-30T11:55:03.644Z] ---> Running in 010972287d55 [2024-07-30T11:55:03.911Z] Removing intermediate container 010972287d55 [2024-07-30T11:55:03.911Z] ---> dcecd532b2e9 [2024-07-30T11:55:03.911Z] [Warning] One or more build-args [ARCH] were not consumed [2024-07-30T11:55:04.177Z] Successfully built dcecd532b2e9 [2024-07-30T11:55:04.177Z] 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-30T11:55:04.325Z] provisioning config files... [2024-07-30T11:55:04.339Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/176@tmp/config17288420600002461639tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:55:04.679Z] ---> ****-login.sh [2024-07-30T11:55:04.679Z] nexus3.edgexfoundry.org:10001 [2024-07-30T11:55:04.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:55:04.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:55:04.947Z] Configure a credential helper to remove this warning. See [2024-07-30T11:55:04.947Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:55:04.947Z] [2024-07-30T11:55:04.947Z] Login Succeeded [2024-07-30T11:55:04.947Z] nexus3.edgexfoundry.org:10002 [2024-07-30T11:55:05.212Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:55:05.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:55:05.212Z] Configure a credential helper to remove this warning. See [2024-07-30T11:55:05.212Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:55:05.212Z] [2024-07-30T11:55:05.212Z] Login Succeeded [2024-07-30T11:55:05.212Z] nexus3.edgexfoundry.org:10003 [2024-07-30T11:55:05.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:55:05.747Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:55:05.747Z] Configure a credential helper to remove this warning. See [2024-07-30T11:55:05.748Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:55:05.748Z] [2024-07-30T11:55:05.748Z] Login Succeeded [2024-07-30T11:55:05.748Z] nexus3.edgexfoundry.org:10004 [2024-07-30T11:55:05.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:55:06.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:55:06.015Z] Configure a credential helper to remove this warning. See [2024-07-30T11:55:06.015Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:55:06.015Z] [2024-07-30T11:55:06.015Z] Login Succeeded [2024-07-30T11:55:06.015Z] ****.io [2024-07-30T11:55:06.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-30T11:55:06.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-30T11:55:06.545Z] Configure a credential helper to remove this warning. See [2024-07-30T11:55:06.545Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-30T11:55:06.545Z] [2024-07-30T11:55:06.545Z] Login Succeeded [2024-07-30T11:55:06.545Z] ---> ****-login.sh ends [Pipeline] } [2024-07-30T11:55:06.556Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-30T11:55:06.613Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-30T11:55:06.639Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2024-07-30T11:55:06.639Z] 91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:55:06.639Z] latest [2024-07-30T11:55:06.639Z] 3.2.0-dev.20 [2024-07-30T11:55:06.639Z] 91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20 [2024-07-30T11:55:06.639Z] main [2024-07-30T11:55:06.639Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:07.015Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:91ab2d1966be996543f139896746dd83b19c5706 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:07.372Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:55:07.372Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-30T11:55:07.372Z] 6d7046f0533f: Preparing [2024-07-30T11:55:07.372Z] a43d336c3ba0: Preparing [2024-07-30T11:55:07.372Z] 4c0171807a62: Preparing [2024-07-30T11:55:07.372Z] b986305e0347: Preparing [2024-07-30T11:55:07.372Z] 91f93fbae55e: Preparing [2024-07-30T11:55:07.372Z] 3c20671a5817: Preparing [2024-07-30T11:55:07.372Z] 3c20671a5817: Waiting [2024-07-30T11:55:07.637Z] 91f93fbae55e: Pushed [2024-07-30T11:55:07.637Z] b986305e0347: Pushed [2024-07-30T11:55:07.637Z] a43d336c3ba0: Pushed [2024-07-30T11:55:07.637Z] 4c0171807a62: Pushed [2024-07-30T11:55:07.637Z] 3c20671a5817: Layer already exists [2024-07-30T11:55:14.262Z] 6d7046f0533f: Pushed [2024-07-30T11:55:14.262Z] 91ab2d1966be996543f139896746dd83b19c5706: digest: sha256:80b1da47b9727881960639a3636e1c2795aa5bfeb3f5339768b2d9f4bbae331c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:14.630Z] + 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-30T11:55:15.189Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2024-07-30T11:55:15.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-30T11:55:15.189Z] 6d7046f0533f: Preparing [2024-07-30T11:55:15.189Z] a43d336c3ba0: Preparing [2024-07-30T11:55:15.189Z] 4c0171807a62: Preparing [2024-07-30T11:55:15.189Z] b986305e0347: Preparing [2024-07-30T11:55:15.189Z] 91f93fbae55e: Preparing [2024-07-30T11:55:15.189Z] 3c20671a5817: Preparing [2024-07-30T11:55:15.189Z] 3c20671a5817: Waiting [2024-07-30T11:55:15.189Z] 91f93fbae55e: Layer already exists [2024-07-30T11:55:15.189Z] 4c0171807a62: Layer already exists [2024-07-30T11:55:15.189Z] 6d7046f0533f: Layer already exists [2024-07-30T11:55:15.189Z] b986305e0347: Layer already exists [2024-07-30T11:55:15.189Z] a43d336c3ba0: Layer already exists [2024-07-30T11:55:15.189Z] 3c20671a5817: Layer already exists [2024-07-30T11:55:15.465Z] latest: digest: sha256:80b1da47b9727881960639a3636e1c2795aa5bfeb3f5339768b2d9f4bbae331c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:15.835Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:16.200Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.20 [2024-07-30T11:55:16.200Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-30T11:55:16.200Z] 6d7046f0533f: Preparing [2024-07-30T11:55:16.200Z] a43d336c3ba0: Preparing [2024-07-30T11:55:16.200Z] 4c0171807a62: Preparing [2024-07-30T11:55:16.200Z] b986305e0347: Preparing [2024-07-30T11:55:16.200Z] 91f93fbae55e: Preparing [2024-07-30T11:55:16.200Z] 3c20671a5817: Preparing [2024-07-30T11:55:16.200Z] 3c20671a5817: Waiting [2024-07-30T11:55:16.200Z] 91f93fbae55e: Layer already exists [2024-07-30T11:55:16.200Z] a43d336c3ba0: Layer already exists [2024-07-30T11:55:16.200Z] 4c0171807a62: Layer already exists [2024-07-30T11:55:16.200Z] b986305e0347: Layer already exists [2024-07-30T11:55:16.200Z] 6d7046f0533f: Layer already exists [2024-07-30T11:55:16.201Z] 3c20671a5817: Layer already exists [2024-07-30T11:55:16.201Z] 3.2.0-dev.20: digest: sha256:80b1da47b9727881960639a3636e1c2795aa5bfeb3f5339768b2d9f4bbae331c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:16.826Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:17.169Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20 [2024-07-30T11:55:17.169Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-30T11:55:17.169Z] 6d7046f0533f: Preparing [2024-07-30T11:55:17.169Z] a43d336c3ba0: Preparing [2024-07-30T11:55:17.169Z] 4c0171807a62: Preparing [2024-07-30T11:55:17.169Z] b986305e0347: Preparing [2024-07-30T11:55:17.169Z] 91f93fbae55e: Preparing [2024-07-30T11:55:17.169Z] 3c20671a5817: Preparing [2024-07-30T11:55:17.169Z] 3c20671a5817: Waiting [2024-07-30T11:55:17.169Z] a43d336c3ba0: Layer already exists [2024-07-30T11:55:17.169Z] 4c0171807a62: Layer already exists [2024-07-30T11:55:17.169Z] 6d7046f0533f: Layer already exists [2024-07-30T11:55:17.169Z] 91f93fbae55e: Layer already exists [2024-07-30T11:55:17.169Z] b986305e0347: Layer already exists [2024-07-30T11:55:17.169Z] 3c20671a5817: Layer already exists [2024-07-30T11:55:17.169Z] 91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20: digest: sha256:80b1da47b9727881960639a3636e1c2795aa5bfeb3f5339768b2d9f4bbae331c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:17.784Z] + 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-30T11:55:18.137Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2024-07-30T11:55:18.137Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-07-30T11:55:18.137Z] 6d7046f0533f: Preparing [2024-07-30T11:55:18.137Z] a43d336c3ba0: Preparing [2024-07-30T11:55:18.137Z] 4c0171807a62: Preparing [2024-07-30T11:55:18.137Z] b986305e0347: Preparing [2024-07-30T11:55:18.137Z] 91f93fbae55e: Preparing [2024-07-30T11:55:18.137Z] 3c20671a5817: Preparing [2024-07-30T11:55:18.137Z] 3c20671a5817: Waiting [2024-07-30T11:55:18.137Z] 91f93fbae55e: Layer already exists [2024-07-30T11:55:18.137Z] 4c0171807a62: Layer already exists [2024-07-30T11:55:18.137Z] 6d7046f0533f: Layer already exists [2024-07-30T11:55:18.137Z] b986305e0347: Layer already exists [2024-07-30T11:55:18.137Z] a43d336c3ba0: Layer already exists [2024-07-30T11:55:18.137Z] 3c20671a5817: Layer already exists [2024-07-30T11:55:18.400Z] main: digest: sha256:80b1da47b9727881960639a3636e1c2795aa5bfeb3f5339768b2d9f4bbae331c size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-07-30T11:55:18.479Z] ===================================================== [Pipeline] echo [2024-07-30T11:55:18.496Z] taggedImages: [2024-07-30T11:55:18.496Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:91ab2d1966be996543f139896746dd83b19c5706 [2024-07-30T11:55:18.496Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2024-07-30T11:55:18.496Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.20 [2024-07-30T11:55:18.496Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:91ab2d1966be996543f139896746dd83b19c5706-3.2.0-dev.20 [2024-07-30T11:55:18.496Z] - 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-30T11:55:18.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-30T11:55:18.888Z] [2024-07-30T11:55:18.888Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:19.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-30T11:55:19.223Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-30T11:55:19.223Z] 8998bd30e6a1: Pulling fs layer [2024-07-30T11:55:19.223Z] 04944245beec: Pulling fs layer [2024-07-30T11:55:19.223Z] 699f458cf7ca: Pulling fs layer [2024-07-30T11:55:19.223Z] 765212b225bb: Pulling fs layer [2024-07-30T11:55:19.223Z] f23df028b6ca: Pulling fs layer [2024-07-30T11:55:19.223Z] d65c8cfc05b1: Pulling fs layer [2024-07-30T11:55:19.223Z] 2437ff75d9bd: Pulling fs layer [2024-07-30T11:55:19.223Z] f23df028b6ca: Waiting [2024-07-30T11:55:19.223Z] d65c8cfc05b1: Waiting [2024-07-30T11:55:19.223Z] 2437ff75d9bd: Waiting [2024-07-30T11:55:19.223Z] 765212b225bb: Waiting [2024-07-30T11:55:19.490Z] 04944245beec: Verifying Checksum [2024-07-30T11:55:19.490Z] 04944245beec: Download complete [2024-07-30T11:55:19.490Z] 765212b225bb: Verifying Checksum [2024-07-30T11:55:19.490Z] 765212b225bb: Download complete [2024-07-30T11:55:19.490Z] f23df028b6ca: Verifying Checksum [2024-07-30T11:55:19.490Z] f23df028b6ca: Download complete [2024-07-30T11:55:19.490Z] d65c8cfc05b1: Verifying Checksum [2024-07-30T11:55:19.490Z] d65c8cfc05b1: Download complete [2024-07-30T11:55:19.490Z] 699f458cf7ca: Verifying Checksum [2024-07-30T11:55:19.490Z] 699f458cf7ca: Download complete [2024-07-30T11:55:20.072Z] 8998bd30e6a1: Verifying Checksum [2024-07-30T11:55:20.072Z] 8998bd30e6a1: Download complete [2024-07-30T11:55:22.657Z] 2437ff75d9bd: Verifying Checksum [2024-07-30T11:55:22.658Z] 2437ff75d9bd: Download complete [2024-07-30T11:55:24.596Z] 8998bd30e6a1: Pull complete [2024-07-30T11:55:25.176Z] 04944245beec: Pull complete [2024-07-30T11:55:26.586Z] 699f458cf7ca: Pull complete [2024-07-30T11:55:26.853Z] 765212b225bb: Pull complete [2024-07-30T11:55:27.811Z] f23df028b6ca: Pull complete [2024-07-30T11:55:27.811Z] d65c8cfc05b1: Pull complete [2024-07-30T11:55:46.002Z] 2437ff75d9bd: Pull complete [2024-07-30T11:55:46.002Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-30T11:55:46.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-30T11:55:46.002Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:55:46.204Z] prd-ubuntu20.04-docker-arm64-4c-16g-6762 does not seem to be running inside a container [2024-07-30T11:55:46.262Z] $ 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/176 -v /w/workspace/device-virtual-go/176:/w/workspace/device-virtual-go/176:rw,z -v /w/workspace/device-virtual-go/176@tmp:/w/workspace/device-virtual-go/176@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-30T11:55:48.873Z] $ docker top 83a513702962b50685147983c3dc5a3181cb85dea13e31c1e0f4637f6ea38836 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:55:49.693Z] ---> job-cost.sh [2024-07-30T11:55:49.693Z] lf-activate-venv: SKIPPING [2024-07-30T11:55:49.693Z] INFO: No Stack... [2024-07-30T11:55:49.955Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-30T11:55:50.912Z] INFO: Archiving Costs [Pipeline] sh [2024-07-30T11:55:51.537Z] + cat /w/workspace/device-virtual-go/176/archives/cost.csv [2024-07-30T11:55:51.537Z] + cut -d, -f6 [Pipeline] lock [2024-07-30T11:55:51.589Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-176-stack-cost] [2024-07-30T11:55:51.601Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-176-stack-cost] did not exist. Created. [2024-07-30T11:55:51.608Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-176-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-30T11:55:52.327Z] /w/workspace/device-virtual-go/176@tmp/durable-64a5dd1d/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-07-30T11:55:52.953Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-30T11:55:52.976Z] Warning: overwriting stash ‘stack-cost’ [2024-07-30T11:55:53.022Z] Stashed 1 file(s) [Pipeline] } [2024-07-30T11:55:53.030Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-176-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-30T11:55:53.063Z] $ docker stop --time=1 83a513702962b50685147983c3dc5a3181cb85dea13e31c1e0f4637f6ea38836 [2024-07-30T11:55:54.591Z] $ docker rm -f --volumes 83a513702962b50685147983c3dc5a3181cb85dea13e31c1e0f4637f6ea38836 [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-30T11:55:55.103Z] provisioning config files... [2024-07-30T11:55:55.108Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16644287141843806592tmp [Pipeline] { [Pipeline] sh [2024-07-30T11:55:55.407Z] + set +x [2024-07-30T11:55:55.407Z] + + curl -s https://codecov.io/bash [2024-07-30T11:55:55.407Z] bash -s -- [2024-07-30T11:55:55.407Z] [2024-07-30T11:55:55.407Z] _____ _ [2024-07-30T11:55:55.407Z] / ____| | | [2024-07-30T11:55:55.407Z] | | ___ __| | ___ ___ _____ __ [2024-07-30T11:55:55.407Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-30T11:55:55.407Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-30T11:55:55.407Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-30T11:55:55.407Z] Bash-1.0.6 [2024-07-30T11:55:55.407Z] [2024-07-30T11:55:55.407Z] [2024-07-30T11:55:55.407Z] ==> git version 2.25.1 found [2024-07-30T11:55:55.407Z] ==> 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-30T11:55:55.407Z] Release-Date: 2020-01-08 [2024-07-30T11:55:55.407Z] 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-30T11:55:55.407Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-30T11:55:55.407Z] ==> Jenkins CI detected. [2024-07-30T11:55:55.407Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2024-07-30T11:55:55.407Z] project root: . [2024-07-30T11:55:55.407Z] --> token set from env [2024-07-30T11:55:55.407Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-30T11:55:55.407Z] ==> Running gcov in . (disable via -X gcov) [2024-07-30T11:55:55.407Z] ==> Python coveragepy not found [2024-07-30T11:55:55.407Z] ==> Searching for coverage reports in: [2024-07-30T11:55:55.407Z] + . [2024-07-30T11:55:55.667Z] -> Found 1 reports [2024-07-30T11:55:55.667Z] ==> Detecting git/mercurial file structure [2024-07-30T11:55:55.667Z] ==> Reading reports [2024-07-30T11:55:55.667Z] + ./coverage.out bytes=43247 [2024-07-30T11:55:55.667Z] ==> Appending adjustments [2024-07-30T11:55:55.667Z] https://docs.codecov.io/docs/fixing-reports [2024-07-30T11:55:55.667Z] + Found adjustments [2024-07-30T11:55:55.667Z] ==> Gzipping contents [2024-07-30T11:55:55.667Z] 8.0K /tmp/codecov.qpszmv.gz [2024-07-30T11:55:55.667Z] ==> Uploading reports [2024-07-30T11:55:55.667Z] url: https://codecov.io [2024-07-30T11:55:55.667Z] query: branch=main&commit=91ab2d1966be996543f139896746dd83b19c5706&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F176%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-30T11:55:55.667Z] -> Pinging Codecov [2024-07-30T11:55:55.667Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=91ab2d1966be996543f139896746dd83b19c5706&build=176&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F176%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-07-30T11:55:55.667Z] -> Uploading to [2024-07-30T11:55:55.667Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-30/5E52B4B073DB2E39498172D8E973AA87/91ab2d1966be996543f139896746dd83b19c5706/5e97165f-ef6b-4729-98ce-71f4c50859db.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240730%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240730T115555Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6309f5f4a9a6c1fb5ecea15867a6ccb4009bf02b265741c3b62b57af866ee5bc [2024-07-30T11:55:55.667Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-30T11:55:55.667Z] Dload Upload Total Spent Left Speed [2024-07-30T11:55:56.602Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5022 0 0 100 5022 0 6687 --:--:-- --:--:-- --:--:-- 6687 [2024-07-30T11:55:56.603Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/91ab2d1966be996543f139896746dd83b19c5706 [Pipeline] } [2024-07-30T11:55:56.608Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-07-30T11:55:56.827Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-07-30T11:55:56.843Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:57.142Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-30T11:55:57.142Z] [2024-07-30T11:55:57.142Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:55:57.450Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-30T11:55:57.450Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-07-30T11:55:57.450Z] 619be1103602: Already exists [2024-07-30T11:55:57.450Z] f8ea3408117e: Pulling fs layer [2024-07-30T11:55:57.450Z] 91320369b822: Pulling fs layer [2024-07-30T11:55:57.450Z] 0406650e8295: Pulling fs layer [2024-07-30T11:55:57.450Z] 4f4fb700ef54: Pulling fs layer [2024-07-30T11:55:57.450Z] 96d80e3f36e1: Pulling fs layer [2024-07-30T11:55:57.450Z] bcf3aedb951c: Pulling fs layer [2024-07-30T11:55:57.450Z] 96d80e3f36e1: Waiting [2024-07-30T11:55:57.450Z] bcf3aedb951c: Waiting [2024-07-30T11:55:57.450Z] 4f4fb700ef54: Waiting [2024-07-30T11:55:57.450Z] 0406650e8295: Verifying Checksum [2024-07-30T11:55:57.450Z] 0406650e8295: Download complete [2024-07-30T11:55:57.450Z] f8ea3408117e: Verifying Checksum [2024-07-30T11:55:57.450Z] 4f4fb700ef54: Verifying Checksum [2024-07-30T11:55:57.450Z] 4f4fb700ef54: Download complete [2024-07-30T11:55:57.709Z] f8ea3408117e: Pull complete [2024-07-30T11:55:57.709Z] 96d80e3f36e1: Verifying Checksum [2024-07-30T11:55:57.709Z] 96d80e3f36e1: Download complete [2024-07-30T11:55:57.967Z] 91320369b822: Verifying Checksum [2024-07-30T11:55:57.967Z] 91320369b822: Download complete [2024-07-30T11:55:58.532Z] bcf3aedb951c: Verifying Checksum [2024-07-30T11:55:58.532Z] bcf3aedb951c: Download complete [2024-07-30T11:56:01.061Z] 91320369b822: Pull complete [2024-07-30T11:56:01.061Z] 0406650e8295: Pull complete [2024-07-30T11:56:01.061Z] 4f4fb700ef54: Pull complete [2024-07-30T11:56:01.061Z] 96d80e3f36e1: Pull complete [2024-07-30T11:56:04.340Z] bcf3aedb951c: Pull complete [2024-07-30T11:56:04.340Z] Digest: sha256:c73d2844e4fc57f5aa9e06c5c2de6da6b3046f14c04b5c54aa9a8d6bbc057662 [2024-07-30T11:56:04.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-07-30T11:56:04.340Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:56:04.443Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:56:04.469Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2024-07-30T11:56:09.429Z] $ docker top 5ceed9d3bf508c46d101a3ce043b974a956be6a72f8b75c4cabf9463efa9d1b1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T11:56:09.777Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2024-07-30T11:56:09.787Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2024-07-30T11:56:10.065Z] + set -o pipefail [2024-07-30T11:56:10.066Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2024-07-30T11:56:20.123Z] [2024-07-30T11:56:20.123Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2024-07-30T11:56:20.123Z] [2024-07-30T11:56:20.123Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/2826559f-f47d-4a68-ab00-0424347eb84c [2024-07-30T11:56:20.123Z] [2024-07-30T11:56:20.123Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-07-30T11:56:20.123Z] [2024-07-30T11:56:20.123Z] [2024-07-30T11:56:20.123Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2024-07-30T11:56:20.123Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-07-30T11:56:20.155Z] $ docker stop --time=1 5ceed9d3bf508c46d101a3ce043b974a956be6a72f8b75c4cabf9463efa9d1b1 [2024-07-30T11:56:24.709Z] $ docker rm -f --volumes 5ceed9d3bf508c46d101a3ce043b974a956be6a72f8b75c4cabf9463efa9d1b1 [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-30T11:56:25.604Z] + git log --format=format:%s -1 91ab2d1966be996543f139896746dd83b19c5706 [Pipeline] sh [2024-07-30T11:56:25.893Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-30T11:56:25.893Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:56:26.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T11:56:26.194Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:56:26.282Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:56:26.310Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-30T11:56:26.819Z] $ docker top 1a928dff52949836e24b1cf427cd8b040a4a1687242d81d91e1803ab2ae35c92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-30T11:56:26.925Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T11:56:26.925Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T11:56:27.039Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T11:56:27.038Z] $ docker exec 1a928dff52949836e24b1cf427cd8b040a4a1687242d81d91e1803ab2ae35c92 ssh-agent [2024-07-30T11:56:27.157Z] SSH_AUTH_SOCK=/tmp/ssh-BLQ7jeRPvygt/agent.32 [2024-07-30T11:56:27.157Z] SSH_AGENT_PID=38 [2024-07-30T11:56:27.161Z] Running ssh-add (command line suppressed) [2024-07-30T11:56:27.262Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_975687372350572488.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_975687372350572488.key) [2024-07-30T11:56:27.276Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T11:56:27.577Z] + git semver tag [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,736 [run_tag] DEBUG tag force:False [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,736 [check_head_tag] DEBUG check head tag [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,737 [execute] INFO git cat-file --batch-check [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,737 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,741 [execute] INFO git cat-file --batch [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,741 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,761 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,761 [execute] INFO git tag -a v3.2.0-dev.20 -m v3.2.0-dev.20 [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,762 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.20', '-m', 'v3.2.0-dev.20'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2024-07-30T11:56:27.836Z] 2024-07-30 11:56:27,766 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:56:27.836Z] 3.2.0-dev.20 [Pipeline] } [2024-07-30T11:56:27.843Z] $ docker exec --env ******** --env ******** 1a928dff52949836e24b1cf427cd8b040a4a1687242d81d91e1803ab2ae35c92 ssh-agent -k [2024-07-30T11:56:27.937Z] unset SSH_AUTH_SOCK; [2024-07-30T11:56:27.938Z] unset SSH_AGENT_PID; [2024-07-30T11:56:27.938Z] echo Agent pid 38 killed; [2024-07-30T11:56:27.951Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-30T11:56:28.274Z] + git semver [Pipeline] } [2024-07-30T11:56:28.542Z] $ docker stop --time=1 1a928dff52949836e24b1cf427cd8b040a4a1687242d81d91e1803ab2ae35c92 [2024-07-30T11:56:29.837Z] $ docker rm -f --volumes 1a928dff52949836e24b1cf427cd8b040a4a1687242d81d91e1803ab2ae35c92 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:56:30.272Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-30T11:56:30.272Z] [2024-07-30T11:56:30.272Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:56:30.578Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-30T11:56:30.578Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-07-30T11:56:30.578Z] ab5ef0e58194: Pulling fs layer [2024-07-30T11:56:30.578Z] 9712f1f96733: Pulling fs layer [2024-07-30T11:56:30.578Z] 63f879dbbcfc: Pulling fs layer [2024-07-30T11:56:30.578Z] 0d9ebad4ef96: Pulling fs layer [2024-07-30T11:56:30.578Z] e9a5061849ea: Pulling fs layer [2024-07-30T11:56:30.578Z] d747dcd14b5f: Pulling fs layer [2024-07-30T11:56:30.578Z] 0d9ebad4ef96: Waiting [2024-07-30T11:56:30.578Z] e9a5061849ea: Waiting [2024-07-30T11:56:30.578Z] 2de7ff778b66: Pulling fs layer [2024-07-30T11:56:30.578Z] d747dcd14b5f: Waiting [2024-07-30T11:56:30.578Z] 2de7ff778b66: Waiting [2024-07-30T11:56:30.578Z] 9712f1f96733: Verifying Checksum [2024-07-30T11:56:30.578Z] 9712f1f96733: Download complete [2024-07-30T11:56:30.837Z] 63f879dbbcfc: Download complete [2024-07-30T11:56:31.094Z] e9a5061849ea: Verifying Checksum [2024-07-30T11:56:31.094Z] e9a5061849ea: Download complete [2024-07-30T11:56:31.094Z] d747dcd14b5f: Download complete [2024-07-30T11:56:31.094Z] 0d9ebad4ef96: Verifying Checksum [2024-07-30T11:56:31.094Z] 0d9ebad4ef96: Download complete [2024-07-30T11:56:31.094Z] ab5ef0e58194: Download complete [2024-07-30T11:56:31.094Z] 2de7ff778b66: Verifying Checksum [2024-07-30T11:56:31.094Z] 2de7ff778b66: Download complete [2024-07-30T11:56:33.617Z] ab5ef0e58194: Pull complete [2024-07-30T11:56:33.617Z] 9712f1f96733: Pull complete [2024-07-30T11:56:34.181Z] 63f879dbbcfc: Pull complete [2024-07-30T11:56:37.456Z] 0d9ebad4ef96: Pull complete [2024-07-30T11:56:37.713Z] e9a5061849ea: Pull complete [2024-07-30T11:56:37.714Z] d747dcd14b5f: Pull complete [2024-07-30T11:56:38.648Z] 2de7ff778b66: Pull complete [2024-07-30T11:56:38.649Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-07-30T11:56:38.649Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-07-30T11:56:38.649Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:56:38.753Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:56:38.776Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2024-07-30T11:56:43.504Z] $ docker top 67bcf2119b1a660b596e7774393399bd08bdda0ee1219d7ce7e376966ce22273 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-07-30T11:56:43.584Z] provisioning config files... [2024-07-30T11:56:43.590Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6854444825577738574tmp [2024-07-30T11:56:43.600Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16390032820142579621tmp [2024-07-30T11:56:43.608Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3505006620944156004tmp [Pipeline] { [Pipeline] echo [2024-07-30T11:56:43.638Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:56:43.926Z] ---> sigul-configuration.sh [2024-07-30T11:56:43.926Z] gpg: directory `/root/.gnupg' created [2024-07-30T11:56:43.926Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-07-30T11:56:43.926Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-07-30T11:56:43.926Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-07-30T11:56:43.926Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-07-30T11:56:43.926Z] gpg: CAST5 encrypted data [2024-07-30T11:56:43.926Z] gpg: encrypted with 1 passphrase [2024-07-30T11:56:43.926Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-07-30T11:56:44.221Z] + mkdir /home/jenkins [2024-07-30T11:56:44.221Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-07-30T11:56:44.513Z] + 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-30T11:56:44.527Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:56:44.825Z] ---> sigul-install.sh [2024-07-30T11:56:44.825Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-07-30T11:56:45.114Z] + git tag --list [2024-07-30T11:56:45.114Z] v1.0.0 [2024-07-30T11:56:45.114Z] v1.1.0 [2024-07-30T11:56:45.114Z] v1.1.1 [2024-07-30T11:56:45.114Z] v1.2.1 [2024-07-30T11:56:45.114Z] v1.2.2 [2024-07-30T11:56:45.114Z] v1.2.3 [2024-07-30T11:56:45.114Z] v1.3.0 [2024-07-30T11:56:45.114Z] v1.3.1 [2024-07-30T11:56:45.114Z] v2.0.0 [2024-07-30T11:56:45.114Z] v2.1.0 [2024-07-30T11:56:45.114Z] v2.1.1 [2024-07-30T11:56:45.114Z] v2.2.0 [2024-07-30T11:56:45.114Z] v2.3.0 [2024-07-30T11:56:45.114Z] v3.0 [2024-07-30T11:56:45.114Z] v3.0.0 [2024-07-30T11:56:45.114Z] v3.1 [2024-07-30T11:56:45.114Z] v3.1.0 [2024-07-30T11:56:45.114Z] v3.1.0-dev.1 [2024-07-30T11:56:45.114Z] v3.1.0-dev.10 [2024-07-30T11:56:45.114Z] v3.1.0-dev.11 [2024-07-30T11:56:45.114Z] v3.1.0-dev.12 [2024-07-30T11:56:45.114Z] v3.1.0-dev.13 [2024-07-30T11:56:45.114Z] v3.1.0-dev.14 [2024-07-30T11:56:45.114Z] v3.1.0-dev.15 [2024-07-30T11:56:45.114Z] v3.1.0-dev.16 [2024-07-30T11:56:45.114Z] v3.1.0-dev.17 [2024-07-30T11:56:45.114Z] v3.1.0-dev.18 [2024-07-30T11:56:45.114Z] v3.1.0-dev.19 [2024-07-30T11:56:45.114Z] v3.1.0-dev.2 [2024-07-30T11:56:45.114Z] v3.1.0-dev.20 [2024-07-30T11:56:45.114Z] v3.1.0-dev.21 [2024-07-30T11:56:45.114Z] v3.1.0-dev.22 [2024-07-30T11:56:45.114Z] v3.1.0-dev.23 [2024-07-30T11:56:45.114Z] v3.1.0-dev.24 [2024-07-30T11:56:45.114Z] v3.1.0-dev.25 [2024-07-30T11:56:45.114Z] v3.1.0-dev.26 [2024-07-30T11:56:45.114Z] v3.1.0-dev.27 [2024-07-30T11:56:45.114Z] v3.1.0-dev.28 [2024-07-30T11:56:45.114Z] v3.1.0-dev.29 [2024-07-30T11:56:45.114Z] v3.1.0-dev.3 [2024-07-30T11:56:45.114Z] v3.1.0-dev.30 [2024-07-30T11:56:45.114Z] v3.1.0-dev.4 [2024-07-30T11:56:45.114Z] v3.1.0-dev.5 [2024-07-30T11:56:45.114Z] v3.1.0-dev.6 [2024-07-30T11:56:45.114Z] v3.1.0-dev.7 [2024-07-30T11:56:45.114Z] v3.1.0-dev.8 [2024-07-30T11:56:45.114Z] v3.1.0-dev.9 [2024-07-30T11:56:45.114Z] v3.1.1 [2024-07-30T11:56:45.114Z] v3.1.1-dev.1 [2024-07-30T11:56:45.114Z] v3.2.0-dev.1 [2024-07-30T11:56:45.114Z] v3.2.0-dev.10 [2024-07-30T11:56:45.114Z] v3.2.0-dev.11 [2024-07-30T11:56:45.114Z] v3.2.0-dev.12 [2024-07-30T11:56:45.114Z] v3.2.0-dev.13 [2024-07-30T11:56:45.114Z] v3.2.0-dev.14 [2024-07-30T11:56:45.114Z] v3.2.0-dev.15 [2024-07-30T11:56:45.114Z] v3.2.0-dev.16 [2024-07-30T11:56:45.114Z] v3.2.0-dev.17 [2024-07-30T11:56:45.114Z] v3.2.0-dev.18 [2024-07-30T11:56:45.114Z] v3.2.0-dev.19 [2024-07-30T11:56:45.114Z] v3.2.0-dev.2 [2024-07-30T11:56:45.114Z] v3.2.0-dev.20 [2024-07-30T11:56:45.114Z] v3.2.0-dev.3 [2024-07-30T11:56:45.114Z] v3.2.0-dev.4 [2024-07-30T11:56:45.114Z] v3.2.0-dev.5 [2024-07-30T11:56:45.114Z] v3.2.0-dev.6 [2024-07-30T11:56:45.114Z] v3.2.0-dev.7 [2024-07-30T11:56:45.114Z] v3.2.0-dev.8 [2024-07-30T11:56:45.114Z] v3.2.0-dev.9 [Pipeline] sh [2024-07-30T11:56:45.404Z] + lftools sign git-tag v3.2.0-dev.20 [2024-07-30T11:56:45.972Z] Signing Git tag with Sigul... [2024-07-30T11:56:45.972Z] Signing v3.2.0-dev.20 [Pipeline] echo [2024-07-30T11:56:46.550Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:56:46.844Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-07-30T11:56:46.851Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-07-30T11:56:46.876Z] $ docker stop --time=1 67bcf2119b1a660b596e7774393399bd08bdda0ee1219d7ce7e376966ce22273 [2024-07-30T11:56:48.151Z] $ docker rm -f --volumes 67bcf2119b1a660b596e7774393399bd08bdda0ee1219d7ce7e376966ce22273 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-07-30T11:56:48.688Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-30T11:56:48.689Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:56:49.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T11:56:49.014Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:56:49.102Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:56:49.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-30T11:56:49.444Z] $ docker top b31d53c0cbb04faea061a2622df6b307292d6d003a38f6eabe58c9a70aa6f730 -eo pid,comm [2024-07-30T11:56:49.492Z] 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-30T11:56:49.492Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-30T11:56:49.552Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T11:56:49.552Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T11:56:49.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T11:56:49.667Z] $ docker exec b31d53c0cbb04faea061a2622df6b307292d6d003a38f6eabe58c9a70aa6f730 ssh-agent [2024-07-30T11:56:49.773Z] SSH_AUTH_SOCK=/tmp/ssh-V7Wic3uy7DTQ/agent.33 [2024-07-30T11:56:49.773Z] SSH_AGENT_PID=39 [2024-07-30T11:56:49.777Z] Running ssh-add (command line suppressed) [2024-07-30T11:56:49.875Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17355189934969708888.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17355189934969708888.key) [2024-07-30T11:56:49.890Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T11:56:50.187Z] + git semver bump pre [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,346 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,346 [bump_version] DEBUG bumping version:3.2.0-dev.20 on axis:pre with prefix:dev [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,346 [bump_version] DEBUG bumped version:3.2.0-dev.21 [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,346 [write_version] DEBUG write version:3.2.0-dev.21 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,346 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,346 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,348 [execute] INFO git cat-file --batch-check [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,348 [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-30T11:56:50.446Z] 2024-07-30 11:56:50,353 [execute] INFO git cat-file --batch [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,354 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-07-30T11:56:50.446Z] 2024-07-30 11:56:50,358 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:56:50.446Z] 3.2.0-dev.21 [Pipeline] } [2024-07-30T11:56:50.452Z] $ docker exec --env ******** --env ******** b31d53c0cbb04faea061a2622df6b307292d6d003a38f6eabe58c9a70aa6f730 ssh-agent -k [2024-07-30T11:56:50.547Z] unset SSH_AUTH_SOCK; [2024-07-30T11:56:50.548Z] unset SSH_AGENT_PID; [2024-07-30T11:56:50.548Z] echo Agent pid 39 killed; [2024-07-30T11:56:50.560Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-30T11:56:50.888Z] + git semver [Pipeline] } [2024-07-30T11:56:51.157Z] $ docker stop --time=1 b31d53c0cbb04faea061a2622df6b307292d6d003a38f6eabe58c9a70aa6f730 [2024-07-30T11:56:52.410Z] $ docker rm -f --volumes b31d53c0cbb04faea061a2622df6b307292d6d003a38f6eabe58c9a70aa6f730 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-30T11:56:52.793Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-30T11:56:52.793Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:56:53.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-30T11:56:53.098Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:56:53.173Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:56:53.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-30T11:56:53.528Z] $ docker top d6908dda604861468f4a42fdafecd5e29a5e5751eaa73f2e4a8d820567bff71b -eo pid,comm [2024-07-30T11:56:53.577Z] 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-30T11:56:53.577Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-30T11:56:53.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-30T11:56:53.641Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-30T11:56:53.752Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-30T11:56:53.752Z] $ docker exec d6908dda604861468f4a42fdafecd5e29a5e5751eaa73f2e4a8d820567bff71b ssh-agent [2024-07-30T11:56:53.871Z] SSH_AUTH_SOCK=/tmp/ssh-HHY8uC3AsgYG/agent.32 [2024-07-30T11:56:53.871Z] SSH_AGENT_PID=38 [2024-07-30T11:56:53.875Z] Running ssh-add (command line suppressed) [2024-07-30T11:56:53.959Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8435969833699184687.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_8435969833699184687.key) [2024-07-30T11:56:53.977Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-30T11:56:54.273Z] + git semver push [2024-07-30T11:56:54.537Z] 2024-07-30 11:56:54,441 [run_push] DEBUG push [2024-07-30T11:56:54.537Z] 2024-07-30 11:56:54,441 [execute] INFO git cat-file --batch-check [2024-07-30T11:56:54.537Z] 2024-07-30 11:56:54,442 [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-30T11:56:54.537Z] 2024-07-30 11:56:54,445 [execute] INFO git rev-list 54a2ddf895251cd487e62120f8edf76bc5c0994b -- [2024-07-30T11:56:54.537Z] 2024-07-30 11:56:54,445 [execute] DEBUG Popen(['git', 'rev-list', '54a2ddf895251cd487e62120f8edf76bc5c0994b', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-07-30T11:56:54.537Z] 2024-07-30 11:56:54,456 [execute] INFO git fetch -v origin [2024-07-30T11:56:54.537Z] 2024-07-30 11:56:54,456 [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-30T11:56:55.104Z] 2024-07-30 11:56:54,944 [run_push] DEBUG no remote changes detected [2024-07-30T11:56:55.104Z] 2024-07-30 11:56:54,944 [execute] INFO git push origin semver [2024-07-30T11:56:55.104Z] 2024-07-30 11:56:54,945 [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-30T11:56:56.039Z] 2024-07-30 11:56:55,780 [run_push] DEBUG push all version tags [2024-07-30T11:56:56.039Z] 2024-07-30 11:56:55,780 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-07-30T11:56:56.039Z] 2024-07-30 11:56:55,781 [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-30T11:56:56.606Z] 2024-07-30 11:56:56,475 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-07-30T11:56:56.606Z] 3.2.0-dev.21 [Pipeline] } [2024-07-30T11:56:56.614Z] $ docker exec --env ******** --env ******** d6908dda604861468f4a42fdafecd5e29a5e5751eaa73f2e4a8d820567bff71b ssh-agent -k [2024-07-30T11:56:56.711Z] unset SSH_AUTH_SOCK; [2024-07-30T11:56:56.711Z] unset SSH_AGENT_PID; [2024-07-30T11:56:56.711Z] echo Agent pid 38 killed; [2024-07-30T11:56:56.727Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-30T11:56:57.054Z] + git semver [Pipeline] } [2024-07-30T11:56:57.325Z] $ docker stop --time=1 d6908dda604861468f4a42fdafecd5e29a5e5751eaa73f2e4a8d820567bff71b [2024-07-30T11:56:58.630Z] $ docker rm -f --volumes d6908dda604861468f4a42fdafecd5e29a5e5751eaa73f2e4a8d820567bff71b [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-30T11:56:59.367Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2024-07-30T11:56:59.367Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2024-07-30T11:56:59.367Z] total 16 [2024-07-30T11:56:59.367Z] drwxr-xr-x 3 root root 4096 Jul 30 11:45 . [2024-07-30T11:56:59.367Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 30 11:56 .. [2024-07-30T11:56:59.367Z] drwxr-xr-x 2 root root 4096 Jul 30 11:45 cost [2024-07-30T11:56:59.367Z] -rw-r--r-- 1 root root 89 Jul 30 11:45 cost.csv [2024-07-30T11:56:59.367Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2024-07-30T11:56:59.367Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2024-07-30T11:56:59.367Z] total 16 [2024-07-30T11:56:59.367Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 30 11:45 . [2024-07-30T11:56:59.367Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 30 11:56 .. [2024-07-30T11:56:59.367Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 30 11:45 cost [2024-07-30T11:56:59.367Z] -rw-r--r-- 1 jenkins jenkins 89 Jul 30 11:45 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:56:59.654Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:57:00.515Z] ---> package-listing.sh [2024-07-30T11:57:00.515Z] ++ facter osfamily [2024-07-30T11:57:00.515Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-30T11:57:00.774Z] + OS_FAMILY=debian [2024-07-30T11:57:00.774Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2024-07-30T11:57:00.774Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-30T11:57:00.774Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-30T11:57:00.774Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-30T11:57:00.774Z] + PACKAGES=/tmp/packages_start.txt [2024-07-30T11:57:00.774Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2024-07-30T11:57:00.774Z] + PACKAGES=/tmp/packages_end.txt [2024-07-30T11:57:00.774Z] + case "${OS_FAMILY}" in [2024-07-30T11:57:00.774Z] + dpkg -l [2024-07-30T11:57:00.774Z] + grep '^ii' [2024-07-30T11:57:00.774Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-30T11:57:00.774Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-30T11:57:00.774Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-30T11:57:00.774Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2024-07-30T11:57:00.774Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2024-07-30T11:57:00.774Z] + 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-30T11:57:00.787Z] 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-30T11:57:01.070Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-30T11:57:01.637Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-30T11:57:01.637Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-30T11:57:01.717Z] prd-ubuntu20.04-docker-8c-8g-6761 does not seem to be running inside a container [2024-07-30T11:57:01.742Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-30T11:57:01.944Z] $ docker top 79c695631e7f73d866180d768685389c320fc790335ed0ef6c12a66a05e24de5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-30T11:57:02.296Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-30T11:57:02.583Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-30T11:57:02.866Z] + ls /var/log/sa-host [2024-07-30T11:57:02.866Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-30T11:57:03.035Z] provisioning config files... [2024-07-30T11:57:03.044Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config7964656916512954314tmp [Pipeline] { [Pipeline] echo [2024-07-30T11:57:03.068Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:57:03.346Z] ---> create-netrc.sh [Pipeline] } [2024-07-30T11:57:03.353Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:57:03.702Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-30T11:57:03.711Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:57:03.992Z] ---> sudo-logs.sh [2024-07-30T11:57:03.992Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-30T11:57:04.032Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:57:04.316Z] ---> job-cost.sh [2024-07-30T11:57:04.316Z] lf-activate-venv: SKIPPING [2024-07-30T11:57:04.316Z] DEBUG: total: 0.2199999988079071 [2024-07-30T11:57:04.316Z] INFO: Retrieving Stack Cost... [2024-07-30T11:57:04.574Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-30T11:57:04.831Z] INFO: Archiving Costs [Pipeline] echo [2024-07-30T11:57:04.845Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-30T11:57:05.130Z] ---> logs-deploy.sh [2024-07-30T11:57:05.130Z] lf-activate-venv: SKIPPING [2024-07-30T11:57:05.130Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/176 [2024-07-30T11:57:05.130Z] INFO: archiving workspace using pattern(s): [2024-07-30T11:57:06.067Z] Archives upload complete. [2024-07-30T11:57:06.067Z] INFO: archiving logs to Nexus