Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 924acc26038ae5c566a4069cec42ce4481862670 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-ssh4665844714021725797.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh16237332209806175040.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh13827686771877831544.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh17158184857525126683.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-ssh14564164201954392094.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-5252 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 924acc26038ae5c566a4069cec42ce4481862670 (main) Commit message: "Merge pull request #463 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.10" > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 924acc26038ae5c566a4069cec42ce4481862670 # timeout=10 > git rev-list --no-walk 29c739ab81a29a6b1dd8488addc11c7f2056e13b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-03-08T13:47:22.429Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-03-08T13:47:22.621Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-03-08T13:47:22.667Z] ========================================================= [2024-03-08T13:47:22.668Z] EdgeX Global Pipelines Version Info [2024-03-08T13:47:22.668Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:47:23.538Z] ------------------- [2024-03-08T13:47:23.538Z] stable info: [2024-03-08T13:47:23.538Z] ------------------- [2024-03-08T13:47:23.538Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-03-08T13:47:23.538Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-08T13:47:23.538Z] Message: update stable to v1.0.258 [2024-03-08T13:47:24.137Z] ------------------- [2024-03-08T13:47:24.138Z] experimental info: [2024-03-08T13:47:24.138Z] ------------------- [2024-03-08T13:47:24.138Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-03-08T13:47:24.138Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-03-08T13:47:24.138Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-03-08T13:47:24.250Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2024-03-08T13:47:24.280Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2024-03-08T13:47:24.314Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-03-08T13:47:24.352Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-03-08T13:47:24.389Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-03-08T13:47:24.422Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-03-08T13:47:24.466Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-03-08T13:47:24.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2024-03-08T13:47:24.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-03-08T13:47:24.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-03-08T13:47:24.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-03-08T13:47:24.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2024-03-08T13:47:24.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-03-08T13:47:24.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-03-08T13:47:24.813Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-03-08T13:47:24.857Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-03-08T13:47:24.898Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2024-03-08T13:47:24.944Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2024-03-08T13:47:25.001Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-03-08T13:47:25.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-03-08T13:47:25.088Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2024-03-08T13:47:25.141Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2024-03-08T13:47:25.199Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2024-03-08T13:47:25.247Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2024-03-08T13:47:25.303Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2024-03-08T13:47:25.353Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-03-08T13:47:25.400Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-03-08T13:47:25.454Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2024-03-08T13:47:25.506Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2024-03-08T13:47:25.556Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2024-03-08T13:47:25.606Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] echo [2024-03-08T13:47:25.674Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 924acc2 [Pipeline] echo [2024-03-08T13:47:25.726Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-08T13:47:25.827Z] provisioning config files... [2024-03-08T13:47:25.853Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11833247621387728536tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:47:26.249Z] ---> ****-login.sh [2024-03-08T13:47:26.249Z] nexus3.edgexfoundry.org:10001 [2024-03-08T13:47:26.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:26.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:26.519Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:26.519Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:26.519Z] [2024-03-08T13:47:26.519Z] Login Succeeded [2024-03-08T13:47:26.519Z] nexus3.edgexfoundry.org:10002 [2024-03-08T13:47:26.780Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:26.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:26.781Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:26.781Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:26.781Z] [2024-03-08T13:47:26.781Z] Login Succeeded [2024-03-08T13:47:26.781Z] nexus3.edgexfoundry.org:10003 [2024-03-08T13:47:26.781Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:26.781Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:26.781Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:26.781Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:26.781Z] [2024-03-08T13:47:26.781Z] Login Succeeded [2024-03-08T13:47:26.781Z] nexus3.edgexfoundry.org:10004 [2024-03-08T13:47:27.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:27.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:27.051Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:27.052Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:27.052Z] [2024-03-08T13:47:27.052Z] Login Succeeded [2024-03-08T13:47:27.052Z] ****.io [2024-03-08T13:47:27.052Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:27.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:27.319Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:27.319Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:27.319Z] [2024-03-08T13:47:27.319Z] Login Succeeded [2024-03-08T13:47:27.319Z] ---> ****-login.sh ends [Pipeline] } [2024-03-08T13:47:27.327Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-03-08T13:47:27.935Z] + git rev-list -1 --merges 924acc26038ae5c566a4069cec42ce4481862670~1..924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] echo [2024-03-08T13:47:27.981Z] -----------> git rev-list -1 --merges 924acc26038ae5c566a4069cec42ce4481862670~1..924acc26038ae5c566a4069cec42ce4481862670 924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:47:27.981Z] 924acc26038ae5c566a4069cec42ce4481862670 [false] [Pipeline] sh [2024-03-08T13:47:28.305Z] + git log --format=format:%s -1 924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] echo [2024-03-08T13:47:28.328Z] ========================================================= [2024-03-08T13:47:28.328Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-03-08T13:47:28.328Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-08T13:47:28.789Z] + git log --format=format:%s -1 924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] echo [2024-03-08T13:47:28.802Z] [semverPrep] GIT_COMMIT: 924acc26038ae5c566a4069cec42ce4481862670, Commit Message: Merge pull request #463 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.10 [Pipeline] echo [2024-03-08T13:47:28.836Z] [semverPrep] This is not a build commit. [Pipeline] sh [2024-03-08T13:47:29.309Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-08T13:47:29.309Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-03-08T13:47:29.309Z] + [ -e /tmp/ssh_known_hosts ] [2024-03-08T13:47:29.309Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-03-08T13:47:29.309Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-03-08T13:47:29.309Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-03-08T13:47:29.309Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:47:29.826Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-08T13:47:29.826Z] [2024-03-08T13:47:29.826Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:47:30.182Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-08T13:47:30.182Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-03-08T13:47:30.182Z] b85a868b505f: Pulling fs layer [2024-03-08T13:47:30.182Z] e2be974225ed: Pulling fs layer [2024-03-08T13:47:30.182Z] 339a4e72a1f5: Pulling fs layer [2024-03-08T13:47:30.182Z] 988bab9f4d93: Pulling fs layer [2024-03-08T13:47:30.182Z] 1469e6f7b9e6: Pulling fs layer [2024-03-08T13:47:30.182Z] eaf3925da568: Pulling fs layer [2024-03-08T13:47:30.182Z] bab4dde63d76: Pulling fs layer [2024-03-08T13:47:30.182Z] bde34c3a00c8: Pulling fs layer [2024-03-08T13:47:30.182Z] b352a97aabf1: Pulling fs layer [2024-03-08T13:47:30.182Z] 4872d77fe225: Pulling fs layer [2024-03-08T13:47:30.182Z] 5851b861e8e6: Pulling fs layer [2024-03-08T13:47:30.182Z] 988bab9f4d93: Waiting [2024-03-08T13:47:30.182Z] bde34c3a00c8: Waiting [2024-03-08T13:47:30.182Z] b352a97aabf1: Waiting [2024-03-08T13:47:30.182Z] 4872d77fe225: Waiting [2024-03-08T13:47:30.182Z] 5851b861e8e6: Waiting [2024-03-08T13:47:30.182Z] bab4dde63d76: Waiting [2024-03-08T13:47:30.182Z] 1469e6f7b9e6: Waiting [2024-03-08T13:47:30.182Z] e2be974225ed: Verifying Checksum [2024-03-08T13:47:30.182Z] e2be974225ed: Download complete [2024-03-08T13:47:30.182Z] 988bab9f4d93: Verifying Checksum [2024-03-08T13:47:30.182Z] 988bab9f4d93: Download complete [2024-03-08T13:47:30.457Z] 1469e6f7b9e6: Verifying Checksum [2024-03-08T13:47:30.457Z] 1469e6f7b9e6: Download complete [2024-03-08T13:47:30.457Z] 339a4e72a1f5: Verifying Checksum [2024-03-08T13:47:30.457Z] 339a4e72a1f5: Download complete [2024-03-08T13:47:30.457Z] eaf3925da568: Verifying Checksum [2024-03-08T13:47:30.457Z] eaf3925da568: Download complete [2024-03-08T13:47:30.457Z] bde34c3a00c8: Verifying Checksum [2024-03-08T13:47:30.457Z] bde34c3a00c8: Download complete [2024-03-08T13:47:30.457Z] b352a97aabf1: Download complete [2024-03-08T13:47:30.457Z] 4872d77fe225: Download complete [2024-03-08T13:47:30.457Z] 5851b861e8e6: Download complete [2024-03-08T13:47:30.457Z] b85a868b505f: Download complete [2024-03-08T13:47:30.729Z] bab4dde63d76: Verifying Checksum [2024-03-08T13:47:30.729Z] bab4dde63d76: Download complete [2024-03-08T13:47:31.675Z] b85a868b505f: Pull complete [2024-03-08T13:47:32.038Z] e2be974225ed: Pull complete [2024-03-08T13:47:32.299Z] 339a4e72a1f5: Pull complete [2024-03-08T13:47:32.563Z] 988bab9f4d93: Pull complete [2024-03-08T13:47:32.823Z] 1469e6f7b9e6: Pull complete [2024-03-08T13:47:32.823Z] eaf3925da568: Pull complete [2024-03-08T13:47:34.745Z] bab4dde63d76: Pull complete [2024-03-08T13:47:34.745Z] bde34c3a00c8: Pull complete [2024-03-08T13:47:35.018Z] b352a97aabf1: Pull complete [2024-03-08T13:47:35.018Z] 4872d77fe225: Pull complete [2024-03-08T13:47:35.018Z] 5851b861e8e6: Pull complete [2024-03-08T13:47:35.018Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-03-08T13:47:35.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-08T13:47:35.018Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:47:35.324Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:47:35.386Z] $ 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-03-08T13:47:38.722Z] $ docker top e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb -eo pid,comm [2024-03-08T13:47:38.772Z] 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-03-08T13:47:38.772Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-08T13:47:38.886Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-08T13:47:38.886Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-08T13:47:38.992Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-08T13:47:38.998Z] $ docker exec e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb ssh-agent [2024-03-08T13:47:39.100Z] SSH_AUTH_SOCK=/tmp/ssh-RhtYQSKEzPSv/agent.32 [2024-03-08T13:47:39.100Z] SSH_AGENT_PID=38 [2024-03-08T13:47:39.108Z] Running ssh-add (command line suppressed) [2024-03-08T13:47:39.210Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16321625244686633489.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_16321625244686633489.key) [2024-03-08T13:47:39.221Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-08T13:47:39.534Z] + git tag --points-at HEAD [Pipeline] } [2024-03-08T13:47:39.552Z] $ docker exec --env ******** --env ******** e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb ssh-agent -k [2024-03-08T13:47:39.654Z] unset SSH_AUTH_SOCK; [2024-03-08T13:47:39.654Z] unset SSH_AGENT_PID; [2024-03-08T13:47:39.654Z] echo Agent pid 38 killed; [2024-03-08T13:47:39.667Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-03-08T13:47:39.751Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-08T13:47:39.751Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-08T13:47:39.849Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-08T13:47:39.857Z] $ docker exec e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb ssh-agent [2024-03-08T13:47:39.989Z] SSH_AUTH_SOCK=/tmp/ssh-tkWOWxmxMp4n/agent.70 [2024-03-08T13:47:39.989Z] SSH_AGENT_PID=76 [2024-03-08T13:47:40.000Z] Running ssh-add (command line suppressed) [2024-03-08T13:47:40.118Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_18446334271490116682.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_18446334271490116682.key) [2024-03-08T13:47:40.127Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-08T13:47:40.466Z] + git semver init [2024-03-08T13:47:40.740Z] 2024-03-08 13:47:40,662 [run_init] DEBUG init version:0.0.0 force:False [2024-03-08T13:47:40.740Z] 2024-03-08 13:47:40,663 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2024-03-08T13:47:40.740Z] 2024-03-08 13:47:40,663 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2024-03-08T13:47:40.740Z] 2024-03-08 13:47:40,663 [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-03-08T13:47:42.149Z] 2024-03-08 13:47:42,042 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2024-03-08T13:47:42.149Z] 2024-03-08 13:47:42,043 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2024-03-08T13:47:42.149Z] 2024-03-08 13:47:42,043 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:47:42.149Z] 2024-03-08 13:47:42,043 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:47:42.149Z] 3.2.0-dev.8 [Pipeline] } [2024-03-08T13:47:42.165Z] $ docker exec --env ******** --env ******** e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb ssh-agent -k [2024-03-08T13:47:42.264Z] unset SSH_AUTH_SOCK; [2024-03-08T13:47:42.265Z] unset SSH_AGENT_PID; [2024-03-08T13:47:42.265Z] echo Agent pid 76 killed; [2024-03-08T13:47:42.270Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-08T13:47:42.760Z] + git semver [Pipeline] } [2024-03-08T13:47:43.043Z] $ docker stop --time=1 e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb [2024-03-08T13:47:44.403Z] $ docker rm -f --volumes e72f8d0b1d4fb3bdfb4defb10acfd8d97f7b0f8adde2824729874b1a544af6bb [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-08T13:47:44.802Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-03-08T13:47:45.118Z] Stashed 1 file(s) [Pipeline] echo [2024-03-08T13:47:45.123Z] [edgeXSemver]: initialized semver on version 3.2.0-dev.8 [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-03-08T13:47:45.639Z] provisioning config files... [2024-03-08T13:47:45.656Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13473067176583191857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:47:46.016Z] ---> ****-login.sh [2024-03-08T13:47:46.016Z] nexus3.edgexfoundry.org:10001 [2024-03-08T13:47:46.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:46.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:46.016Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:46.016Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:46.016Z] [2024-03-08T13:47:46.016Z] Login Succeeded [2024-03-08T13:47:46.016Z] nexus3.edgexfoundry.org:10002 [2024-03-08T13:47:46.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:46.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:46.016Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:46.016Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:46.016Z] [2024-03-08T13:47:46.016Z] Login Succeeded [2024-03-08T13:47:46.016Z] nexus3.edgexfoundry.org:10003 [2024-03-08T13:47:46.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:46.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:46.277Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:46.277Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:46.277Z] [2024-03-08T13:47:46.277Z] Login Succeeded [2024-03-08T13:47:46.277Z] nexus3.edgexfoundry.org:10004 [2024-03-08T13:47:46.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:46.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:46.278Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:46.278Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:46.278Z] [2024-03-08T13:47:46.278Z] Login Succeeded [2024-03-08T13:47:46.278Z] ****.io [2024-03-08T13:47:46.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:47:46.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:47:46.547Z] Configure a credential helper to remove this warning. See [2024-03-08T13:47:46.548Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:47:46.548Z] [2024-03-08T13:47:46.548Z] Login Succeeded [2024-03-08T13:47:46.548Z] ---> ****-login.sh ends [Pipeline] } [2024-03-08T13:47:46.560Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-03-08T13:47:46.759Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-08T13:47:46.799Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-08T13:47:46.842Z] ========================================================= [2024-03-08T13:47:46.842Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-03-08T13:47:46.842Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:47:47.339Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-03-08T13:47:47.339Z] Sending build context to Docker daemon 31.62MB [2024-03-08T13:47:47.339Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-03-08T13:47:47.339Z] Step 2/12 : FROM ${BASE} AS builder [2024-03-08T13:47:47.611Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-03-08T13:47:47.611Z] 7264a8db6415: Pulling fs layer [2024-03-08T13:47:47.611Z] c4d48a809fc2: Pulling fs layer [2024-03-08T13:47:47.611Z] 4f1c88b9dad5: Pulling fs layer [2024-03-08T13:47:47.611Z] ad3a456e5733: Pulling fs layer [2024-03-08T13:47:47.611Z] 69c7f0334f64: Pulling fs layer [2024-03-08T13:47:47.611Z] 1f1c1a5573a3: Pulling fs layer [2024-03-08T13:47:47.611Z] ce7588e14bc9: Pulling fs layer [2024-03-08T13:47:47.611Z] b5e4710f87ac: Pulling fs layer [2024-03-08T13:47:47.611Z] 1f1c1a5573a3: Waiting [2024-03-08T13:47:47.611Z] ad3a456e5733: Waiting [2024-03-08T13:47:47.611Z] ce7588e14bc9: Waiting [2024-03-08T13:47:47.611Z] b5e4710f87ac: Waiting [2024-03-08T13:47:47.611Z] 69c7f0334f64: Waiting [2024-03-08T13:47:47.611Z] c4d48a809fc2: Download complete [2024-03-08T13:47:47.611Z] ad3a456e5733: Download complete [2024-03-08T13:47:47.611Z] 69c7f0334f64: Verifying Checksum [2024-03-08T13:47:47.611Z] 69c7f0334f64: Download complete [2024-03-08T13:47:47.611Z] 7264a8db6415: Verifying Checksum [2024-03-08T13:47:47.611Z] 7264a8db6415: Download complete [2024-03-08T13:47:47.611Z] 1f1c1a5573a3: Verifying Checksum [2024-03-08T13:47:47.611Z] 1f1c1a5573a3: Download complete [2024-03-08T13:47:47.873Z] 7264a8db6415: Pull complete [2024-03-08T13:47:47.873Z] c4d48a809fc2: Pull complete [2024-03-08T13:47:47.873Z] b5e4710f87ac: Verifying Checksum [2024-03-08T13:47:47.873Z] b5e4710f87ac: Download complete [2024-03-08T13:47:48.139Z] 4f1c88b9dad5: Verifying Checksum [2024-03-08T13:47:48.139Z] 4f1c88b9dad5: Download complete [2024-03-08T13:47:48.398Z] ce7588e14bc9: Verifying Checksum [2024-03-08T13:47:48.398Z] ce7588e14bc9: Download complete [2024-03-08T13:47:51.701Z] 4f1c88b9dad5: Pull complete [2024-03-08T13:47:51.701Z] ad3a456e5733: Pull complete [2024-03-08T13:47:51.701Z] 69c7f0334f64: Pull complete [2024-03-08T13:47:51.701Z] 1f1c1a5573a3: Pull complete [2024-03-08T13:47:54.304Z] ce7588e14bc9: Pull complete [2024-03-08T13:47:54.571Z] b5e4710f87ac: Pull complete [2024-03-08T13:47:54.571Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-03-08T13:47:54.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-03-08T13:47:54.571Z] ---> 88b5674ff536 [2024-03-08T13:47:54.571Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-03-08T13:47:59.917Z] ---> Running in ec2272c30772 [2024-03-08T13:47:59.917Z] Removing intermediate container ec2272c30772 [2024-03-08T13:47:59.917Z] ---> ffd765bb135c [2024-03-08T13:47:59.917Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-03-08T13:47:59.917Z] ---> Running in 5bbde7dfea88 [2024-03-08T13:47:59.917Z] Removing intermediate container 5bbde7dfea88 [2024-03-08T13:47:59.917Z] ---> 18cefcb89a5a [2024-03-08T13:47:59.917Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-03-08T13:47:59.917Z] ---> Running in da5a54e676e5 [2024-03-08T13:47:59.917Z] Removing intermediate container da5a54e676e5 [2024-03-08T13:47:59.917Z] ---> 146a88abc479 [2024-03-08T13:47:59.917Z] Step 6/12 : WORKDIR /device-virtual-go [2024-03-08T13:47:59.917Z] ---> Running in 13837939171e [2024-03-08T13:47:59.917Z] Removing intermediate container 13837939171e [2024-03-08T13:47:59.917Z] ---> cbc22805a6cb [2024-03-08T13:47:59.917Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-08T13:47:59.917Z] ---> Running in ed2ed7f1d4c1 [2024-03-08T13:47:59.917Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-08T13:48:00.178Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-08T13:48:00.439Z] (1/4) Installing openssh-keygen (9.3_p2-r1) [2024-03-08T13:48:00.439Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-03-08T13:48:00.439Z] (3/4) Installing openssh-client-common (9.3_p2-r1) [2024-03-08T13:48:00.491Z] Still waiting to schedule task [2024-03-08T13:48:00.492Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-03-08T13:48:00.742Z] (4/4) Installing openssh-client-default (9.3_p2-r1) [2024-03-08T13:48:00.742Z] Executing busybox-1.36.1-r5.trigger [2024-03-08T13:48:00.742Z] OK: 268 MiB in 56 packages [2024-03-08T13:48:01.003Z] Removing intermediate container ed2ed7f1d4c1 [2024-03-08T13:48:01.003Z] ---> f779fb6bcf70 [2024-03-08T13:48:01.003Z] Step 8/12 : COPY go.mod vendor* ./ [2024-03-08T13:48:01.272Z] ---> 23ceef382afe [2024-03-08T13:48:01.272Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-08T13:48:01.272Z] ---> Running in 953a12d00de8 [2024-03-08T13:48:33.494Z] Removing intermediate container 953a12d00de8 [2024-03-08T13:48:33.494Z] ---> a85e28e54afe [2024-03-08T13:48:33.494Z] Step 10/12 : COPY . . [2024-03-08T13:48:33.494Z] ---> 672f7a2d1ab0 [2024-03-08T13:48:33.494Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-03-08T13:48:33.494Z] ---> Running in f94b3d53833c [2024-03-08T13:48:33.494Z] Removing intermediate container f94b3d53833c [2024-03-08T13:48:33.494Z] ---> 4cdece7102f7 [2024-03-08T13:48:33.494Z] Step 12/12 : RUN $MAKE [2024-03-08T13:48:33.494Z] ---> Running in c5b81425e098 [2024-03-08T13:48:33.494Z] noop [2024-03-08T13:48:33.494Z] Removing intermediate container c5b81425e098 [2024-03-08T13:48:33.494Z] ---> 50d533706e24 [2024-03-08T13:48:33.494Z] Successfully built 50d533706e24 [2024-03-08T13:48:33.494Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:48:33.940Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-08T13:48:33.940Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:48:34.114Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:48:34.175Z] $ 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-03-08T13:48:34.509Z] $ docker top f74d11a8152608761174402234cc1f36b7a0c3d123689cd6d903d1ff6b5c944c -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-08T13:48:34.944Z] + go version [2024-03-08T13:48:34.944Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-03-08T13:48:34.960Z] $ docker stop --time=1 f74d11a8152608761174402234cc1f36b7a0c3d123689cd6d903d1ff6b5c944c [2024-03-08T13:48:36.259Z] $ docker rm -f --volumes f74d11a8152608761174402234cc1f36b7a0c3d123689cd6d903d1ff6b5c944c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:48:36.985Z] + docker inspect -f . ci-base-image-x86_64 [2024-03-08T13:48:36.985Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:48:37.179Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:48:37.256Z] $ 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-03-08T13:48:37.653Z] $ docker top df453f7ddca9616d6dcd9cec0dff30469f2c931030de4d8afaf040859a9612d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-08T13:48:38.067Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2024-03-08T13:48:38.421Z] + make test [2024-03-08T13:48:38.422Z] go test ./... -coverprofile=coverage.out [2024-03-08T13:48:39.814Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2024-03-08T13:48:52.051Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2024-03-08T13:48:52.051Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.020s coverage: 58.6% of statements [2024-03-08T13:48:57.356Z] go vet ./... [2024-03-08T13:49:01.600Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-08T13:49:01.600Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-08T13:49:01.600Z] ./bin/test-attribution-txt.sh [2024-03-08T13:49:01.600Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-08T13:49:01.614Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-03-08T13:49:01.656Z] $ docker stop --time=1 df453f7ddca9616d6dcd9cec0dff30469f2c931030de4d8afaf040859a9612d9 [2024-03-08T13:49:04.725Z] $ docker rm -f --volumes df453f7ddca9616d6dcd9cec0dff30469f2c931030de4d8afaf040859a9612d9 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-08T13:49:05.395Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-03-08T13:49:05.533Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2024-03-08T13:49:06.422Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-03-08T13:49:06.719Z] + ls -al . [2024-03-08T13:49:06.719Z] total 200 [2024-03-08T13:49:06.719Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 13:48 . [2024-03-08T13:49:06.719Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 13:47 .. [2024-03-08T13:49:06.719Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 13:48 .git [2024-03-08T13:49:06.719Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:47 .github [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 272 Mar 8 13:47 .gitignore [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 13:47 .golangci.yml [2024-03-08T13:49:06.719Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 13:47 .semver [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 9708 Mar 8 13:47 Attribution.txt [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 15941 Mar 8 13:47 CHANGELOG.md [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 1755 Mar 8 13:47 Dockerfile [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 13:47 GOVERNANCE.md [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 8 13:47 Jenkinsfile [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 13:47 LICENSE [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 1953 Mar 8 13:47 Makefile [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 8 13:47 OWNERS.md [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 4103 Mar 8 13:47 README.md [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 8 13:47 VERSION [2024-03-08T13:49:06.719Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 13:47 bin [2024-03-08T13:49:06.719Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:47 cmd [2024-03-08T13:49:06.719Z] -rw-r--r-- 1 jenkins jenkins 43063 Mar 8 13:48 coverage.out [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 3683 Mar 8 13:47 go.mod [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 35612 Mar 8 13:47 go.sum [2024-03-08T13:49:06.719Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:47 internal [2024-03-08T13:49:06.719Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 8 13:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:07.127Z] + 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=924acc26038ae5c566a4069cec42ce4481862670 --label arch=amd64 --label version=3.2.0-dev.8 . [2024-03-08T13:49:07.128Z] Sending build context to Docker daemon 31.67MB [2024-03-08T13:49:07.128Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-03-08T13:49:07.128Z] Step 2/26 : FROM ${BASE} AS builder [2024-03-08T13:49:07.128Z] ---> 50d533706e24 [2024-03-08T13:49:07.128Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-03-08T13:49:07.714Z] ---> Running in 88ac6ee2c1d0 [2024-03-08T13:49:07.714Z] Removing intermediate container 88ac6ee2c1d0 [2024-03-08T13:49:07.714Z] ---> f79dd4b56b97 [2024-03-08T13:49:07.714Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-03-08T13:49:07.714Z] ---> Running in 11432770886e [2024-03-08T13:49:07.714Z] Removing intermediate container 11432770886e [2024-03-08T13:49:07.714Z] ---> 5298897db86f [2024-03-08T13:49:07.714Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-03-08T13:49:07.714Z] ---> Running in 7a7e397b15a4 [2024-03-08T13:49:07.714Z] Removing intermediate container 7a7e397b15a4 [2024-03-08T13:49:07.714Z] ---> 53b59763eccc [2024-03-08T13:49:07.714Z] Step 6/26 : WORKDIR /device-virtual-go [2024-03-08T13:49:07.714Z] ---> Running in 314d4b140926 [2024-03-08T13:49:07.976Z] Removing intermediate container 314d4b140926 [2024-03-08T13:49:07.976Z] ---> 0b52dd39c7de [2024-03-08T13:49:07.976Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-08T13:49:07.976Z] ---> Running in b59636cb4f02 [2024-03-08T13:49:08.236Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-08T13:49:08.497Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-08T13:49:08.758Z] OK: 268 MiB in 56 packages [2024-03-08T13:49:09.017Z] Removing intermediate container b59636cb4f02 [2024-03-08T13:49:09.017Z] ---> 9d03585502ac [2024-03-08T13:49:09.017Z] Step 8/26 : COPY go.mod vendor* ./ [2024-03-08T13:49:09.280Z] ---> c1df82edb397 [2024-03-08T13:49:09.280Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-08T13:49:09.280Z] ---> Running in 8898da417e32 [2024-03-08T13:49:09.866Z] Removing intermediate container 8898da417e32 [2024-03-08T13:49:09.866Z] ---> 9e1b95a72894 [2024-03-08T13:49:09.866Z] Step 10/26 : COPY . . [2024-03-08T13:49:10.894Z] ---> 50e63b278a50 [2024-03-08T13:49:10.894Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-03-08T13:49:10.894Z] ---> Running in fe5693392e22 [2024-03-08T13:49:10.894Z] Removing intermediate container fe5693392e22 [2024-03-08T13:49:10.894Z] ---> 11c94e8f20f5 [2024-03-08T13:49:10.894Z] Step 12/26 : RUN $MAKE [2024-03-08T13:49:10.894Z] ---> Running in 31c38df26f0a [2024-03-08T13:49:11.161Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.10" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2024-03-08T13:49:33.191Z] Removing intermediate container 31c38df26f0a [2024-03-08T13:49:33.191Z] ---> 9b247efd48e4 [2024-03-08T13:49:33.191Z] Step 13/26 : FROM alpine:3.18 [2024-03-08T13:49:33.191Z] 3.18: Pulling from library/alpine [2024-03-08T13:49:33.191Z] 619be1103602: Pulling fs layer [2024-03-08T13:49:33.191Z] 619be1103602: Verifying Checksum [2024-03-08T13:49:33.191Z] 619be1103602: Download complete [2024-03-08T13:49:33.191Z] 619be1103602: Pull complete [2024-03-08T13:49:33.191Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-08T13:49:33.191Z] Status: Downloaded newer image for alpine:3.18 [2024-03-08T13:49:33.191Z] ---> d3782b16ccc9 [2024-03-08T13:49:33.191Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2024-03-08T13:49:33.191Z] ---> Running in a7b4645b9b82 [2024-03-08T13:49:33.191Z] Removing intermediate container a7b4645b9b82 [2024-03-08T13:49:33.191Z] ---> 189b8d131a46 [2024-03-08T13:49:33.191Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-03-08T13:49:33.191Z] ---> Running in cc1e558f697a [2024-03-08T13:49:33.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-08T13:49:33.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-08T13:49:33.191Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-03-08T13:49:33.191Z] Executing busybox-1.36.1-r5.trigger [2024-03-08T13:49:33.191Z] OK: 7 MiB in 16 packages [2024-03-08T13:49:33.191Z] Removing intermediate container cc1e558f697a [2024-03-08T13:49:33.191Z] ---> 9cbc4c1eee45 [2024-03-08T13:49:33.191Z] Step 16/26 : RUN apk --no-cache upgrade [2024-03-08T13:49:33.191Z] ---> Running in 4d07de1df086 [2024-03-08T13:49:33.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-03-08T13:49:33.191Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-03-08T13:49:33.191Z] OK: 7 MiB in 16 packages [2024-03-08T13:49:33.191Z] Removing intermediate container 4d07de1df086 [2024-03-08T13:49:33.191Z] ---> c1b9c49f63b4 [2024-03-08T13:49:33.191Z] Step 17/26 : WORKDIR / [2024-03-08T13:49:33.191Z] ---> Running in 3207663fd9e2 [2024-03-08T13:49:33.191Z] Removing intermediate container 3207663fd9e2 [2024-03-08T13:49:33.191Z] ---> 6964978eabc8 [2024-03-08T13:49:33.191Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2024-03-08T13:49:33.191Z] ---> d93c16c770be [2024-03-08T13:49:33.191Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2024-03-08T13:49:33.457Z] ---> 107e71785c35 [2024-03-08T13:49:33.457Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2024-03-08T13:49:34.025Z] ---> e650d91755e8 [2024-03-08T13:49:34.025Z] Step 21/26 : EXPOSE 59900 [2024-03-08T13:49:34.025Z] ---> Running in 7bb2b91a9d83 [2024-03-08T13:49:34.287Z] Removing intermediate container 7bb2b91a9d83 [2024-03-08T13:49:34.287Z] ---> e9a17c5e729e [2024-03-08T13:49:34.287Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2024-03-08T13:49:34.287Z] ---> Running in 55f8e543ff27 [2024-03-08T13:49:34.287Z] Removing intermediate container 55f8e543ff27 [2024-03-08T13:49:34.287Z] ---> 35b228a1c2cc [2024-03-08T13:49:34.287Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-03-08T13:49:34.287Z] ---> Running in 90849dcdd6b8 [2024-03-08T13:49:34.287Z] Removing intermediate container 90849dcdd6b8 [2024-03-08T13:49:34.287Z] ---> 0a04464c057f [2024-03-08T13:49:34.287Z] Step 24/26 : LABEL arch=amd64 [2024-03-08T13:49:34.287Z] ---> Running in c5aac124ddda [2024-03-08T13:49:34.550Z] Removing intermediate container c5aac124ddda [2024-03-08T13:49:34.550Z] ---> 5a6bae89e55f [2024-03-08T13:49:34.550Z] Step 25/26 : LABEL git_sha=924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:49:34.550Z] ---> Running in 461b7cd98e60 [2024-03-08T13:49:34.550Z] Removing intermediate container 461b7cd98e60 [2024-03-08T13:49:34.550Z] ---> f34d5e52e5dc [2024-03-08T13:49:34.550Z] Step 26/26 : LABEL version=3.2.0-dev.8 [2024-03-08T13:49:34.550Z] ---> Running in 46b76fd451d3 [2024-03-08T13:49:34.550Z] Removing intermediate container 46b76fd451d3 [2024-03-08T13:49:34.550Z] ---> a88aa7acc2e3 [2024-03-08T13:49:34.550Z] [Warning] One or more build-args [ARCH] were not consumed [2024-03-08T13:49:34.550Z] Successfully built a88aa7acc2e3 [2024-03-08T13:49:34.550Z] 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-03-08T13:49:34.956Z] provisioning config files... [2024-03-08T13:49:34.971Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config4002671588542438746tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:49:35.337Z] ---> ****-login.sh [2024-03-08T13:49:35.337Z] nexus3.edgexfoundry.org:10001 [2024-03-08T13:49:35.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:49:35.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:49:35.337Z] Configure a credential helper to remove this warning. See [2024-03-08T13:49:35.337Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:49:35.337Z] [2024-03-08T13:49:35.337Z] Login Succeeded [2024-03-08T13:49:35.337Z] nexus3.edgexfoundry.org:10002 [2024-03-08T13:49:35.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:49:35.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:49:35.337Z] Configure a credential helper to remove this warning. See [2024-03-08T13:49:35.337Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:49:35.337Z] [2024-03-08T13:49:35.337Z] Login Succeeded [2024-03-08T13:49:35.337Z] nexus3.edgexfoundry.org:10003 [2024-03-08T13:49:35.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:49:35.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:49:35.601Z] Configure a credential helper to remove this warning. See [2024-03-08T13:49:35.601Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:49:35.601Z] [2024-03-08T13:49:35.601Z] Login Succeeded [2024-03-08T13:49:35.601Z] nexus3.edgexfoundry.org:10004 [2024-03-08T13:49:35.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:49:35.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:49:35.601Z] Configure a credential helper to remove this warning. See [2024-03-08T13:49:35.601Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:49:35.601Z] [2024-03-08T13:49:35.601Z] Login Succeeded [2024-03-08T13:49:35.601Z] ****.io [2024-03-08T13:49:35.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:49:35.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:49:35.872Z] Configure a credential helper to remove this warning. See [2024-03-08T13:49:35.872Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:49:35.872Z] [2024-03-08T13:49:35.872Z] Login Succeeded [2024-03-08T13:49:35.872Z] ---> ****-login.sh ends [Pipeline] } [2024-03-08T13:49:35.882Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-03-08T13:49:36.102Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-08T13:49:36.164Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2024-03-08T13:49:36.164Z] 924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:49:36.164Z] latest [2024-03-08T13:49:36.164Z] 3.2.0-dev.8 [2024-03-08T13:49:36.164Z] 924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [2024-03-08T13:49:36.164Z] main [2024-03-08T13:49:36.164Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:36.661Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:37.100Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:49:37.100Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-03-08T13:49:37.100Z] e0fd4c684cef: Preparing [2024-03-08T13:49:37.100Z] 5ea9f27a2d8a: Preparing [2024-03-08T13:49:37.100Z] 2fe0a6bafc5a: Preparing [2024-03-08T13:49:37.100Z] 83aaf3e83346: Preparing [2024-03-08T13:49:37.100Z] 20e85005064a: Preparing [2024-03-08T13:49:37.100Z] aedc3bda2944: Preparing [2024-03-08T13:49:37.100Z] aedc3bda2944: Waiting [2024-03-08T13:49:37.100Z] 20e85005064a: Pushed [2024-03-08T13:49:37.100Z] 5ea9f27a2d8a: Pushed [2024-03-08T13:49:37.100Z] 2fe0a6bafc5a: Pushed [2024-03-08T13:49:37.100Z] 83aaf3e83346: Pushed [2024-03-08T13:49:37.100Z] aedc3bda2944: Layer already exists [2024-03-08T13:49:39.656Z] e0fd4c684cef: Pushed [2024-03-08T13:49:39.656Z] 924acc26038ae5c566a4069cec42ce4481862670: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:40.114Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:40.558Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2024-03-08T13:49:40.558Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-03-08T13:49:40.558Z] e0fd4c684cef: Preparing [2024-03-08T13:49:40.558Z] 5ea9f27a2d8a: Preparing [2024-03-08T13:49:40.558Z] 2fe0a6bafc5a: Preparing [2024-03-08T13:49:40.558Z] 83aaf3e83346: Preparing [2024-03-08T13:49:40.558Z] 20e85005064a: Preparing [2024-03-08T13:49:40.558Z] aedc3bda2944: Preparing [2024-03-08T13:49:40.558Z] aedc3bda2944: Waiting [2024-03-08T13:49:40.558Z] e0fd4c684cef: Layer already exists [2024-03-08T13:49:40.558Z] 2fe0a6bafc5a: Layer already exists [2024-03-08T13:49:40.558Z] 5ea9f27a2d8a: Layer already exists [2024-03-08T13:49:40.558Z] 83aaf3e83346: Layer already exists [2024-03-08T13:49:40.558Z] 20e85005064a: Layer already exists [2024-03-08T13:49:40.558Z] aedc3bda2944: Layer already exists [2024-03-08T13:49:40.558Z] latest: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:41.141Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:41.593Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.8 [2024-03-08T13:49:41.593Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-03-08T13:49:41.593Z] e0fd4c684cef: Preparing [2024-03-08T13:49:41.593Z] 5ea9f27a2d8a: Preparing [2024-03-08T13:49:41.593Z] 2fe0a6bafc5a: Preparing [2024-03-08T13:49:41.593Z] 83aaf3e83346: Preparing [2024-03-08T13:49:41.593Z] 20e85005064a: Preparing [2024-03-08T13:49:41.593Z] aedc3bda2944: Preparing [2024-03-08T13:49:41.593Z] aedc3bda2944: Waiting [2024-03-08T13:49:41.593Z] 20e85005064a: Layer already exists [2024-03-08T13:49:41.593Z] e0fd4c684cef: Layer already exists [2024-03-08T13:49:41.593Z] 83aaf3e83346: Layer already exists [2024-03-08T13:49:41.593Z] 5ea9f27a2d8a: Layer already exists [2024-03-08T13:49:41.593Z] 2fe0a6bafc5a: Layer already exists [2024-03-08T13:49:41.593Z] aedc3bda2944: Layer already exists [2024-03-08T13:49:41.593Z] 3.2.0-dev.8: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:42.077Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:42.512Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [2024-03-08T13:49:42.512Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-03-08T13:49:42.512Z] e0fd4c684cef: Preparing [2024-03-08T13:49:42.512Z] 5ea9f27a2d8a: Preparing [2024-03-08T13:49:42.512Z] 2fe0a6bafc5a: Preparing [2024-03-08T13:49:42.512Z] 83aaf3e83346: Preparing [2024-03-08T13:49:42.512Z] 20e85005064a: Preparing [2024-03-08T13:49:42.512Z] aedc3bda2944: Preparing [2024-03-08T13:49:42.512Z] aedc3bda2944: Waiting [2024-03-08T13:49:42.512Z] e0fd4c684cef: Layer already exists [2024-03-08T13:49:42.512Z] 20e85005064a: Layer already exists [2024-03-08T13:49:42.512Z] 5ea9f27a2d8a: Layer already exists [2024-03-08T13:49:42.512Z] 2fe0a6bafc5a: Layer already exists [2024-03-08T13:49:42.512Z] 83aaf3e83346: Layer already exists [2024-03-08T13:49:42.512Z] aedc3bda2944: Layer already exists [2024-03-08T13:49:42.512Z] 924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [2024-03-08T13:49:42.602Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5257 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2024-03-08T13:49:42.672Z] Running in /w/workspace/device-virtual-go/164 [Pipeline] { [Pipeline] checkout [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [2024-03-08T13:49:42.761Z] The recommended git tool is: git [Pipeline] sh [2024-03-08T13:49:43.088Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:43.554Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2024-03-08T13:49:43.554Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2024-03-08T13:49:43.554Z] e0fd4c684cef: Preparing [2024-03-08T13:49:43.554Z] 5ea9f27a2d8a: Preparing [2024-03-08T13:49:43.554Z] 2fe0a6bafc5a: Preparing [2024-03-08T13:49:43.554Z] 83aaf3e83346: Preparing [2024-03-08T13:49:43.554Z] 20e85005064a: Preparing [2024-03-08T13:49:43.554Z] aedc3bda2944: Preparing [2024-03-08T13:49:43.554Z] aedc3bda2944: Waiting [2024-03-08T13:49:43.554Z] 5ea9f27a2d8a: Layer already exists [2024-03-08T13:49:43.554Z] 83aaf3e83346: Layer already exists [2024-03-08T13:49:43.554Z] e0fd4c684cef: Layer already exists [2024-03-08T13:49:43.554Z] 2fe0a6bafc5a: Layer already exists [2024-03-08T13:49:43.554Z] 20e85005064a: Layer already exists [2024-03-08T13:49:43.554Z] aedc3bda2944: Layer already exists [2024-03-08T13:49:43.554Z] main: digest: sha256:35cc12e52d9f19ac118589aa819279cf76f330a9723719f9e4e84652ff9db1a8 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-03-08T13:49:43.861Z] ===================================================== [Pipeline] echo [2024-03-08T13:49:43.928Z] taggedImages: [2024-03-08T13:49:43.928Z] - nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:49:43.928Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2024-03-08T13:49:43.928Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.2.0-dev.8 [2024-03-08T13:49:43.928Z] - nexus3.edgexfoundry.org:10004/device-virtual:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [2024-03-08T13:49:43.928Z] - nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:44.702Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-08T13:49:44.702Z] [2024-03-08T13:49:44.702Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:49:45.142Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-08T13:49:45.142Z] latest: Pulling from edgex-lftools-log-publisher [2024-03-08T13:49:45.142Z] 5eb5b503b376: Pulling fs layer [2024-03-08T13:49:45.142Z] 5c69ac0246d0: Pulling fs layer [2024-03-08T13:49:45.142Z] ec43610c2a17: Pulling fs layer [2024-03-08T13:49:45.142Z] 3a2ae6a8a46f: Pulling fs layer [2024-03-08T13:49:45.142Z] 33b1e0a273af: Pulling fs layer [2024-03-08T13:49:45.142Z] 3a2ae6a8a46f: Waiting [2024-03-08T13:49:45.142Z] 5d3b04190fa2: Pulling fs layer [2024-03-08T13:49:45.142Z] 2f39f015ded8: Pulling fs layer [2024-03-08T13:49:45.142Z] 33b1e0a273af: Waiting [2024-03-08T13:49:45.142Z] 5d3b04190fa2: Waiting [2024-03-08T13:49:45.142Z] 2f39f015ded8: Waiting [2024-03-08T13:49:45.142Z] 5c69ac0246d0: Verifying Checksum [2024-03-08T13:49:45.142Z] 5c69ac0246d0: Download complete [2024-03-08T13:49:45.142Z] 3a2ae6a8a46f: Download complete [2024-03-08T13:49:45.142Z] 33b1e0a273af: Verifying Checksum [2024-03-08T13:49:45.142Z] 33b1e0a273af: Download complete [2024-03-08T13:49:45.442Z] 5d3b04190fa2: Verifying Checksum [2024-03-08T13:49:45.442Z] 5d3b04190fa2: Download complete [2024-03-08T13:49:45.442Z] ec43610c2a17: Verifying Checksum [2024-03-08T13:49:45.442Z] ec43610c2a17: Download complete [2024-03-08T13:49:45.442Z] 5eb5b503b376: Verifying Checksum [2024-03-08T13:49:45.442Z] 5eb5b503b376: Download complete [2024-03-08T13:49:46.444Z] 2f39f015ded8: Verifying Checksum [2024-03-08T13:49:46.444Z] 2f39f015ded8: Download complete [2024-03-08T13:49:46.712Z] 5eb5b503b376: Pull complete [2024-03-08T13:49:46.985Z] 5c69ac0246d0: Pull complete [2024-03-08T13:49:47.267Z] ec43610c2a17: Pull complete [2024-03-08T13:49:47.267Z] 3a2ae6a8a46f: Pull complete [2024-03-08T13:49:47.539Z] 33b1e0a273af: Pull complete [2024-03-08T13:49:47.540Z] 5d3b04190fa2: Pull complete [2024-03-08T13:49:49.357Z] using credential edgex-jenkins-ssh [2024-03-08T13:49:49.390Z] Cloning the remote Git repository [2024-03-08T13:49:49.464Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2024-03-08T13:49:49.627Z] > git init /w/workspace/device-virtual-go/164 # timeout=10 [2024-03-08T13:49:49.807Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2024-03-08T13:49:49.809Z] > git --version # timeout=10 [2024-03-08T13:49:49.833Z] > git --version # 'git version 2.25.1' [2024-03-08T13:49:49.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-03-08T13:49:50.003Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-08T13:49:51.865Z] 2f39f015ded8: Pull complete [2024-03-08T13:49:51.865Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-03-08T13:49:51.893Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-08T13:49:51.893Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:49:52.245Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:49:52.301Z] $ 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-03-08T13:49:52.539Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2024-03-08T13:49:52.563Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-03-08T13:49:53.582Z] Avoid second fetch [2024-03-08T13:49:53.582Z] Checking out Revision 924acc26038ae5c566a4069cec42ce4481862670 (main) [2024-03-08T13:49:54.339Z] Commit message: "Merge pull request #463 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.2.0-dev.10" [2024-03-08T13:49:53.611Z] > git config core.sparsecheckout # timeout=10 [2024-03-08T13:49:53.668Z] > git checkout -f 924acc26038ae5c566a4069cec42ce4481862670 # timeout=10 [2024-03-08T13:49:54.578Z] [2024-03-08T13:49:54.578Z] GitHub has been notified of this commit’s build result [2024-03-08T13:49:54.578Z] [2024-03-08T13:49:55.847Z] $ docker top d91338073f3252cd59f6c7c2d4105a778175dd98c0f628ba71fc3c3afc80dad2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2024-03-08T13:49:56.378Z] ---> job-cost.sh [2024-03-08T13:49:56.378Z] lf-activate-venv: SKIPPING [2024-03-08T13:49:56.378Z] INFO: No Stack... [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-08T13:49:56.643Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-08T13:49:56.910Z] INFO: Archiving Costs [Pipeline] sh [2024-03-08T13:49:57.073Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-03-08T13:49:57.074Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-08T13:49:57.074Z] Dload Upload Total Spent Left Speed [2024-03-08T13:49:57.074Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 98676 0 --:--:-- --:--:-- --:--:-- 98676 [Pipeline] sh [2024-03-08T13:49:57.231Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2024-03-08T13:49:57.231Z] + cut -d, -f6 [Pipeline] lock [2024-03-08T13:49:57.247Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [2024-03-08T13:49:57.275Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] did not exist. Created. [2024-03-08T13:49:57.302Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-08T13:49:57.436Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-03-08T13:49:57.715Z] + echo total: 0.2199999988079071 [Pipeline] stash [2024-03-08T13:49:57.741Z] Stashed 1 file(s) [Pipeline] } [2024-03-08T13:49:57.806Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [Pipeline] // lock [2024-03-08T13:49:57.886Z] + sudo+ jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-03-08T13:49:57.886Z] sudo tee /etc/docker/daemon.new [2024-03-08T13:49:57.886Z] { [2024-03-08T13:49:57.886Z] "registry-mirrors": [ [2024-03-08T13:49:57.886Z] "https://nexus3.edgexfoundry.org:10001" [2024-03-08T13:49:57.886Z] ], [2024-03-08T13:49:57.886Z] "bip": "10.250.0.254/24", [2024-03-08T13:49:57.886Z] "hosts": [ [2024-03-08T13:49:57.886Z] "tcp://0.0.0.0:5555", [2024-03-08T13:49:57.886Z] "unix:///var/run/docker.sock" [2024-03-08T13:49:57.886Z] ], [2024-03-08T13:49:57.886Z] "mtu": 1458, [2024-03-08T13:49:57.886Z] "selinux-enabled": true, [2024-03-08T13:49:57.886Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-03-08T13:49:57.886Z] } [Pipeline] } [2024-03-08T13:49:57.950Z] $ docker stop --time=1 d91338073f3252cd59f6c7c2d4105a778175dd98c0f628ba71fc3c3afc80dad2 [2024-03-08T13:49:59.153Z] $ docker rm -f --volumes d91338073f3252cd59f6c7c2d4105a778175dd98c0f628ba71fc3c3afc80dad2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2024-03-08T13:49:59.585Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] // stage [Pipeline] } [Pipeline] sh [2024-03-08T13:50:00.021Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-08T13:50:18.501Z] provisioning config files... [2024-03-08T13:50:18.531Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/164@tmp/config6333733262296033350tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:50:19.062Z] ---> ****-login.sh [2024-03-08T13:50:19.063Z] nexus3.edgexfoundry.org:10001 [2024-03-08T13:50:19.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:50:19.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:50:19.614Z] Configure a credential helper to remove this warning. See [2024-03-08T13:50:19.614Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:50:19.614Z] [2024-03-08T13:50:19.614Z] Login Succeeded [2024-03-08T13:50:19.614Z] nexus3.edgexfoundry.org:10002 [2024-03-08T13:50:19.891Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:50:20.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:50:20.168Z] Configure a credential helper to remove this warning. See [2024-03-08T13:50:20.168Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:50:20.168Z] [2024-03-08T13:50:20.168Z] Login Succeeded [2024-03-08T13:50:20.168Z] nexus3.edgexfoundry.org:10003 [2024-03-08T13:50:20.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:50:20.445Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:50:20.445Z] Configure a credential helper to remove this warning. See [2024-03-08T13:50:20.445Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:50:20.445Z] [2024-03-08T13:50:20.445Z] Login Succeeded [2024-03-08T13:50:20.445Z] nexus3.edgexfoundry.org:10004 [2024-03-08T13:50:20.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:50:20.719Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:50:20.719Z] Configure a credential helper to remove this warning. See [2024-03-08T13:50:20.719Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:50:20.719Z] [2024-03-08T13:50:20.719Z] Login Succeeded [2024-03-08T13:50:20.719Z] ****.io [2024-03-08T13:50:20.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:50:21.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:50:21.278Z] Configure a credential helper to remove this warning. See [2024-03-08T13:50:21.278Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:50:21.278Z] [2024-03-08T13:50:21.278Z] Login Succeeded [2024-03-08T13:50:21.278Z] ---> ****-login.sh ends [Pipeline] } [2024-03-08T13:50:21.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2024-03-08T13:50:21.931Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-08T13:50:21.993Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-08T13:50:22.067Z] ========================================================= [2024-03-08T13:50:22.067Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-03-08T13:50:22.067Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:50:22.636Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2024-03-08T13:50:23.245Z] Sending build context to Docker daemon 15.95MB [2024-03-08T13:50:23.245Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2024-03-08T13:50:23.245Z] Step 2/12 : FROM ${BASE} AS builder [2024-03-08T13:50:23.245Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-03-08T13:50:23.245Z] 9fda8d8052c6: Pulling fs layer [2024-03-08T13:50:23.245Z] 5d54e960e981: Pulling fs layer [2024-03-08T13:50:23.245Z] c4a7e357bf2a: Pulling fs layer [2024-03-08T13:50:23.245Z] f0e02332f6b5: Pulling fs layer [2024-03-08T13:50:23.245Z] 872ee5b61b7b: Pulling fs layer [2024-03-08T13:50:23.245Z] 0c6a40ed1a82: Pulling fs layer [2024-03-08T13:50:23.245Z] 94ae7d8d031c: Pulling fs layer [2024-03-08T13:50:23.245Z] f0e02332f6b5: Waiting [2024-03-08T13:50:23.245Z] 872ee5b61b7b: Waiting [2024-03-08T13:50:23.245Z] 0c6a40ed1a82: Waiting [2024-03-08T13:50:23.245Z] 94ae7d8d031c: Waiting [2024-03-08T13:50:23.520Z] 5d54e960e981: Download complete [2024-03-08T13:50:23.520Z] f0e02332f6b5: Verifying Checksum [2024-03-08T13:50:23.520Z] f0e02332f6b5: Download complete [2024-03-08T13:50:23.520Z] 872ee5b61b7b: Verifying Checksum [2024-03-08T13:50:23.520Z] 872ee5b61b7b: Download complete [2024-03-08T13:50:23.520Z] 9fda8d8052c6: Download complete [2024-03-08T13:50:23.800Z] 94ae7d8d031c: Verifying Checksum [2024-03-08T13:50:23.800Z] 94ae7d8d031c: Download complete [2024-03-08T13:50:24.398Z] 9fda8d8052c6: Pull complete [2024-03-08T13:50:25.005Z] 5d54e960e981: Pull complete [2024-03-08T13:50:25.281Z] c4a7e357bf2a: Verifying Checksum [2024-03-08T13:50:25.281Z] c4a7e357bf2a: Download complete [2024-03-08T13:50:26.262Z] 0c6a40ed1a82: Verifying Checksum [2024-03-08T13:50:26.262Z] 0c6a40ed1a82: Download complete [2024-03-08T13:50:38.641Z] c4a7e357bf2a: Pull complete [2024-03-08T13:50:38.641Z] f0e02332f6b5: Pull complete [2024-03-08T13:50:38.641Z] 872ee5b61b7b: Pull complete [2024-03-08T13:50:46.992Z] 0c6a40ed1a82: Pull complete [2024-03-08T13:50:49.152Z] 94ae7d8d031c: Pull complete [2024-03-08T13:50:49.152Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-03-08T13:50:49.152Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-03-08T13:50:49.152Z] ---> 86de565de09d [2024-03-08T13:50:49.152Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-03-08T13:50:49.742Z] ---> Running in b27ccdfa9fc2 [2024-03-08T13:50:50.334Z] Removing intermediate container b27ccdfa9fc2 [2024-03-08T13:50:50.334Z] ---> 3aa1ad3062f1 [2024-03-08T13:50:50.334Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2024-03-08T13:50:50.334Z] ---> Running in c676c1ed05a3 [2024-03-08T13:50:50.604Z] Removing intermediate container c676c1ed05a3 [2024-03-08T13:50:50.604Z] ---> 7f6c50a064e5 [2024-03-08T13:50:50.604Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2024-03-08T13:50:50.604Z] ---> Running in a065123ff51a [2024-03-08T13:50:50.876Z] Removing intermediate container a065123ff51a [2024-03-08T13:50:50.876Z] ---> c60d92e5c392 [2024-03-08T13:50:50.876Z] Step 6/12 : WORKDIR /device-virtual-go [2024-03-08T13:50:50.876Z] ---> Running in fcaa62ca9771 [2024-03-08T13:50:51.150Z] Removing intermediate container fcaa62ca9771 [2024-03-08T13:50:51.150Z] ---> f4d4008c8cba [2024-03-08T13:50:51.150Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-08T13:50:51.418Z] ---> Running in d4090a46bd91 [2024-03-08T13:50:52.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-08T13:50:52.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-08T13:50:53.811Z] (1/4) Installing openssh-keygen (9.3_p2-r1) [2024-03-08T13:50:54.083Z] (2/4) Installing libedit (20221030.3.1-r1) [2024-03-08T13:50:54.083Z] (3/4) Installing openssh-client-common (9.3_p2-r1) [2024-03-08T13:50:54.083Z] (4/4) Installing openssh-client-default (9.3_p2-r1) [2024-03-08T13:50:54.083Z] Executing busybox-1.36.1-r5.trigger [2024-03-08T13:50:54.083Z] OK: 271 MiB in 56 packages [2024-03-08T13:50:55.061Z] Removing intermediate container d4090a46bd91 [2024-03-08T13:50:55.061Z] ---> fd56d0f78ec8 [2024-03-08T13:50:55.061Z] Step 8/12 : COPY go.mod vendor* ./ [2024-03-08T13:50:55.663Z] ---> 9937f3534327 [2024-03-08T13:50:55.663Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-08T13:50:55.663Z] ---> Running in 856ca368cc66 [2024-03-08T13:52:03.657Z] Removing intermediate container 856ca368cc66 [2024-03-08T13:52:03.657Z] ---> f42d80b227d0 [2024-03-08T13:52:03.657Z] Step 10/12 : COPY . . [2024-03-08T13:52:03.657Z] ---> 8fd9757efa13 [2024-03-08T13:52:03.657Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-03-08T13:52:03.657Z] ---> Running in 6a6a3a1ea46e [2024-03-08T13:52:03.657Z] Removing intermediate container 6a6a3a1ea46e [2024-03-08T13:52:03.657Z] ---> 4847bf65ce1d [2024-03-08T13:52:03.657Z] Step 12/12 : RUN $MAKE [2024-03-08T13:52:03.657Z] ---> Running in ea56a40c0961 [2024-03-08T13:52:03.657Z] noop [2024-03-08T13:52:03.657Z] Removing intermediate container ea56a40c0961 [2024-03-08T13:52:03.657Z] ---> b25fd909f032 [2024-03-08T13:52:03.657Z] Successfully built b25fd909f032 [2024-03-08T13:52:03.657Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:52:04.266Z] + docker inspect -f . ci-base-image-arm64 [2024-03-08T13:52:04.266Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:52:04.655Z] prd-ubuntu20.04-docker-arm64-4c-16g-5257 does not seem to be running inside a container [2024-03-08T13:52:04.781Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/164 -v /w/workspace/device-virtual-go/164:/w/workspace/device-virtual-go/164:rw,z -v /w/workspace/device-virtual-go/164@tmp:/w/workspace/device-virtual-go/164@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-03-08T13:52:06.056Z] $ docker top 1a2411009cb384b47a7800f3a32bb8108bd26cdda128d6343190d1f1d698a3c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-08T13:52:07.032Z] + go version [2024-03-08T13:52:07.032Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-03-08T13:52:07.062Z] $ docker stop --time=1 1a2411009cb384b47a7800f3a32bb8108bd26cdda128d6343190d1f1d698a3c1 [2024-03-08T13:52:08.654Z] $ docker rm -f --volumes 1a2411009cb384b47a7800f3a32bb8108bd26cdda128d6343190d1f1d698a3c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:52:09.860Z] + docker inspect -f . ci-base-image-arm64 [2024-03-08T13:52:09.861Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:52:10.262Z] prd-ubuntu20.04-docker-arm64-4c-16g-5257 does not seem to be running inside a container [2024-03-08T13:52:10.393Z] $ 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/164 -v /w/workspace/device-virtual-go/164:/w/workspace/device-virtual-go/164:rw,z -v /w/workspace/device-virtual-go/164@tmp:/w/workspace/device-virtual-go/164@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-03-08T13:52:11.677Z] $ docker top e566760fcf29d5d4e64a43987ef769962277c8367648132f59f5042b24820b43 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-08T13:52:12.388Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/164 [Pipeline] fileExists [Pipeline] sh [2024-03-08T13:52:12.921Z] + make test [2024-03-08T13:52:12.921Z] go test ./... -coverprofile=coverage.out [2024-03-08T13:52:16.401Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2024-03-08T13:54:08.475Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2024-03-08T13:54:08.475Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.072s coverage: 58.4% of statements [2024-03-08T13:54:08.475Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-03-08T13:54:08.475Z] go vet ./... [2024-03-08T13:54:18.574Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-03-08T13:54:18.574Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-03-08T13:54:18.574Z] ./bin/test-attribution-txt.sh [2024-03-08T13:54:18.574Z] An attribution for google.golang.org/genproto/googleapis/rpc is missing from Attribution.txt, please add [Pipeline] echo [2024-03-08T13:54:18.597Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2024-03-08T13:54:18.672Z] $ docker stop --time=1 e566760fcf29d5d4e64a43987ef769962277c8367648132f59f5042b24820b43 [2024-03-08T13:54:20.597Z] $ docker rm -f --volumes e566760fcf29d5d4e64a43987ef769962277c8367648132f59f5042b24820b43 [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-08T13:54:21.812Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2024-03-08T13:54:21.875Z] Warning: overwriting stash ‘coverage-report’ [2024-03-08T13:54:22.437Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-03-08T13:54:23.125Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2024-03-08T13:54:23.465Z] + ls -al . [2024-03-08T13:54:23.465Z] total 196 [2024-03-08T13:54:23.465Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 8 13:52 . [2024-03-08T13:54:23.465Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 8 13:49 .. [2024-03-08T13:54:23.465Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 8 13:49 .git [2024-03-08T13:54:23.465Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:49 .github [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 272 Mar 8 13:49 .gitignore [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 8 13:49 .golangci.yml [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 9708 Mar 8 13:49 Attribution.txt [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 15941 Mar 8 13:49 CHANGELOG.md [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 1755 Mar 8 13:49 Dockerfile [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 8 13:49 GOVERNANCE.md [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 8 13:49 Jenkinsfile [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 8 13:49 LICENSE [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 1953 Mar 8 13:49 Makefile [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 8 13:49 OWNERS.md [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 4103 Mar 8 13:49 README.md [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 8 13:47 VERSION [2024-03-08T13:54:23.465Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 8 13:49 bin [2024-03-08T13:54:23.465Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:49 cmd [2024-03-08T13:54:23.465Z] -rw-r--r-- 1 jenkins jenkins 43063 Mar 8 13:53 coverage.out [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 3683 Mar 8 13:49 go.mod [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 35612 Mar 8 13:49 go.sum [2024-03-08T13:54:23.465Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 8 13:49 internal [2024-03-08T13:54:23.465Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 8 13:49 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:54:23.908Z] + 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=924acc26038ae5c566a4069cec42ce4481862670 --label arch=arm64 --label version=3.2.0-dev.8 . [2024-03-08T13:54:24.494Z] Sending build context to Docker daemon 15.99MB [2024-03-08T13:54:24.494Z] Step 1/26 : ARG BASE=golang:1.21-alpine3.18 [2024-03-08T13:54:24.494Z] Step 2/26 : FROM ${BASE} AS builder [2024-03-08T13:54:24.494Z] ---> b25fd909f032 [2024-03-08T13:54:24.494Z] Step 3/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2024-03-08T13:54:24.763Z] ---> Running in 19d37f5a5182 [2024-03-08T13:54:25.030Z] Removing intermediate container 19d37f5a5182 [2024-03-08T13:54:25.030Z] ---> 2b6ab8a9dd3a [2024-03-08T13:54:25.030Z] Step 4/26 : ARG ALPINE_PKG_EXTRA="" [2024-03-08T13:54:25.030Z] ---> Running in 98de71cf7ab9 [2024-03-08T13:54:25.299Z] Removing intermediate container 98de71cf7ab9 [2024-03-08T13:54:25.299Z] ---> 3a3e1116aa0d [2024-03-08T13:54:25.299Z] Step 5/26 : ARG ADD_BUILD_TAGS="" [2024-03-08T13:54:25.299Z] ---> Running in bbab110fbad9 [2024-03-08T13:54:25.883Z] Removing intermediate container bbab110fbad9 [2024-03-08T13:54:25.883Z] ---> 69250f35a7d2 [2024-03-08T13:54:25.883Z] Step 6/26 : WORKDIR /device-virtual-go [2024-03-08T13:54:25.883Z] ---> Running in 8505b16420b0 [2024-03-08T13:54:26.150Z] Removing intermediate container 8505b16420b0 [2024-03-08T13:54:26.150Z] ---> 1cfe781f8300 [2024-03-08T13:54:26.150Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2024-03-08T13:54:26.150Z] ---> Running in 4ca8f224ea40 [2024-03-08T13:54:27.567Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-08T13:54:27.835Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-08T13:54:29.256Z] OK: 271 MiB in 56 packages [2024-03-08T13:54:29.849Z] Removing intermediate container 4ca8f224ea40 [2024-03-08T13:54:29.849Z] ---> 6e4257d2f3cf [2024-03-08T13:54:29.849Z] Step 8/26 : COPY go.mod vendor* ./ [2024-03-08T13:54:30.432Z] ---> 8a89b0ed6dd0 [2024-03-08T13:54:30.432Z] Step 9/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-03-08T13:54:30.700Z] ---> Running in 0e6c7b28ee5d [2024-03-08T13:54:32.653Z] Removing intermediate container 0e6c7b28ee5d [2024-03-08T13:54:32.653Z] ---> 33f913a01375 [2024-03-08T13:54:32.653Z] Step 10/26 : COPY . . [2024-03-08T13:54:34.062Z] ---> 7e6527e478fd [2024-03-08T13:54:34.062Z] Step 11/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2024-03-08T13:54:34.062Z] ---> Running in f3e721e42521 [2024-03-08T13:54:34.330Z] Removing intermediate container f3e721e42521 [2024-03-08T13:54:34.330Z] ---> 76b3886aa2fb [2024-03-08T13:54:34.330Z] Step 12/26 : RUN $MAKE [2024-03-08T13:54:34.602Z] ---> Running in 994301c706d2 [2024-03-08T13:54:35.579Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-virtual-go.Version=3.2.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.2.0-dev.10" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2024-03-08T13:56:42.307Z] Removing intermediate container 994301c706d2 [2024-03-08T13:56:42.307Z] ---> 3b7d1ac24183 [2024-03-08T13:56:42.307Z] Step 13/26 : FROM alpine:3.18 [2024-03-08T13:56:42.307Z] 3.18: Pulling from library/alpine [2024-03-08T13:56:42.307Z] c6b39de5b339: Pulling fs layer [2024-03-08T13:56:42.307Z] c6b39de5b339: Verifying Checksum [2024-03-08T13:56:42.307Z] c6b39de5b339: Download complete [2024-03-08T13:56:42.307Z] c6b39de5b339: Pull complete [2024-03-08T13:56:42.307Z] Digest: sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-03-08T13:56:42.307Z] Status: Downloaded newer image for alpine:3.18 [2024-03-08T13:56:42.307Z] ---> 33abbf032149 [2024-03-08T13:56:42.307Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2024-03-08T13:56:42.307Z] ---> Running in 758989adfae1 [2024-03-08T13:56:42.307Z] Removing intermediate container 758989adfae1 [2024-03-08T13:56:42.307Z] ---> 180e9f18e959 [2024-03-08T13:56:42.307Z] Step 15/26 : RUN apk add --update --no-cache dumb-init [2024-03-08T13:56:42.307Z] ---> Running in dcf81b11d76e [2024-03-08T13:56:42.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-08T13:56:42.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-08T13:56:42.307Z] (1/1) Installing dumb-init (1.2.5-r2) [2024-03-08T13:56:42.307Z] Executing busybox-1.36.1-r5.trigger [2024-03-08T13:56:42.307Z] OK: 8 MiB in 16 packages [2024-03-08T13:56:42.307Z] Removing intermediate container dcf81b11d76e [2024-03-08T13:56:42.307Z] ---> b8f9bf971c88 [2024-03-08T13:56:42.307Z] Step 16/26 : RUN apk --no-cache upgrade [2024-03-08T13:56:42.307Z] ---> Running in 3b93d25a3831 [2024-03-08T13:56:42.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-03-08T13:56:42.307Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-03-08T13:56:42.307Z] OK: 8 MiB in 16 packages [2024-03-08T13:56:42.307Z] Removing intermediate container 3b93d25a3831 [2024-03-08T13:56:42.307Z] ---> 839db8337201 [2024-03-08T13:56:42.307Z] Step 17/26 : WORKDIR / [2024-03-08T13:56:42.307Z] ---> Running in ef7e7187bca3 [2024-03-08T13:56:42.307Z] Removing intermediate container ef7e7187bca3 [2024-03-08T13:56:42.307Z] ---> 2d62b8ed9d8a [2024-03-08T13:56:42.307Z] Step 18/26 : COPY --from=builder /device-virtual-go/Attribution.txt / [2024-03-08T13:56:42.307Z] ---> b8fec3c62282 [2024-03-08T13:56:42.307Z] Step 19/26 : COPY --from=builder /device-virtual-go/LICENSE / [2024-03-08T13:56:42.307Z] ---> 843bd6ac2e08 [2024-03-08T13:56:42.307Z] Step 20/26 : COPY --from=builder /device-virtual-go/cmd / [2024-03-08T13:56:42.307Z] ---> a79e5575d93e [2024-03-08T13:56:42.307Z] Step 21/26 : EXPOSE 59900 [2024-03-08T13:56:42.307Z] ---> Running in 87da024662b7 [2024-03-08T13:56:42.307Z] Removing intermediate container 87da024662b7 [2024-03-08T13:56:42.307Z] ---> 2ab6f33910be [2024-03-08T13:56:42.307Z] Step 22/26 : ENTRYPOINT ["/device-virtual"] [2024-03-08T13:56:42.307Z] ---> Running in 3dd80b1f69ed [2024-03-08T13:56:42.307Z] Removing intermediate container 3dd80b1f69ed [2024-03-08T13:56:42.307Z] ---> 4d97dd042801 [2024-03-08T13:56:42.307Z] Step 23/26 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2024-03-08T13:56:42.307Z] ---> Running in 03150a6e1772 [2024-03-08T13:56:42.307Z] Removing intermediate container 03150a6e1772 [2024-03-08T13:56:42.307Z] ---> df5340e33d1a [2024-03-08T13:56:42.307Z] Step 24/26 : LABEL arch=arm64 [2024-03-08T13:56:42.307Z] ---> Running in bbdaad5a0be6 [2024-03-08T13:56:42.307Z] Removing intermediate container bbdaad5a0be6 [2024-03-08T13:56:42.307Z] ---> 8ea30c1e4d61 [2024-03-08T13:56:42.307Z] Step 25/26 : LABEL git_sha=924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:56:42.307Z] ---> Running in 9ed24dca8fb7 [2024-03-08T13:56:42.589Z] Removing intermediate container 9ed24dca8fb7 [2024-03-08T13:56:42.589Z] ---> b6dbc72ed674 [2024-03-08T13:56:42.589Z] Step 26/26 : LABEL version=3.2.0-dev.8 [2024-03-08T13:56:42.589Z] ---> Running in 8eb0077deb98 [2024-03-08T13:56:43.184Z] Removing intermediate container 8eb0077deb98 [2024-03-08T13:56:43.184Z] ---> a5c9f4e96c50 [2024-03-08T13:56:43.184Z] [Warning] One or more build-args [ARCH] were not consumed [2024-03-08T13:56:43.184Z] Successfully built a5c9f4e96c50 [2024-03-08T13:56:43.184Z] 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-03-08T13:56:43.771Z] provisioning config files... [2024-03-08T13:56:43.793Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/164@tmp/config6646982911852419884tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:56:44.212Z] ---> ****-login.sh [2024-03-08T13:56:44.213Z] nexus3.edgexfoundry.org:10001 [2024-03-08T13:56:44.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:56:44.482Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:56:44.482Z] Configure a credential helper to remove this warning. See [2024-03-08T13:56:44.482Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:56:44.482Z] [2024-03-08T13:56:44.482Z] Login Succeeded [2024-03-08T13:56:44.482Z] nexus3.edgexfoundry.org:10002 [2024-03-08T13:56:44.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:56:44.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:56:44.752Z] Configure a credential helper to remove this warning. See [2024-03-08T13:56:44.752Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:56:44.752Z] [2024-03-08T13:56:44.752Z] Login Succeeded [2024-03-08T13:56:45.021Z] nexus3.edgexfoundry.org:10003 [2024-03-08T13:56:45.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:56:45.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:56:45.293Z] Configure a credential helper to remove this warning. See [2024-03-08T13:56:45.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:56:45.293Z] [2024-03-08T13:56:45.293Z] Login Succeeded [2024-03-08T13:56:45.293Z] nexus3.edgexfoundry.org:10004 [2024-03-08T13:56:45.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:56:45.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:56:45.566Z] Configure a credential helper to remove this warning. See [2024-03-08T13:56:45.566Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:56:45.566Z] [2024-03-08T13:56:45.566Z] Login Succeeded [2024-03-08T13:56:45.566Z] ****.io [2024-03-08T13:56:45.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-03-08T13:56:46.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-03-08T13:56:46.112Z] Configure a credential helper to remove this warning. See [2024-03-08T13:56:46.113Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-03-08T13:56:46.113Z] [2024-03-08T13:56:46.113Z] Login Succeeded [2024-03-08T13:56:46.113Z] ---> ****-login.sh ends [Pipeline] } [2024-03-08T13:56:46.128Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-03-08T13:56:46.359Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-03-08T13:56:46.446Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2024-03-08T13:56:46.446Z] 924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:56:46.446Z] latest [2024-03-08T13:56:46.446Z] 3.2.0-dev.8 [2024-03-08T13:56:46.446Z] 924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [2024-03-08T13:56:46.446Z] main [2024-03-08T13:56:46.446Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:47.033Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:47.559Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:56:47.559Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-03-08T13:56:47.559Z] 5b23aec53dbd: Preparing [2024-03-08T13:56:47.559Z] 1887e8e64ef0: Preparing [2024-03-08T13:56:47.559Z] 674237950f95: Preparing [2024-03-08T13:56:47.559Z] 46d7eb8a4bb3: Preparing [2024-03-08T13:56:47.559Z] ba178ef19200: Preparing [2024-03-08T13:56:47.559Z] 7c504f21be85: Preparing [2024-03-08T13:56:47.559Z] 7c504f21be85: Waiting [2024-03-08T13:56:47.828Z] 46d7eb8a4bb3: Pushed [2024-03-08T13:56:47.828Z] 674237950f95: Pushed [2024-03-08T13:56:47.828Z] ba178ef19200: Pushed [2024-03-08T13:56:47.828Z] 1887e8e64ef0: Pushed [2024-03-08T13:56:47.828Z] 7c504f21be85: Layer already exists [2024-03-08T13:56:52.088Z] 5b23aec53dbd: Pushed [2024-03-08T13:56:52.088Z] 924acc26038ae5c566a4069cec42ce4481862670: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:52.609Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:53.102Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2024-03-08T13:56:53.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-03-08T13:56:53.102Z] 5b23aec53dbd: Preparing [2024-03-08T13:56:53.102Z] 1887e8e64ef0: Preparing [2024-03-08T13:56:53.102Z] 674237950f95: Preparing [2024-03-08T13:56:53.102Z] 46d7eb8a4bb3: Preparing [2024-03-08T13:56:53.102Z] ba178ef19200: Preparing [2024-03-08T13:56:53.102Z] 7c504f21be85: Preparing [2024-03-08T13:56:53.102Z] 7c504f21be85: Waiting [2024-03-08T13:56:53.102Z] 46d7eb8a4bb3: Layer already exists [2024-03-08T13:56:53.102Z] 1887e8e64ef0: Layer already exists [2024-03-08T13:56:53.102Z] ba178ef19200: Layer already exists [2024-03-08T13:56:53.102Z] 5b23aec53dbd: Layer already exists [2024-03-08T13:56:53.102Z] 674237950f95: Layer already exists [2024-03-08T13:56:53.102Z] 7c504f21be85: Layer already exists [2024-03-08T13:56:53.370Z] latest: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:53.896Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:54.402Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.8 [2024-03-08T13:56:54.403Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-03-08T13:56:54.403Z] 5b23aec53dbd: Preparing [2024-03-08T13:56:54.403Z] 1887e8e64ef0: Preparing [2024-03-08T13:56:54.403Z] 674237950f95: Preparing [2024-03-08T13:56:54.403Z] 46d7eb8a4bb3: Preparing [2024-03-08T13:56:54.403Z] ba178ef19200: Preparing [2024-03-08T13:56:54.403Z] 7c504f21be85: Preparing [2024-03-08T13:56:54.403Z] 7c504f21be85: Waiting [2024-03-08T13:56:54.403Z] 1887e8e64ef0: Layer already exists [2024-03-08T13:56:54.403Z] ba178ef19200: Layer already exists [2024-03-08T13:56:54.403Z] 46d7eb8a4bb3: Layer already exists [2024-03-08T13:56:54.403Z] 5b23aec53dbd: Layer already exists [2024-03-08T13:56:54.403Z] 674237950f95: Layer already exists [2024-03-08T13:56:54.403Z] 7c504f21be85: Layer already exists [2024-03-08T13:56:54.670Z] 3.2.0-dev.8: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:55.216Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:55.735Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [2024-03-08T13:56:55.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-03-08T13:56:55.735Z] 5b23aec53dbd: Preparing [2024-03-08T13:56:55.735Z] 1887e8e64ef0: Preparing [2024-03-08T13:56:55.735Z] 674237950f95: Preparing [2024-03-08T13:56:55.735Z] 46d7eb8a4bb3: Preparing [2024-03-08T13:56:55.735Z] ba178ef19200: Preparing [2024-03-08T13:56:55.735Z] 7c504f21be85: Preparing [2024-03-08T13:56:55.735Z] 7c504f21be85: Waiting [2024-03-08T13:56:55.735Z] 674237950f95: Layer already exists [2024-03-08T13:56:55.735Z] 46d7eb8a4bb3: Layer already exists [2024-03-08T13:56:55.735Z] 5b23aec53dbd: Layer already exists [2024-03-08T13:56:55.735Z] ba178ef19200: Layer already exists [2024-03-08T13:56:55.735Z] 1887e8e64ef0: Layer already exists [2024-03-08T13:56:55.735Z] 7c504f21be85: Layer already exists [2024-03-08T13:56:56.002Z] 924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:56.529Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:57.071Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2024-03-08T13:56:57.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2024-03-08T13:56:57.071Z] 5b23aec53dbd: Preparing [2024-03-08T13:56:57.071Z] 1887e8e64ef0: Preparing [2024-03-08T13:56:57.071Z] 674237950f95: Preparing [2024-03-08T13:56:57.071Z] 46d7eb8a4bb3: Preparing [2024-03-08T13:56:57.071Z] ba178ef19200: Preparing [2024-03-08T13:56:57.071Z] 7c504f21be85: Preparing [2024-03-08T13:56:57.071Z] 7c504f21be85: Waiting [2024-03-08T13:56:57.071Z] 5b23aec53dbd: Layer already exists [2024-03-08T13:56:57.071Z] ba178ef19200: Layer already exists [2024-03-08T13:56:57.071Z] 674237950f95: Layer already exists [2024-03-08T13:56:57.071Z] 46d7eb8a4bb3: Layer already exists [2024-03-08T13:56:57.071Z] 1887e8e64ef0: Layer already exists [2024-03-08T13:56:57.071Z] 7c504f21be85: Layer already exists [2024-03-08T13:56:57.339Z] main: digest: sha256:da17e76ef9a80dea4ce2cf8ec3a54b08955695b5665376e5fea9ce1d84ef3595 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2024-03-08T13:56:57.813Z] ===================================================== [Pipeline] echo [2024-03-08T13:56:57.885Z] taggedImages: [2024-03-08T13:56:57.885Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670 [2024-03-08T13:56:57.885Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2024-03-08T13:56:57.885Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.2.0-dev.8 [2024-03-08T13:56:57.885Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:924acc26038ae5c566a4069cec42ce4481862670-3.2.0-dev.8 [2024-03-08T13:56:57.885Z] - 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-03-08T13:56:58.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-08T13:56:58.640Z] [2024-03-08T13:56:58.640Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:56:59.055Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-08T13:56:59.324Z] arm64: Pulling from edgex-lftools-log-publisher [2024-03-08T13:56:59.324Z] 8998bd30e6a1: Pulling fs layer [2024-03-08T13:56:59.324Z] 04944245beec: Pulling fs layer [2024-03-08T13:56:59.324Z] 699f458cf7ca: Pulling fs layer [2024-03-08T13:56:59.324Z] 765212b225bb: Pulling fs layer [2024-03-08T13:56:59.324Z] 765212b225bb: Waiting [2024-03-08T13:56:59.324Z] f23df028b6ca: Pulling fs layer [2024-03-08T13:56:59.324Z] d65c8cfc05b1: Pulling fs layer [2024-03-08T13:56:59.324Z] 2437ff75d9bd: Pulling fs layer [2024-03-08T13:56:59.324Z] f23df028b6ca: Waiting [2024-03-08T13:56:59.324Z] d65c8cfc05b1: Waiting [2024-03-08T13:56:59.324Z] 2437ff75d9bd: Waiting [2024-03-08T13:56:59.324Z] 04944245beec: Verifying Checksum [2024-03-08T13:56:59.324Z] 04944245beec: Download complete [2024-03-08T13:56:59.324Z] 765212b225bb: Verifying Checksum [2024-03-08T13:56:59.324Z] 765212b225bb: Download complete [2024-03-08T13:56:59.324Z] f23df028b6ca: Verifying Checksum [2024-03-08T13:56:59.324Z] f23df028b6ca: Download complete [2024-03-08T13:56:59.324Z] d65c8cfc05b1: Verifying Checksum [2024-03-08T13:56:59.324Z] d65c8cfc05b1: Download complete [2024-03-08T13:56:59.593Z] 699f458cf7ca: Verifying Checksum [2024-03-08T13:56:59.593Z] 699f458cf7ca: Download complete [2024-03-08T13:57:00.181Z] 8998bd30e6a1: Verifying Checksum [2024-03-08T13:57:00.181Z] 8998bd30e6a1: Download complete [2024-03-08T13:57:02.769Z] 2437ff75d9bd: Verifying Checksum [2024-03-08T13:57:02.769Z] 2437ff75d9bd: Download complete [2024-03-08T13:57:04.944Z] 8998bd30e6a1: Pull complete [2024-03-08T13:57:05.218Z] 04944245beec: Pull complete [2024-03-08T13:57:07.179Z] 699f458cf7ca: Pull complete [2024-03-08T13:57:07.179Z] 765212b225bb: Pull complete [2024-03-08T13:57:08.140Z] f23df028b6ca: Pull complete [2024-03-08T13:57:08.408Z] d65c8cfc05b1: Pull complete [2024-03-08T13:57:26.643Z] 2437ff75d9bd: Pull complete [2024-03-08T13:57:26.643Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-03-08T13:57:26.643Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-03-08T13:57:26.643Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:57:27.110Z] prd-ubuntu20.04-docker-arm64-4c-16g-5257 does not seem to be running inside a container [2024-03-08T13:57:27.192Z] $ 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/164 -v /w/workspace/device-virtual-go/164:/w/workspace/device-virtual-go/164:rw,z -v /w/workspace/device-virtual-go/164@tmp:/w/workspace/device-virtual-go/164@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-03-08T13:57:29.885Z] $ docker top aaa935024c27b6662add3e5d8bbe2a92bf1f802a80bb569c7e440ec6677d2890 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:57:30.885Z] ---> job-cost.sh [2024-03-08T13:57:30.885Z] lf-activate-venv: SKIPPING [2024-03-08T13:57:30.885Z] INFO: No Stack... [2024-03-08T13:57:31.155Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-03-08T13:57:32.117Z] INFO: Archiving Costs [Pipeline] sh [2024-03-08T13:57:32.441Z] + cat /w/workspace/device-virtual-go/164/archives/cost.csv [2024-03-08T13:57:32.441Z] + cut -d, -f6 [Pipeline] lock [2024-03-08T13:57:32.514Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [2024-03-08T13:57:32.523Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] did not exist. Created. [2024-03-08T13:57:32.529Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-08T13:57:32.969Z] /w/workspace/device-virtual-go/164@tmp/durable-6bfd1b36/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2024-03-08T13:57:33.299Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-03-08T13:57:33.388Z] Warning: overwriting stash ‘stack-cost’ [2024-03-08T13:57:33.440Z] Stashed 1 file(s) [Pipeline] } [2024-03-08T13:57:33.447Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-164-stack-cost] [Pipeline] // lock [Pipeline] } [2024-03-08T13:57:33.599Z] $ docker stop --time=1 aaa935024c27b6662add3e5d8bbe2a92bf1f802a80bb569c7e440ec6677d2890 [2024-03-08T13:57:35.070Z] $ docker rm -f --volumes aaa935024c27b6662add3e5d8bbe2a92bf1f802a80bb569c7e440ec6677d2890 [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-03-08T13:57:36.641Z] provisioning config files... [2024-03-08T13:57:36.652Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14135449136319620592tmp [Pipeline] { [Pipeline] sh [2024-03-08T13:57:37.071Z] + set +x [2024-03-08T13:57:37.071Z] + curl -s https://codecov.io/bash [2024-03-08T13:57:37.071Z] + bash -s -- [2024-03-08T13:57:37.071Z] [2024-03-08T13:57:37.071Z] _____ _ [2024-03-08T13:57:37.071Z] / ____| | | [2024-03-08T13:57:37.071Z] | | ___ __| | ___ ___ _____ __ [2024-03-08T13:57:37.071Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-03-08T13:57:37.071Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-03-08T13:57:37.071Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-03-08T13:57:37.071Z] Bash-1.0.6 [2024-03-08T13:57:37.071Z] [2024-03-08T13:57:37.071Z] [2024-03-08T13:57:37.071Z] ==> git version 2.25.1 found [2024-03-08T13:57:37.071Z] ==> 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-03-08T13:57:37.071Z] Release-Date: 2020-01-08 [2024-03-08T13:57:37.071Z] 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-03-08T13:57:37.071Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-03-08T13:57:37.071Z] ==> Jenkins CI detected. [2024-03-08T13:57:37.071Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2024-03-08T13:57:37.071Z] project root: . [2024-03-08T13:57:37.071Z] --> token set from env [2024-03-08T13:57:37.071Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-03-08T13:57:37.331Z] ==> Running gcov in . (disable via -X gcov) [2024-03-08T13:57:37.331Z] ==> Python coveragepy not found [2024-03-08T13:57:37.331Z] ==> Searching for coverage reports in: [2024-03-08T13:57:37.331Z] + . [2024-03-08T13:57:37.331Z] -> Found 1 reports [2024-03-08T13:57:37.331Z] ==> Detecting git/mercurial file structure [2024-03-08T13:57:37.331Z] ==> Reading reports [2024-03-08T13:57:37.331Z] + ./coverage.out bytes=43063 [2024-03-08T13:57:37.331Z] ==> Appending adjustments [2024-03-08T13:57:37.332Z] https://docs.codecov.io/docs/fixing-reports [2024-03-08T13:57:37.332Z] + Found adjustments [2024-03-08T13:57:37.332Z] ==> Gzipping contents [2024-03-08T13:57:37.332Z] 8.0K /tmp/codecov.fe6Qll.gz [2024-03-08T13:57:37.332Z] ==> Uploading reports [2024-03-08T13:57:37.332Z] url: https://codecov.io [2024-03-08T13:57:37.332Z] query: branch=main&commit=924acc26038ae5c566a4069cec42ce4481862670&build=164&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F164%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-03-08T13:57:37.332Z] -> Pinging Codecov [2024-03-08T13:57:37.332Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=924acc26038ae5c566a4069cec42ce4481862670&build=164&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F164%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2024-03-08T13:57:37.591Z] -> Uploading to [2024-03-08T13:57:37.592Z] https://storage.googleapis.com/codecov/v4/raw/2024-03-08/5E52B4B073DB2E39498172D8E973AA87/924acc26038ae5c566a4069cec42ce4481862670/31fc4e1f-12bd-472a-a61a-ec45bfc3ae60.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240308%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240308T135737Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b8372509a6c742620a84eb820f9a218ea9f68b5069401f5ba41fb89c584cf945 [2024-03-08T13:57:37.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-03-08T13:57:37.592Z] Dload Upload Total Spent Left Speed [2024-03-08T13:57:37.850Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4998 0 0 100 4998 0 14362 --:--:-- --:--:-- --:--:-- 14403 [2024-03-08T13:57:37.850Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] } [2024-03-08T13:57:37.857Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2024-03-08T13:57:38.365Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2024-03-08T13:57:38.379Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:57:38.866Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-03-08T13:57:38.866Z] [2024-03-08T13:57:38.866Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:57:39.241Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-03-08T13:57:39.242Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2024-03-08T13:57:39.242Z] df9b9388f04a: Pulling fs layer [2024-03-08T13:57:39.242Z] 52dc419b0ee2: Pulling fs layer [2024-03-08T13:57:39.242Z] 25bc292e5bac: Pulling fs layer [2024-03-08T13:57:39.242Z] 114826534d7a: Pulling fs layer [2024-03-08T13:57:39.242Z] 4657fd5d0bcf: Pulling fs layer [2024-03-08T13:57:39.242Z] 6ad1cebc031e: Pulling fs layer [2024-03-08T13:57:39.242Z] 4657fd5d0bcf: Waiting [2024-03-08T13:57:39.242Z] 8a3aa393b2d8: Pulling fs layer [2024-03-08T13:57:39.242Z] 6ad1cebc031e: Waiting [2024-03-08T13:57:39.242Z] 8a3aa393b2d8: Waiting [2024-03-08T13:57:39.242Z] 25bc292e5bac: Verifying Checksum [2024-03-08T13:57:39.242Z] 25bc292e5bac: Download complete [2024-03-08T13:57:39.242Z] 52dc419b0ee2: Download complete [2024-03-08T13:57:39.242Z] 4657fd5d0bcf: Verifying Checksum [2024-03-08T13:57:39.242Z] 4657fd5d0bcf: Download complete [2024-03-08T13:57:39.242Z] df9b9388f04a: Verifying Checksum [2024-03-08T13:57:39.242Z] df9b9388f04a: Download complete [2024-03-08T13:57:39.501Z] 6ad1cebc031e: Verifying Checksum [2024-03-08T13:57:39.501Z] 6ad1cebc031e: Download complete [2024-03-08T13:57:39.501Z] df9b9388f04a: Pull complete [2024-03-08T13:57:39.501Z] 52dc419b0ee2: Pull complete [2024-03-08T13:57:39.501Z] 25bc292e5bac: Pull complete [2024-03-08T13:57:40.071Z] 114826534d7a: Verifying Checksum [2024-03-08T13:57:40.071Z] 114826534d7a: Download complete [2024-03-08T13:57:40.071Z] 8a3aa393b2d8: Verifying Checksum [2024-03-08T13:57:40.071Z] 8a3aa393b2d8: Download complete [2024-03-08T13:57:44.267Z] 114826534d7a: Pull complete [2024-03-08T13:57:44.267Z] 4657fd5d0bcf: Pull complete [2024-03-08T13:57:44.267Z] 6ad1cebc031e: Pull complete [2024-03-08T13:57:46.804Z] 8a3aa393b2d8: Pull complete [2024-03-08T13:57:46.804Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2024-03-08T13:57:46.804Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2024-03-08T13:57:46.804Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:57:47.178Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:57:47.244Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2024-03-08T13:57:51.257Z] $ docker top 225c38dc15a2dde363a577b64d0860a103a8803d0b7ce04a32b42517fb206a04 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-03-08T13:57:51.448Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2024-03-08T13:57:51.729Z] + set -o pipefail [2024-03-08T13:57:51.729Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2024-03-08T13:57:58.309Z] [2024-03-08T13:57:58.309Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2024-03-08T13:57:58.309Z] [2024-03-08T13:57:58.309Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/f50f990d-6ec8-4dec-8d43-5983c7a73a3a [2024-03-08T13:57:58.309Z] [2024-03-08T13:57:58.309Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2024-03-08T13:57:58.309Z] [2024-03-08T13:57:58.309Z] [2024-03-08T13:57:58.309Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2024-03-08T13:57:58.309Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2024-03-08T13:57:58.309Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2024-03-08T13:57:58.326Z] $ docker stop --time=1 225c38dc15a2dde363a577b64d0860a103a8803d0b7ce04a32b42517fb206a04 [2024-03-08T13:58:01.748Z] $ docker rm -f --volumes 225c38dc15a2dde363a577b64d0860a103a8803d0b7ce04a32b42517fb206a04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-03-08T13:58:03.528Z] + git log --format=format:%s -1 924acc26038ae5c566a4069cec42ce4481862670 [Pipeline] sh [2024-03-08T13:58:03.829Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-08T13:58:03.829Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:58:04.217Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-08T13:58:04.217Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:58:04.466Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:58:04.511Z] $ 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-03-08T13:58:04.944Z] $ docker top fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 -eo pid,comm [2024-03-08T13:58:04.987Z] 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-03-08T13:58:04.987Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-08T13:58:05.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-08T13:58:05.281Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-08T13:58:05.386Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-08T13:58:05.395Z] $ docker exec fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 ssh-agent [2024-03-08T13:58:05.499Z] SSH_AUTH_SOCK=/tmp/ssh-oQ1uL2Xbcp4g/agent.32 [2024-03-08T13:58:05.499Z] SSH_AGENT_PID=38 [2024-03-08T13:58:05.504Z] Running ssh-add (command line suppressed) [2024-03-08T13:58:05.600Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7436054114556791318.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_7436054114556791318.key) [2024-03-08T13:58:05.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-08T13:58:05.968Z] + git semver tag [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,137 [run_tag] DEBUG tag force:False [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,138 [check_head_tag] DEBUG check head tag [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,138 [execute] INFO git cat-file --batch-check [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,139 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,143 [execute] INFO git cat-file --batch [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,143 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,161 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,162 [execute] INFO git tag -a v3.2.0-dev.8 -m v3.2.0-dev.8 [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,162 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.2.0-dev.8', '-m', 'v3.2.0-dev.8'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2024-03-08T13:58:06.227Z] 2024-03-08 13:58:06,167 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:58:06.227Z] 3.2.0-dev.8 [Pipeline] } [2024-03-08T13:58:06.242Z] $ docker exec --env ******** --env ******** fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 ssh-agent -k [2024-03-08T13:58:06.338Z] unset SSH_AUTH_SOCK; [2024-03-08T13:58:06.338Z] unset SSH_AGENT_PID; [2024-03-08T13:58:06.339Z] echo Agent pid 38 killed; [2024-03-08T13:58:06.344Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-08T13:58:07.136Z] + git semver [Pipeline] } [2024-03-08T13:58:07.413Z] $ docker stop --time=1 fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 [2024-03-08T13:58:08.644Z] $ docker rm -f --volumes fe55b3113f0b3818db6cf0aebe85c6dbd110b37cd25fc11c8f1ddc3230a34cb6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:58:09.396Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-03-08T13:58:09.396Z] [2024-03-08T13:58:09.396Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:58:09.746Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-03-08T13:58:09.746Z] 0.23.1-centos7: Pulling from edgex-lftools [2024-03-08T13:58:09.746Z] ab5ef0e58194: Pulling fs layer [2024-03-08T13:58:09.746Z] 9712f1f96733: Pulling fs layer [2024-03-08T13:58:09.746Z] 63f879dbbcfc: Pulling fs layer [2024-03-08T13:58:09.746Z] 0d9ebad4ef96: Pulling fs layer [2024-03-08T13:58:09.746Z] e9a5061849ea: Pulling fs layer [2024-03-08T13:58:09.747Z] d747dcd14b5f: Pulling fs layer [2024-03-08T13:58:09.747Z] 2de7ff778b66: Pulling fs layer [2024-03-08T13:58:09.747Z] 0d9ebad4ef96: Waiting [2024-03-08T13:58:09.747Z] e9a5061849ea: Waiting [2024-03-08T13:58:09.747Z] d747dcd14b5f: Waiting [2024-03-08T13:58:09.747Z] 2de7ff778b66: Waiting [2024-03-08T13:58:09.747Z] 9712f1f96733: Verifying Checksum [2024-03-08T13:58:09.747Z] 9712f1f96733: Download complete [2024-03-08T13:58:10.008Z] 63f879dbbcfc: Verifying Checksum [2024-03-08T13:58:10.008Z] 63f879dbbcfc: Download complete [2024-03-08T13:58:10.279Z] e9a5061849ea: Verifying Checksum [2024-03-08T13:58:10.279Z] e9a5061849ea: Download complete [2024-03-08T13:58:10.279Z] d747dcd14b5f: Verifying Checksum [2024-03-08T13:58:10.279Z] d747dcd14b5f: Download complete [2024-03-08T13:58:10.279Z] 0d9ebad4ef96: Verifying Checksum [2024-03-08T13:58:10.279Z] 0d9ebad4ef96: Download complete [2024-03-08T13:58:10.279Z] ab5ef0e58194: Verifying Checksum [2024-03-08T13:58:10.279Z] ab5ef0e58194: Download complete [2024-03-08T13:58:10.279Z] 2de7ff778b66: Verifying Checksum [2024-03-08T13:58:10.279Z] 2de7ff778b66: Download complete [2024-03-08T13:58:13.660Z] ab5ef0e58194: Pull complete [2024-03-08T13:58:13.660Z] 9712f1f96733: Pull complete [2024-03-08T13:58:13.660Z] 63f879dbbcfc: Pull complete [2024-03-08T13:58:17.847Z] 0d9ebad4ef96: Pull complete [2024-03-08T13:58:18.106Z] e9a5061849ea: Pull complete [2024-03-08T13:58:18.106Z] d747dcd14b5f: Pull complete [2024-03-08T13:58:19.042Z] 2de7ff778b66: Pull complete [2024-03-08T13:58:19.042Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2024-03-08T13:58:19.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2024-03-08T13:58:19.042Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:58:19.419Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:58:19.455Z] $ 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-03-08T13:58:24.262Z] $ docker top 99408dc2d8a210d75b2738e3aa2819dbab1f6d6a09fd55cf0a17673a4aac036b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2024-03-08T13:58:24.478Z] provisioning config files... [2024-03-08T13:58:24.487Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config16293289174865696246tmp [2024-03-08T13:58:24.499Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13047935488372274889tmp [2024-03-08T13:58:24.509Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config14954092517782221079tmp [Pipeline] { [Pipeline] echo [2024-03-08T13:58:24.657Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:24.964Z] ---> sigul-configuration.sh [2024-03-08T13:58:24.964Z] gpg: directory `/root/.gnupg' created [2024-03-08T13:58:24.964Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2024-03-08T13:58:24.964Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2024-03-08T13:58:24.964Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2024-03-08T13:58:24.964Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2024-03-08T13:58:24.964Z] gpg: CAST5 encrypted data [2024-03-08T13:58:24.964Z] gpg: encrypted with 1 passphrase [2024-03-08T13:58:24.964Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2024-03-08T13:58:25.263Z] + mkdir /home/jenkins [2024-03-08T13:58:25.263Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2024-03-08T13:58:25.563Z] + 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-03-08T13:58:25.576Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:25.869Z] ---> sigul-install.sh [2024-03-08T13:58:25.869Z] Sigul already installed; skipping installation. [Pipeline] sh [2024-03-08T13:58:26.167Z] + git tag --list [2024-03-08T13:58:26.168Z] v1.0.0 [2024-03-08T13:58:26.168Z] v1.1.0 [2024-03-08T13:58:26.168Z] v1.1.1 [2024-03-08T13:58:26.168Z] v1.2.1 [2024-03-08T13:58:26.168Z] v1.2.2 [2024-03-08T13:58:26.168Z] v1.2.3 [2024-03-08T13:58:26.168Z] v1.3.0 [2024-03-08T13:58:26.168Z] v1.3.1 [2024-03-08T13:58:26.168Z] v2.0.0 [2024-03-08T13:58:26.168Z] v2.1.0 [2024-03-08T13:58:26.168Z] v2.1.1 [2024-03-08T13:58:26.168Z] v2.2.0 [2024-03-08T13:58:26.168Z] v2.3.0 [2024-03-08T13:58:26.168Z] v3.0 [2024-03-08T13:58:26.168Z] v3.0.0 [2024-03-08T13:58:26.168Z] v3.1 [2024-03-08T13:58:26.168Z] v3.1.0 [2024-03-08T13:58:26.168Z] v3.1.0-dev.1 [2024-03-08T13:58:26.168Z] v3.1.0-dev.10 [2024-03-08T13:58:26.168Z] v3.1.0-dev.11 [2024-03-08T13:58:26.168Z] v3.1.0-dev.12 [2024-03-08T13:58:26.168Z] v3.1.0-dev.13 [2024-03-08T13:58:26.168Z] v3.1.0-dev.14 [2024-03-08T13:58:26.168Z] v3.1.0-dev.15 [2024-03-08T13:58:26.168Z] v3.1.0-dev.16 [2024-03-08T13:58:26.168Z] v3.1.0-dev.17 [2024-03-08T13:58:26.168Z] v3.1.0-dev.18 [2024-03-08T13:58:26.168Z] v3.1.0-dev.19 [2024-03-08T13:58:26.168Z] v3.1.0-dev.2 [2024-03-08T13:58:26.168Z] v3.1.0-dev.20 [2024-03-08T13:58:26.168Z] v3.1.0-dev.21 [2024-03-08T13:58:26.168Z] v3.1.0-dev.22 [2024-03-08T13:58:26.168Z] v3.1.0-dev.23 [2024-03-08T13:58:26.168Z] v3.1.0-dev.24 [2024-03-08T13:58:26.168Z] v3.1.0-dev.25 [2024-03-08T13:58:26.168Z] v3.1.0-dev.26 [2024-03-08T13:58:26.168Z] v3.1.0-dev.27 [2024-03-08T13:58:26.168Z] v3.1.0-dev.28 [2024-03-08T13:58:26.168Z] v3.1.0-dev.29 [2024-03-08T13:58:26.168Z] v3.1.0-dev.3 [2024-03-08T13:58:26.168Z] v3.1.0-dev.30 [2024-03-08T13:58:26.168Z] v3.1.0-dev.4 [2024-03-08T13:58:26.168Z] v3.1.0-dev.5 [2024-03-08T13:58:26.168Z] v3.1.0-dev.6 [2024-03-08T13:58:26.168Z] v3.1.0-dev.7 [2024-03-08T13:58:26.168Z] v3.1.0-dev.8 [2024-03-08T13:58:26.168Z] v3.1.0-dev.9 [2024-03-08T13:58:26.168Z] v3.2.0-dev.1 [2024-03-08T13:58:26.168Z] v3.2.0-dev.2 [2024-03-08T13:58:26.168Z] v3.2.0-dev.3 [2024-03-08T13:58:26.168Z] v3.2.0-dev.4 [2024-03-08T13:58:26.168Z] v3.2.0-dev.5 [2024-03-08T13:58:26.168Z] v3.2.0-dev.6 [2024-03-08T13:58:26.168Z] v3.2.0-dev.7 [2024-03-08T13:58:26.168Z] v3.2.0-dev.8 [Pipeline] sh [2024-03-08T13:58:26.467Z] + lftools sign git-tag v3.2.0-dev.8 [2024-03-08T13:58:27.034Z] Signing Git tag with Sigul... [2024-03-08T13:58:27.034Z] Signing v3.2.0-dev.8 [Pipeline] echo [2024-03-08T13:58:27.308Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:27.606Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2024-03-08T13:58:27.615Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2024-03-08T13:58:27.831Z] $ docker stop --time=1 99408dc2d8a210d75b2738e3aa2819dbab1f6d6a09fd55cf0a17673a4aac036b [2024-03-08T13:58:29.148Z] $ docker rm -f --volumes 99408dc2d8a210d75b2738e3aa2819dbab1f6d6a09fd55cf0a17673a4aac036b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2024-03-08T13:58:30.219Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-08T13:58:30.219Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:58:30.605Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-08T13:58:30.605Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:58:30.826Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:58:30.869Z] $ 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-03-08T13:58:31.188Z] $ docker top d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef -eo pid,comm [2024-03-08T13:58:31.229Z] 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-03-08T13:58:31.229Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-08T13:58:31.570Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-08T13:58:31.571Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-08T13:58:31.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-08T13:58:31.703Z] $ docker exec d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef ssh-agent [2024-03-08T13:58:31.813Z] SSH_AUTH_SOCK=/tmp/ssh-ohF0Uc6twIXm/agent.31 [2024-03-08T13:58:31.813Z] SSH_AGENT_PID=37 [2024-03-08T13:58:31.823Z] Running ssh-add (command line suppressed) [2024-03-08T13:58:31.916Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_946854151337843788.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_946854151337843788.key) [2024-03-08T13:58:31.924Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-08T13:58:32.282Z] + git semver bump pre [2024-03-08T13:58:32.542Z] 2024-03-08 13:58:32,457 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,457 [bump_version] DEBUG bumping version:3.2.0-dev.8 on axis:pre with prefix:dev [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,457 [bump_version] DEBUG bumped version:3.2.0-dev.9 [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,458 [write_version] DEBUG write version:3.2.0-dev.9 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,458 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,458 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,460 [execute] INFO git cat-file --batch-check [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,460 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,466 [execute] INFO git cat-file --batch [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,466 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-03-08T13:58:32.543Z] 2024-03-08 13:58:32,472 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:58:32.543Z] 3.2.0-dev.9 [Pipeline] } [2024-03-08T13:58:32.558Z] $ docker exec --env ******** --env ******** d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef ssh-agent -k [2024-03-08T13:58:32.658Z] unset SSH_AUTH_SOCK; [2024-03-08T13:58:32.658Z] unset SSH_AGENT_PID; [2024-03-08T13:58:32.658Z] echo Agent pid 37 killed; [2024-03-08T13:58:32.664Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-08T13:58:33.329Z] + git semver [Pipeline] } [2024-03-08T13:58:33.607Z] $ docker stop --time=1 d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef [2024-03-08T13:58:34.853Z] $ docker rm -f --volumes d9a4a541b7de4603ed772774f6c6e50efa6eb6ddbb591d101f8d7345f143b2ef [Pipeline] // withDockerContainer [Pipeline] sh [2024-03-08T13:58:35.438Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-03-08T13:58:35.438Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:58:35.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-03-08T13:58:35.805Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:58:36.057Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:58:36.097Z] $ 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-03-08T13:58:36.432Z] $ docker top 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b -eo pid,comm [2024-03-08T13:58:36.472Z] 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-03-08T13:58:36.472Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-03-08T13:58:36.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-03-08T13:58:36.792Z] [ssh-agent] Looking for ssh-agent implementation... [2024-03-08T13:58:36.899Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-03-08T13:58:36.907Z] $ docker exec 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b ssh-agent [2024-03-08T13:58:37.005Z] SSH_AUTH_SOCK=/tmp/ssh-o6ZzPlz53RRb/agent.33 [2024-03-08T13:58:37.005Z] SSH_AGENT_PID=39 [2024-03-08T13:58:37.010Z] Running ssh-add (command line suppressed) [2024-03-08T13:58:37.121Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15350441306195655673.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_15350441306195655673.key) [2024-03-08T13:58:37.129Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-03-08T13:58:37.513Z] + git semver push [2024-03-08T13:58:37.773Z] 2024-03-08 13:58:37,699 [run_push] DEBUG push [2024-03-08T13:58:37.773Z] 2024-03-08 13:58:37,699 [execute] INFO git cat-file --batch-check [2024-03-08T13:58:37.773Z] 2024-03-08 13:58:37,700 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2024-03-08T13:58:37.773Z] 2024-03-08 13:58:37,703 [execute] INFO git rev-list 4bbc52814c14717217c74ca44db0ab77ce68f3e4 -- [2024-03-08T13:58:37.773Z] 2024-03-08 13:58:37,703 [execute] DEBUG Popen(['git', 'rev-list', '4bbc52814c14717217c74ca44db0ab77ce68f3e4', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-03-08T13:58:37.773Z] 2024-03-08 13:58:37,713 [execute] INFO git fetch -v origin [2024-03-08T13:58:37.773Z] 2024-03-08 13:58:37,713 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2024-03-08T13:58:38.343Z] 2024-03-08 13:58:38,265 [run_push] DEBUG no remote changes detected [2024-03-08T13:58:38.343Z] 2024-03-08 13:58:38,266 [execute] INFO git push origin semver [2024-03-08T13:58:38.343Z] 2024-03-08 13:58:38,266 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2024-03-08T13:58:39.282Z] 2024-03-08 13:58:39,135 [run_push] DEBUG push all version tags [2024-03-08T13:58:39.282Z] 2024-03-08 13:58:39,136 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2024-03-08T13:58:39.282Z] 2024-03-08 13:58:39,136 [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-03-08T13:58:40.239Z] 2024-03-08 13:58:39,953 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2024-03-08T13:58:40.239Z] 3.2.0-dev.9 [Pipeline] } [2024-03-08T13:58:40.263Z] $ docker exec --env ******** --env ******** 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b ssh-agent -k [2024-03-08T13:58:40.356Z] unset SSH_AUTH_SOCK; [2024-03-08T13:58:40.356Z] unset SSH_AGENT_PID; [2024-03-08T13:58:40.356Z] echo Agent pid 39 killed; [2024-03-08T13:58:40.361Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-03-08T13:58:41.099Z] + git semver [Pipeline] } [2024-03-08T13:58:41.377Z] $ docker stop --time=1 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b [2024-03-08T13:58:42.648Z] $ docker rm -f --volumes 131ff614a944e47c203d46fe3fa5e568e58bb4c1d7afddda4cc044ca08d45a3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-03-08T13:58:44.796Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2024-03-08T13:58:44.796Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2024-03-08T13:58:44.796Z] total 16 [2024-03-08T13:58:44.796Z] drwxr-xr-x 3 root root 4096 Mar 8 13:49 . [2024-03-08T13:58:44.796Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 13:58 .. [2024-03-08T13:58:44.796Z] drwxr-xr-x 2 root root 4096 Mar 8 13:49 cost [2024-03-08T13:58:44.796Z] -rw-r--r-- 1 root root 89 Mar 8 13:49 cost.csv [2024-03-08T13:58:44.796Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2024-03-08T13:58:44.796Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2024-03-08T13:58:44.796Z] total 16 [2024-03-08T13:58:44.796Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 8 13:49 . [2024-03-08T13:58:44.796Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 8 13:58 .. [2024-03-08T13:58:44.796Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 8 13:49 cost [2024-03-08T13:58:44.796Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 8 13:49 cost.csv [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:45.255Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:45.957Z] ---> package-listing.sh [2024-03-08T13:58:45.957Z] ++ tr '[:upper:]' '[:lower:]' [2024-03-08T13:58:45.957Z] ++ facter osfamily [2024-03-08T13:58:46.227Z] + OS_FAMILY=debian [2024-03-08T13:58:46.227Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2024-03-08T13:58:46.227Z] + START_PACKAGES=/tmp/packages_start.txt [2024-03-08T13:58:46.227Z] + END_PACKAGES=/tmp/packages_end.txt [2024-03-08T13:58:46.227Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-03-08T13:58:46.227Z] + PACKAGES=/tmp/packages_start.txt [2024-03-08T13:58:46.227Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2024-03-08T13:58:46.227Z] + PACKAGES=/tmp/packages_end.txt [2024-03-08T13:58:46.227Z] + case "${OS_FAMILY}" in [2024-03-08T13:58:46.227Z] + dpkg -l [2024-03-08T13:58:46.227Z] + grep '^ii' [2024-03-08T13:58:46.227Z] + '[' -f /tmp/packages_start.txt ']' [2024-03-08T13:58:46.227Z] + '[' -f /tmp/packages_end.txt ']' [2024-03-08T13:58:46.227Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-03-08T13:58:46.227Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2024-03-08T13:58:46.227Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2024-03-08T13:58:46.227Z] + 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-03-08T13:58:46.243Z] 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-03-08T13:58:46.532Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-03-08T13:58:47.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-03-08T13:58:47.204Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-03-08T13:58:47.540Z] prd-ubuntu20.04-docker-8c-8g-5252 does not seem to be running inside a container [2024-03-08T13:58:47.604Z] $ 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-03-08T13:58:47.823Z] $ docker top 0eab586ca3ad644761f7a5a22fda5d5f22ef3bd7e12c3e535b240a7ccfaf2d8e -eo pid,comm [Pipeline] { [Pipeline] sh [2024-03-08T13:58:48.404Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-03-08T13:58:48.704Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-03-08T13:58:49.028Z] + ls /var/log/sa-host [2024-03-08T13:58:49.029Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-03-08T13:58:49.250Z] provisioning config files... [2024-03-08T13:58:49.266Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config3533203654191988504tmp [Pipeline] { [Pipeline] echo [2024-03-08T13:58:49.477Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:49.780Z] ---> create-netrc.sh [Pipeline] } [2024-03-08T13:58:49.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:50.387Z] ---> python-tools-install.sh [Pipeline] echo [2024-03-08T13:58:50.397Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:50.694Z] ---> sudo-logs.sh [2024-03-08T13:58:50.694Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-03-08T13:58:50.786Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:51.073Z] ---> job-cost.sh [2024-03-08T13:58:51.073Z] lf-activate-venv: SKIPPING [2024-03-08T13:58:51.073Z] DEBUG: total: 0.2199999988079071 [2024-03-08T13:58:51.073Z] INFO: Retrieving Stack Cost... [2024-03-08T13:58:51.332Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-03-08T13:58:51.904Z] INFO: Archiving Costs [Pipeline] echo [2024-03-08T13:58:51.920Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-03-08T13:58:52.208Z] ---> logs-deploy.sh [2024-03-08T13:58:52.208Z] lf-activate-venv: SKIPPING [2024-03-08T13:58:52.208Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/164 [2024-03-08T13:58:52.208Z] INFO: archiving workspace using pattern(s): [2024-03-08T13:58:53.155Z] Archives upload complete. [2024-03-08T13:58:53.416Z] INFO: archiving logs to Nexus [2024-03-08T13:58:53.989Z] ---> uname -a: [2024-03-08T13:58:53.989Z] Linux prd-ubuntu20-04-docker-8c-8g-5252 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] ---> lscpu: [2024-03-08T13:58:53.989Z] Architecture: x86_64 [2024-03-08T13:58:53.989Z] CPU op-mode(s): 32-bit, 64-bit [2024-03-08T13:58:53.989Z] Byte Order: Little Endian [2024-03-08T13:58:53.989Z] Address sizes: 40 bits physical, 48 bits virtual [2024-03-08T13:58:53.989Z] CPU(s): 8 [2024-03-08T13:58:53.989Z] On-line CPU(s) list: 0-7 [2024-03-08T13:58:53.989Z] Thread(s) per core: 1 [2024-03-08T13:58:53.989Z] Core(s) per socket: 1 [2024-03-08T13:58:53.989Z] Socket(s): 8 [2024-03-08T13:58:53.989Z] NUMA node(s): 1 [2024-03-08T13:58:53.989Z] Vendor ID: AuthenticAMD [2024-03-08T13:58:53.989Z] CPU family: 23 [2024-03-08T13:58:53.989Z] Model: 49 [2024-03-08T13:58:53.989Z] Model name: AMD EPYC-Rome Processor [2024-03-08T13:58:53.989Z] Stepping: 0 [2024-03-08T13:58:53.989Z] CPU MHz: 2799.998 [2024-03-08T13:58:53.989Z] BogoMIPS: 5599.99 [2024-03-08T13:58:53.989Z] Virtualization: AMD-V [2024-03-08T13:58:53.989Z] Hypervisor vendor: KVM [2024-03-08T13:58:53.989Z] Virtualization type: full [2024-03-08T13:58:53.989Z] L1d cache: 256 KiB [2024-03-08T13:58:53.989Z] L1i cache: 256 KiB [2024-03-08T13:58:53.989Z] L2 cache: 4 MiB [2024-03-08T13:58:53.989Z] L3 cache: 128 MiB [2024-03-08T13:58:53.989Z] NUMA node0 CPU(s): 0-7 [2024-03-08T13:58:53.989Z] Vulnerability Itlb multihit: Not affected [2024-03-08T13:58:53.989Z] Vulnerability L1tf: Not affected [2024-03-08T13:58:53.989Z] Vulnerability Mds: Not affected [2024-03-08T13:58:53.989Z] Vulnerability Meltdown: Not affected [2024-03-08T13:58:53.989Z] Vulnerability Mmio stale data: Not affected [2024-03-08T13:58:53.989Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-03-08T13:58:53.989Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-03-08T13:58:53.989Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-03-08T13:58:53.989Z] Vulnerability Srbds: Not affected [2024-03-08T13:58:53.989Z] Vulnerability Tsx async abort: Not affected [2024-03-08T13:58:53.989Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] ---> nproc: [2024-03-08T13:58:53.989Z] 8 [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] ---> df -h: [2024-03-08T13:58:53.989Z] Filesystem Size Used Avail Use% Mounted on [2024-03-08T13:58:53.989Z] overlay 155G 13G 143G 9% / [2024-03-08T13:58:53.989Z] tmpfs 64M 0 64M 0% /dev [2024-03-08T13:58:53.989Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-03-08T13:58:53.989Z] shm 64M 0 64M 0% /dev/shm [2024-03-08T13:58:53.989Z] /dev/vda1 155G 13G 143G 9% /facter-os [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] ---> sar -b -r -n DEV: [2024-03-08T13:58:53.989Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5252) 03/08/24 _x86_64_ (8 CPU) [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] 13:46:34 LINUX RESTART (8 CPU) [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] 13:47:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-03-08T13:58:53.989Z] 13:48:01 161.04 38.93 122.11 0.00 4357.23 103174.11 0.00 [2024-03-08T13:58:53.989Z] 13:49:01 157.45 1.10 156.35 0.00 21.59 91625.86 0.00 [2024-03-08T13:58:53.989Z] 13:50:01 211.05 0.23 210.81 0.00 8.27 82308.42 0.00 [2024-03-08T13:58:53.989Z] 13:51:01 2.10 0.00 2.10 0.00 0.00 29.88 0.00 [2024-03-08T13:58:53.989Z] 13:52:01 45.33 11.40 33.93 0.00 3448.23 5796.10 0.00 [2024-03-08T13:58:53.989Z] 13:53:01 5.56 0.02 5.55 0.00 0.13 108.63 0.00 [2024-03-08T13:58:53.989Z] 13:54:01 1.82 0.00 1.82 0.00 0.00 21.33 0.00 [2024-03-08T13:58:53.989Z] 13:55:01 2.00 0.00 2.00 0.00 0.00 21.99 0.00 [2024-03-08T13:58:53.989Z] 13:56:01 1.43 0.00 1.43 0.00 0.00 16.13 0.00 [2024-03-08T13:58:53.989Z] 13:57:01 2.08 0.00 2.08 0.00 0.00 23.60 0.00 [2024-03-08T13:58:53.989Z] 13:58:01 63.29 0.42 62.87 0.00 18.40 39266.79 0.00 [2024-03-08T13:58:53.989Z] Average: 59.22 4.68 54.54 0.00 708.42 29195.99 0.00 [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] 13:47:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-03-08T13:58:53.989Z] 13:48:01 29179112 31540700 785644 2.39 75072 2552716 1975588 5.82 1021824 2293392 484 [2024-03-08T13:58:53.989Z] 13:49:01 28293416 31553660 754336 2.29 140288 3286164 1828868 5.39 1191544 2889764 210372 [2024-03-08T13:58:53.989Z] 13:50:01 27735520 31537416 770656 2.34 153452 3783736 1769284 5.21 1278832 3330764 328 [2024-03-08T13:58:53.989Z] 13:51:01 27747496 31549440 758336 2.31 153496 3783728 1769284 5.21 1264068 3330764 60 [2024-03-08T13:58:53.989Z] 13:52:01 27404932 31516108 756640 2.30 176336 4075164 1713568 5.05 1507060 3398188 1036 [2024-03-08T13:58:53.989Z] 13:53:01 27431132 31537412 736360 2.24 174880 4071912 1702952 5.02 1484940 3394940 384 [2024-03-08T13:58:53.989Z] 13:54:01 27433116 31539560 734072 2.23 174908 4071916 1702952 5.02 1483316 3394944 160 [2024-03-08T13:58:53.989Z] 13:55:01 27437132 31543648 729828 2.22 174976 4071912 1702952 5.02 1479476 3394948 4 [2024-03-08T13:58:53.989Z] 13:56:01 27437368 31543920 729472 2.22 175020 4071920 1702952 5.02 1479448 3394948 8 [2024-03-08T13:58:53.989Z] 13:57:01 27439872 31546504 726824 2.21 175088 4071924 1702952 5.02 1477412 3394952 8 [2024-03-08T13:58:53.989Z] 13:58:01 26371660 31508188 762996 2.32 192336 5009048 1857704 5.47 1635296 4230060 0 [2024-03-08T13:58:53.989Z] Average: 27628251 31537869 749560 2.28 160532 3895467 1766278 5.21 1391201 3313424 19349 [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] 13:47:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-03-08T13:58:53.989Z] 13:48:01 docker0 49.40 49.97 3.56 317.46 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:48:01 vethad1af42 1.53 0.97 0.16 1.55 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:48:01 lo 6.44 6.44 0.63 0.63 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:48:01 ens3 578.24 414.73 6165.91 92.55 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:49:01 docker0 166.24 210.38 13.95 2030.90 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:49:01 veth95f0695 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:49:01 ens3 240.39 182.74 2062.29 28.47 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:50:01 docker0 4.62 8.28 0.28 93.28 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:50:01 lo 7.93 7.93 0.79 0.79 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:50:01 ens3 172.02 125.43 2715.51 219.02 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:51:01 ens3 1.12 0.67 2.31 0.31 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:52:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:52:01 ens3 154.37 87.77 2047.62 6.07 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:53:01 ens3 1.02 0.35 0.20 0.08 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:54:01 ens3 0.45 0.30 0.26 0.21 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:55:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:56:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:57:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:58:01 docker0 58.56 82.15 4.64 922.20 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:58:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] 13:58:01 ens3 214.65 135.63 4897.58 17.72 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] Average: docker0 25.31 31.86 2.04 305.80 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] Average: lo 1.53 1.53 0.15 0.15 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] Average: ens3 123.18 85.67 1619.56 33.04 0.00 0.00 0.00 0.00 [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] ---> sar -P ALL: [2024-03-08T13:58:53.989Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-5252) 03/08/24 _x86_64_ (8 CPU) [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] 13:46:34 LINUX RESTART (8 CPU) [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] 13:47:02 CPU %user %nice %system %iowait %steal %idle [2024-03-08T13:58:53.989Z] 13:48:01 all 9.42 0.00 3.01 4.08 0.07 83.41 [2024-03-08T13:58:53.989Z] 13:48:01 0 8.98 0.00 3.38 4.13 0.09 83.42 [2024-03-08T13:58:53.989Z] 13:48:01 1 9.86 0.00 3.25 1.97 0.07 84.85 [2024-03-08T13:58:53.989Z] 13:48:01 2 9.15 0.00 3.64 0.65 0.07 86.49 [2024-03-08T13:58:53.989Z] 13:48:01 3 12.50 0.00 3.11 4.24 0.07 80.08 [2024-03-08T13:58:53.989Z] 13:48:01 4 9.50 0.00 1.92 0.56 0.07 87.95 [2024-03-08T13:58:53.989Z] 13:48:01 5 8.23 0.00 3.09 20.25 0.07 68.36 [2024-03-08T13:58:53.989Z] 13:48:01 6 8.79 0.00 2.60 0.36 0.07 88.18 [2024-03-08T13:58:53.989Z] 13:48:01 7 8.36 0.00 3.11 0.55 0.09 87.89 [2024-03-08T13:58:53.989Z] 13:49:01 all 27.89 0.00 4.46 2.73 0.08 64.83 [2024-03-08T13:58:53.989Z] 13:49:01 0 29.31 0.00 4.69 1.75 0.10 64.15 [2024-03-08T13:58:53.989Z] 13:49:01 1 28.69 0.00 4.75 1.09 0.07 65.40 [2024-03-08T13:58:53.989Z] 13:49:01 2 29.33 0.00 5.54 15.44 0.10 49.59 [2024-03-08T13:58:53.989Z] 13:49:01 3 27.17 0.00 4.00 2.77 0.07 66.00 [2024-03-08T13:58:53.989Z] 13:49:01 4 25.95 0.00 3.08 0.08 0.07 70.82 [2024-03-08T13:58:53.989Z] 13:49:01 5 28.73 0.00 5.30 0.52 0.07 65.38 [2024-03-08T13:58:53.989Z] 13:49:01 6 27.44 0.00 3.79 0.05 0.08 68.63 [2024-03-08T13:58:53.989Z] 13:49:01 7 26.53 0.00 4.56 0.19 0.07 68.66 [2024-03-08T13:58:53.989Z] 13:50:01 all 18.87 0.00 3.88 2.18 0.07 75.00 [2024-03-08T13:58:53.989Z] 13:50:01 0 18.99 0.00 5.44 7.84 0.08 67.64 [2024-03-08T13:58:53.989Z] 13:50:01 1 20.43 0.00 4.04 0.67 0.07 74.79 [2024-03-08T13:58:53.989Z] 13:50:01 2 21.46 0.00 3.67 0.82 0.07 73.99 [2024-03-08T13:58:53.989Z] 13:50:01 3 19.07 0.00 4.59 0.82 0.07 75.45 [2024-03-08T13:58:53.989Z] 13:50:01 4 19.22 0.00 3.62 0.19 0.05 76.92 [2024-03-08T13:58:53.989Z] 13:50:01 5 19.30 0.00 4.10 6.72 0.08 69.79 [2024-03-08T13:58:53.989Z] 13:50:01 6 16.41 0.00 3.25 0.45 0.08 79.80 [2024-03-08T13:58:53.989Z] 13:50:01 7 16.06 0.00 2.31 0.00 0.05 81.57 [2024-03-08T13:58:53.989Z] 13:51:01 all 0.04 0.00 0.01 0.01 0.01 99.93 [2024-03-08T13:58:53.989Z] 13:51:01 0 0.07 0.00 0.03 0.03 0.02 99.85 [2024-03-08T13:58:53.989Z] 13:51:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-03-08T13:58:53.989Z] 13:51:01 2 0.10 0.00 0.02 0.00 0.00 99.88 [2024-03-08T13:58:53.989Z] 13:51:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2024-03-08T13:58:53.989Z] 13:51:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2024-03-08T13:58:53.989Z] 13:51:01 5 0.03 0.00 0.02 0.02 0.03 99.90 [2024-03-08T13:58:53.989Z] 13:51:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2024-03-08T13:58:53.989Z] 13:51:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-03-08T13:58:53.989Z] 13:52:01 all 2.17 0.00 1.16 0.47 0.03 96.17 [2024-03-08T13:58:53.989Z] 13:52:01 0 1.70 0.00 2.87 0.12 0.02 95.30 [2024-03-08T13:58:53.989Z] 13:52:01 1 1.44 0.00 1.07 0.75 0.03 96.70 [2024-03-08T13:58:53.989Z] 13:52:01 2 1.77 0.00 0.72 0.05 0.02 97.45 [2024-03-08T13:58:53.989Z] 13:52:01 3 3.37 0.00 1.35 0.75 0.03 94.49 [2024-03-08T13:58:53.989Z] 13:52:01 4 1.49 0.00 0.87 0.30 0.02 97.32 [2024-03-08T13:58:53.989Z] 13:52:01 5 2.91 0.00 0.99 1.10 0.05 94.95 [2024-03-08T13:58:53.989Z] 13:52:01 6 3.46 0.00 0.80 0.05 0.03 95.66 [2024-03-08T13:58:53.989Z] 13:52:01 7 1.25 0.00 0.62 0.67 0.00 97.46 [2024-03-08T13:58:53.989Z] 13:53:01 all 0.08 0.00 0.06 0.01 0.02 99.83 [2024-03-08T13:58:53.989Z] 13:53:01 0 0.03 0.00 0.05 0.03 0.02 99.87 [2024-03-08T13:58:53.989Z] 13:53:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2024-03-08T13:58:53.989Z] 13:53:01 2 0.07 0.00 0.08 0.00 0.03 99.82 [2024-03-08T13:58:53.989Z] 13:53:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2024-03-08T13:58:53.989Z] 13:53:01 4 0.07 0.00 0.03 0.00 0.02 99.88 [2024-03-08T13:58:53.989Z] 13:53:01 5 0.27 0.00 0.08 0.07 0.03 99.55 [2024-03-08T13:58:53.989Z] 13:53:01 6 0.05 0.00 0.07 0.00 0.05 99.83 [2024-03-08T13:58:53.989Z] 13:53:01 7 0.03 0.00 0.07 0.00 0.02 99.88 [2024-03-08T13:58:53.989Z] 13:54:01 all 0.03 0.00 0.01 0.01 0.02 99.93 [2024-03-08T13:58:53.989Z] 13:54:01 0 0.03 0.00 0.02 0.03 0.00 99.92 [2024-03-08T13:58:53.989Z] 13:54:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2024-03-08T13:58:53.989Z] 13:54:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-03-08T13:58:53.989Z] 13:54:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2024-03-08T13:58:53.989Z] 13:54:01 4 0.07 0.00 0.05 0.00 0.10 99.78 [2024-03-08T13:58:53.989Z] 13:54:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2024-03-08T13:58:53.989Z] 13:54:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-03-08T13:58:53.989Z] 13:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-03-08T13:58:53.989Z] 13:55:01 all 0.14 0.00 0.03 0.01 0.02 99.81 [2024-03-08T13:58:53.989Z] 13:55:01 0 0.07 0.00 0.08 0.00 0.03 99.82 [2024-03-08T13:58:53.989Z] 13:55:01 1 0.77 0.00 0.03 0.00 0.08 99.12 [2024-03-08T13:58:53.989Z] 13:55:01 2 0.12 0.00 0.00 0.00 0.00 99.88 [2024-03-08T13:58:53.989Z] 13:55:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2024-03-08T13:58:53.989Z] 13:55:01 4 0.03 0.00 0.05 0.00 0.05 99.87 [2024-03-08T13:58:53.989Z] 13:55:01 5 0.05 0.00 0.03 0.05 0.02 99.85 [2024-03-08T13:58:53.989Z] 13:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-03-08T13:58:53.989Z] 13:55:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-03-08T13:58:53.989Z] 13:56:01 all 0.30 0.00 0.01 0.00 0.02 99.66 [2024-03-08T13:58:53.989Z] 13:56:01 0 0.03 0.00 0.00 0.00 0.03 99.93 [2024-03-08T13:58:53.989Z] 13:56:01 1 2.02 0.00 0.05 0.00 0.10 97.83 [2024-03-08T13:58:53.989Z] 13:56:01 2 0.28 0.00 0.00 0.00 0.00 99.72 [2024-03-08T13:58:53.989Z] 13:56:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-03-08T13:58:53.989Z] 13:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-03-08T13:58:53.989Z] 13:56:01 5 0.03 0.00 0.02 0.03 0.02 99.90 [2024-03-08T13:58:53.989Z] 13:56:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-03-08T13:58:53.989Z] 13:56:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-03-08T13:58:53.989Z] 13:57:01 all 0.27 0.00 0.01 0.01 0.02 99.68 [2024-03-08T13:58:53.989Z] 13:57:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2024-03-08T13:58:53.989Z] 13:57:01 1 2.00 0.00 0.03 0.00 0.05 97.91 [2024-03-08T13:58:53.989Z] 13:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-03-08T13:58:53.989Z] 13:57:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-03-08T13:58:53.989Z] 13:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-03-08T13:58:53.989Z] 13:57:01 5 0.08 0.00 0.03 0.07 0.08 99.73 [2024-03-08T13:58:53.989Z] 13:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-03-08T13:58:53.989Z] 13:57:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-03-08T13:58:53.989Z] 13:58:01 all 4.39 0.00 1.75 1.48 0.04 92.34 [2024-03-08T13:58:53.989Z] 13:58:01 0 4.95 0.00 1.49 0.20 0.03 93.33 [2024-03-08T13:58:53.989Z] 13:58:01 1 6.04 0.00 1.51 0.00 0.03 92.42 [2024-03-08T13:58:53.989Z] 13:58:01 2 3.79 0.00 1.69 0.07 0.03 94.41 [2024-03-08T13:58:53.989Z] 13:58:01 3 4.82 0.00 1.66 0.12 0.03 93.36 [2024-03-08T13:58:53.989Z] 13:58:01 4 5.06 0.00 1.84 0.02 0.03 93.05 [2024-03-08T13:58:53.989Z] 13:58:01 5 4.01 0.00 1.70 5.41 0.08 88.80 [2024-03-08T13:58:53.989Z] 13:58:01 6 4.51 0.00 2.29 6.04 0.03 87.13 [2024-03-08T13:58:53.989Z] 13:58:01 7 1.94 0.00 1.86 0.00 0.02 96.19 [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] Average: CPU %user %nice %system %iowait %steal %idle [2024-03-08T13:58:53.989Z] Average: all 5.74 0.00 1.30 0.99 0.04 91.94 [2024-03-08T13:58:53.989Z] Average: 0 5.80 0.00 1.63 1.27 0.04 91.26 [2024-03-08T13:58:53.989Z] Average: 1 6.44 0.00 1.33 0.40 0.05 91.77 [2024-03-08T13:58:53.989Z] Average: 2 5.96 0.00 1.38 1.54 0.03 91.09 [2024-03-08T13:58:53.989Z] Average: 3 6.05 0.00 1.34 0.78 0.03 91.80 [2024-03-08T13:58:53.989Z] Average: 4 5.54 0.00 1.04 0.10 0.04 93.27 [2024-03-08T13:58:53.989Z] Average: 5 5.74 0.00 1.38 3.07 0.05 89.76 [2024-03-08T13:58:53.989Z] Average: 6 5.48 0.00 1.16 0.63 0.04 92.70 [2024-03-08T13:58:53.989Z] Average: 7 4.88 0.00 1.13 0.13 0.02 93.84 [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z] [2024-03-08T13:58:53.989Z]