Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 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-ssh855082014847097268.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-ssh15451908404400377017.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-ssh10202614321305947252.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-ssh2623234129588706072.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-ssh7466692911344319621.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 ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-4393 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 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 (main) > 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 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#477)" > git rev-list --no-walk d0980f3671d730af7436baa654813d49e60ecc67 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-02T01:30:18.568Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-02T01:30:18.651Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-02T01:30:18.681Z] ========================================================= [2025-07-02T01:30:18.681Z] EdgeX Global Pipelines Version Info [2025-07-02T01:30:18.681Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:30:19.780Z] ------------------- [2025-07-02T01:30:19.780Z] stable info: [2025-07-02T01:30:19.780Z] ------------------- [2025-07-02T01:30:19.780Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-02T01:30:19.780Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-02T01:30:19.780Z] Message: update stable to v1.0.274 [2025-07-02T01:30:20.350Z] ------------------- [2025-07-02T01:30:20.350Z] experimental info: [2025-07-02T01:30:20.350Z] ------------------- [2025-07-02T01:30:20.350Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-02T01:30:20.350Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-02T01:30:20.350Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-02T01:30:20.427Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-07-02T01:30:20.454Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-07-02T01:30:20.479Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-02T01:30:20.506Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-02T01:30:20.531Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-02T01:30:20.558Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-02T01:30:20.589Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-02T01:30:20.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-02T01:30:20.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-02T01:30:20.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-02T01:30:20.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-02T01:30:20.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-07-02T01:30:20.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-02T01:30:20.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-02T01:30:20.789Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-02T01:30:20.810Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-02T01:30:20.829Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-02T01:30:20.851Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-02T01:30:20.875Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-02T01:30:20.901Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-02T01:30:21.022Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-02T01:30:21.039Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-02T01:30:21.059Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-02T01:30:21.087Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-02T01:30:21.112Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-02T01:30:21.136Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-02T01:30:21.159Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-02T01:30:21.187Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-02T01:30:21.213Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-02T01:30:21.241Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-02T01:30:21.262Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] echo [2025-07-02T01:30:21.282Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6836131 [Pipeline] echo [2025-07-02T01:30:21.308Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-02T01:30:21.371Z] provisioning config files... [2025-07-02T01:30:21.384Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config11365554271773832334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:30:21.718Z] ---> ****-login.sh [2025-07-02T01:30:21.718Z] nexus3.edgexfoundry.org:10001 [2025-07-02T01:30:21.718Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:21.978Z] [2025-07-02T01:30:21.978Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-02T01:30:21.979Z] Configure a credential helper to remove this warning. See [2025-07-02T01:30:21.979Z] https://docs.****.com/go/credential-store/ [2025-07-02T01:30:21.979Z] [2025-07-02T01:30:21.979Z] Login Succeeded [2025-07-02T01:30:21.979Z] nexus3.edgexfoundry.org:10002 [2025-07-02T01:30:21.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:21.979Z] [2025-07-02T01:30:21.979Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-02T01:30:21.979Z] Configure a credential helper to remove this warning. See [2025-07-02T01:30:21.979Z] https://docs.****.com/go/credential-store/ [2025-07-02T01:30:21.979Z] [2025-07-02T01:30:21.979Z] Login Succeeded [2025-07-02T01:30:21.979Z] nexus3.edgexfoundry.org:10003 [2025-07-02T01:30:21.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:21.979Z] [2025-07-02T01:30:21.979Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-02T01:30:21.979Z] Configure a credential helper to remove this warning. See [2025-07-02T01:30:21.979Z] https://docs.****.com/go/credential-store/ [2025-07-02T01:30:21.979Z] [2025-07-02T01:30:21.979Z] Login Succeeded [2025-07-02T01:30:22.239Z] nexus3.edgexfoundry.org:10004 [2025-07-02T01:30:22.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:22.239Z] [2025-07-02T01:30:22.239Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-02T01:30:22.239Z] Configure a credential helper to remove this warning. See [2025-07-02T01:30:22.239Z] https://docs.****.com/go/credential-store/ [2025-07-02T01:30:22.239Z] [2025-07-02T01:30:22.239Z] Login Succeeded [2025-07-02T01:30:22.239Z] ****.io [2025-07-02T01:30:22.239Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:22.497Z] [2025-07-02T01:30:22.498Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-02T01:30:22.498Z] Configure a credential helper to remove this warning. See [2025-07-02T01:30:22.498Z] https://docs.****.com/go/credential-store/ [2025-07-02T01:30:22.498Z] [2025-07-02T01:30:22.498Z] Login Succeeded [2025-07-02T01:30:22.498Z] ---> ****-login.sh ends [Pipeline] } [2025-07-02T01:30:22.506Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-02T01:30:22.929Z] + git rev-list -1 --merges 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2~1..6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] echo [2025-07-02T01:30:22.959Z] -----------> git rev-list -1 --merges 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2~1..6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [false] [Pipeline] sh [2025-07-02T01:30:23.252Z] + git log --format=format:%s -1 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] echo [2025-07-02T01:30:23.273Z] ========================================================= [2025-07-02T01:30:23.273Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-02T01:30:23.273Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-02T01:30:23.618Z] + git log --format=format:%s -1 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] echo [2025-07-02T01:30:23.633Z] [semverPrep] GIT_COMMIT: 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#477) [Pipeline] echo [2025-07-02T01:30:23.648Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-02T01:30:24.040Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-02T01:30:24.040Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-02T01:30:24.040Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-02T01:30:24.040Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-02T01:30:24.040Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-02T01:30:24.040Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-02T01:30:24.040Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:30:24.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-02T01:30:24.500Z] [2025-07-02T01:30:24.500Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:30:24.825Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-02T01:30:24.825Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-02T01:30:24.825Z] 3dae71ba6b94: Pulling fs layer [2025-07-02T01:30:24.825Z] 6bf1a483ea7c: Pulling fs layer [2025-07-02T01:30:24.825Z] f5dfc541a4d3: Pulling fs layer [2025-07-02T01:30:24.825Z] 461d9e800cba: Pulling fs layer [2025-07-02T01:30:24.825Z] 80192f66455f: Pulling fs layer [2025-07-02T01:30:24.825Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-02T01:30:24.825Z] a29436f7fd5d: Pulling fs layer [2025-07-02T01:30:24.825Z] 923cac83aea3: Pulling fs layer [2025-07-02T01:30:24.825Z] 25ad8b0a4227: Pulling fs layer [2025-07-02T01:30:24.825Z] db01528c6b51: Pulling fs layer [2025-07-02T01:30:24.825Z] 28988de357af: Pulling fs layer [2025-07-02T01:30:24.825Z] 80192f66455f: Waiting [2025-07-02T01:30:24.825Z] 2e8e34ca0e6c: Waiting [2025-07-02T01:30:24.825Z] a29436f7fd5d: Waiting [2025-07-02T01:30:24.825Z] 923cac83aea3: Waiting [2025-07-02T01:30:24.825Z] 28988de357af: Waiting [2025-07-02T01:30:24.825Z] 461d9e800cba: Waiting [2025-07-02T01:30:24.825Z] 25ad8b0a4227: Waiting [2025-07-02T01:30:24.825Z] db01528c6b51: Waiting [2025-07-02T01:30:24.825Z] 6bf1a483ea7c: Download complete [2025-07-02T01:30:24.825Z] 461d9e800cba: Verifying Checksum [2025-07-02T01:30:24.825Z] 461d9e800cba: Download complete [2025-07-02T01:30:24.825Z] 80192f66455f: Verifying Checksum [2025-07-02T01:30:24.825Z] 80192f66455f: Download complete [2025-07-02T01:30:25.086Z] f5dfc541a4d3: Verifying Checksum [2025-07-02T01:30:25.086Z] f5dfc541a4d3: Download complete [2025-07-02T01:30:25.086Z] 3dae71ba6b94: Verifying Checksum [2025-07-02T01:30:25.086Z] 3dae71ba6b94: Download complete [2025-07-02T01:30:25.086Z] 923cac83aea3: Download complete [2025-07-02T01:30:25.086Z] 25ad8b0a4227: Verifying Checksum [2025-07-02T01:30:25.086Z] 25ad8b0a4227: Download complete [2025-07-02T01:30:25.086Z] db01528c6b51: Verifying Checksum [2025-07-02T01:30:25.086Z] db01528c6b51: Download complete [2025-07-02T01:30:25.086Z] 28988de357af: Verifying Checksum [2025-07-02T01:30:25.086Z] 28988de357af: Download complete [2025-07-02T01:30:25.347Z] a29436f7fd5d: Verifying Checksum [2025-07-02T01:30:25.347Z] a29436f7fd5d: Download complete [2025-07-02T01:30:25.916Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-02T01:30:25.916Z] 2e8e34ca0e6c: Download complete [2025-07-02T01:30:26.487Z] 3dae71ba6b94: Pull complete [2025-07-02T01:30:26.746Z] 6bf1a483ea7c: Pull complete [2025-07-02T01:30:27.687Z] f5dfc541a4d3: Pull complete [2025-07-02T01:30:27.687Z] 461d9e800cba: Pull complete [2025-07-02T01:30:27.687Z] 80192f66455f: Pull complete [2025-07-02T01:30:32.956Z] 2e8e34ca0e6c: Pull complete [2025-07-02T01:30:33.216Z] a29436f7fd5d: Pull complete [2025-07-02T01:30:33.216Z] 923cac83aea3: Pull complete [2025-07-02T01:30:33.477Z] 25ad8b0a4227: Pull complete [2025-07-02T01:30:33.477Z] db01528c6b51: Pull complete [2025-07-02T01:30:33.477Z] 28988de357af: Pull complete [2025-07-02T01:30:33.477Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-02T01:30:33.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-02T01:30:33.477Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:30:33.618Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:30:33.665Z] $ 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 [2025-07-02T01:30:35.564Z] $ docker top 142c08b7aa4bd16546dbb0c2fa76f32d2b939a9c6067f040da66ca6e80344438 -eo pid,comm [2025-07-02T01:30:35.598Z] 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). [2025-07-02T01:30:35.598Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-02T01:30:35.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-02T01:30:35.666Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-02T01:30:35.780Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-02T01:30:35.794Z] $ docker exec 142c08b7aa4bd16546dbb0c2fa76f32d2b939a9c6067f040da66ca6e80344438 ssh-agent [2025-07-02T01:30:35.889Z] SSH_AUTH_SOCK=/tmp/ssh-KKUHjUAZR9aw/agent.34 [2025-07-02T01:30:35.889Z] SSH_AGENT_PID=41 [2025-07-02T01:30:35.896Z] Running ssh-add (command line suppressed) [2025-07-02T01:30:36.008Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_16911925785938581702.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_16911925785938581702.key) [2025-07-02T01:30:36.017Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-02T01:30:36.313Z] + git tag --points-at HEAD [Pipeline] } [2025-07-02T01:30:36.338Z] $ docker exec --env ******** --env ******** 142c08b7aa4bd16546dbb0c2fa76f32d2b939a9c6067f040da66ca6e80344438 ssh-agent -k [2025-07-02T01:30:36.447Z] unset SSH_AUTH_SOCK; [2025-07-02T01:30:36.447Z] unset SSH_AGENT_PID; [2025-07-02T01:30:36.447Z] echo Agent pid 41 killed; [2025-07-02T01:30:36.447Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-02T01:30:36.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-02T01:30:36.488Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-02T01:30:36.608Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-02T01:30:36.621Z] $ docker exec 142c08b7aa4bd16546dbb0c2fa76f32d2b939a9c6067f040da66ca6e80344438 ssh-agent [2025-07-02T01:30:36.719Z] SSH_AUTH_SOCK=/tmp/ssh-7QvFQaZII1js/agent.75 [2025-07-02T01:30:36.719Z] SSH_AGENT_PID=82 [2025-07-02T01:30:36.724Z] Running ssh-add (command line suppressed) [2025-07-02T01:30:36.831Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14942714105075890123.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14942714105075890123.key) [2025-07-02T01:30:36.835Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-02T01:30:37.131Z] + git semver init [2025-07-02T01:30:37.391Z] 2025-07-02 01:30:37,365 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-02T01:30:37.392Z] 2025-07-02 01:30:37,369 [run_init] DEBUG init version:0.0.0 force:False [2025-07-02T01:30:37.392Z] 2025-07-02 01:30:37,370 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-02T01:30:37.392Z] 2025-07-02 01:30:37,371 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-02T01:30:37.392Z] 2025-07-02 01:30:37,371 [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) [2025-07-02T01:30:39.304Z] 2025-07-02 01:30:38,902 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-07-02T01:30:39.304Z] 2025-07-02 01:30:38,904 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-07-02T01:30:39.304Z] 2025-07-02 01:30:38,904 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:30:39.305Z] 2025-07-02 01:30:38,904 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:30:39.305Z] 4.1.0-dev.5 [Pipeline] } [2025-07-02T01:30:39.326Z] $ docker exec --env ******** --env ******** 142c08b7aa4bd16546dbb0c2fa76f32d2b939a9c6067f040da66ca6e80344438 ssh-agent -k [2025-07-02T01:30:39.432Z] unset SSH_AUTH_SOCK; [2025-07-02T01:30:39.432Z] unset SSH_AGENT_PID; [2025-07-02T01:30:39.432Z] echo Agent pid 82 killed; [2025-07-02T01:30:39.432Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-02T01:30:39.749Z] + git semver [Pipeline] } [2025-07-02T01:30:40.031Z] $ docker stop --time=1 142c08b7aa4bd16546dbb0c2fa76f32d2b939a9c6067f040da66ca6e80344438 [2025-07-02T01:30:41.310Z] $ docker rm -f --volumes 142c08b7aa4bd16546dbb0c2fa76f32d2b939a9c6067f040da66ca6e80344438 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-02T01:30:41.647Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-02T01:30:41.882Z] Stashed 1 file(s) [Pipeline] echo [2025-07-02T01:30:41.887Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.5 [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 [2025-07-02T01:30:42.069Z] provisioning config files... [2025-07-02T01:30:42.078Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7362586724471639636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:30:42.380Z] ---> ****-login.sh [2025-07-02T01:30:42.380Z] nexus3.edgexfoundry.org:10001 [2025-07-02T01:30:42.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:42.381Z] Login Succeeded [2025-07-02T01:30:42.381Z] nexus3.edgexfoundry.org:10002 [2025-07-02T01:30:42.381Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:42.381Z] Login Succeeded [2025-07-02T01:30:42.381Z] nexus3.edgexfoundry.org:10003 [2025-07-02T01:30:42.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:42.660Z] Login Succeeded [2025-07-02T01:30:42.660Z] nexus3.edgexfoundry.org:10004 [2025-07-02T01:30:42.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:42.660Z] Login Succeeded [2025-07-02T01:30:42.660Z] ****.io [2025-07-02T01:30:42.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:30:42.919Z] Login Succeeded [2025-07-02T01:30:42.919Z] ---> ****-login.sh ends [Pipeline] } [2025-07-02T01:30:42.927Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-02T01:30:43.011Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-02T01:30:43.034Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-02T01:30:43.050Z] ========================================================= [2025-07-02T01:30:43.050Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-02T01:30:43.050Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:30:43.378Z] + 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 . [2025-07-02T01:30:43.948Z] #0 building with "default" instance using docker driver [2025-07-02T01:30:43.948Z] [2025-07-02T01:30:43.948Z] #1 [internal] load build definition from Dockerfile [2025-07-02T01:30:43.948Z] #1 transferring dockerfile: 1.74kB 0.0s done [2025-07-02T01:30:43.948Z] #1 DONE 0.0s [2025-07-02T01:30:43.948Z] [2025-07-02T01:30:43.948Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-02T01:30:43.948Z] #2 DONE 0.1s [2025-07-02T01:30:44.207Z] [2025-07-02T01:30:44.207Z] #3 [internal] load .dockerignore [2025-07-02T01:30:44.207Z] #3 transferring context: 193B done [2025-07-02T01:30:44.207Z] #3 DONE 0.0s [2025-07-02T01:30:44.207Z] [2025-07-02T01:30:44.207Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-02T01:30:44.207Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-02T01:30:44.207Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-02T01:30:44.207Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-02T01:30:44.207Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s [2025-07-02T01:30:44.207Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-02T01:30:44.207Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-07-02T01:30:44.207Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-07-02T01:30:44.207Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s [2025-07-02T01:30:44.207Z] #4 ... [2025-07-02T01:30:44.207Z] [2025-07-02T01:30:44.207Z] #5 [internal] load build context [2025-07-02T01:30:44.207Z] #5 transferring context: 21.60MB 0.2s done [2025-07-02T01:30:44.207Z] #5 DONE 0.2s [2025-07-02T01:30:44.207Z] [2025-07-02T01:30:44.207Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-02T01:30:44.207Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.63MB / 74.06MB 0.2s [2025-07-02T01:30:44.207Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-02T01:30:44.207Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-02T01:30:44.207Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s [2025-07-02T01:30:44.207Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-02T01:30:44.207Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.10MB / 100.52MB 0.2s [2025-07-02T01:30:44.207Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-02T01:30:44.207Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s [2025-07-02T01:30:44.466Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 24.12MB / 74.06MB 0.3s [2025-07-02T01:30:44.466Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-02T01:30:44.466Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 11.53MB / 100.52MB 0.3s [2025-07-02T01:30:44.466Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-02T01:30:44.466Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 4.19MB / 13.29MB 0.3s [2025-07-02T01:30:44.466Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done [2025-07-02T01:30:44.466Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 48.23MB / 74.06MB 0.5s [2025-07-02T01:30:44.466Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 33.55MB / 100.52MB 0.5s [2025-07-02T01:30:44.466Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.4s done [2025-07-02T01:30:44.728Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-07-02T01:30:44.728Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 54.53MB / 100.52MB 0.7s [2025-07-02T01:30:44.986Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 70.25MB / 100.52MB 0.8s [2025-07-02T01:30:44.986Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d [2025-07-02T01:30:44.986Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done [2025-07-02T01:30:44.986Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 89.13MB / 100.52MB 0.9s [2025-07-02T01:30:45.243Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s [2025-07-02T01:30:45.243Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s done [2025-07-02T01:30:49.426Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.1s done [2025-07-02T01:30:49.426Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-02T01:30:49.426Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-02T01:30:49.426Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-02T01:30:49.426Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-02T01:30:49.426Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-02T01:30:49.684Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-02T01:30:49.684Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-02T01:30:52.238Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.6s done [2025-07-02T01:30:52.238Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 [2025-07-02T01:30:53.193Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.7s done [2025-07-02T01:30:53.193Z] #4 DONE 8.9s [2025-07-02T01:30:53.193Z] [2025-07-02T01:30:53.193Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-02T01:30:53.193Z] #6 0.202 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-02T01:30:53.454Z] #6 0.374 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-02T01:30:53.713Z] #6 0.705 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-02T01:30:53.972Z] #6 0.713 (2/4) Installing libedit (20240517.3.1-r0) [2025-07-02T01:30:53.972Z] #6 0.719 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-02T01:30:53.972Z] #6 0.744 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-02T01:30:53.972Z] #6 0.758 Executing busybox-1.36.1-r29.trigger [2025-07-02T01:30:53.972Z] #6 0.767 OK: 252 MiB in 62 packages [2025-07-02T01:30:55.351Z] #6 DONE 2.5s [2025-07-02T01:30:55.610Z] [2025-07-02T01:30:55.610Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-07-02T01:30:55.610Z] #7 DONE 0.0s [2025-07-02T01:30:55.610Z] [2025-07-02T01:30:55.610Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-02T01:30:55.610Z] #8 DONE 0.0s [2025-07-02T01:30:55.610Z] [2025-07-02T01:30:55.610Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-02T01:30:57.032Z] Still waiting to schedule task [2025-07-02T01:30:57.033Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2025-07-02T01:31:42.293Z] #9 DONE 44.5s [2025-07-02T01:31:42.294Z] [2025-07-02T01:31:42.294Z] #10 [builder 6/7] COPY . . [2025-07-02T01:31:42.294Z] #10 DONE 0.1s [2025-07-02T01:31:42.294Z] [2025-07-02T01:31:42.294Z] #11 [builder 7/7] RUN echo noop [2025-07-02T01:31:42.294Z] #11 0.202 noop [2025-07-02T01:31:42.294Z] #11 DONE 0.2s [2025-07-02T01:31:42.294Z] [2025-07-02T01:31:42.294Z] #12 exporting to image [2025-07-02T01:31:42.294Z] #12 exporting layers [2025-07-02T01:31:47.558Z] #12 exporting layers 6.8s done [2025-07-02T01:31:47.558Z] #12 writing image sha256:6c3636ce2cd40177acdc104b64c44081f1d469f6e170dd96bedb1de30274d4e1 done [2025-07-02T01:31:47.558Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-02T01:31:47.558Z] #12 DONE 6.8s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:31:47.889Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-02T01:31:47.889Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:31:47.963Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:31:47.995Z] $ 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 [2025-07-02T01:31:48.288Z] $ docker top bf3a13e60132623b3799b0c0cfc8f1c139a3a83b0fc4dad20c2930b6e4596eed -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-02T01:31:48.625Z] + go version [2025-07-02T01:31:48.626Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-02T01:31:48.642Z] $ docker stop --time=1 bf3a13e60132623b3799b0c0cfc8f1c139a3a83b0fc4dad20c2930b6e4596eed [2025-07-02T01:31:49.908Z] $ docker rm -f --volumes bf3a13e60132623b3799b0c0cfc8f1c139a3a83b0fc4dad20c2930b6e4596eed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:31:50.343Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-02T01:31:50.343Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:31:50.414Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:31:50.446Z] $ 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 [2025-07-02T01:31:50.686Z] $ docker top 3ba0c506b555fd307509984169baed1690135ad4220609e16269f1cc7335f07d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-02T01:31:51.028Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-02T01:31:51.326Z] + make test [2025-07-02T01:31:51.326Z] go test ./... -coverprofile=coverage.out ./... [2025-07-02T01:31:52.700Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-02T01:32:14.665Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-02T01:32:14.665Z] ok github.com/edgexfoundry/device-rest-go/driver 0.010s coverage: 32.2% of statements [2025-07-02T01:32:24.646Z] go vet ./... [2025-07-02T01:32:29.938Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-02T01:32:29.938Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-02T01:32:29.938Z] ./bin/test-attribution-txt.sh [2025-07-02T01:32:29.938Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-02T01:32:29.938Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-02T01:32:29.938Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-02T01:32:29.938Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-02T01:32:29.938Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-02T01:32:29.954Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-02T01:32:29.979Z] $ docker stop --time=1 3ba0c506b555fd307509984169baed1690135ad4220609e16269f1cc7335f07d [2025-07-02T01:32:32.067Z] $ docker rm -f --volumes 3ba0c506b555fd307509984169baed1690135ad4220609e16269f1cc7335f07d [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-02T01:32:32.644Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-02T01:32:32.693Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-02T01:32:33.257Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-02T01:32:33.543Z] + ls -al . [2025-07-02T01:32:33.544Z] total 244 [2025-07-02T01:32:33.544Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 2 01:31 . [2025-07-02T01:32:33.544Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 01:30 .. [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 2 01:30 .dockerignore [2025-07-02T01:32:33.544Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 01:32 .git [2025-07-02T01:32:33.544Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 01:30 .github [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 2 01:30 .gitignore [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 2 01:30 .golangci.yml [2025-07-02T01:32:33.544Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 01:30 .semver [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 2 01:30 Attribution.txt [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 2 01:30 CHANGELOG.md [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 2 01:30 Dockerfile [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 01:30 GOVERNANCE.md [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 2 01:30 Jenkinsfile [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 2 01:30 LICENSE [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 2 01:30 Makefile [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 2 01:30 OWNERS.md [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 2 01:30 README.md [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 2 01:30 VERSION [2025-07-02T01:32:33.544Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 01:30 bin [2025-07-02T01:32:33.544Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 01:30 cmd [2025-07-02T01:32:33.544Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 2 01:32 coverage.out [2025-07-02T01:32:33.544Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 01:30 driver [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jul 2 01:30 go.mod [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 2 01:30 go.sum [2025-07-02T01:32:33.544Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 01:30 openapi [2025-07-02T01:32:33.544Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 2 01:30 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:32:33.870Z] + 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=6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 --label arch=amd64 --label version=4.1.0-dev.5 . [2025-07-02T01:32:34.129Z] #0 building with "default" instance using docker driver [2025-07-02T01:32:34.129Z] [2025-07-02T01:32:34.129Z] #1 [internal] load build definition from Dockerfile [2025-07-02T01:32:34.129Z] #1 transferring dockerfile: 1.74kB done [2025-07-02T01:32:34.129Z] #1 DONE 0.0s [2025-07-02T01:32:34.129Z] [2025-07-02T01:32:34.129Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-02T01:32:34.129Z] #2 DONE 0.0s [2025-07-02T01:32:34.129Z] [2025-07-02T01:32:34.129Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-02T01:32:34.129Z] #3 DONE 0.1s [2025-07-02T01:32:34.129Z] [2025-07-02T01:32:34.129Z] #4 [internal] load .dockerignore [2025-07-02T01:32:34.129Z] #4 transferring context: 193B done [2025-07-02T01:32:34.130Z] #4 DONE 0.0s [2025-07-02T01:32:34.130Z] [2025-07-02T01:32:34.130Z] #5 [internal] load build context [2025-07-02T01:32:34.130Z] #5 transferring context: 18.46kB done [2025-07-02T01:32:34.130Z] #5 DONE 0.0s [2025-07-02T01:32:34.130Z] [2025-07-02T01:32:34.130Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-02T01:32:34.130Z] #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-02T01:32:34.130Z] #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-02T01:32:34.130Z] #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-02T01:32:34.130Z] #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-02T01:32:34.130Z] #6 DONE 0.0s [2025-07-02T01:32:34.130Z] [2025-07-02T01:32:34.130Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-02T01:32:34.130Z] #7 DONE 0.1s [2025-07-02T01:32:34.130Z] [2025-07-02T01:32:34.130Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-07-02T01:32:34.389Z] #8 0.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-02T01:32:34.389Z] #8 0.410 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-02T01:32:34.958Z] #8 0.769 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-02T01:32:34.958Z] #8 ... [2025-07-02T01:32:34.958Z] [2025-07-02T01:32:34.958Z] #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-02T01:32:34.958Z] #9 0.210 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-02T01:32:34.958Z] #9 0.362 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-02T01:32:34.958Z] #9 0.732 OK: 252 MiB in 62 packages [2025-07-02T01:32:34.958Z] #9 DONE 0.8s [2025-07-02T01:32:34.958Z] [2025-07-02T01:32:34.958Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-07-02T01:32:34.958Z] #8 0.780 Executing busybox-1.36.1-r29.trigger [2025-07-02T01:32:34.958Z] #8 0.782 OK: 8 MiB in 15 packages [2025-07-02T01:32:35.218Z] #8 DONE 0.9s [2025-07-02T01:32:35.218Z] [2025-07-02T01:32:35.218Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-07-02T01:32:35.218Z] #10 DONE 0.0s [2025-07-02T01:32:35.218Z] [2025-07-02T01:32:35.218Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-02T01:32:35.218Z] #11 DONE 0.0s [2025-07-02T01:32:35.218Z] [2025-07-02T01:32:35.218Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-02T01:32:35.477Z] #12 DONE 0.5s [2025-07-02T01:32:35.477Z] [2025-07-02T01:32:35.477Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-02T01:32:35.477Z] #13 0.358 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-02T01:32:35.477Z] #13 0.421 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-02T01:32:35.781Z] #13 ... [2025-07-02T01:32:35.781Z] [2025-07-02T01:32:35.781Z] #14 [builder 6/7] COPY . . [2025-07-02T01:32:35.781Z] #14 DONE 0.1s [2025-07-02T01:32:35.781Z] [2025-07-02T01:32:35.781Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-02T01:32:35.781Z] #13 0.781 OK: 8 MiB in 15 packages [2025-07-02T01:32:36.039Z] #13 DONE 0.9s [2025-07-02T01:32:36.039Z] [2025-07-02T01:32:36.039Z] #15 [builder 7/7] RUN make build [2025-07-02T01:32:36.039Z] #15 0.228 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.19 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-02T01:33:02.595Z] #15 DONE 23.9s [2025-07-02T01:33:02.595Z] [2025-07-02T01:33:02.595Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-07-02T01:33:02.595Z] #16 DONE 0.1s [2025-07-02T01:33:02.595Z] [2025-07-02T01:33:02.595Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-07-02T01:33:02.595Z] #17 DONE 0.0s [2025-07-02T01:33:02.595Z] [2025-07-02T01:33:02.595Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-02T01:33:02.595Z] #18 DONE 0.0s [2025-07-02T01:33:02.595Z] [2025-07-02T01:33:02.595Z] #19 exporting to image [2025-07-02T01:33:02.595Z] #19 exporting layers 0.1s done [2025-07-02T01:33:02.595Z] #19 writing image sha256:56365dbbd4ad1e808a82c17a433f180036d03ff054cdd1b7776cbd85ca235fc4 done [2025-07-02T01:33:02.595Z] #19 naming to docker.io/library/device-rest done [2025-07-02T01:33:02.595Z] #19 DONE 0.1s [2025-07-02T01:33:02.595Z] [2025-07-02T01:33:02.595Z] 1 warning found (use docker --debug to expand): [2025-07-02T01:33:02.595Z]  - UndefinedVar: Usage of undefined variable '$VERSION' (line 41) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-02T01:33:02.729Z] provisioning config files... [2025-07-02T01:33:02.740Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7491261998475867445tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:33:03.045Z] ---> ****-login.sh [2025-07-02T01:33:03.045Z] nexus3.edgexfoundry.org:10001 [2025-07-02T01:33:03.045Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:33:03.045Z] Login Succeeded [2025-07-02T01:33:03.046Z] nexus3.edgexfoundry.org:10002 [2025-07-02T01:33:03.046Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:33:03.046Z] Login Succeeded [2025-07-02T01:33:03.046Z] nexus3.edgexfoundry.org:10003 [2025-07-02T01:33:03.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:33:03.305Z] Login Succeeded [2025-07-02T01:33:03.305Z] nexus3.edgexfoundry.org:10004 [2025-07-02T01:33:03.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:33:03.305Z] Login Succeeded [2025-07-02T01:33:03.305Z] ****.io [2025-07-02T01:33:03.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:33:03.563Z] Login Succeeded [2025-07-02T01:33:03.563Z] ---> ****-login.sh ends [Pipeline] } [2025-07-02T01:33:03.570Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-02T01:33:03.627Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-02T01:33:03.659Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-07-02T01:33:03.659Z] 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:33:03.659Z] latest [2025-07-02T01:33:03.659Z] 4.1.0-dev.5 [2025-07-02T01:33:03.659Z] 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:33:03.659Z] main [2025-07-02T01:33:03.659Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:04.004Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:04.333Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:33:04.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-02T01:33:04.333Z] aefd2cf7ab6d: Preparing [2025-07-02T01:33:04.333Z] dc4687237958: Preparing [2025-07-02T01:33:04.333Z] bf2b041b4b8d: Preparing [2025-07-02T01:33:04.333Z] e4ff9fe68450: Preparing [2025-07-02T01:33:04.333Z] 92d7b2e82fd1: Preparing [2025-07-02T01:33:04.333Z] 994456c4fd7b: Preparing [2025-07-02T01:33:04.333Z] 994456c4fd7b: Waiting [2025-07-02T01:33:04.333Z] 92d7b2e82fd1: Pushed [2025-07-02T01:33:04.333Z] aefd2cf7ab6d: Pushed [2025-07-02T01:33:04.333Z] dc4687237958: Pushed [2025-07-02T01:33:04.333Z] e4ff9fe68450: Pushed [2025-07-02T01:33:04.333Z] 994456c4fd7b: Layer already exists [2025-07-02T01:33:08.524Z] bf2b041b4b8d: Pushed [2025-07-02T01:33:08.524Z] 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2: digest: sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:08.859Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:09.194Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-02T01:33:09.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-02T01:33:09.194Z] aefd2cf7ab6d: Preparing [2025-07-02T01:33:09.194Z] dc4687237958: Preparing [2025-07-02T01:33:09.194Z] bf2b041b4b8d: Preparing [2025-07-02T01:33:09.194Z] e4ff9fe68450: Preparing [2025-07-02T01:33:09.194Z] 92d7b2e82fd1: Preparing [2025-07-02T01:33:09.194Z] 994456c4fd7b: Preparing [2025-07-02T01:33:09.194Z] 994456c4fd7b: Waiting [2025-07-02T01:33:09.194Z] aefd2cf7ab6d: Layer already exists [2025-07-02T01:33:09.194Z] e4ff9fe68450: Layer already exists [2025-07-02T01:33:09.194Z] 92d7b2e82fd1: Layer already exists [2025-07-02T01:33:09.194Z] bf2b041b4b8d: Layer already exists [2025-07-02T01:33:09.194Z] dc4687237958: Layer already exists [2025-07-02T01:33:09.194Z] 994456c4fd7b: Layer already exists [2025-07-02T01:33:09.194Z] latest: digest: sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:09.525Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:09.853Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5 [2025-07-02T01:33:09.853Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-02T01:33:09.853Z] aefd2cf7ab6d: Preparing [2025-07-02T01:33:09.853Z] dc4687237958: Preparing [2025-07-02T01:33:09.853Z] bf2b041b4b8d: Preparing [2025-07-02T01:33:09.853Z] e4ff9fe68450: Preparing [2025-07-02T01:33:09.853Z] 92d7b2e82fd1: Preparing [2025-07-02T01:33:09.853Z] 994456c4fd7b: Preparing [2025-07-02T01:33:09.853Z] 994456c4fd7b: Waiting [2025-07-02T01:33:09.853Z] dc4687237958: Layer already exists [2025-07-02T01:33:09.853Z] 92d7b2e82fd1: Layer already exists [2025-07-02T01:33:09.853Z] e4ff9fe68450: Layer already exists [2025-07-02T01:33:09.853Z] bf2b041b4b8d: Layer already exists [2025-07-02T01:33:09.853Z] aefd2cf7ab6d: Layer already exists [2025-07-02T01:33:09.853Z] 994456c4fd7b: Layer already exists [2025-07-02T01:33:09.853Z] 4.1.0-dev.5: digest: sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:10.188Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:10.514Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:33:10.514Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-02T01:33:10.514Z] aefd2cf7ab6d: Preparing [2025-07-02T01:33:10.514Z] dc4687237958: Preparing [2025-07-02T01:33:10.514Z] bf2b041b4b8d: Preparing [2025-07-02T01:33:10.514Z] e4ff9fe68450: Preparing [2025-07-02T01:33:10.514Z] 92d7b2e82fd1: Preparing [2025-07-02T01:33:10.514Z] 994456c4fd7b: Preparing [2025-07-02T01:33:10.514Z] 994456c4fd7b: Waiting [2025-07-02T01:33:10.514Z] aefd2cf7ab6d: Layer already exists [2025-07-02T01:33:10.514Z] bf2b041b4b8d: Layer already exists [2025-07-02T01:33:10.514Z] 92d7b2e82fd1: Layer already exists [2025-07-02T01:33:10.514Z] dc4687237958: Layer already exists [2025-07-02T01:33:10.514Z] e4ff9fe68450: Layer already exists [2025-07-02T01:33:10.514Z] 994456c4fd7b: Layer already exists [2025-07-02T01:33:10.514Z] 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5: digest: sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:10.861Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:33:11.194Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-02T01:33:11.194Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-02T01:33:11.194Z] aefd2cf7ab6d: Preparing [2025-07-02T01:33:11.194Z] dc4687237958: Preparing [2025-07-02T01:33:11.194Z] bf2b041b4b8d: Preparing [2025-07-02T01:33:11.194Z] e4ff9fe68450: Preparing [2025-07-02T01:33:11.194Z] 92d7b2e82fd1: Preparing [2025-07-02T01:33:11.194Z] 994456c4fd7b: Preparing [2025-07-02T01:33:11.194Z] 994456c4fd7b: Waiting [2025-07-02T01:33:11.194Z] 92d7b2e82fd1: Layer already exists [2025-07-02T01:33:11.194Z] dc4687237958: Layer already exists [2025-07-02T01:33:11.194Z] aefd2cf7ab6d: Layer already exists [2025-07-02T01:33:11.194Z] e4ff9fe68450: Layer already exists [2025-07-02T01:33:11.194Z] bf2b041b4b8d: Layer already exists [2025-07-02T01:33:11.194Z] 994456c4fd7b: Layer already exists [2025-07-02T01:33:11.194Z] main: digest: sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-02T01:33:11.271Z] ===================================================== [Pipeline] echo [2025-07-02T01:33:11.287Z] taggedImages: [2025-07-02T01:33:11.287Z] - nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:33:11.287Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-02T01:33:11.287Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5 [2025-07-02T01:33:11.287Z] - nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:33:11.287Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-07-02T01:33:11.336Z] ========================================================= [2025-07-02T01:33:11.336Z] [edgeXBuildMultiArch] RAW Config: [2025-07-02T01:33:11.336Z] images: [2025-07-02T01:33:11.336Z] - nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:33:11.336Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-02T01:33:11.336Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5 [2025-07-02T01:33:11.336Z] - nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:33:11.336Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-02T01:33:11.336Z] settingsFile: [2025-07-02T01:33:11.336Z] device-rest-go-settings [2025-07-02T01:33:11.336Z] ========================================================= [Pipeline] node [2025-07-02T01:33:26.340Z] Still waiting to schedule task [2025-07-02T01:33:26.340Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-02T01:34:15.026Z] Running on prd-centos7-docker-4c-2g-4395 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-02T01:34:15.082Z] provisioning config files... [2025-07-02T01:34:15.101Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16370807907093254283tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:15.337Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4394 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] ws [2025-07-02T01:34:15.769Z] Running in /w/workspace/device-rest-go/204 [Pipeline] { [Pipeline] checkout [2025-07-02T01:34:15.828Z] The recommended git tool is: git [2025-07-02T01:34:16.033Z] ---> ****-login.sh [2025-07-02T01:34:16.033Z] nexus3.edgexfoundry.org:10001 [2025-07-02T01:34:16.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:16.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:16.293Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:16.293Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:16.293Z] [2025-07-02T01:34:16.293Z] Login Succeeded [2025-07-02T01:34:16.293Z] nexus3.edgexfoundry.org:10002 [2025-07-02T01:34:16.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:16.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:16.294Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:16.294Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:16.294Z] [2025-07-02T01:34:16.294Z] Login Succeeded [2025-07-02T01:34:16.294Z] nexus3.edgexfoundry.org:10003 [2025-07-02T01:34:16.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:16.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:16.555Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:16.555Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:16.555Z] [2025-07-02T01:34:16.555Z] Login Succeeded [2025-07-02T01:34:16.555Z] nexus3.edgexfoundry.org:10004 [2025-07-02T01:34:16.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:16.555Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:16.555Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:16.555Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:16.555Z] [2025-07-02T01:34:16.555Z] Login Succeeded [2025-07-02T01:34:16.555Z] ****.io [2025-07-02T01:34:16.555Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:16.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:16.816Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:16.816Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:16.816Z] [2025-07-02T01:34:16.816Z] Login Succeeded [2025-07-02T01:34:16.816Z] ---> ****-login.sh ends [Pipeline] } [2025-07-02T01:34:16.826Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-02T01:34:17.160Z] + docker buildx ls [2025-07-02T01:34:17.160Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-02T01:34:17.160Z] default * docker [2025-07-02T01:34:17.160Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-02T01:34:17.456Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-02T01:34:17.456Z] edgex-builder [Pipeline] sh [2025-07-02T01:34:17.757Z] + docker buildx inspect --bootstrap [2025-07-02T01:34:17.757Z] #1 [internal] booting buildkit [2025-07-02T01:34:17.757Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-02T01:34:20.545Z] using credential edgex-jenkins-ssh [2025-07-02T01:34:20.567Z] Cloning the remote Git repository [2025-07-02T01:34:20.618Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-07-02T01:34:20.706Z] > git init /w/workspace/device-rest-go/204 # timeout=10 [2025-07-02T01:34:20.847Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-07-02T01:34:20.849Z] > git --version # timeout=10 [2025-07-02T01:34:20.870Z] > git --version # 'git version 2.25.1' [2025-07-02T01:34:20.872Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-02T01:34:21.975Z] #1 pulling image moby/buildkit:buildx-stable-1 4.2s done [2025-07-02T01:34:21.975Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-02T01:34:21.018Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-02T01:34:22.916Z] #1 creating container buildx_buildkit_edgex-builder0 1.1s done [2025-07-02T01:34:22.916Z] #1 DONE 5.4s [2025-07-02T01:34:22.916Z] Name: edgex-builder [2025-07-02T01:34:22.916Z] Driver: docker-container [2025-07-02T01:34:22.916Z] [2025-07-02T01:34:22.916Z] Nodes: [2025-07-02T01:34:22.916Z] Name: edgex-builder0 [2025-07-02T01:34:22.916Z] Endpoint: unix:///var/run/docker.sock [2025-07-02T01:34:22.916Z] Status: running [2025-07-02T01:34:22.916Z] Buildkit: v0.22.0 [2025-07-02T01:34:22.916Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-02T01:34:23.217Z] + docker buildx ls [2025-07-02T01:34:23.217Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-02T01:34:23.217Z] edgex-builder * docker-container [2025-07-02T01:34:23.217Z] edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [2025-07-02T01:34:23.217Z] default docker [2025-07-02T01:34:23.217Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-02T01:34:23.512Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 --push - [2025-07-02T01:34:23.512Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2' [2025-07-02T01:34:23.773Z] #1 [internal] load build definition from Dockerfile [2025-07-02T01:34:23.773Z] #1 transferring dockerfile: 196B done [2025-07-02T01:34:23.773Z] #1 DONE 0.0s [2025-07-02T01:34:23.773Z] [2025-07-02T01:34:23.773Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:34:23.773Z] #2 DONE 0.1s [2025-07-02T01:34:23.773Z] [2025-07-02T01:34:23.773Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:34:23.773Z] #3 DONE 0.1s [2025-07-02T01:34:23.773Z] [2025-07-02T01:34:23.773Z] #4 [internal] load .dockerignore [2025-07-02T01:34:23.773Z] #4 transferring context: 2B done [2025-07-02T01:34:23.773Z] #4 DONE 0.0s [2025-07-02T01:34:23.773Z] [2025-07-02T01:34:23.773Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:23.773Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:23.773Z] #5 DONE 0.0s [2025-07-02T01:34:23.773Z] [2025-07-02T01:34:23.773Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:23.773Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:23.773Z] #6 DONE 0.1s [2025-07-02T01:34:24.032Z] [2025-07-02T01:34:24.032Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-02T01:34:24.032Z] #7 DONE 0.0s [2025-07-02T01:34:24.032Z] [2025-07-02T01:34:24.032Z] #8 exporting to image [2025-07-02T01:34:24.032Z] #8 exporting layers done [2025-07-02T01:34:24.032Z] #8 exporting manifest sha256:405f78de929531dbc86427ce718dd0fdda657b23026df83b71037276d375b2f3 done [2025-07-02T01:34:24.032Z] #8 exporting config sha256:56365dbbd4ad1e808a82c17a433f180036d03ff054cdd1b7776cbd85ca235fc4 done [2025-07-02T01:34:24.032Z] #8 exporting manifest sha256:adf756ed3358584fbb0134ce754f55f8661340e3566f48a5eb4ebcd246f3600c 0.0s done [2025-07-02T01:34:24.032Z] #8 exporting config sha256:32f6caa87aa43761264c60832beb415a2f103eda03b2baf63d2cdb486cf6a7de done [2025-07-02T01:34:24.032Z] #8 exporting manifest list sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef done [2025-07-02T01:34:24.032Z] #8 pushing layers 0.1s done [2025-07-02T01:34:24.032Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2@sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef [2025-07-02T01:34:24.032Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-02T01:34:24.032Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2@sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef 0.1s done [2025-07-02T01:34:24.032Z] #8 DONE 0.2s [2025-07-02T01:34:24.032Z] [2025-07-02T01:34:24.032Z] 1 warning found (use --debug to expand): [2025-07-02T01:34:24.032Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-02T01:34:24.324Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-07-02T01:34:24.324Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-07-02T01:34:24.584Z] #1 [internal] load build definition from Dockerfile [2025-07-02T01:34:24.584Z] #1 transferring dockerfile: 162B done [2025-07-02T01:34:24.584Z] #1 DONE 0.0s [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-02T01:34:24.584Z] #2 DONE 0.0s [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-02T01:34:24.584Z] #3 DONE 0.0s [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] #4 [internal] load .dockerignore [2025-07-02T01:34:24.584Z] #4 transferring context: 2B done [2025-07-02T01:34:24.584Z] #4 DONE 0.0s [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:24.584Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:24.584Z] #5 DONE 0.0s [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:24.584Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:24.584Z] #6 CACHED [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:24.584Z] #5 CACHED [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-02T01:34:24.584Z] #7 DONE 0.0s [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] #8 exporting to image [2025-07-02T01:34:24.584Z] #8 exporting layers done [2025-07-02T01:34:24.584Z] #8 exporting manifest sha256:405f78de929531dbc86427ce718dd0fdda657b23026df83b71037276d375b2f3 done [2025-07-02T01:34:24.584Z] #8 exporting config sha256:56365dbbd4ad1e808a82c17a433f180036d03ff054cdd1b7776cbd85ca235fc4 done [2025-07-02T01:34:24.584Z] #8 exporting manifest sha256:adf756ed3358584fbb0134ce754f55f8661340e3566f48a5eb4ebcd246f3600c done [2025-07-02T01:34:24.584Z] #8 exporting config sha256:32f6caa87aa43761264c60832beb415a2f103eda03b2baf63d2cdb486cf6a7de done [2025-07-02T01:34:24.584Z] #8 exporting manifest list sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef done [2025-07-02T01:34:24.584Z] #8 pushing layers 0.0s done [2025-07-02T01:34:24.584Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef 0.1s done [2025-07-02T01:34:24.584Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-02T01:34:24.584Z] #8 DONE 0.1s [2025-07-02T01:34:24.584Z] [2025-07-02T01:34:24.584Z] 1 warning found (use --debug to expand): [2025-07-02T01:34:24.584Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-02T01:34:24.368Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-07-02T01:34:24.390Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-02T01:34:24.874Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5' [2025-07-02T01:34:24.874Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5 --push - [2025-07-02T01:34:25.134Z] #1 [internal] load build definition from Dockerfile [2025-07-02T01:34:25.134Z] #1 transferring dockerfile: 167B done [2025-07-02T01:34:25.134Z] #1 DONE 0.0s [2025-07-02T01:34:25.134Z] [2025-07-02T01:34:25.134Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5 [2025-07-02T01:34:25.134Z] #2 DONE 0.0s [2025-07-02T01:34:25.134Z] [2025-07-02T01:34:25.134Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5 [2025-07-02T01:34:25.134Z] #3 DONE 0.0s [2025-07-02T01:34:25.134Z] [2025-07-02T01:34:25.134Z] #4 [internal] load .dockerignore [2025-07-02T01:34:25.134Z] #4 transferring context: 2B done [2025-07-02T01:34:25.134Z] #4 DONE 0.0s [2025-07-02T01:34:25.134Z] [2025-07-02T01:34:25.134Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:25.134Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:25.134Z] #5 CACHED [2025-07-02T01:34:25.134Z] [2025-07-02T01:34:25.134Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:25.134Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:25.134Z] #6 CACHED [2025-07-02T01:34:25.134Z] [2025-07-02T01:34:25.134Z] #7 exporting to image [2025-07-02T01:34:25.134Z] #7 exporting layers done [2025-07-02T01:34:25.134Z] #7 exporting manifest sha256:405f78de929531dbc86427ce718dd0fdda657b23026df83b71037276d375b2f3 done [2025-07-02T01:34:25.134Z] #7 exporting config sha256:56365dbbd4ad1e808a82c17a433f180036d03ff054cdd1b7776cbd85ca235fc4 done [2025-07-02T01:34:25.134Z] #7 exporting manifest sha256:adf756ed3358584fbb0134ce754f55f8661340e3566f48a5eb4ebcd246f3600c done [2025-07-02T01:34:25.134Z] #7 exporting config sha256:32f6caa87aa43761264c60832beb415a2f103eda03b2baf63d2cdb486cf6a7de done [2025-07-02T01:34:25.134Z] #7 exporting manifest list sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef done [2025-07-02T01:34:25.134Z] #7 pushing layers 0.0s done [2025-07-02T01:34:25.134Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5@sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef [2025-07-02T01:34:25.134Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-02T01:34:25.134Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.5@sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef 0.1s done [2025-07-02T01:34:25.134Z] #7 DONE 0.1s [2025-07-02T01:34:25.134Z] [2025-07-02T01:34:25.134Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-02T01:34:25.134Z] #8 DONE 0.0s [2025-07-02T01:34:25.134Z] [2025-07-02T01:34:25.134Z] 1 warning found (use --debug to expand): [2025-07-02T01:34:25.134Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-02T01:34:25.222Z] Avoid second fetch [2025-07-02T01:34:25.223Z] Checking out Revision 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 (main) [2025-07-02T01:34:25.433Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5' [2025-07-02T01:34:25.433Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 --push - [2025-07-02T01:34:25.691Z] #1 [internal] load build definition from Dockerfile [2025-07-02T01:34:25.691Z] #1 transferring dockerfile: 208B done [2025-07-02T01:34:25.691Z] #1 DONE 0.0s [2025-07-02T01:34:25.691Z] [2025-07-02T01:34:25.691Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:34:25.691Z] #2 DONE 0.0s [2025-07-02T01:34:25.691Z] [2025-07-02T01:34:25.691Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:34:25.691Z] #3 DONE 0.0s [2025-07-02T01:34:25.691Z] [2025-07-02T01:34:25.691Z] #4 [internal] load .dockerignore [2025-07-02T01:34:25.691Z] #4 transferring context: 2B done [2025-07-02T01:34:25.691Z] #4 DONE 0.0s [2025-07-02T01:34:25.691Z] [2025-07-02T01:34:25.691Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:25.691Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 done [2025-07-02T01:34:25.691Z] #5 CACHED [2025-07-02T01:34:25.691Z] [2025-07-02T01:34:25.691Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:25.691Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:25.691Z] #6 CACHED [2025-07-02T01:34:25.691Z] [2025-07-02T01:34:25.691Z] #7 exporting to image [2025-07-02T01:34:25.691Z] #7 exporting layers done [2025-07-02T01:34:25.691Z] #7 exporting manifest sha256:405f78de929531dbc86427ce718dd0fdda657b23026df83b71037276d375b2f3 done [2025-07-02T01:34:25.691Z] #7 exporting config sha256:56365dbbd4ad1e808a82c17a433f180036d03ff054cdd1b7776cbd85ca235fc4 done [2025-07-02T01:34:25.691Z] #7 exporting manifest sha256:adf756ed3358584fbb0134ce754f55f8661340e3566f48a5eb4ebcd246f3600c done [2025-07-02T01:34:25.691Z] #7 exporting config sha256:32f6caa87aa43761264c60832beb415a2f103eda03b2baf63d2cdb486cf6a7de done [2025-07-02T01:34:25.691Z] #7 exporting manifest list sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef done [2025-07-02T01:34:25.691Z] #7 pushing layers 0.0s done [2025-07-02T01:34:25.691Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5@sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef [2025-07-02T01:34:25.691Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-02T01:34:25.691Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5@sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef 0.1s done [2025-07-02T01:34:25.691Z] #7 DONE 0.1s [2025-07-02T01:34:25.691Z] [2025-07-02T01:34:25.691Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-02T01:34:25.691Z] #8 DONE 0.0s [2025-07-02T01:34:25.691Z] [2025-07-02T01:34:25.691Z] 1 warning found (use --debug to expand): [2025-07-02T01:34:25.691Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-02T01:34:25.841Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#477)" [2025-07-02T01:34:25.979Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-07-02T01:34:25.979Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-07-02T01:34:25.979Z] #1 [internal] load build definition from Dockerfile [2025-07-02T01:34:25.979Z] #1 transferring dockerfile: 160B done [2025-07-02T01:34:25.979Z] #1 DONE 0.0s [2025-07-02T01:34:25.979Z] [2025-07-02T01:34:25.979Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-02T01:34:25.979Z] #2 DONE 0.0s [2025-07-02T01:34:25.979Z] [2025-07-02T01:34:25.979Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-02T01:34:25.979Z] #3 DONE 0.0s [2025-07-02T01:34:25.979Z] [2025-07-02T01:34:25.979Z] #4 [internal] load .dockerignore [2025-07-02T01:34:25.979Z] #4 transferring context: 2B done [2025-07-02T01:34:25.979Z] #4 DONE 0.0s [2025-07-02T01:34:25.979Z] [2025-07-02T01:34:25.979Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:25.979Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:25.979Z] #5 CACHED [2025-07-02T01:34:25.979Z] [2025-07-02T01:34:25.979Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 [2025-07-02T01:34:25.979Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:a6324fcde166ada5eff4ad642ac94ab0a2fb45170970120025ede0727cdebd71 0.0s done [2025-07-02T01:34:25.979Z] #6 CACHED [2025-07-02T01:34:25.979Z] [2025-07-02T01:34:25.979Z] #7 exporting to image [2025-07-02T01:34:25.979Z] #7 exporting layers done [2025-07-02T01:34:25.979Z] #7 exporting manifest sha256:405f78de929531dbc86427ce718dd0fdda657b23026df83b71037276d375b2f3 done [2025-07-02T01:34:25.979Z] #7 exporting config sha256:56365dbbd4ad1e808a82c17a433f180036d03ff054cdd1b7776cbd85ca235fc4 done [2025-07-02T01:34:25.979Z] #7 exporting manifest sha256:adf756ed3358584fbb0134ce754f55f8661340e3566f48a5eb4ebcd246f3600c done [2025-07-02T01:34:25.979Z] #7 exporting config sha256:32f6caa87aa43761264c60832beb415a2f103eda03b2baf63d2cdb486cf6a7de done [2025-07-02T01:34:25.979Z] #7 exporting manifest list sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef [2025-07-02T01:34:25.979Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-02T01:34:25.252Z] > git config core.sparsecheckout # timeout=10 [2025-07-02T01:34:25.322Z] > git checkout -f 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 # timeout=10 [2025-07-02T01:34:26.239Z] #7 exporting manifest list sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef done [2025-07-02T01:34:26.239Z] #7 pushing layers 0.0s done [2025-07-02T01:34:26.239Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:4740d5c5ccfd5e3ec364b35d0df208017394b1cae85e4ace8647a5899ab182ef 0.1s done [2025-07-02T01:34:26.239Z] #7 DONE 0.1s [2025-07-02T01:34:26.239Z] [2025-07-02T01:34:26.239Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-02T01:34:26.239Z] #8 DONE 0.0s [2025-07-02T01:34:26.239Z] [2025-07-02T01:34:26.239Z] 1 warning found (use --debug to expand): [2025-07-02T01:34:26.239Z]  - 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 [2025-07-02T01:34:26.655Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:26.963Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:27.530Z] ---> package-listing.sh [2025-07-02T01:34:27.530Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-02T01:34:27.530Z] ++ facter osfamily [2025-07-02T01:34:27.790Z] + OS_FAMILY=redhat [2025-07-02T01:34:27.790Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-02T01:34:27.790Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-02T01:34:27.790Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-02T01:34:27.790Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-02T01:34:27.790Z] + PACKAGES=/tmp/packages_start.txt [2025-07-02T01:34:27.790Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-02T01:34:27.790Z] + PACKAGES=/tmp/packages_end.txt [2025-07-02T01:34:27.790Z] + case "${OS_FAMILY}" in [2025-07-02T01:34:27.790Z] + rpm -qa [2025-07-02T01:34:27.790Z] + sort [2025-07-02T01:34:28.357Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-02T01:34:28.357Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-02T01:34:28.357Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-02T01:34:28.357Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-02T01:34:28.357Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-02T01:34:28.357Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-07-02T01:34:28.383Z] 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 [2025-07-02T01:34:28.701Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:34:29.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-02T01:34:29.279Z] [2025-07-02T01:34:29.279Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:34:29.593Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-02T01:34:29.593Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-02T01:34:29.593Z] 5eb5b503b376: Pulling fs layer [2025-07-02T01:34:29.593Z] 5c69ac0246d0: Pulling fs layer [2025-07-02T01:34:29.593Z] ec43610c2a17: Pulling fs layer [2025-07-02T01:34:29.593Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-02T01:34:29.593Z] 33b1e0a273af: Pulling fs layer [2025-07-02T01:34:29.593Z] 5d3b04190fa2: Pulling fs layer [2025-07-02T01:34:29.593Z] 2f39f015ded8: Pulling fs layer [2025-07-02T01:34:29.593Z] 3a2ae6a8a46f: Waiting [2025-07-02T01:34:29.593Z] 33b1e0a273af: Waiting [2025-07-02T01:34:29.593Z] 5d3b04190fa2: Waiting [2025-07-02T01:34:29.593Z] 2f39f015ded8: Waiting [2025-07-02T01:34:29.593Z] 5c69ac0246d0: Verifying Checksum [2025-07-02T01:34:29.593Z] 5c69ac0246d0: Download complete [2025-07-02T01:34:29.593Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-02T01:34:29.593Z] 3a2ae6a8a46f: Download complete [2025-07-02T01:34:29.593Z] 33b1e0a273af: Verifying Checksum [2025-07-02T01:34:29.593Z] 33b1e0a273af: Download complete [2025-07-02T01:34:29.593Z] 5d3b04190fa2: Verifying Checksum [2025-07-02T01:34:29.593Z] 5d3b04190fa2: Download complete [2025-07-02T01:34:29.861Z] ec43610c2a17: Verifying Checksum [2025-07-02T01:34:29.861Z] ec43610c2a17: Download complete [2025-07-02T01:34:29.861Z] 5eb5b503b376: Verifying Checksum [2025-07-02T01:34:29.861Z] 5eb5b503b376: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-02T01:34:30.445Z] 2f39f015ded8: Verifying Checksum [2025-07-02T01:34:30.445Z] 2f39f015ded8: Download complete [2025-07-02T01:34:30.755Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-02T01:34:30.755Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-02T01:34:30.755Z] Dload Upload Total Spent Left Speed [2025-07-02T01:34:30.755Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 117k 0 --:--:-- --:--:-- --:--:-- 117k [Pipeline] sh [2025-07-02T01:34:31.096Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-02T01:34:31.386Z] 5eb5b503b376: Pull complete [2025-07-02T01:34:31.386Z] 5c69ac0246d0: Pull complete [2025-07-02T01:34:31.427Z] + sudo tee /etc/docker/daemon.new [2025-07-02T01:34:31.427Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-02T01:34:31.427Z] { [2025-07-02T01:34:31.427Z] "registry-mirrors": [ [2025-07-02T01:34:31.427Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-02T01:34:31.427Z] ], [2025-07-02T01:34:31.427Z] "bip": "10.250.0.254/24", [2025-07-02T01:34:31.427Z] "hosts": [ [2025-07-02T01:34:31.427Z] "tcp://0.0.0.0:5555", [2025-07-02T01:34:31.427Z] "unix:///var/run/docker.sock" [2025-07-02T01:34:31.427Z] ], [2025-07-02T01:34:31.427Z] "mtu": 1458, [2025-07-02T01:34:31.427Z] "selinux-enabled": true, [2025-07-02T01:34:31.427Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-02T01:34:31.427Z] } [Pipeline] sh [2025-07-02T01:34:31.646Z] ec43610c2a17: Pull complete [2025-07-02T01:34:31.764Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-02T01:34:31.907Z] 3a2ae6a8a46f: Pull complete [2025-07-02T01:34:31.907Z] 33b1e0a273af: Pull complete [2025-07-02T01:34:32.089Z] + sudo service docker restart [2025-07-02T01:34:32.165Z] 5d3b04190fa2: Pull complete [2025-07-02T01:34:36.384Z] 2f39f015ded8: Pull complete [2025-07-02T01:34:36.384Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-02T01:34:36.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-02T01:34:36.384Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:34:36.546Z] prd-centos7-docker-4c-2g-4395 does not seem to be running inside a container [2025-07-02T01:34:36.584Z] $ 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 [2025-07-02T01:34:39.872Z] $ docker top c37ac33ec0d2cb8dfd992e52e482cde1348a80c79d3943217b2b93a915d02701 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-02T01:34:40.215Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-02T01:34:40.506Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-02T01:34:40.803Z] + ls /var/log/sa-host [2025-07-02T01:34:40.803Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-02T01:34:40.955Z] provisioning config files... [2025-07-02T01:34:40.964Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1112942661260772196tmp [Pipeline] { [Pipeline] echo [2025-07-02T01:34:40.983Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:41.275Z] ---> create-netrc.sh [Pipeline] } [2025-07-02T01:34:41.285Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:41.645Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-02T01:34:41.656Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:41.947Z] ---> sudo-logs.sh [2025-07-02T01:34:41.947Z] Archiving 'sudo' log.. [2025-07-02T01:34:41.947Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4395.novalocal: Name or service not known [2025-07-02T01:34:41.947Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4395.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-02T01:34:41.975Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:42.269Z] ---> job-cost.sh [2025-07-02T01:34:42.269Z] lf-activate-venv: SKIPPING [2025-07-02T01:34:42.269Z] INFO: No Stack... [2025-07-02T01:34:43.649Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-02T01:34:43.909Z] INFO: Archiving Costs [Pipeline] echo [2025-07-02T01:34:43.925Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:44.222Z] ---> logs-deploy.sh [2025-07-02T01:34:44.222Z] lf-activate-venv: SKIPPING [2025-07-02T01:34:44.222Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/204 [2025-07-02T01:34:44.222Z] INFO: archiving workspace using pattern(s): [2025-07-02T01:34:45.166Z] Archives upload complete. [2025-07-02T01:34:45.166Z] INFO: archiving logs to Nexus [2025-07-02T01:34:46.121Z] ---> uname -a: [2025-07-02T01:34:46.121Z] Linux prd-centos7-docker-4c-2g-4395.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux [2025-07-02T01:34:46.121Z] [2025-07-02T01:34:46.121Z] [2025-07-02T01:34:46.121Z] ---> lscpu: [2025-07-02T01:34:46.121Z] Architecture: x86_64 [2025-07-02T01:34:46.121Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-02T01:34:46.121Z] Byte Order: Little Endian [2025-07-02T01:34:46.121Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-02T01:34:46.121Z] CPU(s): 2 [2025-07-02T01:34:46.121Z] On-line CPU(s) list: 0,1 [2025-07-02T01:34:46.121Z] Thread(s) per core: 1 [2025-07-02T01:34:46.121Z] Core(s) per socket: 1 [2025-07-02T01:34:46.121Z] Socket(s): 2 [2025-07-02T01:34:46.121Z] NUMA node(s): 1 [2025-07-02T01:34:46.121Z] Vendor ID: AuthenticAMD [2025-07-02T01:34:46.121Z] CPU family: 23 [2025-07-02T01:34:46.121Z] Model: 49 [2025-07-02T01:34:46.121Z] Model name: AMD EPYC-Rome Processor [2025-07-02T01:34:46.121Z] Stepping: 0 [2025-07-02T01:34:46.121Z] CPU MHz: 2800.000 [2025-07-02T01:34:46.121Z] BogoMIPS: 5600.00 [2025-07-02T01:34:46.121Z] Virtualization: AMD-V [2025-07-02T01:34:46.121Z] Hypervisor vendor: KVM [2025-07-02T01:34:46.121Z] Virtualization type: full [2025-07-02T01:34:46.121Z] L1d cache: 64 KiB [2025-07-02T01:34:46.121Z] L1i cache: 64 KiB [2025-07-02T01:34:46.121Z] L2 cache: 1 MiB [2025-07-02T01:34:46.121Z] L3 cache: 32 MiB [2025-07-02T01:34:46.121Z] NUMA node0 CPU(s): 0,1 [2025-07-02T01:34:46.121Z] Vulnerability Itlb multihit: Not affected [2025-07-02T01:34:46.121Z] Vulnerability L1tf: Not affected [2025-07-02T01:34:46.121Z] Vulnerability Mds: Not affected [2025-07-02T01:34:46.121Z] Vulnerability Meltdown: Not affected [2025-07-02T01:34:46.121Z] Vulnerability Mmio stale data: Not affected [2025-07-02T01:34:46.121Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-02T01:34:46.121Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-02T01:34:46.121Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-02T01:34:46.121Z] Vulnerability Srbds: Not affected [2025-07-02T01:34:46.121Z] Vulnerability Tsx async abort: Not affected [2025-07-02T01:34:46.121Z] 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 [2025-07-02T01:34:46.121Z] [2025-07-02T01:34:46.121Z] [2025-07-02T01:34:46.121Z] ---> nproc: [2025-07-02T01:34:46.121Z] 2 [2025-07-02T01:34:46.121Z] [2025-07-02T01:34:46.121Z] [2025-07-02T01:34:46.121Z] ---> df -h: [2025-07-02T01:34:46.121Z] Filesystem Size Used Avail Use% Mounted on [2025-07-02T01:34:46.121Z] overlay 40G 7.3G 33G 19% / [2025-07-02T01:34:46.121Z] tmpfs 64M 0 64M 0% /dev [2025-07-02T01:34:46.121Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-02T01:34:46.121Z] shm 64M 0 64M 0% /dev/shm [2025-07-02T01:34:46.121Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-02T01:34:46.121Z] [2025-07-02T01:34:46.121Z] [2025-07-02T01:34:46.121Z] Cannot open /var/log/sysstat/sa02: No such file or directory [2025-07-02T01:34:46.121Z] Please check if data collecting is enabled [2025-07-02T01:34:46.121Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-02T01:34:46.415Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-02T01:34:46.423Z] $ docker stop --time=1 c37ac33ec0d2cb8dfd992e52e482cde1348a80c79d3943217b2b93a915d02701 [2025-07-02T01:34:47.594Z] $ docker rm -f --volumes c37ac33ec0d2cb8dfd992e52e482cde1348a80c79d3943217b2b93a915d02701 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-02T01:34:47.694Z] [WS-CLEANUP] Deleting project workspace... [2025-07-02T01:34:47.694Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-02T01:34:47.710Z] [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 [2025-07-02T01:34:48.170Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-02T01:34:48.170Z] [2025-07-02T01:34:48.170Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:34:48.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-02T01:34:48.475Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-02T01:34:48.475Z] 5eb5b503b376: Pulling fs layer [2025-07-02T01:34:48.475Z] 5c69ac0246d0: Pulling fs layer [2025-07-02T01:34:48.475Z] ec43610c2a17: Pulling fs layer [2025-07-02T01:34:48.475Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-02T01:34:48.475Z] 33b1e0a273af: Pulling fs layer [2025-07-02T01:34:48.475Z] 5d3b04190fa2: Pulling fs layer [2025-07-02T01:34:48.475Z] 2f39f015ded8: Pulling fs layer [2025-07-02T01:34:48.475Z] 3a2ae6a8a46f: Waiting [2025-07-02T01:34:48.475Z] 33b1e0a273af: Waiting [2025-07-02T01:34:48.475Z] 2f39f015ded8: Waiting [2025-07-02T01:34:48.475Z] 5d3b04190fa2: Waiting [2025-07-02T01:34:48.475Z] 5c69ac0246d0: Download complete [2025-07-02T01:34:48.475Z] 3a2ae6a8a46f: Download complete [2025-07-02T01:34:48.475Z] 33b1e0a273af: Verifying Checksum [2025-07-02T01:34:48.475Z] 33b1e0a273af: Download complete [2025-07-02T01:34:48.475Z] 5d3b04190fa2: Verifying Checksum [2025-07-02T01:34:48.475Z] 5d3b04190fa2: Download complete [2025-07-02T01:34:48.475Z] ec43610c2a17: Verifying Checksum [2025-07-02T01:34:48.475Z] ec43610c2a17: Download complete [2025-07-02T01:34:48.737Z] 5eb5b503b376: Download complete [2025-07-02T01:34:49.304Z] 2f39f015ded8: Verifying Checksum [2025-07-02T01:34:49.304Z] 2f39f015ded8: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-02T01:34:50.331Z] provisioning config files... [2025-07-02T01:34:50.353Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/204@tmp/config12477567852889741464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:34:50.679Z] 5eb5b503b376: Pull complete [2025-07-02T01:34:50.679Z] 5c69ac0246d0: Pull complete [2025-07-02T01:34:50.778Z] ---> ****-login.sh [2025-07-02T01:34:50.778Z] nexus3.edgexfoundry.org:10001 [2025-07-02T01:34:50.938Z] ec43610c2a17: Pull complete [2025-07-02T01:34:51.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:51.196Z] 3a2ae6a8a46f: Pull complete [2025-07-02T01:34:51.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:51.322Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:51.322Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:51.322Z] [2025-07-02T01:34:51.322Z] Login Succeeded [2025-07-02T01:34:51.322Z] nexus3.edgexfoundry.org:10002 [2025-07-02T01:34:51.454Z] 33b1e0a273af: Pull complete [2025-07-02T01:34:51.454Z] 5d3b04190fa2: Pull complete [2025-07-02T01:34:51.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:51.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:51.594Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:51.594Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:51.594Z] [2025-07-02T01:34:51.594Z] Login Succeeded [2025-07-02T01:34:51.594Z] nexus3.edgexfoundry.org:10003 [2025-07-02T01:34:51.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:52.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:52.136Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:52.136Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:52.136Z] [2025-07-02T01:34:52.136Z] Login Succeeded [2025-07-02T01:34:52.136Z] nexus3.edgexfoundry.org:10004 [2025-07-02T01:34:52.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:52.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:52.406Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:52.406Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:52.406Z] [2025-07-02T01:34:52.406Z] Login Succeeded [2025-07-02T01:34:52.406Z] ****.io [2025-07-02T01:34:52.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:34:52.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:34:52.948Z] Configure a credential helper to remove this warning. See [2025-07-02T01:34:52.948Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:34:52.948Z] [2025-07-02T01:34:52.948Z] Login Succeeded [2025-07-02T01:34:52.948Z] ---> ****-login.sh ends [Pipeline] } [2025-07-02T01:34:52.962Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-02T01:34:53.413Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-02T01:34:53.435Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-02T01:34:53.450Z] ========================================================= [2025-07-02T01:34:53.450Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-02T01:34:53.450Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:34:53.810Z] + 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 . [2025-07-02T01:34:53.810Z] Sending build context to Docker daemon 141.8kB [2025-07-02T01:34:54.084Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-07-02T01:34:54.084Z] Step 2/12 : FROM ${BASE} AS builder [2025-07-02T01:34:54.084Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-02T01:34:54.084Z] 94e9d8af2201: Pulling fs layer [2025-07-02T01:34:54.084Z] a6c56e8762df: Pulling fs layer [2025-07-02T01:34:54.084Z] f0f3c8884826: Pulling fs layer [2025-07-02T01:34:54.084Z] c7e7622c144d: Pulling fs layer [2025-07-02T01:34:54.084Z] 4f4fb700ef54: Pulling fs layer [2025-07-02T01:34:54.084Z] e8859aadc426: Pulling fs layer [2025-07-02T01:34:54.084Z] b4813487a9f6: Pulling fs layer [2025-07-02T01:34:54.084Z] 502a3d64fb4b: Pulling fs layer [2025-07-02T01:34:54.084Z] 4f4fb700ef54: Waiting [2025-07-02T01:34:54.084Z] e8859aadc426: Waiting [2025-07-02T01:34:54.084Z] b4813487a9f6: Waiting [2025-07-02T01:34:54.084Z] 502a3d64fb4b: Waiting [2025-07-02T01:34:54.084Z] c7e7622c144d: Waiting [2025-07-02T01:34:54.355Z] a6c56e8762df: Verifying Checksum [2025-07-02T01:34:54.355Z] a6c56e8762df: Download complete [2025-07-02T01:34:54.355Z] c7e7622c144d: Download complete [2025-07-02T01:34:54.355Z] 4f4fb700ef54: Verifying Checksum [2025-07-02T01:34:54.355Z] 4f4fb700ef54: Download complete [2025-07-02T01:34:54.355Z] e8859aadc426: Verifying Checksum [2025-07-02T01:34:54.355Z] e8859aadc426: Download complete [2025-07-02T01:34:54.355Z] 94e9d8af2201: Verifying Checksum [2025-07-02T01:34:54.355Z] 94e9d8af2201: Download complete [2025-07-02T01:34:54.943Z] 502a3d64fb4b: Verifying Checksum [2025-07-02T01:34:54.943Z] 502a3d64fb4b: Download complete [2025-07-02T01:34:55.214Z] 94e9d8af2201: Pull complete [2025-07-02T01:34:55.806Z] a6c56e8762df: Pull complete [2025-07-02T01:34:56.079Z] f0f3c8884826: Verifying Checksum [2025-07-02T01:34:56.079Z] f0f3c8884826: Download complete [2025-07-02T01:34:57.046Z] b4813487a9f6: Verifying Checksum [2025-07-02T01:34:57.046Z] b4813487a9f6: Download complete [2025-07-02T01:34:58.023Z] 2f39f015ded8: Pull complete [2025-07-02T01:34:58.023Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-02T01:34:58.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-02T01:34:58.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:34:58.111Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:34:58.154Z] $ 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 [2025-07-02T01:34:59.813Z] $ docker top d49534e820287d328db6a8bdee22f7cb20b2e6e58fb8110b853e41ecfccec6e7 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:35:00.209Z] ---> job-cost.sh [2025-07-02T01:35:00.209Z] lf-activate-venv: SKIPPING [2025-07-02T01:35:00.209Z] INFO: No Stack... [2025-07-02T01:35:00.468Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-02T01:35:00.726Z] INFO: Archiving Costs [Pipeline] sh [2025-07-02T01:35:01.017Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-07-02T01:35:01.017Z] + cut -d, -f6 [Pipeline] lock [2025-07-02T01:35:01.033Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-204-stack-cost] [2025-07-02T01:35:01.040Z] Resource [jenkins-edgexfoundry-device-rest-go-main-204-stack-cost] did not exist. Created. [2025-07-02T01:35:01.046Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-204-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-02T01:35:01.364Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-02T01:35:01.388Z] Stashed 1 file(s) [Pipeline] } [2025-07-02T01:35:01.395Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-204-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-02T01:35:01.428Z] $ docker stop --time=1 d49534e820287d328db6a8bdee22f7cb20b2e6e58fb8110b853e41ecfccec6e7 [2025-07-02T01:35:02.785Z] $ docker rm -f --volumes d49534e820287d328db6a8bdee22f7cb20b2e6e58fb8110b853e41ecfccec6e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-07-02T01:35:12.067Z] f0f3c8884826: Pull complete [2025-07-02T01:35:12.068Z] c7e7622c144d: Pull complete [2025-07-02T01:35:12.068Z] 4f4fb700ef54: Pull complete [2025-07-02T01:35:12.068Z] e8859aadc426: Pull complete [2025-07-02T01:35:20.320Z] b4813487a9f6: Pull complete [2025-07-02T01:35:20.906Z] 502a3d64fb4b: Pull complete [2025-07-02T01:35:20.906Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-02T01:35:20.906Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-02T01:35:20.906Z] ---> 3bb21d53e231 [2025-07-02T01:35:20.906Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-07-02T01:35:21.496Z] ---> Running in a77547044056 [2025-07-02T01:35:21.765Z] Removing intermediate container a77547044056 [2025-07-02T01:35:21.765Z] ---> fbf655e62164 [2025-07-02T01:35:21.765Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-02T01:35:22.048Z] ---> Running in f4c4cfdccba9 [2025-07-02T01:35:22.374Z] Removing intermediate container f4c4cfdccba9 [2025-07-02T01:35:22.374Z] ---> 233c74b6d1fe [2025-07-02T01:35:22.374Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-02T01:35:22.374Z] ---> Running in f12972bae96e [2025-07-02T01:35:22.645Z] Removing intermediate container f12972bae96e [2025-07-02T01:35:22.645Z] ---> 5348e1dd8ed3 [2025-07-02T01:35:22.645Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-07-02T01:35:22.645Z] ---> Running in c20dae19eb83 [2025-07-02T01:35:22.914Z] Removing intermediate container c20dae19eb83 [2025-07-02T01:35:22.914Z] ---> 88008238518d [2025-07-02T01:35:22.914Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-02T01:35:22.914Z] ---> Running in af4a6d265388 [2025-07-02T01:35:24.336Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-02T01:35:24.604Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-02T01:35:26.023Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-02T01:35:26.023Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-07-02T01:35:26.023Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-02T01:35:26.023Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-02T01:35:26.023Z] Executing busybox-1.36.1-r29.trigger [2025-07-02T01:35:26.023Z] OK: 244 MiB in 62 packages [2025-07-02T01:35:26.990Z] Removing intermediate container af4a6d265388 [2025-07-02T01:35:26.990Z] ---> 9008604c810e [2025-07-02T01:35:26.990Z] Step 8/12 : WORKDIR /device-rest-go [2025-07-02T01:35:27.259Z] ---> Running in 217b80fffa59 [2025-07-02T01:35:27.525Z] Removing intermediate container 217b80fffa59 [2025-07-02T01:35:27.525Z] ---> 134e36b6c7ff [2025-07-02T01:35:27.526Z] Step 9/12 : COPY go.mod vendor* ./ [2025-07-02T01:35:28.118Z] ---> a21a856d3340 [2025-07-02T01:35:28.118Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-02T01:35:28.118Z] ---> Running in 67d9387c2af4 [2025-07-02T01:37:49.861Z] Removing intermediate container 67d9387c2af4 [2025-07-02T01:37:49.861Z] ---> f37f8f67b0f8 [2025-07-02T01:37:49.861Z] Step 11/12 : COPY . . [2025-07-02T01:37:49.861Z] ---> 1da37b50a64c [2025-07-02T01:37:49.861Z] Step 12/12 : RUN $MAKE [2025-07-02T01:37:49.861Z] ---> Running in 94f64ae9a7c1 [2025-07-02T01:37:50.823Z] noop [2025-07-02T01:37:51.409Z] Removing intermediate container 94f64ae9a7c1 [2025-07-02T01:37:51.409Z] ---> 9f74d59c4167 [2025-07-02T01:37:51.409Z] Successfully built 9f74d59c4167 [2025-07-02T01:37:51.409Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:37:51.800Z] + docker inspect -f . ci-base-image-arm64 [2025-07-02T01:37:51.800Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:37:52.022Z] prd-ubuntu20.04-docker-arm64-4c-16g-4394 does not seem to be running inside a container [2025-07-02T01:37:52.106Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/204 -v /w/workspace/device-rest-go/204:/w/workspace/device-rest-go/204:rw,z -v /w/workspace/device-rest-go/204@tmp:/w/workspace/device-rest-go/204@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 [2025-07-02T01:37:53.241Z] $ docker top 8a5fd49cc8f8722830fde57d888381ceebc068afb2b6f76217a5e034b1d7ea54 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-02T01:37:54.060Z] + go version [2025-07-02T01:37:54.060Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-02T01:37:54.093Z] $ docker stop --time=1 8a5fd49cc8f8722830fde57d888381ceebc068afb2b6f76217a5e034b1d7ea54 [2025-07-02T01:37:55.758Z] $ docker rm -f --volumes 8a5fd49cc8f8722830fde57d888381ceebc068afb2b6f76217a5e034b1d7ea54 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:37:56.364Z] + docker inspect -f . ci-base-image-arm64 [2025-07-02T01:37:56.364Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:37:56.554Z] prd-ubuntu20.04-docker-arm64-4c-16g-4394 does not seem to be running inside a container [2025-07-02T01:37:56.627Z] $ 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/204 -v /w/workspace/device-rest-go/204:/w/workspace/device-rest-go/204:rw,z -v /w/workspace/device-rest-go/204@tmp:/w/workspace/device-rest-go/204@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 [2025-07-02T01:37:57.732Z] $ docker top 3fd460c4c757c97482b5404337906363a9e521754561a99fe2ff514fdda65a8c -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-02T01:37:58.530Z] + git config --global --add safe.directory /w/workspace/device-rest-go/204 [Pipeline] fileExists [Pipeline] sh [2025-07-02T01:37:58.863Z] + make test [2025-07-02T01:37:59.129Z] go test ./... -coverprofile=coverage.out ./... [2025-07-02T01:38:04.471Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-02T01:41:26.212Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-02T01:41:26.212Z] ok github.com/edgexfoundry/device-rest-go/driver 0.041s coverage: 32.2% of statements [2025-07-02T01:41:26.212Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-07-02T01:41:26.212Z] go vet ./... [2025-07-02T01:42:13.043Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-02T01:42:13.043Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-02T01:42:13.043Z] ./bin/test-attribution-txt.sh [2025-07-02T01:42:13.043Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-02T01:42:13.043Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-02T01:42:13.043Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-02T01:42:13.043Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-02T01:42:13.043Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-02T01:42:13.063Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-02T01:42:13.102Z] $ docker stop --time=1 3fd460c4c757c97482b5404337906363a9e521754561a99fe2ff514fdda65a8c [2025-07-02T01:42:14.985Z] $ docker rm -f --volumes 3fd460c4c757c97482b5404337906363a9e521754561a99fe2ff514fdda65a8c [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-02T01:42:16.425Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-02T01:42:16.454Z] Warning: overwriting stash ‘coverage-report’ [2025-07-02T01:42:16.910Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-02T01:42:17.315Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-02T01:42:17.631Z] + ls -al . [2025-07-02T01:42:17.631Z] total 240 [2025-07-02T01:42:17.631Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 01:38 . [2025-07-02T01:42:17.631Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 2 01:34 .. [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 2 01:34 .dockerignore [2025-07-02T01:42:17.631Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 2 01:34 .git [2025-07-02T01:42:17.631Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 01:34 .github [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 2 01:34 .gitignore [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 2 01:34 .golangci.yml [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 2 01:34 Attribution.txt [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 2 01:34 CHANGELOG.md [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 2 01:34 Dockerfile [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 2 01:34 GOVERNANCE.md [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 2 01:34 Jenkinsfile [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 2 01:34 LICENSE [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 2 01:34 Makefile [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 2 01:34 OWNERS.md [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 2 01:34 README.md [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 2 01:30 VERSION [2025-07-02T01:42:17.631Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 01:34 bin [2025-07-02T01:42:17.631Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 01:34 cmd [2025-07-02T01:42:17.631Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 2 01:41 coverage.out [2025-07-02T01:42:17.631Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 2 01:34 driver [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jul 2 01:34 go.mod [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 2 01:34 go.sum [2025-07-02T01:42:17.631Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 2 01:34 openapi [2025-07-02T01:42:17.631Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 2 01:34 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:42:17.972Z] + 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=6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 --label arch=arm64 --label version=4.1.0-dev.5 . [2025-07-02T01:42:17.972Z] Sending build context to Docker daemon 157.2kB [2025-07-02T01:42:18.244Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-07-02T01:42:18.244Z] Step 2/26 : FROM ${BASE} AS builder [2025-07-02T01:42:18.244Z] ---> 9f74d59c4167 [2025-07-02T01:42:18.244Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-07-02T01:42:18.244Z] ---> Running in 6397c7c9e16d [2025-07-02T01:42:18.830Z] Removing intermediate container 6397c7c9e16d [2025-07-02T01:42:18.830Z] ---> f9687c783150 [2025-07-02T01:42:18.830Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-02T01:42:18.830Z] ---> Running in a0e69f558042 [2025-07-02T01:42:19.096Z] Removing intermediate container a0e69f558042 [2025-07-02T01:42:19.096Z] ---> 96f02bc0b9b8 [2025-07-02T01:42:19.096Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-02T01:42:19.096Z] ---> Running in 57084e004661 [2025-07-02T01:42:19.362Z] Removing intermediate container 57084e004661 [2025-07-02T01:42:19.362Z] ---> b71a9fef7d0b [2025-07-02T01:42:19.362Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-07-02T01:42:19.362Z] ---> Running in 00050236266f [2025-07-02T01:42:19.628Z] Removing intermediate container 00050236266f [2025-07-02T01:42:19.628Z] ---> 6ae6c086611c [2025-07-02T01:42:19.628Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-02T01:42:19.895Z] ---> Running in f16dd6cff453 [2025-07-02T01:42:20.851Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-02T01:42:21.429Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-02T01:42:22.838Z] OK: 244 MiB in 62 packages [2025-07-02T01:42:23.425Z] Removing intermediate container f16dd6cff453 [2025-07-02T01:42:23.425Z] ---> a1e60b8b8fa5 [2025-07-02T01:42:23.425Z] Step 8/26 : WORKDIR /device-rest-go [2025-07-02T01:42:23.692Z] ---> Running in 6eea3fabea7f [2025-07-02T01:42:23.967Z] Removing intermediate container 6eea3fabea7f [2025-07-02T01:42:23.967Z] ---> 9ea5cef7d973 [2025-07-02T01:42:23.967Z] Step 9/26 : COPY go.mod vendor* ./ [2025-07-02T01:42:24.930Z] ---> b44b2ee05287 [2025-07-02T01:42:24.930Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-02T01:42:24.930Z] ---> Running in cb448d5b5f5c [2025-07-02T01:42:27.521Z] Removing intermediate container cb448d5b5f5c [2025-07-02T01:42:27.521Z] ---> a54f846f3299 [2025-07-02T01:42:27.521Z] Step 11/26 : COPY . . [2025-07-02T01:42:27.792Z] ---> ad90aca500f8 [2025-07-02T01:42:27.793Z] Step 12/26 : RUN $MAKE [2025-07-02T01:42:28.059Z] ---> Running in 64a28d0df633 [2025-07-02T01:42:29.012Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.5 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.19 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-02T01:45:50.750Z] Removing intermediate container 64a28d0df633 [2025-07-02T01:45:50.750Z] ---> 11409b0caa48 [2025-07-02T01:45:50.750Z] Step 13/26 : FROM alpine:3.20 [2025-07-02T01:45:50.750Z] 3.20: Pulling from library/alpine [2025-07-02T01:45:50.750Z] 94e9d8af2201: Already exists [2025-07-02T01:45:50.750Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-02T01:45:50.750Z] Status: Downloaded newer image for alpine:3.20 [2025-07-02T01:45:50.750Z] ---> 7aab056cecc6 [2025-07-02T01:45:50.750Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-07-02T01:45:50.750Z] ---> Running in 26d266d9e69c [2025-07-02T01:45:50.750Z] Removing intermediate container 26d266d9e69c [2025-07-02T01:45:50.750Z] ---> b056bdba3865 [2025-07-02T01:45:50.750Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-07-02T01:45:50.750Z] ---> Running in 673604990e59 [2025-07-02T01:45:50.750Z] Removing intermediate container 673604990e59 [2025-07-02T01:45:50.750Z] ---> a9dd96493de4 [2025-07-02T01:45:50.750Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-07-02T01:45:50.750Z] ---> Running in 3fbe1051bd45 [2025-07-02T01:45:50.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-02T01:45:50.750Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-02T01:45:50.750Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-07-02T01:45:50.750Z] Executing busybox-1.36.1-r29.trigger [2025-07-02T01:45:50.750Z] OK: 9 MiB in 15 packages [2025-07-02T01:45:51.712Z] Removing intermediate container 3fbe1051bd45 [2025-07-02T01:45:51.712Z] ---> 9a4bfd08b96b [2025-07-02T01:45:51.712Z] Step 17/26 : RUN apk --no-cache upgrade [2025-07-02T01:45:51.712Z] ---> Running in 993fdb06f8bf [2025-07-02T01:45:52.729Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-02T01:45:53.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-02T01:45:54.442Z] OK: 9 MiB in 15 packages [2025-07-02T01:45:55.581Z] Removing intermediate container 993fdb06f8bf [2025-07-02T01:45:55.581Z] ---> 44959f57df3f [2025-07-02T01:45:55.581Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-07-02T01:45:57.541Z] ---> bd3f4186daab [2025-07-02T01:45:57.541Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-07-02T01:45:58.125Z] ---> 479a7f5f9a8f [2025-07-02T01:45:58.125Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-02T01:45:58.709Z] ---> eafd54caeae0 [2025-07-02T01:45:58.709Z] Step 21/26 : EXPOSE 59986 [2025-07-02T01:45:58.709Z] ---> Running in 9b84c20c18f5 [2025-07-02T01:45:58.976Z] Removing intermediate container 9b84c20c18f5 [2025-07-02T01:45:58.976Z] ---> d2fbcfc7e920 [2025-07-02T01:45:58.976Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-07-02T01:45:59.247Z] ---> Running in 29d46d644764 [2025-07-02T01:45:59.515Z] Removing intermediate container 29d46d644764 [2025-07-02T01:45:59.515Z] ---> 867b1aec395a [2025-07-02T01:45:59.515Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-07-02T01:45:59.515Z] ---> Running in 4ee6d197b81c [2025-07-02T01:45:59.788Z] Removing intermediate container 4ee6d197b81c [2025-07-02T01:45:59.788Z] ---> b5f77e1a665b [2025-07-02T01:45:59.788Z] Step 24/26 : LABEL arch=arm64 [2025-07-02T01:45:59.788Z] ---> Running in c761e263aa73 [2025-07-02T01:46:00.063Z] Removing intermediate container c761e263aa73 [2025-07-02T01:46:00.063Z] ---> d01feeb32bb7 [2025-07-02T01:46:00.063Z] Step 25/26 : LABEL git_sha=6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:46:00.330Z] ---> Running in a60a91118477 [2025-07-02T01:46:00.596Z] Removing intermediate container a60a91118477 [2025-07-02T01:46:00.596Z] ---> e98b94b6cc05 [2025-07-02T01:46:00.596Z] Step 26/26 : LABEL version=4.1.0-dev.5 [2025-07-02T01:46:00.596Z] ---> Running in bcd978294398 [2025-07-02T01:46:00.865Z] Removing intermediate container bcd978294398 [2025-07-02T01:46:00.865Z] ---> a03c47983e88 [2025-07-02T01:46:00.865Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-02T01:46:00.865Z] Successfully built a03c47983e88 [2025-07-02T01:46:00.865Z] 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 [2025-07-02T01:46:01.017Z] provisioning config files... [2025-07-02T01:46:01.033Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/204@tmp/config3664157338677067494tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:46:01.379Z] ---> ****-login.sh [2025-07-02T01:46:01.379Z] nexus3.edgexfoundry.org:10001 [2025-07-02T01:46:01.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:46:01.648Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:46:01.648Z] Configure a credential helper to remove this warning. See [2025-07-02T01:46:01.648Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:46:01.648Z] [2025-07-02T01:46:01.648Z] Login Succeeded [2025-07-02T01:46:01.648Z] nexus3.edgexfoundry.org:10002 [2025-07-02T01:46:01.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:46:01.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:46:01.916Z] Configure a credential helper to remove this warning. See [2025-07-02T01:46:01.916Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:46:01.916Z] [2025-07-02T01:46:01.916Z] Login Succeeded [2025-07-02T01:46:01.916Z] nexus3.edgexfoundry.org:10003 [2025-07-02T01:46:02.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:46:02.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:46:02.448Z] Configure a credential helper to remove this warning. See [2025-07-02T01:46:02.448Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:46:02.448Z] [2025-07-02T01:46:02.448Z] Login Succeeded [2025-07-02T01:46:02.448Z] nexus3.edgexfoundry.org:10004 [2025-07-02T01:46:02.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:46:02.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:46:02.716Z] Configure a credential helper to remove this warning. See [2025-07-02T01:46:02.716Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:46:02.716Z] [2025-07-02T01:46:02.716Z] Login Succeeded [2025-07-02T01:46:02.716Z] ****.io [2025-07-02T01:46:02.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-02T01:46:03.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-02T01:46:03.247Z] Configure a credential helper to remove this warning. See [2025-07-02T01:46:03.248Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-02T01:46:03.248Z] [2025-07-02T01:46:03.248Z] Login Succeeded [2025-07-02T01:46:03.248Z] ---> ****-login.sh ends [Pipeline] } [2025-07-02T01:46:03.259Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-02T01:46:03.311Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-02T01:46:03.342Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-07-02T01:46:03.342Z] 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:46:03.342Z] latest [2025-07-02T01:46:03.342Z] 4.1.0-dev.5 [2025-07-02T01:46:03.342Z] 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:46:03.342Z] main [2025-07-02T01:46:03.342Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:03.720Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:04.084Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:46:04.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-02T01:46:04.084Z] cf97fe0bb920: Preparing [2025-07-02T01:46:04.084Z] 378937898a73: Preparing [2025-07-02T01:46:04.084Z] e0590f235755: Preparing [2025-07-02T01:46:04.084Z] 470840179fb9: Preparing [2025-07-02T01:46:04.084Z] ef85666a099b: Preparing [2025-07-02T01:46:04.084Z] dd9c8f8612c8: Preparing [2025-07-02T01:46:04.084Z] dd9c8f8612c8: Waiting [2025-07-02T01:46:04.349Z] 378937898a73: Pushed [2025-07-02T01:46:04.349Z] cf97fe0bb920: Pushed [2025-07-02T01:46:04.349Z] 470840179fb9: Pushed [2025-07-02T01:46:04.349Z] ef85666a099b: Pushed [2025-07-02T01:46:04.349Z] dd9c8f8612c8: Layer already exists [2025-07-02T01:46:12.529Z] e0590f235755: Pushed [2025-07-02T01:46:12.529Z] 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2: digest: sha256:8f1c1fecd769151c1d2d3dba8bc6a6dd8bc85dcbd448a7615c982082736cdbec size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:12.880Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:13.246Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-07-02T01:46:13.246Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-02T01:46:13.246Z] cf97fe0bb920: Preparing [2025-07-02T01:46:13.246Z] 378937898a73: Preparing [2025-07-02T01:46:13.246Z] e0590f235755: Preparing [2025-07-02T01:46:13.246Z] 470840179fb9: Preparing [2025-07-02T01:46:13.246Z] ef85666a099b: Preparing [2025-07-02T01:46:13.246Z] dd9c8f8612c8: Preparing [2025-07-02T01:46:13.246Z] dd9c8f8612c8: Waiting [2025-07-02T01:46:13.246Z] cf97fe0bb920: Layer already exists [2025-07-02T01:46:13.246Z] 470840179fb9: Layer already exists [2025-07-02T01:46:13.246Z] e0590f235755: Layer already exists [2025-07-02T01:46:13.246Z] ef85666a099b: Layer already exists [2025-07-02T01:46:13.246Z] 378937898a73: Layer already exists [2025-07-02T01:46:13.246Z] dd9c8f8612c8: Layer already exists [2025-07-02T01:46:13.246Z] latest: digest: sha256:8f1c1fecd769151c1d2d3dba8bc6a6dd8bc85dcbd448a7615c982082736cdbec size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:13.600Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:13.964Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.5 [2025-07-02T01:46:13.965Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-02T01:46:13.965Z] cf97fe0bb920: Preparing [2025-07-02T01:46:13.965Z] 378937898a73: Preparing [2025-07-02T01:46:13.965Z] e0590f235755: Preparing [2025-07-02T01:46:13.965Z] 470840179fb9: Preparing [2025-07-02T01:46:13.965Z] ef85666a099b: Preparing [2025-07-02T01:46:13.965Z] dd9c8f8612c8: Preparing [2025-07-02T01:46:13.965Z] dd9c8f8612c8: Waiting [2025-07-02T01:46:13.965Z] cf97fe0bb920: Layer already exists [2025-07-02T01:46:13.965Z] e0590f235755: Layer already exists [2025-07-02T01:46:13.965Z] ef85666a099b: Layer already exists [2025-07-02T01:46:13.965Z] 470840179fb9: Layer already exists [2025-07-02T01:46:13.965Z] 378937898a73: Layer already exists [2025-07-02T01:46:13.965Z] dd9c8f8612c8: Layer already exists [2025-07-02T01:46:13.965Z] 4.1.0-dev.5: digest: sha256:8f1c1fecd769151c1d2d3dba8bc6a6dd8bc85dcbd448a7615c982082736cdbec size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:14.592Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:14.946Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:46:14.946Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-02T01:46:14.946Z] cf97fe0bb920: Preparing [2025-07-02T01:46:14.946Z] 378937898a73: Preparing [2025-07-02T01:46:14.946Z] e0590f235755: Preparing [2025-07-02T01:46:14.946Z] 470840179fb9: Preparing [2025-07-02T01:46:14.946Z] ef85666a099b: Preparing [2025-07-02T01:46:14.946Z] dd9c8f8612c8: Preparing [2025-07-02T01:46:14.946Z] dd9c8f8612c8: Waiting [2025-07-02T01:46:14.946Z] ef85666a099b: Layer already exists [2025-07-02T01:46:14.946Z] 378937898a73: Layer already exists [2025-07-02T01:46:14.946Z] cf97fe0bb920: Layer already exists [2025-07-02T01:46:14.946Z] 470840179fb9: Layer already exists [2025-07-02T01:46:14.946Z] e0590f235755: Layer already exists [2025-07-02T01:46:14.946Z] dd9c8f8612c8: Layer already exists [2025-07-02T01:46:14.946Z] 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5: digest: sha256:8f1c1fecd769151c1d2d3dba8bc6a6dd8bc85dcbd448a7615c982082736cdbec size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:15.291Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:15.644Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-07-02T01:46:15.644Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-02T01:46:15.644Z] cf97fe0bb920: Preparing [2025-07-02T01:46:15.644Z] 378937898a73: Preparing [2025-07-02T01:46:15.644Z] e0590f235755: Preparing [2025-07-02T01:46:15.644Z] 470840179fb9: Preparing [2025-07-02T01:46:15.644Z] ef85666a099b: Preparing [2025-07-02T01:46:15.644Z] dd9c8f8612c8: Preparing [2025-07-02T01:46:15.644Z] dd9c8f8612c8: Waiting [2025-07-02T01:46:15.644Z] 470840179fb9: Layer already exists [2025-07-02T01:46:15.644Z] 378937898a73: Layer already exists [2025-07-02T01:46:15.644Z] cf97fe0bb920: Layer already exists [2025-07-02T01:46:15.644Z] e0590f235755: Layer already exists [2025-07-02T01:46:15.644Z] ef85666a099b: Layer already exists [2025-07-02T01:46:15.644Z] dd9c8f8612c8: Layer already exists [2025-07-02T01:46:15.911Z] main: digest: sha256:8f1c1fecd769151c1d2d3dba8bc6a6dd8bc85dcbd448a7615c982082736cdbec size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-02T01:46:15.981Z] ===================================================== [Pipeline] echo [2025-07-02T01:46:15.995Z] taggedImages: [2025-07-02T01:46:15.995Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [2025-07-02T01:46:15.995Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-07-02T01:46:15.995Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.5 [2025-07-02T01:46:15.995Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [2025-07-02T01:46:15.995Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-07-02T01:46:16.010Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] echo [2025-07-02T01:46:16.022Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-07-02T01:46:16.033Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.5 [Pipeline] echo [2025-07-02T01:46:16.044Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:6836131fe303b61572fae9eb95d6f8fc2f5ccfc2-4.1.0-dev.5 [Pipeline] echo [2025-07-02T01:46:16.053Z] 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 [2025-07-02T01:46:16.437Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-02T01:46:16.437Z] [2025-07-02T01:46:16.437Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:16.769Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-02T01:46:16.769Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-02T01:46:16.769Z] 8998bd30e6a1: Pulling fs layer [2025-07-02T01:46:16.769Z] 04944245beec: Pulling fs layer [2025-07-02T01:46:16.769Z] 699f458cf7ca: Pulling fs layer [2025-07-02T01:46:16.769Z] 765212b225bb: Pulling fs layer [2025-07-02T01:46:16.769Z] f23df028b6ca: Pulling fs layer [2025-07-02T01:46:16.769Z] d65c8cfc05b1: Pulling fs layer [2025-07-02T01:46:16.769Z] 2437ff75d9bd: Pulling fs layer [2025-07-02T01:46:16.769Z] 765212b225bb: Waiting [2025-07-02T01:46:16.769Z] f23df028b6ca: Waiting [2025-07-02T01:46:16.769Z] d65c8cfc05b1: Waiting [2025-07-02T01:46:16.769Z] 2437ff75d9bd: Waiting [2025-07-02T01:46:17.039Z] 04944245beec: Verifying Checksum [2025-07-02T01:46:17.039Z] 04944245beec: Download complete [2025-07-02T01:46:17.039Z] 765212b225bb: Verifying Checksum [2025-07-02T01:46:17.039Z] 765212b225bb: Download complete [2025-07-02T01:46:17.039Z] f23df028b6ca: Verifying Checksum [2025-07-02T01:46:17.039Z] f23df028b6ca: Download complete [2025-07-02T01:46:17.039Z] d65c8cfc05b1: Verifying Checksum [2025-07-02T01:46:17.039Z] d65c8cfc05b1: Download complete [2025-07-02T01:46:17.308Z] 699f458cf7ca: Verifying Checksum [2025-07-02T01:46:17.308Z] 699f458cf7ca: Download complete [2025-07-02T01:46:17.576Z] 8998bd30e6a1: Verifying Checksum [2025-07-02T01:46:17.576Z] 8998bd30e6a1: Download complete [2025-07-02T01:46:20.152Z] 2437ff75d9bd: Verifying Checksum [2025-07-02T01:46:20.152Z] 2437ff75d9bd: Download complete [2025-07-02T01:46:22.733Z] 8998bd30e6a1: Pull complete [2025-07-02T01:46:22.999Z] 04944245beec: Pull complete [2025-07-02T01:46:24.933Z] 699f458cf7ca: Pull complete [2025-07-02T01:46:24.933Z] 765212b225bb: Pull complete [2025-07-02T01:46:25.514Z] f23df028b6ca: Pull complete [2025-07-02T01:46:25.779Z] d65c8cfc05b1: Pull complete [2025-07-02T01:46:43.985Z] 2437ff75d9bd: Pull complete [2025-07-02T01:46:43.985Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-02T01:46:43.985Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-02T01:46:43.985Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:46:44.187Z] prd-ubuntu20.04-docker-arm64-4c-16g-4394 does not seem to be running inside a container [2025-07-02T01:46:44.267Z] $ 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/204 -v /w/workspace/device-rest-go/204:/w/workspace/device-rest-go/204:rw,z -v /w/workspace/device-rest-go/204@tmp:/w/workspace/device-rest-go/204@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 [2025-07-02T01:46:46.958Z] $ docker top 04d947689ebc11b7e1c44134d86d2a8cd1ab6e2f30f19fbf057bfef9a9698c71 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:46:47.766Z] ---> job-cost.sh [2025-07-02T01:46:47.766Z] lf-activate-venv: SKIPPING [2025-07-02T01:46:47.766Z] INFO: No Stack... [2025-07-02T01:46:48.032Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-02T01:46:48.992Z] INFO: Archiving Costs [Pipeline] sh [2025-07-02T01:46:49.629Z] + cut -d, -f6 [2025-07-02T01:46:49.629Z] + cat /w/workspace/device-rest-go/204/archives/cost.csv [Pipeline] lock [2025-07-02T01:46:49.688Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-204-stack-cost] [2025-07-02T01:46:49.698Z] Resource [jenkins-edgexfoundry-device-rest-go-main-204-stack-cost] did not exist. Created. [2025-07-02T01:46:49.704Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-204-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-02T01:46:50.364Z] /w/workspace/device-rest-go/204@tmp/durable-d7cd3fa7/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-02T01:46:51.002Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-02T01:46:51.029Z] Warning: overwriting stash ‘stack-cost’ [2025-07-02T01:46:51.076Z] Stashed 1 file(s) [Pipeline] } [2025-07-02T01:46:51.083Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-204-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-02T01:46:51.133Z] $ docker stop --time=1 04d947689ebc11b7e1c44134d86d2a8cd1ab6e2f30f19fbf057bfef9a9698c71 [2025-07-02T01:46:52.653Z] $ docker rm -f --volumes 04d947689ebc11b7e1c44134d86d2a8cd1ab6e2f30f19fbf057bfef9a9698c71 [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 [2025-07-02T01:46:53.171Z] provisioning config files... [2025-07-02T01:46:53.177Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5284989737694839591tmp [Pipeline] { [Pipeline] sh [2025-07-02T01:46:53.481Z] + set +x [2025-07-02T01:46:53.481Z] + curl -s https://codecov.io/bash [2025-07-02T01:46:53.481Z] + bash -s -- [2025-07-02T01:46:53.481Z] [2025-07-02T01:46:53.481Z] _____ _ [2025-07-02T01:46:53.481Z] / ____| | | [2025-07-02T01:46:53.481Z] | | ___ __| | ___ ___ _____ __ [2025-07-02T01:46:53.481Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-02T01:46:53.481Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-02T01:46:53.481Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-02T01:46:53.481Z] Bash-1.0.6 [2025-07-02T01:46:53.481Z] [2025-07-02T01:46:53.481Z] [2025-07-02T01:46:53.481Z] ==> git version 2.25.1 found [2025-07-02T01:46:53.481Z] ==> 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 [2025-07-02T01:46:53.481Z] Release-Date: 2020-01-08 [2025-07-02T01:46:53.481Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2025-07-02T01:46:53.481Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-02T01:46:53.481Z] ==> Jenkins CI detected. [2025-07-02T01:46:53.481Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-07-02T01:46:53.481Z] project root: . [2025-07-02T01:46:53.481Z] --> token set from env [2025-07-02T01:46:53.481Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-02T01:46:53.740Z] ==> Running gcov in . (disable via -X gcov) [2025-07-02T01:46:53.740Z] ==> Python coveragepy not found [2025-07-02T01:46:53.740Z] ==> Searching for coverage reports in: [2025-07-02T01:46:53.740Z] + . [2025-07-02T01:46:53.740Z] -> Found 1 reports [2025-07-02T01:46:53.740Z] ==> Detecting git/mercurial file structure [2025-07-02T01:46:53.740Z] ==> Reading reports [2025-07-02T01:46:53.740Z] + ./coverage.out bytes=14565 [2025-07-02T01:46:53.740Z] ==> Appending adjustments [2025-07-02T01:46:53.740Z] https://docs.codecov.io/docs/fixing-reports [2025-07-02T01:46:53.740Z] + Found adjustments [2025-07-02T01:46:53.740Z] ==> Gzipping contents [2025-07-02T01:46:53.740Z] 4.0K /tmp/codecov.9javXv.gz [2025-07-02T01:46:53.740Z] ==> Uploading reports [2025-07-02T01:46:53.740Z] url: https://codecov.io [2025-07-02T01:46:53.740Z] query: branch=main&commit=6836131fe303b61572fae9eb95d6f8fc2f5ccfc2&build=204&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F204%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-02T01:46:53.740Z] -> Pinging Codecov [2025-07-02T01:46:53.740Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=6836131fe303b61572fae9eb95d6f8fc2f5ccfc2&build=204&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F204%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-02T01:46:53.999Z] -> Uploading to [2025-07-02T01:46:53.999Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/6836131fe303b61572fae9eb95d6f8fc2f5ccfc2/e3c63f6f-d26f-45b0-b465-b3571359cdc1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250702%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250702T014653Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=47a7965033e86ff06ded8afed23577aedf43ed8e5ae441bced5da39e628e0b0a [2025-07-02T01:46:53.999Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-02T01:46:53.999Z] Dload Upload Total Spent Left Speed [2025-07-02T01:46:54.259Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 8777 --:--:-- --:--:-- --:--:-- 8777 [2025-07-02T01:46:54.259Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] } [2025-07-02T01:46:54.266Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-02T01:46:54.517Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-02T01:46:54.538Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:54.857Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-02T01:46:54.858Z] [2025-07-02T01:46:54.858Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:46:55.171Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-02T01:46:55.172Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-02T01:46:55.172Z] 0a9a5dfd008f: Already exists [2025-07-02T01:46:55.172Z] 36466aa92d05: Already exists [2025-07-02T01:46:55.172Z] e10405b45d13: Already exists [2025-07-02T01:46:55.172Z] 096b7ceb2af7: Already exists [2025-07-02T01:46:55.172Z] 4f4fb700ef54: Already exists [2025-07-02T01:46:55.172Z] e50aa161e22a: Pulling fs layer [2025-07-02T01:46:55.172Z] d3c8db5fb9df: Pulling fs layer [2025-07-02T01:46:55.430Z] e50aa161e22a: Download complete [2025-07-02T01:46:55.998Z] e50aa161e22a: Pull complete [2025-07-02T01:46:56.933Z] d3c8db5fb9df: Verifying Checksum [2025-07-02T01:46:56.933Z] d3c8db5fb9df: Download complete [2025-07-02T01:47:00.217Z] d3c8db5fb9df: Pull complete [2025-07-02T01:47:00.478Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-02T01:47:00.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-02T01:47:00.478Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:47:00.588Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:47:00.627Z] $ 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 [2025-07-02T01:47:01.534Z] $ docker top c4e112d6097469f2fe79a2b20d2b53928a3e9640930ed54c6902cc0301f51f58 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-02T01:47:01.878Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-07-02T01:47:01.889Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-07-02T01:47:02.170Z] + set -o pipefail [2025-07-02T01:47:02.170Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-07-02T01:47:12.155Z] [2025-07-02T01:47:12.155Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-07-02T01:47:12.155Z] [2025-07-02T01:47:12.155Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/80a30194-45aa-4d5f-8b26-5bc5a0c6420f [2025-07-02T01:47:12.155Z] [2025-07-02T01:47:12.155Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-02T01:47:12.155Z] [Pipeline] } [2025-07-02T01:47:12.168Z] $ docker stop --time=1 c4e112d6097469f2fe79a2b20d2b53928a3e9640930ed54c6902cc0301f51f58 [2025-07-02T01:47:14.509Z] $ docker rm -f --volumes c4e112d6097469f2fe79a2b20d2b53928a3e9640930ed54c6902cc0301f51f58 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-02T01:47:15.412Z] + git log --format=format:%s -1 6836131fe303b61572fae9eb95d6f8fc2f5ccfc2 [Pipeline] sh [2025-07-02T01:47:15.701Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-02T01:47:15.701Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:47:16.005Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-02T01:47:16.005Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:47:16.086Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:47:16.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-02T01:47:16.368Z] $ docker top 22fcdd31d353b5b707cf709093e66cdd1c48ebb3cd0fccc7c5c5c8ef4144a66f -eo pid,comm [2025-07-02T01:47:16.405Z] 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). [2025-07-02T01:47:16.405Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-02T01:47:16.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-02T01:47:16.464Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-02T01:47:16.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-02T01:47:16.590Z] $ docker exec 22fcdd31d353b5b707cf709093e66cdd1c48ebb3cd0fccc7c5c5c8ef4144a66f ssh-agent [2025-07-02T01:47:16.706Z] SSH_AUTH_SOCK=/tmp/ssh-9k0awLVkkBcc/agent.32 [2025-07-02T01:47:16.706Z] SSH_AGENT_PID=38 [2025-07-02T01:47:16.712Z] Running ssh-add (command line suppressed) [2025-07-02T01:47:16.827Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13108882473944497304.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_13108882473944497304.key) [2025-07-02T01:47:16.838Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-02T01:47:17.134Z] + git semver tag [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,370 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,374 [run_tag] DEBUG tag force:False [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,374 [check_head_tag] DEBUG check head tag [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,374 [execute] INFO git cat-file --batch-check [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,374 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,377 [execute] INFO git cat-file --batch [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,377 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,385 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,385 [execute] INFO git tag -a v4.1.0-dev.5 -m v4.1.0-dev.5 [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,385 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.5', '-m', 'v4.1.0-dev.5'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-02T01:47:17.393Z] 2025-07-02 01:47:17,388 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:47:17.393Z] 4.1.0-dev.5 [Pipeline] } [2025-07-02T01:47:17.665Z] $ docker exec --env ******** --env ******** 22fcdd31d353b5b707cf709093e66cdd1c48ebb3cd0fccc7c5c5c8ef4144a66f ssh-agent -k [2025-07-02T01:47:17.770Z] unset SSH_AUTH_SOCK; [2025-07-02T01:47:17.770Z] unset SSH_AGENT_PID; [2025-07-02T01:47:17.770Z] echo Agent pid 38 killed; [2025-07-02T01:47:17.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-02T01:47:18.105Z] + git semver [Pipeline] } [2025-07-02T01:47:18.379Z] $ docker stop --time=1 22fcdd31d353b5b707cf709093e66cdd1c48ebb3cd0fccc7c5c5c8ef4144a66f [2025-07-02T01:47:19.673Z] $ docker rm -f --volumes 22fcdd31d353b5b707cf709093e66cdd1c48ebb3cd0fccc7c5c5c8ef4144a66f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:47:20.094Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-02T01:47:20.094Z] [2025-07-02T01:47:20.094Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:47:20.405Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-02T01:47:20.405Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-02T01:47:20.405Z] ab5ef0e58194: Pulling fs layer [2025-07-02T01:47:20.405Z] 9712f1f96733: Pulling fs layer [2025-07-02T01:47:20.405Z] 63f879dbbcfc: Pulling fs layer [2025-07-02T01:47:20.405Z] 0d9ebad4ef96: Pulling fs layer [2025-07-02T01:47:20.405Z] e9a5061849ea: Pulling fs layer [2025-07-02T01:47:20.405Z] d747dcd14b5f: Pulling fs layer [2025-07-02T01:47:20.405Z] 2de7ff778b66: Pulling fs layer [2025-07-02T01:47:20.405Z] 0d9ebad4ef96: Waiting [2025-07-02T01:47:20.405Z] e9a5061849ea: Waiting [2025-07-02T01:47:20.405Z] d747dcd14b5f: Waiting [2025-07-02T01:47:20.405Z] 2de7ff778b66: Waiting [2025-07-02T01:47:20.664Z] 63f879dbbcfc: Verifying Checksum [2025-07-02T01:47:20.664Z] 63f879dbbcfc: Download complete [2025-07-02T01:47:20.941Z] e9a5061849ea: Verifying Checksum [2025-07-02T01:47:20.942Z] e9a5061849ea: Download complete [2025-07-02T01:47:20.942Z] d747dcd14b5f: Download complete [2025-07-02T01:47:20.942Z] ab5ef0e58194: Verifying Checksum [2025-07-02T01:47:20.942Z] ab5ef0e58194: Download complete [2025-07-02T01:47:20.942Z] 2de7ff778b66: Verifying Checksum [2025-07-02T01:47:20.942Z] 2de7ff778b66: Download complete [2025-07-02T01:47:20.942Z] 0d9ebad4ef96: Download complete [2025-07-02T01:47:25.157Z] ab5ef0e58194: Pull complete [2025-07-02T01:47:25.157Z] 9712f1f96733: Pull complete [2025-07-02T01:47:25.725Z] 63f879dbbcfc: Pull complete [2025-07-02T01:47:32.289Z] 0d9ebad4ef96: Pull complete [2025-07-02T01:47:32.289Z] e9a5061849ea: Pull complete [2025-07-02T01:47:32.289Z] d747dcd14b5f: Pull complete [2025-07-02T01:47:33.228Z] 2de7ff778b66: Pull complete [2025-07-02T01:47:33.228Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-02T01:47:33.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-02T01:47:33.228Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:47:33.327Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:47:33.360Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-07-02T01:47:35.018Z] $ docker top 210d01f6dd428b0b40a091e2593161073c081c202c69d5a5fc1d9c05a744d249 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-02T01:47:35.090Z] provisioning config files... [2025-07-02T01:47:35.097Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config12963338310786397148tmp [2025-07-02T01:47:35.106Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config18319460092577039320tmp [2025-07-02T01:47:35.113Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13740925985318570313tmp [Pipeline] { [Pipeline] echo [2025-07-02T01:47:35.139Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:35.426Z] ---> sigul-configuration.sh [2025-07-02T01:47:35.426Z] gpg: directory `/root/.gnupg' created [2025-07-02T01:47:35.426Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-02T01:47:35.426Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-02T01:47:35.426Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-02T01:47:35.426Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-02T01:47:35.426Z] gpg: CAST5 encrypted data [2025-07-02T01:47:35.426Z] gpg: encrypted with 1 passphrase [2025-07-02T01:47:35.426Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-02T01:47:35.717Z] + mkdir /home/jenkins [2025-07-02T01:47:35.718Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-02T01:47:36.012Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2025-07-02T01:47:36.027Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:36.319Z] ---> sigul-install.sh [2025-07-02T01:47:36.319Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-02T01:47:36.616Z] + git tag --list [2025-07-02T01:47:36.616Z] v1.0.0 [2025-07-02T01:47:36.616Z] v1.1.0 [2025-07-02T01:47:36.616Z] v1.1.1 [2025-07-02T01:47:36.616Z] v1.1.2 [2025-07-02T01:47:36.616Z] v1.2.0 [2025-07-02T01:47:36.616Z] v1.2.1 [2025-07-02T01:47:36.616Z] v2.0.0 [2025-07-02T01:47:36.616Z] v2.1.0 [2025-07-02T01:47:36.616Z] v2.1.1 [2025-07-02T01:47:36.616Z] v2.2.0 [2025-07-02T01:47:36.616Z] v2.3.0 [2025-07-02T01:47:36.616Z] v3.0 [2025-07-02T01:47:36.616Z] v3.0.0 [2025-07-02T01:47:36.616Z] v3.1 [2025-07-02T01:47:36.616Z] v3.1.0 [2025-07-02T01:47:36.616Z] v3.1.1 [2025-07-02T01:47:36.616Z] v4.0 [2025-07-02T01:47:36.616Z] v4.0.0 [2025-07-02T01:47:36.616Z] v4.1.0-dev.1 [2025-07-02T01:47:36.616Z] v4.1.0-dev.2 [2025-07-02T01:47:36.616Z] v4.1.0-dev.3 [2025-07-02T01:47:36.616Z] v4.1.0-dev.4 [2025-07-02T01:47:36.616Z] v4.1.0-dev.5 [Pipeline] sh [2025-07-02T01:47:36.907Z] + lftools sign git-tag v4.1.0-dev.5 [2025-07-02T01:47:37.475Z] Signing Git tag with Sigul... [2025-07-02T01:47:37.475Z] Signing v4.1.0-dev.5 [Pipeline] echo [2025-07-02T01:47:37.749Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:38.037Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-02T01:47:38.043Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-02T01:47:38.074Z] $ docker stop --time=1 210d01f6dd428b0b40a091e2593161073c081c202c69d5a5fc1d9c05a744d249 [2025-07-02T01:47:39.343Z] $ docker rm -f --volumes 210d01f6dd428b0b40a091e2593161073c081c202c69d5a5fc1d9c05a744d249 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-02T01:47:39.785Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-02T01:47:39.785Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:47:40.090Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-02T01:47:40.090Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:47:40.261Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:47:40.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-02T01:47:40.566Z] $ docker top 188f454143faf171fbea11f1267c33b0670cb69bfaaeaf904030031592843f42 -eo pid,comm [2025-07-02T01:47:40.608Z] 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). [2025-07-02T01:47:40.608Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-02T01:47:40.667Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-02T01:47:40.668Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-02T01:47:40.784Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-02T01:47:40.790Z] $ docker exec 188f454143faf171fbea11f1267c33b0670cb69bfaaeaf904030031592843f42 ssh-agent [2025-07-02T01:47:40.900Z] SSH_AUTH_SOCK=/tmp/ssh-NjACHXYngL6d/agent.33 [2025-07-02T01:47:40.900Z] SSH_AGENT_PID=40 [2025-07-02T01:47:40.918Z] Running ssh-add (command line suppressed) [2025-07-02T01:47:41.026Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1640765148628879561.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1640765148628879561.key) [2025-07-02T01:47:41.037Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-02T01:47:41.329Z] + git semver bump pre [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,549 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,554 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,554 [bump_version] DEBUG bumping version:4.1.0-dev.5 on axis:pre with prefix:dev [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,554 [bump_version] DEBUG bumped version:4.1.0-dev.6 [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,554 [write_version] DEBUG write version:4.1.0-dev.6 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,554 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,554 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,556 [execute] INFO git cat-file --batch-check [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,556 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,559 [execute] INFO git cat-file --batch [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,559 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-02T01:47:41.588Z] 2025-07-02 01:47:41,562 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:47:41.588Z] 4.1.0-dev.6 [Pipeline] } [2025-07-02T01:47:41.600Z] $ docker exec --env ******** --env ******** 188f454143faf171fbea11f1267c33b0670cb69bfaaeaf904030031592843f42 ssh-agent -k [2025-07-02T01:47:41.705Z] unset SSH_AUTH_SOCK; [2025-07-02T01:47:41.706Z] unset SSH_AGENT_PID; [2025-07-02T01:47:41.706Z] echo Agent pid 40 killed; [2025-07-02T01:47:41.712Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-02T01:47:42.044Z] + git semver [Pipeline] } [2025-07-02T01:47:42.317Z] $ docker stop --time=1 188f454143faf171fbea11f1267c33b0670cb69bfaaeaf904030031592843f42 [2025-07-02T01:47:43.600Z] $ docker rm -f --volumes 188f454143faf171fbea11f1267c33b0670cb69bfaaeaf904030031592843f42 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-02T01:47:43.953Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-02T01:47:43.953Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:47:44.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-02T01:47:44.256Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:47:44.331Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:47:44.358Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-02T01:47:44.598Z] $ docker top 6c1157e0a16a2d7810b10f8d22c0c636a5d315acd9d9ee49434df6df5f26edcc -eo pid,comm [2025-07-02T01:47:44.643Z] 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). [2025-07-02T01:47:44.643Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-02T01:47:44.697Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-02T01:47:44.697Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-02T01:47:44.807Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-02T01:47:44.812Z] $ docker exec 6c1157e0a16a2d7810b10f8d22c0c636a5d315acd9d9ee49434df6df5f26edcc ssh-agent [2025-07-02T01:47:44.912Z] SSH_AUTH_SOCK=/tmp/ssh-9tWNNl4uXEHR/agent.32 [2025-07-02T01:47:44.912Z] SSH_AGENT_PID=38 [2025-07-02T01:47:44.916Z] Running ssh-add (command line suppressed) [2025-07-02T01:47:45.033Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14064545934955625343.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14064545934955625343.key) [2025-07-02T01:47:45.043Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-02T01:47:45.336Z] + git semver push [2025-07-02T01:47:45.597Z] 2025-07-02 01:47:45,557 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-02T01:47:45.597Z] 2025-07-02 01:47:45,562 [run_push] DEBUG push [2025-07-02T01:47:45.597Z] 2025-07-02 01:47:45,563 [execute] INFO git cat-file --batch-check [2025-07-02T01:47:45.597Z] 2025-07-02 01:47:45,563 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-02T01:47:45.597Z] 2025-07-02 01:47:45,565 [execute] INFO git rev-list 6cfe9fba546f656fc0cfd20082785b08dc28acae -- [2025-07-02T01:47:45.597Z] 2025-07-02 01:47:45,565 [execute] DEBUG Popen(['git', 'rev-list', '6cfe9fba546f656fc0cfd20082785b08dc28acae', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-02T01:47:45.597Z] 2025-07-02 01:47:45,571 [execute] INFO git fetch -v -- origin [2025-07-02T01:47:45.597Z] 2025-07-02 01:47:45,571 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=True) [2025-07-02T01:47:46.164Z] 2025-07-02 01:47:46,054 [run_push] DEBUG no remote changes detected [2025-07-02T01:47:46.164Z] 2025-07-02 01:47:46,054 [execute] INFO git push origin semver [2025-07-02T01:47:46.164Z] 2025-07-02 01:47:46,055 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-02T01:47:47.101Z] 2025-07-02 01:47:46,755 [run_push] DEBUG push all version tags [2025-07-02T01:47:47.101Z] 2025-07-02 01:47:46,755 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-02T01:47:47.101Z] 2025-07-02 01:47:46,756 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-02T01:47:47.671Z] 2025-07-02 01:47:47,388 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-02T01:47:47.671Z] 4.1.0-dev.6 [Pipeline] } [2025-07-02T01:47:47.683Z] $ docker exec --env ******** --env ******** 6c1157e0a16a2d7810b10f8d22c0c636a5d315acd9d9ee49434df6df5f26edcc ssh-agent -k [2025-07-02T01:47:47.788Z] unset SSH_AUTH_SOCK; [2025-07-02T01:47:47.789Z] unset SSH_AGENT_PID; [2025-07-02T01:47:47.789Z] echo Agent pid 38 killed; [2025-07-02T01:47:47.799Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-02T01:47:48.119Z] + git semver [Pipeline] } [2025-07-02T01:47:48.391Z] $ docker stop --time=1 6c1157e0a16a2d7810b10f8d22c0c636a5d315acd9d9ee49434df6df5f26edcc [2025-07-02T01:47:49.673Z] $ docker rm -f --volumes 6c1157e0a16a2d7810b10f8d22c0c636a5d315acd9d9ee49434df6df5f26edcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2025-07-02T01:47:50.280Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-07-02T01:47:50.280Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-02T01:47:50.280Z] total 16 [2025-07-02T01:47:50.280Z] drwxr-xr-x 3 root root 4096 Jul 2 01:35 . [2025-07-02T01:47:50.280Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 2 01:47 .. [2025-07-02T01:47:50.280Z] drwxr-xr-x 2 root root 4096 Jul 2 01:35 cost [2025-07-02T01:47:50.280Z] -rw-r--r-- 1 root root 86 Jul 2 01:35 cost.csv [2025-07-02T01:47:50.280Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-02T01:47:50.280Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-02T01:47:50.280Z] total 16 [2025-07-02T01:47:50.280Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 2 01:35 . [2025-07-02T01:47:50.280Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 2 01:47 .. [2025-07-02T01:47:50.280Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 2 01:35 cost [2025-07-02T01:47:50.280Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 2 01:35 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:50.573Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:51.434Z] ---> package-listing.sh [2025-07-02T01:47:51.434Z] ++ facter osfamily [2025-07-02T01:47:51.434Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-02T01:47:51.695Z] + OS_FAMILY=debian [2025-07-02T01:47:51.695Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-02T01:47:51.695Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-02T01:47:51.695Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-02T01:47:51.695Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-02T01:47:51.695Z] + PACKAGES=/tmp/packages_start.txt [2025-07-02T01:47:51.695Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-02T01:47:51.695Z] + PACKAGES=/tmp/packages_end.txt [2025-07-02T01:47:51.695Z] + case "${OS_FAMILY}" in [2025-07-02T01:47:51.695Z] + dpkg -l [2025-07-02T01:47:51.695Z] + grep '^ii' [2025-07-02T01:47:51.695Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-02T01:47:51.695Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-02T01:47:51.695Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-02T01:47:51.695Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-02T01:47:51.695Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-02T01:47:51.695Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-rest-go_main/archives/ [Pipeline] echo [2025-07-02T01:47:51.708Z] 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 [2025-07-02T01:47:51.988Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-02T01:47:52.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-02T01:47:52.560Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-02T01:47:52.641Z] prd-ubuntu20.04-docker-8c-8g-4393 does not seem to be running inside a container [2025-07-02T01:47:52.672Z] $ 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 [2025-07-02T01:47:52.893Z] $ docker top b781614f6aee556c0611e183f57cbf75ba9cb89dc1bdd49c07e7d18125b50ec9 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-02T01:47:53.243Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-02T01:47:53.530Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-02T01:47:53.818Z] + ls /var/log/sa-host [2025-07-02T01:47:53.818Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-02T01:47:53.863Z] provisioning config files... [2025-07-02T01:47:53.872Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1211133079033816302tmp [Pipeline] { [Pipeline] echo [2025-07-02T01:47:53.891Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:54.173Z] ---> create-netrc.sh [Pipeline] } [2025-07-02T01:47:54.180Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:54.496Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-02T01:47:54.512Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:54.795Z] ---> sudo-logs.sh [2025-07-02T01:47:54.795Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-02T01:47:54.831Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:55.111Z] ---> job-cost.sh [2025-07-02T01:47:55.111Z] lf-activate-venv: SKIPPING [2025-07-02T01:47:55.111Z] DEBUG: total: 0.2199999988079071 [2025-07-02T01:47:55.111Z] INFO: Retrieving Stack Cost... [2025-07-02T01:47:55.680Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-02T01:47:55.939Z] INFO: Archiving Costs [Pipeline] echo [2025-07-02T01:47:55.956Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-02T01:47:56.243Z] ---> logs-deploy.sh [2025-07-02T01:47:56.243Z] lf-activate-venv: SKIPPING [2025-07-02T01:47:56.243Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/204 [2025-07-02T01:47:56.243Z] INFO: archiving workspace using pattern(s): [2025-07-02T01:47:57.180Z] Archives upload complete. [2025-07-02T01:47:57.180Z] INFO: archiving logs to Nexus