Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 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-ssh17321719206948105145.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-ssh2419057205560858903.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-ssh12322168913067177719.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-ssh7522697417772315863.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-ssh97401837344213620.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 Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-3225’ Running on prd-ubuntu20.04-docker-8c-8g-3233 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 Avoid second fetch Checking out Revision 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 (main) Commit message: "Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.11" > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 # timeout=10 > git rev-list --no-walk c373b56233cd9cbd8cdcfbe77523dd4dc7823e66 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:55:26 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:55:26 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:55:26 ========================================================= 06:55:26 EdgeX Global Pipelines Version Info 06:55:26 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:55:27 ------------------- 06:55:27 stable info: 06:55:27 ------------------- 06:55:27 Commited By: Ginny Guan ginny@iotechsys.com 06:55:27 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 06:55:27 Message: update stable to v1.0.274 06:55:28 ------------------- 06:55:28 experimental info: 06:55:28 ------------------- 06:55:28 Commited By: **** collab-it+edgex@linuxfoundation.org 06:55:28 Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 06:55:28 Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:55:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:55:29 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:55:29 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo 06:55:29 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 746a286 [Pipeline] echo 06:55:29 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:55:29 provisioning config files... 06:55:29 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9318655670158573827tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:55:29 ---> ****-login.sh 06:55:29 nexus3.edgexfoundry.org:10001 06:55:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:30 Configure a credential helper to remove this warning. See 06:55:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:30 06:55:30 Login Succeeded 06:55:30 nexus3.edgexfoundry.org:10002 06:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:30 Configure a credential helper to remove this warning. See 06:55:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:30 06:55:30 Login Succeeded 06:55:30 nexus3.edgexfoundry.org:10003 06:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:30 Configure a credential helper to remove this warning. See 06:55:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:30 06:55:30 Login Succeeded 06:55:30 nexus3.edgexfoundry.org:10004 06:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:30 Configure a credential helper to remove this warning. See 06:55:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:30 06:55:30 Login Succeeded 06:55:30 ****.io 06:55:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:30 Configure a credential helper to remove this warning. See 06:55:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:30 06:55:30 Login Succeeded 06:55:30 ---> ****-login.sh ends [Pipeline] } 06:55:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:55:30 + git rev-list -1 --merges 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9~1..746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo 06:55:31 -----------> git rev-list -1 --merges 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9~1..746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 06:55:31 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [false] [Pipeline] sh 06:55:31 + git log --format=format:%s -1 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo 06:55:31 ========================================================= 06:55:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:55:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:55:31 + git log --format=format:%s -1 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo 06:55:31 [semverPrep] GIT_COMMIT: 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9, Commit Message: Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.11 [Pipeline] echo 06:55:31 [semverPrep] This is not a build commit. [Pipeline] sh 06:55:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:55:32 + grep -v github /etc/ssh/ssh_known_hosts 06:55:32 + [ -e /tmp/ssh_known_hosts ] 06:55:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:55:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:55:32 + sudo tee -a /etc/ssh/ssh_known_hosts 06:55:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:55:32 06:55:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:55:32 0.1.4: Pulling from edgex-devops/py-git-semver 06:55:32 3dae71ba6b94: Pulling fs layer 06:55:32 6bf1a483ea7c: Pulling fs layer 06:55:32 f5dfc541a4d3: Pulling fs layer 06:55:32 461d9e800cba: Pulling fs layer 06:55:32 80192f66455f: Pulling fs layer 06:55:32 2e8e34ca0e6c: Pulling fs layer 06:55:32 a29436f7fd5d: Pulling fs layer 06:55:32 80192f66455f: Waiting 06:55:32 2e8e34ca0e6c: Waiting 06:55:32 461d9e800cba: Waiting 06:55:32 923cac83aea3: Pulling fs layer 06:55:32 a29436f7fd5d: Waiting 06:55:32 25ad8b0a4227: Pulling fs layer 06:55:32 923cac83aea3: Waiting 06:55:32 db01528c6b51: Pulling fs layer 06:55:32 28988de357af: Pulling fs layer 06:55:32 25ad8b0a4227: Waiting 06:55:32 db01528c6b51: Waiting 06:55:32 28988de357af: Waiting 06:55:32 6bf1a483ea7c: Verifying Checksum 06:55:32 6bf1a483ea7c: Download complete 06:55:33 461d9e800cba: Verifying Checksum 06:55:33 461d9e800cba: Download complete 06:55:33 80192f66455f: Download complete 06:55:33 f5dfc541a4d3: Verifying Checksum 06:55:33 f5dfc541a4d3: Download complete 06:55:33 3dae71ba6b94: Download complete 06:55:33 923cac83aea3: Download complete 06:55:33 25ad8b0a4227: Verifying Checksum 06:55:33 25ad8b0a4227: Download complete 06:55:33 db01528c6b51: Download complete 06:55:33 28988de357af: Verifying Checksum 06:55:33 28988de357af: Download complete 06:55:33 a29436f7fd5d: Verifying Checksum 06:55:33 a29436f7fd5d: Download complete 06:55:33 2e8e34ca0e6c: Verifying Checksum 06:55:33 2e8e34ca0e6c: Download complete 06:55:34 3dae71ba6b94: Pull complete 06:55:34 6bf1a483ea7c: Pull complete 06:55:35 f5dfc541a4d3: Pull complete 06:55:35 461d9e800cba: Pull complete 06:55:35 80192f66455f: Pull complete 06:55:38 2e8e34ca0e6c: Pull complete 06:55:39 a29436f7fd5d: Pull complete 06:55:39 923cac83aea3: Pull complete 06:55:39 25ad8b0a4227: Pull complete 06:55:39 db01528c6b51: Pull complete 06:55:39 28988de357af: Pull complete 06:55:39 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 06:55:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:55:39 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:55:39 prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container 06:55:39 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:55:42 $ docker top 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 -eo pid,comm 06:55:42 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). 06:55:42 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:55:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:55:42 [ssh-agent] Looking for ssh-agent implementation... 06:55:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:55:42 $ docker exec 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 ssh-agent 06:55:42 SSH_AUTH_SOCK=/tmp/ssh-lZaFhQQ8o3na/agent.32 06:55:42 SSH_AGENT_PID=38 06:55:42 Running ssh-add (command line suppressed) 06:55:42 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15245518227621608437.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15245518227621608437.key) 06:55:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:55:43 + git tag --points-at HEAD [Pipeline] } 06:55:43 $ docker exec --env ******** --env ******** 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 ssh-agent -k 06:55:43 unset SSH_AUTH_SOCK; 06:55:43 unset SSH_AGENT_PID; 06:55:43 echo Agent pid 38 killed; 06:55:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:55:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:55:43 [ssh-agent] Looking for ssh-agent implementation... 06:55:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:55:43 $ docker exec 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 ssh-agent 06:55:43 SSH_AUTH_SOCK=/tmp/ssh-5QSEsAqr3Mug/agent.71 06:55:43 SSH_AGENT_PID=77 06:55:43 Running ssh-add (command line suppressed) 06:55:43 Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4156564045304481883.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4156564045304481883.key) 06:55:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:55:44 + git semver init 06:55:44 2025-06-13 06:55:44,226 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:55:44 2025-06-13 06:55:44,231 [run_init] DEBUG init version:0.0.0 force:False 06:55:44 2025-06-13 06:55:44,232 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver 06:55:44 2025-06-13 06:55:44,233 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver 06:55:44 2025-06-13 06:55:44,233 [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, stdin=None, shell=False, universal_newlines=False) 06:55:46 2025-06-13 06:55:45,671 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude 06:55:46 2025-06-13 06:55:45,672 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False 06:55:46 2025-06-13 06:55:45,672 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:55:46 2025-06-13 06:55:45,672 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main 06:55:46 4.1.0-dev.2 [Pipeline] } 06:55:46 $ docker exec --env ******** --env ******** 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 ssh-agent -k 06:55:46 unset SSH_AUTH_SOCK; 06:55:46 unset SSH_AGENT_PID; 06:55:46 echo Agent pid 77 killed; 06:55:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:55:46 + git semver [Pipeline] } 06:55:46 $ docker stop --time=1 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 06:55:48 $ docker rm -f --volumes 2515c7030bb77fb5ab079f139afed28b60dad446105f4186e29ed4913ae15c14 [Pipeline] // withDockerContainer [Pipeline] sh 06:55:48 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:55:48 Stashed 1 file(s) [Pipeline] echo 06:55:48 [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [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 06:55:49 provisioning config files... 06:55:49 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10140883680784465669tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:55:49 ---> ****-login.sh 06:55:49 nexus3.edgexfoundry.org:10001 06:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:49 Configure a credential helper to remove this warning. See 06:55:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:49 06:55:49 Login Succeeded 06:55:49 nexus3.edgexfoundry.org:10002 06:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:49 Configure a credential helper to remove this warning. See 06:55:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:49 06:55:49 Login Succeeded 06:55:49 nexus3.edgexfoundry.org:10003 06:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:49 Configure a credential helper to remove this warning. See 06:55:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:49 06:55:49 Login Succeeded 06:55:49 nexus3.edgexfoundry.org:10004 06:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:49 Configure a credential helper to remove this warning. See 06:55:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:49 06:55:49 Login Succeeded 06:55:49 ****.io 06:55:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:55:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:55:49 Configure a credential helper to remove this warning. See 06:55:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:55:49 06:55:49 Login Succeeded 06:55:49 ---> ****-login.sh ends [Pipeline] } 06:55:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:55:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:55:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:55:49 ========================================================= 06:55:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:55:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:55:50 + 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 . 06:55:50 Sending build context to Docker daemon 21.64MB 06:55:50 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:55:50 Step 2/12 : FROM ${BASE} AS builder 06:55:50 1.23-alpine: Pulling from edgex-devops/edgex-golang-base 06:55:50 0a9a5dfd008f: Pulling fs layer 06:55:50 dbfa0bcfca99: Pulling fs layer 06:55:50 70eabb1d9476: Pulling fs layer 06:55:50 957bedc73fa3: Pulling fs layer 06:55:50 4f4fb700ef54: Pulling fs layer 06:55:50 f40432e63723: Pulling fs layer 06:55:50 90b4343acab7: Pulling fs layer 06:55:50 957bedc73fa3: Waiting 06:55:50 4f4fb700ef54: Waiting 06:55:50 f40432e63723: Waiting 06:55:50 9f67ea4ac784: Pulling fs layer 06:55:50 9228b9a606be: Pulling fs layer 06:55:50 9f67ea4ac784: Waiting 06:55:50 dbfa0bcfca99: Verifying Checksum 06:55:50 dbfa0bcfca99: Download complete 06:55:50 957bedc73fa3: Verifying Checksum 06:55:50 957bedc73fa3: Download complete 06:55:50 4f4fb700ef54: Download complete 06:55:50 f40432e63723: Verifying Checksum 06:55:50 f40432e63723: Download complete 06:55:50 0a9a5dfd008f: Verifying Checksum 06:55:50 0a9a5dfd008f: Download complete 06:55:50 90b4343acab7: Verifying Checksum 06:55:50 90b4343acab7: Download complete 06:55:50 0a9a5dfd008f: Pull complete 06:55:50 dbfa0bcfca99: Pull complete 06:55:50 9228b9a606be: Verifying Checksum 06:55:50 9228b9a606be: Download complete 06:55:51 70eabb1d9476: Download complete 06:55:51 9f67ea4ac784: Verifying Checksum 06:55:51 9f67ea4ac784: Download complete 06:55:54 70eabb1d9476: Pull complete 06:55:54 957bedc73fa3: Pull complete 06:55:54 4f4fb700ef54: Pull complete 06:55:54 f40432e63723: Pull complete 06:55:54 90b4343acab7: Pull complete 06:55:57 9f67ea4ac784: Pull complete 06:55:58 9228b9a606be: Pull complete 06:55:58 Digest: sha256:8624f2d6e550924f0bb3d85449bc2b709d2d814d70f184131ba6a0cb4b0346e0 06:55:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:55:58 ---> 69404ca5bff2 06:55:58 Step 3/12 : ARG ADD_BUILD_TAGS="" 06:55:59 ---> Running in c319cb91799d 06:56:00 Removing intermediate container c319cb91799d 06:56:00 ---> c5292cc82e4c 06:56:00 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:56:00 ---> Running in 93d3a399ab6c 06:56:00 Removing intermediate container 93d3a399ab6c 06:56:00 ---> b7fa135fa7b3 06:56:00 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:56:00 ---> Running in 0b688974eeab 06:56:00 Removing intermediate container 0b688974eeab 06:56:00 ---> b0ec369b1c49 06:56:00 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 06:56:00 ---> Running in 78c67b68b0cb 06:56:00 Removing intermediate container 78c67b68b0cb 06:56:00 ---> beaefde04191 06:56:00 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:56:00 ---> Running in a9429f5288c7 06:56:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:56:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:56:01 (1/4) Installing openssh-keygen (9.7_p1-r5) 06:56:01 (2/4) Installing libedit (20240517.3.1-r0) 06:56:01 (3/4) Installing openssh-client-common (9.7_p1-r5) 06:56:01 (4/4) Installing openssh-client-default (9.7_p1-r5) 06:56:01 Executing busybox-1.36.1-r29.trigger 06:56:01 OK: 252 MiB in 62 packages 06:56:01 Removing intermediate container a9429f5288c7 06:56:01 ---> 0cf9a360030e 06:56:01 Step 8/12 : WORKDIR /device-rest-go 06:56:01 ---> Running in 6b01d4b2f7c2 06:56:01 Removing intermediate container 6b01d4b2f7c2 06:56:01 ---> 7ae1a03bdc23 06:56:01 Step 9/12 : COPY go.mod vendor* ./ 06:56:02 ---> 7b86c785f85f 06:56:02 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:56:02 ---> Running in 266dcdce25a2 06:56:03 Still waiting to schedule task 06:56:03 Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-3226’ 06:56:48 Removing intermediate container 266dcdce25a2 06:56:48 ---> 58af024ee718 06:56:48 Step 11/12 : COPY . . 06:56:48 ---> d772b07bb212 06:56:48 Step 12/12 : RUN $MAKE 06:56:48 ---> Running in ce3349abfd8d 06:56:48 noop 06:56:48 Removing intermediate container ce3349abfd8d 06:56:48 ---> c7a0a26972e4 06:56:48 Successfully built c7a0a26972e4 06:56:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:49 + docker inspect -f . ci-base-image-x86_64 06:56:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:56:49 prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container 06:56:49 $ 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 ******** ci-base-image-x86_64 cat 06:56:49 $ docker top b40bf41a042d582672381e9b1b847e21bf4ac8a0cbc0a3c91b647cb6ac631c94 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:49 + go version 06:56:49 go version go1.23.8 linux/amd64 [Pipeline] } 06:56:49 $ docker stop --time=1 b40bf41a042d582672381e9b1b847e21bf4ac8a0cbc0a3c91b647cb6ac631c94 06:56:51 $ docker rm -f --volumes b40bf41a042d582672381e9b1b847e21bf4ac8a0cbc0a3c91b647cb6ac631c94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:56:51 + docker inspect -f . ci-base-image-x86_64 06:56:51 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:56:51 prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container 06:56:51 $ 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 ******** ci-base-image-x86_64 cat 06:56:52 $ docker top c72b0b821ae16526fee2af1b41b89e448b8ac235a6f35aef86e5b0ee561a3da8 -eo pid,comm [Pipeline] { [Pipeline] sh 06:56:52 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh 06:56:52 + make test 06:56:52 go test ./... -coverprofile=coverage.out ./... 06:56:54 ? github.com/edgexfoundry/device-rest-go [no test files] 06:57:16 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 06:57:16 ok github.com/edgexfoundry/device-rest-go/driver 0.008s coverage: 32.2% of statements 06:57:26 go vet ./... 06:57:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:57:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:57:32 ./bin/test-attribution-txt.sh 06:57:32 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 06:57:32 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 06:57:32 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:57:32 $ docker stop --time=1 c72b0b821ae16526fee2af1b41b89e448b8ac235a6f35aef86e5b0ee561a3da8 06:57:34 $ docker rm -f --volumes c72b0b821ae16526fee2af1b41b89e448b8ac235a6f35aef86e5b0ee561a3da8 [Pipeline] // withDockerContainer [Pipeline] sh 06:57:35 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:57:35 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:57:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:57:36 + ls -al . 06:57:36 total 244 06:57:36 drwxrwxr-x 9 jenkins jenkins 4096 Jun 13 06:56 . 06:57:36 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:55 .. 06:57:36 -rw-rw-r-- 1 jenkins jenkins 151 Jun 13 06:55 .dockerignore 06:57:36 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:57 .git 06:57:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:55 .github 06:57:36 -rw-rw-r-- 1 jenkins jenkins 264 Jun 13 06:55 .gitignore 06:57:36 -rw-rw-r-- 1 jenkins jenkins 41 Jun 13 06:55 .golangci.yml 06:57:36 drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 06:55 .semver 06:57:36 -rw-rw-r-- 1 jenkins jenkins 20138 Jun 13 06:55 Attribution.txt 06:57:36 -rw-rw-r-- 1 jenkins jenkins 18492 Jun 13 06:55 CHANGELOG.md 06:57:36 -rw-rw-r-- 1 jenkins jenkins 1697 Jun 13 06:55 Dockerfile 06:57:36 -rw-rw-r-- 1 jenkins jenkins 677 Jun 13 06:55 GOVERNANCE.md 06:57:36 -rw-rw-r-- 1 jenkins jenkins 680 Jun 13 06:55 Jenkinsfile 06:57:36 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 13 06:55 LICENSE 06:57:36 -rw-rw-r-- 1 jenkins jenkins 2598 Jun 13 06:55 Makefile 06:57:36 -rw-rw-r-- 1 jenkins jenkins 620 Jun 13 06:55 OWNERS.md 06:57:36 -rw-rw-r-- 1 jenkins jenkins 3989 Jun 13 06:55 README.md 06:57:36 -rw-rw-r-- 1 jenkins jenkins 11 Jun 13 06:55 VERSION 06:57:36 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:55 bin 06:57:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:55 cmd 06:57:36 -rw-r--r-- 1 jenkins jenkins 14565 Jun 13 06:57 coverage.out 06:57:36 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:55 driver 06:57:36 -rw-rw-r-- 1 jenkins jenkins 6221 Jun 13 06:55 go.mod 06:57:36 -rw-rw-r-- 1 jenkins jenkins 86320 Jun 13 06:55 go.sum 06:57:36 drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:55 openapi 06:57:36 -rw-rw-r-- 1 jenkins jenkins 713 Jun 13 06:55 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:57:36 + 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=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 --label arch=amd64 --label version=4.1.0-dev.2 . 06:57:36 Sending build context to Docker daemon 21.66MB 06:57:36 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 06:57:36 Step 2/26 : FROM ${BASE} AS builder 06:57:36 ---> c7a0a26972e4 06:57:36 Step 3/26 : ARG ADD_BUILD_TAGS="" 06:57:36 ---> Running in 357f08264096 06:57:36 Removing intermediate container 357f08264096 06:57:36 ---> edfa040202f1 06:57:36 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:57:36 ---> Running in d2e9dee4327f 06:57:36 Removing intermediate container d2e9dee4327f 06:57:36 ---> 6f61799cdcfa 06:57:36 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 06:57:36 ---> Running in 186d31a07102 06:57:37 Removing intermediate container 186d31a07102 06:57:37 ---> b072c001e8cb 06:57:37 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 06:57:37 ---> Running in 6e1f9daab819 06:57:37 Removing intermediate container 6e1f9daab819 06:57:37 ---> 2b031bdcd2bd 06:57:37 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:57:37 ---> Running in e8f5cec561c2 06:57:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:57:37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:57:37 OK: 252 MiB in 62 packages 06:57:38 Removing intermediate container e8f5cec561c2 06:57:38 ---> 641e2cdde6ab 06:57:38 Step 8/26 : WORKDIR /device-rest-go 06:57:38 ---> Running in 7b3402748d1d 06:57:38 Removing intermediate container 7b3402748d1d 06:57:38 ---> 0d8e8ce3f59e 06:57:38 Step 9/26 : COPY go.mod vendor* ./ 06:57:38 ---> 8bac2991a687 06:57:38 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:57:38 ---> Running in 8f885e75b949 06:57:39 Removing intermediate container 8f885e75b949 06:57:39 ---> ca5a31bf8f8b 06:57:39 Step 11/26 : COPY . . 06:57:39 ---> f34e2cbb654e 06:57:39 Step 12/26 : RUN $MAKE 06:57:39 ---> Running in 8bf0393fc7bd 06:57:39 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 06:58:12 Removing intermediate container 8bf0393fc7bd 06:58:12 ---> 91a3b93b45ce 06:58:12 Step 13/26 : FROM alpine:3.20 06:58:12 3.20: Pulling from library/alpine 06:58:12 0a9a5dfd008f: Already exists 06:58:12 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 06:58:12 Status: Downloaded newer image for alpine:3.20 06:58:12 ---> ff221270b9fb 06:58:12 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:58:12 ---> Running in a04f8d783b7e 06:58:12 Removing intermediate container a04f8d783b7e 06:58:12 ---> cd01fd9c7bb8 06:58:12 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 06:58:12 ---> Running in c3f0084598e2 06:58:12 Removing intermediate container c3f0084598e2 06:58:12 ---> 4b082a7dea0c 06:58:12 Step 16/26 : RUN apk add --update --no-cache dumb-init 06:58:12 ---> Running in 8e91eb748391 06:58:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:58:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:58:12 (1/1) Installing dumb-init (1.2.5-r3) 06:58:12 Executing busybox-1.36.1-r29.trigger 06:58:12 OK: 8 MiB in 15 packages 06:58:12 Removing intermediate container 8e91eb748391 06:58:12 ---> cf3d12d14d1c 06:58:12 Step 17/26 : RUN apk --no-cache upgrade 06:58:12 ---> Running in c678567403e1 06:58:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:58:12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:58:12 OK: 8 MiB in 15 packages 06:58:12 Removing intermediate container c678567403e1 06:58:12 ---> 898fba784786 06:58:12 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 06:58:12 ---> 9f259006c6d2 06:58:12 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 06:58:12 ---> e43c1601b7d4 06:58:12 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 06:58:12 ---> 4b8758a643fa 06:58:12 Step 21/26 : EXPOSE 59986 06:58:13 ---> Running in 3d1a2e51c1f1 06:58:13 Removing intermediate container 3d1a2e51c1f1 06:58:13 ---> b310d2c26e81 06:58:13 Step 22/26 : ENTRYPOINT ["/device-rest"] 06:58:13 ---> Running in f5293a85bdf3 06:58:13 Removing intermediate container f5293a85bdf3 06:58:13 ---> 017f5a53cc20 06:58:13 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:58:13 ---> Running in 81753a34c21d 06:58:13 Removing intermediate container 81753a34c21d 06:58:13 ---> a66d0114fddc 06:58:13 Step 24/26 : LABEL arch=amd64 06:58:13 ---> Running in 110930141df4 06:58:13 Removing intermediate container 110930141df4 06:58:13 ---> c287d4247ce5 06:58:13 Step 25/26 : LABEL git_sha=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 06:58:13 ---> Running in f75f9753db63 06:58:13 Removing intermediate container f75f9753db63 06:58:13 ---> c8b339f03657 06:58:13 Step 26/26 : LABEL version=4.1.0-dev.2 06:58:13 ---> Running in 3ad76693b0f9 06:58:13 Removing intermediate container 3ad76693b0f9 06:58:13 ---> 8c48a2812adc 06:58:13 [Warning] One or more build-args [ARCH] were not consumed 06:58:13 Successfully built 8c48a2812adc 06:58:13 Successfully tagged device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:58:13 provisioning config files... 06:58:13 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12121374121965014964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:58:14 ---> ****-login.sh 06:58:14 nexus3.edgexfoundry.org:10001 06:58:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:14 Configure a credential helper to remove this warning. See 06:58:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:14 06:58:14 Login Succeeded 06:58:14 nexus3.edgexfoundry.org:10002 06:58:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:14 Configure a credential helper to remove this warning. See 06:58:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:14 06:58:14 Login Succeeded 06:58:14 nexus3.edgexfoundry.org:10003 06:58:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:14 Configure a credential helper to remove this warning. See 06:58:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:14 06:58:14 Login Succeeded 06:58:14 nexus3.edgexfoundry.org:10004 06:58:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:14 Configure a credential helper to remove this warning. See 06:58:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:14 06:58:14 Login Succeeded 06:58:14 ****.io 06:58:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:14 Configure a credential helper to remove this warning. See 06:58:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:14 06:58:14 Login Succeeded 06:58:14 ---> ****-login.sh ends [Pipeline] } 06:58:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:58:14 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:58:14 [edgeXDocker.push] Tagging docker image device-rest with the following tags: 06:58:14 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 06:58:14 latest 06:58:14 4.1.0-dev.2 06:58:14 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 06:58:14 main 06:58:14 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:15 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:15 + docker push nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 06:58:15 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:58:15 1adefa28ac21: Preparing 06:58:15 45b25098f834: Preparing 06:58:15 f35e7245367f: Preparing 06:58:15 dffc79f7e464: Preparing 06:58:15 28a57801115d: Preparing 06:58:15 994456c4fd7b: Preparing 06:58:15 994456c4fd7b: Waiting 06:58:15 1adefa28ac21: Pushed 06:58:15 28a57801115d: Pushed 06:58:15 dffc79f7e464: Pushed 06:58:15 994456c4fd7b: Layer already exists 06:58:15 45b25098f834: Pushed 06:58:19 f35e7245367f: Pushed 06:58:19 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:19 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:20 + docker push nexus3.edgexfoundry.org:10004/device-rest:latest 06:58:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:58:20 1adefa28ac21: Preparing 06:58:20 45b25098f834: Preparing 06:58:20 f35e7245367f: Preparing 06:58:20 dffc79f7e464: Preparing 06:58:20 28a57801115d: Preparing 06:58:20 994456c4fd7b: Preparing 06:58:20 dffc79f7e464: Layer already exists 06:58:20 45b25098f834: Layer already exists 06:58:20 f35e7245367f: Layer already exists 06:58:20 28a57801115d: Layer already exists 06:58:20 1adefa28ac21: Layer already exists 06:58:20 994456c4fd7b: Layer already exists 06:58:20 latest: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:20 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:20 + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:58:20 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:58:20 1adefa28ac21: Preparing 06:58:20 45b25098f834: Preparing 06:58:20 f35e7245367f: Preparing 06:58:20 dffc79f7e464: Preparing 06:58:20 28a57801115d: Preparing 06:58:20 994456c4fd7b: Preparing 06:58:20 28a57801115d: Layer already exists 06:58:20 dffc79f7e464: Layer already exists 06:58:20 1adefa28ac21: Layer already exists 06:58:20 f35e7245367f: Layer already exists 06:58:20 45b25098f834: Layer already exists 06:58:20 994456c4fd7b: Layer already exists 06:58:20 4.1.0-dev.2: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:21 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:21 + docker push nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 06:58:21 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:58:21 1adefa28ac21: Preparing 06:58:21 45b25098f834: Preparing 06:58:21 f35e7245367f: Preparing 06:58:21 dffc79f7e464: Preparing 06:58:21 28a57801115d: Preparing 06:58:21 994456c4fd7b: Preparing 06:58:21 994456c4fd7b: Waiting 06:58:21 f35e7245367f: Layer already exists 06:58:21 45b25098f834: Layer already exists 06:58:21 28a57801115d: Layer already exists 06:58:21 1adefa28ac21: Layer already exists 06:58:21 dffc79f7e464: Layer already exists 06:58:21 994456c4fd7b: Layer already exists 06:58:21 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:21 + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:22 + docker push nexus3.edgexfoundry.org:10004/device-rest:main 06:58:22 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] 06:58:22 1adefa28ac21: Preparing 06:58:22 45b25098f834: Preparing 06:58:22 f35e7245367f: Preparing 06:58:22 dffc79f7e464: Preparing 06:58:22 28a57801115d: Preparing 06:58:22 994456c4fd7b: Preparing 06:58:22 994456c4fd7b: Waiting 06:58:22 f35e7245367f: Layer already exists 06:58:22 1adefa28ac21: Layer already exists 06:58:22 dffc79f7e464: Layer already exists 06:58:22 28a57801115d: Layer already exists 06:58:22 45b25098f834: Layer already exists 06:58:22 994456c4fd7b: Layer already exists 06:58:22 main: digest: sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:58:22 ===================================================== [Pipeline] echo 06:58:22 taggedImages: 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:latest 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo 06:58:22 ========================================================= 06:58:22 [edgeXBuildMultiArch] RAW Config: 06:58:22 images: 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:latest 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 06:58:22 - nexus3.edgexfoundry.org:10004/device-rest:main 06:58:22 settingsFile: 06:58:22 device-rest-go-settings 06:58:22 ========================================================= [Pipeline] node 06:58:37 Still waiting to schedule task 06:58:37 All nodes of label ‘centos7-docker-4c-2g’ are offline 06:59:35 Running on prd-ubuntu20.04-docker-arm64-4c-16g-3234 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws 06:59:35 Running in /w/workspace/device-rest-go/197 [Pipeline] { [Pipeline] checkout 06:59:35 The recommended git tool is: git 06:59:40 using credential edgex-jenkins-ssh 06:59:41 Cloning the remote Git repository 06:59:41 Cloning repository git@github.com:edgexfoundry/device-rest-go.git 06:59:41 > git init /w/workspace/device-rest-go/197 # timeout=10 06:59:41 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git 06:59:41 > git --version # timeout=10 06:59:41 > git --version # 'git version 2.25.1' 06:59:41 using GIT_SSH to set credentials SSH Credentials for GitHub 06:59:41 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:59:45 Avoid second fetch 06:59:45 Checking out Revision 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 (main) 06:59:44 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 06:59:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:59:45 > git config core.sparsecheckout # timeout=10 06:59:45 > git checkout -f 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 # timeout=10 06:59:46 Commit message: "Merge pull request #469 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.1.0-dev.11" 06:59:49 Running on prd-centos7-docker-4c-2g-3235 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:59:49 provisioning config files... 06:59:49 copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config15154865707891615117tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:59:50 ---> ****-login.sh 06:59:50 nexus3.edgexfoundry.org:10001 06:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:59:50 Configure a credential helper to remove this warning. See 06:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:59:50 06:59:50 Login Succeeded 06:59:50 nexus3.edgexfoundry.org:10002 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:59:50 Configure a credential helper to remove this warning. See 06:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:59:50 06:59:50 Login Succeeded 06:59:50 nexus3.edgexfoundry.org:10003 06:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:59:50 Configure a credential helper to remove this warning. See 06:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:59:50 06:59:50 Login Succeeded 06:59:50 nexus3.edgexfoundry.org:10004 06:59:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:59:50 Configure a credential helper to remove this warning. See 06:59:50 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:59:50 06:59:50 Login Succeeded 06:59:50 ****.io 06:59:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:59:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:59:51 Configure a credential helper to remove this warning. See 06:59:51 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:59:51 06:59:51 Login Succeeded 06:59:51 ---> ****-login.sh ends [Pipeline] } 06:59:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:59:51 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 06:59:51 % Total % Received % Xferd Average Speed Time Time Time Current 06:59:51 Dload Upload Total Spent Left Speed 06:59:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 97485 0 --:--:-- --:--:-- --:--:-- 97485 [Pipeline] sh 06:59:51 + docker buildx ls 06:59:51 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:59:51 default * docker 06:59:51 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:59:51 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 06:59:51 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:59:51 edgex-builder [Pipeline] sh 06:59:51 + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.jsonsudo 06:59:51 tee /etc/docker/daemon.new 06:59:51 { 06:59:51 "registry-mirrors": [ 06:59:51 "https://nexus3.edgexfoundry.org:10001" 06:59:51 ], 06:59:51 "bip": "10.250.0.254/24", 06:59:51 "hosts": [ 06:59:51 "tcp://0.0.0.0:5555", 06:59:51 "unix:///var/run/docker.sock" 06:59:51 ], 06:59:51 "mtu": 1458, 06:59:51 "selinux-enabled": true, 06:59:51 "seccomp-profile": "/etc/docker/seccomp.json" 06:59:51 } [Pipeline] sh 06:59:52 + docker buildx inspect --bootstrap 06:59:52 #1 [internal] booting buildkit 06:59:52 #1 pulling image moby/buildkit:buildx-stable-1 06:59:52 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 06:59:52 + sudo service docker restart 06:59:54 #1 pulling image moby/buildkit:buildx-stable-1 2.7s done 06:59:54 #1 creating container buildx_buildkit_edgex-builder0 06:59:56 #1 creating container buildx_buildkit_edgex-builder0 1.8s done 06:59:56 #1 DONE 4.5s 06:59:56 Name: edgex-builder 06:59:56 Driver: docker-container 06:59:56 06:59:56 Nodes: 06:59:56 Name: edgex-builder0 06:59:56 Endpoint: unix:///var/run/docker.sock 06:59:56 Status: running 06:59:56 Buildkit: v0.22.0 06:59:56 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:59:57 + docker buildx ls 06:59:57 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:59:57 edgex-builder * docker-container 06:59:57 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:59:57 default docker 06:59:57 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:59:57 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 --push - 06:59:57 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9' 06:59:57 #1 [internal] load build definition from Dockerfile 06:59:57 #1 transferring dockerfile: 196B done 06:59:57 #1 DONE 0.0s 06:59:57 06:59:57 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 06:59:57 #2 DONE 0.1s 06:59:57 06:59:57 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 06:59:57 #3 DONE 0.1s 06:59:57 06:59:57 #4 [internal] load .dockerignore 06:59:57 #4 transferring context: 2B done 06:59:57 #4 DONE 0.0s 06:59:57 06:59:57 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 06:59:57 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 06:59:57 #5 DONE 0.0s 06:59:57 06:59:57 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 06:59:57 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 06:59:57 #6 DONE 0.1s 06:59:57 06:59:57 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:59:57 #7 DONE 0.0s 06:59:57 06:59:57 #8 exporting to image 06:59:57 #8 exporting layers done 06:59:57 #8 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f 0.0s done 06:59:57 #8 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done 06:59:57 #8 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done 06:59:57 #8 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done 06:59:57 #8 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done 06:59:57 #8 pushing layers 0.1s done 06:59:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 06:59:57 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:59:57 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done 06:59:57 #8 DONE 0.2s 06:59:57 06:59:57 1 warning found (use --debug to expand): 06:59:57  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:59:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' 06:59:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - 06:59:58 #1 [internal] load build definition from Dockerfile 06:59:58 #1 transferring dockerfile: 162B done 06:59:58 #1 DONE 0.0s 06:59:58 06:59:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 06:59:58 #2 DONE 0.0s 06:59:58 06:59:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest 06:59:58 #3 DONE 0.0s 06:59:58 06:59:58 #4 [internal] load .dockerignore 06:59:58 #4 transferring context: 2B done 06:59:58 #4 DONE 0.0s 06:59:58 06:59:58 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 06:59:58 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 done 06:59:58 #5 CACHED 06:59:58 06:59:58 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 06:59:58 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 06:59:58 #6 CACHED 06:59:58 06:59:58 #7 exporting to image 06:59:58 #7 exporting layers done 06:59:58 #7 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f done 06:59:58 #7 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done 06:59:58 #7 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done 06:59:58 #7 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done 06:59:58 #7 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 06:59:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:59:58 #7 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done 06:59:58 #7 pushing layers 0.0s done 06:59:58 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done 06:59:58 #7 DONE 0.1s 06:59:58 06:59:58 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:59:58 #8 DONE 0.0s 06:59:58 06:59:58 1 warning found (use --debug to expand): 06:59:58  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:59:58 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2' 06:59:58 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 --push - 06:59:58 #1 [internal] load build definition from Dockerfile 06:59:58 #1 transferring dockerfile: 167B done 06:59:58 #1 DONE 0.0s 06:59:58 06:59:58 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:59:58 #2 DONE 0.0s 06:59:58 06:59:58 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2 06:59:58 #3 DONE 0.0s 06:59:58 06:59:58 #4 [internal] load .dockerignore 06:59:58 #4 transferring context: 2B done 06:59:58 #4 DONE 0.0s 06:59:58 06:59:58 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 06:59:58 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 06:59:58 #5 CACHED 06:59:58 06:59:58 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 06:59:58 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 06:59:58 #6 CACHED 06:59:58 06:59:58 #7 exporting to image 06:59:58 #7 exporting layers done 06:59:58 #7 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f done 06:59:58 #7 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done 06:59:58 #7 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done 06:59:58 #7 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 06:59:58 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:59:59 #7 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done 06:59:59 #7 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done 06:59:59 #7 pushing layers 0.0s done 06:59:59 #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.2@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done 06:59:59 #7 DONE 0.1s 06:59:59 06:59:59 #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:59:59 #8 DONE 0.0s 06:59:59 06:59:59 1 warning found (use --debug to expand): 06:59:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:59:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2' 06:59:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 --push - 06:59:59 #1 [internal] load build definition from Dockerfile 06:59:59 #1 transferring dockerfile: 208B done 06:59:59 #1 DONE 0.0s 06:59:59 06:59:59 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 06:59:59 #2 DONE 0.0s 06:59:59 06:59:59 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 06:59:59 #3 DONE 0.0s 06:59:59 06:59:59 #4 [internal] load .dockerignore 06:59:59 #4 transferring context: 2B done 06:59:59 #4 DONE 0.0s 06:59:59 06:59:59 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 06:59:59 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 06:59:59 #5 CACHED 06:59:59 06:59:59 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 06:59:59 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 06:59:59 #6 CACHED 06:59:59 06:59:59 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 06:59:59 #7 DONE 0.0s 06:59:59 06:59:59 #8 exporting to image 06:59:59 #8 exporting layers done 06:59:59 #8 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f done 06:59:59 #8 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done 06:59:59 #8 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done 06:59:59 #8 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done 06:59:59 #8 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done 06:59:59 #8 pushing layers 0.0s done 06:59:59 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done 06:59:59 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:59:59 #8 DONE 0.1s 06:59:59 06:59:59 1 warning found (use --debug to expand): 06:59:59  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:59:59 + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' 06:59:59 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - 07:00:00 #1 [internal] load build definition from Dockerfile 07:00:00 #1 transferring dockerfile: 160B done 07:00:00 #1 DONE 0.0s 07:00:00 07:00:00 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 07:00:00 #2 DONE 0.0s 07:00:00 07:00:00 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main 07:00:00 #3 DONE 0.0s 07:00:00 07:00:00 #4 [internal] load .dockerignore 07:00:00 #4 transferring context: 2B done 07:00:00 #4 DONE 0.0s 07:00:00 07:00:00 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 07:00:00 #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 07:00:00 #5 CACHED 07:00:00 07:00:00 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 07:00:00 #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:b9a75737c53acf6abe17c31a7c621ed1ce32eb16efd059c73fc4e83e51667f05 0.0s done 07:00:00 #6 CACHED 07:00:00 07:00:00 #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 07:00:00 #7 DONE 0.0s 07:00:00 07:00:00 #8 exporting to image 07:00:00 #8 exporting layers done 07:00:00 #8 exporting manifest sha256:4bc2c02399d9d6b3d29a305bc54f26b65d6d3f0416f8d734493a03315b01bc3f done 07:00:00 #8 exporting config sha256:0e727e34b75588720fcbdd7a781dd8a6ee0d09cf6c84a68bb626fd4a906e6ab3 done 07:00:00 #8 exporting manifest sha256:778e8d90f00abe5a263999e04d1982797795e66b9179816f5c6197c961c43c08 done 07:00:00 #8 exporting config sha256:f54a46072f58667bfbebacc974e1a7b4c8864bae181d040f34d5b858c6401402 done 07:00:00 #8 exporting manifest list sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd done 07:00:00 #8 pushing layers 0.0s done 07:00:00 #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:4db134602e158d6bab981be9f6261040e62f0b64d59bee3e9be90d9a351676bd 0.1s done 07:00:00 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 07:00:00 #8 DONE 0.1s 07:00:00 07:00:00 1 warning found (use --debug to expand): 07:00:00  - 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:00:00 + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 07:00:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:00:01 ---> package-listing.sh 07:00:01 ++ facter osfamily 07:00:01 ++ tr '[:upper:]' '[:lower:]' 07:00:01 + OS_FAMILY=redhat 07:00:01 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 07:00:01 + START_PACKAGES=/tmp/packages_start.txt 07:00:01 + END_PACKAGES=/tmp/packages_end.txt 07:00:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:00:01 + PACKAGES=/tmp/packages_start.txt 07:00:01 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 07:00:01 + PACKAGES=/tmp/packages_end.txt 07:00:01 + case "${OS_FAMILY}" in 07:00:01 + rpm -qa 07:00:01 + sort 07:00:02 + '[' -f /tmp/packages_start.txt ']' 07:00:02 + '[' -f /tmp/packages_end.txt ']' 07:00:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:00:02 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 07:00:02 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 07:00:02 + 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:00:02 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:00:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:03 07:00:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:03 latest: Pulling from edgex-lftools-log-publisher 07:00:03 5eb5b503b376: Pulling fs layer 07:00:03 5c69ac0246d0: Pulling fs layer 07:00:03 ec43610c2a17: Pulling fs layer 07:00:03 3a2ae6a8a46f: Pulling fs layer 07:00:03 33b1e0a273af: Pulling fs layer 07:00:03 5d3b04190fa2: Pulling fs layer 07:00:03 2f39f015ded8: Pulling fs layer 07:00:03 33b1e0a273af: Waiting 07:00:03 5d3b04190fa2: Waiting 07:00:03 2f39f015ded8: Waiting 07:00:03 3a2ae6a8a46f: Waiting 07:00:03 5c69ac0246d0: Verifying Checksum 07:00:03 5c69ac0246d0: Download complete 07:00:03 3a2ae6a8a46f: Verifying Checksum 07:00:03 3a2ae6a8a46f: Download complete 07:00:03 ec43610c2a17: Verifying Checksum 07:00:03 ec43610c2a17: Download complete 07:00:03 5d3b04190fa2: Verifying Checksum 07:00:03 5d3b04190fa2: Download complete 07:00:03 33b1e0a273af: Verifying Checksum 07:00:03 33b1e0a273af: Download complete 07:00:03 5eb5b503b376: Verifying Checksum 07:00:03 5eb5b503b376: Download complete 07:00:04 2f39f015ded8: Download complete 07:00:04 5eb5b503b376: Pull complete 07:00:05 5c69ac0246d0: Pull complete 07:00:05 ec43610c2a17: Pull complete 07:00:05 3a2ae6a8a46f: Pull complete 07:00:05 33b1e0a273af: Pull complete 07:00:05 5d3b04190fa2: Pull complete 07:00:10 2f39f015ded8: Pull complete 07:00:10 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:00:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:10 prd-centos7-docker-4c-2g-3235 does not seem to be running inside a container 07:00:10 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:00:13 $ docker top 9dec7dcd8a7659548fac696ed65306acda7d61911f59981568d1db9aa1f3a5a0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] configFileProvider 07:00:13 provisioning config files... 07:00:13 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/197@tmp/config6901729645834911062tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:00:14 + touch /tmp/pre-build-complete [Pipeline] sh 07:00:14 ---> ****-login.sh 07:00:14 nexus3.edgexfoundry.org:10001 07:00:14 + mkdir -p /var/log/sysstat [Pipeline] sh 07:00:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:14 + ls /var/log/sa-host 07:00:14 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:00:14 provisioning config files... 07:00:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12229639217920960853tmp [Pipeline] { 07:00:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:00:14 Configure a credential helper to remove this warning. See 07:00:14 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:00:14 07:00:14 Login Succeeded 07:00:14 nexus3.edgexfoundry.org:10002 [Pipeline] echo 07:00:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:00:15 Configure a credential helper to remove this warning. See 07:00:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:00:15 07:00:15 Login Succeeded 07:00:15 ---> create-netrc.sh [Pipeline] } 07:00:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:00:15 nexus3.edgexfoundry.org:10003 07:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:15 ---> python-tools-install.sh [Pipeline] echo 07:00:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:00:15 Configure a credential helper to remove this warning. See 07:00:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:00:15 07:00:15 Login Succeeded 07:00:15 nexus3.edgexfoundry.org:10004 07:00:15 ---> sudo-logs.sh 07:00:15 Archiving 'sudo' log.. 07:00:15 sudo: unable to resolve host prd-centos7-docker-4c-2g-3235.novalocal: Name or service not known 07:00:15 sudo: unable to resolve host prd-centos7-docker-4c-2g-3235.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 07:00:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:00:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:00:15 Configure a credential helper to remove this warning. See 07:00:15 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:00:15 07:00:15 Login Succeeded 07:00:15 ****.io 07:00:16 ---> job-cost.sh 07:00:16 lf-activate-venv: SKIPPING 07:00:16 INFO: No Stack... 07:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:00:16 INFO: Retrieving Pricing Info for: v3-standard-2 07:00:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:00:16 Configure a credential helper to remove this warning. See 07:00:16 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:00:16 07:00:16 Login Succeeded 07:00:16 ---> ****-login.sh ends [Pipeline] } 07:00:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 07:00:16 INFO: Archiving Costs [Pipeline] echo 07:00:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [Pipeline] echo 07:00:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:00:16 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:00:16 ========================================================= 07:00:16 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 07:00:16 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:16 ---> logs-deploy.sh 07:00:16 lf-activate-venv: SKIPPING 07:00:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/197 07:00:16 INFO: archiving workspace using pattern(s): 07:00:17 + 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:00:17 Sending build context to Docker daemon 141.8kB 07:00:17 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 07:00:17 Step 2/12 : FROM ${BASE} AS builder 07:00:17 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:00:17 94e9d8af2201: Pulling fs layer 07:00:17 634366ca850b: Pulling fs layer 07:00:17 f66ade281fe9: Pulling fs layer 07:00:17 13fd4ce6e94e: Pulling fs layer 07:00:17 4f4fb700ef54: Pulling fs layer 07:00:17 4cccf3f17d63: Pulling fs layer 07:00:17 2d8010953d95: Pulling fs layer 07:00:17 ec743f232bc5: Pulling fs layer 07:00:17 4cccf3f17d63: Waiting 07:00:17 2d8010953d95: Waiting 07:00:17 ec743f232bc5: Waiting 07:00:17 4f4fb700ef54: Waiting 07:00:17 13fd4ce6e94e: Waiting 07:00:17 634366ca850b: Download complete 07:00:17 13fd4ce6e94e: Verifying Checksum 07:00:17 13fd4ce6e94e: Download complete 07:00:17 4f4fb700ef54: Verifying Checksum 07:00:17 4f4fb700ef54: Download complete 07:00:17 4cccf3f17d63: Verifying Checksum 07:00:17 4cccf3f17d63: Download complete 07:00:17 94e9d8af2201: Verifying Checksum 07:00:17 94e9d8af2201: Download complete 07:00:17 Archives upload complete. 07:00:17 INFO: archiving logs to Nexus 07:00:17 ec743f232bc5: Verifying Checksum 07:00:17 ec743f232bc5: Download complete 07:00:18 ---> uname -a: 07:00:18 Linux prd-centos7-docker-4c-2g-3235.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:00:18 07:00:18 07:00:18 ---> lscpu: 07:00:18 Architecture: x86_64 07:00:18 CPU op-mode(s): 32-bit, 64-bit 07:00:18 Byte Order: Little Endian 07:00:18 Address sizes: 40 bits physical, 48 bits virtual 07:00:18 CPU(s): 2 07:00:18 On-line CPU(s) list: 0,1 07:00:18 Thread(s) per core: 1 07:00:18 Core(s) per socket: 1 07:00:18 Socket(s): 2 07:00:18 NUMA node(s): 1 07:00:18 Vendor ID: AuthenticAMD 07:00:18 CPU family: 23 07:00:18 Model: 49 07:00:18 Model name: AMD EPYC-Rome Processor 07:00:18 Stepping: 0 07:00:18 CPU MHz: 2799.998 07:00:18 BogoMIPS: 5599.99 07:00:18 Virtualization: AMD-V 07:00:18 Hypervisor vendor: KVM 07:00:18 Virtualization type: full 07:00:18 L1d cache: 64 KiB 07:00:18 L1i cache: 64 KiB 07:00:18 L2 cache: 1 MiB 07:00:18 L3 cache: 32 MiB 07:00:18 NUMA node0 CPU(s): 0,1 07:00:18 Vulnerability Itlb multihit: Not affected 07:00:18 Vulnerability L1tf: Not affected 07:00:18 Vulnerability Mds: Not affected 07:00:18 Vulnerability Meltdown: Not affected 07:00:18 Vulnerability Mmio stale data: Not affected 07:00:18 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:00:18 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:00:18 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:00:18 Vulnerability Srbds: Not affected 07:00:18 Vulnerability Tsx async abort: Not affected 07:00:18 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:00:18 07:00:18 07:00:18 94e9d8af2201: Pull complete 07:00:18 ---> nproc: 07:00:18 2 07:00:18 07:00:18 07:00:18 ---> df -h: 07:00:18 Filesystem Size Used Avail Use% Mounted on 07:00:18 overlay 40G 7.3G 33G 19% / 07:00:18 tmpfs 64M 0 64M 0% /dev 07:00:18 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 07:00:18 shm 64M 0 64M 0% /dev/shm 07:00:18 /dev/vda1 40G 7.3G 33G 19% /facter-os 07:00:18 07:00:18 07:00:18 Cannot open /var/log/sysstat/sa13: No such file or directory 07:00:18 Please check if data collecting is enabled 07:00:18 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:00:18 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 07:00:18 $ docker stop --time=1 9dec7dcd8a7659548fac696ed65306acda7d61911f59981568d1db9aa1f3a5a0 07:00:19 634366ca850b: Pull complete 07:00:19 f66ade281fe9: Verifying Checksum 07:00:19 f66ade281fe9: Download complete 07:00:19 $ docker rm -f --volumes 9dec7dcd8a7659548fac696ed65306acda7d61911f59981568d1db9aa1f3a5a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 07:00:19 [WS-CLEANUP] Deleting project workspace... 07:00:19 [WS-CLEANUP] Deferred wipeout is used... 07:00:19 [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:00:20 2d8010953d95: Verifying Checksum 07:00:20 2d8010953d95: Download complete 07:00:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:20 07:00:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:20 latest: Pulling from edgex-lftools-log-publisher 07:00:20 5eb5b503b376: Pulling fs layer 07:00:20 5c69ac0246d0: Pulling fs layer 07:00:20 ec43610c2a17: Pulling fs layer 07:00:20 3a2ae6a8a46f: Pulling fs layer 07:00:20 33b1e0a273af: Pulling fs layer 07:00:20 5d3b04190fa2: Pulling fs layer 07:00:20 2f39f015ded8: Pulling fs layer 07:00:20 3a2ae6a8a46f: Waiting 07:00:20 33b1e0a273af: Waiting 07:00:20 5d3b04190fa2: Waiting 07:00:20 2f39f015ded8: Waiting 07:00:20 5c69ac0246d0: Verifying Checksum 07:00:20 5c69ac0246d0: Download complete 07:00:20 3a2ae6a8a46f: Verifying Checksum 07:00:20 3a2ae6a8a46f: Download complete 07:00:20 33b1e0a273af: Verifying Checksum 07:00:20 33b1e0a273af: Download complete 07:00:20 ec43610c2a17: Verifying Checksum 07:00:20 ec43610c2a17: Download complete 07:00:20 5d3b04190fa2: Verifying Checksum 07:00:20 5d3b04190fa2: Download complete 07:00:21 5eb5b503b376: Verifying Checksum 07:00:21 5eb5b503b376: Download complete 07:00:21 2f39f015ded8: Download complete 07:00:22 5eb5b503b376: Pull complete 07:00:22 5c69ac0246d0: Pull complete 07:00:22 ec43610c2a17: Pull complete 07:00:22 3a2ae6a8a46f: Pull complete 07:00:22 33b1e0a273af: Pull complete 07:00:23 5d3b04190fa2: Pull complete 07:00:27 2f39f015ded8: Pull complete 07:00:27 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 07:00:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:27 prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container 07:00:27 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:00:29 $ docker top 9d28cae5f3e1e1cebcb26f920eafae60a077bfe4e992fd1f97396c6a3dc8e47f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:00:29 ---> job-cost.sh 07:00:29 lf-activate-venv: SKIPPING 07:00:29 INFO: No Stack... 07:00:30 INFO: Retrieving Pricing Info for: v3-standard-8 07:00:30 INFO: Archiving Costs [Pipeline] sh 07:00:30 + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv 07:00:30 + cut -d, -f6 [Pipeline] lock 07:00:30 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] 07:00:30 Resource [jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] did not exist. Created. 07:00:30 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:00:30 + echo total: 0.2199999988079071 [Pipeline] stash 07:00:30 Stashed 1 file(s) [Pipeline] } 07:00:30 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [Pipeline] // lock [Pipeline] } 07:00:30 $ docker stop --time=1 9d28cae5f3e1e1cebcb26f920eafae60a077bfe4e992fd1f97396c6a3dc8e47f 07:00:32 $ docker rm -f --volumes 9d28cae5f3e1e1cebcb26f920eafae60a077bfe4e992fd1f97396c6a3dc8e47f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 07:00:32 f66ade281fe9: Pull complete 07:00:32 13fd4ce6e94e: Pull complete 07:00:33 4f4fb700ef54: Pull complete 07:00:33 4cccf3f17d63: Pull complete 07:00:43 2d8010953d95: Pull complete 07:00:43 ec743f232bc5: Pull complete 07:00:43 Digest: sha256:a6e51edf931e1c2109943d1a62f1c16b78b2281728f1935e6b3d8efd9a0c5dda 07:00:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 07:00:43 ---> 12c1d4c06be1 07:00:43 Step 3/12 : ARG ADD_BUILD_TAGS="" 07:00:45 ---> Running in f81bcece4694 07:00:45 Removing intermediate container f81bcece4694 07:00:45 ---> 26da91714aaf 07:00:45 Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:00:46 ---> Running in 48d96033ba20 07:00:46 Removing intermediate container 48d96033ba20 07:00:46 ---> d667c3cfb781 07:00:46 Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:00:46 ---> Running in 4ce40ab9c569 07:00:46 Removing intermediate container 4ce40ab9c569 07:00:46 ---> 674c9b0cb24b 07:00:46 Step 6/12 : ARG ALPINE_PKG_EXTRA="" 07:00:46 ---> Running in 31b4d588bfb0 07:00:46 Removing intermediate container 31b4d588bfb0 07:00:46 ---> 0cbdb99b9a2a 07:00:46 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:00:46 ---> Running in 6c6ea2ad7d37 07:00:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:00:48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:00:50 (1/4) Installing openssh-keygen (9.7_p1-r5) 07:00:50 (2/4) Installing libedit (20240517.3.1-r0) 07:00:50 (3/4) Installing openssh-client-common (9.7_p1-r5) 07:00:50 (4/4) Installing openssh-client-default (9.7_p1-r5) 07:00:50 Executing busybox-1.36.1-r29.trigger 07:00:50 OK: 244 MiB in 62 packages 07:00:51 Removing intermediate container 6c6ea2ad7d37 07:00:51 ---> 199a3841f00b 07:00:51 Step 8/12 : WORKDIR /device-rest-go 07:00:51 ---> Running in 3386893e1e2c 07:00:51 Removing intermediate container 3386893e1e2c 07:00:51 ---> c7cceec45075 07:00:51 Step 9/12 : COPY go.mod vendor* ./ 07:00:52 ---> 9aa61a6d5b79 07:00:52 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:00:52 ---> Running in 16ded1be1939 07:02:43 Removing intermediate container 16ded1be1939 07:02:43 ---> 0e323367e9f1 07:02:43 Step 11/12 : COPY . . 07:02:43 ---> 354e321b56da 07:02:43 Step 12/12 : RUN $MAKE 07:02:43 ---> Running in c70462d2ada5 07:02:43 noop 07:02:43 Removing intermediate container c70462d2ada5 07:02:43 ---> 3a3822fe06ae 07:02:43 Successfully built 3a3822fe06ae 07:02:43 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:44 + docker inspect -f . ci-base-image-arm64 07:02:44 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:02:44 prd-ubuntu20.04-docker-arm64-4c-16g-3234 does not seem to be running inside a container 07:02:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/197 -v /w/workspace/device-rest-go/197:/w/workspace/device-rest-go/197:rw,z -v /w/workspace/device-rest-go/197@tmp:/w/workspace/device-rest-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:02:45 $ docker top dbbff3ee34e74072ec473f8c75242160ad5a7bcb4680495a7dd41c406792aa4d -eo pid,comm [Pipeline] { [Pipeline] sh 07:02:46 + go version 07:02:46 go version go1.23.8 linux/arm64 [Pipeline] } 07:02:46 $ docker stop --time=1 dbbff3ee34e74072ec473f8c75242160ad5a7bcb4680495a7dd41c406792aa4d 07:02:48 $ docker rm -f --volumes dbbff3ee34e74072ec473f8c75242160ad5a7bcb4680495a7dd41c406792aa4d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:02:48 + docker inspect -f . ci-base-image-arm64 07:02:48 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:02:48 prd-ubuntu20.04-docker-arm64-4c-16g-3234 does not seem to be running inside a container 07:02:49 $ 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/197 -v /w/workspace/device-rest-go/197:/w/workspace/device-rest-go/197:rw,z -v /w/workspace/device-rest-go/197@tmp:/w/workspace/device-rest-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:02:51 $ docker top e877eb8777b808826bcf62113dc0b6155290cd21d7bf30c27336b8c21fd60e9c -eo pid,comm [Pipeline] { [Pipeline] sh 07:02:51 + git config --global --add safe.directory /w/workspace/device-rest-go/197 [Pipeline] fileExists [Pipeline] sh 07:02:52 + make test 07:02:52 go test ./... -coverprofile=coverage.out ./... 07:02:57 ? github.com/edgexfoundry/device-rest-go [no test files] 07:06:04 github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements 07:06:08 ok github.com/edgexfoundry/device-rest-go/driver 0.073s coverage: 32.2% of statements 07:06:09 WARNING: Linting skipped (not on x86_64 or linter not installed) 07:06:09 go vet ./... 07:06:56 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 07:06:56 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 07:06:56 ./bin/test-attribution-txt.sh 07:06:56 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 07:06:56 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [Pipeline] echo 07:06:56 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 07:06:56 $ docker stop --time=1 e877eb8777b808826bcf62113dc0b6155290cd21d7bf30c27336b8c21fd60e9c 07:06:58 $ docker rm -f --volumes e877eb8777b808826bcf62113dc0b6155290cd21d7bf30c27336b8c21fd60e9c [Pipeline] // withDockerContainer [Pipeline] sh 07:07:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:07:00 Warning: overwriting stash ‘coverage-report’ 07:07:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:07:00 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:07:01 + ls -al . 07:07:01 total 240 07:07:01 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 07:02 . 07:07:01 drwxrwxr-x 4 jenkins jenkins 4096 Jun 13 06:59 .. 07:07:01 -rw-rw-r-- 1 jenkins jenkins 151 Jun 13 06:59 .dockerignore 07:07:01 drwxrwxr-x 8 jenkins jenkins 4096 Jun 13 06:59 .git 07:07:01 drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:59 .github 07:07:01 -rw-rw-r-- 1 jenkins jenkins 264 Jun 13 06:59 .gitignore 07:07:01 -rw-rw-r-- 1 jenkins jenkins 41 Jun 13 06:59 .golangci.yml 07:07:01 -rw-rw-r-- 1 jenkins jenkins 20138 Jun 13 06:59 Attribution.txt 07:07:01 -rw-rw-r-- 1 jenkins jenkins 18492 Jun 13 06:59 CHANGELOG.md 07:07:01 -rw-rw-r-- 1 jenkins jenkins 1697 Jun 13 06:59 Dockerfile 07:07:01 -rw-rw-r-- 1 jenkins jenkins 677 Jun 13 06:59 GOVERNANCE.md 07:07:01 -rw-rw-r-- 1 jenkins jenkins 680 Jun 13 06:59 Jenkinsfile 07:07:01 -rw-rw-r-- 1 jenkins jenkins 11340 Jun 13 06:59 LICENSE 07:07:01 -rw-rw-r-- 1 jenkins jenkins 2598 Jun 13 06:59 Makefile 07:07:01 -rw-rw-r-- 1 jenkins jenkins 620 Jun 13 06:59 OWNERS.md 07:07:01 -rw-rw-r-- 1 jenkins jenkins 3989 Jun 13 06:59 README.md 07:07:01 -rw-rw-r-- 1 jenkins jenkins 11 Jun 13 06:55 VERSION 07:07:01 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:59 bin 07:07:01 drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:59 cmd 07:07:01 -rw-r--r-- 1 jenkins jenkins 14565 Jun 13 07:06 coverage.out 07:07:01 drwxrwxr-x 2 jenkins jenkins 4096 Jun 13 06:59 driver 07:07:01 -rw-rw-r-- 1 jenkins jenkins 6221 Jun 13 06:59 go.mod 07:07:01 -rw-rw-r-- 1 jenkins jenkins 86320 Jun 13 06:59 go.sum 07:07:01 drwxrwxr-x 3 jenkins jenkins 4096 Jun 13 06:59 openapi 07:07:01 -rw-rw-r-- 1 jenkins jenkins 713 Jun 13 06:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:07:01 + 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=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 --label arch=arm64 --label version=4.1.0-dev.2 . 07:07:01 Sending build context to Docker daemon 157.2kB 07:07:01 Step 1/26 : ARG BASE=golang:1.23-alpine3.20 07:07:01 Step 2/26 : FROM ${BASE} AS builder 07:07:01 ---> 3a3822fe06ae 07:07:01 Step 3/26 : ARG ADD_BUILD_TAGS="" 07:07:01 ---> Running in ffe579e950b4 07:07:02 Removing intermediate container ffe579e950b4 07:07:02 ---> 2bbe2715caa3 07:07:02 Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 07:07:02 ---> Running in 80750ce6428e 07:07:02 Removing intermediate container 80750ce6428e 07:07:02 ---> 64ada346971d 07:07:02 Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" 07:07:02 ---> Running in 831be27810cf 07:07:02 Removing intermediate container 831be27810cf 07:07:02 ---> f5e89d520fc2 07:07:02 Step 6/26 : ARG ALPINE_PKG_EXTRA="" 07:07:02 ---> Running in 974e27f1cfbe 07:07:03 Removing intermediate container 974e27f1cfbe 07:07:03 ---> 96ebf0de117d 07:07:03 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 07:07:03 ---> Running in 107065efa594 07:07:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:07:04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:07:06 OK: 244 MiB in 62 packages 07:07:07 Removing intermediate container 107065efa594 07:07:07 ---> 43155e58edd6 07:07:07 Step 8/26 : WORKDIR /device-rest-go 07:07:07 ---> Running in 53c8bace8bc3 07:07:07 Removing intermediate container 53c8bace8bc3 07:07:07 ---> efa4918c49c5 07:07:07 Step 9/26 : COPY go.mod vendor* ./ 07:07:08 ---> 0ec27521327b 07:07:08 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 07:07:08 ---> Running in 7437c76968cb 07:07:10 Removing intermediate container 7437c76968cb 07:07:10 ---> b234b26a4c63 07:07:10 Step 11/26 : COPY . . 07:07:10 ---> dcb7c42af680 07:07:10 Step 12/26 : RUN $MAKE 07:07:10 ---> Running in 022ce0cea2a4 07:07:11 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.2 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.11 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd 07:10:33 Removing intermediate container 022ce0cea2a4 07:10:33 ---> be6b2d1fd9f4 07:10:33 Step 13/26 : FROM alpine:3.20 07:10:33 3.20: Pulling from library/alpine 07:10:33 94e9d8af2201: Already exists 07:10:33 Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 07:10:33 Status: Downloaded newer image for alpine:3.20 07:10:33 ---> 7aab056cecc6 07:10:33 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 07:10:33 ---> Running in a63f60b19259 07:10:33 Removing intermediate container a63f60b19259 07:10:33 ---> 5c77de3f17b8 07:10:33 Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} 07:10:33 ---> Running in 1c7efac8646b 07:10:33 Removing intermediate container 1c7efac8646b 07:10:33 ---> b50fd603c8a6 07:10:33 Step 16/26 : RUN apk add --update --no-cache dumb-init 07:10:33 ---> Running in 763131500c1a 07:10:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:10:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:10:33 (1/1) Installing dumb-init (1.2.5-r3) 07:10:33 Executing busybox-1.36.1-r29.trigger 07:10:33 OK: 9 MiB in 15 packages 07:10:33 Removing intermediate container 763131500c1a 07:10:33 ---> e9207528e097 07:10:33 Step 17/26 : RUN apk --no-cache upgrade 07:10:33 ---> Running in 598d8078ea32 07:10:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 07:10:33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 07:10:33 OK: 9 MiB in 15 packages 07:10:33 Removing intermediate container 598d8078ea32 07:10:33 ---> 1ed80d01a536 07:10:33 Step 18/26 : COPY --from=builder /device-rest-go/cmd / 07:10:33 ---> c915c85535d4 07:10:33 Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / 07:10:34 ---> dba9c8d18195 07:10:34 Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / 07:10:35 ---> 3bb6cbee28f5 07:10:35 Step 21/26 : EXPOSE 59986 07:10:35 ---> Running in f96bc1cfe785 07:10:35 Removing intermediate container f96bc1cfe785 07:10:35 ---> ed6b9349ca7d 07:10:35 Step 22/26 : ENTRYPOINT ["/device-rest"] 07:10:35 ---> Running in b7c0941e7b6a 07:10:35 Removing intermediate container b7c0941e7b6a 07:10:35 ---> 8624a4de4548 07:10:35 Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 07:10:35 ---> Running in a4a1a9c34883 07:10:35 Removing intermediate container a4a1a9c34883 07:10:35 ---> dd8cc32f3300 07:10:35 Step 24/26 : LABEL arch=arm64 07:10:36 ---> Running in 3eff74e738b1 07:10:36 Removing intermediate container 3eff74e738b1 07:10:36 ---> 60af816905d8 07:10:36 Step 25/26 : LABEL git_sha=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 07:10:36 ---> Running in fae606e245b3 07:10:36 Removing intermediate container fae606e245b3 07:10:36 ---> 51be76141174 07:10:36 Step 26/26 : LABEL version=4.1.0-dev.2 07:10:36 ---> Running in 1305b93af60b 07:10:36 Removing intermediate container 1305b93af60b 07:10:36 ---> 745423c6cfb3 07:10:36 [Warning] One or more build-args [ARCH] were not consumed 07:10:36 Successfully built 745423c6cfb3 07:10:36 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:10:37 provisioning config files... 07:10:37 copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/197@tmp/config14281691402048485084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:10:37 ---> ****-login.sh 07:10:37 nexus3.edgexfoundry.org:10001 07:10:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:10:38 Configure a credential helper to remove this warning. See 07:10:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:10:38 07:10:38 Login Succeeded 07:10:38 nexus3.edgexfoundry.org:10002 07:10:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:10:38 Configure a credential helper to remove this warning. See 07:10:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:10:38 07:10:38 Login Succeeded 07:10:38 nexus3.edgexfoundry.org:10003 07:10:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:10:38 Configure a credential helper to remove this warning. See 07:10:38 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:10:38 07:10:38 Login Succeeded 07:10:38 nexus3.edgexfoundry.org:10004 07:10:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:10:39 Configure a credential helper to remove this warning. See 07:10:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:10:39 07:10:39 Login Succeeded 07:10:39 ****.io 07:10:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:10:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 07:10:39 Configure a credential helper to remove this warning. See 07:10:39 https://docs.****.com/engine/reference/commandline/login/#credentials-store 07:10:39 07:10:39 Login Succeeded 07:10:39 ---> ****-login.sh ends [Pipeline] } 07:10:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:10:39 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 07:10:39 [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: 07:10:39 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 07:10:39 latest 07:10:39 4.1.0-dev.2 07:10:39 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 07:10:39 main 07:10:39 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:40 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:40 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 07:10:40 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:10:40 f6acde311969: Preparing 07:10:40 a058885c2e92: Preparing 07:10:40 e62e405e597b: Preparing 07:10:40 f51cb0116d88: Preparing 07:10:40 1b88520d7534: Preparing 07:10:40 dd9c8f8612c8: Preparing 07:10:40 dd9c8f8612c8: Waiting 07:10:40 f51cb0116d88: Pushed 07:10:40 f6acde311969: Pushed 07:10:40 1b88520d7534: Pushed 07:10:40 dd9c8f8612c8: Layer already exists 07:10:40 a058885c2e92: Pushed 07:10:48 e62e405e597b: Pushed 07:10:48 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:49 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:49 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 07:10:49 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:10:49 f6acde311969: Preparing 07:10:49 a058885c2e92: Preparing 07:10:49 e62e405e597b: Preparing 07:10:49 f51cb0116d88: Preparing 07:10:49 1b88520d7534: Preparing 07:10:49 dd9c8f8612c8: Preparing 07:10:49 dd9c8f8612c8: Waiting 07:10:49 1b88520d7534: Layer already exists 07:10:49 e62e405e597b: Layer already exists 07:10:49 a058885c2e92: Layer already exists 07:10:49 f6acde311969: Layer already exists 07:10:49 f51cb0116d88: Layer already exists 07:10:49 dd9c8f8612c8: Layer already exists 07:10:49 latest: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:50 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:50 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 07:10:50 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:10:50 f6acde311969: Preparing 07:10:50 a058885c2e92: Preparing 07:10:50 e62e405e597b: Preparing 07:10:50 f51cb0116d88: Preparing 07:10:50 1b88520d7534: Preparing 07:10:50 dd9c8f8612c8: Preparing 07:10:50 dd9c8f8612c8: Waiting 07:10:50 f6acde311969: Layer already exists 07:10:50 f51cb0116d88: Layer already exists 07:10:50 1b88520d7534: Layer already exists 07:10:50 a058885c2e92: Layer already exists 07:10:50 dd9c8f8612c8: Layer already exists 07:10:50 e62e405e597b: Layer already exists 07:10:51 4.1.0-dev.2: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:51 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:51 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 07:10:51 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:10:51 f6acde311969: Preparing 07:10:51 a058885c2e92: Preparing 07:10:51 e62e405e597b: Preparing 07:10:51 f51cb0116d88: Preparing 07:10:51 1b88520d7534: Preparing 07:10:51 dd9c8f8612c8: Preparing 07:10:51 dd9c8f8612c8: Waiting 07:10:51 a058885c2e92: Layer already exists 07:10:51 1b88520d7534: Layer already exists 07:10:51 f6acde311969: Layer already exists 07:10:51 e62e405e597b: Layer already exists 07:10:51 dd9c8f8612c8: Layer already exists 07:10:52 f51cb0116d88: Layer already exists 07:10:52 746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:53 + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:53 + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main 07:10:53 The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] 07:10:53 f6acde311969: Preparing 07:10:53 a058885c2e92: Preparing 07:10:53 e62e405e597b: Preparing 07:10:53 f51cb0116d88: Preparing 07:10:53 1b88520d7534: Preparing 07:10:53 dd9c8f8612c8: Preparing 07:10:53 dd9c8f8612c8: Waiting 07:10:53 f6acde311969: Layer already exists 07:10:53 a058885c2e92: Layer already exists 07:10:53 f51cb0116d88: Layer already exists 07:10:53 e62e405e597b: Layer already exists 07:10:53 1b88520d7534: Layer already exists 07:10:53 dd9c8f8612c8: Layer already exists 07:10:53 main: digest: sha256:1d0b85ba76649c557da683d9cbdfe1fd550a6e09528c1fb16439ead0bac41ce8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 07:10:54 ===================================================== [Pipeline] echo 07:10:54 taggedImages: 07:10:54 - nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 07:10:54 - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest 07:10:54 - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 07:10:54 - nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 07:10:54 - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo 07:10:54 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] echo 07:10:54 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo 07:10:54 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.2 [Pipeline] echo 07:10:54 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:746a286959b9cc87fa6cce4fb8259ee4dd03d7f9-4.1.0-dev.2 [Pipeline] echo 07:10:54 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:10:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:10:54 07:10:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:10:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:10:55 arm64: Pulling from edgex-lftools-log-publisher 07:10:55 8998bd30e6a1: Pulling fs layer 07:10:55 04944245beec: Pulling fs layer 07:10:55 699f458cf7ca: Pulling fs layer 07:10:55 765212b225bb: Pulling fs layer 07:10:55 f23df028b6ca: Pulling fs layer 07:10:55 d65c8cfc05b1: Pulling fs layer 07:10:55 2437ff75d9bd: Pulling fs layer 07:10:55 765212b225bb: Waiting 07:10:55 f23df028b6ca: Waiting 07:10:55 d65c8cfc05b1: Waiting 07:10:55 2437ff75d9bd: Waiting 07:10:55 04944245beec: Verifying Checksum 07:10:55 04944245beec: Download complete 07:10:55 765212b225bb: Download complete 07:10:55 f23df028b6ca: Download complete 07:10:55 d65c8cfc05b1: Verifying Checksum 07:10:55 d65c8cfc05b1: Download complete 07:10:55 699f458cf7ca: Verifying Checksum 07:10:55 699f458cf7ca: Download complete 07:10:56 8998bd30e6a1: Verifying Checksum 07:10:56 8998bd30e6a1: Download complete 07:10:58 2437ff75d9bd: Verifying Checksum 07:10:58 2437ff75d9bd: Download complete 07:11:01 8998bd30e6a1: Pull complete 07:11:01 04944245beec: Pull complete 07:11:03 699f458cf7ca: Pull complete 07:11:03 765212b225bb: Pull complete 07:11:04 f23df028b6ca: Pull complete 07:11:04 d65c8cfc05b1: Pull complete 07:11:22 2437ff75d9bd: Pull complete 07:11:22 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 07:11:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 07:11:22 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:11:22 prd-ubuntu20.04-docker-arm64-4c-16g-3234 does not seem to be running inside a container 07:11:22 $ 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/197 -v /w/workspace/device-rest-go/197:/w/workspace/device-rest-go/197:rw,z -v /w/workspace/device-rest-go/197@tmp:/w/workspace/device-rest-go/197@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 07:11:25 $ docker top a21804db63b97066634f0b6f0efbe0c34b63534a02eed98da4ba7851e5ebb284 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:11:26 ---> job-cost.sh 07:11:26 lf-activate-venv: SKIPPING 07:11:26 INFO: No Stack... 07:11:26 INFO: Retrieving Pricing Info for: v3-standard-4 07:11:27 INFO: Archiving Costs [Pipeline] sh 07:11:27 + cat /w/workspace/device-rest-go/197/archives/cost.csv 07:11:27 + cut -d, -f6 [Pipeline] lock 07:11:27 Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] 07:11:27 Resource [jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] did not exist. Created. 07:11:27 Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:11:28 /w/workspace/device-rest-go/197@tmp/durable-e95eaaa7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 07:11:28 + echo total: 0.10999999940395355 [Pipeline] stash 07:11:28 Warning: overwriting stash ‘stack-cost’ 07:11:28 Stashed 1 file(s) [Pipeline] } 07:11:28 Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-197-stack-cost] [Pipeline] // lock [Pipeline] } 07:11:28 $ docker stop --time=1 a21804db63b97066634f0b6f0efbe0c34b63534a02eed98da4ba7851e5ebb284 07:11:30 $ docker rm -f --volumes a21804db63b97066634f0b6f0efbe0c34b63534a02eed98da4ba7851e5ebb284 [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:11:30 provisioning config files... 07:11:30 copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config6788239496168744742tmp [Pipeline] { [Pipeline] sh 07:11:30 + set +x 07:11:30 + curl -s https://codecov.io/bash 07:11:30 + bash -s -- 07:11:30 07:11:30 _____ _ 07:11:30 / ____| | | 07:11:30 | | ___ __| | ___ ___ _____ __ 07:11:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:11:30 | |___| (_) | (_| | __/ (_| (_) \ V / 07:11:30 \_____\___/ \__,_|\___|\___\___/ \_/ 07:11:30 Bash-1.0.6 07:11:30 07:11:30 07:11:30 ==> git version 2.25.1 found 07:11:30 ==> 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:11:30 Release-Date: 2020-01-08 07:11:30 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:11:30 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 07:11:30 ==> Jenkins CI detected. 07:11:30 current dir:  /w/workspace/edgexfoundry_device-rest-go_main 07:11:30 project root: . 07:11:30 --> token set from env 07:11:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:11:31 ==> Running gcov in . (disable via -X gcov) 07:11:31 ==> Python coveragepy not found 07:11:31 ==> Searching for coverage reports in: 07:11:31 + . 07:11:31 -> Found 1 reports 07:11:31 ==> Detecting git/mercurial file structure 07:11:31 ==> Reading reports 07:11:31 + ./coverage.out bytes=14565 07:11:31 ==> Appending adjustments 07:11:31 https://docs.codecov.io/docs/fixing-reports 07:11:31 + Found adjustments 07:11:31 ==> Gzipping contents 07:11:31 4.0K /tmp/codecov.Zt9nMi.gz 07:11:31 ==> Uploading reports 07:11:31 url: https://codecov.io 07:11:31 query: branch=main&commit=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9&build=197&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F197%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:11:31 -> Pinging Codecov 07:11:31 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=746a286959b9cc87fa6cce4fb8259ee4dd03d7f9&build=197&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F197%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= 07:11:31 -> Uploading to 07:11:31 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/746a286959b9cc87fa6cce4fb8259ee4dd03d7f9/2ea217a6-b20f-46ee-9b8d-cc3326442e15.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250613%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250613T071131Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=4d07e0b5e37e5206bb744a5b8d12cf900c1698a1761bfe518eb65751b1517507 07:11:31 % Total % Received % Xferd Average Speed Time Time Time Current 07:11:31 Dload Upload Total Spent Left Speed 07:11:31 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 14721 --:--:-- --:--:-- --:--:-- 14721 07:11:31 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/746a286959b9cc87fa6cce4fb8259ee4dd03d7f9 [Pipeline] } 07:11:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 07:11:31 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 07:11:31 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:11:32 07:11:32 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:11:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:11:32 latest: Pulling from edgex-devops/edgex-snyk-go 07:11:32 43c4264eed91: Pulling fs layer 07:11:32 4cc291be95ef: Pulling fs layer 07:11:32 2ac1f1163629: Pulling fs layer 07:11:32 5c3c966382ef: Pulling fs layer 07:11:32 4f4fb700ef54: Pulling fs layer 07:11:32 d9c7d2e4e75e: Pulling fs layer 07:11:32 9c3e1370e548: Pulling fs layer 07:11:32 9c3e1370e548: Waiting 07:11:32 d9c7d2e4e75e: Waiting 07:11:32 4f4fb700ef54: Waiting 07:11:32 5c3c966382ef: Waiting 07:11:32 4cc291be95ef: Verifying Checksum 07:11:32 4cc291be95ef: Download complete 07:11:32 5c3c966382ef: Verifying Checksum 07:11:32 5c3c966382ef: Download complete 07:11:32 4f4fb700ef54: Verifying Checksum 07:11:32 4f4fb700ef54: Download complete 07:11:32 43c4264eed91: Download complete 07:11:33 d9c7d2e4e75e: Verifying Checksum 07:11:33 d9c7d2e4e75e: Download complete 07:11:33 2ac1f1163629: Verifying Checksum 07:11:33 2ac1f1163629: Download complete 07:11:34 43c4264eed91: Pull complete 07:11:34 4cc291be95ef: Pull complete 07:11:34 9c3e1370e548: Verifying Checksum 07:11:34 9c3e1370e548: Download complete 07:11:39 2ac1f1163629: Pull complete 07:11:39 5c3c966382ef: Pull complete 07:11:39 4f4fb700ef54: Pull complete 07:11:41 d9c7d2e4e75e: Pull complete 07:11:54 9c3e1370e548: Pull complete 07:11:54 Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b 07:11:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 07:11:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:11:54 prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container 07:11:54 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 07:12:02 $ docker top 76f8e434c40dd53c8d05af0eb0bef9a1087594d18a2b4ad94eb286791078812e -eo pid,comm [Pipeline] { [Pipeline] sh 07:12:02 + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo 07:12:02 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh 07:12:02 + set -o pipefail 07:12:02 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' 07:12:04 07:12:04 Monitoring /w/workspace/edgexfoundry_device-rest-go_main... 07:12:04 07:12:04 'go list -json -deps ./...' command failed with error: go: go.mod requires go >= 1.23.4 (running go 1.23.2; GOTOOLCHAIN=local) 07:12:04 [Pipeline] } 07:12:05 $ docker stop --time=1 76f8e434c40dd53c8d05af0eb0bef9a1087594d18a2b4ad94eb286791078812e 07:12:08 $ docker rm -f --volumes 76f8e434c40dd53c8d05af0eb0bef9a1087594d18a2b4ad94eb286791078812e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:12:09 [edgeXSnyk] Exit Code: 2 [Pipeline] error [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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:12:09 + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] 07:12:09 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 07:12:09 total 16 07:12:09 drwxr-xr-x 3 root root 4096 Jun 13 07:00 . 07:12:09 drwxrwxr-x 10 jenkins jenkins 4096 Jun 13 07:00 .. 07:12:09 drwxr-xr-x 2 root root 4096 Jun 13 07:00 cost 07:12:09 -rw-r--r-- 1 root root 86 Jun 13 07:00 cost.csv 07:12:09 + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives 07:12:09 + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives 07:12:09 total 16 07:12:09 drwxr-xr-x 3 jenkins jenkins 4096 Jun 13 07:00 . 07:12:09 drwxrwxr-x 10 jenkins jenkins 4096 Jun 13 07:00 .. 07:12:09 drwxr-xr-x 2 jenkins jenkins 4096 Jun 13 07:00 cost 07:12:09 -rw-r--r-- 1 jenkins jenkins 86 Jun 13 07:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:12:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:12:11 ---> package-listing.sh 07:12:11 ++ facter osfamily 07:12:11 ++ tr '[:upper:]' '[:lower:]' 07:12:11 + OS_FAMILY=debian 07:12:11 + workspace=/w/workspace/edgexfoundry_device-rest-go_main 07:12:11 + START_PACKAGES=/tmp/packages_start.txt 07:12:11 + END_PACKAGES=/tmp/packages_end.txt 07:12:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:12:11 + PACKAGES=/tmp/packages_start.txt 07:12:11 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 07:12:11 + PACKAGES=/tmp/packages_end.txt 07:12:11 + case "${OS_FAMILY}" in 07:12:11 + dpkg -l 07:12:11 + grep '^ii' 07:12:11 + '[' -f /tmp/packages_start.txt ']' 07:12:11 + '[' -f /tmp/packages_end.txt ']' 07:12:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:12:11 + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' 07:12:11 + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ 07:12:11 + 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:12:11 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:12:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:12:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:12:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:12:12 prd-ubuntu20.04-docker-8c-8g-3233 does not seem to be running inside a container 07:12:12 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:12:14 $ docker top 8757aa83d000b04eace9d6b3a17184e61fb567599b9f55d843f2399b71be80fe -eo pid,comm [Pipeline] { [Pipeline] sh 07:12:14 + touch /tmp/pre-build-complete [Pipeline] sh 07:12:14 + mkdir -p /var/log/sysstat [Pipeline] sh 07:12:15 + ls /var/log/sa-host 07:12:15 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:12:15 provisioning config files... 07:12:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2582365253736972612tmp [Pipeline] { [Pipeline] echo 07:12:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:12:15 ---> create-netrc.sh [Pipeline] } 07:12:15 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:12:15 ---> python-tools-install.sh [Pipeline] echo 07:12:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:12:16 ---> sudo-logs.sh 07:12:16 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:12:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:12:16 ---> job-cost.sh 07:12:16 lf-activate-venv: SKIPPING 07:12:16 DEBUG: total: 0.2199999988079071 07:12:16 INFO: Retrieving Stack Cost... 07:12:16 INFO: Retrieving Pricing Info for: v3-standard-8 07:12:17 INFO: Archiving Costs [Pipeline] echo 07:12:17 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:12:18 ---> logs-deploy.sh 07:12:18 lf-activate-venv: SKIPPING 07:12:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/197 07:12:18 INFO: archiving workspace using pattern(s): 07:12:19 Archives upload complete. 07:12:19 INFO: archiving logs to Nexus 07:12:20 ---> uname -a: 07:12:20 Linux prd-ubuntu20-04-docker-8c-8g-3233 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux 07:12:20 07:12:20 07:12:20 ---> lscpu: 07:12:20 Architecture: x86_64 07:12:20 CPU op-mode(s): 32-bit, 64-bit 07:12:20 Byte Order: Little Endian 07:12:20 Address sizes: 40 bits physical, 48 bits virtual 07:12:20 CPU(s): 8 07:12:20 On-line CPU(s) list: 0-7 07:12:20 Thread(s) per core: 1 07:12:20 Core(s) per socket: 1 07:12:20 Socket(s): 8 07:12:20 NUMA node(s): 1 07:12:20 Vendor ID: AuthenticAMD 07:12:20 CPU family: 23 07:12:20 Model: 49 07:12:20 Model name: AMD EPYC-Rome Processor 07:12:20 Stepping: 0 07:12:20 CPU MHz: 2799.998 07:12:20 BogoMIPS: 5599.99 07:12:20 Virtualization: AMD-V 07:12:20 Hypervisor vendor: KVM 07:12:20 Virtualization type: full 07:12:20 L1d cache: 256 KiB 07:12:20 L1i cache: 256 KiB 07:12:20 L2 cache: 4 MiB 07:12:20 L3 cache: 128 MiB 07:12:20 NUMA node0 CPU(s): 0-7 07:12:20 Vulnerability Itlb multihit: Not affected 07:12:20 Vulnerability L1tf: Not affected 07:12:20 Vulnerability Mds: Not affected 07:12:20 Vulnerability Meltdown: Not affected 07:12:20 Vulnerability Mmio stale data: Not affected 07:12:20 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:12:20 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 07:12:20 Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 07:12:20 Vulnerability Srbds: Not affected 07:12:20 Vulnerability Tsx async abort: Not affected 07:12:20 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:12:20 07:12:20 07:12:20 ---> nproc: 07:12:20 8 07:12:20 07:12:20 07:12:20 ---> df -h: 07:12:20 Filesystem Size Used Avail Use% Mounted on 07:12:20 overlay 155G 13G 143G 9% / 07:12:20 tmpfs 64M 0 64M 0% /dev 07:12:20 tmpfs 16G 0 16G 0% /sys/fs/cgroup 07:12:20 shm 64M 0 64M 0% /dev/shm 07:12:20 /dev/vda1 155G 13G 143G 9% /facter-os 07:12:20 07:12:20 07:12:20 ---> sar -b -r -n DEV: 07:12:20 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3233) 06/13/25 _x86_64_ (8 CPU) 07:12:20 07:12:20 06:54:37 LINUX RESTART (8 CPU) 07:12:20 07:12:20 06:55:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:12:20 06:56:00 397.28 47.86 349.43 0.00 5338.44 135554.07 0.00 07:12:20 06:57:01 299.33 2.84 296.49 0.00 32.91 126086.92 0.00 07:12:20 06:58:01 76.15 0.13 76.02 0.00 3.60 44859.59 0.00 07:12:20 06:59:01 98.45 0.05 98.40 0.00 7.73 31185.09 0.00 07:12:20 07:00:01 39.45 4.88 34.57 0.00 2605.80 6204.07 0.00 07:12:20 07:01:01 53.36 1.05 52.31 0.00 23.73 16818.13 0.00 07:12:20 07:02:01 2.35 0.00 2.35 0.00 0.00 34.11 0.00 07:12:20 07:03:01 0.87 0.00 0.87 0.00 0.00 10.80 0.00 07:12:20 07:04:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 07:12:20 07:05:01 1.07 0.00 1.07 0.00 0.00 13.73 0.00 07:12:20 07:06:01 1.17 0.00 1.17 0.00 0.00 17.73 0.00 07:12:20 07:07:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 07:12:20 07:08:01 1.05 0.00 1.05 0.00 0.00 11.33 0.00 07:12:20 07:09:01 1.00 0.00 1.00 0.00 0.00 12.13 0.00 07:12:20 07:10:01 1.70 0.02 1.68 0.00 0.13 23.33 0.00 07:12:20 07:11:01 1.08 0.00 1.08 0.00 0.00 13.20 0.00 07:12:20 07:12:01 38.58 0.12 38.46 0.00 12.66 26461.99 0.00 07:12:20 Average: 59.94 3.35 56.59 0.00 471.60 22883.95 0.00 07:12:20 07:12:20 06:55:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:12:20 06:56:00 28862896 31540748 768448 2.34 74972 2878760 2063044 6.08 1021220 2603920 292 07:12:20 06:57:01 26949076 31191468 1100040 3.35 186552 4165292 2455440 7.24 1725596 3632272 329060 07:12:20 06:58:01 26797232 31483820 805516 2.45 190756 4577888 2095796 6.18 1729052 3752152 739792 07:12:20 06:59:01 27220900 31560360 733424 2.23 193140 4263880 1739120 5.13 1338072 3758732 60 07:12:20 07:00:01 26851248 31514980 758212 2.31 218960 4553528 1724940 5.08 1569168 3862720 1004 07:12:20 07:01:01 26350572 31519432 752260 2.29 224952 5002904 1765256 5.20 1582840 4299612 544 07:12:20 07:02:01 26360264 31529164 742696 2.26 224984 5002908 1730500 5.10 1570924 4299612 4 07:12:20 07:03:01 26362948 31531880 739920 2.25 225012 5002912 1730500 5.10 1568212 4299616 160 07:12:20 07:04:01 26362744 31531616 740156 2.25 225044 5002912 1730500 5.10 1568544 4299616 20 07:12:20 07:05:01 26371768 31540672 730996 2.22 225076 5002916 1730500 5.10 1559492 4299620 164 07:12:20 07:06:01 26374376 31543336 728272 2.21 225112 5002920 1714048 5.05 1556940 4299624 44 07:12:20 07:07:01 26374480 31543444 728288 2.21 225144 5002924 1714048 5.05 1556680 4299628 152 07:12:20 07:08:01 26374708 31543720 728000 2.21 225160 5002924 1714048 5.05 1557080 4299628 160 07:12:20 07:09:01 26375488 31544540 727180 2.21 225196 5002928 1714048 5.05 1556792 4299632 156 07:12:20 07:10:01 26376188 31545276 726328 2.21 225252 5002908 1729448 5.10 1556980 4299612 72 07:12:20 07:11:01 26375220 31544364 727184 2.21 225292 5002912 1729448 5.10 1557152 4299612 160 07:12:20 07:12:01 25570408 31476580 792376 2.41 231852 5681556 2170840 6.40 1632304 4977836 480 07:12:20 Average: 26606501 31510906 766429 2.33 210144 4773704 1838325 5.42 1541591 4110791 63078 07:12:20 07:12:20 06:55:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:12:20 06:56:00 docker0 67.52 66.04 4.63 349.99 0.00 0.00 0.00 0.00 07:12:20 06:56:00 veth9f1be76 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 06:56:00 lo 6.93 6.93 0.68 0.68 0.00 0.00 0.00 0.00 07:12:20 06:56:00 ens3 721.33 490.58 8426.44 105.83 0.00 0.00 0.00 0.00 07:12:20 06:57:01 docker0 285.30 424.55 24.33 2886.71 0.00 0.00 0.00 0.00 07:12:20 06:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 06:57:01 veth868abc1 0.00 0.18 0.00 0.02 0.00 0.00 0.00 0.00 07:12:20 06:57:01 ens3 457.24 304.33 2918.12 39.16 0.00 0.00 0.00 0.00 07:12:20 06:58:01 docker0 1.52 3.20 0.09 38.13 0.00 0.00 0.00 0.00 07:12:20 06:58:01 lo 0.27 0.27 0.03 0.03 0.00 0.00 0.00 0.00 07:12:20 06:58:01 veth2205279 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:12:20 06:58:01 ens3 25.68 14.55 57.95 9.45 0.00 0.00 0.00 0.00 07:12:20 06:59:01 docker0 3.57 8.58 0.21 77.08 0.00 0.00 0.00 0.00 07:12:20 06:59:01 lo 6.87 6.87 0.68 0.68 0.00 0.00 0.00 0.00 07:12:20 06:59:01 ens3 59.37 49.06 106.27 192.30 0.00 0.00 0.00 0.00 07:12:20 07:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:00:01 lo 0.53 0.53 0.06 0.06 0.00 0.00 0.00 0.00 07:12:20 07:00:01 ens3 232.87 162.83 2289.99 11.37 0.00 0.00 0.00 0.00 07:12:20 07:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:01:01 lo 1.20 1.20 0.11 0.11 0.00 0.00 0.00 0.00 07:12:20 07:01:01 ens3 92.77 60.01 2522.70 10.42 0.00 0.00 0.00 0.00 07:12:20 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:02:01 ens3 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:03:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:04:01 ens3 0.88 0.35 0.31 0.21 0.00 0.00 0.00 0.00 07:12:20 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:05:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:06:01 ens3 0.42 0.27 0.16 0.11 0.00 0.00 0.00 0.00 07:12:20 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:07:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:08:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:09:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 07:12:20 07:11:01 ens3 0.28 0.25 0.09 0.08 0.00 0.00 0.00 0.00 07:12:20 07:12:01 docker0 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:12:01 veth887c723 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 07:12:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 07:12:20 07:12:01 ens3 157.52 112.81 3926.69 94.35 0.00 0.00 0.00 0.00 07:12:20 Average: docker0 21.31 29.94 1.74 199.81 0.00 0.00 0.00 0.00 07:12:20 Average: veth887c723 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:12:20 Average: lo 1.06 1.06 0.10 0.10 0.00 0.00 0.00 0.00 07:12:20 Average: ens3 103.23 70.55 1192.71 27.26 0.00 0.00 0.00 0.00 07:12:20 07:12:20 07:12:20 ---> sar -P ALL: 07:12:20 Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3233) 06/13/25 _x86_64_ (8 CPU) 07:12:20 07:12:20 06:54:37 LINUX RESTART (8 CPU) 07:12:20 07:12:20 06:55:01 CPU %user %nice %system %iowait %steal %idle 07:12:20 06:56:00 all 10.94 0.00 4.10 3.08 0.05 81.82 07:12:20 06:56:00 0 11.61 0.00 3.56 0.88 0.05 83.90 07:12:20 06:56:00 1 9.79 0.00 5.83 6.20 0.07 78.10 07:12:20 06:56:00 2 9.45 0.00 3.38 0.40 0.05 86.72 07:12:20 06:56:00 3 12.43 0.00 4.02 1.03 0.05 82.47 07:12:20 06:56:00 4 11.10 0.00 4.11 8.22 0.07 76.50 07:12:20 06:56:00 5 10.80 0.00 4.16 6.60 0.05 78.39 07:12:20 06:56:00 6 12.32 0.00 3.86 0.69 0.05 83.08 07:12:20 06:56:00 7 10.03 0.00 3.86 0.67 0.05 85.38 07:12:20 06:57:01 all 17.61 0.00 5.73 2.02 0.07 74.57 07:12:20 06:57:01 0 18.43 0.00 7.05 1.24 0.07 73.21 07:12:20 06:57:01 1 18.08 0.00 5.68 1.39 0.07 74.78 07:12:20 06:57:01 2 17.32 0.00 5.72 1.12 0.07 75.77 07:12:20 06:57:01 3 17.31 0.00 5.32 0.65 0.05 76.67 07:12:20 06:57:01 4 17.88 0.00 5.15 0.30 0.07 76.60 07:12:20 06:57:01 5 17.53 0.00 7.05 10.80 0.08 64.53 07:12:20 06:57:01 6 17.58 0.00 4.67 0.45 0.07 77.23 07:12:20 06:57:01 7 16.70 0.00 5.20 0.27 0.07 77.77 07:12:20 06:58:01 all 56.50 0.00 8.64 0.42 0.09 34.34 07:12:20 06:58:01 0 55.00 0.00 8.18 0.02 0.08 36.72 07:12:20 06:58:01 1 55.18 0.00 9.27 0.12 0.10 35.33 07:12:20 06:58:01 2 56.14 0.00 9.21 0.96 0.10 33.59 07:12:20 06:58:01 3 56.84 0.00 8.26 0.05 0.10 34.75 07:12:20 06:58:01 4 58.00 0.00 8.83 0.34 0.08 32.75 07:12:20 06:58:01 5 58.89 0.00 8.91 1.21 0.10 30.89 07:12:20 06:58:01 6 55.66 0.00 7.99 0.15 0.08 36.11 07:12:20 06:58:01 7 56.26 0.00 8.49 0.54 0.10 34.61 07:12:20 06:59:01 all 2.88 0.00 1.16 0.51 0.03 95.43 07:12:20 06:59:01 0 1.67 0.00 0.92 0.00 0.03 97.38 07:12:20 06:59:01 1 3.77 0.00 1.21 0.39 0.03 94.60 07:12:20 06:59:01 2 3.41 0.00 0.87 0.00 0.02 95.71 07:12:20 06:59:01 3 2.69 0.00 1.40 0.07 0.02 95.83 07:12:20 06:59:01 4 2.14 0.00 1.29 0.20 0.03 96.34 07:12:20 06:59:01 5 3.33 0.00 1.47 2.71 0.03 92.45 07:12:20 06:59:01 6 2.14 0.00 1.08 0.02 0.03 96.73 07:12:20 06:59:01 7 3.88 0.00 1.02 0.70 0.03 94.36 07:12:20 07:00:01 all 2.18 0.00 1.33 0.48 0.02 95.98 07:12:20 07:00:01 0 1.42 0.00 0.75 0.55 0.03 97.24 07:12:20 07:00:01 1 2.39 0.00 1.49 0.35 0.03 95.73 07:12:20 07:00:01 2 2.96 0.00 1.42 0.42 0.02 95.18 07:12:20 07:00:01 3 2.22 0.00 2.20 0.03 0.02 95.53 07:12:20 07:00:01 4 2.51 0.00 1.84 0.05 0.02 95.59 07:12:20 07:00:01 5 2.06 0.00 1.00 0.18 0.03 96.72 07:12:20 07:00:01 6 2.36 0.00 1.11 0.60 0.02 95.91 07:12:20 07:00:01 7 1.55 0.00 0.85 1.65 0.02 95.92 07:12:20 07:01:01 all 2.78 0.00 1.34 0.32 0.02 95.54 07:12:20 07:01:01 0 2.86 0.00 1.34 0.00 0.02 95.78 07:12:20 07:01:01 1 3.09 0.00 1.72 2.07 0.03 93.08 07:12:20 07:01:01 2 2.56 0.00 1.10 0.00 0.02 96.32 07:12:20 07:01:01 3 2.50 0.00 1.69 0.10 0.02 95.69 07:12:20 07:01:01 4 2.85 0.00 1.27 0.03 0.02 95.83 07:12:20 07:01:01 5 2.93 0.00 1.59 0.00 0.02 95.46 07:12:20 07:01:01 6 3.63 0.00 1.02 0.13 0.03 95.18 07:12:20 07:01:01 7 1.82 0.00 0.96 0.25 0.02 96.96 07:12:20 07:02:01 all 0.02 0.00 0.02 0.00 0.01 99.95 07:12:20 07:02:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:12:20 07:02:01 1 0.03 0.00 0.03 0.02 0.03 99.88 07:12:20 07:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:12:20 07:02:01 3 0.00 0.00 0.05 0.02 0.00 99.93 07:12:20 07:02:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:12:20 07:02:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:12:20 07:02:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:12:20 07:02:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:12:20 07:03:01 all 0.05 0.00 0.02 0.05 0.05 99.83 07:12:20 07:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:12:20 07:03:01 1 0.08 0.00 0.05 0.00 0.03 99.83 07:12:20 07:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:12:20 07:03:01 3 0.02 0.00 0.02 0.43 0.08 99.45 07:12:20 07:03:01 4 0.07 0.00 0.00 0.00 0.00 99.93 07:12:20 07:03:01 5 0.07 0.00 0.03 0.00 0.22 99.68 07:12:20 07:03:01 6 0.03 0.00 0.00 0.00 0.00 99.97 07:12:20 07:03:01 7 0.10 0.00 0.02 0.00 0.02 99.87 07:12:20 07:04:01 all 0.10 0.00 0.01 0.85 0.01 99.03 07:12:20 07:04:01 0 0.00 0.00 0.02 0.00 0.00 99.98 07:12:20 07:04:01 1 0.02 0.00 0.02 0.52 0.02 99.43 07:12:20 07:04:01 2 0.02 0.00 0.02 0.00 0.02 99.95 07:12:20 07:04:01 3 0.00 0.00 0.02 6.25 0.00 93.73 07:12:20 07:04:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:12:20 07:04:01 5 0.07 0.00 0.02 0.00 0.02 99.90 07:12:20 07:04:01 6 0.03 0.00 0.02 0.00 0.00 99.95 07:12:20 07:04:01 7 0.66 0.00 0.02 0.00 0.00 99.32 07:12:20 07:05:01 all 0.06 0.00 0.02 0.00 0.01 99.91 07:12:20 07:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:12:20 07:05:01 1 0.02 0.00 0.02 0.00 0.02 99.95 07:12:20 07:05:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:12:20 07:05:01 3 0.00 0.00 0.03 0.02 0.02 99.93 07:12:20 07:05:01 4 0.05 0.00 0.00 0.00 0.00 99.95 07:12:20 07:05:01 5 0.15 0.00 0.05 0.00 0.02 99.78 07:12:20 07:05:01 6 0.05 0.00 0.02 0.00 0.02 99.92 07:12:20 07:05:01 7 0.13 0.00 0.00 0.02 0.00 99.85 07:12:20 07:06:01 all 0.03 0.00 0.01 0.01 0.00 99.95 07:12:20 07:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:12:20 07:06:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:12:20 07:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:12:20 07:06:01 3 0.00 0.00 0.00 0.05 0.00 99.95 07:12:20 07:06:01 4 0.03 0.00 0.02 0.00 0.00 99.95 07:12:20 07:06:01 5 0.02 0.00 0.02 0.00 0.02 99.95 07:12:20 07:06:01 6 0.07 0.00 0.03 0.00 0.02 99.88 07:12:20 07:06:01 7 0.08 0.00 0.00 0.00 0.00 99.92 07:12:20 07:12:20 07:06:01 CPU %user %nice %system %iowait %steal %idle 07:12:20 07:07:01 all 0.19 0.00 0.01 0.00 0.01 99.79 07:12:20 07:07:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:12:20 07:07:01 1 0.02 0.00 0.02 0.02 0.02 99.93 07:12:20 07:07:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:12:20 07:07:01 3 0.03 0.00 0.03 0.02 0.00 99.92 07:12:20 07:07:01 4 0.03 0.00 0.02 0.00 0.02 99.93 07:12:20 07:07:01 5 1.03 0.00 0.02 0.00 0.00 98.96 07:12:20 07:07:01 6 0.32 0.00 0.02 0.00 0.02 99.65 07:12:20 07:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 07:12:20 07:08:01 all 0.17 0.00 0.02 0.00 0.01 99.80 07:12:20 07:08:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:12:20 07:08:01 1 0.00 0.00 0.02 0.02 0.00 99.97 07:12:20 07:08:01 2 0.03 0.00 0.02 0.00 0.02 99.93 07:12:20 07:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 07:12:20 07:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 07:12:20 07:08:01 5 0.02 0.00 0.03 0.00 0.02 99.93 07:12:20 07:08:01 6 1.30 0.00 0.05 0.00 0.02 98.63 07:12:20 07:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 07:12:20 07:09:01 all 0.11 0.00 0.01 0.13 0.00 99.74 07:12:20 07:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:12:20 07:09:01 1 0.02 0.00 0.00 0.35 0.02 99.62 07:12:20 07:09:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:12:20 07:09:01 3 0.02 0.00 0.02 0.70 0.00 99.27 07:12:20 07:09:01 4 0.05 0.00 0.03 0.00 0.02 99.90 07:12:20 07:09:01 5 0.05 0.00 0.02 0.00 0.00 99.93 07:12:20 07:09:01 6 0.71 0.00 0.00 0.00 0.00 99.29 07:12:20 07:09:01 7 0.02 0.00 0.02 0.00 0.00 99.97 07:12:20 07:10:01 all 0.07 0.00 0.03 1.15 11.79 86.96 07:12:20 07:10:01 0 0.01 0.00 0.01 0.00 14.25 85.72 07:12:20 07:10:01 1 0.02 0.00 0.06 0.14 15.07 84.72 07:12:20 07:10:01 2 0.01 0.00 0.03 0.00 14.41 85.54 07:12:20 07:10:01 3 0.02 0.00 0.05 9.19 8.52 82.22 07:12:20 07:10:01 4 0.04 0.00 0.03 0.07 11.29 88.56 07:12:20 07:10:01 5 0.05 0.00 0.02 0.00 1.80 98.13 07:12:20 07:10:01 6 0.42 0.00 0.01 0.00 15.04 84.53 07:12:20 07:10:01 7 0.00 0.00 0.03 0.00 12.71 87.26 07:12:20 07:11:01 all 0.06 0.00 0.02 0.03 0.01 99.88 07:12:20 07:11:01 0 0.02 0.00 0.00 0.00 0.00 99.98 07:12:20 07:11:01 1 0.00 0.00 0.00 0.15 0.00 99.85 07:12:20 07:11:01 2 0.02 0.00 0.00 0.00 0.00 99.98 07:12:20 07:11:01 3 0.02 0.00 0.02 0.05 0.02 99.90 07:12:20 07:11:01 4 0.08 0.00 0.03 0.00 0.02 99.87 07:12:20 07:11:01 5 0.03 0.00 0.02 0.00 0.00 99.95 07:12:20 07:11:01 6 0.32 0.00 0.08 0.00 0.02 99.58 07:12:20 07:11:01 7 0.03 0.00 0.02 0.00 0.02 99.93 07:12:20 07:12:01 all 3.05 0.00 1.27 5.55 0.03 90.10 07:12:20 07:12:01 0 1.86 0.00 1.41 0.00 0.03 96.70 07:12:20 07:12:01 1 3.12 0.00 1.04 0.55 0.02 95.27 07:12:20 07:12:01 2 2.26 0.00 1.39 0.84 0.02 95.49 07:12:20 07:12:01 3 3.09 0.00 0.89 19.45 0.02 76.56 07:12:20 07:12:01 4 2.84 0.00 1.56 14.03 0.05 81.52 07:12:20 07:12:01 5 2.33 0.00 1.91 8.96 0.03 86.77 07:12:20 07:12:01 6 4.77 0.00 0.96 0.58 0.02 93.66 07:12:20 07:12:01 7 4.14 0.00 1.04 0.02 0.02 94.79 07:12:20 Average: all 5.63 0.00 1.38 0.86 0.80 91.33 07:12:20 Average: 0 5.40 0.00 1.35 0.16 0.99 92.10 07:12:20 Average: 1 5.57 0.00 1.54 0.72 1.00 91.17 07:12:20 Average: 2 5.49 0.00 1.35 0.22 0.96 91.98 07:12:20 Average: 3 5.66 0.00 1.40 2.28 0.57 90.09 07:12:20 Average: 4 5.68 0.00 1.41 1.35 0.77 90.79 07:12:20 Average: 5 5.82 0.00 1.55 1.79 0.15 90.70 07:12:20 Average: 6 5.91 0.00 1.22 0.15 1.05 91.67 07:12:20 Average: 7 5.54 0.00 1.25 0.24 0.87 92.10 07:12:20 07:12:20 07:12:20