Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 60f2b90224e592bb905f9b29e85d80ab0be60eaf 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-ssh17171160041703498311.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh6855804337925938088.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 0b81fa10a7dd14683a964f04f411324fe83f93ac 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-ssh1701034862138133521.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0b81fa10a7dd14683a964f04f411324fe83f93ac (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0b81fa10a7dd14683a964f04f411324fe83f93ac # timeout=10 Commit message: "Merge pull request #457 from jinlinGuan/golang-1.23" > 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-ssh9712868674716459406.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-ssh15844287176320076178.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.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-22719 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 60f2b90224e592bb905f9b29e85d80ab0be60eaf (main) Commit message: "Merge pull request #495 from jackchenjc/edgex-go-issue-4916" > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 60f2b90224e592bb905f9b29e85d80ab0be60eaf # timeout=10 > git rev-list --no-walk 356f58f61f45ce4e49f4d4dc4c5a2eb3e202374a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-10-14T08:27:48.532Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-10-14T08:27:48.613Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-10-14T08:27:48.641Z] ========================================================= [2024-10-14T08:27:48.641Z] EdgeX Global Pipelines Version Info [2024-10-14T08:27:48.641Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:27:49.385Z] ------------------- [2024-10-14T08:27:49.385Z] stable info: [2024-10-14T08:27:49.385Z] ------------------- [2024-10-14T08:27:49.385Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-10-14T08:27:49.385Z] Commit SHA: 0b81fa10a7dd14683a964f04f411324fe83f93ac [2024-10-14T08:27:49.385Z] Message: update stable to v1.0.265 [2024-10-14T08:27:49.956Z] ------------------- [2024-10-14T08:27:49.956Z] experimental info: [2024-10-14T08:27:49.956Z] ------------------- [2024-10-14T08:27:49.956Z] Commited By: Cherry Wang cherry@iotechsys.com [2024-10-14T08:27:49.956Z] Commit SHA: b5a5e52272fc4198cf3754284eedf36dbf0baa35 [2024-10-14T08:27:49.956Z] Message: update experimental to v1.0.264 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-10-14T08:27:50.046Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2024-10-14T08:27:50.069Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2024-10-14T08:27:50.095Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-10-14T08:27:50.125Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-10-14T08:27:50.148Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-10-14T08:27:50.176Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2024-10-14T08:27:50.207Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-10-14T08:27:50.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-10-14T08:27:50.259Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-10-14T08:27:50.286Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-10-14T08:27:50.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-10-14T08:27:50.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2024-10-14T08:27:50.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-10-14T08:27:50.400Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-10-14T08:27:50.431Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-10-14T08:27:50.455Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-10-14T08:27:50.484Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-10-14T08:27:50.508Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-10-14T08:27:50.535Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-10-14T08:27:50.561Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-10-14T08:27:50.586Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-10-14T08:27:50.609Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-10-14T08:27:50.634Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-10-14T08:27:50.663Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-10-14T08:27:50.684Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-10-14T08:27:50.711Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-10-14T08:27:50.734Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-10-14T08:27:50.757Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-10-14T08:27:50.782Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-10-14T08:27:50.808Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-10-14T08:27:50.831Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] echo [2024-10-14T08:27:50.855Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60f2b90 [Pipeline] echo [2024-10-14T08:27:50.883Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-14T08:27:50.964Z] provisioning config files... [2024-10-14T08:27:50.979Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config507339224648873590tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:27:51.315Z] ---> ****-login.sh [2024-10-14T08:27:51.315Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:27:51.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:27:51.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:27:51.573Z] Configure a credential helper to remove this warning. See [2024-10-14T08:27:51.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:27:51.573Z] [2024-10-14T08:27:51.573Z] Login Succeeded [2024-10-14T08:27:51.573Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:27:51.573Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:27:51.573Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:27:51.573Z] Configure a credential helper to remove this warning. See [2024-10-14T08:27:51.573Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:27:51.573Z] [2024-10-14T08:27:51.573Z] Login Succeeded [2024-10-14T08:27:51.573Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:27:51.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:27:51.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:27:51.833Z] Configure a credential helper to remove this warning. See [2024-10-14T08:27:51.833Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:27:51.833Z] [2024-10-14T08:27:51.833Z] Login Succeeded [2024-10-14T08:27:51.833Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:27:51.833Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:27:51.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:27:51.833Z] Configure a credential helper to remove this warning. See [2024-10-14T08:27:51.833Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:27:51.833Z] [2024-10-14T08:27:51.833Z] Login Succeeded [2024-10-14T08:27:51.833Z] ****.io [2024-10-14T08:27:51.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:27:52.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:27:52.093Z] Configure a credential helper to remove this warning. See [2024-10-14T08:27:52.093Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:27:52.093Z] [2024-10-14T08:27:52.093Z] Login Succeeded [2024-10-14T08:27:52.093Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:27:52.101Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-10-14T08:27:52.508Z] + git rev-list -1 --merges 60f2b90224e592bb905f9b29e85d80ab0be60eaf~1..60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] echo [2024-10-14T08:27:52.534Z] -----------> git rev-list -1 --merges 60f2b90224e592bb905f9b29e85d80ab0be60eaf~1..60f2b90224e592bb905f9b29e85d80ab0be60eaf 60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:27:52.534Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf [false] [Pipeline] sh [2024-10-14T08:27:52.831Z] + git log --format=format:%s -1 60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] echo [2024-10-14T08:27:52.845Z] ========================================================= [2024-10-14T08:27:52.845Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-10-14T08:27:52.845Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-14T08:27:53.186Z] + git log --format=format:%s -1 60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] echo [2024-10-14T08:27:53.198Z] [semverPrep] GIT_COMMIT: 60f2b90224e592bb905f9b29e85d80ab0be60eaf, Commit Message: Merge pull request #495 from jackchenjc/edgex-go-issue-4916 [Pipeline] echo [2024-10-14T08:27:53.214Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-10-14T08:27:53.643Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-14T08:27:53.643Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-10-14T08:27:53.643Z] + [ -e /tmp/ssh_known_hosts ] [2024-10-14T08:27:53.644Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-10-14T08:27:53.644Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-10-14T08:27:53.644Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-10-14T08:27:53.644Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:27:54.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:27:54.014Z] [2024-10-14T08:27:54.014Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:27:54.314Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:27:54.314Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-10-14T08:27:54.314Z] b85a868b505f: Pulling fs layer [2024-10-14T08:27:54.314Z] e2be974225ed: Pulling fs layer [2024-10-14T08:27:54.314Z] 339a4e72a1f5: Pulling fs layer [2024-10-14T08:27:54.314Z] 988bab9f4d93: Pulling fs layer [2024-10-14T08:27:54.314Z] 1469e6f7b9e6: Pulling fs layer [2024-10-14T08:27:54.314Z] 988bab9f4d93: Waiting [2024-10-14T08:27:54.314Z] 1469e6f7b9e6: Waiting [2024-10-14T08:27:54.314Z] eaf3925da568: Pulling fs layer [2024-10-14T08:27:54.314Z] bab4dde63d76: Pulling fs layer [2024-10-14T08:27:54.314Z] eaf3925da568: Waiting [2024-10-14T08:27:54.314Z] bde34c3a00c8: Pulling fs layer [2024-10-14T08:27:54.314Z] bab4dde63d76: Waiting [2024-10-14T08:27:54.314Z] b352a97aabf1: Pulling fs layer [2024-10-14T08:27:54.314Z] 4872d77fe225: Pulling fs layer [2024-10-14T08:27:54.314Z] 5851b861e8e6: Pulling fs layer [2024-10-14T08:27:54.314Z] bde34c3a00c8: Waiting [2024-10-14T08:27:54.314Z] 4872d77fe225: Waiting [2024-10-14T08:27:54.314Z] 5851b861e8e6: Waiting [2024-10-14T08:27:54.314Z] e2be974225ed: Download complete [2024-10-14T08:27:54.314Z] 988bab9f4d93: Verifying Checksum [2024-10-14T08:27:54.314Z] 988bab9f4d93: Download complete [2024-10-14T08:27:54.314Z] 1469e6f7b9e6: Download complete [2024-10-14T08:27:54.573Z] eaf3925da568: Download complete [2024-10-14T08:27:54.573Z] 339a4e72a1f5: Verifying Checksum [2024-10-14T08:27:54.573Z] 339a4e72a1f5: Download complete [2024-10-14T08:27:54.573Z] bde34c3a00c8: Verifying Checksum [2024-10-14T08:27:54.573Z] bde34c3a00c8: Download complete [2024-10-14T08:27:54.573Z] b352a97aabf1: Verifying Checksum [2024-10-14T08:27:54.573Z] b352a97aabf1: Download complete [2024-10-14T08:27:54.573Z] 4872d77fe225: Download complete [2024-10-14T08:27:54.573Z] 5851b861e8e6: Verifying Checksum [2024-10-14T08:27:54.573Z] 5851b861e8e6: Download complete [2024-10-14T08:27:54.573Z] b85a868b505f: Verifying Checksum [2024-10-14T08:27:54.573Z] b85a868b505f: Download complete [2024-10-14T08:27:54.833Z] bab4dde63d76: Verifying Checksum [2024-10-14T08:27:54.833Z] bab4dde63d76: Download complete [2024-10-14T08:27:56.242Z] b85a868b505f: Pull complete [2024-10-14T08:27:56.242Z] e2be974225ed: Pull complete [2024-10-14T08:27:56.811Z] 339a4e72a1f5: Pull complete [2024-10-14T08:27:56.811Z] 988bab9f4d93: Pull complete [2024-10-14T08:27:57.072Z] 1469e6f7b9e6: Pull complete [2024-10-14T08:27:57.331Z] eaf3925da568: Pull complete [2024-10-14T08:27:59.240Z] bab4dde63d76: Pull complete [2024-10-14T08:27:59.240Z] bde34c3a00c8: Pull complete [2024-10-14T08:27:59.240Z] b352a97aabf1: Pull complete [2024-10-14T08:27:59.499Z] 4872d77fe225: Pull complete [2024-10-14T08:27:59.499Z] 5851b861e8e6: Pull complete [2024-10-14T08:27:59.499Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-10-14T08:27:59.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:27:59.499Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:27:59.634Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:27:59.661Z] $ 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-10-14T08:28:02.291Z] $ docker top 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e -eo pid,comm [2024-10-14T08:28:02.354Z] 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-10-14T08:28:02.354Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-14T08:28:02.425Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T08:28:02.425Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T08:28:02.550Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T08:28:02.550Z] $ docker exec 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e ssh-agent [2024-10-14T08:28:02.654Z] SSH_AUTH_SOCK=/tmp/ssh-56odtHdFFrlI/agent.32 [2024-10-14T08:28:02.654Z] SSH_AGENT_PID=38 [2024-10-14T08:28:02.661Z] Running ssh-add (command line suppressed) [2024-10-14T08:28:02.758Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17937323313755765605.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17937323313755765605.key) [2024-10-14T08:28:02.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T08:28:03.070Z] + git tag --points-at HEAD [Pipeline] } [2024-10-14T08:28:03.079Z] $ docker exec --env ******** --env ******** 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e ssh-agent -k [2024-10-14T08:28:03.177Z] unset SSH_AUTH_SOCK; [2024-10-14T08:28:03.178Z] unset SSH_AGENT_PID; [2024-10-14T08:28:03.178Z] echo Agent pid 38 killed; [2024-10-14T08:28:03.190Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-10-14T08:28:03.235Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T08:28:03.235Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T08:28:03.346Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T08:28:03.346Z] $ docker exec 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e ssh-agent [2024-10-14T08:28:03.462Z] SSH_AUTH_SOCK=/tmp/ssh-re9NC85u52gE/agent.71 [2024-10-14T08:28:03.462Z] SSH_AGENT_PID=77 [2024-10-14T08:28:03.467Z] Running ssh-add (command line suppressed) [2024-10-14T08:28:03.562Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1792100949228893198.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_1792100949228893198.key) [2024-10-14T08:28:03.579Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T08:28:03.875Z] + git semver init [2024-10-14T08:28:04.135Z] 2024-10-14 08:28:04,100 [run_init] DEBUG init version:0.0.0 force:False [2024-10-14T08:28:04.135Z] 2024-10-14 08:28:04,101 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2024-10-14T08:28:04.135Z] 2024-10-14 08:28:04,102 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2024-10-14T08:28:04.135Z] 2024-10-14 08:28:04,102 [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-10-14T08:28:06.675Z] 2024-10-14 08:28:06,621 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2024-10-14T08:28:06.675Z] 2024-10-14 08:28:06,622 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2024-10-14T08:28:06.675Z] 2024-10-14 08:28:06,622 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:28:06.675Z] 2024-10-14 08:28:06,622 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:28:06.675Z] 3.2.0-dev.27 [Pipeline] } [2024-10-14T08:28:06.682Z] $ docker exec --env ******** --env ******** 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e ssh-agent -k [2024-10-14T08:28:06.787Z] unset SSH_AUTH_SOCK; [2024-10-14T08:28:06.787Z] unset SSH_AGENT_PID; [2024-10-14T08:28:06.788Z] echo Agent pid 77 killed; [2024-10-14T08:28:06.797Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-14T08:28:07.116Z] + git semver [Pipeline] } [2024-10-14T08:28:07.386Z] $ docker stop --time=1 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e [2024-10-14T08:28:08.656Z] $ docker rm -f --volumes 7d456949ad94e9ab8f74701808d095f6b45d7df71c281ef9d7c337125f94fc2e [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-14T08:28:08.999Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-10-14T08:28:09.220Z] Stashed 1 file(s) [Pipeline] echo [2024-10-14T08:28:09.225Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.27 [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-10-14T08:28:09.396Z] provisioning config files... [2024-10-14T08:28:09.405Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config5678939735862734506tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:28:09.708Z] ---> ****-login.sh [2024-10-14T08:28:09.709Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:28:09.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:28:09.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:28:09.709Z] Configure a credential helper to remove this warning. See [2024-10-14T08:28:09.709Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:28:09.709Z] [2024-10-14T08:28:09.709Z] Login Succeeded [2024-10-14T08:28:09.709Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:28:09.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:28:09.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:28:09.709Z] Configure a credential helper to remove this warning. See [2024-10-14T08:28:09.709Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:28:09.709Z] [2024-10-14T08:28:09.709Z] Login Succeeded [2024-10-14T08:28:09.709Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:28:09.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:28:09.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:28:09.969Z] Configure a credential helper to remove this warning. See [2024-10-14T08:28:09.969Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:28:09.969Z] [2024-10-14T08:28:09.969Z] Login Succeeded [2024-10-14T08:28:09.969Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:28:09.969Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:28:09.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:28:09.970Z] Configure a credential helper to remove this warning. See [2024-10-14T08:28:09.970Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:28:09.970Z] [2024-10-14T08:28:09.970Z] Login Succeeded [2024-10-14T08:28:09.970Z] ****.io [2024-10-14T08:28:10.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:28:10.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:28:10.230Z] Configure a credential helper to remove this warning. See [2024-10-14T08:28:10.230Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:28:10.230Z] [2024-10-14T08:28:10.230Z] Login Succeeded [2024-10-14T08:28:10.230Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:28:10.236Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-14T08:28:10.327Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:28:10.352Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:28:10.364Z] ========================================================= [2024-10-14T08:28:10.364Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2024-10-14T08:28:10.364Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:28:10.702Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-14T08:28:10.702Z] Sending build context to Docker daemon 37.65MB [2024-10-14T08:28:10.702Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-14T08:28:10.702Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-14T08:28:10.962Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2024-10-14T08:28:10.962Z] 43c4264eed91: Pulling fs layer [2024-10-14T08:28:10.962Z] 4cc291be95ef: Pulling fs layer [2024-10-14T08:28:10.962Z] 2ac1f1163629: Pulling fs layer [2024-10-14T08:28:10.962Z] 5c3c966382ef: Pulling fs layer [2024-10-14T08:28:10.962Z] 4f4fb700ef54: Pulling fs layer [2024-10-14T08:28:10.962Z] 5d5c8e513c77: Pulling fs layer [2024-10-14T08:28:10.962Z] 9f66e0745190: Pulling fs layer [2024-10-14T08:28:10.962Z] f49a43e4bbc0: Pulling fs layer [2024-10-14T08:28:10.962Z] 561ebcabdf7f: Pulling fs layer [2024-10-14T08:28:10.962Z] 5c3c966382ef: Waiting [2024-10-14T08:28:10.962Z] f49a43e4bbc0: Waiting [2024-10-14T08:28:10.962Z] 4f4fb700ef54: Waiting [2024-10-14T08:28:10.962Z] 561ebcabdf7f: Waiting [2024-10-14T08:28:10.962Z] 5d5c8e513c77: Waiting [2024-10-14T08:28:10.962Z] 4cc291be95ef: Verifying Checksum [2024-10-14T08:28:10.962Z] 4cc291be95ef: Download complete [2024-10-14T08:28:10.962Z] 5c3c966382ef: Verifying Checksum [2024-10-14T08:28:10.962Z] 5c3c966382ef: Download complete [2024-10-14T08:28:10.962Z] 4f4fb700ef54: Download complete [2024-10-14T08:28:10.962Z] 5d5c8e513c77: Verifying Checksum [2024-10-14T08:28:10.962Z] 5d5c8e513c77: Download complete [2024-10-14T08:28:10.962Z] 43c4264eed91: Verifying Checksum [2024-10-14T08:28:10.962Z] 43c4264eed91: Download complete [2024-10-14T08:28:10.962Z] 9f66e0745190: Verifying Checksum [2024-10-14T08:28:10.962Z] 9f66e0745190: Download complete [2024-10-14T08:28:11.233Z] 43c4264eed91: Pull complete [2024-10-14T08:28:11.233Z] 561ebcabdf7f: Verifying Checksum [2024-10-14T08:28:11.233Z] 561ebcabdf7f: Download complete [2024-10-14T08:28:11.497Z] 4cc291be95ef: Pull complete [2024-10-14T08:28:11.497Z] 2ac1f1163629: Verifying Checksum [2024-10-14T08:28:11.497Z] 2ac1f1163629: Download complete [2024-10-14T08:28:11.756Z] f49a43e4bbc0: Verifying Checksum [2024-10-14T08:28:11.756Z] f49a43e4bbc0: Download complete [2024-10-14T08:28:15.948Z] 2ac1f1163629: Pull complete [2024-10-14T08:28:15.948Z] 5c3c966382ef: Pull complete [2024-10-14T08:28:15.948Z] 4f4fb700ef54: Pull complete [2024-10-14T08:28:15.948Z] 5d5c8e513c77: Pull complete [2024-10-14T08:28:15.948Z] 9f66e0745190: Pull complete [2024-10-14T08:28:18.486Z] f49a43e4bbc0: Pull complete [2024-10-14T08:28:18.745Z] 561ebcabdf7f: Pull complete [2024-10-14T08:28:18.745Z] Digest: sha256:0719486ae9a24b675ee3acaa2cfd867e7a981f2ef22b41d166c62d936fe8de2d [2024-10-14T08:28:18.745Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2024-10-14T08:28:18.745Z] ---> 3a752c3f9dda [2024-10-14T08:28:18.745Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-14T08:28:22.031Z] ---> Running in 36b815da2853 [2024-10-14T08:28:22.291Z] Removing intermediate container 36b815da2853 [2024-10-14T08:28:22.291Z] ---> 3c1a13b20d2f [2024-10-14T08:28:22.291Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-14T08:28:22.291Z] ---> Running in cddf6b266779 [2024-10-14T08:28:22.291Z] Removing intermediate container cddf6b266779 [2024-10-14T08:28:22.291Z] ---> 5a99187c6e50 [2024-10-14T08:28:22.291Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-14T08:28:22.291Z] ---> Running in 344031b38294 [2024-10-14T08:28:22.291Z] Removing intermediate container 344031b38294 [2024-10-14T08:28:22.291Z] ---> be8c010c48d9 [2024-10-14T08:28:22.291Z] Step 6/12 : WORKDIR /device-virtual-go [2024-10-14T08:28:22.291Z] ---> Running in f10ef0c47e58 [2024-10-14T08:28:22.550Z] Removing intermediate container f10ef0c47e58 [2024-10-14T08:28:22.550Z] ---> 91cd9dfcf8b7 [2024-10-14T08:28:22.550Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-14T08:28:22.550Z] ---> Running in 034532f07255 [2024-10-14T08:28:22.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:28:22.809Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:28:23.376Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-10-14T08:28:23.376Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-10-14T08:28:23.376Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-10-14T08:28:23.376Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-10-14T08:28:23.376Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T08:28:23.376Z] OK: 250 MiB in 58 packages [2024-10-14T08:28:23.638Z] Removing intermediate container 034532f07255 [2024-10-14T08:28:23.638Z] ---> 655db6f95ba6 [2024-10-14T08:28:23.638Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-14T08:28:23.896Z] ---> fbd9a385f1c3 [2024-10-14T08:28:23.896Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-14T08:28:23.896Z] ---> Running in fbfee5e751a0 [2024-10-14T08:28:24.349Z] Still waiting to schedule task [2024-10-14T08:28:24.349Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2024-10-14T08:29:10.590Z] Removing intermediate container fbfee5e751a0 [2024-10-14T08:29:10.590Z] ---> 00fc5541f9fc [2024-10-14T08:29:10.590Z] Step 10/12 : COPY . . [2024-10-14T08:29:10.590Z] ---> 0204526fef08 [2024-10-14T08:29:10.590Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-14T08:29:10.590Z] ---> Running in 02e3daeb16bf [2024-10-14T08:29:10.590Z] Removing intermediate container 02e3daeb16bf [2024-10-14T08:29:10.590Z] ---> d007e0eee098 [2024-10-14T08:29:10.590Z] Step 12/12 : RUN $MAKE [2024-10-14T08:29:10.590Z] ---> Running in 63ff68a7eacf [2024-10-14T08:29:10.590Z] noop [2024-10-14T08:29:10.590Z] Removing intermediate container 63ff68a7eacf [2024-10-14T08:29:10.590Z] ---> db91a9261897 [2024-10-14T08:29:10.590Z] Successfully built db91a9261897 [2024-10-14T08:29:10.590Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:29:10.941Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-14T08:29:10.941Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:29:11.027Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:29:11.061Z] $ 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-10-14T08:29:11.402Z] $ docker top 8a65c824f40382a439e09d9adf4bf2f7678ab8ef7e062fc42c645e0b64f34784 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:29:11.769Z] + go version [2024-10-14T08:29:11.769Z] go version go1.23.2 linux/amd64 [Pipeline] } [2024-10-14T08:29:11.785Z] $ docker stop --time=1 8a65c824f40382a439e09d9adf4bf2f7678ab8ef7e062fc42c645e0b64f34784 [2024-10-14T08:29:13.081Z] $ docker rm -f --volumes 8a65c824f40382a439e09d9adf4bf2f7678ab8ef7e062fc42c645e0b64f34784 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:29:13.518Z] + docker inspect -f . ci-base-image-x86_64 [2024-10-14T08:29:13.518Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:29:13.605Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:29:13.641Z] $ 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-10-14T08:29:13.984Z] $ docker top 0164418468d48e95a4a456b53d463ad809281a03280e16083853ba871a4a2794 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:29:14.337Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2024-10-14T08:29:14.640Z] + make test [2024-10-14T08:29:14.640Z] go test ./... -coverprofile=coverage.out [2024-10-14T08:29:16.573Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2024-10-14T08:29:38.515Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2024-10-14T08:29:38.515Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.011s coverage: 58.4% of statements [2024-10-14T08:29:48.494Z] go vet ./... [2024-10-14T08:29:55.070Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-14T08:29:55.070Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-14T08:29:55.070Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-14T08:29:55.086Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-14T08:29:55.114Z] $ docker stop --time=1 0164418468d48e95a4a456b53d463ad809281a03280e16083853ba871a4a2794 [2024-10-14T08:30:00.921Z] $ docker rm -f --volumes 0164418468d48e95a4a456b53d463ad809281a03280e16083853ba871a4a2794 [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-14T08:30:01.523Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-14T08:30:01.581Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-10-14T08:30:02.049Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-14T08:30:02.336Z] + ls -al . [2024-10-14T08:30:02.336Z] total 276 [2024-10-14T08:30:02.336Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:29 . [2024-10-14T08:30:02.336Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:27 .. [2024-10-14T08:30:02.336Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:29 .git [2024-10-14T08:30:02.336Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:27 .github [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 272 Oct 14 08:27 .gitignore [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 199 Oct 14 08:27 .golangci.yml [2024-10-14T08:30:02.336Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 08:28 .semver [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 18321 Oct 14 08:27 Attribution.txt [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 15941 Oct 14 08:27 CHANGELOG.md [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 1755 Oct 14 08:27 Dockerfile [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 14 08:27 GOVERNANCE.md [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 660 Oct 14 08:27 Jenkinsfile [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 14 08:27 LICENSE [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 2490 Oct 14 08:27 Makefile [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 623 Oct 14 08:27 OWNERS.md [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 4103 Oct 14 08:27 README.md [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 08:28 VERSION [2024-10-14T08:30:02.336Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:27 bin [2024-10-14T08:30:02.336Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:27 cmd [2024-10-14T08:30:02.336Z] -rw-r--r-- 1 jenkins jenkins 43316 Oct 14 08:29 coverage.out [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 6895 Oct 14 08:27 go.mod [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 100176 Oct 14 08:27 go.sum [2024-10-14T08:30:02.336Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:27 internal [2024-10-14T08:30:02.336Z] -rw-rw-r-- 1 jenkins jenkins 235 Oct 14 08:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:30:02.648Z] + 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=60f2b90224e592bb905f9b29e85d80ab0be60eaf --label arch=amd64 --label version=3.2.0-dev.27 . [2024-10-14T08:30:02.648Z] Sending build context to Docker daemon 37.69MB [2024-10-14T08:30:02.648Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2024-10-14T08:30:02.648Z] Step 2/26 : FROM ${BASE} AS builder [2024-10-14T08:30:02.648Z] ---> db91a9261897 [2024-10-14T08:30:02.648Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-14T08:30:04.031Z] ---> Running in 9b22d6dd568f [2024-10-14T08:30:04.031Z] Removing intermediate container 9b22d6dd568f [2024-10-14T08:30:04.031Z] ---> 82f4bd6c1f72 [2024-10-14T08:30:04.031Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-10-14T08:30:04.031Z] ---> Running in d8fe839e2347 [2024-10-14T08:30:04.031Z] Removing intermediate container d8fe839e2347 [2024-10-14T08:30:04.031Z] ---> 437a02c77e63 [2024-10-14T08:30:04.031Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-10-14T08:30:04.031Z] ---> Running in d39c8c9963de [2024-10-14T08:30:04.031Z] Removing intermediate container d39c8c9963de [2024-10-14T08:30:04.031Z] ---> e23a966b5dc0 [2024-10-14T08:30:04.031Z] Step 6/26 : WORKDIR /device-virtual-go [2024-10-14T08:30:04.031Z] ---> Running in b9653d50b778 [2024-10-14T08:30:04.031Z] Removing intermediate container b9653d50b778 [2024-10-14T08:30:04.031Z] ---> f47215ee6e3a [2024-10-14T08:30:04.031Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-14T08:30:04.031Z] ---> Running in 8b5e409a5a00 [2024-10-14T08:30:04.290Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:30:04.550Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:30:04.808Z] OK: 250 MiB in 58 packages [2024-10-14T08:30:05.377Z] Removing intermediate container 8b5e409a5a00 [2024-10-14T08:30:05.377Z] ---> 830cfc35b1ef [2024-10-14T08:30:05.377Z] Step 8/26 : COPY go.mod vendor* ./ [2024-10-14T08:30:05.377Z] ---> 0d22828eb631 [2024-10-14T08:30:05.377Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-14T08:30:05.377Z] ---> Running in c2dc43e3f318 [2024-10-14T08:30:05.945Z] Removing intermediate container c2dc43e3f318 [2024-10-14T08:30:05.945Z] ---> e2454abb2d03 [2024-10-14T08:30:05.945Z] Step 10/26 : COPY . . [2024-10-14T08:30:07.324Z] ---> 3ce299adb5a6 [2024-10-14T08:30:07.324Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-14T08:30:07.583Z] ---> Running in 5bb3d45720b6 [2024-10-14T08:30:07.583Z] Removing intermediate container 5bb3d45720b6 [2024-10-14T08:30:07.583Z] ---> fdfd1b079e8d [2024-10-14T08:30:07.583Z] Step 12/26 : RUN $MAKE [2024-10-14T08:30:07.583Z] ---> Running in f0e1411c2182 [2024-10-14T08:30:07.841Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.27 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.45" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-virtual ./cmd [2024-10-14T08:30:48.204Z] Removing intermediate container f0e1411c2182 [2024-10-14T08:30:48.204Z] ---> bec7aec5a163 [2024-10-14T08:30:48.204Z] Step 13/26 : FROM alpine:3.20 [2024-10-14T08:30:48.204Z] 3.20: Pulling from library/alpine [2024-10-14T08:30:48.204Z] 43c4264eed91: Already exists [2024-10-14T08:30:48.204Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-14T08:30:48.204Z] Status: Downloaded newer image for alpine:3.20 [2024-10-14T08:30:48.204Z] ---> 91ef0af61f39 [2024-10-14T08:30:48.204Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2024-10-14T08:30:48.204Z] ---> Running in 1f831103bb44 [2024-10-14T08:30:48.204Z] Removing intermediate container 1f831103bb44 [2024-10-14T08:30:48.204Z] ---> 7b49ffbfcf14 [2024-10-14T08:30:48.204Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-10-14T08:30:48.204Z] ---> Running in 96679b8edd88 [2024-10-14T08:30:48.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:30:48.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:30:48.204Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-14T08:30:48.204Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T08:30:48.204Z] OK: 8 MiB in 15 packages [2024-10-14T08:30:48.204Z] Removing intermediate container 96679b8edd88 [2024-10-14T08:30:48.204Z] ---> 3b80a95dfd08 [2024-10-14T08:30:48.204Z] Step 16/26 : RUN apk --no-cache upgrade [2024-10-14T08:30:48.204Z] ---> Running in 0b81cd8c7929 [2024-10-14T08:30:48.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:30:48.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:30:48.204Z] Upgrading critical system libraries and apk-tools: [2024-10-14T08:30:48.204Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-14T08:30:48.204Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T08:30:48.204Z] Continuing the upgrade transaction with new apk-tools: [2024-10-14T08:30:48.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2024-10-14T08:30:48.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2024-10-14T08:30:48.204Z] OK: 8 MiB in 15 packages [2024-10-14T08:30:48.464Z] Removing intermediate container 0b81cd8c7929 [2024-10-14T08:30:48.464Z] ---> b346292cf786 [2024-10-14T08:30:48.464Z] Step 17/26 : WORKDIR / [2024-10-14T08:30:48.464Z] ---> Running in 0683a6e23779 [2024-10-14T08:30:48.464Z] Removing intermediate container 0683a6e23779 [2024-10-14T08:30:48.464Z] ---> 872adb707aab [2024-10-14T08:30:48.464Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2024-10-14T08:30:48.723Z] ---> 47171e0eb542 [2024-10-14T08:30:48.723Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2024-10-14T08:30:48.723Z] ---> e2999e1135a3 [2024-10-14T08:30:48.723Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2024-10-14T08:30:51.263Z] ---> 62a4c031b4da [2024-10-14T08:30:51.263Z] Step 21/26 : EXPOSE 59900 [2024-10-14T08:30:51.263Z] ---> Running in c79a7d32452b [2024-10-14T08:30:51.263Z] Removing intermediate container c79a7d32452b [2024-10-14T08:30:51.263Z] ---> 44b24b7c93a1 [2024-10-14T08:30:51.263Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2024-10-14T08:30:51.263Z] ---> Running in 37bbb0f52738 [2024-10-14T08:30:51.263Z] Removing intermediate container 37bbb0f52738 [2024-10-14T08:30:51.263Z] ---> e399fa056c48 [2024-10-14T08:30:51.263Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-10-14T08:30:51.263Z] ---> Running in 9747cb7efdc5 [2024-10-14T08:30:51.263Z] Removing intermediate container 9747cb7efdc5 [2024-10-14T08:30:51.263Z] ---> 1b9371df9807 [2024-10-14T08:30:51.263Z] Step 24/26 : LABEL arch=amd64 [2024-10-14T08:30:51.263Z] ---> Running in 7b0f0b0a0ebf [2024-10-14T08:30:51.263Z] Removing intermediate container 7b0f0b0a0ebf [2024-10-14T08:30:51.263Z] ---> 77a430ef918a [2024-10-14T08:30:51.263Z] Step 25/26 : LABEL git_sha=60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:30:51.263Z] ---> Running in ec5a5364b8d6 [2024-10-14T08:30:51.263Z] Removing intermediate container ec5a5364b8d6 [2024-10-14T08:30:51.263Z] ---> 744c4eacb069 [2024-10-14T08:30:51.263Z] Step 26/26 : LABEL version=3.2.0-dev.27 [2024-10-14T08:30:51.263Z] ---> Running in e3c936716736 [2024-10-14T08:30:51.523Z] Removing intermediate container e3c936716736 [2024-10-14T08:30:51.523Z] ---> 1809bdd79d7b [2024-10-14T08:30:51.523Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-14T08:30:51.523Z] Successfully built 1809bdd79d7b [2024-10-14T08:30:51.523Z] 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-10-14T08:30:51.660Z] provisioning config files... [2024-10-14T08:30:51.669Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16608565011897071652tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:30:51.972Z] ---> ****-login.sh [2024-10-14T08:30:51.972Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:30:51.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:30:51.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:30:51.972Z] Configure a credential helper to remove this warning. See [2024-10-14T08:30:51.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:30:51.972Z] [2024-10-14T08:30:51.972Z] Login Succeeded [2024-10-14T08:30:51.972Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:30:51.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:30:51.972Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:30:51.972Z] Configure a credential helper to remove this warning. See [2024-10-14T08:30:51.972Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:30:51.972Z] [2024-10-14T08:30:51.972Z] Login Succeeded [2024-10-14T08:30:51.972Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:30:52.231Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:30:52.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:30:52.231Z] Configure a credential helper to remove this warning. See [2024-10-14T08:30:52.231Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:30:52.232Z] [2024-10-14T08:30:52.232Z] Login Succeeded [2024-10-14T08:30:52.232Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:30:52.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:30:52.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:30:52.232Z] Configure a credential helper to remove this warning. See [2024-10-14T08:30:52.232Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:30:52.232Z] [2024-10-14T08:30:52.232Z] Login Succeeded [2024-10-14T08:30:52.232Z] ****.io [2024-10-14T08:30:52.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:30:52.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:30:52.491Z] Configure a credential helper to remove this warning. See [2024-10-14T08:30:52.491Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:30:52.491Z] [2024-10-14T08:30:52.491Z] Login Succeeded [2024-10-14T08:30:52.491Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:30:52.499Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-14T08:30:52.561Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:30:52.605Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2024-10-14T08:30:52.605Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:30:52.605Z] latest [2024-10-14T08:30:52.605Z] 3.2.0-dev.27 [2024-10-14T08:30:52.605Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [2024-10-14T08:30:52.605Z] main [2024-10-14T08:30:52.605Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:30:52.953Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:30:53.283Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:30:53.283Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-10-14T08:30:53.283Z] c2a4cbee5bd9: Preparing [2024-10-14T08:30:53.283Z] 5d1a916c411e: Preparing [2024-10-14T08:30:53.283Z] f0410e12933e: Preparing [2024-10-14T08:30:53.283Z] 53735314df99: Preparing [2024-10-14T08:30:53.283Z] 3dbec47a9f66: Preparing [2024-10-14T08:30:53.283Z] 63ca1fbb43ae: Preparing [2024-10-14T08:30:53.283Z] 63ca1fbb43ae: Waiting [2024-10-14T08:30:53.283Z] 3dbec47a9f66: Pushed [2024-10-14T08:30:53.283Z] 5d1a916c411e: Pushed [2024-10-14T08:30:53.283Z] f0410e12933e: Pushed [2024-10-14T08:30:53.283Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:30:53.283Z] 53735314df99: Pushed [2024-10-14T08:30:58.558Z] c2a4cbee5bd9: Pushed [2024-10-14T08:30:58.817Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:30:59.158Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:30:59.495Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2024-10-14T08:30:59.495Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-10-14T08:30:59.495Z] c2a4cbee5bd9: Preparing [2024-10-14T08:30:59.495Z] 5d1a916c411e: Preparing [2024-10-14T08:30:59.495Z] f0410e12933e: Preparing [2024-10-14T08:30:59.495Z] 53735314df99: Preparing [2024-10-14T08:30:59.495Z] 3dbec47a9f66: Preparing [2024-10-14T08:30:59.495Z] 63ca1fbb43ae: Preparing [2024-10-14T08:30:59.495Z] 5d1a916c411e: Layer already exists [2024-10-14T08:30:59.495Z] 53735314df99: Layer already exists [2024-10-14T08:30:59.495Z] 3dbec47a9f66: Layer already exists [2024-10-14T08:30:59.495Z] f0410e12933e: Layer already exists [2024-10-14T08:30:59.495Z] c2a4cbee5bd9: Layer already exists [2024-10-14T08:30:59.495Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:30:59.495Z] latest: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:30:59.827Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:31:00.159Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.27 [2024-10-14T08:31:00.159Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-10-14T08:31:00.159Z] c2a4cbee5bd9: Preparing [2024-10-14T08:31:00.159Z] 5d1a916c411e: Preparing [2024-10-14T08:31:00.159Z] f0410e12933e: Preparing [2024-10-14T08:31:00.159Z] 53735314df99: Preparing [2024-10-14T08:31:00.159Z] 3dbec47a9f66: Preparing [2024-10-14T08:31:00.159Z] 63ca1fbb43ae: Preparing [2024-10-14T08:31:00.159Z] 63ca1fbb43ae: Waiting [2024-10-14T08:31:00.159Z] 5d1a916c411e: Layer already exists [2024-10-14T08:31:00.159Z] f0410e12933e: Layer already exists [2024-10-14T08:31:00.159Z] 53735314df99: Layer already exists [2024-10-14T08:31:00.159Z] c2a4cbee5bd9: Layer already exists [2024-10-14T08:31:00.159Z] 3dbec47a9f66: Layer already exists [2024-10-14T08:31:00.159Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:31:00.159Z] 3.2.0-dev.27: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:31:00.491Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:31:00.826Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [2024-10-14T08:31:00.826Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-10-14T08:31:00.826Z] c2a4cbee5bd9: Preparing [2024-10-14T08:31:00.826Z] 5d1a916c411e: Preparing [2024-10-14T08:31:00.826Z] f0410e12933e: Preparing [2024-10-14T08:31:00.826Z] 53735314df99: Preparing [2024-10-14T08:31:00.826Z] 3dbec47a9f66: Preparing [2024-10-14T08:31:00.826Z] 63ca1fbb43ae: Preparing [2024-10-14T08:31:00.826Z] 63ca1fbb43ae: Waiting [2024-10-14T08:31:00.826Z] c2a4cbee5bd9: Layer already exists [2024-10-14T08:31:00.826Z] 53735314df99: Layer already exists [2024-10-14T08:31:00.826Z] 5d1a916c411e: Layer already exists [2024-10-14T08:31:00.826Z] 3dbec47a9f66: Layer already exists [2024-10-14T08:31:00.826Z] f0410e12933e: Layer already exists [2024-10-14T08:31:00.826Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:31:00.826Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:31:01.178Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:31:01.522Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2024-10-14T08:31:01.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-10-14T08:31:01.522Z] c2a4cbee5bd9: Preparing [2024-10-14T08:31:01.522Z] 5d1a916c411e: Preparing [2024-10-14T08:31:01.522Z] f0410e12933e: Preparing [2024-10-14T08:31:01.522Z] 53735314df99: Preparing [2024-10-14T08:31:01.522Z] 3dbec47a9f66: Preparing [2024-10-14T08:31:01.522Z] 63ca1fbb43ae: Preparing [2024-10-14T08:31:01.522Z] 63ca1fbb43ae: Waiting [2024-10-14T08:31:01.522Z] 5d1a916c411e: Layer already exists [2024-10-14T08:31:01.522Z] 3dbec47a9f66: Layer already exists [2024-10-14T08:31:01.522Z] 53735314df99: Layer already exists [2024-10-14T08:31:01.522Z] c2a4cbee5bd9: Layer already exists [2024-10-14T08:31:01.522Z] f0410e12933e: Layer already exists [2024-10-14T08:31:01.522Z] 63ca1fbb43ae: Layer already exists [2024-10-14T08:31:01.522Z] main: digest: sha256:a701523d884576fc613582a790d3672d5a3d473bbd4ed6dba91ac852e25efd7e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-14T08:31:01.597Z] ===================================================== [Pipeline] echo [2024-10-14T08:31:01.608Z] taggedImages: [2024-10-14T08:31:01.608Z] - nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:31:01.608Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2024-10-14T08:31:01.608Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.27 [2024-10-14T08:31:01.608Z] - nexus3.edgexfoundry.org:10004/device-virtual:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [2024-10-14T08:31:01.608Z] - 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-10-14T08:31:02.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-14T08:31:02.034Z] [2024-10-14T08:31:02.034Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:31:02.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-14T08:31:02.334Z] latest: Pulling from edgex-lftools-log-publisher [2024-10-14T08:31:02.334Z] 5eb5b503b376: Pulling fs layer [2024-10-14T08:31:02.334Z] 5c69ac0246d0: Pulling fs layer [2024-10-14T08:31:02.334Z] ec43610c2a17: Pulling fs layer [2024-10-14T08:31:02.334Z] 3a2ae6a8a46f: Pulling fs layer [2024-10-14T08:31:02.334Z] 33b1e0a273af: Pulling fs layer [2024-10-14T08:31:02.334Z] 5d3b04190fa2: Pulling fs layer [2024-10-14T08:31:02.334Z] 2f39f015ded8: Pulling fs layer [2024-10-14T08:31:02.334Z] 33b1e0a273af: Waiting [2024-10-14T08:31:02.334Z] 5d3b04190fa2: Waiting [2024-10-14T08:31:02.334Z] 2f39f015ded8: Waiting [2024-10-14T08:31:02.334Z] 3a2ae6a8a46f: Waiting [2024-10-14T08:31:02.334Z] 5c69ac0246d0: Download complete [2024-10-14T08:31:02.334Z] 3a2ae6a8a46f: Verifying Checksum [2024-10-14T08:31:02.334Z] 3a2ae6a8a46f: Download complete [2024-10-14T08:31:02.334Z] 33b1e0a273af: Verifying Checksum [2024-10-14T08:31:02.334Z] 33b1e0a273af: Download complete [2024-10-14T08:31:02.334Z] 5d3b04190fa2: Verifying Checksum [2024-10-14T08:31:02.334Z] 5d3b04190fa2: Download complete [2024-10-14T08:31:02.334Z] ec43610c2a17: Verifying Checksum [2024-10-14T08:31:02.334Z] ec43610c2a17: Download complete [2024-10-14T08:31:02.592Z] 5eb5b503b376: Verifying Checksum [2024-10-14T08:31:02.592Z] 5eb5b503b376: Download complete [2024-10-14T08:31:03.159Z] 2f39f015ded8: Download complete [2024-10-14T08:31:04.097Z] 5eb5b503b376: Pull complete [2024-10-14T08:31:04.097Z] 5c69ac0246d0: Pull complete [2024-10-14T08:31:04.665Z] ec43610c2a17: Pull complete [2024-10-14T08:31:04.665Z] 3a2ae6a8a46f: Pull complete [2024-10-14T08:31:04.925Z] 33b1e0a273af: Pull complete [2024-10-14T08:31:04.925Z] 5d3b04190fa2: Pull complete [2024-10-14T08:31:10.197Z] 2f39f015ded8: Pull complete [2024-10-14T08:31:10.197Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-10-14T08:31:10.197Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-14T08:31:10.197Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:31:10.312Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:31:10.356Z] $ 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-10-14T08:31:15.111Z] $ docker top 83e4fe69214bd63b106f405303212d183d9db18e80d443fca7b3e0338da12f1e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:31:15.491Z] ---> job-cost.sh [2024-10-14T08:31:15.491Z] lf-activate-venv: SKIPPING [2024-10-14T08:31:15.491Z] INFO: No Stack... [2024-10-14T08:31:15.751Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-14T08:31:16.012Z] INFO: Archiving Costs [Pipeline] sh [2024-10-14T08:31:16.304Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2024-10-14T08:31:16.304Z] + cut -d, -f6 [Pipeline] lock [2024-10-14T08:31:16.318Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [2024-10-14T08:31:16.325Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] did not exist. Created. [2024-10-14T08:31:16.333Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-14T08:31:16.642Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-10-14T08:31:16.669Z] Stashed 1 file(s) [Pipeline] } [2024-10-14T08:31:16.678Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-14T08:31:16.716Z] $ docker stop --time=1 83e4fe69214bd63b106f405303212d183d9db18e80d443fca7b3e0338da12f1e [2024-10-14T08:31:17.875Z] $ docker rm -f --volumes 83e4fe69214bd63b106f405303212d183d9db18e80d443fca7b3e0338da12f1e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-10-14T08:31:53.700Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-22721 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2024-10-14T08:31:53.723Z] Running in /w/workspace/device-virtual-go/183 [Pipeline] { [Pipeline] checkout [2024-10-14T08:31:56.790Z] The recommended git tool is: git [2024-10-14T08:32:03.226Z] using credential edgex-jenkins-ssh [2024-10-14T08:32:03.254Z] Cloning the remote Git repository [2024-10-14T08:32:03.314Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2024-10-14T08:32:03.442Z] > git init /w/workspace/device-virtual-go/183 # timeout=10 [2024-10-14T08:32:03.626Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2024-10-14T08:32:03.628Z] > git --version # timeout=10 [2024-10-14T08:32:03.661Z] > git --version # 'git version 2.25.1' [2024-10-14T08:32:03.669Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-10-14T08:32:03.873Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-14T08:32:07.730Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2024-10-14T08:32:07.758Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-10-14T08:32:08.868Z] Avoid second fetch [2024-10-14T08:32:08.869Z] Checking out Revision 60f2b90224e592bb905f9b29e85d80ab0be60eaf (main) [2024-10-14T08:32:09.574Z] Commit message: "Merge pull request #495 from jackchenjc/edgex-go-issue-4916" [2024-10-14T08:32:08.887Z] > git config core.sparsecheckout # timeout=10 [2024-10-14T08:32:08.967Z] > git checkout -f 60f2b90224e592bb905f9b29e85d80ab0be60eaf # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-14T08:32:14.365Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-10-14T08:32:14.365Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-14T08:32:14.365Z] Dload Upload Total Spent Left Speed [2024-10-14T08:32:14.365Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 184k 0 --:--:-- --:--:-- --:--:-- 186k [Pipeline] sh [2024-10-14T08:32:14.710Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-10-14T08:32:15.048Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo [2024-10-14T08:32:15.048Z] tee /etc/docker/daemon.new [2024-10-14T08:32:15.048Z] { [2024-10-14T08:32:15.048Z] "registry-mirrors": [ [2024-10-14T08:32:15.048Z] "https://nexus3.edgexfoundry.org:10001" [2024-10-14T08:32:15.048Z] ], [2024-10-14T08:32:15.048Z] "bip": "10.250.0.254/24", [2024-10-14T08:32:15.048Z] "hosts": [ [2024-10-14T08:32:15.048Z] "tcp://0.0.0.0:5555", [2024-10-14T08:32:15.048Z] "unix:///var/run/docker.sock" [2024-10-14T08:32:15.048Z] ], [2024-10-14T08:32:15.048Z] "mtu": 1458, [2024-10-14T08:32:15.048Z] "selinux-enabled": true, [2024-10-14T08:32:15.048Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-10-14T08:32:15.048Z] } [Pipeline] sh [2024-10-14T08:32:15.397Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-10-14T08:32:15.746Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-14T08:32:35.881Z] provisioning config files... [2024-10-14T08:32:35.917Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/183@tmp/config13335423184277009924tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:32:36.413Z] ---> ****-login.sh [2024-10-14T08:32:36.413Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:32:37.005Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:32:37.280Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:32:37.280Z] Configure a credential helper to remove this warning. See [2024-10-14T08:32:37.280Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:32:37.280Z] [2024-10-14T08:32:37.280Z] Login Succeeded [2024-10-14T08:32:37.280Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:32:37.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:32:37.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:32:37.551Z] Configure a credential helper to remove this warning. See [2024-10-14T08:32:37.551Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:32:37.551Z] [2024-10-14T08:32:37.551Z] Login Succeeded [2024-10-14T08:32:37.823Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:32:38.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:32:38.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:32:38.098Z] Configure a credential helper to remove this warning. See [2024-10-14T08:32:38.098Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:32:38.098Z] [2024-10-14T08:32:38.098Z] Login Succeeded [2024-10-14T08:32:38.098Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:32:38.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:32:38.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:32:38.646Z] Configure a credential helper to remove this warning. See [2024-10-14T08:32:38.646Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:32:38.646Z] [2024-10-14T08:32:38.646Z] Login Succeeded [2024-10-14T08:32:38.646Z] ****.io [2024-10-14T08:32:38.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:32:39.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:32:39.198Z] Configure a credential helper to remove this warning. See [2024-10-14T08:32:39.198Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:32:39.198Z] [2024-10-14T08:32:39.198Z] Login Succeeded [2024-10-14T08:32:39.198Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:32:39.214Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-10-14T08:32:39.614Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:32:39.641Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:32:39.662Z] ========================================================= [2024-10-14T08:32:39.662Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2024-10-14T08:32:39.662Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:32:40.062Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . [2024-10-14T08:32:40.671Z] Sending build context to Docker daemon 19.01MB [2024-10-14T08:32:40.671Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2024-10-14T08:32:40.671Z] Step 2/12 : FROM ${BASE} AS builder [2024-10-14T08:32:40.941Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-10-14T08:32:40.941Z] cf04c63912e1: Pulling fs layer [2024-10-14T08:32:40.941Z] 55b35a11ae5e: Pulling fs layer [2024-10-14T08:32:40.941Z] a37a00ec5f00: Pulling fs layer [2024-10-14T08:32:40.941Z] 50b3750afda1: Pulling fs layer [2024-10-14T08:32:40.941Z] 4f4fb700ef54: Pulling fs layer [2024-10-14T08:32:40.941Z] 80978eb59214: Pulling fs layer [2024-10-14T08:32:40.941Z] c9f46d7d2bd2: Pulling fs layer [2024-10-14T08:32:40.941Z] c5a475d317c9: Pulling fs layer [2024-10-14T08:32:40.941Z] 50b3750afda1: Waiting [2024-10-14T08:32:40.941Z] 4f4fb700ef54: Waiting [2024-10-14T08:32:40.941Z] 80978eb59214: Waiting [2024-10-14T08:32:40.941Z] c5a475d317c9: Waiting [2024-10-14T08:32:40.941Z] c9f46d7d2bd2: Waiting [2024-10-14T08:32:40.941Z] 55b35a11ae5e: Download complete [2024-10-14T08:32:40.941Z] 50b3750afda1: Verifying Checksum [2024-10-14T08:32:40.941Z] 50b3750afda1: Download complete [2024-10-14T08:32:40.941Z] 4f4fb700ef54: Verifying Checksum [2024-10-14T08:32:40.941Z] 4f4fb700ef54: Download complete [2024-10-14T08:32:40.941Z] 80978eb59214: Verifying Checksum [2024-10-14T08:32:40.941Z] 80978eb59214: Download complete [2024-10-14T08:32:40.941Z] cf04c63912e1: Verifying Checksum [2024-10-14T08:32:40.941Z] cf04c63912e1: Download complete [2024-10-14T08:32:41.558Z] c5a475d317c9: Verifying Checksum [2024-10-14T08:32:41.558Z] c5a475d317c9: Download complete [2024-10-14T08:32:42.156Z] cf04c63912e1: Pull complete [2024-10-14T08:32:42.757Z] 55b35a11ae5e: Pull complete [2024-10-14T08:32:43.027Z] a37a00ec5f00: Verifying Checksum [2024-10-14T08:32:43.027Z] a37a00ec5f00: Download complete [2024-10-14T08:32:43.999Z] c9f46d7d2bd2: Verifying Checksum [2024-10-14T08:32:43.999Z] c9f46d7d2bd2: Download complete [2024-10-14T08:32:59.030Z] a37a00ec5f00: Pull complete [2024-10-14T08:32:59.030Z] 50b3750afda1: Pull complete [2024-10-14T08:32:59.030Z] 4f4fb700ef54: Pull complete [2024-10-14T08:32:59.030Z] 80978eb59214: Pull complete [2024-10-14T08:33:05.703Z] c9f46d7d2bd2: Pull complete [2024-10-14T08:33:07.658Z] c5a475d317c9: Pull complete [2024-10-14T08:33:07.658Z] Digest: sha256:2391c17ca386d1fbfa331956bd558234564149703727e64d3c69580d84b42a9b [2024-10-14T08:33:07.658Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2024-10-14T08:33:07.658Z] ---> be29e6b0f0d4 [2024-10-14T08:33:07.658Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-14T08:33:09.608Z] ---> Running in 233723c96fd7 [2024-10-14T08:33:09.876Z] Removing intermediate container 233723c96fd7 [2024-10-14T08:33:09.876Z] ---> 5129556f27ab [2024-10-14T08:33:09.876Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-10-14T08:33:09.876Z] ---> Running in 12ad0a5f9f6f [2024-10-14T08:33:10.144Z] Removing intermediate container 12ad0a5f9f6f [2024-10-14T08:33:10.144Z] ---> 2239866b8b1b [2024-10-14T08:33:10.144Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-10-14T08:33:10.427Z] ---> Running in 50c738ddcf54 [2024-10-14T08:33:10.695Z] Removing intermediate container 50c738ddcf54 [2024-10-14T08:33:10.695Z] ---> 0293845a4ebd [2024-10-14T08:33:10.695Z] Step 6/12 : WORKDIR /device-virtual-go [2024-10-14T08:33:10.695Z] ---> Running in 4778f9aa7f18 [2024-10-14T08:33:11.291Z] Removing intermediate container 4778f9aa7f18 [2024-10-14T08:33:11.291Z] ---> 1f169cb39ae4 [2024-10-14T08:33:11.291Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-14T08:33:11.291Z] ---> Running in 57fb6cfa76b1 [2024-10-14T08:33:12.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T08:33:12.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T08:33:14.656Z] (1/4) Installing openssh-keygen (9.7_p1-r4) [2024-10-14T08:33:14.656Z] (2/4) Installing libedit (20240517.3.1-r0) [2024-10-14T08:33:14.656Z] (3/4) Installing openssh-client-common (9.7_p1-r4) [2024-10-14T08:33:14.656Z] (4/4) Installing openssh-client-default (9.7_p1-r4) [2024-10-14T08:33:14.656Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T08:33:14.656Z] OK: 242 MiB in 58 packages [2024-10-14T08:33:16.076Z] Removing intermediate container 57fb6cfa76b1 [2024-10-14T08:33:16.076Z] ---> d6c30c0fc90e [2024-10-14T08:33:16.076Z] Step 8/12 : COPY go.mod vendor* ./ [2024-10-14T08:33:16.675Z] ---> 87f4db8ccc72 [2024-10-14T08:33:16.675Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-14T08:33:16.675Z] ---> Running in 4febfd543229 [2024-10-14T08:35:09.281Z] Removing intermediate container 4febfd543229 [2024-10-14T08:35:09.281Z] ---> ea710490f300 [2024-10-14T08:35:09.281Z] Step 10/12 : COPY . . [2024-10-14T08:35:09.281Z] ---> 55a345a447f7 [2024-10-14T08:35:09.281Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-14T08:35:09.281Z] ---> Running in 87f61b7c2724 [2024-10-14T08:35:09.281Z] Removing intermediate container 87f61b7c2724 [2024-10-14T08:35:09.281Z] ---> bdc20bac96d2 [2024-10-14T08:35:09.281Z] Step 12/12 : RUN $MAKE [2024-10-14T08:35:09.281Z] ---> Running in e9f1c225f223 [2024-10-14T08:35:10.243Z] noop [2024-10-14T08:35:10.836Z] Removing intermediate container e9f1c225f223 [2024-10-14T08:35:10.836Z] ---> 3ed0d9c0f9c5 [2024-10-14T08:35:10.836Z] Successfully built 3ed0d9c0f9c5 [2024-10-14T08:35:10.836Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:35:11.209Z] + docker inspect -f . ci-base-image-arm64 [2024-10-14T08:35:11.209Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:35:11.459Z] prd-ubuntu20.04-docker-arm64-4c-16g-22721 does not seem to be running inside a container [2024-10-14T08:35:11.546Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/183 -v /w/workspace/device-virtual-go/183:/w/workspace/device-virtual-go/183:rw,z -v /w/workspace/device-virtual-go/183@tmp:/w/workspace/device-virtual-go/183@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-10-14T08:35:13.059Z] $ docker top f5f1036f7c7bf69607ec4400b3d43552e38ff6df75ea9170b651af1549853d0f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:35:13.987Z] + go version [2024-10-14T08:35:13.987Z] go version go1.23.2 linux/arm64 [Pipeline] } [2024-10-14T08:35:14.012Z] $ docker stop --time=1 f5f1036f7c7bf69607ec4400b3d43552e38ff6df75ea9170b651af1549853d0f [2024-10-14T08:35:15.859Z] $ docker rm -f --volumes f5f1036f7c7bf69607ec4400b3d43552e38ff6df75ea9170b651af1549853d0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:35:16.528Z] + docker inspect -f . ci-base-image-arm64 [2024-10-14T08:35:16.528Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:35:16.779Z] prd-ubuntu20.04-docker-arm64-4c-16g-22721 does not seem to be running inside a container [2024-10-14T08:35:16.872Z] $ 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/183 -v /w/workspace/device-virtual-go/183:/w/workspace/device-virtual-go/183:rw,z -v /w/workspace/device-virtual-go/183@tmp:/w/workspace/device-virtual-go/183@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-10-14T08:35:18.322Z] $ docker top 97dca46ca7654091a60ccecb9cb36cf467d9cc19d1640ce8339e47ffad32ff2f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:35:19.229Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/183 [Pipeline] fileExists [Pipeline] sh [2024-10-14T08:35:19.901Z] + make test [2024-10-14T08:35:19.901Z] go test ./... -coverprofile=coverage.out [2024-10-14T08:35:26.593Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2024-10-14T08:39:48.568Z] github.com/edgexfoundry/device-virtual-go/cmd coverage: 0.0% of statements [2024-10-14T08:39:48.568Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.076s coverage: 58.3% of statements [2024-10-14T08:39:48.568Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-10-14T08:39:48.568Z] go vet ./... [2024-10-14T08:40:35.693Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-10-14T08:40:35.693Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-10-14T08:40:35.693Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-10-14T08:40:35.999Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-10-14T08:40:36.020Z] $ docker stop --time=1 97dca46ca7654091a60ccecb9cb36cf467d9cc19d1640ce8339e47ffad32ff2f [2024-10-14T08:40:39.166Z] $ docker rm -f --volumes 97dca46ca7654091a60ccecb9cb36cf467d9cc19d1640ce8339e47ffad32ff2f [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-14T08:40:41.102Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-10-14T08:40:41.132Z] Warning: overwriting stash ‘coverage-report’ [2024-10-14T08:40:41.771Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-10-14T08:40:42.206Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-10-14T08:40:42.534Z] + ls -al . [2024-10-14T08:40:42.534Z] total 272 [2024-10-14T08:40:42.534Z] drwxrwxr-x 7 jenkins jenkins 4096 Oct 14 08:35 . [2024-10-14T08:40:42.534Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 14 08:32 .. [2024-10-14T08:40:42.534Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 14 08:32 .git [2024-10-14T08:40:42.534Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:32 .github [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 272 Oct 14 08:32 .gitignore [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 199 Oct 14 08:32 .golangci.yml [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 18321 Oct 14 08:32 Attribution.txt [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 15941 Oct 14 08:32 CHANGELOG.md [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 1755 Oct 14 08:32 Dockerfile [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 677 Oct 14 08:32 GOVERNANCE.md [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 660 Oct 14 08:32 Jenkinsfile [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 11340 Oct 14 08:32 LICENSE [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 2490 Oct 14 08:32 Makefile [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 623 Oct 14 08:32 OWNERS.md [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 4103 Oct 14 08:32 README.md [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 14 08:28 VERSION [2024-10-14T08:40:42.534Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 14 08:32 bin [2024-10-14T08:40:42.534Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:32 cmd [2024-10-14T08:40:42.534Z] -rw-r--r-- 1 jenkins jenkins 43316 Oct 14 08:39 coverage.out [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 6895 Oct 14 08:32 go.mod [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 100176 Oct 14 08:32 go.sum [2024-10-14T08:40:42.534Z] drwxrwxr-x 3 jenkins jenkins 4096 Oct 14 08:32 internal [2024-10-14T08:40:42.534Z] -rw-rw-r-- 1 jenkins jenkins 235 Oct 14 08:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:40:42.897Z] + 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=60f2b90224e592bb905f9b29e85d80ab0be60eaf --label arch=arm64 --label version=3.2.0-dev.27 . [2024-10-14T08:40:43.485Z] Sending build context to Docker daemon 19.05MB [2024-10-14T08:40:43.485Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2024-10-14T08:40:43.485Z] Step 2/26 : FROM ${BASE} AS builder [2024-10-14T08:40:43.485Z] ---> 3ed0d9c0f9c5 [2024-10-14T08:40:43.485Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-10-14T08:40:43.756Z] ---> Running in 0af3f14e0f66 [2024-10-14T08:40:44.026Z] Removing intermediate container 0af3f14e0f66 [2024-10-14T08:40:44.026Z] ---> 12437dc250cd [2024-10-14T08:40:44.026Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-10-14T08:40:44.027Z] ---> Running in e767b77d0057 [2024-10-14T08:40:44.613Z] Removing intermediate container e767b77d0057 [2024-10-14T08:40:44.613Z] ---> 71dc744fe194 [2024-10-14T08:40:44.613Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-10-14T08:40:44.613Z] ---> Running in 7d9695e59130 [2024-10-14T08:40:44.884Z] Removing intermediate container 7d9695e59130 [2024-10-14T08:40:44.884Z] ---> 39f682c3ef62 [2024-10-14T08:40:44.884Z] Step 6/26 : WORKDIR /device-virtual-go [2024-10-14T08:40:45.154Z] ---> Running in 723eef36a3a7 [2024-10-14T08:40:45.425Z] Removing intermediate container 723eef36a3a7 [2024-10-14T08:40:45.425Z] ---> fa9eb9198c7e [2024-10-14T08:40:45.425Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-10-14T08:40:45.699Z] ---> Running in 78899c72a590 [2024-10-14T08:40:46.667Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T08:40:47.255Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T08:40:49.233Z] OK: 242 MiB in 58 packages [2024-10-14T08:40:49.825Z] Removing intermediate container 78899c72a590 [2024-10-14T08:40:49.826Z] ---> 459832ad7259 [2024-10-14T08:40:49.826Z] Step 8/26 : COPY go.mod vendor* ./ [2024-10-14T08:40:50.417Z] ---> c854fead51ab [2024-10-14T08:40:50.417Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-10-14T08:40:50.688Z] ---> Running in adb242f8fbd9 [2024-10-14T08:40:54.056Z] Removing intermediate container adb242f8fbd9 [2024-10-14T08:40:54.056Z] ---> 98e75c20c94a [2024-10-14T08:40:54.056Z] Step 10/26 : COPY . . [2024-10-14T08:40:55.037Z] ---> 870e29d065c1 [2024-10-14T08:40:55.037Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-10-14T08:40:55.308Z] ---> Running in 9581f036d83e [2024-10-14T08:40:55.578Z] Removing intermediate container 9581f036d83e [2024-10-14T08:40:55.578Z] ---> 563520126f6c [2024-10-14T08:40:55.578Z] Step 12/26 : RUN $MAKE [2024-10-14T08:40:55.578Z] ---> Running in b4638b01f565 [2024-10-14T08:40:57.011Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.27 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.45" -trimpath -mod=readonly -ldflags "-bindnow" -buildmode=pie -o cmd/device-virtual ./cmd [2024-10-14T08:45:18.927Z] Removing intermediate container b4638b01f565 [2024-10-14T08:45:18.927Z] ---> 4e986ca9dbf2 [2024-10-14T08:45:18.927Z] Step 13/26 : FROM alpine:3.20 [2024-10-14T08:45:18.927Z] 3.20: Pulling from library/alpine [2024-10-14T08:45:18.927Z] cf04c63912e1: Already exists [2024-10-14T08:45:18.927Z] Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d [2024-10-14T08:45:18.927Z] Status: Downloaded newer image for alpine:3.20 [2024-10-14T08:45:18.927Z] ---> c157a85ed455 [2024-10-14T08:45:18.927Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2024-10-14T08:45:18.927Z] ---> Running in 39631b5e1dfa [2024-10-14T08:45:18.927Z] Removing intermediate container 39631b5e1dfa [2024-10-14T08:45:18.927Z] ---> 74bee56fd710 [2024-10-14T08:45:18.927Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-10-14T08:45:18.927Z] ---> Running in 9b059779aa2f [2024-10-14T08:45:18.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T08:45:18.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T08:45:18.927Z] (1/1) Installing dumb-init (1.2.5-r3) [2024-10-14T08:45:18.927Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T08:45:18.927Z] OK: 9 MiB in 15 packages [2024-10-14T08:45:18.927Z] Removing intermediate container 9b059779aa2f [2024-10-14T08:45:18.927Z] ---> 07e1980af3a0 [2024-10-14T08:45:18.927Z] Step 16/26 : RUN apk --no-cache upgrade [2024-10-14T08:45:18.927Z] ---> Running in b2a0ae079144 [2024-10-14T08:45:18.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T08:45:18.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T08:45:18.927Z] Upgrading critical system libraries and apk-tools: [2024-10-14T08:45:18.927Z] (1/1) Upgrading apk-tools (2.14.4-r0 -> 2.14.4-r1) [2024-10-14T08:45:18.927Z] Executing busybox-1.36.1-r29.trigger [2024-10-14T08:45:18.927Z] Continuing the upgrade transaction with new apk-tools: [2024-10-14T08:45:18.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2024-10-14T08:45:18.927Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2024-10-14T08:45:20.331Z] OK: 9 MiB in 15 packages [2024-10-14T08:45:20.918Z] Removing intermediate container b2a0ae079144 [2024-10-14T08:45:20.918Z] ---> 5024cc6e2bad [2024-10-14T08:45:20.918Z] Step 17/26 : WORKDIR / [2024-10-14T08:45:21.184Z] ---> Running in 327055d419c3 [2024-10-14T08:45:21.474Z] Removing intermediate container 327055d419c3 [2024-10-14T08:45:21.474Z] ---> 491e7ff7adf0 [2024-10-14T08:45:21.474Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2024-10-14T08:45:22.057Z] ---> c7f61561fe0e [2024-10-14T08:45:22.057Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2024-10-14T08:45:22.642Z] ---> d829d079dba2 [2024-10-14T08:45:22.642Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2024-10-14T08:45:25.227Z] ---> 9aa08f655db2 [2024-10-14T08:45:25.227Z] Step 21/26 : EXPOSE 59900 [2024-10-14T08:45:25.227Z] ---> Running in 080b26cecf9f [2024-10-14T08:45:25.227Z] Removing intermediate container 080b26cecf9f [2024-10-14T08:45:25.227Z] ---> 08894ae3ee93 [2024-10-14T08:45:25.227Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2024-10-14T08:45:25.494Z] ---> Running in d8c085f08f31 [2024-10-14T08:45:25.760Z] Removing intermediate container d8c085f08f31 [2024-10-14T08:45:25.760Z] ---> 7c59b0dbfe81 [2024-10-14T08:45:25.760Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-10-14T08:45:25.760Z] ---> Running in b3bbaca5000b [2024-10-14T08:45:26.030Z] Removing intermediate container b3bbaca5000b [2024-10-14T08:45:26.030Z] ---> 1d38e40c1743 [2024-10-14T08:45:26.030Z] Step 24/26 : LABEL arch=arm64 [2024-10-14T08:45:26.295Z] ---> Running in 3e58088fb8a4 [2024-10-14T08:45:26.566Z] Removing intermediate container 3e58088fb8a4 [2024-10-14T08:45:26.566Z] ---> fabd1b2168d6 [2024-10-14T08:45:26.566Z] Step 25/26 : LABEL git_sha=60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:45:26.566Z] ---> Running in fa80aeda9fab [2024-10-14T08:45:27.152Z] Removing intermediate container fa80aeda9fab [2024-10-14T08:45:27.152Z] ---> 05fa80b495d8 [2024-10-14T08:45:27.152Z] Step 26/26 : LABEL version=3.2.0-dev.27 [2024-10-14T08:45:27.152Z] ---> Running in 8283d2ca1fe0 [2024-10-14T08:45:27.424Z] Removing intermediate container 8283d2ca1fe0 [2024-10-14T08:45:27.424Z] ---> ff9efdf693f0 [2024-10-14T08:45:27.424Z] [Warning] One or more build-args [ARCH] were not consumed [2024-10-14T08:45:27.424Z] Successfully built ff9efdf693f0 [2024-10-14T08:45:27.424Z] 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-10-14T08:45:27.595Z] provisioning config files... [2024-10-14T08:45:27.608Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/183@tmp/config7262933549344935523tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:45:27.948Z] ---> ****-login.sh [2024-10-14T08:45:27.948Z] nexus3.edgexfoundry.org:10001 [2024-10-14T08:45:28.217Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:45:28.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:45:28.217Z] Configure a credential helper to remove this warning. See [2024-10-14T08:45:28.218Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:45:28.218Z] [2024-10-14T08:45:28.218Z] Login Succeeded [2024-10-14T08:45:28.218Z] nexus3.edgexfoundry.org:10002 [2024-10-14T08:45:28.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:45:28.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:45:28.752Z] Configure a credential helper to remove this warning. See [2024-10-14T08:45:28.752Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:45:28.752Z] [2024-10-14T08:45:28.752Z] Login Succeeded [2024-10-14T08:45:28.752Z] nexus3.edgexfoundry.org:10003 [2024-10-14T08:45:29.023Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:45:29.023Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:45:29.023Z] Configure a credential helper to remove this warning. See [2024-10-14T08:45:29.023Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:45:29.023Z] [2024-10-14T08:45:29.023Z] Login Succeeded [2024-10-14T08:45:29.023Z] nexus3.edgexfoundry.org:10004 [2024-10-14T08:45:29.296Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:45:29.564Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:45:29.564Z] Configure a credential helper to remove this warning. See [2024-10-14T08:45:29.564Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:45:29.564Z] [2024-10-14T08:45:29.564Z] Login Succeeded [2024-10-14T08:45:29.564Z] ****.io [2024-10-14T08:45:29.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-10-14T08:45:30.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-10-14T08:45:30.100Z] Configure a credential helper to remove this warning. See [2024-10-14T08:45:30.100Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-10-14T08:45:30.100Z] [2024-10-14T08:45:30.100Z] Login Succeeded [2024-10-14T08:45:30.100Z] ---> ****-login.sh ends [Pipeline] } [2024-10-14T08:45:30.112Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-14T08:45:30.184Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-10-14T08:45:30.219Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2024-10-14T08:45:30.219Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:45:30.219Z] latest [2024-10-14T08:45:30.219Z] 3.2.0-dev.27 [2024-10-14T08:45:30.219Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [2024-10-14T08:45:30.219Z] main [2024-10-14T08:45:30.219Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:30.613Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:30.979Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:45:30.979Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-10-14T08:45:30.979Z] 24f47e5f13c3: Preparing [2024-10-14T08:45:30.979Z] cc19dcf64425: Preparing [2024-10-14T08:45:30.979Z] 043699896c0e: Preparing [2024-10-14T08:45:30.979Z] 426a84b24fb0: Preparing [2024-10-14T08:45:30.979Z] 050f00bf31d9: Preparing [2024-10-14T08:45:30.979Z] 16113d51b718: Preparing [2024-10-14T08:45:30.979Z] 16113d51b718: Waiting [2024-10-14T08:45:31.243Z] cc19dcf64425: Pushed [2024-10-14T08:45:31.243Z] 043699896c0e: Pushed [2024-10-14T08:45:31.243Z] 050f00bf31d9: Pushed [2024-10-14T08:45:31.243Z] 426a84b24fb0: Pushed [2024-10-14T08:45:31.243Z] 16113d51b718: Layer already exists [2024-10-14T08:45:43.573Z] 24f47e5f13c3: Pushed [2024-10-14T08:45:43.573Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:43.989Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:44.373Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2024-10-14T08:45:44.373Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-10-14T08:45:44.373Z] 24f47e5f13c3: Preparing [2024-10-14T08:45:44.373Z] cc19dcf64425: Preparing [2024-10-14T08:45:44.373Z] 043699896c0e: Preparing [2024-10-14T08:45:44.373Z] 426a84b24fb0: Preparing [2024-10-14T08:45:44.373Z] 050f00bf31d9: Preparing [2024-10-14T08:45:44.373Z] 16113d51b718: Preparing [2024-10-14T08:45:44.373Z] 16113d51b718: Waiting [2024-10-14T08:45:44.373Z] cc19dcf64425: Layer already exists [2024-10-14T08:45:44.373Z] 426a84b24fb0: Layer already exists [2024-10-14T08:45:44.373Z] 050f00bf31d9: Layer already exists [2024-10-14T08:45:44.373Z] 24f47e5f13c3: Layer already exists [2024-10-14T08:45:44.373Z] 043699896c0e: Layer already exists [2024-10-14T08:45:44.373Z] 16113d51b718: Layer already exists [2024-10-14T08:45:44.643Z] latest: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:45.031Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:45.408Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.27 [2024-10-14T08:45:45.408Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-10-14T08:45:45.408Z] 24f47e5f13c3: Preparing [2024-10-14T08:45:45.408Z] cc19dcf64425: Preparing [2024-10-14T08:45:45.408Z] 043699896c0e: Preparing [2024-10-14T08:45:45.408Z] 426a84b24fb0: Preparing [2024-10-14T08:45:45.408Z] 050f00bf31d9: Preparing [2024-10-14T08:45:45.408Z] 16113d51b718: Preparing [2024-10-14T08:45:45.408Z] 16113d51b718: Waiting [2024-10-14T08:45:45.408Z] 24f47e5f13c3: Layer already exists [2024-10-14T08:45:45.408Z] 426a84b24fb0: Layer already exists [2024-10-14T08:45:45.408Z] cc19dcf64425: Layer already exists [2024-10-14T08:45:45.408Z] 043699896c0e: Layer already exists [2024-10-14T08:45:45.408Z] 050f00bf31d9: Layer already exists [2024-10-14T08:45:45.408Z] 16113d51b718: Layer already exists [2024-10-14T08:45:45.675Z] 3.2.0-dev.27: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:46.082Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:46.456Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [2024-10-14T08:45:46.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-10-14T08:45:46.456Z] 24f47e5f13c3: Preparing [2024-10-14T08:45:46.456Z] cc19dcf64425: Preparing [2024-10-14T08:45:46.456Z] 043699896c0e: Preparing [2024-10-14T08:45:46.456Z] 426a84b24fb0: Preparing [2024-10-14T08:45:46.456Z] 050f00bf31d9: Preparing [2024-10-14T08:45:46.456Z] 16113d51b718: Preparing [2024-10-14T08:45:46.456Z] 16113d51b718: Waiting [2024-10-14T08:45:46.456Z] 050f00bf31d9: Layer already exists [2024-10-14T08:45:46.456Z] 24f47e5f13c3: Layer already exists [2024-10-14T08:45:46.456Z] 426a84b24fb0: Layer already exists [2024-10-14T08:45:46.456Z] cc19dcf64425: Layer already exists [2024-10-14T08:45:46.456Z] 043699896c0e: Layer already exists [2024-10-14T08:45:46.456Z] 16113d51b718: Layer already exists [2024-10-14T08:45:46.723Z] 60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:47.095Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:47.470Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2024-10-14T08:45:47.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-10-14T08:45:47.470Z] 24f47e5f13c3: Preparing [2024-10-14T08:45:47.470Z] cc19dcf64425: Preparing [2024-10-14T08:45:47.470Z] 043699896c0e: Preparing [2024-10-14T08:45:47.470Z] 426a84b24fb0: Preparing [2024-10-14T08:45:47.470Z] 050f00bf31d9: Preparing [2024-10-14T08:45:47.470Z] 16113d51b718: Preparing [2024-10-14T08:45:47.470Z] 16113d51b718: Waiting [2024-10-14T08:45:47.470Z] 050f00bf31d9: Layer already exists [2024-10-14T08:45:47.470Z] cc19dcf64425: Layer already exists [2024-10-14T08:45:47.470Z] 043699896c0e: Layer already exists [2024-10-14T08:45:47.470Z] 24f47e5f13c3: Layer already exists [2024-10-14T08:45:47.470Z] 426a84b24fb0: Layer already exists [2024-10-14T08:45:47.470Z] 16113d51b718: Layer already exists [2024-10-14T08:45:47.738Z] main: digest: sha256:0cc573ec7e5e7bc1b01eaa575c702fd3c99f75c29e9a393fd637becd67f37d2e size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-10-14T08:45:47.837Z] ===================================================== [Pipeline] echo [2024-10-14T08:45:47.855Z] taggedImages: [2024-10-14T08:45:47.855Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf [2024-10-14T08:45:47.855Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2024-10-14T08:45:47.855Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.27 [2024-10-14T08:45:47.855Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:60f2b90224e592bb905f9b29e85d80ab0be60eaf-3.2.0-dev.27 [2024-10-14T08:45:47.855Z] - 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-10-14T08:45:48.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-14T08:45:48.275Z] [2024-10-14T08:45:48.275Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:45:48.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-14T08:45:48.900Z] arm64: Pulling from edgex-lftools-log-publisher [2024-10-14T08:45:48.900Z] 8998bd30e6a1: Pulling fs layer [2024-10-14T08:45:48.900Z] 04944245beec: Pulling fs layer [2024-10-14T08:45:48.900Z] 699f458cf7ca: Pulling fs layer [2024-10-14T08:45:48.900Z] 765212b225bb: Pulling fs layer [2024-10-14T08:45:48.900Z] f23df028b6ca: Pulling fs layer [2024-10-14T08:45:48.900Z] d65c8cfc05b1: Pulling fs layer [2024-10-14T08:45:48.900Z] 2437ff75d9bd: Pulling fs layer [2024-10-14T08:45:48.900Z] 765212b225bb: Waiting [2024-10-14T08:45:48.900Z] f23df028b6ca: Waiting [2024-10-14T08:45:48.900Z] d65c8cfc05b1: Waiting [2024-10-14T08:45:48.900Z] 2437ff75d9bd: Waiting [2024-10-14T08:45:48.900Z] 04944245beec: Verifying Checksum [2024-10-14T08:45:48.900Z] 04944245beec: Download complete [2024-10-14T08:45:48.900Z] 765212b225bb: Verifying Checksum [2024-10-14T08:45:48.900Z] 765212b225bb: Download complete [2024-10-14T08:45:48.900Z] f23df028b6ca: Download complete [2024-10-14T08:45:48.900Z] d65c8cfc05b1: Verifying Checksum [2024-10-14T08:45:48.900Z] d65c8cfc05b1: Download complete [2024-10-14T08:45:49.170Z] 699f458cf7ca: Verifying Checksum [2024-10-14T08:45:49.170Z] 699f458cf7ca: Download complete [2024-10-14T08:45:49.757Z] 8998bd30e6a1: Verifying Checksum [2024-10-14T08:45:49.757Z] 8998bd30e6a1: Download complete [2024-10-14T08:45:56.344Z] 8998bd30e6a1: Pull complete [2024-10-14T08:45:56.344Z] 04944245beec: Pull complete [2024-10-14T08:45:56.610Z] 699f458cf7ca: Pull complete [2024-10-14T08:45:56.883Z] 765212b225bb: Pull complete [2024-10-14T08:45:57.840Z] 2437ff75d9bd: Verifying Checksum [2024-10-14T08:45:57.840Z] 2437ff75d9bd: Download complete [2024-10-14T08:45:57.840Z] f23df028b6ca: Pull complete [2024-10-14T08:45:58.106Z] d65c8cfc05b1: Pull complete [2024-10-14T08:46:16.321Z] 2437ff75d9bd: Pull complete [2024-10-14T08:46:16.321Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-10-14T08:46:16.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-10-14T08:46:16.321Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:46:16.537Z] prd-ubuntu20.04-docker-arm64-4c-16g-22721 does not seem to be running inside a container [2024-10-14T08:46:16.600Z] $ 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/183 -v /w/workspace/device-virtual-go/183:/w/workspace/device-virtual-go/183:rw,z -v /w/workspace/device-virtual-go/183@tmp:/w/workspace/device-virtual-go/183@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-10-14T08:46:19.714Z] $ docker top bfbe73df6948b28df5d678936cefd7a544e920bf8a11c5c9fbf8a88f763cc4cf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:46:20.577Z] ---> job-cost.sh [2024-10-14T08:46:20.577Z] lf-activate-venv: SKIPPING [2024-10-14T08:46:20.577Z] INFO: No Stack... [2024-10-14T08:46:21.167Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-10-14T08:46:21.753Z] INFO: Archiving Costs [Pipeline] sh [2024-10-14T08:46:22.415Z] + cat /w/workspace/device-virtual-go/183/archives/cost.csv [2024-10-14T08:46:22.415Z] + cut -d, -f6 [Pipeline] lock [2024-10-14T08:46:22.496Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [2024-10-14T08:46:22.504Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] did not exist. Created. [2024-10-14T08:46:22.511Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-10-14T08:46:23.198Z] /w/workspace/device-virtual-go/183@tmp/durable-8127e585/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-10-14T08:46:23.866Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-10-14T08:46:23.896Z] Warning: overwriting stash ‘stack-cost’ [2024-10-14T08:46:23.961Z] Stashed 1 file(s) [Pipeline] } [2024-10-14T08:46:23.971Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-virtual-go-main-183-stack-cost] [Pipeline] // lock [Pipeline] } [2024-10-14T08:46:23.995Z] $ docker stop --time=1 bfbe73df6948b28df5d678936cefd7a544e920bf8a11c5c9fbf8a88f763cc4cf [2024-10-14T08:46:25.654Z] $ docker rm -f --volumes bfbe73df6948b28df5d678936cefd7a544e920bf8a11c5c9fbf8a88f763cc4cf [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-10-14T08:46:26.228Z] provisioning config files... [2024-10-14T08:46:26.245Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config6603130713119948052tmp [Pipeline] { [Pipeline] sh [2024-10-14T08:46:26.611Z] + set +x [2024-10-14T08:46:26.611Z] + bash -s -- [2024-10-14T08:46:26.611Z] + curl -s https://codecov.io/bash [2024-10-14T08:46:26.611Z] [2024-10-14T08:46:26.611Z] _____ _ [2024-10-14T08:46:26.611Z] / ____| | | [2024-10-14T08:46:26.611Z] | | ___ __| | ___ ___ _____ __ [2024-10-14T08:46:26.611Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-10-14T08:46:26.611Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-10-14T08:46:26.611Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-10-14T08:46:26.611Z] Bash-1.0.6 [2024-10-14T08:46:26.611Z] [2024-10-14T08:46:26.611Z] [2024-10-14T08:46:26.611Z] ==> git version 2.25.1 found [2024-10-14T08:46:26.611Z] ==> 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-10-14T08:46:26.611Z] Release-Date: 2020-01-08 [2024-10-14T08:46:26.611Z] 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-10-14T08:46:26.611Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-10-14T08:46:26.611Z] ==> Jenkins CI detected. [2024-10-14T08:46:26.611Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2024-10-14T08:46:26.611Z] project root: . [2024-10-14T08:46:26.611Z] --> token set from env [2024-10-14T08:46:26.612Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-10-14T08:46:26.612Z] ==> Running gcov in . (disable via -X gcov) [2024-10-14T08:46:26.612Z] ==> Python coveragepy not found [2024-10-14T08:46:26.612Z] ==> Searching for coverage reports in: [2024-10-14T08:46:26.612Z] + . [2024-10-14T08:46:26.885Z] -> Found 1 reports [2024-10-14T08:46:26.885Z] ==> Detecting git/mercurial file structure [2024-10-14T08:46:26.885Z] ==> Reading reports [2024-10-14T08:46:26.885Z] + ./coverage.out bytes=43316 [2024-10-14T08:46:26.885Z] ==> Appending adjustments [2024-10-14T08:46:26.885Z] https://docs.codecov.io/docs/fixing-reports [2024-10-14T08:46:26.885Z] + Found adjustments [2024-10-14T08:46:26.885Z] ==> Gzipping contents [2024-10-14T08:46:26.885Z] 8.0K /tmp/codecov.mvjMMM.gz [2024-10-14T08:46:26.885Z] ==> Uploading reports [2024-10-14T08:46:26.885Z] url: https://codecov.io [2024-10-14T08:46:26.885Z] query: branch=main&commit=60f2b90224e592bb905f9b29e85d80ab0be60eaf&build=183&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F183%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-14T08:46:26.885Z] -> Pinging Codecov [2024-10-14T08:46:26.885Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=60f2b90224e592bb905f9b29e85d80ab0be60eaf&build=183&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F183%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-10-14T08:46:27.156Z] -> Uploading to [2024-10-14T08:46:27.156Z] https://storage.googleapis.com/codecov/shelter/v4/github/edgexfoundry/device-virtual-go/60f2b90224e592bb905f9b29e85d80ab0be60eaf/b3f2049e-3c8d-448f-898c-a2f4f24122a2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20241014%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20241014T084626Z&X-Amz-Expires=30&X-Amz-SignedHeaders=host&X-Amz-Signature=a04b93ee737a00d0116018902bc5e843d400c30535497ea0377bfaa0d2a8526b [2024-10-14T08:46:27.156Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-10-14T08:46:27.156Z] Dload Upload Total Spent Left Speed [2024-10-14T08:46:27.415Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5040 0 0 100 5040 0 21724 --:--:-- --:--:-- --:--:-- 21818 [2024-10-14T08:46:27.415Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] } [2024-10-14T08:46:27.422Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-10-14T08:46:27.656Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-10-14T08:46:27.671Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:46:27.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-14T08:46:27.989Z] [2024-10-14T08:46:27.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:46:28.294Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-14T08:46:28.553Z] latest: Pulling from edgex-devops/edgex-snyk-go [2024-10-14T08:46:28.554Z] 43c4264eed91: Already exists [2024-10-14T08:46:28.554Z] 4cc291be95ef: Already exists [2024-10-14T08:46:28.554Z] 2ac1f1163629: Already exists [2024-10-14T08:46:28.814Z] 5c3c966382ef: Already exists [2024-10-14T08:46:28.814Z] 4f4fb700ef54: Already exists [2024-10-14T08:46:28.814Z] d9c7d2e4e75e: Pulling fs layer [2024-10-14T08:46:28.814Z] 9c3e1370e548: Pulling fs layer [2024-10-14T08:46:29.071Z] d9c7d2e4e75e: Verifying Checksum [2024-10-14T08:46:29.071Z] d9c7d2e4e75e: Download complete [2024-10-14T08:46:29.638Z] d9c7d2e4e75e: Pull complete [2024-10-14T08:46:30.205Z] 9c3e1370e548: Verifying Checksum [2024-10-14T08:46:30.205Z] 9c3e1370e548: Download complete [2024-10-14T08:46:34.394Z] 9c3e1370e548: Pull complete [2024-10-14T08:46:34.394Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2024-10-14T08:46:34.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2024-10-14T08:46:34.394Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:46:34.508Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:46:34.556Z] $ 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-10-14T08:46:37.645Z] $ docker top 98bc81ddca39ebc4516bd41d98db1b2b1df6569052838d36f8b6c322b9bc0a26 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:46:37.992Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] echo [2024-10-14T08:46:38.002Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2024-10-14T08:46:38.281Z] + set -o pipefail [2024-10-14T08:46:38.281Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2024-10-14T08:46:46.398Z] [2024-10-14T08:46:46.398Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2024-10-14T08:46:46.398Z] [2024-10-14T08:46:46.398Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/4c51b4af-f1e0-4b23-b385-fd75a099f123/history/02af9408-7047-4993-89fa-3df4cb0f066b [2024-10-14T08:46:46.398Z] [2024-10-14T08:46:46.398Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-10-14T08:46:46.398Z] [2024-10-14T08:46:46.965Z] [2024-10-14T08:46:46.965Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2024-10-14T08:46:46.965Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2024-10-14T08:46:47.241Z] $ docker stop --time=1 98bc81ddca39ebc4516bd41d98db1b2b1df6569052838d36f8b6c322b9bc0a26 [2024-10-14T08:46:52.745Z] $ docker rm -f --volumes 98bc81ddca39ebc4516bd41d98db1b2b1df6569052838d36f8b6c322b9bc0a26 [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-10-14T08:46:53.683Z] + git log --format=format:%s -1 60f2b90224e592bb905f9b29e85d80ab0be60eaf [Pipeline] sh [2024-10-14T08:46:53.976Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-14T08:46:53.976Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:46:54.283Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:46:54.283Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:46:54.370Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:46:54.414Z] $ 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-10-14T08:46:54.882Z] $ docker top 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-14T08:46:54.990Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T08:46:54.990Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T08:46:55.119Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T08:46:55.131Z] $ docker exec 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 ssh-agent [2024-10-14T08:46:55.235Z] SSH_AUTH_SOCK=/tmp/ssh-JMHKAcg5ez3U/agent.32 [2024-10-14T08:46:55.235Z] SSH_AGENT_PID=38 [2024-10-14T08:46:55.239Z] Running ssh-add (command line suppressed) [2024-10-14T08:46:55.348Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13656484391292221969.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_13656484391292221969.key) [2024-10-14T08:46:55.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T08:46:55.653Z] + git semver tag [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,833 [run_tag] DEBUG tag force:False [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,833 [check_head_tag] DEBUG check head tag [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,834 [execute] INFO git cat-file --batch-check [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,834 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,839 [execute] INFO git cat-file --batch [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,839 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,865 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,865 [execute] INFO git tag -a v3.2.0-dev.27 -m v3.2.0-dev.27 [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,865 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.27', '-m', 'v3.2.0-dev.27'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2024-10-14T08:46:55.912Z] 2024-10-14 08:46:55,873 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:46:55.912Z] 3.2.0-dev.27 [Pipeline] } [2024-10-14T08:46:55.932Z] $ docker exec --env ******** --env ******** 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 ssh-agent -k [2024-10-14T08:46:56.048Z] unset SSH_AUTH_SOCK; [2024-10-14T08:46:56.050Z] unset SSH_AGENT_PID; [2024-10-14T08:46:56.050Z] echo Agent pid 38 killed; [2024-10-14T08:46:56.048Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-14T08:46:56.389Z] + git semver [Pipeline] } [2024-10-14T08:46:56.672Z] $ docker stop --time=1 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 [2024-10-14T08:46:57.938Z] $ docker rm -f --volumes 161d539df62edd7f4907f7f050a9aabe12ec3d127c41fde6cc15757981856d56 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:46:58.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-14T08:46:58.359Z] [2024-10-14T08:46:58.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:46:58.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-14T08:46:58.662Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-10-14T08:46:58.662Z] ab5ef0e58194: Pulling fs layer [2024-10-14T08:46:58.662Z] 9712f1f96733: Pulling fs layer [2024-10-14T08:46:58.662Z] 63f879dbbcfc: Pulling fs layer [2024-10-14T08:46:58.662Z] 0d9ebad4ef96: Pulling fs layer [2024-10-14T08:46:58.662Z] e9a5061849ea: Pulling fs layer [2024-10-14T08:46:58.662Z] d747dcd14b5f: Pulling fs layer [2024-10-14T08:46:58.662Z] 2de7ff778b66: Pulling fs layer [2024-10-14T08:46:58.662Z] d747dcd14b5f: Waiting [2024-10-14T08:46:58.662Z] 0d9ebad4ef96: Waiting [2024-10-14T08:46:58.662Z] e9a5061849ea: Waiting [2024-10-14T08:46:58.662Z] 2de7ff778b66: Waiting [2024-10-14T08:46:58.662Z] 9712f1f96733: Verifying Checksum [2024-10-14T08:46:58.662Z] 9712f1f96733: Download complete [2024-10-14T08:46:58.921Z] 63f879dbbcfc: Verifying Checksum [2024-10-14T08:46:58.921Z] 63f879dbbcfc: Download complete [2024-10-14T08:46:59.180Z] e9a5061849ea: Verifying Checksum [2024-10-14T08:46:59.180Z] e9a5061849ea: Download complete [2024-10-14T08:46:59.180Z] d747dcd14b5f: Verifying Checksum [2024-10-14T08:46:59.180Z] d747dcd14b5f: Download complete [2024-10-14T08:46:59.180Z] 0d9ebad4ef96: Verifying Checksum [2024-10-14T08:46:59.180Z] 0d9ebad4ef96: Download complete [2024-10-14T08:46:59.439Z] ab5ef0e58194: Verifying Checksum [2024-10-14T08:46:59.439Z] ab5ef0e58194: Download complete [2024-10-14T08:46:59.439Z] 2de7ff778b66: Verifying Checksum [2024-10-14T08:46:59.439Z] 2de7ff778b66: Download complete [2024-10-14T08:47:02.750Z] ab5ef0e58194: Pull complete [2024-10-14T08:47:02.750Z] 9712f1f96733: Pull complete [2024-10-14T08:47:03.315Z] 63f879dbbcfc: Pull complete [2024-10-14T08:47:07.514Z] 0d9ebad4ef96: Pull complete [2024-10-14T08:47:07.514Z] e9a5061849ea: Pull complete [2024-10-14T08:47:07.771Z] d747dcd14b5f: Pull complete [2024-10-14T08:47:08.704Z] 2de7ff778b66: Pull complete [2024-10-14T08:47:08.964Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-10-14T08:47:08.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-10-14T08:47:08.964Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:47:09.107Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:47:09.151Z] $ 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-10-14T08:47:17.086Z] $ docker top 8759e8602d65eb8a0b859c9057c9c56f32b9de7dd3c8a854d1de6a9d3b6f0a78 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-10-14T08:47:17.165Z] provisioning config files... [2024-10-14T08:47:17.171Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15772039509132944070tmp [2024-10-14T08:47:17.182Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config17955397231929381700tmp [2024-10-14T08:47:17.193Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8428913743848858764tmp [Pipeline] { [Pipeline] echo [2024-10-14T08:47:17.301Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:17.603Z] ---> sigul-configuration.sh [2024-10-14T08:47:17.603Z] gpg: directory `/root/.gnupg' created [2024-10-14T08:47:17.603Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-10-14T08:47:17.603Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-10-14T08:47:17.603Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-10-14T08:47:17.603Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-10-14T08:47:17.603Z] gpg: CAST5 encrypted data [2024-10-14T08:47:17.603Z] gpg: encrypted with 1 passphrase [2024-10-14T08:47:17.603Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-10-14T08:47:17.906Z] + mkdir /home/jenkins [2024-10-14T08:47:17.906Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-10-14T08:47:18.214Z] + 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-10-14T08:47:18.236Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:18.550Z] ---> sigul-install.sh [2024-10-14T08:47:18.550Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-10-14T08:47:18.846Z] + git tag --list [2024-10-14T08:47:18.847Z] v1.0.0 [2024-10-14T08:47:18.847Z] v1.1.0 [2024-10-14T08:47:18.847Z] v1.1.1 [2024-10-14T08:47:18.847Z] v1.2.1 [2024-10-14T08:47:18.847Z] v1.2.2 [2024-10-14T08:47:18.847Z] v1.2.3 [2024-10-14T08:47:18.847Z] v1.3.0 [2024-10-14T08:47:18.847Z] v1.3.1 [2024-10-14T08:47:18.847Z] v2.0.0 [2024-10-14T08:47:18.847Z] v2.1.0 [2024-10-14T08:47:18.847Z] v2.1.1 [2024-10-14T08:47:18.847Z] v2.2.0 [2024-10-14T08:47:18.847Z] v2.3.0 [2024-10-14T08:47:18.847Z] v3.0 [2024-10-14T08:47:18.847Z] v3.0.0 [2024-10-14T08:47:18.847Z] v3.1 [2024-10-14T08:47:18.847Z] v3.1.0 [2024-10-14T08:47:18.847Z] v3.1.0-dev.1 [2024-10-14T08:47:18.847Z] v3.1.0-dev.10 [2024-10-14T08:47:18.847Z] v3.1.0-dev.11 [2024-10-14T08:47:18.847Z] v3.1.0-dev.12 [2024-10-14T08:47:18.847Z] v3.1.0-dev.13 [2024-10-14T08:47:18.847Z] v3.1.0-dev.14 [2024-10-14T08:47:18.847Z] v3.1.0-dev.15 [2024-10-14T08:47:18.847Z] v3.1.0-dev.16 [2024-10-14T08:47:18.847Z] v3.1.0-dev.17 [2024-10-14T08:47:18.847Z] v3.1.0-dev.18 [2024-10-14T08:47:18.847Z] v3.1.0-dev.19 [2024-10-14T08:47:18.847Z] v3.1.0-dev.2 [2024-10-14T08:47:18.847Z] v3.1.0-dev.20 [2024-10-14T08:47:18.847Z] v3.1.0-dev.21 [2024-10-14T08:47:18.847Z] v3.1.0-dev.22 [2024-10-14T08:47:18.847Z] v3.1.0-dev.23 [2024-10-14T08:47:18.847Z] v3.1.0-dev.24 [2024-10-14T08:47:18.847Z] v3.1.0-dev.25 [2024-10-14T08:47:18.847Z] v3.1.0-dev.26 [2024-10-14T08:47:18.847Z] v3.1.0-dev.27 [2024-10-14T08:47:18.847Z] v3.1.0-dev.28 [2024-10-14T08:47:18.847Z] v3.1.0-dev.29 [2024-10-14T08:47:18.847Z] v3.1.0-dev.3 [2024-10-14T08:47:18.847Z] v3.1.0-dev.30 [2024-10-14T08:47:18.847Z] v3.1.0-dev.4 [2024-10-14T08:47:18.847Z] v3.1.0-dev.5 [2024-10-14T08:47:18.847Z] v3.1.0-dev.6 [2024-10-14T08:47:18.847Z] v3.1.0-dev.7 [2024-10-14T08:47:18.847Z] v3.1.0-dev.8 [2024-10-14T08:47:18.847Z] v3.1.0-dev.9 [2024-10-14T08:47:18.847Z] v3.1.1 [2024-10-14T08:47:18.847Z] v3.1.1-dev.1 [2024-10-14T08:47:18.847Z] v3.2.0-dev.1 [2024-10-14T08:47:18.847Z] v3.2.0-dev.10 [2024-10-14T08:47:18.847Z] v3.2.0-dev.11 [2024-10-14T08:47:18.847Z] v3.2.0-dev.12 [2024-10-14T08:47:18.847Z] v3.2.0-dev.13 [2024-10-14T08:47:18.847Z] v3.2.0-dev.14 [2024-10-14T08:47:18.847Z] v3.2.0-dev.15 [2024-10-14T08:47:18.847Z] v3.2.0-dev.16 [2024-10-14T08:47:18.847Z] v3.2.0-dev.17 [2024-10-14T08:47:18.847Z] v3.2.0-dev.18 [2024-10-14T08:47:18.847Z] v3.2.0-dev.19 [2024-10-14T08:47:18.847Z] v3.2.0-dev.2 [2024-10-14T08:47:18.847Z] v3.2.0-dev.20 [2024-10-14T08:47:18.847Z] v3.2.0-dev.21 [2024-10-14T08:47:18.847Z] v3.2.0-dev.22 [2024-10-14T08:47:18.847Z] v3.2.0-dev.23 [2024-10-14T08:47:18.847Z] v3.2.0-dev.24 [2024-10-14T08:47:18.847Z] v3.2.0-dev.25 [2024-10-14T08:47:18.847Z] v3.2.0-dev.26 [2024-10-14T08:47:18.847Z] v3.2.0-dev.27 [2024-10-14T08:47:18.847Z] v3.2.0-dev.3 [2024-10-14T08:47:18.847Z] v3.2.0-dev.4 [2024-10-14T08:47:18.847Z] v3.2.0-dev.5 [2024-10-14T08:47:18.847Z] v3.2.0-dev.6 [2024-10-14T08:47:18.847Z] v3.2.0-dev.7 [2024-10-14T08:47:18.847Z] v3.2.0-dev.8 [2024-10-14T08:47:18.847Z] v3.2.0-dev.9 [Pipeline] sh [2024-10-14T08:47:19.146Z] + lftools sign git-tag v3.2.0-dev.27 [2024-10-14T08:47:19.715Z] Signing Git tag with Sigul... [2024-10-14T08:47:19.715Z] Signing v3.2.0-dev.27 [Pipeline] echo [2024-10-14T08:47:20.296Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:20.589Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-10-14T08:47:20.597Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-10-14T08:47:20.640Z] $ docker stop --time=1 8759e8602d65eb8a0b859c9057c9c56f32b9de7dd3c8a854d1de6a9d3b6f0a78 [2024-10-14T08:47:22.207Z] $ docker rm -f --volumes 8759e8602d65eb8a0b859c9057c9c56f32b9de7dd3c8a854d1de6a9d3b6f0a78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-10-14T08:47:22.651Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-14T08:47:22.652Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:47:22.958Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:47:22.958Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:47:23.053Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:47:23.094Z] $ 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-10-14T08:47:23.832Z] $ docker top 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e -eo pid,comm [2024-10-14T08:47:23.871Z] 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-10-14T08:47:23.871Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-14T08:47:23.936Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T08:47:23.937Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T08:47:24.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T08:47:24.064Z] $ docker exec 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e ssh-agent [2024-10-14T08:47:24.170Z] SSH_AUTH_SOCK=/tmp/ssh-QYvqMT0qZ6wm/agent.14 [2024-10-14T08:47:24.170Z] SSH_AGENT_PID=20 [2024-10-14T08:47:24.175Z] Running ssh-add (command line suppressed) [2024-10-14T08:47:24.306Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3048176454775739538.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_3048176454775739538.key) [2024-10-14T08:47:24.343Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T08:47:24.640Z] + git semver bump pre [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,894 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,895 [bump_version] DEBUG bumping version:3.2.0-dev.27 on axis:pre with prefix:dev [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,895 [bump_version] DEBUG bumped version:3.2.0-dev.28 [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,895 [write_version] DEBUG write version:3.2.0-dev.28 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,895 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,895 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,898 [execute] INFO git cat-file --batch-check [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,898 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,904 [execute] INFO git cat-file --batch [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,904 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-14T08:47:24.900Z] 2024-10-14 08:47:24,909 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:47:25.159Z] 3.2.0-dev.28 [Pipeline] } [2024-10-14T08:47:25.177Z] $ docker exec --env ******** --env ******** 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e ssh-agent -k [2024-10-14T08:47:25.284Z] unset SSH_AUTH_SOCK; [2024-10-14T08:47:25.284Z] unset SSH_AGENT_PID; [2024-10-14T08:47:25.284Z] echo Agent pid 20 killed; [2024-10-14T08:47:25.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-14T08:47:25.613Z] + git semver [Pipeline] } [2024-10-14T08:47:25.896Z] $ docker stop --time=1 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e [2024-10-14T08:47:27.197Z] $ docker rm -f --volumes 014d68867dbcafc305680546c6fb810d19cbb158ce66f2cb964ab845f96b049e [Pipeline] // withDockerContainer [Pipeline] sh [2024-10-14T08:47:27.590Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-10-14T08:47:27.590Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:47:27.896Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-10-14T08:47:27.897Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:47:28.011Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:47:28.051Z] $ 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-10-14T08:47:28.382Z] $ docker top 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 -eo pid,comm [2024-10-14T08:47:28.419Z] 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-10-14T08:47:28.419Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-10-14T08:47:28.481Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-10-14T08:47:28.481Z] [ssh-agent] Looking for ssh-agent implementation... [2024-10-14T08:47:28.591Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-10-14T08:47:28.603Z] $ docker exec 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 ssh-agent [2024-10-14T08:47:28.704Z] SSH_AUTH_SOCK=/tmp/ssh-sks5CKGMVpbS/agent.31 [2024-10-14T08:47:28.704Z] SSH_AGENT_PID=37 [2024-10-14T08:47:28.709Z] Running ssh-add (command line suppressed) [2024-10-14T08:47:28.831Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2273498462675303630.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_2273498462675303630.key) [2024-10-14T08:47:28.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-10-14T08:47:29.137Z] + git semver push [2024-10-14T08:47:29.395Z] 2024-10-14 08:47:29,337 [run_push] DEBUG push [2024-10-14T08:47:29.395Z] 2024-10-14 08:47:29,337 [execute] INFO git cat-file --batch-check [2024-10-14T08:47:29.395Z] 2024-10-14 08:47:29,337 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-10-14T08:47:29.395Z] 2024-10-14 08:47:29,342 [execute] INFO git rev-list 1bf327328cb5b03761fdf499ad4c1ba41ebcd724 -- [2024-10-14T08:47:29.395Z] 2024-10-14 08:47:29,342 [execute] DEBUG Popen(['git', 'rev-list', '1bf327328cb5b03761fdf499ad4c1ba41ebcd724', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-14T08:47:29.395Z] 2024-10-14 08:47:29,354 [execute] INFO git fetch -v origin [2024-10-14T08:47:29.395Z] 2024-10-14 08:47:29,355 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-10-14T08:47:29.963Z] 2024-10-14 08:47:29,824 [run_push] DEBUG no remote changes detected [2024-10-14T08:47:29.963Z] 2024-10-14 08:47:29,824 [execute] INFO git push origin semver [2024-10-14T08:47:29.963Z] 2024-10-14 08:47:29,825 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-10-14T08:47:30.531Z] 2024-10-14 08:47:30,512 [run_push] DEBUG push all version tags [2024-10-14T08:47:30.531Z] 2024-10-14 08:47:30,513 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-10-14T08:47:30.531Z] 2024-10-14 08:47:30,513 [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-10-14T08:47:31.469Z] 2024-10-14 08:47:31,140 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-10-14T08:47:31.469Z] 3.2.0-dev.28 [Pipeline] } [2024-10-14T08:47:31.488Z] $ docker exec --env ******** --env ******** 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 ssh-agent -k [2024-10-14T08:47:31.592Z] unset SSH_AUTH_SOCK; [2024-10-14T08:47:31.592Z] unset SSH_AGENT_PID; [2024-10-14T08:47:31.592Z] echo Agent pid 37 killed; [2024-10-14T08:47:31.596Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-10-14T08:47:31.933Z] + git semver [Pipeline] } [2024-10-14T08:47:32.215Z] $ docker stop --time=1 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 [2024-10-14T08:47:33.482Z] $ docker rm -f --volumes 5d5917dfeef93ceb0bd92f3add84bb78ab7f35648591a34e5d647f158b0cfb86 [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-10-14T08:47:34.110Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2024-10-14T08:47:34.110Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2024-10-14T08:47:34.110Z] total 16 [2024-10-14T08:47:34.110Z] drwxr-xr-x 3 root root 4096 Oct 14 08:31 . [2024-10-14T08:47:34.110Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 14 08:47 .. [2024-10-14T08:47:34.110Z] drwxr-xr-x 2 root root 4096 Oct 14 08:31 cost [2024-10-14T08:47:34.110Z] -rw-r--r-- 1 root root 89 Oct 14 08:31 cost.csv [2024-10-14T08:47:34.110Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2024-10-14T08:47:34.110Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2024-10-14T08:47:34.110Z] total 16 [2024-10-14T08:47:34.110Z] drwxr-xr-x 3 jenkins jenkins 4096 Oct 14 08:31 . [2024-10-14T08:47:34.110Z] drwxrwxr-x 9 jenkins jenkins 4096 Oct 14 08:47 .. [2024-10-14T08:47:34.110Z] drwxr-xr-x 2 jenkins jenkins 4096 Oct 14 08:31 cost [2024-10-14T08:47:34.110Z] -rw-r--r-- 1 jenkins jenkins 89 Oct 14 08:31 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:34.402Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:35.258Z] ---> package-listing.sh [2024-10-14T08:47:35.258Z] ++ facter osfamily [2024-10-14T08:47:35.258Z] ++ tr '[:upper:]' '[:lower:]' [2024-10-14T08:47:35.516Z] + OS_FAMILY=debian [2024-10-14T08:47:35.516Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2024-10-14T08:47:35.516Z] + START_PACKAGES=/tmp/packages_start.txt [2024-10-14T08:47:35.516Z] + END_PACKAGES=/tmp/packages_end.txt [2024-10-14T08:47:35.516Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-10-14T08:47:35.516Z] + PACKAGES=/tmp/packages_start.txt [2024-10-14T08:47:35.516Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2024-10-14T08:47:35.516Z] + PACKAGES=/tmp/packages_end.txt [2024-10-14T08:47:35.516Z] + case "${OS_FAMILY}" in [2024-10-14T08:47:35.516Z] + dpkg -l [2024-10-14T08:47:35.516Z] + grep '^ii' [2024-10-14T08:47:35.516Z] + '[' -f /tmp/packages_start.txt ']' [2024-10-14T08:47:35.516Z] + '[' -f /tmp/packages_end.txt ']' [2024-10-14T08:47:35.516Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-10-14T08:47:35.516Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2024-10-14T08:47:35.516Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2024-10-14T08:47:35.516Z] + 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-10-14T08:47:35.529Z] 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-10-14T08:47:35.807Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-10-14T08:47:36.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-10-14T08:47:36.372Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-10-14T08:47:36.454Z] prd-ubuntu20.04-docker-8c-8g-22719 does not seem to be running inside a container [2024-10-14T08:47:36.494Z] $ 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-10-14T08:47:36.703Z] $ docker top 4c820e46853789f40cb4c7b0ee0e04e58929b44f87dcc88a9f1e49fff809d9f6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-10-14T08:47:37.052Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-10-14T08:47:37.340Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-10-14T08:47:37.654Z] + ls /var/log/sa-host [2024-10-14T08:47:37.654Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-10-14T08:47:37.734Z] provisioning config files... [2024-10-14T08:47:37.743Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config15030604132888535141tmp [Pipeline] { [Pipeline] echo [2024-10-14T08:47:37.767Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:38.117Z] ---> create-netrc.sh [Pipeline] } [2024-10-14T08:47:38.125Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:38.482Z] ---> python-tools-install.sh [Pipeline] echo [2024-10-14T08:47:38.494Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:38.781Z] ---> sudo-logs.sh [2024-10-14T08:47:38.781Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-10-14T08:47:38.809Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:39.091Z] ---> job-cost.sh [2024-10-14T08:47:39.092Z] lf-activate-venv: SKIPPING [2024-10-14T08:47:39.092Z] DEBUG: total: 0.2199999988079071 [2024-10-14T08:47:39.092Z] INFO: Retrieving Stack Cost... [2024-10-14T08:47:39.349Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-10-14T08:47:39.916Z] INFO: Archiving Costs [Pipeline] echo [2024-10-14T08:47:39.930Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-10-14T08:47:40.214Z] ---> logs-deploy.sh [2024-10-14T08:47:40.214Z] lf-activate-venv: SKIPPING [2024-10-14T08:47:40.214Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/183 [2024-10-14T08:47:40.214Z] INFO: archiving workspace using pattern(s): [2024-10-14T08:47:41.151Z] Archives upload complete. [2024-10-14T08:47:41.412Z] INFO: archiving logs to Nexus