Started by user Jin Lin Guan Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 30c083a5452dbfcd7d2c6cff84583659684690cc 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-ssh2377008212580402134.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 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-ssh3258163108949473696.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 f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rest-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-rest-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15761670163131139074.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > 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-ssh3594008419954926690.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-rest-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-rest-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16013431284857299850.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-rest-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-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest 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-42429 in /w/workspace/edgexfoundry_device-rest-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-rest-go.git > git init /w/workspace/edgexfoundry_device-rest-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-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-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 30c083a5452dbfcd7d2c6cff84583659684690cc (main) Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0" > git config core.sparsecheckout # timeout=10 > git checkout -f 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 > git rev-list --no-walk 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:11:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:11:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:11:24 ========================================================= 07:11:24 EdgeX Global Pipelines Version Info 07:11:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:11:25 ------------------- 07:11:25 stable info: 07:11:25 ------------------- 07:11:25 Commited By: Ginny Guan ginny@iotechsys.com 07:11:25 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 07:11:25 Message: update stable to v1.0.274 07:11:25 ------------------- 07:11:25 experimental info: 07:11:25 ------------------- 07:11:25 Commited By: Ginny Guan ginny@iotechsys.com 07:11:25 Commit SHA: e63c24b3e3d9a84dc1e69f593cedf07ec71d9018 07:11:25 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:11:25 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 07:11:25 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 07:11:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:11:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:11:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30c083a [Pipeline] echo 07:11:26 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:11:26 provisioning config files... 07:11:26 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14838355209045109695tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:11:27 ---> ****-login.sh 07:11:27 nexus3.edgexfoundry.org:10001 07:11:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:27 Configure a credential helper to remove this warning. See 07:11:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:27 07:11:27 Login Succeeded 07:11:27 nexus3.edgexfoundry.org:10002 07:11:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:27 Configure a credential helper to remove this warning. See 07:11:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:27 07:11:27 Login Succeeded 07:11:27 nexus3.edgexfoundry.org:10003 07:11:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:27 Configure a credential helper to remove this warning. See 07:11:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:27 07:11:27 Login Succeeded 07:11:27 nexus3.edgexfoundry.org:10004 07:11:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:27 Configure a credential helper to remove this warning. See 07:11:27 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:27 07:11:27 Login Succeeded 07:11:27 ****.io 07:11:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:28 Configure a credential helper to remove this warning. See 07:11:28 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:28 07:11:28 Login Succeeded 07:11:28 ---> ****-login.sh ends [Pipeline] } 07:11:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 07:11:28 + git rev-list -1 --merges 30c083a5452dbfcd7d2c6cff84583659684690cc~1..30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo 07:11:28 -----------> git rev-list -1 --merges 30c083a5452dbfcd7d2c6cff84583659684690cc~1..30c083a5452dbfcd7d2c6cff84583659684690cc 30c083a5452dbfcd7d2c6cff84583659684690cc 07:11:28 30c083a5452dbfcd7d2c6cff84583659684690cc [false] [Pipeline] sh 07:11:28 + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo 07:11:28 ========================================================= 07:11:28 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 07:11:28 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:11:29 + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo 07:11:29 [semverPrep] GIT_COMMIT: 30c083a5452dbfcd7d2c6cff84583659684690cc, Commit Message: Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0 [Pipeline] echo 07:11:29 [semverPrep] This is not a build commit. [Pipeline] sh 07:11:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:11:29 + grep -v github /etc/ssh/ssh_known_hosts 07:11:29 + [ -e /tmp/ssh_known_hosts ] 07:11:29 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 07:11:29 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 07:11:29 + sudo tee -a /etc/ssh/ssh_known_hosts 07:11:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:11:30 07:11:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:11:30 0.1.4: Pulling from edgex-devops/py-git-semver 07:11:30 b85a868b505f: Pulling fs layer 07:11:30 e2be974225ed: Pulling fs layer 07:11:30 339a4e72a1f5: Pulling fs layer 07:11:30 988bab9f4d93: Pulling fs layer 07:11:30 1469e6f7b9e6: Pulling fs layer 07:11:30 eaf3925da568: Pulling fs layer 07:11:30 bab4dde63d76: Pulling fs layer 07:11:30 bde34c3a00c8: Pulling fs layer 07:11:30 b352a97aabf1: Pulling fs layer 07:11:30 4872d77fe225: Pulling fs layer 07:11:30 5851b861e8e6: Pulling fs layer 07:11:30 988bab9f4d93: Waiting 07:11:30 1469e6f7b9e6: Waiting 07:11:30 eaf3925da568: Waiting 07:11:30 bab4dde63d76: Waiting 07:11:30 bde34c3a00c8: Waiting 07:11:30 b352a97aabf1: Waiting 07:11:30 4872d77fe225: Waiting 07:11:30 5851b861e8e6: Waiting 07:11:30 e2be974225ed: Download complete 07:11:30 988bab9f4d93: Download complete 07:11:30 1469e6f7b9e6: Verifying Checksum 07:11:30 1469e6f7b9e6: Download complete 07:11:30 339a4e72a1f5: Verifying Checksum 07:11:30 339a4e72a1f5: Download complete 07:11:30 eaf3925da568: Verifying Checksum 07:11:30 eaf3925da568: Download complete 07:11:30 bde34c3a00c8: Download complete 07:11:30 b352a97aabf1: Download complete 07:11:30 4872d77fe225: Verifying Checksum 07:11:30 4872d77fe225: Download complete 07:11:30 5851b861e8e6: Verifying Checksum 07:11:30 5851b861e8e6: Download complete 07:11:30 b85a868b505f: Verifying Checksum 07:11:30 b85a868b505f: Download complete 07:11:30 bab4dde63d76: Verifying Checksum 07:11:30 bab4dde63d76: Download complete 07:11:31 b85a868b505f: Pull complete 07:11:31 e2be974225ed: Pull complete 07:11:32 339a4e72a1f5: Pull complete 07:11:32 988bab9f4d93: Pull complete 07:11:32 1469e6f7b9e6: Pull complete 07:11:32 eaf3925da568: Pull complete 07:11:34 bab4dde63d76: Pull complete 07:11:34 bde34c3a00c8: Pull complete 07:11:34 b352a97aabf1: Pull complete 07:11:34 4872d77fe225: Pull complete 07:11:34 5851b861e8e6: Pull complete 07:11:34 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 07:11:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:11:34 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:11:34 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:11:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 07:11:37 $ docker top 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 -eo pid,comm 07:11:37 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). 07:11:37 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:11:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:11:37 [ssh-agent] Looking for ssh-agent implementation... 07:11:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:11:37 $ docker exec 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 ssh-agent 07:11:37 SSH_AUTH_SOCK=/tmp/ssh-qAXZWenrfSl6/agent.32 07:11:37 SSH_AGENT_PID=40 07:11:37 Running ssh-add (command line suppressed) 07:11:37 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12311758880357773447.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_12311758880357773447.key) 07:11:37 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:11:37 + git tag --points-at HEAD [Pipeline] } 07:11:37 $ docker exec --env ******** --env ******** 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 ssh-agent -k 07:11:37 unset SSH_AUTH_SOCK; 07:11:37 unset SSH_AGENT_PID; 07:11:37 echo Agent pid 40 killed; 07:11:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:11:37 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v4.0.0-dev.12' [Pipeline] sshagent 07:11:38 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:11:38 [ssh-agent] Looking for ssh-agent implementation... 07:11:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:11:38 $ docker exec 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 ssh-agent 07:11:38 SSH_AUTH_SOCK=/tmp/ssh-dPOqQZMbegTf/agent.74 07:11:38 SSH_AGENT_PID=80 07:11:38 Running ssh-add (command line suppressed) 07:11:38 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4679320438252582295.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4679320438252582295.key) 07:11:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:11:38 + git semver init 07:11:38 2025-03-31 07:11:38,879 [run_init] DEBUG init version:0.0.0 force:False 07:11:38 2025-03-31 07:11:38,880 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 07:11:38 2025-03-31 07:11:38,880 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 07:11:38 2025-03-31 07:11:38,880 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-rest-go.git', '/w/workspace/edgexfoundry_device-rest-go_main/.semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, universal_newlines=False, shell=None, istream=None) 07:11:40 2025-03-31 07:11:40,314 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 07:11:40 2025-03-31 07:11:40,314 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 07:11:40 2025-03-31 07:11:40,315 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 07:11:40 2025-03-31 07:11:40,315 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 07:11:40 4.1.0-dev.1 [Pipeline] } 07:11:40 $ docker exec --env ******** --env ******** 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 ssh-agent -k 07:11:40 unset SSH_AUTH_SOCK; 07:11:40 unset SSH_AGENT_PID; 07:11:40 echo Agent pid 80 killed; 07:11:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:11:41 + git semver [Pipeline] } 07:11:41 $ docker stop --time=1 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 07:11:42 $ docker rm -f --volumes 1e21f671b55cb270e55bd261fff68b2b691dd8bf76b657736dd27cb3eae37d19 [Pipeline] // withDockerContainer [Pipeline] sh 07:11:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:11:43 Stashed 1 file(s) [Pipeline] echo 07:11:43 [edgeXSemver]: initialized semver on version 4.1.0-dev.1 [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 07:11:43 provisioning config files... 07:11:43 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17506642608031332515tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:11:43 ---> ****-login.sh 07:11:43 nexus3.edgexfoundry.org:10001 07:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:43 Configure a credential helper to remove this warning. See 07:11:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:43 07:11:43 Login Succeeded 07:11:43 nexus3.edgexfoundry.org:10002 07:11:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:43 Configure a credential helper to remove this warning. See 07:11:43 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:43 07:11:43 Login Succeeded 07:11:43 nexus3.edgexfoundry.org:10003 07:11:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:44 Configure a credential helper to remove this warning. See 07:11:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:44 07:11:44 Login Succeeded 07:11:44 nexus3.edgexfoundry.org:10004 07:11:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:44 Configure a credential helper to remove this warning. See 07:11:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:44 07:11:44 Login Succeeded 07:11:44 ****.io 07:11:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:11:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:11:44 Configure a credential helper to remove this warning. See 07:11:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:11:44 07:11:44 Login Succeeded 07:11:44 ---> ****-login.sh ends [Pipeline] } 07:11:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:11:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:11:44 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:11:44 ========================================================= 07:11:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 07:11:44 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:45 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 07:11:45 Sending build context to Docker daemon 21.66MB 07:11:45 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 07:11:45 Step 2/12 : FROM ${BASE} AS builder 07:11:45 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 07:11:45 da9db072f522: Pulling fs layer 07:11:45 6ef4a4ee8ca5: Pulling fs layer 07:11:45 06f05ace1117: Pulling fs layer 07:11:45 5fe327b54edc: Pulling fs layer 07:11:45 4f4fb700ef54: Pulling fs layer 07:11:45 92a5565b7b96: Pulling fs layer 07:11:45 ff9bb7016b71: Pulling fs layer 07:11:45 b67dba6c2c7d: Pulling fs layer 07:11:45 a813b0c90790: Pulling fs layer 07:11:45 4f4fb700ef54: Waiting 07:11:45 92a5565b7b96: Waiting 07:11:45 ff9bb7016b71: Waiting 07:11:45 b67dba6c2c7d: Waiting 07:11:45 a813b0c90790: Waiting 07:11:45 5fe327b54edc: Waiting 07:11:45 6ef4a4ee8ca5: Verifying Checksum 07:11:45 6ef4a4ee8ca5: Download complete 07:11:45 5fe327b54edc: Verifying Checksum 07:11:45 5fe327b54edc: Download complete 07:11:45 4f4fb700ef54: Download complete 07:11:45 92a5565b7b96: Download complete 07:11:45 da9db072f522: Download complete 07:11:45 ff9bb7016b71: Verifying Checksum 07:11:45 ff9bb7016b71: Download complete 07:11:45 da9db072f522: Pull complete 07:11:45 a813b0c90790: Verifying Checksum 07:11:45 a813b0c90790: Download complete 07:11:45 6ef4a4ee8ca5: Pull complete 07:11:45 06f05ace1117: Download complete 07:11:46 b67dba6c2c7d: Verifying Checksum 07:11:46 b67dba6c2c7d: Download complete 07:11:49 06f05ace1117: Pull complete 07:11:49 5fe327b54edc: Pull complete 07:11:49 4f4fb700ef54: Pull complete 07:11:49 92a5565b7b96: Pull complete 07:11:49 ff9bb7016b71: Pull complete 07:11:52 b67dba6c2c7d: Pull complete 07:11:52 a813b0c90790: Pull complete 07:11:52 Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 07:11:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 07:11:52 ---> 3ba60ce46760 07:11:52 Step 3/12 : ARG ADD_BUILD_TAGS="" 07:11:55 ---> Running in d68d5fc78617 07:11:55 Removing intermediate container d68d5fc78617 07:11:55 ---> 22e8850b7d37 07:11:55 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:11:55 ---> Running in 2cde3676a3f9 07:11:55 Removing intermediate container 2cde3676a3f9 07:11:55 ---> c4a43edf6143 07:11:55 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:11:55 ---> Running in 4fd9ef635de5 07:11:55 Removing intermediate container 4fd9ef635de5 07:11:55 ---> 4647d1081d16 07:11:55 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 07:11:55 ---> Running in 22682bd48ef7 07:11:55 Removing intermediate container 22682bd48ef7 07:11:55 ---> 3569f61cb9df 07:11:55 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:11:55 ---> Running in 298273c75118 07:11:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:11:56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:11:56 (1/4) Installing openssh-keygen (9.7_p1-r5) 07:11:56 (2/4) Installing libedit (20240517.3.1-r0) 07:11:56 (3/4) Installing openssh-client-common (9.7_p1-r5) 07:11:56 (4/4) Installing openssh-client-default (9.7_p1-r5) 07:11:56 Executing busybox-1.36.1-r29.trigger 07:11:56 OK: 252 MiB in 62 packages 07:11:57 Removing intermediate container 298273c75118 07:11:57 ---> 4b68ba1b9f80 07:11:57 Step 8/12 : WORKDIR /device-rest-go 07:11:57 ---> Running in 40a100fe5646 07:11:57 Removing intermediate container 40a100fe5646 07:11:57 ---> 8691d54ab83f 07:11:57 Step 9/12 : COPY go.mod vendor* ./ 07:11:57 ---> 0335b779aaf9 07:11:57 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:11:57 ---> Running in 65f3f9a5541c 07:11:58 Still waiting to schedule task 07:11:58 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 07:12:36 Removing intermediate container 65f3f9a5541c 07:12:36 ---> 506cfe0d0bef 07:12:36 Step 11/12 : COPY . . 07:12:37 ---> 13bc9d27f944 07:12:37 Step 12/12 : RUN $MAKE 07:12:37 ---> Running in bd4448b46d3c 07:12:37 noop 07:12:38 Removing intermediate container bd4448b46d3c 07:12:38 ---> ecd674305bac 07:12:38 Successfully built ecd674305bac 07:12:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:38 + docker inspect -f . ci-base-image-x86_64 07:12:38 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:12:38 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:12:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** -e ******** ci-base-image-x86_64 cat 07:12:38 $ docker top 4e820dea3b3e26049cb443a869df88d5b499bdc412b1b154d7b0ce2e960c4086 -eo pid,comm [Pipeline] { [Pipeline] sh 07:12:39 + go version 07:12:39 go version go1.23.4 linux/amd64 [Pipeline] } 07:12:39 $ docker stop --time=1 4e820dea3b3e26049cb443a869df88d5b499bdc412b1b154d7b0ce2e960c4086 07:12:40 $ docker rm -f --volumes 4e820dea3b3e26049cb443a869df88d5b499bdc412b1b154d7b0ce2e960c4086 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:40 + docker inspect -f . ci-base-image-x86_64 07:12:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:12:40 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:12:40 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** -e ******** ci-base-image-x86_64 cat 07:12:41 $ docker top 6f06fa2a5d487ce42988a1cfdddf8f5b8cb89f80d0d8988921be3fa8f444ad69 -eo pid,comm [Pipeline] { [Pipeline] sh 07:12:41 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 07:12:41 + make test 07:12:41 go test ./... -coverprofile=coverage.out ./... 07:12:43 ? github.com/edgexfoundry/device-rest-go [no test files] 07:13:05 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 07:13:05 ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 33.2% of statements 07:13:15 go vet ./... 07:13:21 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:13:21 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:13:21 ./bin/test-attribution-txt.sh [Pipeline] echo 07:13:21 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 07:13:21 $ docker stop --time=1 6f06fa2a5d487ce42988a1cfdddf8f5b8cb89f80d0d8988921be3fa8f444ad69 07:13:24 $ docker rm -f --volumes 6f06fa2a5d487ce42988a1cfdddf8f5b8cb89f80d0d8988921be3fa8f444ad69 07:13:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-42430 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws 07:13:24 Running in /w/workspace/device-rest-go/192 [Pipeline] { [Pipeline] checkout 07:13:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:13:27 The recommended git tool is: git 07:13:27 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:13:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:13:28 + ls -al . 07:13:28 total 244 07:13:28 drwxrwxr-x 9 jenkins jenkins 4096 Mar 31 07:12 . 07:13:28 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:11 .. 07:13:28 -rw-rw-r-- 1 jenkins jenkins 151 Mar 31 07:11 .dockerignore 07:13:28 drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 07:13 .git 07:13:28 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 .github 07:13:28 -rw-rw-r-- 1 jenkins jenkins 264 Mar 31 07:11 .gitignore 07:13:28 -rw-rw-r-- 1 jenkins jenkins 41 Mar 31 07:11 .golangci.yml 07:13:28 drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 07:11 .semver 07:13:28 -rw-rw-r-- 1 jenkins jenkins 20138 Mar 31 07:11 Attribution.txt 07:13:28 -rw-rw-r-- 1 jenkins jenkins 18492 Mar 31 07:11 CHANGELOG.md 07:13:28 -rw-rw-r-- 1 jenkins jenkins 1697 Mar 31 07:11 Dockerfile 07:13:28 -rw-rw-r-- 1 jenkins jenkins 677 Mar 31 07:11 GOVERNANCE.md 07:13:28 -rw-rw-r-- 1 jenkins jenkins 680 Mar 31 07:11 Jenkinsfile 07:13:28 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 31 07:11 LICENSE 07:13:28 -rw-rw-r-- 1 jenkins jenkins 2598 Mar 31 07:11 Makefile 07:13:28 -rw-rw-r-- 1 jenkins jenkins 620 Mar 31 07:11 OWNERS.md 07:13:28 -rw-rw-r-- 1 jenkins jenkins 3989 Mar 31 07:11 README.md 07:13:28 -rw-rw-r-- 1 jenkins jenkins 11 Mar 31 07:11 VERSION 07:13:28 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:11 bin 07:13:28 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 cmd 07:13:28 -rw-r--r-- 1 jenkins jenkins 14565 Mar 31 07:13 coverage.out 07:13:28 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:11 driver 07:13:28 -rw-rw-r-- 1 jenkins jenkins 6244 Mar 31 07:11 go.mod 07:13:28 -rw-rw-r-- 1 jenkins jenkins 86532 Mar 31 07:11 go.sum 07:13:28 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 openapi 07:13:28 -rw-rw-r-- 1 jenkins jenkins 713 Mar 31 07:11 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:13:29 + docker build -t device-rest -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc --label arch=amd64 --label version=4.1.0-dev.1 . 07:13:29 Sending build context to Docker daemon 21.68MB 07:13:29 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 07:13:29 Step 2/26 : FROM ${BASE} AS builder 07:13:29 ---> ecd674305bac 07:13:29 Step 3/26 : ARG ADD_BUILD_TAGS="" 07:13:29 ---> Running in d78b5422a791 07:13:29 Removing intermediate container d78b5422a791 07:13:29 ---> 7f6778c40c1c 07:13:29 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:13:29 ---> Running in 4526e1066515 07:13:29 Removing intermediate container 4526e1066515 07:13:29 ---> 6d3dc48d75be 07:13:29 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:13:29 ---> Running in 8eaa0d04aa26 07:13:29 Removing intermediate container 8eaa0d04aa26 07:13:29 ---> 847c9984fdb8 07:13:29 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 07:13:29 ---> Running in 5c449fca49b4 07:13:29 Removing intermediate container 5c449fca49b4 07:13:29 ---> 359e23cbca1b 07:13:29 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:13:29 ---> Running in 0d8f0ef4e581 07:13:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:13:30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:13:30 OK: 252 MiB in 62 packages 07:13:31 Removing intermediate container 0d8f0ef4e581 07:13:31 ---> 44f743e615b9 07:13:31 Step 8/26 : WORKDIR /device-rest-go 07:13:31 ---> Running in 90898529d87f 07:13:31 Removing intermediate container 90898529d87f 07:13:31 ---> 8b26573a7d39 07:13:31 Step 9/26 : COPY go.mod vendor* ./ 07:13:31 ---> 9755c424b808 07:13:31 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:13:31 ---> Running in cdab14c9a28d 07:13:32 Removing intermediate container cdab14c9a28d 07:13:32 ---> 5b898a78ff1e 07:13:32 Step 11/26 : COPY . . 07:13:32 using credential edgex-jenkins-ssh 07:13:32 Cloning the remote Git repository 07:13:32 ---> bba0919cee3d 07:13:32 Step 12/26 : RUN $MAKE 07:13:32 ---> Running in a1ccdc8e1e19 07:13:32 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 07:13:32 > git init /w/workspace/device-rest-go/192 # timeout=10 07:13:32 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 07:13:32 > git --version # timeout=10 07:13:32 > git --version # 'git version 2.25.1' 07:13:32 using GIT_SSH to set credentials SSH Credentials for GitHub 07:13:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:13:32 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 07:13:36 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 07:13:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:13:36 Avoid second fetch 07:13:36 Checking out Revision 30c083a5452dbfcd7d2c6cff84583659684690cc (main) 07:13:37 Commit message: "Merge pull request #458 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0" 07:13:36 > git config core.sparsecheckout # timeout=10 07:13:36 > git checkout -f 30c083a5452dbfcd7d2c6cff84583659684690cc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:13:42 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 07:13:42 % Total % Received % Xferd Average Speed Time Time Time Current 07:13:42 Dload Upload Total Spent Left Speed 07:13:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 96451 [Pipeline] sh 07:13:42 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 07:13:42 + sudo jq+ sudo tee /etc/docker/daemon.new 07:13:42 . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 07:13:42 { 07:13:42 "registry-mirrors": [ 07:13:42 "https://nexus3.edgexfoundry.org:10001" 07:13:42 ], 07:13:42 "bip": "10.250.0.254/24", 07:13:42 "hosts": [ 07:13:42 "tcp://0.0.0.0:5555", 07:13:42 "unix:///var/run/docker.sock" 07:13:42 ], 07:13:42 "mtu": 1458, 07:13:42 "selinux-enabled": true, 07:13:42 "seccomp-profile": "/etc/docker/seccomp.json" 07:13:42 } [Pipeline] sh 07:13:43 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 07:13:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:14:01 provisioning config files... 07:14:01 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/192@tmp/config6812165154052961798tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:14:02 ---> ****-login.sh 07:14:02 nexus3.edgexfoundry.org:10001 07:14:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:02 Configure a credential helper to remove this warning. See 07:14:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:02 07:14:02 Login Succeeded 07:14:02 nexus3.edgexfoundry.org:10002 07:14:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:03 Configure a credential helper to remove this warning. See 07:14:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:03 07:14:03 Login Succeeded 07:14:03 nexus3.edgexfoundry.org:10003 07:14:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:03 Configure a credential helper to remove this warning. See 07:14:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:03 07:14:03 Login Succeeded 07:14:03 nexus3.edgexfoundry.org:10004 07:14:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:03 Configure a credential helper to remove this warning. See 07:14:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:03 07:14:03 Login Succeeded 07:14:03 ****.io 07:14:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:04 Configure a credential helper to remove this warning. See 07:14:04 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:04 07:14:04 Login Succeeded 07:14:04 ---> ****-login.sh ends [Pipeline] } 07:14:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:14:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:14:04 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:14:04 ========================================================= 07:14:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 07:14:04 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:04 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine --build-arg MAKE=echo noop --target=builder . 07:14:04 Sending build context to Docker daemon 141.8kB 07:14:04 Removing intermediate container a1ccdc8e1e19 07:14:04 ---> c16e4b115f4b 07:14:04 Step 13/26 : FROM alpine:3.20 07:14:04 3.20: Pulling from library/alpine 07:14:04 0a9a5dfd008f: Pulling fs layer 07:14:04 0a9a5dfd008f: Verifying Checksum 07:14:04 0a9a5dfd008f: Download complete 07:14:04 0a9a5dfd008f: Pull complete 07:14:04 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:14:04 Status: Downloaded newer image for alpine:3.20 07:14:04 ---> ff221270b9fb 07:14:04 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:14:04 ---> Running in 2c93982804a4 07:14:04 Removing intermediate container 2c93982804a4 07:14:04 ---> 51db36a8f328 07:14:04 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 07:14:04 ---> Running in 644162daa33d 07:14:04 Removing intermediate container 644162daa33d 07:14:04 ---> 413f15f8eeb1 07:14:04 Step 16/26 : RUN apk add --update --no-cache dumb-init 07:14:04 ---> Running in 14122d876171 07:14:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:14:05 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 07:14:05 Step 2/12 : FROM ${BASE} AS builder 07:14:05 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:14:05 9986a736f7d3: Pulling fs layer 07:14:05 1f018df60701: Pulling fs layer 07:14:05 39f8f326b044: Pulling fs layer 07:14:05 e6a1e7a6a96a: Pulling fs layer 07:14:05 4f4fb700ef54: Pulling fs layer 07:14:05 d45d956e0dbf: Pulling fs layer 07:14:05 d7702b0d1db1: Pulling fs layer 07:14:05 5c7f0f088c93: Pulling fs layer 07:14:05 4fdc064ae6cf: Pulling fs layer 07:14:05 d45d956e0dbf: Waiting 07:14:05 d7702b0d1db1: Waiting 07:14:05 5c7f0f088c93: Waiting 07:14:05 e6a1e7a6a96a: Waiting 07:14:05 4f4fb700ef54: Waiting 07:14:05 4fdc064ae6cf: Waiting 07:14:05 1f018df60701: Verifying Checksum 07:14:05 1f018df60701: Download complete 07:14:05 e6a1e7a6a96a: Verifying Checksum 07:14:05 e6a1e7a6a96a: Download complete 07:14:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:14:05 4f4fb700ef54: Verifying Checksum 07:14:05 4f4fb700ef54: Download complete 07:14:05 d45d956e0dbf: Verifying Checksum 07:14:05 d45d956e0dbf: Download complete 07:14:05 d7702b0d1db1: Verifying Checksum 07:14:05 d7702b0d1db1: Download complete 07:14:05 9986a736f7d3: Verifying Checksum 07:14:05 9986a736f7d3: Download complete 07:14:05 (1/1) Installing dumb-init (1.2.5-r3) 07:14:05 Executing busybox-1.36.1-r29.trigger 07:14:05 OK: 8 MiB in 15 packages 07:14:05 4fdc064ae6cf: Verifying Checksum 07:14:05 4fdc064ae6cf: Download complete 07:14:05 Removing intermediate container 14122d876171 07:14:05 ---> 8906ca950010 07:14:05 Step 17/26 : RUN apk --no-cache upgrade 07:14:05 ---> Running in 0af7b1cffaa9 07:14:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 07:14:06 9986a736f7d3: Pull complete 07:14:06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 07:14:06 OK: 8 MiB in 15 packages 07:14:06 1f018df60701: Pull complete 07:14:07 Removing intermediate container 0af7b1cffaa9 07:14:07 ---> e4d5aa7b4409 07:14:07 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 07:14:07 39f8f326b044: Download complete 07:14:07 ---> 3fe4db57bfd8 07:14:07 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 07:14:07 ---> 144709d21541 07:14:07 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 07:14:07 ---> 309ab4fc2529 07:14:07 Step 21/26 : EXPOSE 59986 07:14:07 ---> Running in 3fdd1387e177 07:14:08 5c7f0f088c93: Download complete 07:14:08 Removing intermediate container 3fdd1387e177 07:14:08 ---> 920563c9aa8d 07:14:08 Step 22/26 : ENTRYPOINT ["/device-rest"] 07:14:08 ---> Running in b14a53801413 07:14:08 Removing intermediate container b14a53801413 07:14:08 ---> d98a39fc3651 07:14:08 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 07:14:08 ---> Running in ccd99aeaf41e 07:14:08 Removing intermediate container ccd99aeaf41e 07:14:08 ---> a0eeda173877 07:14:08 Step 24/26 : LABEL arch=amd64 07:14:08 ---> Running in 69fb0ec70d33 07:14:08 Removing intermediate container 69fb0ec70d33 07:14:08 ---> 6bef12371824 07:14:08 Step 25/26 : LABEL git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc 07:14:08 ---> Running in aa67cb38e062 07:14:08 Removing intermediate container aa67cb38e062 07:14:08 ---> ed9b2a013bf1 07:14:08 Step 26/26 : LABEL version=4.1.0-dev.1 07:14:08 ---> Running in 02441535e542 07:14:08 Removing intermediate container 02441535e542 07:14:08 ---> 85fa9cb712e3 07:14:08 [Warning] One or more build-args [ARCH] were not consumed 07:14:08 Successfully built 85fa9cb712e3 07:14:08 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:14:08 provisioning config files... 07:14:08 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9381973265834631416tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:14:09 ---> ****-login.sh 07:14:09 nexus3.edgexfoundry.org:10001 07:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:09 Configure a credential helper to remove this warning. See 07:14:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:09 07:14:09 Login Succeeded 07:14:09 nexus3.edgexfoundry.org:10002 07:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:09 Configure a credential helper to remove this warning. See 07:14:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:09 07:14:09 Login Succeeded 07:14:09 nexus3.edgexfoundry.org:10003 07:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:09 Configure a credential helper to remove this warning. See 07:14:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:09 07:14:09 Login Succeeded 07:14:09 nexus3.edgexfoundry.org:10004 07:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:09 Configure a credential helper to remove this warning. See 07:14:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:09 07:14:09 Login Succeeded 07:14:09 ****.io 07:14:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:14:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:14:09 Configure a credential helper to remove this warning. See 07:14:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:14:09 07:14:09 Login Succeeded 07:14:09 ---> ****-login.sh ends [Pipeline] } 07:14:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:14:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:14:09 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 07:14:09 30c083a5452dbfcd7d2c6cff84583659684690cc 07:14:09 latest 07:14:09 4.1.0-dev.1 07:14:09 30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:14:09 main 07:14:09 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:10 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:10 + docker push nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc 07:14:10 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 07:14:10 99dcdafa4618: Preparing 07:14:10 dbb7e6f96060: Preparing 07:14:10 045d38dc69f8: Preparing 07:14:10 27392decb73e: Preparing 07:14:10 e8d2fc165818: Preparing 07:14:10 994456c4fd7b: Preparing 07:14:10 994456c4fd7b: Waiting 07:14:10 99dcdafa4618: Pushed 07:14:10 e8d2fc165818: Pushed 07:14:10 dbb7e6f96060: Pushed 07:14:10 994456c4fd7b: Layer already exists 07:14:10 27392decb73e: Pushed 07:14:13 045d38dc69f8: Pushed 07:14:14 30c083a5452dbfcd7d2c6cff84583659684690cc: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:14 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:14 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 07:14:14 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 07:14:14 99dcdafa4618: Preparing 07:14:14 dbb7e6f96060: Preparing 07:14:14 045d38dc69f8: Preparing 07:14:14 27392decb73e: Preparing 07:14:14 e8d2fc165818: Preparing 07:14:14 994456c4fd7b: Preparing 07:14:14 994456c4fd7b: Waiting 07:14:14 e8d2fc165818: Layer already exists 07:14:14 dbb7e6f96060: Layer already exists 07:14:14 99dcdafa4618: Layer already exists 07:14:14 045d38dc69f8: Layer already exists 07:14:14 27392decb73e: Layer already exists 07:14:14 994456c4fd7b: Layer already exists 07:14:14 latest: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:15 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:15 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 07:14:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 07:14:15 99dcdafa4618: Preparing 07:14:15 dbb7e6f96060: Preparing 07:14:15 045d38dc69f8: Preparing 07:14:15 27392decb73e: Preparing 07:14:15 e8d2fc165818: Preparing 07:14:15 994456c4fd7b: Preparing 07:14:15 994456c4fd7b: Waiting 07:14:15 dbb7e6f96060: Layer already exists 07:14:15 99dcdafa4618: Layer already exists 07:14:15 e8d2fc165818: Layer already exists 07:14:15 045d38dc69f8: Layer already exists 07:14:15 27392decb73e: Layer already exists 07:14:15 994456c4fd7b: Layer already exists 07:14:15 4.1.0-dev.1: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:15 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:16 + docker push nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 07:14:16 99dcdafa4618: Preparing 07:14:16 dbb7e6f96060: Preparing 07:14:16 045d38dc69f8: Preparing 07:14:16 27392decb73e: Preparing 07:14:16 e8d2fc165818: Preparing 07:14:16 994456c4fd7b: Preparing 07:14:16 994456c4fd7b: Waiting 07:14:16 e8d2fc165818: Layer already exists 07:14:16 045d38dc69f8: Layer already exists 07:14:16 99dcdafa4618: Layer already exists 07:14:16 dbb7e6f96060: Layer already exists 07:14:16 27392decb73e: Layer already exists 07:14:16 994456c4fd7b: Layer already exists 07:14:16 30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:16 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:14:16 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 07:14:16 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 07:14:16 99dcdafa4618: Preparing 07:14:16 dbb7e6f96060: Preparing 07:14:16 045d38dc69f8: Preparing 07:14:16 27392decb73e: Preparing 07:14:16 e8d2fc165818: Preparing 07:14:16 994456c4fd7b: Preparing 07:14:16 994456c4fd7b: Waiting 07:14:16 dbb7e6f96060: Layer already exists 07:14:16 27392decb73e: Layer already exists 07:14:16 e8d2fc165818: Layer already exists 07:14:16 99dcdafa4618: Layer already exists 07:14:16 045d38dc69f8: Layer already exists 07:14:16 994456c4fd7b: Layer already exists 07:14:16 main: digest: sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:14:16 ===================================================== [Pipeline] echo 07:14:16 taggedImages: 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:latest 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 07:14:16 ========================================================= 07:14:16 [edgeXBuildMultiArch] RAW Config: 07:14:16 images: 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:latest 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:14:16 - nexus3.edgexfoundry.org:10004/device-rest:main 07:14:16 settingsFile: 07:14:16 device-rest-go-settings 07:14:16 ========================================================= [Pipeline] node 07:14:23 39f8f326b044: Pull complete 07:14:23 e6a1e7a6a96a: Pull complete 07:14:23 4f4fb700ef54: Pull complete 07:14:23 d45d956e0dbf: Pull complete 07:14:23 d7702b0d1db1: Pull complete 07:14:29 5c7f0f088c93: Pull complete 07:14:31 Still waiting to schedule task 07:14:31 All nodes of label ‘centos7-docker-4c-2g’ are offline 07:14:32 4fdc064ae6cf: Pull complete 07:14:32 Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 07:14:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:14:32 ---> 63f30b955cb9 07:14:32 Step 3/12 : ARG ADD_BUILD_TAGS="" 07:14:33 ---> Running in c4da44b51d87 07:14:33 Removing intermediate container c4da44b51d87 07:14:33 ---> 8ed3062839e6 07:14:33 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:14:34 ---> Running in 5399d63886ac 07:14:34 Removing intermediate container 5399d63886ac 07:14:34 ---> 6af4f2817680 07:14:34 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:14:34 ---> Running in e8bf006c00e9 07:14:34 Removing intermediate container e8bf006c00e9 07:14:34 ---> 97f12a752626 07:14:34 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 07:14:34 ---> Running in 73fa138bcf8f 07:14:35 Removing intermediate container 73fa138bcf8f 07:14:35 ---> 569b3d9a227b 07:14:35 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:14:35 ---> Running in 736357bd4f2c 07:14:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:14:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:14:38 (1/4) Installing openssh-keygen (9.7_p1-r5) 07:14:38 (2/4) Installing libedit (20240517.3.1-r0) 07:14:38 (3/4) Installing openssh-client-common (9.7_p1-r5) 07:14:38 (4/4) Installing openssh-client-default (9.7_p1-r5) 07:14:38 Executing busybox-1.36.1-r29.trigger 07:14:38 OK: 244 MiB in 62 packages 07:14:39 Removing intermediate container 736357bd4f2c 07:14:39 ---> cc415c80686b 07:14:39 Step 8/12 : WORKDIR /device-rest-go 07:14:39 ---> Running in 53376598076f 07:14:39 Removing intermediate container 53376598076f 07:14:39 ---> 51d5b5737f69 07:14:39 Step 9/12 : COPY go.mod vendor* ./ 07:14:39 ---> 253b1ba28840 07:14:39 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:14:39 ---> Running in 668e86617c0f 07:15:08 Running on prd-centos7-docker-4c-2g-42431 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:15:08 provisioning config files... 07:15:08 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config17746405829221315740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:15:12 ---> ****-login.sh 07:15:12 nexus3.edgexfoundry.org:10001 07:15:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:15:12 Configure a credential helper to remove this warning. See 07:15:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:15:12 07:15:12 Login Succeeded 07:15:12 nexus3.edgexfoundry.org:10002 07:15:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:15:12 Configure a credential helper to remove this warning. See 07:15:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:15:12 07:15:12 Login Succeeded 07:15:12 nexus3.edgexfoundry.org:10003 07:15:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:15:12 Configure a credential helper to remove this warning. See 07:15:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:15:12 07:15:12 Login Succeeded 07:15:12 nexus3.edgexfoundry.org:10004 07:15:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:15:13 Configure a credential helper to remove this warning. See 07:15:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:15:13 07:15:13 Login Succeeded 07:15:13 ****.io 07:15:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:15:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:15:13 Configure a credential helper to remove this warning. See 07:15:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:15:13 07:15:13 Login Succeeded 07:15:13 ---> ****-login.sh ends [Pipeline] } 07:15:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:15:13 + docker buildx ls 07:15:13 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:15:13 default * docker 07:15:13 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:15:13 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 07:15:13 edgex-builder [Pipeline] sh 07:15:14 + docker buildx inspect --bootstrap 07:15:14 #1 [internal] booting buildkit 07:15:14 #1 pulling image moby/buildkit:buildx-stable-1 07:15:16 #1 pulling image moby/buildkit:buildx-stable-1 2.6s done 07:15:16 #1 creating container buildx_buildkit_edgex-builder0 07:15:18 #1 creating container buildx_buildkit_edgex-builder0 1.1s done 07:15:18 #1 DONE 3.7s 07:15:18 Name: edgex-builder 07:15:18 Driver: docker-container 07:15:18 07:15:18 Nodes: 07:15:18 Name: edgex-builder0 07:15:18 Endpoint: unix:///var/run/docker.sock 07:15:18 Status: running 07:15:18 Buildkit: v0.20.2 07:15:18 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 07:15:18 + docker buildx ls 07:15:18 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 07:15:18 edgex-builder * docker-container 07:15:18 edgex-builder0 unix:///var/run/docker.sock running v0.20.2 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 07:15:18 default docker 07:15:18 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 07:15:18 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc' 07:15:18 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc --push - 07:15:19 #1 [internal] load build definition from Dockerfile 07:15:19 #1 transferring dockerfile: 196B done 07:15:19 #1 DONE 0.0s 07:15:19 07:15:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc 07:15:19 #2 DONE 0.1s 07:15:19 07:15:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc 07:15:19 #3 DONE 0.1s 07:15:19 07:15:19 #4 [internal] load .dockerignore 07:15:19 #4 transferring context: 2B done 07:15:19 #4 DONE 0.0s 07:15:19 07:15:19 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:19 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:19 #5 DONE 0.0s 07:15:19 07:15:19 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:19 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:19 #6 DONE 0.1s 07:15:19 07:15:19 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 07:15:19 #7 DONE 0.0s 07:15:19 07:15:19 #8 exporting to image 07:15:19 #8 exporting layers done 07:15:19 #8 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 0.0s done 07:15:19 #8 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done 07:15:19 #8 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done 07:15:19 #8 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done 07:15:19 #8 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done 07:15:19 #8 pushing layers 0.1s done 07:15:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 07:15:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:15:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done 07:15:19 #8 DONE 0.2s 07:15:19 07:15:19 1 warning found (use --debug to expand): 07:15:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:15:19 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 07:15:19 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 07:15:19 #1 [internal] load build definition from Dockerfile 07:15:19 #1 transferring dockerfile: 162B done 07:15:19 #1 DONE 0.0s 07:15:19 07:15:19 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 07:15:19 #2 DONE 0.0s 07:15:19 07:15:19 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 07:15:19 #3 DONE 0.0s 07:15:19 07:15:19 #4 [internal] load .dockerignore 07:15:19 #4 transferring context: 2B done 07:15:19 #4 DONE 0.0s 07:15:19 07:15:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:19 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:19 #5 DONE 0.0s 07:15:19 07:15:19 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:19 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:19 #6 CACHED 07:15:19 07:15:19 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:19 #5 CACHED 07:15:19 07:15:19 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 07:15:19 #7 DONE 0.0s 07:15:19 07:15:19 #8 exporting to image 07:15:19 #8 exporting layers done 07:15:19 #8 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 done 07:15:19 #8 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done 07:15:19 #8 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done 07:15:19 #8 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done 07:15:19 #8 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done 07:15:19 #8 pushing layers 0.0s done 07:15:19 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done 07:15:19 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:15:19 #8 DONE 0.1s 07:15:19 07:15:19 1 warning found (use --debug to expand): 07:15:19  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:15:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 --push - 07:15:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1' 07:15:20 #1 [internal] load build definition from Dockerfile 07:15:20 #1 transferring dockerfile: 167B done 07:15:20 #1 DONE 0.0s 07:15:20 07:15:20 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 07:15:20 #2 DONE 0.0s 07:15:20 07:15:20 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1 07:15:20 #3 DONE 0.0s 07:15:20 07:15:20 #4 [internal] load .dockerignore 07:15:20 #4 transferring context: 2B done 07:15:20 #4 DONE 0.0s 07:15:20 07:15:20 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:20 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:20 #5 CACHED 07:15:20 07:15:20 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:20 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:20 #6 CACHED 07:15:20 07:15:20 #7 exporting to image 07:15:20 #7 exporting layers done 07:15:20 #7 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 done 07:15:20 #7 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done 07:15:20 #7 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done 07:15:20 #7 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done 07:15:20 #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 07:15:20 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:15:20 #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done 07:15:20 #7 pushing layers 0.0s done 07:15:20 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.1@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done 07:15:20 #7 DONE 0.1s 07:15:20 07:15:20 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 07:15:20 #8 DONE 0.0s 07:15:20 07:15:20 1 warning found (use --debug to expand): 07:15:20  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:15:20 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 --push - 07:15:20 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1' 07:15:21 #1 [internal] load build definition from Dockerfile 07:15:21 #1 transferring dockerfile: 208B done 07:15:21 #1 DONE 0.0s 07:15:21 07:15:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:15:21 #2 DONE 0.0s 07:15:21 07:15:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:15:21 #3 DONE 0.0s 07:15:21 07:15:21 #4 [internal] load .dockerignore 07:15:21 #4 transferring context: 2B done 07:15:21 #4 DONE 0.0s 07:15:21 07:15:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:21 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:21 #5 CACHED 07:15:21 07:15:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:21 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:21 #6 CACHED 07:15:21 07:15:21 #7 exporting to image 07:15:21 #7 exporting layers done 07:15:21 #7 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 done 07:15:21 #7 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done 07:15:21 #7 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done 07:15:21 #7 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done 07:15:21 #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done 07:15:21 #7 pushing layers 0.0s done 07:15:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 07:15:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:15:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done 07:15:21 #7 DONE 0.1s 07:15:21 07:15:21 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 07:15:21 #8 DONE 0.0s 07:15:21 07:15:21 1 warning found (use --debug to expand): 07:15:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 07:15:21 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 07:15:21 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 07:15:21 #1 [internal] load build definition from Dockerfile 07:15:21 #1 transferring dockerfile: 160B done 07:15:21 #1 DONE 0.0s 07:15:21 07:15:21 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 07:15:21 #2 DONE 0.0s 07:15:21 07:15:21 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 07:15:21 #3 DONE 0.0s 07:15:21 07:15:21 #4 [internal] load .dockerignore 07:15:21 #4 transferring context: 2B done 07:15:21 #4 DONE 0.0s 07:15:21 07:15:21 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:21 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:21 #5 CACHED 07:15:21 07:15:21 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 07:15:21 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5ca3e90bc3ea9d2e52b2acb84f7243b9699b11848a874a82df30828d9ed13158 0.0s done 07:15:21 #6 CACHED 07:15:21 07:15:21 #7 exporting to image 07:15:21 #7 exporting layers done 07:15:21 #7 exporting manifest sha256:b4f46f9edfed5d1ba41f56fcae5c6658bfc314b67be67d93f7a78aac4d5ab7b9 done 07:15:21 #7 exporting config sha256:5b02fe4290701e14f13d6d9ef6d708ce14126aac95f3706d6b61f2982eecb5ec done 07:15:21 #7 exporting manifest sha256:e1c21b59153eed69bb50b836454c79257b001b6b75048dafbb5bc941b6777e09 done 07:15:21 #7 exporting config sha256:82e2ce8bd01fec0ec1839a83f91a4ab4cda2dcf959de43e974fd6d83f29b99d0 done 07:15:21 #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 07:15:21 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:15:21 #7 exporting manifest list sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed done 07:15:21 #7 pushing layers 0.0s done 07:15:21 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:80805bf65f68485abed73118397ed611f218a4b5234eccb699f414be5b2e98ed 0.1s done 07:15:21 #7 DONE 0.1s 07:15:21 07:15:21 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 07:15:21 #8 DONE 0.0s 07:15:21 07:15:21 1 warning found (use --debug to expand): 07:15:21  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:15:21 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:15:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:15:22 ---> package-listing.sh 07:15:22 ++ facter osfamily 07:15:22 ++ tr '[:upper:]' '[:lower:]' 07:15:23 + OS_FAMILY=redhat 07:15:23 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 07:15:23 + START_PACKAGES=/tmp/packages_start.txt 07:15:23 + END_PACKAGES=/tmp/packages_end.txt 07:15:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:15:23 + PACKAGES=/tmp/packages_start.txt 07:15:23 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 07:15:23 + PACKAGES=/tmp/packages_end.txt 07:15:23 + case "${OS_FAMILY}" in 07:15:23 + sort 07:15:23 + rpm -qa 07:15:23 + '[' -f /tmp/packages_start.txt ']' 07:15:23 + '[' -f /tmp/packages_end.txt ']' 07:15:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:15:23 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 07:15:23 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 07:15:23 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 07:15:23 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/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:15:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:15:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:15:24 07:15:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:15:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:15:24 latest: Pulling from edgex-lftools-log-publisher 07:15:24 5eb5b503b376: Pulling fs layer 07:15:24 5c69ac0246d0: Pulling fs layer 07:15:24 ec43610c2a17: Pulling fs layer 07:15:24 3a2ae6a8a46f: Pulling fs layer 07:15:24 33b1e0a273af: Pulling fs layer 07:15:24 5d3b04190fa2: Pulling fs layer 07:15:24 2f39f015ded8: Pulling fs layer 07:15:24 33b1e0a273af: Waiting 07:15:24 5d3b04190fa2: Waiting 07:15:24 2f39f015ded8: Waiting 07:15:24 3a2ae6a8a46f: Waiting 07:15:24 5c69ac0246d0: Verifying Checksum 07:15:24 5c69ac0246d0: Download complete 07:15:24 3a2ae6a8a46f: Verifying Checksum 07:15:24 3a2ae6a8a46f: Download complete 07:15:24 ec43610c2a17: Verifying Checksum 07:15:24 ec43610c2a17: Download complete 07:15:24 33b1e0a273af: Verifying Checksum 07:15:24 33b1e0a273af: Download complete 07:15:24 5d3b04190fa2: Verifying Checksum 07:15:24 5d3b04190fa2: Download complete 07:15:25 5eb5b503b376: Verifying Checksum 07:15:25 5eb5b503b376: Download complete 07:15:25 2f39f015ded8: Verifying Checksum 07:15:25 2f39f015ded8: Download complete 07:15:26 5eb5b503b376: Pull complete 07:15:26 5c69ac0246d0: Pull complete 07:15:27 ec43610c2a17: Pull complete 07:15:27 3a2ae6a8a46f: Pull complete 07:15:27 33b1e0a273af: Pull complete 07:15:27 5d3b04190fa2: Pull complete 07:15:31 2f39f015ded8: Pull complete 07:15:31 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:15:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:15:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:15:31 prd-centos7-docker-4c-2g-42431 does not seem to be running inside a container 07:15:31 $ 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/edgexfoundry_device-rest-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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:15:35 $ docker top 5682105b53293f4ebdce9209912e0372a1f453241bf02788ac471b6eff5a6ac6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:15:35 + touch /tmp/pre-build-complete [Pipeline] sh 07:15:35 + mkdir -p /var/log/sysstat [Pipeline] sh 07:15:36 + ls /var/log/sa-host 07:15:36 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:15:36 provisioning config files... 07:15:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config4817491942257928983tmp [Pipeline] { [Pipeline] echo 07:15:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:15:36 ---> create-netrc.sh [Pipeline] } 07:15:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:15:37 ---> python-tools-install.sh [Pipeline] echo 07:15:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:15:37 ---> sudo-logs.sh 07:15:37 Archiving 'sudo' log.. 07:15:37 sudo: unable to resolve host prd-centos7-docker-4c-2g-42431.novalocal: Name or service not known 07:15:37 sudo: unable to resolve host prd-centos7-docker-4c-2g-42431.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 07:15:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:15:37 ---> job-cost.sh 07:15:37 lf-activate-venv: SKIPPING 07:15:37 INFO: No Stack... 07:15:37 INFO: Retrieving Pricing Info for: v3-standard-2 07:15:38 INFO: Archiving Costs [Pipeline] echo 07:15:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:15:38 ---> logs-deploy.sh 07:15:38 lf-activate-venv: SKIPPING 07:15:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/192 07:15:38 INFO: archiving workspace using pattern(s): 07:15:39 Archives upload complete. 07:15:39 INFO: archiving logs to Nexus 07:15:40 ---> uname -a: 07:15:40 Linux prd-centos7-docker-4c-2g-42431.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 07:15:40 07:15:40 07:15:40 ---> lscpu: 07:15:40 Architecture: x86_64 07:15:40 CPU op-mode(s): 32-bit, 64-bit 07:15:40 Byte Order: Little Endian 07:15:40 Address sizes: 40 bits physical, 48 bits virtual 07:15:40 CPU(s): 2 07:15:40 On-line CPU(s) list: 0,1 07:15:40 Thread(s) per core: 1 07:15:40 Core(s) per socket: 1 07:15:40 Socket(s): 2 07:15:40 NUMA node(s): 1 07:15:40 Vendor ID: AuthenticAMD 07:15:40 CPU family: 23 07:15:40 Model: 49 07:15:40 Model name: AMD EPYC-Rome Processor 07:15:40 Stepping: 0 07:15:40 CPU MHz: 2799.998 07:15:40 BogoMIPS: 5599.99 07:15:40 Virtualization: AMD-V 07:15:40 Hypervisor vendor: KVM 07:15:40 Virtualization type: full 07:15:40 L1d cache: 64 KiB 07:15:40 L1i cache: 64 KiB 07:15:40 L2 cache: 1 MiB 07:15:40 L3 cache: 32 MiB 07:15:40 NUMA node0 CPU(s): 0,1 07:15:40 Vulnerability Itlb multihit: Not affected 07:15:40 Vulnerability L1tf: Not affected 07:15:40 Vulnerability Mds: Not affected 07:15:40 Vulnerability Meltdown: Not affected 07:15:40 Vulnerability Mmio stale data: Not affected 07:15:40 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:15:40 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:15:40 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:15:40 Vulnerability Srbds: Not affected 07:15:40 Vulnerability Tsx async abort: Not affected 07:15:40 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 art rep_good nopl extd_apicid eagerfpu 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 retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 07:15:40 07:15:40 07:15:40 ---> nproc: 07:15:40 2 07:15:40 07:15:40 07:15:40 ---> df -h: 07:15:40 Filesystem Size Used Avail Use% Mounted on 07:15:40 overlay 40G 7.3G 33G 19% / 07:15:40 tmpfs 64M 0 64M 0% /dev 07:15:40 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 07:15:40 shm 64M 0 64M 0% /dev/shm 07:15:40 /dev/vda1 40G 7.3G 33G 19% /facter-os 07:15:40 07:15:40 07:15:40 Cannot open /var/log/sysstat/sa31: No such file or directory 07:15:40 Please check if data collecting is enabled 07:15:40 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:15:40 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:15:40 $ docker stop --time=1 5682105b53293f4ebdce9209912e0372a1f453241bf02788ac471b6eff5a6ac6 07:15:41 $ docker rm -f --volumes 5682105b53293f4ebdce9209912e0372a1f453241bf02788ac471b6eff5a6ac6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:15:41 [WS-CLEANUP] Deleting project workspace... 07:15:41 [WS-CLEANUP] Deferred wipeout is used... 07:15:41 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:15:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:15:42 07:15:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:15:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:15:42 latest: Pulling from edgex-lftools-log-publisher 07:15:42 5eb5b503b376: Pulling fs layer 07:15:42 5c69ac0246d0: Pulling fs layer 07:15:42 ec43610c2a17: Pulling fs layer 07:15:42 3a2ae6a8a46f: Pulling fs layer 07:15:42 33b1e0a273af: Pulling fs layer 07:15:42 5d3b04190fa2: Pulling fs layer 07:15:42 2f39f015ded8: Pulling fs layer 07:15:42 3a2ae6a8a46f: Waiting 07:15:42 33b1e0a273af: Waiting 07:15:42 5d3b04190fa2: Waiting 07:15:42 2f39f015ded8: Waiting 07:15:42 5c69ac0246d0: Download complete 07:15:42 3a2ae6a8a46f: Download complete 07:15:42 33b1e0a273af: Verifying Checksum 07:15:42 33b1e0a273af: Download complete 07:15:42 5d3b04190fa2: Download complete 07:15:42 ec43610c2a17: Download complete 07:15:42 5eb5b503b376: Verifying Checksum 07:15:42 5eb5b503b376: Download complete 07:15:43 2f39f015ded8: Download complete 07:15:43 5eb5b503b376: Pull complete 07:15:43 5c69ac0246d0: Pull complete 07:15:44 ec43610c2a17: Pull complete 07:15:44 3a2ae6a8a46f: Pull complete 07:15:44 33b1e0a273af: Pull complete 07:15:44 5d3b04190fa2: Pull complete 07:15:50 2f39f015ded8: Pull complete 07:15:50 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:15:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:15:50 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:15:50 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:15:50 $ 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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:15:53 $ docker top 92f1430dae0fa99b0847193d7a9af951f76bc37b072b1cadc9a142bfd6da877c -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:15:53 ---> job-cost.sh 07:15:53 lf-activate-venv: SKIPPING 07:15:53 INFO: No Stack... 07:15:54 INFO: Retrieving Pricing Info for: v3-standard-8 07:15:54 INFO: Archiving Costs [Pipeline] sh 07:15:54 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 07:15:54 + cut -d, -f6 [Pipeline] lock 07:15:54 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] 07:15:54 Resource [jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] did not exist. Created. 07:15:54 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:15:55 + echo total: 0.2199999988079071 [Pipeline] stash 07:15:55 Stashed 1 file(s) [Pipeline] } 07:15:55 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [Pipeline] // lock [Pipeline] } 07:15:55 $ docker stop --time=1 92f1430dae0fa99b0847193d7a9af951f76bc37b072b1cadc9a142bfd6da877c 07:15:56 $ docker rm -f --volumes 92f1430dae0fa99b0847193d7a9af951f76bc37b072b1cadc9a142bfd6da877c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:16:31 Removing intermediate container 668e86617c0f 07:16:31 ---> 5d33fafed1e1 07:16:31 Step 11/12 : COPY . . 07:16:31 ---> 949ed1cd160e 07:16:31 Step 12/12 : RUN $MAKE 07:16:31 ---> Running in ef24cd1df10d 07:16:31 noop 07:16:31 Removing intermediate container ef24cd1df10d 07:16:31 ---> 60326bb49e02 07:16:31 Successfully built 60326bb49e02 07:16:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:31 + docker inspect -f . ci-base-image-arm64 07:16:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:16:32 prd-ubuntu20.04-docker-arm64-4c-16g-42430 does not seem to be running inside a container 07:16:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/192 -v /w/workspace/device-rest-go/192:/w/workspace/device-rest-go/192:rw,z -v /w/workspace/device-rest-go/192@tmp:/w/workspace/device-rest-go/192@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 ******** -e ******** ci-base-image-arm64 cat 07:16:33 $ docker top 6521a655ddb492227cf5c6adb4549580ebedf0ed9d8ea9c120665cbed8264992 -eo pid,comm [Pipeline] { [Pipeline] sh 07:16:34 + go version 07:16:34 go version go1.23.4 linux/arm64 [Pipeline] } 07:16:34 $ docker stop --time=1 6521a655ddb492227cf5c6adb4549580ebedf0ed9d8ea9c120665cbed8264992 07:16:35 $ docker rm -f --volumes 6521a655ddb492227cf5c6adb4549580ebedf0ed9d8ea9c120665cbed8264992 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:16:36 + docker inspect -f . ci-base-image-arm64 07:16:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:16:36 prd-ubuntu20.04-docker-arm64-4c-16g-42430 does not seem to be running inside a container 07:16:36 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-rest-go/192 -v /w/workspace/device-rest-go/192:/w/workspace/device-rest-go/192:rw,z -v /w/workspace/device-rest-go/192@tmp:/w/workspace/device-rest-go/192@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 ******** -e ******** ci-base-image-arm64 cat 07:16:37 $ docker top 98bf8043715a630515069a28c3b8e0e5dce1e6cd60c1e2b52417564a0279d1c1 -eo pid,comm [Pipeline] { [Pipeline] sh 07:16:38 + git config --global --add safe.directory /w/workspace/device-rest-go/192 [Pipeline] fileExists [Pipeline] sh 07:16:39 + make test 07:16:39 go test ./... -coverprofile=coverage.out ./... 07:16:44 ? github.com/edgexfoundry/device-rest-go [no test files] 07:19:51 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 07:19:51 ok github.com/edgexfoundry/device-rest-go/driver 0.042s coverage: 33.2% of statements 07:19:51 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:19:51 go vet ./... 07:20:38 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:20:38 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:20:38 ./bin/test-attribution-txt.sh [Pipeline] echo 07:20:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 07:20:38 $ docker stop --time=1 98bf8043715a630515069a28c3b8e0e5dce1e6cd60c1e2b52417564a0279d1c1 07:20:40 $ docker rm -f --volumes 98bf8043715a630515069a28c3b8e0e5dce1e6cd60c1e2b52417564a0279d1c1 [Pipeline] // withDockerContainer [Pipeline] sh 07:20:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:20:41 Warning: overwriting stash ‘coverage-report’ 07:20:42 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:20:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:20:43 + ls -al . 07:20:43 total 240 07:20:43 drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 07:16 . 07:20:43 drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:13 .. 07:20:43 -rw-rw-r-- 1 jenkins jenkins 151 Mar 31 07:13 .dockerignore 07:20:43 drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 07:13 .git 07:20:43 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:13 .github 07:20:43 -rw-rw-r-- 1 jenkins jenkins 264 Mar 31 07:13 .gitignore 07:20:43 -rw-rw-r-- 1 jenkins jenkins 41 Mar 31 07:13 .golangci.yml 07:20:43 -rw-rw-r-- 1 jenkins jenkins 20138 Mar 31 07:13 Attribution.txt 07:20:43 -rw-rw-r-- 1 jenkins jenkins 18492 Mar 31 07:13 CHANGELOG.md 07:20:43 -rw-rw-r-- 1 jenkins jenkins 1697 Mar 31 07:13 Dockerfile 07:20:43 -rw-rw-r-- 1 jenkins jenkins 677 Mar 31 07:13 GOVERNANCE.md 07:20:43 -rw-rw-r-- 1 jenkins jenkins 680 Mar 31 07:13 Jenkinsfile 07:20:43 -rw-rw-r-- 1 jenkins jenkins 11340 Mar 31 07:13 LICENSE 07:20:43 -rw-rw-r-- 1 jenkins jenkins 2598 Mar 31 07:13 Makefile 07:20:43 -rw-rw-r-- 1 jenkins jenkins 620 Mar 31 07:13 OWNERS.md 07:20:43 -rw-rw-r-- 1 jenkins jenkins 3989 Mar 31 07:13 README.md 07:20:43 -rw-rw-r-- 1 jenkins jenkins 11 Mar 31 07:11 VERSION 07:20:43 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:13 bin 07:20:43 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:13 cmd 07:20:43 -rw-r--r-- 1 jenkins jenkins 14565 Mar 31 07:19 coverage.out 07:20:43 drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:13 driver 07:20:43 -rw-rw-r-- 1 jenkins jenkins 6244 Mar 31 07:13 go.mod 07:20:43 -rw-rw-r-- 1 jenkins jenkins 86532 Mar 31 07:13 go.sum 07:20:43 drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:13 openapi 07:20:43 -rw-rw-r-- 1 jenkins jenkins 713 Mar 31 07:13 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:20:43 + docker build -t device-rest-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc --label arch=arm64 --label version=4.1.0-dev.1 . 07:20:43 Sending build context to Docker daemon 157.2kB 07:20:43 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 07:20:43 Step 2/26 : FROM ${BASE} AS builder 07:20:43 ---> 60326bb49e02 07:20:43 Step 3/26 : ARG ADD_BUILD_TAGS="" 07:20:43 ---> Running in fb4f4c14f0fb 07:20:43 Removing intermediate container fb4f4c14f0fb 07:20:43 ---> 814b207d6d19 07:20:43 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:20:43 ---> Running in 32a84f0d1cca 07:20:44 Removing intermediate container 32a84f0d1cca 07:20:44 ---> ae944197a643 07:20:44 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:20:44 ---> Running in b119b6159dcc 07:20:44 Removing intermediate container b119b6159dcc 07:20:44 ---> 40ddf9fc53b4 07:20:44 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 07:20:44 ---> Running in e1f7dabb6de3 07:20:45 Removing intermediate container e1f7dabb6de3 07:20:45 ---> 4392807d2bd0 07:20:45 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:20:45 ---> Running in e458fcf6242a 07:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:20:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:20:47 OK: 244 MiB in 62 packages 07:20:48 Removing intermediate container e458fcf6242a 07:20:48 ---> a219933d3546 07:20:48 Step 8/26 : WORKDIR /device-rest-go 07:20:48 ---> Running in c32159c451ef 07:20:48 Removing intermediate container c32159c451ef 07:20:48 ---> 0f2f29d03b8b 07:20:48 Step 9/26 : COPY go.mod vendor* ./ 07:20:49 ---> a0504ae5d7e2 07:20:49 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:20:49 ---> Running in efde887d631d 07:20:51 Removing intermediate container efde887d631d 07:20:51 ---> ce79fc126259 07:20:51 Step 11/26 : COPY . . 07:20:52 ---> 8729da8f174e 07:20:52 Step 12/26 : RUN $MAKE 07:20:52 ---> Running in c39577b75672 07:20:53 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.1 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 07:24:00 Removing intermediate container c39577b75672 07:24:00 ---> 464de7ca18c4 07:24:00 Step 13/26 : FROM alpine:3.20 07:24:00 3.20: Pulling from library/alpine 07:24:00 94e9d8af2201: Pulling fs layer 07:24:00 94e9d8af2201: Verifying Checksum 07:24:00 94e9d8af2201: Download complete 07:24:00 94e9d8af2201: Pull complete 07:24:00 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:24:00 Status: Downloaded newer image for alpine:3.20 07:24:00 ---> 7aab056cecc6 07:24:00 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:24:00 ---> Running in 5e913702db51 07:24:00 Removing intermediate container 5e913702db51 07:24:00 ---> 5e7e3942bdb6 07:24:00 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 07:24:00 ---> Running in c8246a08299b 07:24:00 Removing intermediate container c8246a08299b 07:24:00 ---> 6764e70af4a0 07:24:00 Step 16/26 : RUN apk add --update --no-cache dumb-init 07:24:00 ---> Running in 46a03fbc02f0 07:24:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:24:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:24:02 (1/1) Installing dumb-init (1.2.5-r3) 07:24:02 Executing busybox-1.36.1-r29.trigger 07:24:02 OK: 9 MiB in 15 packages 07:24:03 Removing intermediate container 46a03fbc02f0 07:24:03 ---> bc116a64540d 07:24:03 Step 17/26 : RUN apk --no-cache upgrade 07:24:03 ---> Running in 91146f8d544b 07:24:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:24:05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:24:06 OK: 9 MiB in 15 packages 07:24:07 Removing intermediate container 91146f8d544b 07:24:07 ---> 701e2bb7b27d 07:24:07 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 07:24:08 ---> 371b20e2cd25 07:24:08 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 07:24:09 ---> ba14051ebbab 07:24:09 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 07:24:10 ---> 2a94d70f6535 07:24:10 Step 21/26 : EXPOSE 59986 07:24:10 ---> Running in f8ff2d349e9a 07:24:10 Removing intermediate container f8ff2d349e9a 07:24:10 ---> b4a01305510c 07:24:10 Step 22/26 : ENTRYPOINT ["/device-rest"] 07:24:10 ---> Running in 8f7f3e5f3a14 07:24:10 Removing intermediate container 8f7f3e5f3a14 07:24:10 ---> f3ee7e3ae58d 07:24:10 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 07:24:10 ---> Running in c237afc6c2e0 07:24:11 Removing intermediate container c237afc6c2e0 07:24:11 ---> de75a172650e 07:24:11 Step 24/26 : LABEL arch=arm64 07:24:11 ---> Running in b8a697f5c90b 07:24:11 Removing intermediate container b8a697f5c90b 07:24:11 ---> 2b553c8627c3 07:24:11 Step 25/26 : LABEL git_sha=30c083a5452dbfcd7d2c6cff84583659684690cc 07:24:11 ---> Running in 525b357b5ec5 07:24:11 Removing intermediate container 525b357b5ec5 07:24:11 ---> 0daa5063caa2 07:24:11 Step 26/26 : LABEL version=4.1.0-dev.1 07:24:11 ---> Running in 161a40f80242 07:24:11 Removing intermediate container 161a40f80242 07:24:11 ---> 752caf5a9183 07:24:11 [Warning] One or more build-args [ARCH] were not consumed 07:24:11 Successfully built 752caf5a9183 07:24:11 Successfully tagged device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:24:12 provisioning config files... 07:24:12 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/192@tmp/config312612475539101471tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:24:12 ---> ****-login.sh 07:24:12 nexus3.edgexfoundry.org:10001 07:24:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:24:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:24:12 Configure a credential helper to remove this warning. See 07:24:12 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:24:12 07:24:12 Login Succeeded 07:24:12 nexus3.edgexfoundry.org:10002 07:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:24:13 Configure a credential helper to remove this warning. See 07:24:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:24:13 07:24:13 Login Succeeded 07:24:13 nexus3.edgexfoundry.org:10003 07:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:24:13 Configure a credential helper to remove this warning. See 07:24:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:24:13 07:24:13 Login Succeeded 07:24:13 nexus3.edgexfoundry.org:10004 07:24:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:24:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:24:13 Configure a credential helper to remove this warning. See 07:24:13 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:24:13 07:24:13 Login Succeeded 07:24:13 ****.io 07:24:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:24:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:24:14 Configure a credential helper to remove this warning. See 07:24:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:24:14 07:24:14 Login Succeeded 07:24:14 ---> ****-login.sh ends [Pipeline] } 07:24:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:24:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:24:14 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 07:24:14 30c083a5452dbfcd7d2c6cff84583659684690cc 07:24:14 latest 07:24:14 4.1.0-dev.1 07:24:14 30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:24:14 main 07:24:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:14 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:15 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc 07:24:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:24:15 b4b2e05d5251: Preparing 07:24:15 f3d837c16345: Preparing 07:24:15 4595fb17b40e: Preparing 07:24:15 322ccee0d998: Preparing 07:24:15 2c00723dd5b5: Preparing 07:24:15 dd9c8f8612c8: Preparing 07:24:15 dd9c8f8612c8: Waiting 07:24:15 322ccee0d998: Pushed 07:24:15 f3d837c16345: Pushed 07:24:15 2c00723dd5b5: Pushed 07:24:15 b4b2e05d5251: Pushed 07:24:15 dd9c8f8612c8: Layer already exists 07:24:22 4595fb17b40e: Pushed 07:24:22 30c083a5452dbfcd7d2c6cff84583659684690cc: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:22 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:22 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 07:24:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:24:22 b4b2e05d5251: Preparing 07:24:22 f3d837c16345: Preparing 07:24:22 4595fb17b40e: Preparing 07:24:22 322ccee0d998: Preparing 07:24:22 2c00723dd5b5: Preparing 07:24:22 dd9c8f8612c8: Preparing 07:24:22 dd9c8f8612c8: Waiting 07:24:22 b4b2e05d5251: Layer already exists 07:24:22 322ccee0d998: Layer already exists 07:24:22 f3d837c16345: Layer already exists 07:24:22 4595fb17b40e: Layer already exists 07:24:22 2c00723dd5b5: Layer already exists 07:24:22 dd9c8f8612c8: Layer already exists 07:24:22 latest: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:23 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:23 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 07:24:23 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:24:23 b4b2e05d5251: Preparing 07:24:23 f3d837c16345: Preparing 07:24:23 4595fb17b40e: Preparing 07:24:23 322ccee0d998: Preparing 07:24:23 2c00723dd5b5: Preparing 07:24:23 dd9c8f8612c8: Preparing 07:24:23 dd9c8f8612c8: Waiting 07:24:23 4595fb17b40e: Layer already exists 07:24:23 b4b2e05d5251: Layer already exists 07:24:23 f3d837c16345: Layer already exists 07:24:23 2c00723dd5b5: Layer already exists 07:24:23 322ccee0d998: Layer already exists 07:24:23 dd9c8f8612c8: Layer already exists 07:24:23 4.1.0-dev.1: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:23 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:24 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:24:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:24:24 b4b2e05d5251: Preparing 07:24:24 f3d837c16345: Preparing 07:24:24 4595fb17b40e: Preparing 07:24:24 322ccee0d998: Preparing 07:24:24 2c00723dd5b5: Preparing 07:24:24 dd9c8f8612c8: Preparing 07:24:24 322ccee0d998: Layer already exists 07:24:24 f3d837c16345: Layer already exists 07:24:24 b4b2e05d5251: Layer already exists 07:24:24 4595fb17b40e: Layer already exists 07:24:24 2c00723dd5b5: Layer already exists 07:24:24 dd9c8f8612c8: Layer already exists 07:24:24 30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:24 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:24 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 07:24:24 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:24:24 b4b2e05d5251: Preparing 07:24:24 f3d837c16345: Preparing 07:24:24 4595fb17b40e: Preparing 07:24:24 322ccee0d998: Preparing 07:24:24 2c00723dd5b5: Preparing 07:24:24 dd9c8f8612c8: Preparing 07:24:24 dd9c8f8612c8: Waiting 07:24:24 2c00723dd5b5: Layer already exists 07:24:24 4595fb17b40e: Layer already exists 07:24:24 322ccee0d998: Layer already exists 07:24:24 b4b2e05d5251: Layer already exists 07:24:24 f3d837c16345: Layer already exists 07:24:24 dd9c8f8612c8: Layer already exists 07:24:24 main: digest: sha256:11cbf5f9bd59053c342245f39e72f14f6d84bfaa44348bf61370f539ff163d44 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:24:25 ===================================================== [Pipeline] echo 07:24:25 taggedImages: 07:24:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc 07:24:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 07:24:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 07:24:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 07:24:25 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo 07:24:25 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] echo 07:24:25 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo 07:24:25 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.1 [Pipeline] echo 07:24:25 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:30c083a5452dbfcd7d2c6cff84583659684690cc-4.1.0-dev.1 [Pipeline] echo 07:24:25 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:24:25 07:24:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:24:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:24:25 arm64: Pulling from edgex-lftools-log-publisher 07:24:25 8998bd30e6a1: Pulling fs layer 07:24:25 04944245beec: Pulling fs layer 07:24:25 699f458cf7ca: Pulling fs layer 07:24:25 765212b225bb: Pulling fs layer 07:24:25 f23df028b6ca: Pulling fs layer 07:24:25 d65c8cfc05b1: Pulling fs layer 07:24:25 2437ff75d9bd: Pulling fs layer 07:24:25 765212b225bb: Waiting 07:24:25 f23df028b6ca: Waiting 07:24:25 d65c8cfc05b1: Waiting 07:24:25 2437ff75d9bd: Waiting 07:24:26 04944245beec: Verifying Checksum 07:24:26 04944245beec: Download complete 07:24:26 765212b225bb: Verifying Checksum 07:24:26 765212b225bb: Download complete 07:24:26 f23df028b6ca: Verifying Checksum 07:24:26 f23df028b6ca: Download complete 07:24:26 d65c8cfc05b1: Verifying Checksum 07:24:26 d65c8cfc05b1: Download complete 07:24:26 699f458cf7ca: Verifying Checksum 07:24:26 699f458cf7ca: Download complete 07:24:26 8998bd30e6a1: Verifying Checksum 07:24:26 8998bd30e6a1: Download complete 07:24:28 2437ff75d9bd: Verifying Checksum 07:24:28 2437ff75d9bd: Download complete 07:24:31 8998bd30e6a1: Pull complete 07:24:31 04944245beec: Pull complete 07:24:33 699f458cf7ca: Pull complete 07:24:33 765212b225bb: Pull complete 07:24:34 f23df028b6ca: Pull complete 07:24:34 d65c8cfc05b1: Pull complete 07:24:52 2437ff75d9bd: Pull complete 07:24:52 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:24:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:24:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:24:52 prd-ubuntu20.04-docker-arm64-4c-16g-42430 does not seem to be running inside a container 07:24:52 $ 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-rest-go/192 -v /w/workspace/device-rest-go/192:/w/workspace/device-rest-go/192:rw,z -v /w/workspace/device-rest-go/192@tmp:/w/workspace/device-rest-go/192@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:24:55 $ docker top 36d3d362938a60b3e7d9151efe582aebc419aab6e3619c67b9c78e78273f856d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:24:56 ---> job-cost.sh 07:24:56 lf-activate-venv: SKIPPING 07:24:56 INFO: No Stack... 07:24:56 INFO: Retrieving Pricing Info for: v3-standard-4 07:24:57 INFO: Archiving Costs [Pipeline] sh 07:24:58 + cat /w/workspace/device-rest-go/192/archives/cost.csv 07:24:58 + cut -d, -f6 [Pipeline] lock 07:24:58 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] 07:24:58 Resource [jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] did not exist. Created. 07:24:58 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:24:58 /w/workspace/device-rest-go/192@tmp/durable-ab9c05c7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:24:59 + echo total: 0.10999999940395355 [Pipeline] stash 07:24:59 Warning: overwriting stash ‘stack-cost’ 07:24:59 Stashed 1 file(s) [Pipeline] } 07:24:59 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-192-stack-cost] [Pipeline] // lock [Pipeline] } 07:24:59 $ docker stop --time=1 36d3d362938a60b3e7d9151efe582aebc419aab6e3619c67b9c78e78273f856d 07:25:01 $ docker rm -f --volumes 36d3d362938a60b3e7d9151efe582aebc419aab6e3619c67b9c78e78273f856d [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 07:25:01 provisioning config files... 07:25:01 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8069033771615608076tmp [Pipeline] { [Pipeline] sh 07:25:01 + set +x 07:25:01 + bash -s -- 07:25:01 + curl -s https://codecov.io/bash 07:25:02 07:25:02 _____ _ 07:25:02 / ____| | | 07:25:02 | | ___ __| | ___ ___ _____ __ 07:25:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:25:02 | |___| (_) | (_| | __/ (_| (_) \ V / 07:25:02 \_____\___/ \__,_|\___|\___\___/ \_/ 07:25:02 Bash-1.0.6 07:25:02 07:25:02 07:25:02 ==> git version 2.25.1 found 07:25:02 ==> 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 07:25:02 Release-Date: 2020-01-08 07:25:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 07:25:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:25:02 ==> Jenkins CI detected. 07:25:02 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 07:25:02 project root: . 07:25:02 --> token set from env 07:25:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:25:02 ==> Running gcov in . (disable via -X gcov) 07:25:02 ==> Python coveragepy not found 07:25:02 ==> Searching for coverage reports in: 07:25:02 + . 07:25:02 -> Found 1 reports 07:25:02 ==> Detecting git/mercurial file structure 07:25:02 ==> Reading reports 07:25:02 + ./coverage.out bytes=14565 07:25:02 ==> Appending adjustments 07:25:02 https://docs.codecov.io/docs/fixing-reports 07:25:02 + Found adjustments 07:25:02 ==> Gzipping contents 07:25:02 4.0K /tmp/codecov.ezutbU.gz 07:25:02 ==> Uploading reports 07:25:02 url: https://codecov.io 07:25:02 query: branch=main&commit=30c083a5452dbfcd7d2c6cff84583659684690cc&build=192&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F192%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:25:02 -> Pinging Codecov 07:25:02 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=30c083a5452dbfcd7d2c6cff84583659684690cc&build=192&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F192%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:25:02 -> Uploading to 07:25:02 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/30c083a5452dbfcd7d2c6cff84583659684690cc/2bfc86f6-4827-43e5-ae88-ac75b830b239.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250331%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250331T072502Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=48a8c89849c348e509203915898b52462714c18c017a99e55dd0178f8f1e204d 07:25:02 % Total % Received % Xferd Average Speed Time Time Time Current 07:25:02 Dload Upload Total Spent Left Speed 07:25:02 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2327 0 0 100 2327 0 13073 --:--:-- --:--:-- --:--:-- 13073 07:25:02 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] } 07:25:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:25:02 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:25:02 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:25:03 07:25:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:25:03 latest: Pulling from edgex-devops/edgex-snyk-go 07:25:03 43c4264eed91: Pulling fs layer 07:25:03 4cc291be95ef: Pulling fs layer 07:25:03 2ac1f1163629: Pulling fs layer 07:25:03 5c3c966382ef: Pulling fs layer 07:25:03 4f4fb700ef54: Pulling fs layer 07:25:03 d9c7d2e4e75e: Pulling fs layer 07:25:03 9c3e1370e548: Pulling fs layer 07:25:03 4f4fb700ef54: Waiting 07:25:03 d9c7d2e4e75e: Waiting 07:25:03 9c3e1370e548: Waiting 07:25:03 4cc291be95ef: Download complete 07:25:03 5c3c966382ef: Verifying Checksum 07:25:03 5c3c966382ef: Download complete 07:25:03 4f4fb700ef54: Verifying Checksum 07:25:03 4f4fb700ef54: Download complete 07:25:03 43c4264eed91: Download complete 07:25:03 43c4264eed91: Pull complete 07:25:03 4cc291be95ef: Pull complete 07:25:03 d9c7d2e4e75e: Verifying Checksum 07:25:03 d9c7d2e4e75e: Download complete 07:25:04 2ac1f1163629: Verifying Checksum 07:25:04 2ac1f1163629: Download complete 07:25:04 9c3e1370e548: Verifying Checksum 07:25:04 9c3e1370e548: Download complete 07:25:07 2ac1f1163629: Pull complete 07:25:07 5c3c966382ef: Pull complete 07:25:07 4f4fb700ef54: Pull complete 07:25:07 d9c7d2e4e75e: Pull complete 07:25:11 9c3e1370e548: Pull complete 07:25:11 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 07:25:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:25:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:11 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:25:11 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 07:25:14 $ docker top 2b855dfb9360e8e1965840107dc40dac913f826d1e0dd12769179970ea016e7e -eo pid,comm [Pipeline] { [Pipeline] sh 07:25:15 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo 07:25:15 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 07:25:15 + set -o pipefail 07:25:15 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 07:25:25 07:25:25 Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... 07:25:25 07:25:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/9fa7f3ce-c248-4884-9d95-91fefe0db0f7 07:25:25 07:25:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 07:25:25 [Pipeline] } 07:25:25 $ docker stop --time=1 2b855dfb9360e8e1965840107dc40dac913f826d1e0dd12769179970ea016e7e 07:25:28 $ docker rm -f --volumes 2b855dfb9360e8e1965840107dc40dac913f826d1e0dd12769179970ea016e7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:25:29 + git log --format=format:%s -1 30c083a5452dbfcd7d2c6cff84583659684690cc [Pipeline] sh 07:25:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:25:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:25:30 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:30 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:25:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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/py-git-semver:0.1.4 cat 07:25:30 $ docker top b9272b209c5f55495139d255ed5db9a6ed87af59190a1542c0c6685b698b1e54 -eo pid,comm 07:25:30 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). 07:25:30 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:25:30 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.12' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:25:31 + git semver [Pipeline] } 07:25:31 $ docker stop --time=1 b9272b209c5f55495139d255ed5db9a6ed87af59190a1542c0c6685b698b1e54 07:25:32 $ docker rm -f --volumes b9272b209c5f55495139d255ed5db9a6ed87af59190a1542c0c6685b698b1e54 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:25:33 07:25:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:25:33 0.23.1-centos7: Pulling from edgex-lftools 07:25:33 ab5ef0e58194: Pulling fs layer 07:25:33 9712f1f96733: Pulling fs layer 07:25:33 63f879dbbcfc: Pulling fs layer 07:25:33 0d9ebad4ef96: Pulling fs layer 07:25:33 e9a5061849ea: Pulling fs layer 07:25:33 d747dcd14b5f: Pulling fs layer 07:25:33 2de7ff778b66: Pulling fs layer 07:25:33 e9a5061849ea: Waiting 07:25:33 2de7ff778b66: Waiting 07:25:33 d747dcd14b5f: Waiting 07:25:33 9712f1f96733: Verifying Checksum 07:25:33 9712f1f96733: Download complete 07:25:33 63f879dbbcfc: Verifying Checksum 07:25:33 63f879dbbcfc: Download complete 07:25:33 e9a5061849ea: Verifying Checksum 07:25:33 e9a5061849ea: Download complete 07:25:33 d747dcd14b5f: Verifying Checksum 07:25:33 d747dcd14b5f: Download complete 07:25:33 ab5ef0e58194: Verifying Checksum 07:25:33 ab5ef0e58194: Download complete 07:25:33 0d9ebad4ef96: Verifying Checksum 07:25:33 0d9ebad4ef96: Download complete 07:25:33 2de7ff778b66: Verifying Checksum 07:25:33 2de7ff778b66: Download complete 07:25:37 ab5ef0e58194: Pull complete 07:25:37 9712f1f96733: Pull complete 07:25:37 63f879dbbcfc: Pull complete 07:25:41 0d9ebad4ef96: Pull complete 07:25:41 e9a5061849ea: Pull complete 07:25:41 d747dcd14b5f: Pull complete 07:25:42 2de7ff778b66: Pull complete 07:25:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:25:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:25:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:42 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:25:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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:0.23.1-centos7 cat 07:25:47 $ docker top a8ce5f847bc080bccd875cc4b28306bbc90260479628c2a201d83ba80a7ff6fa -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:25:47 provisioning config files... 07:25:47 copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1178048503721431743tmp 07:25:47 copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config274429220822030392tmp 07:25:47 copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8790493966363564604tmp [Pipeline] { [Pipeline] echo 07:25:47 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:25:47 ---> sigul-configuration.sh 07:25:47 gpg: directory `/root/.gnupg' created 07:25:47 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:25:47 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:25:47 gpg: keyring `/root/.gnupg/secring.gpg' created 07:25:47 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:25:47 gpg: CAST5 encrypted data 07:25:47 gpg: encrypted with 1 passphrase 07:25:47 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:25:47 + mkdir /home/jenkins 07:25:47 + mkdir /home/jenkins/sigul [Pipeline] sh 07:25:48 + 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 07:25:48 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:25:48 ---> sigul-install.sh 07:25:48 Sigul already installed; skipping installation. [Pipeline] sh 07:25:48 + git tag --list 07:25:48 v1.0.0 07:25:48 v1.1.0 07:25:48 v1.1.1 07:25:48 v1.1.2 07:25:48 v1.2.0 07:25:48 v1.2.1 07:25:48 v2.0.0 07:25:48 v2.1.0 07:25:48 v2.1.1 07:25:48 v2.2.0 07:25:48 v2.3.0 07:25:48 v3.0 07:25:48 v3.0.0 07:25:48 v3.1 07:25:48 v3.1.0 07:25:48 v3.1.1 07:25:48 v4.0 07:25:48 v4.0.0 07:25:48 v4.0.0-dev.1 07:25:48 v4.0.0-dev.10 07:25:48 v4.0.0-dev.11 07:25:48 v4.0.0-dev.12 07:25:48 v4.0.0-dev.2 07:25:48 v4.0.0-dev.3 07:25:48 v4.0.0-dev.4 07:25:48 v4.0.0-dev.5 07:25:48 v4.0.0-dev.6 07:25:48 v4.0.0-dev.7 07:25:48 v4.0.0-dev.8 07:25:48 v4.0.0-dev.9 [Pipeline] sh 07:25:49 + lftools sign git-tag v4.1.0-dev.1 07:25:49 Signing Git tag with Sigul... 07:25:49 Signing v4.1.0-dev.1 07:25:49 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v4.1.0-dev.1'], return code 1, stdout , stderr [Pipeline] echo 07:25:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:25:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:25:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:25:49 $ docker stop --time=1 a8ce5f847bc080bccd875cc4b28306bbc90260479628c2a201d83ba80a7ff6fa 07:25:51 $ docker rm -f --volumes a8ce5f847bc080bccd875cc4b28306bbc90260479628c2a201d83ba80a7ff6fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:25:51 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:25:51 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:25:52 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:52 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:25:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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/py-git-semver:0.1.4 cat 07:25:52 $ docker top 024e9f31428d3440d488bc5a366fe7955d6c186c9b3fefe7b58c25bc574e8c98 -eo pid,comm 07:25:52 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). 07:25:52 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:25:52 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.12' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:25:52 + git semver [Pipeline] } 07:25:53 $ docker stop --time=1 024e9f31428d3440d488bc5a366fe7955d6c186c9b3fefe7b58c25bc574e8c98 07:25:54 $ docker rm -f --volumes 024e9f31428d3440d488bc5a366fe7955d6c186c9b3fefe7b58c25bc574e8c98 [Pipeline] // withDockerContainer [Pipeline] sh 07:25:54 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:25:54 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:25:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:25:55 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:25:55 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:25:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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/py-git-semver:0.1.4 cat 07:25:55 $ docker top 4e2f144bf0e3a82bfe797f8457ba7a4f8cc62b099d8c7bb94f6fde87b9352aea -eo pid,comm 07:25:55 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). 07:25:55 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:25:55 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v4.0.0-dev.12' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:25:55 + git semver [Pipeline] } 07:25:56 $ docker stop --time=1 4e2f144bf0e3a82bfe797f8457ba7a4f8cc62b099d8c7bb94f6fde87b9352aea 07:25:57 $ docker rm -f --volumes 4e2f144bf0e3a82bfe797f8457ba7a4f8cc62b099d8c7bb94f6fde87b9352aea [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 07:25:58 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 07:25:58 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 07:25:58 total 16 07:25:58 drwxr-xr-x 3 root root 4096 Mar 31 07:15 . 07:25:58 drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 07:25 .. 07:25:58 drwxr-xr-x 2 root root 4096 Mar 31 07:15 cost 07:25:58 -rw-r--r-- 1 root root 86 Mar 31 07:15 cost.csv 07:25:58 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 07:25:58 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 07:25:58 total 16 07:25:58 drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 07:15 . 07:25:58 drwxrwxr-x 10 jenkins jenkins 4096 Mar 31 07:25 .. 07:25:58 drwxr-xr-x 2 jenkins jenkins 4096 Mar 31 07:15 cost 07:25:58 -rw-r--r-- 1 jenkins jenkins 86 Mar 31 07:15 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:25:58 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:25:59 ---> package-listing.sh 07:25:59 ++ facter osfamily 07:25:59 ++ tr '[:upper:]' '[:lower:]' 07:25:59 + OS_FAMILY=debian 07:25:59 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 07:25:59 + START_PACKAGES=/tmp/packages_start.txt 07:25:59 + END_PACKAGES=/tmp/packages_end.txt 07:25:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:25:59 + PACKAGES=/tmp/packages_start.txt 07:25:59 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 07:25:59 + PACKAGES=/tmp/packages_end.txt 07:25:59 + case "${OS_FAMILY}" in 07:25:59 + dpkg -l 07:25:59 + grep '^ii' 07:25:59 + '[' -f /tmp/packages_start.txt ']' 07:25:59 + '[' -f /tmp/packages_end.txt ']' 07:25:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:25:59 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 07:25:59 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 07:25:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo 07:25:59 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/edgexfoundry_device-rest-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:25:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:26:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:26:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:26:00 prd-ubuntu20.04-docker-8c-8g-42429 does not seem to be running inside a container 07:26:00 $ 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/edgexfoundry_device-rest-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/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-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 07:26:00 $ docker top 5896dc68aed7ca99fbb708a63cf1d13ad170c995753f594d06d6f12c528ce0d6 -eo pid,comm [Pipeline] { [Pipeline] sh 07:26:01 + touch /tmp/pre-build-complete [Pipeline] sh 07:26:01 + mkdir -p /var/log/sysstat [Pipeline] sh 07:26:01 + ls /var/log/sa-host 07:26:01 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:26:01 provisioning config files... 07:26:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8704112984634908592tmp [Pipeline] { [Pipeline] echo 07:26:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:26:01 ---> create-netrc.sh [Pipeline] } 07:26:01 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:26:02 ---> python-tools-install.sh [Pipeline] echo 07:26:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:26:02 ---> sudo-logs.sh 07:26:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:26:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:26:02 ---> job-cost.sh 07:26:02 lf-activate-venv: SKIPPING 07:26:02 DEBUG: total: 0.2199999988079071 07:26:02 INFO: Retrieving Stack Cost... 07:26:03 INFO: Retrieving Pricing Info for: v3-standard-8 07:26:03 INFO: Archiving Costs [Pipeline] echo 07:26:03 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:26:04 ---> logs-deploy.sh 07:26:04 lf-activate-venv: SKIPPING 07:26:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/192 07:26:04 INFO: archiving workspace using pattern(s): 07:26:05 Archives upload complete. 07:26:05 INFO: archiving logs to Nexus 07:26:05 ---> uname -a: 07:26:05 Linux prd-ubuntu20-04-docker-8c-8g-42429 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:26:05 07:26:05 07:26:05 ---> lscpu: 07:26:05 Architecture: x86_64 07:26:05 CPU op-mode(s): 32-bit, 64-bit 07:26:05 Byte Order: Little Endian 07:26:05 Address sizes: 40 bits physical, 48 bits virtual 07:26:05 CPU(s): 8 07:26:05 On-line CPU(s) list: 0-7 07:26:05 Thread(s) per core: 1 07:26:05 Core(s) per socket: 1 07:26:05 Socket(s): 8 07:26:05 NUMA node(s): 1 07:26:05 Vendor ID: AuthenticAMD 07:26:05 CPU family: 23 07:26:05 Model: 49 07:26:05 Model name: AMD EPYC-Rome Processor 07:26:05 Stepping: 0 07:26:05 CPU MHz: 2800.000 07:26:05 BogoMIPS: 5600.00 07:26:05 Virtualization: AMD-V 07:26:05 Hypervisor vendor: KVM 07:26:05 Virtualization type: full 07:26:05 L1d cache: 256 KiB 07:26:05 L1i cache: 256 KiB 07:26:05 L2 cache: 4 MiB 07:26:05 L3 cache: 128 MiB 07:26:05 NUMA node0 CPU(s): 0-7 07:26:05 Vulnerability Itlb multihit: Not affected 07:26:05 Vulnerability L1tf: Not affected 07:26:05 Vulnerability Mds: Not affected 07:26:05 Vulnerability Meltdown: Not affected 07:26:05 Vulnerability Mmio stale data: Not affected 07:26:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:26:05 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:26:05 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:26:05 Vulnerability Srbds: Not affected 07:26:05 Vulnerability Tsx async abort: Not affected 07:26:05 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 07:26:05 07:26:05 07:26:05 ---> nproc: 07:26:05 8 07:26:05 07:26:05 07:26:05 ---> df -h: 07:26:05 Filesystem Size Used Avail Use% Mounted on 07:26:05 overlay 155G 14G 142G 9% / 07:26:05 tmpfs 64M 0 64M 0% /dev 07:26:05 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:26:05 shm 64M 0 64M 0% /dev/shm 07:26:05 /dev/vda1 155G 14G 142G 9% /facter-os 07:26:05 07:26:05 07:26:05 ---> sar -b -r -n DEV: 07:26:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-42429) 03/31/25 _x86_64_ (8 CPU) 07:26:05 07:26:05 07:10:43 LINUX RESTART (8 CPU) 07:26:05 07:26:05 07:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:26:05 07:12:01 432.64 40.72 391.92 0.00 4497.14 123598.71 0.00 07:26:05 07:13:01 241.76 3.25 238.51 0.00 39.73 75179.60 0.00 07:26:05 07:14:01 101.95 0.10 101.85 0.00 3.07 32473.52 0.00 07:26:05 07:15:01 78.37 0.08 78.29 0.00 6.13 15557.63 0.00 07:26:05 07:16:01 78.62 10.41 68.21 0.00 3464.89 20872.25 0.00 07:26:05 07:17:01 2.35 0.02 2.33 0.00 0.13 30.79 0.00 07:26:05 07:18:01 1.27 0.00 1.27 0.00 0.00 13.73 0.00 07:26:05 07:19:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 07:26:05 07:20:01 0.90 0.00 0.90 0.00 0.00 10.40 0.00 07:26:05 07:21:01 1.33 0.00 1.33 0.00 0.00 24.93 0.00 07:26:05 07:22:01 1.40 0.00 1.40 0.00 0.00 14.66 0.00 07:26:05 07:23:01 1.02 0.00 1.02 0.00 0.00 12.80 0.00 07:26:05 07:24:01 1.12 0.00 1.12 0.00 0.00 12.80 0.00 07:26:05 07:25:01 1.12 0.00 1.12 0.00 0.00 14.00 0.00 07:26:05 07:26:01 173.01 0.38 172.63 0.00 33.72 68477.84 0.00 07:26:05 Average: 74.16 3.62 70.53 0.00 531.87 22307.13 0.00 07:26:05 07:26:05 07:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:26:05 07:12:01 29114032 31515800 800104 2.43 80656 2586028 1994504 5.88 1051276 2318264 3904 07:26:05 07:13:01 27115564 31406520 894952 2.72 186268 4196484 1990004 5.86 1705748 3479160 674552 07:26:05 07:14:01 27102088 31522556 780548 2.37 191356 4326108 1851696 5.46 1375372 3825348 310092 07:26:05 07:15:01 27514644 31539236 763712 2.32 193752 3948000 1724684 5.08 1361328 3450360 64 07:26:05 07:16:01 26762940 31517000 774792 2.36 205160 4604180 1812824 5.34 1535148 3948588 512 07:26:05 07:17:01 26764580 31518608 773436 2.35 205200 4604176 1812824 5.34 1533988 3948556 56 07:26:05 07:18:01 26765884 31520056 771724 2.35 205232 4604184 1812824 5.34 1532672 3948560 164 07:26:05 07:19:01 26770516 31524708 767084 2.33 205264 4604184 1812824 5.34 1527572 3948568 12 07:26:05 07:20:01 26772232 31526472 765288 2.33 205288 4604188 1812824 5.34 1526280 3948572 36 07:26:05 07:21:01 26772720 31527240 764668 2.33 205388 4604168 1828896 5.39 1525596 3948768 232 07:26:05 07:22:01 26773208 31527780 764116 2.32 205424 4604168 1828896 5.39 1525448 3948768 8 07:26:05 07:23:01 26773308 31527908 763912 2.32 205464 4604172 1828896 5.39 1525184 3948772 176 07:26:05 07:24:01 26772812 31527448 764276 2.32 205488 4604172 1828896 5.39 1525868 3948772 192 07:26:05 07:25:01 26772032 31526700 765012 2.33 205524 4604192 1828896 5.39 1527240 3948808 204 07:26:05 07:26:01 25263608 31461140 823260 2.50 232772 5888144 2000132 5.89 1659876 5184488 320 07:26:05 Average: 26920678 31512611 782459 2.38 195882 4465770 1851308 5.46 1495906 3849623 66035 07:26:05 07:26:05 07:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:26:05 07:12:01 veth54817c8 122.69 132.37 12.19 120.97 0.00 0.00 0.00 0.01 07:26:05 07:12:01 ens3 772.04 576.04 6653.78 117.24 0.00 0.00 0.00 0.00 07:26:05 07:12:01 docker0 191.81 205.41 15.24 540.69 0.00 0.00 0.00 0.00 07:26:05 07:12:01 lo 6.71 6.71 0.66 0.66 0.00 0.00 0.00 0.00 07:26:05 07:13:01 ens3 346.88 171.12 2767.75 26.05 0.00 0.00 0.00 0.00 07:26:05 07:13:01 docker0 154.17 321.18 13.50 2736.19 0.00 0.00 0.00 0.00 07:26:05 07:13:01 veth22ed2d0 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:26:05 07:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:26:05 07:14:01 ens3 24.20 13.93 57.75 9.39 0.00 0.00 0.00 0.00 07:26:05 07:14:01 docker0 1.57 2.75 0.09 38.12 0.00 0.00 0.00 0.00 07:26:05 07:14:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 07:26:05 07:15:01 ens3 61.71 52.18 167.56 189.49 0.00 0.00 0.00 0.00 07:26:05 07:15:01 docker0 3.58 6.95 0.21 76.81 0.00 0.00 0.00 0.00 07:26:05 07:15:01 lo 6.93 6.93 0.68 0.68 0.00 0.00 0.00 0.00 07:26:05 07:16:01 ens3 153.89 86.79 3927.72 12.52 0.00 0.00 0.00 0.00 07:26:05 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:16:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 07:26:05 07:17:01 ens3 1.45 0.73 1.62 0.30 0.00 0.00 0.00 0.00 07:26:05 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:26:05 07:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:26:05 07:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:26:05 07:20:01 ens3 0.05 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:21:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:26:05 07:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:26:05 07:22:01 ens3 0.15 0.10 0.08 0.07 0.00 0.00 0.00 0.00 07:26:05 07:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:23:01 ens3 0.65 0.15 0.11 0.01 0.00 0.00 0.00 0.00 07:26:05 07:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:26:05 07:24:01 ens3 0.42 0.33 0.26 0.21 0.00 0.00 0.00 0.00 07:26:05 07:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:25:01 ens3 1.48 1.05 1.54 0.53 0.00 0.00 0.00 0.00 07:26:05 07:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:26:05 07:25:01 lo 0.25 0.25 0.02 0.02 0.00 0.00 0.00 0.00 07:26:05 07:26:01 ens3 440.42 277.06 8040.14 177.62 0.00 0.00 0.00 0.00 07:26:05 07:26:01 docker0 49.58 90.07 4.87 853.72 0.00 0.00 0.00 0.00 07:26:05 07:26:01 lo 2.02 2.02 0.20 0.20 0.00 0.00 0.00 0.00 07:26:05 Average: ens3 119.51 78.09 1435.39 35.47 0.00 0.00 0.00 0.00 07:26:05 Average: docker0 26.53 41.57 2.25 282.73 0.00 0.00 0.00 0.00 07:26:05 Average: lo 1.22 1.22 0.12 0.12 0.00 0.00 0.00 0.00 07:26:05 07:26:05 07:26:05 ---> sar -P ALL: 07:26:05 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-42429) 03/31/25 _x86_64_ (8 CPU) 07:26:05 07:26:05 07:10:43 LINUX RESTART (8 CPU) 07:26:05 07:26:05 07:11:02 CPU %user %nice %system %iowait %steal %idle 07:26:05 07:12:01 all 10.11 0.00 3.62 2.65 0.06 83.56 07:26:05 07:12:01 0 10.65 0.00 3.42 0.46 0.05 85.42 07:26:05 07:12:01 1 11.77 0.00 3.62 3.83 0.07 80.71 07:26:05 07:12:01 2 9.29 0.00 3.13 1.35 0.07 86.16 07:26:05 07:12:01 3 11.33 0.00 2.83 3.75 0.05 82.03 07:26:05 07:12:01 4 11.14 0.00 5.34 0.22 0.07 83.22 07:26:05 07:12:01 5 8.09 0.00 3.91 10.18 0.07 77.75 07:26:05 07:12:01 6 8.86 0.00 3.60 0.74 0.05 86.76 07:26:05 07:12:01 7 9.77 0.00 3.15 0.68 0.05 86.34 07:26:05 07:13:01 all 29.75 0.00 7.70 3.87 0.07 58.61 07:26:05 07:13:01 0 29.31 0.00 7.39 1.62 0.05 61.62 07:26:05 07:13:01 1 30.34 0.00 7.03 0.71 0.07 61.84 07:26:05 07:13:01 2 28.92 0.00 7.67 0.73 0.08 62.60 07:26:05 07:13:01 3 27.79 0.00 8.83 1.10 0.07 62.21 07:26:05 07:13:01 4 30.15 0.00 8.26 20.97 0.08 40.54 07:26:05 07:13:01 5 30.56 0.00 6.88 3.26 0.07 59.24 07:26:05 07:13:01 6 30.47 0.00 6.46 0.88 0.08 62.11 07:26:05 07:13:01 7 30.44 0.00 9.07 1.65 0.08 58.75 07:26:05 07:14:01 all 42.63 0.00 6.50 1.16 0.08 49.63 07:26:05 07:14:01 0 41.87 0.00 6.36 0.52 0.10 51.15 07:26:05 07:14:01 1 42.12 0.00 6.52 0.12 0.07 51.18 07:26:05 07:14:01 2 42.95 0.00 6.16 0.71 0.08 50.10 07:26:05 07:14:01 3 41.35 0.00 7.51 0.12 0.07 50.95 07:26:05 07:14:01 4 44.57 0.00 6.66 7.37 0.08 41.31 07:26:05 07:14:01 5 42.06 0.00 5.91 0.08 0.07 51.88 07:26:05 07:14:01 6 42.83 0.00 6.48 0.03 0.08 50.57 07:26:05 07:14:01 7 43.29 0.00 6.45 0.32 0.07 49.88 07:26:05 07:15:01 all 1.68 0.00 0.57 0.64 0.02 97.09 07:26:05 07:15:01 0 0.63 0.00 0.55 1.37 0.02 97.43 07:26:05 07:15:01 1 2.20 0.00 0.45 0.03 0.02 97.30 07:26:05 07:15:01 2 1.89 0.00 0.52 0.22 0.02 97.36 07:26:05 07:15:01 3 2.28 0.00 0.54 0.00 0.02 97.17 07:26:05 07:15:01 4 0.69 0.00 0.62 3.38 0.03 95.29 07:26:05 07:15:01 5 0.99 0.00 0.38 0.00 0.03 98.60 07:26:05 07:15:01 6 3.47 0.00 0.90 0.02 0.02 95.60 07:26:05 07:15:01 7 1.27 0.00 0.62 0.13 0.02 97.96 07:26:05 07:16:01 all 3.38 0.00 1.57 1.25 0.03 93.78 07:26:05 07:16:01 0 2.29 0.00 1.99 0.40 0.02 95.31 07:26:05 07:16:01 1 2.42 0.00 0.97 0.55 0.03 96.02 07:26:05 07:16:01 2 3.80 0.00 1.19 0.22 0.02 94.78 07:26:05 07:16:01 3 4.33 0.00 1.85 2.53 0.02 91.28 07:26:05 07:16:01 4 3.52 0.00 1.31 4.45 0.02 90.71 07:26:05 07:16:01 5 2.94 0.00 1.99 0.43 0.05 94.58 07:26:05 07:16:01 6 3.75 0.00 1.57 0.90 0.03 93.74 07:26:05 07:16:01 7 3.96 0.00 1.66 0.50 0.03 93.84 07:26:05 07:17:01 all 0.03 0.00 0.02 0.01 0.01 99.94 07:26:05 07:17:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:26:05 07:17:01 1 0.05 0.00 0.02 0.00 0.02 99.92 07:26:05 07:17:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:26:05 07:17:01 3 0.07 0.00 0.00 0.00 0.00 99.93 07:26:05 07:17:01 4 0.05 0.00 0.02 0.03 0.02 99.88 07:26:05 07:17:01 5 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:17:01 6 0.03 0.00 0.03 0.02 0.02 99.90 07:26:05 07:17:01 7 0.02 0.00 0.03 0.00 0.00 99.95 07:26:05 07:18:01 all 0.03 0.00 0.01 0.00 0.01 99.94 07:26:05 07:18:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:26:05 07:18:01 1 0.03 0.00 0.03 0.00 0.03 99.90 07:26:05 07:18:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:26:05 07:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:26:05 07:18:01 4 0.08 0.00 0.02 0.02 0.02 99.87 07:26:05 07:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:26:05 07:18:01 6 0.05 0.00 0.02 0.02 0.02 99.90 07:26:05 07:18:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:26:05 07:19:01 all 0.03 0.00 0.01 0.00 0.01 99.95 07:26:05 07:19:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:26:05 07:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 07:26:05 07:19:01 2 0.00 0.00 0.00 0.00 0.02 99.98 07:26:05 07:19:01 3 0.03 0.00 0.02 0.00 0.02 99.93 07:26:05 07:19:01 4 0.05 0.00 0.02 0.00 0.00 99.93 07:26:05 07:19:01 5 0.02 0.00 0.00 0.00 0.00 99.98 07:26:05 07:19:01 6 0.03 0.00 0.00 0.03 0.00 99.93 07:26:05 07:19:01 7 0.03 0.00 0.00 0.00 0.02 99.95 07:26:05 07:20:01 all 0.05 0.00 0.01 0.00 0.01 99.93 07:26:05 07:20:01 0 0.03 0.00 0.02 0.00 0.02 99.93 07:26:05 07:20:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:26:05 07:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:20:01 3 0.25 0.00 0.00 0.00 0.00 99.75 07:26:05 07:20:01 4 0.03 0.00 0.00 0.00 0.02 99.95 07:26:05 07:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:26:05 07:20:01 6 0.03 0.00 0.02 0.02 0.02 99.92 07:26:05 07:20:01 7 0.03 0.00 0.02 0.00 0.00 99.95 07:26:05 07:21:01 all 0.04 0.00 0.01 0.01 0.01 99.93 07:26:05 07:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:21:01 1 0.05 0.00 0.03 0.00 0.03 99.88 07:26:05 07:21:01 2 0.00 0.00 0.00 0.02 0.00 99.98 07:26:05 07:21:01 3 0.02 0.00 0.00 0.00 0.00 99.98 07:26:05 07:21:01 4 0.02 0.00 0.02 0.02 0.00 99.95 07:26:05 07:21:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:26:05 07:21:01 6 0.07 0.00 0.02 0.05 0.02 99.85 07:26:05 07:21:01 7 0.17 0.00 0.00 0.00 0.02 99.82 07:26:05 07:22:01 all 0.04 0.00 0.01 0.00 0.01 99.94 07:26:05 07:22:01 0 0.03 0.00 0.05 0.00 0.02 99.90 07:26:05 07:22:01 1 0.00 0.00 0.02 0.00 0.02 99.97 07:26:05 07:22:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:22:01 3 0.12 0.00 0.00 0.00 0.00 99.88 07:26:05 07:22:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:26:05 07:22:01 5 0.00 0.00 0.00 0.00 0.02 99.98 07:26:05 07:22:01 6 0.05 0.00 0.02 0.03 0.02 99.88 07:26:05 07:22:01 7 0.05 0.00 0.00 0.00 0.02 99.93 07:26:05 07:26:05 07:22:01 CPU %user %nice %system %iowait %steal %idle 07:26:05 07:23:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:26:05 07:23:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:23:01 1 0.05 0.00 0.00 0.00 0.02 99.93 07:26:05 07:23:01 2 0.00 0.00 0.02 0.00 0.00 99.98 07:26:05 07:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:26:05 07:23:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:26:05 07:23:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:26:05 07:23:01 6 0.02 0.00 0.00 0.03 0.02 99.93 07:26:05 07:23:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:24:01 all 0.02 0.00 0.01 0.00 0.01 99.96 07:26:05 07:24:01 0 0.02 0.00 0.00 0.00 0.02 99.97 07:26:05 07:24:01 1 0.03 0.00 0.02 0.00 0.03 99.92 07:26:05 07:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:26:05 07:24:01 4 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:24:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:26:05 07:24:01 6 0.03 0.00 0.02 0.02 0.00 99.93 07:26:05 07:24:01 7 0.02 0.00 0.00 0.00 0.02 99.97 07:26:05 07:25:01 all 0.07 0.00 0.02 0.00 0.01 99.90 07:26:05 07:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:26:05 07:25:01 1 0.03 0.00 0.03 0.00 0.03 99.90 07:26:05 07:25:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:26:05 07:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 07:26:05 07:25:01 4 0.05 0.00 0.02 0.00 0.02 99.92 07:26:05 07:25:01 5 0.00 0.00 0.00 0.00 0.00 100.00 07:26:05 07:25:01 6 0.07 0.00 0.02 0.02 0.02 99.88 07:26:05 07:25:01 7 0.33 0.00 0.02 0.02 0.00 99.63 07:26:05 07:26:01 all 9.71 0.00 4.30 2.32 0.06 83.61 07:26:05 07:26:01 0 9.74 0.00 3.47 0.66 0.05 86.09 07:26:05 07:26:01 1 9.93 0.00 4.40 2.77 0.05 82.85 07:26:05 07:26:01 2 8.97 0.00 3.99 0.07 0.05 86.92 07:26:05 07:26:01 3 9.75 0.00 5.32 6.07 0.07 78.79 07:26:05 07:26:01 4 10.18 0.00 3.85 0.20 0.07 85.70 07:26:05 07:26:01 5 9.05 0.00 4.08 0.34 0.05 86.48 07:26:05 07:26:01 6 10.53 0.00 4.92 1.56 0.07 82.92 07:26:05 07:26:01 7 9.52 0.00 4.38 6.96 0.07 79.08 07:26:05 Average: all 6.45 0.00 1.61 0.79 0.03 91.12 07:26:05 Average: 0 6.26 0.00 1.54 0.33 0.02 91.84 07:26:05 Average: 1 6.55 0.00 1.53 0.53 0.03 91.36 07:26:05 Average: 2 6.34 0.00 1.50 0.22 0.02 91.92 07:26:05 Average: 3 6.44 0.00 1.78 0.89 0.02 90.86 07:26:05 Average: 4 6.64 0.00 1.73 2.43 0.03 89.17 07:26:05 Average: 5 6.19 0.00 1.53 0.93 0.02 91.33 07:26:05 Average: 6 6.63 0.00 1.59 0.29 0.03 91.46 07:26:05 Average: 7 6.56 0.00 1.68 0.68 0.03 91.05 07:26:05 07:26:05 07:26:05