Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d0980f3671d730af7436baa654813d49e60ecc67 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-ssh12001192751975451339.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-ssh3055319818800439817.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-ssh14660486955336935181.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-ssh14796335478440021474.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-ssh8606857872237531719.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-4296 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 d0980f3671d730af7436baa654813d49e60ecc67 (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 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#476)" > git config core.sparsecheckout # timeout=10 > git checkout -f d0980f3671d730af7436baa654813d49e60ecc67 # timeout=10 > git rev-list --no-walk 3abeddea7bee697e1193a102564220052236ef04 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-01T01:15:05.049Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-01T01:15:05.124Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-01T01:15:05.152Z] ========================================================= [2025-07-01T01:15:05.152Z] EdgeX Global Pipelines Version Info [2025-07-01T01:15:05.152Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:15:05.915Z] ------------------- [2025-07-01T01:15:05.915Z] stable info: [2025-07-01T01:15:05.915Z] ------------------- [2025-07-01T01:15:05.915Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-01T01:15:05.915Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-01T01:15:05.915Z] Message: update stable to v1.0.274 [2025-07-01T01:15:06.489Z] ------------------- [2025-07-01T01:15:06.489Z] experimental info: [2025-07-01T01:15:06.489Z] ------------------- [2025-07-01T01:15:06.489Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-07-01T01:15:06.489Z] Commit SHA: 8bc3b1671107dfff59e2863929571a4024cd8906 [2025-07-01T01:15:06.489Z] Message: update experimental to v1.0.275 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-01T01:15:06.575Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-07-01T01:15:06.598Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-07-01T01:15:06.622Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-01T01:15:06.647Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-01T01:15:06.670Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-01T01:15:06.697Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-01T01:15:06.720Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-01T01:15:06.744Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-01T01:15:06.765Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-01T01:15:06.790Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-01T01:15:06.811Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-01T01:15:06.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-07-01T01:15:06.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-01T01:15:06.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-01T01:15:06.903Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-01T01:15:06.931Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-01T01:15:06.960Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-01T01:15:06.989Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-01T01:15:07.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-01T01:15:07.044Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-01T01:15:07.070Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-01T01:15:07.094Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-01T01:15:07.117Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-01T01:15:07.141Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-01T01:15:07.160Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-01T01:15:07.190Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-01T01:15:07.218Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-01T01:15:07.238Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-01T01:15:07.266Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-01T01:15:07.290Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-01T01:15:07.313Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] echo [2025-07-01T01:15:07.332Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d0980f3 [Pipeline] echo [2025-07-01T01:15:07.359Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T01:15:07.422Z] provisioning config files... [2025-07-01T01:15:07.443Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config5234407685168977441tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:15:07.785Z] ---> ****-login.sh [2025-07-01T01:15:07.785Z] nexus3.edgexfoundry.org:10001 [2025-07-01T01:15:07.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:08.051Z] [2025-07-01T01:15:08.051Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T01:15:08.051Z] Configure a credential helper to remove this warning. See [2025-07-01T01:15:08.051Z] https://docs.****.com/go/credential-store/ [2025-07-01T01:15:08.051Z] [2025-07-01T01:15:08.051Z] Login Succeeded [2025-07-01T01:15:08.051Z] nexus3.edgexfoundry.org:10002 [2025-07-01T01:15:08.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:08.051Z] [2025-07-01T01:15:08.051Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T01:15:08.051Z] Configure a credential helper to remove this warning. See [2025-07-01T01:15:08.051Z] https://docs.****.com/go/credential-store/ [2025-07-01T01:15:08.051Z] [2025-07-01T01:15:08.051Z] Login Succeeded [2025-07-01T01:15:08.051Z] nexus3.edgexfoundry.org:10003 [2025-07-01T01:15:08.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:08.312Z] [2025-07-01T01:15:08.312Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T01:15:08.312Z] Configure a credential helper to remove this warning. See [2025-07-01T01:15:08.312Z] https://docs.****.com/go/credential-store/ [2025-07-01T01:15:08.312Z] [2025-07-01T01:15:08.312Z] Login Succeeded [2025-07-01T01:15:08.312Z] nexus3.edgexfoundry.org:10004 [2025-07-01T01:15:08.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:08.312Z] [2025-07-01T01:15:08.312Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T01:15:08.312Z] Configure a credential helper to remove this warning. See [2025-07-01T01:15:08.312Z] https://docs.****.com/go/credential-store/ [2025-07-01T01:15:08.312Z] [2025-07-01T01:15:08.312Z] Login Succeeded [2025-07-01T01:15:08.312Z] ****.io [2025-07-01T01:15:08.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:08.572Z] [2025-07-01T01:15:08.572Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-01T01:15:08.572Z] Configure a credential helper to remove this warning. See [2025-07-01T01:15:08.572Z] https://docs.****.com/go/credential-store/ [2025-07-01T01:15:08.572Z] [2025-07-01T01:15:08.572Z] Login Succeeded [2025-07-01T01:15:08.572Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T01:15:08.580Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-01T01:15:08.991Z] + git rev-list -1 --merges d0980f3671d730af7436baa654813d49e60ecc67~1..d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] echo [2025-07-01T01:15:09.021Z] -----------> git rev-list -1 --merges d0980f3671d730af7436baa654813d49e60ecc67~1..d0980f3671d730af7436baa654813d49e60ecc67 d0980f3671d730af7436baa654813d49e60ecc67 [false] [Pipeline] sh [2025-07-01T01:15:09.316Z] + git log --format=format:%s -1 d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] echo [2025-07-01T01:15:09.333Z] ========================================================= [2025-07-01T01:15:09.333Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-01T01:15:09.333Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-01T01:15:09.681Z] + git log --format=format:%s -1 d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] echo [2025-07-01T01:15:09.696Z] [semverPrep] GIT_COMMIT: d0980f3671d730af7436baa654813d49e60ecc67, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#476) [Pipeline] echo [2025-07-01T01:15:09.714Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-01T01:15:10.093Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-01T01:15:10.093Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-01T01:15:10.093Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-01T01:15:10.093Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-01T01:15:10.093Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-01T01:15:10.093Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-01T01:15:10.093Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:15:10.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T01:15:10.454Z] [2025-07-01T01:15:10.454Z] 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-01T01:15:10.768Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T01:15:10.769Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-01T01:15:10.769Z] 3dae71ba6b94: Pulling fs layer [2025-07-01T01:15:10.769Z] 6bf1a483ea7c: Pulling fs layer [2025-07-01T01:15:10.769Z] f5dfc541a4d3: Pulling fs layer [2025-07-01T01:15:10.769Z] 461d9e800cba: Pulling fs layer [2025-07-01T01:15:10.769Z] 80192f66455f: Pulling fs layer [2025-07-01T01:15:10.769Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-01T01:15:10.769Z] a29436f7fd5d: Pulling fs layer [2025-07-01T01:15:10.769Z] 80192f66455f: Waiting [2025-07-01T01:15:10.769Z] 461d9e800cba: Waiting [2025-07-01T01:15:10.769Z] 923cac83aea3: Pulling fs layer [2025-07-01T01:15:10.769Z] 25ad8b0a4227: Pulling fs layer [2025-07-01T01:15:10.769Z] db01528c6b51: Pulling fs layer [2025-07-01T01:15:10.769Z] 28988de357af: Pulling fs layer [2025-07-01T01:15:10.769Z] 25ad8b0a4227: Waiting [2025-07-01T01:15:10.769Z] db01528c6b51: Waiting [2025-07-01T01:15:10.769Z] 28988de357af: Waiting [2025-07-01T01:15:10.769Z] 6bf1a483ea7c: Verifying Checksum [2025-07-01T01:15:10.769Z] 6bf1a483ea7c: Download complete [2025-07-01T01:15:10.769Z] 461d9e800cba: Verifying Checksum [2025-07-01T01:15:10.769Z] 461d9e800cba: Download complete [2025-07-01T01:15:11.028Z] 80192f66455f: Verifying Checksum [2025-07-01T01:15:11.028Z] 80192f66455f: Download complete [2025-07-01T01:15:11.028Z] f5dfc541a4d3: Verifying Checksum [2025-07-01T01:15:11.028Z] f5dfc541a4d3: Download complete [2025-07-01T01:15:11.028Z] 3dae71ba6b94: Download complete [2025-07-01T01:15:11.028Z] 923cac83aea3: Verifying Checksum [2025-07-01T01:15:11.028Z] 923cac83aea3: Download complete [2025-07-01T01:15:11.285Z] 25ad8b0a4227: Verifying Checksum [2025-07-01T01:15:11.286Z] 25ad8b0a4227: Download complete [2025-07-01T01:15:11.286Z] db01528c6b51: Verifying Checksum [2025-07-01T01:15:11.286Z] db01528c6b51: Download complete [2025-07-01T01:15:11.286Z] 28988de357af: Verifying Checksum [2025-07-01T01:15:11.286Z] 28988de357af: Download complete [2025-07-01T01:15:11.286Z] a29436f7fd5d: Verifying Checksum [2025-07-01T01:15:11.286Z] a29436f7fd5d: Download complete [2025-07-01T01:15:11.852Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-01T01:15:11.852Z] 2e8e34ca0e6c: Download complete [2025-07-01T01:15:12.421Z] 3dae71ba6b94: Pull complete [2025-07-01T01:15:12.680Z] 6bf1a483ea7c: Pull complete [2025-07-01T01:15:13.619Z] f5dfc541a4d3: Pull complete [2025-07-01T01:15:13.619Z] 461d9e800cba: Pull complete [2025-07-01T01:15:13.619Z] 80192f66455f: Pull complete [2025-07-01T01:15:17.808Z] 2e8e34ca0e6c: Pull complete [2025-07-01T01:15:18.066Z] a29436f7fd5d: Pull complete [2025-07-01T01:15:18.066Z] 923cac83aea3: Pull complete [2025-07-01T01:15:18.327Z] 25ad8b0a4227: Pull complete [2025-07-01T01:15:18.327Z] db01528c6b51: Pull complete [2025-07-01T01:15:18.327Z] 28988de357af: Pull complete [2025-07-01T01:15:18.327Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-01T01:15:18.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T01:15:18.327Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:15:18.470Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:15:18.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-01T01:15:20.954Z] $ docker top acd85ed898e33528b1ca244f681a267859f867f9c2ab5d08b917f3ec8831b160 -eo pid,comm [2025-07-01T01:15:21.001Z] 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-01T01:15:21.001Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-01T01:15:21.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T01:15:21.068Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T01:15:21.171Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T01:15:21.172Z] $ docker exec acd85ed898e33528b1ca244f681a267859f867f9c2ab5d08b917f3ec8831b160 ssh-agent [2025-07-01T01:15:21.280Z] SSH_AUTH_SOCK=/tmp/ssh-HtZPg6QatfJv/agent.32 [2025-07-01T01:15:21.280Z] SSH_AGENT_PID=38 [2025-07-01T01:15:21.285Z] Running ssh-add (command line suppressed) [2025-07-01T01:15:21.382Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1421054611484799915.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_1421054611484799915.key) [2025-07-01T01:15:21.398Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T01:15:21.693Z] + git tag --points-at HEAD [Pipeline] } [2025-07-01T01:15:21.702Z] $ docker exec --env ******** --env ******** acd85ed898e33528b1ca244f681a267859f867f9c2ab5d08b917f3ec8831b160 ssh-agent -k [2025-07-01T01:15:21.785Z] unset SSH_AUTH_SOCK; [2025-07-01T01:15:21.786Z] unset SSH_AGENT_PID; [2025-07-01T01:15:21.786Z] echo Agent pid 38 killed; [2025-07-01T01:15:21.797Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-01T01:15:21.836Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T01:15:21.836Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T01:15:21.932Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T01:15:21.933Z] $ docker exec acd85ed898e33528b1ca244f681a267859f867f9c2ab5d08b917f3ec8831b160 ssh-agent [2025-07-01T01:15:22.042Z] SSH_AUTH_SOCK=/tmp/ssh-fYL127XojZeN/agent.71 [2025-07-01T01:15:22.042Z] SSH_AGENT_PID=77 [2025-07-01T01:15:22.047Z] Running ssh-add (command line suppressed) [2025-07-01T01:15:22.133Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17436247756745104504.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_17436247756745104504.key) [2025-07-01T01:15:22.147Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T01:15:22.444Z] + git semver init [2025-07-01T01:15:22.704Z] 2025-07-01 01:15:22,638 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-01T01:15:22.704Z] 2025-07-01 01:15:22,643 [run_init] DEBUG init version:0.0.0 force:False [2025-07-01T01:15:22.704Z] 2025-07-01 01:15:22,644 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-01T01:15:22.704Z] 2025-07-01 01:15:22,644 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-01T01:15:22.704Z] 2025-07-01 01:15:22,644 [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-01T01:15:24.612Z] 2025-07-01 01:15:24,086 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-07-01T01:15:24.612Z] 2025-07-01 01:15:24,086 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-07-01T01:15:24.612Z] 2025-07-01 01:15:24,086 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:15:24.612Z] 2025-07-01 01:15:24,087 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:15:24.612Z] 4.1.0-dev.4 [Pipeline] } [2025-07-01T01:15:24.620Z] $ docker exec --env ******** --env ******** acd85ed898e33528b1ca244f681a267859f867f9c2ab5d08b917f3ec8831b160 ssh-agent -k [2025-07-01T01:15:24.708Z] unset SSH_AUTH_SOCK; [2025-07-01T01:15:24.708Z] unset SSH_AGENT_PID; [2025-07-01T01:15:24.709Z] echo Agent pid 77 killed; [2025-07-01T01:15:24.715Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T01:15:25.047Z] + git semver [Pipeline] } [2025-07-01T01:15:25.408Z] $ docker stop --time=1 acd85ed898e33528b1ca244f681a267859f867f9c2ab5d08b917f3ec8831b160 [2025-07-01T01:15:26.672Z] $ docker rm -f --volumes acd85ed898e33528b1ca244f681a267859f867f9c2ab5d08b917f3ec8831b160 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-01T01:15:27.020Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-01T01:15:27.224Z] Stashed 1 file(s) [Pipeline] echo [2025-07-01T01:15:27.227Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.4 [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-01T01:15:27.400Z] provisioning config files... [2025-07-01T01:15:27.409Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8804541390481816679tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:15:27.751Z] ---> ****-login.sh [2025-07-01T01:15:27.752Z] nexus3.edgexfoundry.org:10001 [2025-07-01T01:15:27.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:27.752Z] Login Succeeded [2025-07-01T01:15:27.752Z] nexus3.edgexfoundry.org:10002 [2025-07-01T01:15:27.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:27.752Z] Login Succeeded [2025-07-01T01:15:27.752Z] nexus3.edgexfoundry.org:10003 [2025-07-01T01:15:27.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:28.013Z] Login Succeeded [2025-07-01T01:15:28.013Z] nexus3.edgexfoundry.org:10004 [2025-07-01T01:15:28.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:28.013Z] Login Succeeded [2025-07-01T01:15:28.013Z] ****.io [2025-07-01T01:15:28.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:15:28.287Z] Login Succeeded [2025-07-01T01:15:28.287Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T01:15:28.293Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-01T01:15:28.383Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-01T01:15:28.403Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-01T01:15:28.415Z] ========================================================= [2025-07-01T01:15:28.415Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-01T01:15:28.415Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:15:28.760Z] + 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-01T01:15:29.329Z] #0 building with "default" instance using docker driver [2025-07-01T01:15:29.329Z] [2025-07-01T01:15:29.329Z] #1 [internal] load build definition from Dockerfile [2025-07-01T01:15:29.329Z] #1 transferring dockerfile: 1.74kB done [2025-07-01T01:15:29.329Z] #1 DONE 0.0s [2025-07-01T01:15:29.329Z] [2025-07-01T01:15:29.329Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-01T01:15:29.329Z] #2 DONE 0.1s [2025-07-01T01:15:29.587Z] [2025-07-01T01:15:29.587Z] #3 [internal] load .dockerignore [2025-07-01T01:15:29.587Z] #3 transferring context: 193B done [2025-07-01T01:15:29.587Z] #3 DONE 0.0s [2025-07-01T01:15:29.587Z] [2025-07-01T01:15:29.587Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-01T01:15:29.587Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-01T01:15:29.587Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-01T01:15:29.587Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-01T01:15:29.587Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 2.10MB / 3.63MB 0.1s [2025-07-01T01:15:29.587Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.24MB / 74.06MB 0.1s [2025-07-01T01:15:29.587Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-01T01:15:29.587Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-01T01:15:29.587Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done [2025-07-01T01:15:29.587Z] #4 ... [2025-07-01T01:15:29.587Z] [2025-07-01T01:15:29.587Z] #5 [internal] load build context [2025-07-01T01:15:29.587Z] #5 transferring context: 21.59MB 0.2s done [2025-07-01T01:15:29.587Z] #5 DONE 0.2s [2025-07-01T01:15:29.587Z] [2025-07-01T01:15:29.587Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-01T01:15:29.587Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-01T01:15:29.587Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 14.68MB / 74.06MB 0.2s [2025-07-01T01:15:29.587Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-01T01:15:29.587Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-01T01:15:29.587Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 1.05MB / 2.38MB 0.2s [2025-07-01T01:15:29.587Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0B / 100.52MB 0.2s [2025-07-01T01:15:29.587Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-01T01:15:29.847Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 27.64MB / 74.06MB 0.3s [2025-07-01T01:15:29.847Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-01T01:15:29.847Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-01T01:15:29.847Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 6.29MB / 100.52MB 0.3s [2025-07-01T01:15:29.847Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 2.83MB / 13.29MB 0.3s [2025-07-01T01:15:29.847Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-07-01T01:15:29.847Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 56.62MB / 74.06MB 0.5s [2025-07-01T01:15:29.847Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 29.36MB / 100.52MB 0.5s [2025-07-01T01:15:29.847Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s [2025-07-01T01:15:29.847Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-01T01:15:30.106Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s [2025-07-01T01:15:30.106Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 57.67MB / 100.52MB 0.7s [2025-07-01T01:15:30.106Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.5s done [2025-07-01T01:15:30.106Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 81.79MB / 100.52MB 0.8s [2025-07-01T01:15:30.673Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.0s [2025-07-01T01:15:30.673Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 1.1s done [2025-07-01T01:15:30.673Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s done [2025-07-01T01:15:30.673Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-07-01T01:15:35.959Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.4s done [2025-07-01T01:15:35.959Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-01T01:15:35.959Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-01T01:15:35.959Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-01T01:15:35.959Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-01T01:15:35.959Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-01T01:15:35.959Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-01T01:15:35.959Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-01T01:15:38.489Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.6s done [2025-07-01T01:15:38.489Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-01T01:15:38.748Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.5s done [2025-07-01T01:15:38.748Z] #4 DONE 9.4s [2025-07-01T01:15:39.006Z] [2025-07-01T01:15:39.006Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-01T01:15:39.006Z] #6 0.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T01:15:39.265Z] #6 0.383 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T01:15:39.525Z] #6 0.751 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-01T01:15:39.784Z] #6 0.760 (2/4) Installing libedit (20240517.3.1-r0) [2025-07-01T01:15:39.784Z] #6 0.766 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-01T01:15:39.784Z] #6 0.790 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-01T01:15:39.784Z] #6 0.800 Executing busybox-1.36.1-r29.trigger [2025-07-01T01:15:39.784Z] #6 0.807 OK: 252 MiB in 62 packages [2025-07-01T01:15:42.321Z] #6 DONE 3.1s [2025-07-01T01:15:42.321Z] [2025-07-01T01:15:42.321Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-07-01T01:15:42.321Z] #7 DONE 0.0s [2025-07-01T01:15:42.321Z] [2025-07-01T01:15:42.321Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-01T01:15:42.321Z] #8 DONE 0.0s [2025-07-01T01:15:42.321Z] [2025-07-01T01:15:42.321Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-01T01:15:42.356Z] Still waiting to schedule task [2025-07-01T01:15:42.356Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4293’ [2025-07-01T01:16:29.021Z] #9 DONE 43.4s [2025-07-01T01:16:29.021Z] [2025-07-01T01:16:29.021Z] #10 [builder 6/7] COPY . . [2025-07-01T01:16:29.021Z] #10 DONE 0.1s [2025-07-01T01:16:29.021Z] [2025-07-01T01:16:29.021Z] #11 [builder 7/7] RUN echo noop [2025-07-01T01:16:29.021Z] #11 0.202 noop [2025-07-01T01:16:29.021Z] #11 DONE 0.2s [2025-07-01T01:16:29.021Z] [2025-07-01T01:16:29.021Z] #12 exporting to image [2025-07-01T01:16:29.021Z] #12 exporting layers [2025-07-01T01:16:32.307Z] #12 exporting layers 6.5s done [2025-07-01T01:16:32.307Z] #12 writing image sha256:ea6ac2b2787687a820c1dc55d89bed2f0beb1e17db398d9a8c153382e14ccc65 done [2025-07-01T01:16:32.307Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-01T01:16:32.307Z] #12 DONE 6.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:16:32.630Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-01T01:16:32.630Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:16:32.707Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:16:32.738Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-01T01:16:33.035Z] $ docker top aab24a51dc0dabb87d2a55131234fff89bef0b4f34b6167c82fe955702923f44 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T01:16:33.366Z] + go version [2025-07-01T01:16:33.366Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-01T01:16:33.384Z] $ docker stop --time=1 aab24a51dc0dabb87d2a55131234fff89bef0b4f34b6167c82fe955702923f44 [2025-07-01T01:16:34.673Z] $ docker rm -f --volumes aab24a51dc0dabb87d2a55131234fff89bef0b4f34b6167c82fe955702923f44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:16:35.086Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-01T01:16:35.086Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:16:35.160Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:16:35.195Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-07-01T01:16:35.429Z] $ docker top 3d663cbf980c208cb7bd0815919fc55b43b282b0a7c87d24439c5d11e83c6a5e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T01:16:35.762Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-01T01:16:36.064Z] + make test [2025-07-01T01:16:36.065Z] go test ./... -coverprofile=coverage.out ./... [2025-07-01T01:16:37.438Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-01T01:16:55.507Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-01T01:16:55.507Z] ok github.com/edgexfoundry/device-rest-go/driver 0.007s coverage: 32.2% of statements [2025-07-01T01:17:05.473Z] go vet ./... [2025-07-01T01:17:09.656Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-01T01:17:09.656Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-01T01:17:09.656Z] ./bin/test-attribution-txt.sh [2025-07-01T01:17:09.656Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-01T01:17:09.656Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-01T01:17:09.656Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-01T01:17:09.656Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-01T01:17:09.656Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-01T01:17:09.669Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-01T01:17:09.697Z] $ docker stop --time=1 3d663cbf980c208cb7bd0815919fc55b43b282b0a7c87d24439c5d11e83c6a5e [2025-07-01T01:17:12.224Z] $ docker rm -f --volumes 3d663cbf980c208cb7bd0815919fc55b43b282b0a7c87d24439c5d11e83c6a5e [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-01T01:17:12.755Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-01T01:17:12.794Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-01T01:17:13.255Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-01T01:17:13.540Z] + ls -al . [2025-07-01T01:17:13.540Z] total 244 [2025-07-01T01:17:13.540Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 1 01:16 . [2025-07-01T01:17:13.540Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 01:14 .. [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 1 01:15 .dockerignore [2025-07-01T01:17:13.540Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 01:16 .git [2025-07-01T01:17:13.540Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 01:15 .github [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 1 01:15 .gitignore [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 1 01:15 .golangci.yml [2025-07-01T01:17:13.540Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 01:15 .semver [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 1 01:15 Attribution.txt [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 1 01:15 CHANGELOG.md [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 1 01:15 Dockerfile [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 1 01:15 GOVERNANCE.md [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 1 01:15 Jenkinsfile [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 1 01:15 LICENSE [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 1 01:15 Makefile [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 1 01:15 OWNERS.md [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 1 01:15 README.md [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 1 01:15 VERSION [2025-07-01T01:17:13.540Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 01:15 bin [2025-07-01T01:17:13.540Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 01:15 cmd [2025-07-01T01:17:13.540Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 1 01:16 coverage.out [2025-07-01T01:17:13.540Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 01:15 driver [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jul 1 01:15 go.mod [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 1 01:15 go.sum [2025-07-01T01:17:13.540Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 01:15 openapi [2025-07-01T01:17:13.540Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 1 01:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:13.857Z] + 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=d0980f3671d730af7436baa654813d49e60ecc67 --label arch=amd64 --label version=4.1.0-dev.4 . [2025-07-01T01:17:14.116Z] #0 building with "default" instance using docker driver [2025-07-01T01:17:14.117Z] [2025-07-01T01:17:14.117Z] #1 [internal] load build definition from Dockerfile [2025-07-01T01:17:14.117Z] #1 transferring dockerfile: 1.74kB done [2025-07-01T01:17:14.117Z] #1 DONE 0.0s [2025-07-01T01:17:14.117Z] [2025-07-01T01:17:14.117Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-01T01:17:14.117Z] #2 DONE 0.0s [2025-07-01T01:17:14.117Z] [2025-07-01T01:17:14.117Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-01T01:17:14.117Z] #3 DONE 0.2s [2025-07-01T01:17:14.117Z] [2025-07-01T01:17:14.117Z] #4 [internal] load .dockerignore [2025-07-01T01:17:14.117Z] #4 transferring context: 193B done [2025-07-01T01:17:14.117Z] #4 DONE 0.0s [2025-07-01T01:17:14.117Z] [2025-07-01T01:17:14.117Z] #5 [internal] load build context [2025-07-01T01:17:14.117Z] #5 transferring context: 18.46kB done [2025-07-01T01:17:14.117Z] #5 DONE 0.0s [2025-07-01T01:17:14.117Z] [2025-07-01T01:17:14.117Z] #6 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-01T01:17:14.117Z] #6 resolve docker.io/library/alpine:3.20@sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 0.0s done [2025-07-01T01:17:14.117Z] #6 sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f 9.22kB / 9.22kB done [2025-07-01T01:17:14.117Z] #6 sha256:43180c492a5e6cedd8232e8f77a454f666f247586853eecb90258b26688ad1d3 1.02kB / 1.02kB done [2025-07-01T01:17:14.117Z] #6 sha256:ff221270b9fb7387b0ad9ff8f69fbbd841af263842e62217392f18c3b5226f38 581B / 581B done [2025-07-01T01:17:14.117Z] #6 DONE 0.0s [2025-07-01T01:17:14.117Z] [2025-07-01T01:17:14.117Z] #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-01T01:17:14.117Z] #7 DONE 0.1s [2025-07-01T01:17:14.117Z] [2025-07-01T01:17:14.117Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-07-01T01:17:14.683Z] #8 0.270 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T01:17:14.683Z] #8 0.435 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T01:17:14.942Z] #8 ... [2025-07-01T01:17:14.942Z] [2025-07-01T01:17:14.942Z] #9 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-01T01:17:14.942Z] #9 0.205 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T01:17:14.942Z] #9 0.363 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T01:17:14.942Z] #9 0.690 OK: 252 MiB in 62 packages [2025-07-01T01:17:14.942Z] #9 DONE 0.8s [2025-07-01T01:17:14.942Z] [2025-07-01T01:17:14.942Z] #8 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-07-01T01:17:14.942Z] #8 0.761 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-01T01:17:14.942Z] #8 0.766 Executing busybox-1.36.1-r29.trigger [2025-07-01T01:17:14.942Z] #8 0.772 OK: 8 MiB in 15 packages [2025-07-01T01:17:15.201Z] #8 DONE 0.9s [2025-07-01T01:17:15.201Z] [2025-07-01T01:17:15.201Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-07-01T01:17:15.201Z] #10 DONE 0.0s [2025-07-01T01:17:15.201Z] [2025-07-01T01:17:15.201Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-01T01:17:15.201Z] #11 DONE 0.0s [2025-07-01T01:17:15.201Z] [2025-07-01T01:17:15.201Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-01T01:17:15.459Z] #12 DONE 0.5s [2025-07-01T01:17:15.459Z] [2025-07-01T01:17:15.459Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-01T01:17:15.459Z] #13 0.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-01T01:17:15.459Z] #13 0.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-01T01:17:15.717Z] #13 0.668 OK: 8 MiB in 15 packages [2025-07-01T01:17:15.717Z] #13 DONE 0.8s [2025-07-01T01:17:15.717Z] [2025-07-01T01:17:15.717Z] #14 [builder 6/7] COPY . . [2025-07-01T01:17:15.717Z] #14 DONE 0.2s [2025-07-01T01:17:15.717Z] [2025-07-01T01:17:15.717Z] #15 [builder 7/7] RUN make build [2025-07-01T01:17:15.976Z] #15 0.283 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-01T01:17:37.892Z] #15 DONE 21.3s [2025-07-01T01:17:37.892Z] [2025-07-01T01:17:37.892Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-07-01T01:17:37.892Z] #16 DONE 0.2s [2025-07-01T01:17:37.892Z] [2025-07-01T01:17:37.892Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-07-01T01:17:37.892Z] #17 DONE 0.0s [2025-07-01T01:17:37.892Z] [2025-07-01T01:17:37.892Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-01T01:17:37.892Z] #18 DONE 0.0s [2025-07-01T01:17:37.892Z] [2025-07-01T01:17:37.892Z] #19 exporting to image [2025-07-01T01:17:37.892Z] #19 exporting layers 0.1s done [2025-07-01T01:17:37.892Z] #19 writing image sha256:6ae63cf3e1a941384b891b4805ab58f4acd89cbd9392a0d9d383855632d3a095 done [2025-07-01T01:17:37.892Z] #19 naming to docker.io/library/device-rest done [2025-07-01T01:17:37.892Z] #19 DONE 0.1s [2025-07-01T01:17:37.892Z] [2025-07-01T01:17:37.892Z] 1 warning found (use docker --debug to expand): [2025-07-01T01:17:37.892Z]  - 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-01T01:17:38.035Z] provisioning config files... [2025-07-01T01:17:38.044Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config14719062564791938955tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:17:38.343Z] ---> ****-login.sh [2025-07-01T01:17:38.343Z] nexus3.edgexfoundry.org:10001 [2025-07-01T01:17:38.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:17:38.344Z] Login Succeeded [2025-07-01T01:17:38.344Z] nexus3.edgexfoundry.org:10002 [2025-07-01T01:17:38.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:17:38.344Z] Login Succeeded [2025-07-01T01:17:38.344Z] nexus3.edgexfoundry.org:10003 [2025-07-01T01:17:38.344Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:17:38.602Z] Login Succeeded [2025-07-01T01:17:38.602Z] nexus3.edgexfoundry.org:10004 [2025-07-01T01:17:38.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:17:38.602Z] Login Succeeded [2025-07-01T01:17:38.602Z] ****.io [2025-07-01T01:17:38.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:17:38.860Z] Login Succeeded [2025-07-01T01:17:38.861Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T01:17:38.867Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-01T01:17:38.921Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-01T01:17:38.958Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-07-01T01:17:38.958Z] d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:17:38.958Z] latest [2025-07-01T01:17:38.958Z] 4.1.0-dev.4 [2025-07-01T01:17:38.958Z] d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:17:38.958Z] main [2025-07-01T01:17:38.958Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:39.302Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:39.635Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:17:39.635Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-01T01:17:39.635Z] 9ed2dee1e07f: Preparing [2025-07-01T01:17:39.635Z] 574129c3d7ac: Preparing [2025-07-01T01:17:39.635Z] 0ad1e2f7839f: Preparing [2025-07-01T01:17:39.635Z] 85d45c18884b: Preparing [2025-07-01T01:17:39.635Z] 6f05b753f7e8: Preparing [2025-07-01T01:17:39.635Z] 994456c4fd7b: Preparing [2025-07-01T01:17:39.635Z] 994456c4fd7b: Waiting [2025-07-01T01:17:39.635Z] 574129c3d7ac: Pushed [2025-07-01T01:17:39.635Z] 6f05b753f7e8: Pushed [2025-07-01T01:17:39.635Z] 994456c4fd7b: Layer already exists [2025-07-01T01:17:39.635Z] 9ed2dee1e07f: Pushed [2025-07-01T01:17:39.635Z] 85d45c18884b: Pushed [2025-07-01T01:17:42.925Z] 0ad1e2f7839f: Pushed [2025-07-01T01:17:42.925Z] d0980f3671d730af7436baa654813d49e60ecc67: digest: sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:43.255Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:43.572Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-01T01:17:43.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-01T01:17:43.572Z] 9ed2dee1e07f: Preparing [2025-07-01T01:17:43.573Z] 574129c3d7ac: Preparing [2025-07-01T01:17:43.573Z] 0ad1e2f7839f: Preparing [2025-07-01T01:17:43.573Z] 85d45c18884b: Preparing [2025-07-01T01:17:43.573Z] 6f05b753f7e8: Preparing [2025-07-01T01:17:43.573Z] 994456c4fd7b: Preparing [2025-07-01T01:17:43.573Z] 994456c4fd7b: Waiting [2025-07-01T01:17:43.573Z] 9ed2dee1e07f: Layer already exists [2025-07-01T01:17:43.573Z] 6f05b753f7e8: Layer already exists [2025-07-01T01:17:43.573Z] 0ad1e2f7839f: Layer already exists [2025-07-01T01:17:43.573Z] 574129c3d7ac: Layer already exists [2025-07-01T01:17:43.573Z] 85d45c18884b: Layer already exists [2025-07-01T01:17:43.573Z] 994456c4fd7b: Layer already exists [2025-07-01T01:17:43.573Z] latest: digest: sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:43.894Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:44.304Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4 [2025-07-01T01:17:44.304Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-01T01:17:44.304Z] 9ed2dee1e07f: Preparing [2025-07-01T01:17:44.304Z] 574129c3d7ac: Preparing [2025-07-01T01:17:44.304Z] 0ad1e2f7839f: Preparing [2025-07-01T01:17:44.304Z] 85d45c18884b: Preparing [2025-07-01T01:17:44.304Z] 6f05b753f7e8: Preparing [2025-07-01T01:17:44.304Z] 994456c4fd7b: Preparing [2025-07-01T01:17:44.304Z] 994456c4fd7b: Waiting [2025-07-01T01:17:44.304Z] 574129c3d7ac: Layer already exists [2025-07-01T01:17:44.304Z] 85d45c18884b: Layer already exists [2025-07-01T01:17:44.304Z] 9ed2dee1e07f: Layer already exists [2025-07-01T01:17:44.304Z] 6f05b753f7e8: Layer already exists [2025-07-01T01:17:44.304Z] 0ad1e2f7839f: Layer already exists [2025-07-01T01:17:44.304Z] 994456c4fd7b: Layer already exists [2025-07-01T01:17:44.304Z] 4.1.0-dev.4: digest: sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:44.632Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:44.959Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:17:44.959Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-01T01:17:44.959Z] 9ed2dee1e07f: Preparing [2025-07-01T01:17:44.959Z] 574129c3d7ac: Preparing [2025-07-01T01:17:44.959Z] 0ad1e2f7839f: Preparing [2025-07-01T01:17:44.959Z] 85d45c18884b: Preparing [2025-07-01T01:17:44.959Z] 6f05b753f7e8: Preparing [2025-07-01T01:17:44.959Z] 994456c4fd7b: Preparing [2025-07-01T01:17:44.959Z] 994456c4fd7b: Waiting [2025-07-01T01:17:44.959Z] 6f05b753f7e8: Layer already exists [2025-07-01T01:17:44.959Z] 9ed2dee1e07f: Layer already exists [2025-07-01T01:17:44.959Z] 85d45c18884b: Layer already exists [2025-07-01T01:17:44.959Z] 0ad1e2f7839f: Layer already exists [2025-07-01T01:17:44.959Z] 574129c3d7ac: Layer already exists [2025-07-01T01:17:44.959Z] 994456c4fd7b: Layer already exists [2025-07-01T01:17:44.959Z] d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4: digest: sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:45.278Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:17:45.620Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-01T01:17:45.620Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-01T01:17:45.620Z] 9ed2dee1e07f: Preparing [2025-07-01T01:17:45.620Z] 574129c3d7ac: Preparing [2025-07-01T01:17:45.620Z] 0ad1e2f7839f: Preparing [2025-07-01T01:17:45.620Z] 85d45c18884b: Preparing [2025-07-01T01:17:45.620Z] 6f05b753f7e8: Preparing [2025-07-01T01:17:45.620Z] 994456c4fd7b: Preparing [2025-07-01T01:17:45.620Z] 994456c4fd7b: Waiting [2025-07-01T01:17:45.620Z] 9ed2dee1e07f: Layer already exists [2025-07-01T01:17:45.620Z] 6f05b753f7e8: Layer already exists [2025-07-01T01:17:45.620Z] 0ad1e2f7839f: Layer already exists [2025-07-01T01:17:45.620Z] 574129c3d7ac: Layer already exists [2025-07-01T01:17:45.620Z] 85d45c18884b: Layer already exists [2025-07-01T01:17:45.620Z] 994456c4fd7b: Layer already exists [2025-07-01T01:17:45.620Z] main: digest: sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-01T01:17:45.699Z] ===================================================== [Pipeline] echo [2025-07-01T01:17:45.713Z] taggedImages: [2025-07-01T01:17:45.713Z] - nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:17:45.713Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-01T01:17:45.713Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4 [2025-07-01T01:17:45.713Z] - nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:17:45.713Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-07-01T01:17:45.758Z] ========================================================= [2025-07-01T01:17:45.758Z] [edgeXBuildMultiArch] RAW Config: [2025-07-01T01:17:45.758Z] images: [2025-07-01T01:17:45.758Z] - nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:17:45.758Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-01T01:17:45.758Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4 [2025-07-01T01:17:45.758Z] - nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:17:45.758Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-01T01:17:45.758Z] settingsFile: [2025-07-01T01:17:45.758Z] device-rest-go-settings [2025-07-01T01:17:45.758Z] ========================================================= [Pipeline] node [2025-07-01T01:18:00.761Z] Still waiting to schedule task [2025-07-01T01:18:00.762Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-01T01:18:30.911Z] Running on prd-centos7-docker-4c-2g-4298 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T01:18:30.960Z] provisioning config files... [2025-07-01T01:18:31.030Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config8384778243236497675tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:18:32.639Z] ---> ****-login.sh [2025-07-01T01:18:32.639Z] nexus3.edgexfoundry.org:10001 [2025-07-01T01:18:33.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:18:33.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:18:33.872Z] Configure a credential helper to remove this warning. See [2025-07-01T01:18:33.872Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:18:33.872Z] [2025-07-01T01:18:33.872Z] Login Succeeded [2025-07-01T01:18:33.872Z] nexus3.edgexfoundry.org:10002 [2025-07-01T01:18:33.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:18:34.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:18:34.148Z] Configure a credential helper to remove this warning. See [2025-07-01T01:18:34.148Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:18:34.148Z] [2025-07-01T01:18:34.148Z] Login Succeeded [2025-07-01T01:18:34.148Z] nexus3.edgexfoundry.org:10003 [2025-07-01T01:18:34.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:18:34.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:18:34.148Z] Configure a credential helper to remove this warning. See [2025-07-01T01:18:34.148Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:18:34.148Z] [2025-07-01T01:18:34.148Z] Login Succeeded [2025-07-01T01:18:34.148Z] nexus3.edgexfoundry.org:10004 [2025-07-01T01:18:34.148Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:18:34.148Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:18:34.149Z] Configure a credential helper to remove this warning. See [2025-07-01T01:18:34.149Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:18:34.149Z] [2025-07-01T01:18:34.149Z] Login Succeeded [2025-07-01T01:18:34.149Z] ****.io [2025-07-01T01:18:34.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:18:34.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:18:34.415Z] Configure a credential helper to remove this warning. See [2025-07-01T01:18:34.415Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:18:34.415Z] [2025-07-01T01:18:34.415Z] Login Succeeded [2025-07-01T01:18:34.415Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T01:18:34.426Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T01:18:34.802Z] + docker buildx ls [2025-07-01T01:18:34.802Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-01T01:18:34.802Z] default * docker [2025-07-01T01:18:34.802Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-01T01:18:35.102Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-01T01:18:35.102Z] edgex-builder [Pipeline] sh [2025-07-01T01:18:35.398Z] + docker buildx inspect --bootstrap [2025-07-01T01:18:35.398Z] #1 [internal] booting buildkit [2025-07-01T01:18:35.398Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-01T01:18:39.628Z] #1 pulling image moby/buildkit:buildx-stable-1 3.7s done [2025-07-01T01:18:39.628Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-01T01:18:40.196Z] #1 creating container buildx_buildkit_edgex-builder0 1.2s done [2025-07-01T01:18:40.197Z] #1 DONE 4.9s [2025-07-01T01:18:40.197Z] Name: edgex-builder [2025-07-01T01:18:40.197Z] Driver: docker-container [2025-07-01T01:18:40.197Z] [2025-07-01T01:18:40.197Z] Nodes: [2025-07-01T01:18:40.197Z] Name: edgex-builder0 [2025-07-01T01:18:40.197Z] Endpoint: unix:///var/run/docker.sock [2025-07-01T01:18:40.197Z] Status: running [2025-07-01T01:18:40.197Z] Buildkit: v0.22.0 [2025-07-01T01:18:40.197Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-01T01:18:40.489Z] + docker buildx ls [2025-07-01T01:18:40.489Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-01T01:18:40.489Z] edgex-builder * docker-container [2025-07-01T01:18:40.489Z] 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-01T01:18:40.489Z] default docker [2025-07-01T01:18:40.489Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-01T01:18:40.786Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67' [2025-07-01T01:18:40.786Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67 --push - [2025-07-01T01:18:40.786Z] #1 [internal] load build definition from Dockerfile [2025-07-01T01:18:40.786Z] #1 transferring dockerfile: 196B done [2025-07-01T01:18:40.786Z] #1 DONE 0.0s [2025-07-01T01:18:40.786Z] [2025-07-01T01:18:40.786Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:18:40.786Z] #2 DONE 0.1s [2025-07-01T01:18:40.786Z] [2025-07-01T01:18:40.786Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:18:41.046Z] #3 DONE 0.1s [2025-07-01T01:18:41.046Z] [2025-07-01T01:18:41.046Z] #4 [internal] load .dockerignore [2025-07-01T01:18:41.046Z] #4 transferring context: 2B done [2025-07-01T01:18:41.046Z] #4 DONE 0.0s [2025-07-01T01:18:41.046Z] [2025-07-01T01:18:41.046Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:41.046Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:41.046Z] #5 DONE 0.0s [2025-07-01T01:18:41.046Z] [2025-07-01T01:18:41.046Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:41.046Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:41.046Z] #6 DONE 0.1s [2025-07-01T01:18:41.046Z] [2025-07-01T01:18:41.046Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-01T01:18:41.046Z] #7 DONE 0.0s [2025-07-01T01:18:41.046Z] [2025-07-01T01:18:41.046Z] #8 exporting to image [2025-07-01T01:18:41.046Z] #8 exporting layers done [2025-07-01T01:18:41.046Z] #8 exporting manifest sha256:7f48d201d4804871ea9539599ad240d9c26e51a56b2d62423f3008369b7a4006 0.0s done [2025-07-01T01:18:41.046Z] #8 exporting config sha256:6ae63cf3e1a941384b891b4805ab58f4acd89cbd9392a0d9d383855632d3a095 done [2025-07-01T01:18:41.046Z] #8 exporting manifest sha256:3ecbc718bfcf818fee294962bd272383ba89ae21259c2ba2eae391417bd74ad9 done [2025-07-01T01:18:41.046Z] #8 exporting config sha256:ca6dedda1049e65de1443fea472f2dfc970265bdd7a029202b19d3ac552c247b done [2025-07-01T01:18:41.046Z] #8 exporting manifest list sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 done [2025-07-01T01:18:41.046Z] #8 pushing layers 0.1s done [2025-07-01T01:18:41.046Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67@sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 [2025-07-01T01:18:41.046Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T01:18:41.305Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67@sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 0.1s done [2025-07-01T01:18:41.305Z] #8 DONE 0.2s [2025-07-01T01:18:41.305Z] [2025-07-01T01:18:41.305Z] 1 warning found (use --debug to expand): [2025-07-01T01:18:41.305Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-01T01:18:41.597Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-07-01T01:18:41.597Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-07-01T01:18:41.857Z] #1 [internal] load build definition from Dockerfile [2025-07-01T01:18:41.857Z] #1 transferring dockerfile: 162B done [2025-07-01T01:18:41.857Z] #1 DONE 0.0s [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-01T01:18:41.857Z] #2 DONE 0.0s [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-01T01:18:41.857Z] #3 DONE 0.0s [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] #4 [internal] load .dockerignore [2025-07-01T01:18:41.857Z] #4 transferring context: 2B done [2025-07-01T01:18:41.857Z] #4 DONE 0.0s [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:41.857Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:41.857Z] #5 DONE 0.0s [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:41.857Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:41.857Z] #6 CACHED [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:41.857Z] #5 CACHED [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-01T01:18:41.857Z] #7 DONE 0.0s [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] #8 exporting to image [2025-07-01T01:18:41.857Z] #8 exporting layers done [2025-07-01T01:18:41.857Z] #8 exporting manifest sha256:7f48d201d4804871ea9539599ad240d9c26e51a56b2d62423f3008369b7a4006 done [2025-07-01T01:18:41.857Z] #8 exporting config sha256:6ae63cf3e1a941384b891b4805ab58f4acd89cbd9392a0d9d383855632d3a095 done [2025-07-01T01:18:41.857Z] #8 exporting manifest sha256:3ecbc718bfcf818fee294962bd272383ba89ae21259c2ba2eae391417bd74ad9 done [2025-07-01T01:18:41.857Z] #8 exporting config sha256:ca6dedda1049e65de1443fea472f2dfc970265bdd7a029202b19d3ac552c247b done [2025-07-01T01:18:41.857Z] #8 exporting manifest list sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 done [2025-07-01T01:18:41.857Z] #8 pushing layers 0.0s done [2025-07-01T01:18:41.857Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 0.1s done [2025-07-01T01:18:41.857Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T01:18:41.857Z] #8 DONE 0.1s [2025-07-01T01:18:41.857Z] [2025-07-01T01:18:41.857Z] 1 warning found (use --debug to expand): [2025-07-01T01:18:41.857Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-01T01:18:42.164Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4 --push - [2025-07-01T01:18:42.164Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4' [2025-07-01T01:18:42.164Z] #1 [internal] load build definition from Dockerfile [2025-07-01T01:18:42.164Z] #1 transferring dockerfile: 167B done [2025-07-01T01:18:42.164Z] #1 DONE 0.0s [2025-07-01T01:18:42.164Z] [2025-07-01T01:18:42.164Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4 [2025-07-01T01:18:42.164Z] #2 DONE 0.0s [2025-07-01T01:18:42.164Z] [2025-07-01T01:18:42.164Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4 [2025-07-01T01:18:42.164Z] #3 DONE 0.0s [2025-07-01T01:18:42.164Z] [2025-07-01T01:18:42.164Z] #4 [internal] load .dockerignore [2025-07-01T01:18:42.164Z] #4 transferring context: 2B done [2025-07-01T01:18:42.164Z] #4 DONE 0.0s [2025-07-01T01:18:42.164Z] [2025-07-01T01:18:42.164Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:42.164Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:42.164Z] #5 CACHED [2025-07-01T01:18:42.164Z] [2025-07-01T01:18:42.164Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:42.429Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:42.429Z] #6 CACHED [2025-07-01T01:18:42.429Z] [2025-07-01T01:18:42.429Z] #7 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-01T01:18:42.429Z] #7 DONE 0.0s [2025-07-01T01:18:42.429Z] [2025-07-01T01:18:42.429Z] #8 exporting to image [2025-07-01T01:18:42.429Z] #8 exporting layers done [2025-07-01T01:18:42.429Z] #8 exporting manifest sha256:7f48d201d4804871ea9539599ad240d9c26e51a56b2d62423f3008369b7a4006 done [2025-07-01T01:18:42.429Z] #8 exporting config sha256:6ae63cf3e1a941384b891b4805ab58f4acd89cbd9392a0d9d383855632d3a095 done [2025-07-01T01:18:42.429Z] #8 exporting manifest sha256:3ecbc718bfcf818fee294962bd272383ba89ae21259c2ba2eae391417bd74ad9 done [2025-07-01T01:18:42.429Z] #8 exporting config sha256:ca6dedda1049e65de1443fea472f2dfc970265bdd7a029202b19d3ac552c247b done [2025-07-01T01:18:42.429Z] #8 exporting manifest list sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 done [2025-07-01T01:18:42.429Z] #8 pushing layers 0.0s done [2025-07-01T01:18:42.429Z] #8 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.4@sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 0.1s done [2025-07-01T01:18:42.429Z] #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T01:18:42.429Z] #8 DONE 0.1s [2025-07-01T01:18:42.429Z] [2025-07-01T01:18:42.429Z] 1 warning found (use --debug to expand): [2025-07-01T01:18:42.429Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-01T01:18:42.718Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4' [2025-07-01T01:18:42.718Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 --push - [2025-07-01T01:18:42.978Z] #1 [internal] load build definition from Dockerfile [2025-07-01T01:18:42.978Z] #1 transferring dockerfile: 208B done [2025-07-01T01:18:42.978Z] #1 DONE 0.0s [2025-07-01T01:18:42.978Z] [2025-07-01T01:18:42.978Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:18:42.978Z] #2 DONE 0.0s [2025-07-01T01:18:42.978Z] [2025-07-01T01:18:42.978Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:18:42.978Z] #3 DONE 0.0s [2025-07-01T01:18:42.978Z] [2025-07-01T01:18:42.978Z] #4 [internal] load .dockerignore [2025-07-01T01:18:42.978Z] #4 transferring context: 2B done [2025-07-01T01:18:42.978Z] #4 DONE 0.0s [2025-07-01T01:18:42.978Z] [2025-07-01T01:18:42.978Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:42.978Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:42.978Z] #5 CACHED [2025-07-01T01:18:42.978Z] [2025-07-01T01:18:42.978Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:42.978Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:42.978Z] #6 CACHED [2025-07-01T01:18:42.978Z] [2025-07-01T01:18:42.978Z] #7 exporting to image [2025-07-01T01:18:42.978Z] #7 exporting layers done [2025-07-01T01:18:42.978Z] #7 exporting manifest sha256:7f48d201d4804871ea9539599ad240d9c26e51a56b2d62423f3008369b7a4006 done [2025-07-01T01:18:42.978Z] #7 exporting config sha256:6ae63cf3e1a941384b891b4805ab58f4acd89cbd9392a0d9d383855632d3a095 done [2025-07-01T01:18:42.978Z] #7 exporting manifest sha256:3ecbc718bfcf818fee294962bd272383ba89ae21259c2ba2eae391417bd74ad9 done [2025-07-01T01:18:42.978Z] #7 exporting config sha256:ca6dedda1049e65de1443fea472f2dfc970265bdd7a029202b19d3ac552c247b done [2025-07-01T01:18:42.978Z] #7 exporting manifest list sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 done [2025-07-01T01:18:42.978Z] #7 pushing layers 0.0s done [2025-07-01T01:18:42.978Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4@sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 [2025-07-01T01:18:42.978Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T01:18:42.978Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4@sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 0.1s done [2025-07-01T01:18:42.978Z] #7 DONE 0.1s [2025-07-01T01:18:42.978Z] [2025-07-01T01:18:42.978Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-01T01:18:42.978Z] #8 DONE 0.0s [2025-07-01T01:18:42.978Z] [2025-07-01T01:18:42.978Z] 1 warning found (use --debug to expand): [2025-07-01T01:18:42.978Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-01T01:18:43.270Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-07-01T01:18:43.270Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-07-01T01:18:43.529Z] #1 [internal] load build definition from Dockerfile [2025-07-01T01:18:43.529Z] #1 transferring dockerfile: 160B done [2025-07-01T01:18:43.529Z] #1 DONE 0.0s [2025-07-01T01:18:43.529Z] [2025-07-01T01:18:43.529Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-01T01:18:43.529Z] #2 DONE 0.0s [2025-07-01T01:18:43.529Z] [2025-07-01T01:18:43.529Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-01T01:18:43.529Z] #3 DONE 0.0s [2025-07-01T01:18:43.529Z] [2025-07-01T01:18:43.529Z] #4 [internal] load .dockerignore [2025-07-01T01:18:43.529Z] #4 transferring context: 2B done [2025-07-01T01:18:43.529Z] #4 DONE 0.0s [2025-07-01T01:18:43.529Z] [2025-07-01T01:18:43.529Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:43.529Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:43.529Z] #5 CACHED [2025-07-01T01:18:43.529Z] [2025-07-01T01:18:43.529Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 [2025-07-01T01:18:43.529Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:df62e735fd964205e54989b671e932b7019d5af9b7491a0bbaf7587e200ab885 0.0s done [2025-07-01T01:18:43.529Z] #6 CACHED [2025-07-01T01:18:43.529Z] [2025-07-01T01:18:43.529Z] #7 exporting to image [2025-07-01T01:18:43.529Z] #7 exporting layers done [2025-07-01T01:18:43.529Z] #7 exporting manifest sha256:7f48d201d4804871ea9539599ad240d9c26e51a56b2d62423f3008369b7a4006 done [2025-07-01T01:18:43.529Z] #7 exporting config sha256:6ae63cf3e1a941384b891b4805ab58f4acd89cbd9392a0d9d383855632d3a095 done [2025-07-01T01:18:43.529Z] #7 exporting manifest sha256:3ecbc718bfcf818fee294962bd272383ba89ae21259c2ba2eae391417bd74ad9 done [2025-07-01T01:18:43.529Z] #7 exporting config sha256:ca6dedda1049e65de1443fea472f2dfc970265bdd7a029202b19d3ac552c247b done [2025-07-01T01:18:43.529Z] #7 exporting manifest list sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 done [2025-07-01T01:18:43.529Z] #7 pushing layers 0.0s done [2025-07-01T01:18:43.529Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 [2025-07-01T01:18:43.529Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-01T01:18:43.529Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:d0792231eab8dd3c5a18fff073ca843ae12b13ba89979e437bf98e2c413971c1 0.1s done [2025-07-01T01:18:43.529Z] #7 DONE 0.1s [2025-07-01T01:18:43.529Z] [2025-07-01T01:18:43.529Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-01T01:18:43.529Z] #8 DONE 0.0s [2025-07-01T01:18:43.529Z] [2025-07-01T01:18:43.529Z] 1 warning found (use --debug to expand): [2025-07-01T01:18:43.529Z]  - 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-01T01:18:43.916Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:18:44.208Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:18:44.761Z] ---> package-listing.sh [2025-07-01T01:18:44.761Z] ++ facter osfamily [2025-07-01T01:18:44.761Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-01T01:18:45.025Z] + OS_FAMILY=redhat [2025-07-01T01:18:45.025Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-01T01:18:45.025Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-01T01:18:45.025Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-01T01:18:45.025Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-01T01:18:45.025Z] + PACKAGES=/tmp/packages_start.txt [2025-07-01T01:18:45.025Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-01T01:18:45.025Z] + PACKAGES=/tmp/packages_end.txt [2025-07-01T01:18:45.025Z] + case "${OS_FAMILY}" in [2025-07-01T01:18:45.025Z] + rpm -qa [2025-07-01T01:18:45.025Z] + sort [2025-07-01T01:18:45.594Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-01T01:18:45.594Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-01T01:18:45.594Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-01T01:18:45.594Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-01T01:18:45.594Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-01T01:18:45.594Z] + 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-01T01:18:45.606Z] 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-01T01:18:45.902Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:18:46.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T01:18:46.470Z] [2025-07-01T01:18:46.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:18:46.796Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T01:18:46.796Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-01T01:18:46.796Z] 5eb5b503b376: Pulling fs layer [2025-07-01T01:18:46.796Z] 5c69ac0246d0: Pulling fs layer [2025-07-01T01:18:46.796Z] ec43610c2a17: Pulling fs layer [2025-07-01T01:18:46.796Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-01T01:18:46.796Z] 33b1e0a273af: Pulling fs layer [2025-07-01T01:18:46.796Z] 5d3b04190fa2: Pulling fs layer [2025-07-01T01:18:46.796Z] 2f39f015ded8: Pulling fs layer [2025-07-01T01:18:46.796Z] 33b1e0a273af: Waiting [2025-07-01T01:18:46.796Z] 5d3b04190fa2: Waiting [2025-07-01T01:18:46.796Z] 2f39f015ded8: Waiting [2025-07-01T01:18:46.796Z] 3a2ae6a8a46f: Waiting [2025-07-01T01:18:46.796Z] 5c69ac0246d0: Verifying Checksum [2025-07-01T01:18:46.796Z] 5c69ac0246d0: Download complete [2025-07-01T01:18:46.796Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-01T01:18:46.796Z] 3a2ae6a8a46f: Download complete [2025-07-01T01:18:46.796Z] 33b1e0a273af: Verifying Checksum [2025-07-01T01:18:46.796Z] 33b1e0a273af: Download complete [2025-07-01T01:18:46.796Z] 5d3b04190fa2: Download complete [2025-07-01T01:18:46.796Z] ec43610c2a17: Verifying Checksum [2025-07-01T01:18:46.796Z] ec43610c2a17: Download complete [2025-07-01T01:18:47.056Z] 5eb5b503b376: Verifying Checksum [2025-07-01T01:18:47.056Z] 5eb5b503b376: Download complete [2025-07-01T01:18:47.641Z] 2f39f015ded8: Verifying Checksum [2025-07-01T01:18:47.641Z] 2f39f015ded8: Download complete [2025-07-01T01:18:48.583Z] 5eb5b503b376: Pull complete [2025-07-01T01:18:48.583Z] 5c69ac0246d0: Pull complete [2025-07-01T01:18:48.846Z] ec43610c2a17: Pull complete [2025-07-01T01:18:48.846Z] 3a2ae6a8a46f: Pull complete [2025-07-01T01:18:49.104Z] 33b1e0a273af: Pull complete [2025-07-01T01:18:49.366Z] 5d3b04190fa2: Pull complete [2025-07-01T01:18:53.594Z] 2f39f015ded8: Pull complete [2025-07-01T01:18:53.594Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-01T01:18:53.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T01:18:53.594Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:18:53.747Z] prd-centos7-docker-4c-2g-4298 does not seem to be running inside a container [2025-07-01T01:18:53.821Z] $ 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-01T01:18:57.133Z] $ docker top 5172ca5b80597970c9cb287b663b2f0bad71d4c32f3fe7600c54fbb0c3ab71cb -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T01:18:57.488Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-01T01:18:57.775Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-01T01:18:58.058Z] + ls /var/log/sa-host [2025-07-01T01:18:58.058Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T01:18:58.155Z] provisioning config files... [2025-07-01T01:18:58.164Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config2360044183684427480tmp [Pipeline] { [Pipeline] echo [2025-07-01T01:18:58.183Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:18:58.472Z] ---> create-netrc.sh [Pipeline] } [2025-07-01T01:18:58.478Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:18:58.818Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-01T01:18:58.828Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:18:59.117Z] ---> sudo-logs.sh [2025-07-01T01:18:59.117Z] Archiving 'sudo' log.. [2025-07-01T01:18:59.117Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4298.novalocal: Name or service not known [2025-07-01T01:18:59.117Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-4298.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-01T01:18:59.140Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:18:59.429Z] ---> job-cost.sh [2025-07-01T01:18:59.429Z] lf-activate-venv: SKIPPING [2025-07-01T01:18:59.429Z] INFO: No Stack... [2025-07-01T01:18:59.687Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-01T01:18:59.946Z] INFO: Archiving Costs [Pipeline] echo [2025-07-01T01:18:59.961Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:19:00.248Z] ---> logs-deploy.sh [2025-07-01T01:19:00.248Z] lf-activate-venv: SKIPPING [2025-07-01T01:19:00.248Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/203 [2025-07-01T01:19:00.248Z] INFO: archiving workspace using pattern(s): [2025-07-01T01:19:01.185Z] Archives upload complete. [2025-07-01T01:19:01.185Z] INFO: archiving logs to Nexus [2025-07-01T01:19:01.771Z] ---> uname -a: [2025-07-01T01:19:01.771Z] Linux prd-centos7-docker-4c-2g-4298.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-01T01:19:01.771Z] [2025-07-01T01:19:01.771Z] [2025-07-01T01:19:01.771Z] ---> lscpu: [2025-07-01T01:19:01.771Z] Architecture: x86_64 [2025-07-01T01:19:01.771Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-01T01:19:01.771Z] Byte Order: Little Endian [2025-07-01T01:19:01.771Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-01T01:19:01.771Z] CPU(s): 2 [2025-07-01T01:19:01.771Z] On-line CPU(s) list: 0,1 [2025-07-01T01:19:01.771Z] Thread(s) per core: 1 [2025-07-01T01:19:01.771Z] Core(s) per socket: 1 [2025-07-01T01:19:01.771Z] Socket(s): 2 [2025-07-01T01:19:01.771Z] NUMA node(s): 1 [2025-07-01T01:19:01.771Z] Vendor ID: AuthenticAMD [2025-07-01T01:19:01.771Z] CPU family: 23 [2025-07-01T01:19:01.771Z] Model: 49 [2025-07-01T01:19:01.771Z] Model name: AMD EPYC-Rome Processor [2025-07-01T01:19:01.771Z] Stepping: 0 [2025-07-01T01:19:01.771Z] CPU MHz: 2799.998 [2025-07-01T01:19:01.771Z] BogoMIPS: 5599.99 [2025-07-01T01:19:01.771Z] Virtualization: AMD-V [2025-07-01T01:19:01.771Z] Hypervisor vendor: KVM [2025-07-01T01:19:01.771Z] Virtualization type: full [2025-07-01T01:19:01.771Z] L1d cache: 64 KiB [2025-07-01T01:19:01.771Z] L1i cache: 64 KiB [2025-07-01T01:19:01.771Z] L2 cache: 1 MiB [2025-07-01T01:19:01.771Z] L3 cache: 32 MiB [2025-07-01T01:19:01.771Z] NUMA node0 CPU(s): 0,1 [2025-07-01T01:19:01.771Z] Vulnerability Itlb multihit: Not affected [2025-07-01T01:19:01.771Z] Vulnerability L1tf: Not affected [2025-07-01T01:19:01.771Z] Vulnerability Mds: Not affected [2025-07-01T01:19:01.771Z] Vulnerability Meltdown: Not affected [2025-07-01T01:19:01.771Z] Vulnerability Mmio stale data: Not affected [2025-07-01T01:19:01.771Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-01T01:19:01.771Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-01T01:19:01.771Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-01T01:19:01.771Z] Vulnerability Srbds: Not affected [2025-07-01T01:19:01.771Z] Vulnerability Tsx async abort: Not affected [2025-07-01T01:19:01.771Z] 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-01T01:19:01.771Z] [2025-07-01T01:19:01.771Z] [2025-07-01T01:19:01.771Z] ---> nproc: [2025-07-01T01:19:01.771Z] 2 [2025-07-01T01:19:01.771Z] [2025-07-01T01:19:01.771Z] [2025-07-01T01:19:01.771Z] ---> df -h: [2025-07-01T01:19:01.771Z] Filesystem Size Used Avail Use% Mounted on [2025-07-01T01:19:01.771Z] overlay 40G 7.3G 33G 19% / [2025-07-01T01:19:01.771Z] tmpfs 64M 0 64M 0% /dev [2025-07-01T01:19:01.771Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-01T01:19:01.771Z] shm 64M 0 64M 0% /dev/shm [2025-07-01T01:19:01.771Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-01T01:19:01.771Z] [2025-07-01T01:19:01.771Z] [2025-07-01T01:19:01.771Z] Cannot open /var/log/sysstat/sa01: No such file or directory [2025-07-01T01:19:01.771Z] Please check if data collecting is enabled [2025-07-01T01:19:01.771Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-01T01:19:02.070Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-01T01:19:02.078Z] $ docker stop --time=1 5172ca5b80597970c9cb287b663b2f0bad71d4c32f3fe7600c54fbb0c3ab71cb [2025-07-01T01:19:03.223Z] $ docker rm -f --volumes 5172ca5b80597970c9cb287b663b2f0bad71d4c32f3fe7600c54fbb0c3ab71cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-01T01:19:03.310Z] [WS-CLEANUP] Deleting project workspace... [2025-07-01T01:19:03.310Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-01T01:19:03.327Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [2025-07-01T01:19:03.368Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4297 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] } [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Snap) [Pipeline] ws [2025-07-01T01:19:03.407Z] Running in /w/workspace/device-rest-go/203 [Pipeline] { [Pipeline] checkout Stage "Snap" skipped due to when conditional [2025-07-01T01:19:06.462Z] The recommended git tool is: git [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:19:06.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T01:19:06.800Z] [2025-07-01T01:19:06.800Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:19:07.103Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T01:19:07.103Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-01T01:19:07.103Z] 5eb5b503b376: Pulling fs layer [2025-07-01T01:19:07.103Z] 5c69ac0246d0: Pulling fs layer [2025-07-01T01:19:07.103Z] ec43610c2a17: Pulling fs layer [2025-07-01T01:19:07.103Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-01T01:19:07.103Z] 33b1e0a273af: Pulling fs layer [2025-07-01T01:19:07.103Z] 5d3b04190fa2: Pulling fs layer [2025-07-01T01:19:07.103Z] 2f39f015ded8: Pulling fs layer [2025-07-01T01:19:07.103Z] 3a2ae6a8a46f: Waiting [2025-07-01T01:19:07.103Z] 33b1e0a273af: Waiting [2025-07-01T01:19:07.103Z] 5d3b04190fa2: Waiting [2025-07-01T01:19:07.103Z] 2f39f015ded8: Waiting [2025-07-01T01:19:07.103Z] 5c69ac0246d0: Download complete [2025-07-01T01:19:07.103Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-01T01:19:07.103Z] 3a2ae6a8a46f: Download complete [2025-07-01T01:19:07.103Z] 33b1e0a273af: Verifying Checksum [2025-07-01T01:19:07.103Z] 33b1e0a273af: Download complete [2025-07-01T01:19:07.103Z] 5d3b04190fa2: Verifying Checksum [2025-07-01T01:19:07.103Z] 5d3b04190fa2: Download complete [2025-07-01T01:19:07.363Z] ec43610c2a17: Verifying Checksum [2025-07-01T01:19:07.363Z] ec43610c2a17: Download complete [2025-07-01T01:19:07.363Z] 5eb5b503b376: Verifying Checksum [2025-07-01T01:19:07.363Z] 5eb5b503b376: Download complete [2025-07-01T01:19:07.929Z] 2f39f015ded8: Verifying Checksum [2025-07-01T01:19:07.929Z] 2f39f015ded8: Download complete [2025-07-01T01:19:08.863Z] 5eb5b503b376: Pull complete [2025-07-01T01:19:09.119Z] 5c69ac0246d0: Pull complete [2025-07-01T01:19:09.379Z] ec43610c2a17: Pull complete [2025-07-01T01:19:09.639Z] 3a2ae6a8a46f: Pull complete [2025-07-01T01:19:09.639Z] 33b1e0a273af: Pull complete [2025-07-01T01:19:09.896Z] 5d3b04190fa2: Pull complete [2025-07-01T01:19:11.044Z] using credential edgex-jenkins-ssh [2025-07-01T01:19:11.068Z] Cloning the remote Git repository [2025-07-01T01:19:11.122Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-07-01T01:19:11.223Z] > git init /w/workspace/device-rest-go/203 # timeout=10 [2025-07-01T01:19:11.376Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-07-01T01:19:11.378Z] > git --version # timeout=10 [2025-07-01T01:19:11.401Z] > git --version # 'git version 2.25.1' [2025-07-01T01:19:11.404Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-01T01:19:11.553Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-01T01:19:15.162Z] 2f39f015ded8: Pull complete [2025-07-01T01:19:15.163Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-01T01:19:15.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T01:19:15.163Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:19:15.518Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:19:15.558Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-07-01T01:19:16.086Z] Avoid second fetch [2025-07-01T01:19:16.087Z] Checking out Revision d0980f3671d730af7436baa654813d49e60ecc67 (main) [2025-07-01T01:19:15.249Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-07-01T01:19:15.295Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-01T01:19:16.100Z] > git config core.sparsecheckout # timeout=10 [2025-07-01T01:19:16.153Z] > git checkout -f d0980f3671d730af7436baa654813d49e60ecc67 # timeout=10 [2025-07-01T01:19:16.667Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#476)" [2025-07-01T01:19:17.410Z] $ docker top 7f74dd8b217e161956c87206476caa69a7489805f86df694197cda50f8c2594e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:19:17.783Z] ---> job-cost.sh [2025-07-01T01:19:17.783Z] lf-activate-venv: SKIPPING [2025-07-01T01:19:17.783Z] INFO: No Stack... [2025-07-01T01:19:18.041Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-01T01:19:18.301Z] INFO: Archiving Costs [Pipeline] sh [2025-07-01T01:19:18.595Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-07-01T01:19:18.595Z] + cut -d, -f6 [Pipeline] lock [2025-07-01T01:19:18.612Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-203-stack-cost] [2025-07-01T01:19:18.619Z] Resource [jenkins-edgexfoundry-device-rest-go-main-203-stack-cost] did not exist. Created. [2025-07-01T01:19:18.624Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-203-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-01T01:19:18.936Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-01T01:19:18.973Z] Stashed 1 file(s) [Pipeline] } [2025-07-01T01:19:18.980Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-203-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-01T01:19:19.017Z] $ docker stop --time=1 7f74dd8b217e161956c87206476caa69a7489805f86df694197cda50f8c2594e [2025-07-01T01:19:20.155Z] $ docker rm -f --volumes 7f74dd8b217e161956c87206476caa69a7489805f86df694197cda50f8c2594e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-01T01:19:21.325Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-01T01:19:21.325Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-01T01:19:21.325Z] Dload Upload Total Spent Left Speed [2025-07-01T01:19:21.325Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 98218 0 --:--:-- --:--:-- --:--:-- 98962 [Pipeline] sh [2025-07-01T01:19:21.654Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-01T01:19:21.974Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-01T01:19:21.974Z] + sudo tee /etc/docker/daemon.new [2025-07-01T01:19:21.974Z] { [2025-07-01T01:19:21.974Z] "registry-mirrors": [ [2025-07-01T01:19:21.974Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-01T01:19:21.974Z] ], [2025-07-01T01:19:21.974Z] "bip": "10.250.0.254/24", [2025-07-01T01:19:21.974Z] "hosts": [ [2025-07-01T01:19:21.974Z] "tcp://0.0.0.0:5555", [2025-07-01T01:19:21.974Z] "unix:///var/run/docker.sock" [2025-07-01T01:19:21.974Z] ], [2025-07-01T01:19:21.974Z] "mtu": 1458, [2025-07-01T01:19:21.974Z] "selinux-enabled": true, [2025-07-01T01:19:21.974Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-01T01:19:21.974Z] } [Pipeline] sh [2025-07-01T01:19:22.300Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-07-01T01:19:22.622Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T01:19:40.867Z] provisioning config files... [2025-07-01T01:19:40.892Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/203@tmp/config5915721505909785351tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:19:41.321Z] ---> ****-login.sh [2025-07-01T01:19:41.321Z] nexus3.edgexfoundry.org:10001 [2025-07-01T01:19:41.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:19:41.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:19:41.871Z] Configure a credential helper to remove this warning. See [2025-07-01T01:19:41.871Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:19:41.871Z] [2025-07-01T01:19:41.871Z] Login Succeeded [2025-07-01T01:19:41.871Z] nexus3.edgexfoundry.org:10002 [2025-07-01T01:19:42.139Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:19:42.139Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:19:42.139Z] Configure a credential helper to remove this warning. See [2025-07-01T01:19:42.139Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:19:42.139Z] [2025-07-01T01:19:42.139Z] Login Succeeded [2025-07-01T01:19:42.139Z] nexus3.edgexfoundry.org:10003 [2025-07-01T01:19:42.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:19:42.681Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:19:42.681Z] Configure a credential helper to remove this warning. See [2025-07-01T01:19:42.681Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:19:42.681Z] [2025-07-01T01:19:42.681Z] Login Succeeded [2025-07-01T01:19:42.681Z] nexus3.edgexfoundry.org:10004 [2025-07-01T01:19:42.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:19:42.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:19:42.958Z] Configure a credential helper to remove this warning. See [2025-07-01T01:19:42.958Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:19:42.958Z] [2025-07-01T01:19:42.958Z] Login Succeeded [2025-07-01T01:19:42.958Z] ****.io [2025-07-01T01:19:43.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:19:43.490Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:19:43.490Z] Configure a credential helper to remove this warning. See [2025-07-01T01:19:43.490Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:19:43.490Z] [2025-07-01T01:19:43.490Z] Login Succeeded [2025-07-01T01:19:43.490Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T01:19:43.502Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-01T01:19:43.789Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-01T01:19:43.820Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-01T01:19:43.844Z] ========================================================= [2025-07-01T01:19:43.844Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-01T01:19:43.844Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:19:44.215Z] + 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-01T01:19:44.216Z] Sending build context to Docker daemon 141.8kB [2025-07-01T01:19:44.483Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-07-01T01:19:44.483Z] Step 2/12 : FROM ${BASE} AS builder [2025-07-01T01:19:44.483Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-01T01:19:44.483Z] 94e9d8af2201: Pulling fs layer [2025-07-01T01:19:44.483Z] a6c56e8762df: Pulling fs layer [2025-07-01T01:19:44.483Z] f0f3c8884826: Pulling fs layer [2025-07-01T01:19:44.483Z] c7e7622c144d: Pulling fs layer [2025-07-01T01:19:44.483Z] 4f4fb700ef54: Pulling fs layer [2025-07-01T01:19:44.483Z] e8859aadc426: Pulling fs layer [2025-07-01T01:19:44.483Z] b4813487a9f6: Pulling fs layer [2025-07-01T01:19:44.483Z] 502a3d64fb4b: Pulling fs layer [2025-07-01T01:19:44.483Z] e8859aadc426: Waiting [2025-07-01T01:19:44.483Z] b4813487a9f6: Waiting [2025-07-01T01:19:44.483Z] 502a3d64fb4b: Waiting [2025-07-01T01:19:44.483Z] 4f4fb700ef54: Waiting [2025-07-01T01:19:44.483Z] c7e7622c144d: Waiting [2025-07-01T01:19:44.483Z] a6c56e8762df: Verifying Checksum [2025-07-01T01:19:44.483Z] a6c56e8762df: Download complete [2025-07-01T01:19:44.483Z] c7e7622c144d: Verifying Checksum [2025-07-01T01:19:44.483Z] c7e7622c144d: Download complete [2025-07-01T01:19:44.483Z] 4f4fb700ef54: Download complete [2025-07-01T01:19:44.753Z] e8859aadc426: Verifying Checksum [2025-07-01T01:19:44.753Z] e8859aadc426: Download complete [2025-07-01T01:19:44.753Z] 94e9d8af2201: Download complete [2025-07-01T01:19:45.020Z] 502a3d64fb4b: Verifying Checksum [2025-07-01T01:19:45.020Z] 502a3d64fb4b: Download complete [2025-07-01T01:19:45.601Z] 94e9d8af2201: Pull complete [2025-07-01T01:19:46.193Z] a6c56e8762df: Pull complete [2025-07-01T01:19:46.467Z] f0f3c8884826: Download complete [2025-07-01T01:19:47.050Z] b4813487a9f6: Verifying Checksum [2025-07-01T01:19:47.050Z] b4813487a9f6: Download complete [2025-07-01T01:20:02.069Z] f0f3c8884826: Pull complete [2025-07-01T01:20:02.069Z] c7e7622c144d: Pull complete [2025-07-01T01:20:02.069Z] 4f4fb700ef54: Pull complete [2025-07-01T01:20:02.069Z] e8859aadc426: Pull complete [2025-07-01T01:20:08.731Z] b4813487a9f6: Pull complete [2025-07-01T01:20:10.141Z] 502a3d64fb4b: Pull complete [2025-07-01T01:20:10.141Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-01T01:20:10.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-01T01:20:10.141Z] ---> 3bb21d53e231 [2025-07-01T01:20:10.141Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-07-01T01:20:12.021Z] ---> Running in 589d6e16c05f [2025-07-01T01:20:12.021Z] Removing intermediate container 589d6e16c05f [2025-07-01T01:20:12.021Z] ---> 5ee1967ef7cf [2025-07-01T01:20:12.021Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-01T01:20:12.021Z] ---> Running in b2e65d400195 [2025-07-01T01:20:12.291Z] Removing intermediate container b2e65d400195 [2025-07-01T01:20:12.291Z] ---> a567e5b27b6e [2025-07-01T01:20:12.291Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-01T01:20:12.558Z] ---> Running in d66cf614d520 [2025-07-01T01:20:12.826Z] Removing intermediate container d66cf614d520 [2025-07-01T01:20:12.826Z] ---> 63f520fa4b66 [2025-07-01T01:20:12.826Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-07-01T01:20:12.826Z] ---> Running in beb454578ce9 [2025-07-01T01:20:13.094Z] Removing intermediate container beb454578ce9 [2025-07-01T01:20:13.094Z] ---> a883ea160f2b [2025-07-01T01:20:13.094Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-01T01:20:13.366Z] ---> Running in 748d674e8505 [2025-07-01T01:20:14.326Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T01:20:14.594Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T01:20:16.001Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-01T01:20:16.001Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-07-01T01:20:16.001Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-01T01:20:16.001Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-01T01:20:16.270Z] Executing busybox-1.36.1-r29.trigger [2025-07-01T01:20:16.270Z] OK: 244 MiB in 62 packages [2025-07-01T01:20:17.235Z] Removing intermediate container 748d674e8505 [2025-07-01T01:20:17.235Z] ---> ecd17c52f9a0 [2025-07-01T01:20:17.235Z] Step 8/12 : WORKDIR /device-rest-go [2025-07-01T01:20:17.235Z] ---> Running in b836638a7218 [2025-07-01T01:20:17.501Z] Removing intermediate container b836638a7218 [2025-07-01T01:20:17.501Z] ---> 2b08fee89e6e [2025-07-01T01:20:17.501Z] Step 9/12 : COPY go.mod vendor* ./ [2025-07-01T01:20:18.084Z] ---> cbd0cfffad13 [2025-07-01T01:20:18.084Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-01T01:20:18.084Z] ---> Running in c2d7eafd30b6 [2025-07-01T01:22:39.755Z] Removing intermediate container c2d7eafd30b6 [2025-07-01T01:22:39.755Z] ---> 492ef92bc568 [2025-07-01T01:22:39.755Z] Step 11/12 : COPY . . [2025-07-01T01:22:39.755Z] ---> 94d50fd66315 [2025-07-01T01:22:39.755Z] Step 12/12 : RUN $MAKE [2025-07-01T01:22:39.755Z] ---> Running in e9ba1cf2e228 [2025-07-01T01:22:39.755Z] noop [2025-07-01T01:22:40.716Z] Removing intermediate container e9ba1cf2e228 [2025-07-01T01:22:40.716Z] ---> ab4172fabf73 [2025-07-01T01:22:40.716Z] Successfully built ab4172fabf73 [2025-07-01T01:22:40.716Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:22:41.079Z] + docker inspect -f . ci-base-image-arm64 [2025-07-01T01:22:41.079Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:22:41.277Z] prd-ubuntu20.04-docker-arm64-4c-16g-4297 does not seem to be running inside a container [2025-07-01T01:22:41.367Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/203 -v /w/workspace/device-rest-go/203:/w/workspace/device-rest-go/203:rw,z -v /w/workspace/device-rest-go/203@tmp:/w/workspace/device-rest-go/203@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-01T01:22:42.526Z] $ docker top 9716c64c591672627ec0dc9f6dcfa508ae986bf0f6c6b79863273bd4f9948290 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T01:22:43.356Z] + go version [2025-07-01T01:22:43.356Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-01T01:22:43.381Z] $ docker stop --time=1 9716c64c591672627ec0dc9f6dcfa508ae986bf0f6c6b79863273bd4f9948290 [2025-07-01T01:22:44.998Z] $ docker rm -f --volumes 9716c64c591672627ec0dc9f6dcfa508ae986bf0f6c6b79863273bd4f9948290 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:22:45.588Z] + docker inspect -f . ci-base-image-arm64 [2025-07-01T01:22:45.588Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:22:45.769Z] prd-ubuntu20.04-docker-arm64-4c-16g-4297 does not seem to be running inside a container [2025-07-01T01:22:45.841Z] $ 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/203 -v /w/workspace/device-rest-go/203:/w/workspace/device-rest-go/203:rw,z -v /w/workspace/device-rest-go/203@tmp:/w/workspace/device-rest-go/203@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-01T01:22:46.960Z] $ docker top 389d06a487b98f0cf3f9b92fedf79b61d520fbc8ef10f2fbf2fac5f501e90185 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T01:22:47.462Z] + git config --global --add safe.directory /w/workspace/device-rest-go/203 [Pipeline] fileExists [Pipeline] sh [2025-07-01T01:22:47.813Z] + make test [2025-07-01T01:22:47.813Z] go test ./... -coverprofile=coverage.out ./... [2025-07-01T01:22:53.167Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-01T01:26:29.999Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-01T01:26:32.721Z] ok github.com/edgexfoundry/device-rest-go/driver 0.040s coverage: 32.2% of statements [2025-07-01T01:26:33.701Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-07-01T01:26:33.701Z] go vet ./... [2025-07-01T01:27:20.570Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-01T01:27:20.570Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-01T01:27:20.570Z] ./bin/test-attribution-txt.sh [2025-07-01T01:27:20.570Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-01T01:27:20.838Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-01T01:27:20.838Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-01T01:27:21.107Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-01T01:27:21.107Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-01T01:27:21.130Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-01T01:27:21.161Z] $ docker stop --time=1 389d06a487b98f0cf3f9b92fedf79b61d520fbc8ef10f2fbf2fac5f501e90185 [2025-07-01T01:27:23.046Z] $ docker rm -f --volumes 389d06a487b98f0cf3f9b92fedf79b61d520fbc8ef10f2fbf2fac5f501e90185 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-01T01:27:24.500Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-01T01:27:24.528Z] Warning: overwriting stash ‘coverage-report’ [2025-07-01T01:27:24.949Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-01T01:27:25.357Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-01T01:27:25.691Z] + ls -al . [2025-07-01T01:27:25.691Z] total 240 [2025-07-01T01:27:25.691Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 01:22 . [2025-07-01T01:27:25.691Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 1 01:19 .. [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 1 01:19 .dockerignore [2025-07-01T01:27:25.691Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 1 01:19 .git [2025-07-01T01:27:25.691Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 01:19 .github [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 1 01:19 .gitignore [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 1 01:19 .golangci.yml [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 1 01:19 Attribution.txt [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 1 01:19 CHANGELOG.md [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 1 01:19 Dockerfile [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 1 01:19 GOVERNANCE.md [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 1 01:19 Jenkinsfile [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 1 01:19 LICENSE [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 1 01:19 Makefile [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 1 01:19 OWNERS.md [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 1 01:19 README.md [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 1 01:15 VERSION [2025-07-01T01:27:25.691Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 01:19 bin [2025-07-01T01:27:25.691Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 01:19 cmd [2025-07-01T01:27:25.691Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 1 01:26 coverage.out [2025-07-01T01:27:25.691Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 1 01:19 driver [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jul 1 01:19 go.mod [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 1 01:19 go.sum [2025-07-01T01:27:25.691Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 1 01:19 openapi [2025-07-01T01:27:25.691Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 1 01:19 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:27:26.034Z] + 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=d0980f3671d730af7436baa654813d49e60ecc67 --label arch=arm64 --label version=4.1.0-dev.4 . [2025-07-01T01:27:26.034Z] Sending build context to Docker daemon 157.2kB [2025-07-01T01:27:26.299Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-07-01T01:27:26.300Z] Step 2/26 : FROM ${BASE} AS builder [2025-07-01T01:27:26.300Z] ---> ab4172fabf73 [2025-07-01T01:27:26.300Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-07-01T01:27:26.300Z] ---> Running in 84f70cedf6cb [2025-07-01T01:27:26.566Z] Removing intermediate container 84f70cedf6cb [2025-07-01T01:27:26.566Z] ---> 3d5baaa51076 [2025-07-01T01:27:26.566Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-01T01:27:26.833Z] ---> Running in 6984fba24a70 [2025-07-01T01:27:27.101Z] Removing intermediate container 6984fba24a70 [2025-07-01T01:27:27.101Z] ---> 5fa2508ee1ac [2025-07-01T01:27:27.101Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-01T01:27:27.101Z] ---> Running in 7d644fad589e [2025-07-01T01:27:27.368Z] Removing intermediate container 7d644fad589e [2025-07-01T01:27:27.368Z] ---> 9c1e2ecef304 [2025-07-01T01:27:27.368Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-07-01T01:27:27.368Z] ---> Running in 7d529b7e4546 [2025-07-01T01:27:27.962Z] Removing intermediate container 7d529b7e4546 [2025-07-01T01:27:27.962Z] ---> d9bee15a58c8 [2025-07-01T01:27:27.962Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-01T01:27:27.962Z] ---> Running in 62053b1303fc [2025-07-01T01:27:28.926Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T01:27:29.511Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T01:27:30.914Z] OK: 244 MiB in 62 packages [2025-07-01T01:27:31.873Z] Removing intermediate container 62053b1303fc [2025-07-01T01:27:31.874Z] ---> 0025c2230a1c [2025-07-01T01:27:31.874Z] Step 8/26 : WORKDIR /device-rest-go [2025-07-01T01:27:31.874Z] ---> Running in 998ca4076208 [2025-07-01T01:27:32.141Z] Removing intermediate container 998ca4076208 [2025-07-01T01:27:32.141Z] ---> e0600e1fa5a8 [2025-07-01T01:27:32.141Z] Step 9/26 : COPY go.mod vendor* ./ [2025-07-01T01:27:33.100Z] ---> ae00a9b92528 [2025-07-01T01:27:33.100Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-01T01:27:33.100Z] ---> Running in b865f08d9598 [2025-07-01T01:27:35.676Z] Removing intermediate container b865f08d9598 [2025-07-01T01:27:35.677Z] ---> 37aecf47b106 [2025-07-01T01:27:35.677Z] Step 11/26 : COPY . . [2025-07-01T01:27:35.677Z] ---> 0d877b77c3db [2025-07-01T01:27:35.677Z] Step 12/26 : RUN $MAKE [2025-07-01T01:27:35.948Z] ---> Running in b8b437f64801 [2025-07-01T01:27:36.913Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.4 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.18 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-01T01:30:58.663Z] Removing intermediate container b8b437f64801 [2025-07-01T01:30:58.663Z] ---> 5e9d3a7d894b [2025-07-01T01:30:58.663Z] Step 13/26 : FROM alpine:3.20 [2025-07-01T01:30:58.663Z] 3.20: Pulling from library/alpine [2025-07-01T01:30:58.663Z] 94e9d8af2201: Already exists [2025-07-01T01:30:58.663Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-07-01T01:30:58.663Z] Status: Downloaded newer image for alpine:3.20 [2025-07-01T01:30:58.663Z] ---> 7aab056cecc6 [2025-07-01T01:30:58.663Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-07-01T01:30:58.663Z] ---> Running in af12ef67c95b [2025-07-01T01:30:58.663Z] Removing intermediate container af12ef67c95b [2025-07-01T01:30:58.663Z] ---> a5fdd9083ded [2025-07-01T01:30:58.663Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-07-01T01:30:58.663Z] ---> Running in 870befb0124c [2025-07-01T01:30:58.663Z] Removing intermediate container 870befb0124c [2025-07-01T01:30:58.663Z] ---> c3810ffc1ba2 [2025-07-01T01:30:58.663Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-07-01T01:30:58.663Z] ---> Running in 9588bcbe9bd2 [2025-07-01T01:30:58.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T01:30:58.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T01:30:58.663Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-07-01T01:30:58.663Z] Executing busybox-1.36.1-r29.trigger [2025-07-01T01:30:58.663Z] OK: 9 MiB in 15 packages [2025-07-01T01:30:58.663Z] Removing intermediate container 9588bcbe9bd2 [2025-07-01T01:30:58.663Z] ---> ae2107f1bbb4 [2025-07-01T01:30:58.663Z] Step 17/26 : RUN apk --no-cache upgrade [2025-07-01T01:30:58.663Z] ---> Running in 5442bf0084c5 [2025-07-01T01:30:58.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-01T01:30:58.663Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-01T01:30:58.663Z] OK: 9 MiB in 15 packages [2025-07-01T01:30:58.663Z] Removing intermediate container 5442bf0084c5 [2025-07-01T01:30:58.663Z] ---> f21c407c9cde [2025-07-01T01:30:58.663Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-07-01T01:30:58.663Z] ---> ae90484b5cf6 [2025-07-01T01:30:58.663Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-07-01T01:30:58.663Z] ---> f5b28796afc0 [2025-07-01T01:30:58.663Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-01T01:30:58.663Z] ---> 21d453322820 [2025-07-01T01:30:58.663Z] Step 21/26 : EXPOSE 59986 [2025-07-01T01:30:58.663Z] ---> Running in 08ddaf0b01e6 [2025-07-01T01:30:58.663Z] Removing intermediate container 08ddaf0b01e6 [2025-07-01T01:30:58.663Z] ---> 13f65b17a9f0 [2025-07-01T01:30:58.663Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-07-01T01:30:58.931Z] ---> Running in d20cc2670811 [2025-07-01T01:30:59.197Z] Removing intermediate container d20cc2670811 [2025-07-01T01:30:59.197Z] ---> 58f1b79d206a [2025-07-01T01:30:59.197Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-07-01T01:30:59.197Z] ---> Running in 93a0980fdadd [2025-07-01T01:30:59.470Z] Removing intermediate container 93a0980fdadd [2025-07-01T01:30:59.470Z] ---> 4371adfed0e2 [2025-07-01T01:30:59.470Z] Step 24/26 : LABEL arch=arm64 [2025-07-01T01:30:59.470Z] ---> Running in 1886dbf6b72d [2025-07-01T01:30:59.740Z] Removing intermediate container 1886dbf6b72d [2025-07-01T01:30:59.740Z] ---> f824a5d35199 [2025-07-01T01:30:59.740Z] Step 25/26 : LABEL git_sha=d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:30:59.740Z] ---> Running in 878dd5182dd1 [2025-07-01T01:31:00.009Z] Removing intermediate container 878dd5182dd1 [2025-07-01T01:31:00.010Z] ---> 16cca9cb6de3 [2025-07-01T01:31:00.010Z] Step 26/26 : LABEL version=4.1.0-dev.4 [2025-07-01T01:31:00.277Z] ---> Running in a609b0ac3c9b [2025-07-01T01:31:00.542Z] Removing intermediate container a609b0ac3c9b [2025-07-01T01:31:00.542Z] ---> b2d612e986b3 [2025-07-01T01:31:00.542Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-01T01:31:00.542Z] Successfully built b2d612e986b3 [2025-07-01T01:31:00.542Z] 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-01T01:31:00.706Z] provisioning config files... [2025-07-01T01:31:00.718Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/203@tmp/config5762271499957461119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:31:01.063Z] ---> ****-login.sh [2025-07-01T01:31:01.063Z] nexus3.edgexfoundry.org:10001 [2025-07-01T01:31:01.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:31:01.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:31:01.332Z] Configure a credential helper to remove this warning. See [2025-07-01T01:31:01.332Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:31:01.332Z] [2025-07-01T01:31:01.332Z] Login Succeeded [2025-07-01T01:31:01.332Z] nexus3.edgexfoundry.org:10002 [2025-07-01T01:31:01.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:31:01.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:31:01.598Z] Configure a credential helper to remove this warning. See [2025-07-01T01:31:01.598Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:31:01.598Z] [2025-07-01T01:31:01.598Z] Login Succeeded [2025-07-01T01:31:01.598Z] nexus3.edgexfoundry.org:10003 [2025-07-01T01:31:01.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:31:02.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:31:02.132Z] Configure a credential helper to remove this warning. See [2025-07-01T01:31:02.132Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:31:02.132Z] [2025-07-01T01:31:02.132Z] Login Succeeded [2025-07-01T01:31:02.132Z] nexus3.edgexfoundry.org:10004 [2025-07-01T01:31:02.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:31:02.400Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:31:02.400Z] Configure a credential helper to remove this warning. See [2025-07-01T01:31:02.400Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:31:02.400Z] [2025-07-01T01:31:02.400Z] Login Succeeded [2025-07-01T01:31:02.400Z] ****.io [2025-07-01T01:31:02.668Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-01T01:31:02.932Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-01T01:31:02.932Z] Configure a credential helper to remove this warning. See [2025-07-01T01:31:02.932Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-01T01:31:02.932Z] [2025-07-01T01:31:02.932Z] Login Succeeded [2025-07-01T01:31:02.932Z] ---> ****-login.sh ends [Pipeline] } [2025-07-01T01:31:02.944Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-01T01:31:02.999Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-01T01:31:03.031Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-07-01T01:31:03.031Z] d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:31:03.031Z] latest [2025-07-01T01:31:03.031Z] 4.1.0-dev.4 [2025-07-01T01:31:03.031Z] d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:31:03.031Z] main [2025-07-01T01:31:03.031Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:03.405Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:03.751Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:31:03.751Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-01T01:31:03.751Z] e96b237bd716: Preparing [2025-07-01T01:31:03.751Z] b8ec6fb6f81d: Preparing [2025-07-01T01:31:03.751Z] 6ef3df132f02: Preparing [2025-07-01T01:31:03.751Z] b39746c4a914: Preparing [2025-07-01T01:31:03.751Z] cad6d782d408: Preparing [2025-07-01T01:31:03.751Z] dd9c8f8612c8: Preparing [2025-07-01T01:31:03.751Z] dd9c8f8612c8: Waiting [2025-07-01T01:31:04.018Z] cad6d782d408: Pushed [2025-07-01T01:31:04.018Z] b39746c4a914: Pushed [2025-07-01T01:31:04.018Z] b8ec6fb6f81d: Pushed [2025-07-01T01:31:04.018Z] e96b237bd716: Pushed [2025-07-01T01:31:04.018Z] dd9c8f8612c8: Layer already exists [2025-07-01T01:31:10.655Z] 6ef3df132f02: Pushed [2025-07-01T01:31:10.655Z] d0980f3671d730af7436baa654813d49e60ecc67: digest: sha256:e5551fbb3e3b899b6d1bd47e3d5f17de1b730de15ae87ce9c1de634dcc75a745 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:11.010Z] + 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-01T01:31:11.369Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-07-01T01:31:11.369Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-01T01:31:11.369Z] e96b237bd716: Preparing [2025-07-01T01:31:11.369Z] b8ec6fb6f81d: Preparing [2025-07-01T01:31:11.369Z] 6ef3df132f02: Preparing [2025-07-01T01:31:11.369Z] b39746c4a914: Preparing [2025-07-01T01:31:11.369Z] cad6d782d408: Preparing [2025-07-01T01:31:11.369Z] dd9c8f8612c8: Preparing [2025-07-01T01:31:11.369Z] dd9c8f8612c8: Waiting [2025-07-01T01:31:11.369Z] cad6d782d408: Layer already exists [2025-07-01T01:31:11.369Z] 6ef3df132f02: Layer already exists [2025-07-01T01:31:11.369Z] b39746c4a914: Layer already exists [2025-07-01T01:31:11.369Z] b8ec6fb6f81d: Layer already exists [2025-07-01T01:31:11.369Z] e96b237bd716: Layer already exists [2025-07-01T01:31:11.369Z] dd9c8f8612c8: Layer already exists [2025-07-01T01:31:11.369Z] latest: digest: sha256:e5551fbb3e3b899b6d1bd47e3d5f17de1b730de15ae87ce9c1de634dcc75a745 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:11.990Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:12.340Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.4 [2025-07-01T01:31:12.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-01T01:31:12.340Z] e96b237bd716: Preparing [2025-07-01T01:31:12.340Z] b8ec6fb6f81d: Preparing [2025-07-01T01:31:12.340Z] 6ef3df132f02: Preparing [2025-07-01T01:31:12.340Z] b39746c4a914: Preparing [2025-07-01T01:31:12.340Z] cad6d782d408: Preparing [2025-07-01T01:31:12.340Z] dd9c8f8612c8: Preparing [2025-07-01T01:31:12.340Z] dd9c8f8612c8: Waiting [2025-07-01T01:31:12.340Z] b8ec6fb6f81d: Layer already exists [2025-07-01T01:31:12.340Z] cad6d782d408: Layer already exists [2025-07-01T01:31:12.340Z] 6ef3df132f02: Layer already exists [2025-07-01T01:31:12.340Z] b39746c4a914: Layer already exists [2025-07-01T01:31:12.340Z] e96b237bd716: Layer already exists [2025-07-01T01:31:12.340Z] dd9c8f8612c8: Layer already exists [2025-07-01T01:31:12.340Z] 4.1.0-dev.4: digest: sha256:e5551fbb3e3b899b6d1bd47e3d5f17de1b730de15ae87ce9c1de634dcc75a745 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:12.691Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:13.034Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:31:13.034Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-01T01:31:13.034Z] e96b237bd716: Preparing [2025-07-01T01:31:13.034Z] b8ec6fb6f81d: Preparing [2025-07-01T01:31:13.034Z] 6ef3df132f02: Preparing [2025-07-01T01:31:13.034Z] b39746c4a914: Preparing [2025-07-01T01:31:13.034Z] cad6d782d408: Preparing [2025-07-01T01:31:13.034Z] dd9c8f8612c8: Preparing [2025-07-01T01:31:13.034Z] dd9c8f8612c8: Waiting [2025-07-01T01:31:13.034Z] 6ef3df132f02: Layer already exists [2025-07-01T01:31:13.034Z] b8ec6fb6f81d: Layer already exists [2025-07-01T01:31:13.034Z] e96b237bd716: Layer already exists [2025-07-01T01:31:13.034Z] b39746c4a914: Layer already exists [2025-07-01T01:31:13.034Z] cad6d782d408: Layer already exists [2025-07-01T01:31:13.034Z] dd9c8f8612c8: Layer already exists [2025-07-01T01:31:13.034Z] d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4: digest: sha256:e5551fbb3e3b899b6d1bd47e3d5f17de1b730de15ae87ce9c1de634dcc75a745 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:13.386Z] + 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-01T01:31:13.734Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-07-01T01:31:13.734Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-01T01:31:13.734Z] e96b237bd716: Preparing [2025-07-01T01:31:13.734Z] b8ec6fb6f81d: Preparing [2025-07-01T01:31:13.734Z] 6ef3df132f02: Preparing [2025-07-01T01:31:13.734Z] b39746c4a914: Preparing [2025-07-01T01:31:13.734Z] cad6d782d408: Preparing [2025-07-01T01:31:13.734Z] dd9c8f8612c8: Preparing [2025-07-01T01:31:13.734Z] dd9c8f8612c8: Waiting [2025-07-01T01:31:13.734Z] b39746c4a914: Layer already exists [2025-07-01T01:31:13.734Z] cad6d782d408: Layer already exists [2025-07-01T01:31:13.734Z] e96b237bd716: Layer already exists [2025-07-01T01:31:13.734Z] b8ec6fb6f81d: Layer already exists [2025-07-01T01:31:13.734Z] 6ef3df132f02: Layer already exists [2025-07-01T01:31:13.734Z] dd9c8f8612c8: Layer already exists [2025-07-01T01:31:13.734Z] main: digest: sha256:e5551fbb3e3b899b6d1bd47e3d5f17de1b730de15ae87ce9c1de634dcc75a745 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-01T01:31:14.084Z] ===================================================== [Pipeline] echo [2025-07-01T01:31:14.099Z] taggedImages: [2025-07-01T01:31:14.100Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:d0980f3671d730af7436baa654813d49e60ecc67 [2025-07-01T01:31:14.100Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-07-01T01:31:14.100Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.4 [2025-07-01T01:31:14.100Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [2025-07-01T01:31:14.100Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-07-01T01:31:14.118Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] echo [2025-07-01T01:31:14.135Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-07-01T01:31:14.150Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.4 [Pipeline] echo [2025-07-01T01:31:14.164Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:d0980f3671d730af7436baa654813d49e60ecc67-4.1.0-dev.4 [Pipeline] echo [2025-07-01T01:31:14.177Z] 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-01T01:31:14.561Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-01T01:31:14.561Z] [2025-07-01T01:31:14.561Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:14.895Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-01T01:31:14.895Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-01T01:31:14.895Z] 8998bd30e6a1: Pulling fs layer [2025-07-01T01:31:14.895Z] 04944245beec: Pulling fs layer [2025-07-01T01:31:14.895Z] 699f458cf7ca: Pulling fs layer [2025-07-01T01:31:14.895Z] 765212b225bb: Pulling fs layer [2025-07-01T01:31:14.895Z] f23df028b6ca: Pulling fs layer [2025-07-01T01:31:14.895Z] d65c8cfc05b1: Pulling fs layer [2025-07-01T01:31:14.895Z] 2437ff75d9bd: Pulling fs layer [2025-07-01T01:31:14.895Z] d65c8cfc05b1: Waiting [2025-07-01T01:31:14.895Z] 765212b225bb: Waiting [2025-07-01T01:31:14.895Z] f23df028b6ca: Waiting [2025-07-01T01:31:14.895Z] 2437ff75d9bd: Waiting [2025-07-01T01:31:15.164Z] 04944245beec: Verifying Checksum [2025-07-01T01:31:15.164Z] 04944245beec: Download complete [2025-07-01T01:31:15.164Z] 765212b225bb: Verifying Checksum [2025-07-01T01:31:15.164Z] 765212b225bb: Download complete [2025-07-01T01:31:15.164Z] f23df028b6ca: Verifying Checksum [2025-07-01T01:31:15.164Z] f23df028b6ca: Download complete [2025-07-01T01:31:15.164Z] d65c8cfc05b1: Verifying Checksum [2025-07-01T01:31:15.164Z] d65c8cfc05b1: Download complete [2025-07-01T01:31:15.164Z] 699f458cf7ca: Verifying Checksum [2025-07-01T01:31:15.164Z] 699f458cf7ca: Download complete [2025-07-01T01:31:15.749Z] 8998bd30e6a1: Verifying Checksum [2025-07-01T01:31:15.749Z] 8998bd30e6a1: Download complete [2025-07-01T01:31:18.319Z] 2437ff75d9bd: Verifying Checksum [2025-07-01T01:31:18.319Z] 2437ff75d9bd: Download complete [2025-07-01T01:31:20.268Z] 8998bd30e6a1: Pull complete [2025-07-01T01:31:20.533Z] 04944245beec: Pull complete [2025-07-01T01:31:22.474Z] 699f458cf7ca: Pull complete [2025-07-01T01:31:22.474Z] 765212b225bb: Pull complete [2025-07-01T01:31:23.428Z] f23df028b6ca: Pull complete [2025-07-01T01:31:23.429Z] d65c8cfc05b1: Pull complete [2025-07-01T01:31:41.657Z] 2437ff75d9bd: Pull complete [2025-07-01T01:31:41.657Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-01T01:31:41.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-01T01:31:41.657Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:31:41.885Z] prd-ubuntu20.04-docker-arm64-4c-16g-4297 does not seem to be running inside a container [2025-07-01T01:31:41.962Z] $ 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/203 -v /w/workspace/device-rest-go/203:/w/workspace/device-rest-go/203:rw,z -v /w/workspace/device-rest-go/203@tmp:/w/workspace/device-rest-go/203@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-01T01:31:44.648Z] $ docker top 3b7fb119a291bf993ae865fbd8765e36f52f948082aed830cb87f9128fe84ee8 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:31:45.449Z] ---> job-cost.sh [2025-07-01T01:31:45.449Z] lf-activate-venv: SKIPPING [2025-07-01T01:31:45.449Z] INFO: No Stack... [2025-07-01T01:31:46.027Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-01T01:31:46.607Z] INFO: Archiving Costs [Pipeline] sh [2025-07-01T01:31:46.941Z] + cat /w/workspace/device-rest-go/203/archives/cost.csv+ [2025-07-01T01:31:46.941Z] cut -d, -f6 [Pipeline] lock [2025-07-01T01:31:46.989Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-203-stack-cost] [2025-07-01T01:31:46.996Z] Resource [jenkins-edgexfoundry-device-rest-go-main-203-stack-cost] did not exist. Created. [2025-07-01T01:31:47.002Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-203-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-01T01:31:47.355Z] /w/workspace/device-rest-go/203@tmp/durable-0ca36bd1/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-01T01:31:47.681Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-01T01:31:47.701Z] Warning: overwriting stash ‘stack-cost’ [2025-07-01T01:31:47.744Z] Stashed 1 file(s) [Pipeline] } [2025-07-01T01:31:47.752Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-203-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-01T01:31:47.792Z] $ docker stop --time=1 3b7fb119a291bf993ae865fbd8765e36f52f948082aed830cb87f9128fe84ee8 [2025-07-01T01:31:49.227Z] $ docker rm -f --volumes 3b7fb119a291bf993ae865fbd8765e36f52f948082aed830cb87f9128fe84ee8 [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-01T01:31:49.667Z] provisioning config files... [2025-07-01T01:31:49.673Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config16085373218716206598tmp [Pipeline] { [Pipeline] sh [2025-07-01T01:31:49.971Z] + set +x [2025-07-01T01:31:49.971Z] + curl -s https://codecov.io/bash [2025-07-01T01:31:49.971Z] + bash -s -- [2025-07-01T01:31:49.971Z] [2025-07-01T01:31:49.971Z] _____ _ [2025-07-01T01:31:49.971Z] / ____| | | [2025-07-01T01:31:49.971Z] | | ___ __| | ___ ___ _____ __ [2025-07-01T01:31:49.971Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-01T01:31:49.972Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-01T01:31:49.972Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-01T01:31:49.972Z] Bash-1.0.6 [2025-07-01T01:31:49.972Z] [2025-07-01T01:31:49.972Z] [2025-07-01T01:31:49.972Z] ==> git version 2.25.1 found [2025-07-01T01:31:49.972Z] ==> 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-01T01:31:49.972Z] Release-Date: 2020-01-08 [2025-07-01T01:31:49.972Z] 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-01T01:31:49.972Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-01T01:31:49.972Z] ==> Jenkins CI detected. [2025-07-01T01:31:49.972Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-07-01T01:31:49.972Z] project root: . [2025-07-01T01:31:49.972Z] --> token set from env [2025-07-01T01:31:49.972Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-01T01:31:50.232Z] ==> Running gcov in . (disable via -X gcov) [2025-07-01T01:31:50.232Z] ==> Python coveragepy not found [2025-07-01T01:31:50.232Z] ==> Searching for coverage reports in: [2025-07-01T01:31:50.232Z] + . [2025-07-01T01:31:50.232Z] -> Found 1 reports [2025-07-01T01:31:50.232Z] ==> Detecting git/mercurial file structure [2025-07-01T01:31:50.232Z] ==> Reading reports [2025-07-01T01:31:50.232Z] + ./coverage.out bytes=14565 [2025-07-01T01:31:50.232Z] ==> Appending adjustments [2025-07-01T01:31:50.232Z] https://docs.codecov.io/docs/fixing-reports [2025-07-01T01:31:50.232Z] + Found adjustments [2025-07-01T01:31:50.232Z] ==> Gzipping contents [2025-07-01T01:31:50.232Z] 4.0K /tmp/codecov.HIhgVK.gz [2025-07-01T01:31:50.232Z] ==> Uploading reports [2025-07-01T01:31:50.232Z] url: https://codecov.io [2025-07-01T01:31:50.232Z] query: branch=main&commit=d0980f3671d730af7436baa654813d49e60ecc67&build=203&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F203%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-01T01:31:50.232Z] -> Pinging Codecov [2025-07-01T01:31:50.232Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=d0980f3671d730af7436baa654813d49e60ecc67&build=203&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F203%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-01T01:31:50.492Z] -> Uploading to [2025-07-01T01:31:50.492Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/d0980f3671d730af7436baa654813d49e60ecc67/08f6f7e3-16ec-4a9a-8ffa-c42cb90cf84b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250701%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250701T013150Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=78f877e5b11a6800fb18a3a0986b93324b75e27df49ffa2ba279de1987c0ac28 [2025-07-01T01:31:50.492Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-01T01:31:50.492Z] Dload Upload Total Spent Left Speed [2025-07-01T01:31:50.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 10572 --:--:-- --:--:-- --:--:-- 10524 100 2326 0 0 100 2326 0 8911 --:--:-- --:--:-- --:--:-- 8877 [2025-07-01T01:31:50.752Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] } [2025-07-01T01:31:50.759Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-01T01:31:50.996Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-01T01:31:51.017Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:51.329Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-01T01:31:51.329Z] [2025-07-01T01:31:51.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:31:51.635Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-01T01:31:51.635Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-01T01:31:51.635Z] 0a9a5dfd008f: Already exists [2025-07-01T01:31:51.635Z] 36466aa92d05: Already exists [2025-07-01T01:31:51.635Z] e10405b45d13: Already exists [2025-07-01T01:31:51.635Z] 096b7ceb2af7: Already exists [2025-07-01T01:31:51.635Z] 4f4fb700ef54: Already exists [2025-07-01T01:31:51.635Z] e50aa161e22a: Pulling fs layer [2025-07-01T01:31:51.635Z] d3c8db5fb9df: Pulling fs layer [2025-07-01T01:31:51.894Z] e50aa161e22a: Verifying Checksum [2025-07-01T01:31:51.894Z] e50aa161e22a: Download complete [2025-07-01T01:31:52.153Z] e50aa161e22a: Pull complete [2025-07-01T01:31:53.091Z] d3c8db5fb9df: Verifying Checksum [2025-07-01T01:31:53.091Z] d3c8db5fb9df: Download complete [2025-07-01T01:31:57.279Z] d3c8db5fb9df: Pull complete [2025-07-01T01:31:57.279Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-01T01:31:57.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-01T01:31:57.279Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:31:57.364Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:31:57.414Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-07-01T01:31:58.781Z] $ docker top e8a3983a63cfd64881f9d85847992d921afb8aaae373f8db4212c53edeebb23d -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T01:31:59.111Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-07-01T01:31:59.122Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-07-01T01:31:59.400Z] + set -o pipefail [2025-07-01T01:31:59.400Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-07-01T01:32:10.034Z] [2025-07-01T01:32:10.034Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-07-01T01:32:10.034Z] [2025-07-01T01:32:10.034Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/472e3686-ff32-4cfa-8b8a-9dc7f5dd64e4 [2025-07-01T01:32:10.034Z] [2025-07-01T01:32:10.034Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-01T01:32:10.034Z] [Pipeline] } [2025-07-01T01:32:10.636Z] $ docker stop --time=1 e8a3983a63cfd64881f9d85847992d921afb8aaae373f8db4212c53edeebb23d [2025-07-01T01:32:13.400Z] $ docker rm -f --volumes e8a3983a63cfd64881f9d85847992d921afb8aaae373f8db4212c53edeebb23d [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-01T01:32:14.405Z] + git log --format=format:%s -1 d0980f3671d730af7436baa654813d49e60ecc67 [Pipeline] sh [2025-07-01T01:32:14.698Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-01T01:32:14.699Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:32:15.012Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T01:32:15.012Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:32:15.093Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:32:15.139Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-01T01:32:15.434Z] $ docker top 96fe5c8ea7ddf69b2bb1537968f7468f8a58e68a947030ca5a3b1b7648e8401f -eo pid,comm [2025-07-01T01:32:15.460Z] 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-01T01:32:15.460Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-01T01:32:15.523Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T01:32:15.523Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T01:32:15.636Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T01:32:15.657Z] $ docker exec 96fe5c8ea7ddf69b2bb1537968f7468f8a58e68a947030ca5a3b1b7648e8401f ssh-agent [2025-07-01T01:32:15.762Z] SSH_AUTH_SOCK=/tmp/ssh-ongG5SLUO5Pj/agent.34 [2025-07-01T01:32:15.762Z] SSH_AGENT_PID=40 [2025-07-01T01:32:15.766Z] Running ssh-add (command line suppressed) [2025-07-01T01:32:15.888Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15654218793875983797.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_15654218793875983797.key) [2025-07-01T01:32:15.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T01:32:16.182Z] + git semver tag [2025-07-01T01:32:16.450Z] 2025-07-01 01:32:16,447 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-01T01:32:16.450Z] 2025-07-01 01:32:16,452 [run_tag] DEBUG tag force:False [2025-07-01T01:32:16.450Z] 2025-07-01 01:32:16,452 [check_head_tag] DEBUG check head tag [2025-07-01T01:32:16.450Z] 2025-07-01 01:32:16,453 [execute] INFO git cat-file --batch-check [2025-07-01T01:32:16.450Z] 2025-07-01 01:32:16,453 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-01T01:32:16.450Z] 2025-07-01 01:32:16,456 [execute] INFO git cat-file --batch [2025-07-01T01:32:16.450Z] 2025-07-01 01:32:16,456 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-01T01:32:16.710Z] 2025-07-01 01:32:16,470 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:32:16.710Z] 2025-07-01 01:32:16,470 [execute] INFO git tag -a v4.1.0-dev.4 -m v4.1.0-dev.4 [2025-07-01T01:32:16.710Z] 2025-07-01 01:32:16,470 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.4', '-m', 'v4.1.0-dev.4'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-01T01:32:16.710Z] 2025-07-01 01:32:16,474 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:32:16.710Z] 4.1.0-dev.4 [Pipeline] } [2025-07-01T01:32:16.737Z] $ docker exec --env ******** --env ******** 96fe5c8ea7ddf69b2bb1537968f7468f8a58e68a947030ca5a3b1b7648e8401f ssh-agent -k [2025-07-01T01:32:16.830Z] unset SSH_AUTH_SOCK; [2025-07-01T01:32:16.831Z] unset SSH_AGENT_PID; [2025-07-01T01:32:16.831Z] echo Agent pid 40 killed; [2025-07-01T01:32:16.822Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T01:32:17.144Z] + git semver [Pipeline] } [2025-07-01T01:32:17.432Z] $ docker stop --time=1 96fe5c8ea7ddf69b2bb1537968f7468f8a58e68a947030ca5a3b1b7648e8401f [2025-07-01T01:32:18.705Z] $ docker rm -f --volumes 96fe5c8ea7ddf69b2bb1537968f7468f8a58e68a947030ca5a3b1b7648e8401f [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:32:19.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-01T01:32:19.107Z] [2025-07-01T01:32:19.107Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:32:19.420Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-01T01:32:19.420Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-01T01:32:19.420Z] ab5ef0e58194: Pulling fs layer [2025-07-01T01:32:19.420Z] 9712f1f96733: Pulling fs layer [2025-07-01T01:32:19.420Z] 63f879dbbcfc: Pulling fs layer [2025-07-01T01:32:19.420Z] 0d9ebad4ef96: Pulling fs layer [2025-07-01T01:32:19.420Z] e9a5061849ea: Pulling fs layer [2025-07-01T01:32:19.420Z] d747dcd14b5f: Pulling fs layer [2025-07-01T01:32:19.420Z] 2de7ff778b66: Pulling fs layer [2025-07-01T01:32:19.420Z] d747dcd14b5f: Waiting [2025-07-01T01:32:19.420Z] 0d9ebad4ef96: Waiting [2025-07-01T01:32:19.420Z] 2de7ff778b66: Waiting [2025-07-01T01:32:19.420Z] e9a5061849ea: Waiting [2025-07-01T01:32:19.420Z] 9712f1f96733: Download complete [2025-07-01T01:32:19.681Z] 63f879dbbcfc: Verifying Checksum [2025-07-01T01:32:19.681Z] 63f879dbbcfc: Download complete [2025-07-01T01:32:19.942Z] e9a5061849ea: Verifying Checksum [2025-07-01T01:32:19.942Z] e9a5061849ea: Download complete [2025-07-01T01:32:19.942Z] d747dcd14b5f: Verifying Checksum [2025-07-01T01:32:19.942Z] d747dcd14b5f: Download complete [2025-07-01T01:32:20.200Z] 2de7ff778b66: Verifying Checksum [2025-07-01T01:32:20.200Z] 2de7ff778b66: Download complete [2025-07-01T01:32:20.200Z] 0d9ebad4ef96: Verifying Checksum [2025-07-01T01:32:20.200Z] 0d9ebad4ef96: Download complete [2025-07-01T01:32:20.200Z] ab5ef0e58194: Verifying Checksum [2025-07-01T01:32:20.200Z] ab5ef0e58194: Download complete [2025-07-01T01:32:24.392Z] ab5ef0e58194: Pull complete [2025-07-01T01:32:24.392Z] 9712f1f96733: Pull complete [2025-07-01T01:32:25.325Z] 63f879dbbcfc: Pull complete [2025-07-01T01:32:30.593Z] 0d9ebad4ef96: Pull complete [2025-07-01T01:32:30.593Z] e9a5061849ea: Pull complete [2025-07-01T01:32:30.593Z] d747dcd14b5f: Pull complete [2025-07-01T01:32:32.496Z] 2de7ff778b66: Pull complete [2025-07-01T01:32:32.496Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-01T01:32:32.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-01T01:32:32.496Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:32:32.604Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:32:32.651Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-07-01T01:32:34.775Z] $ docker top c07e41249798fd757c815ba42fab7abb81aacfe6df6d29c47e3c05e2461cb1cb -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-01T01:32:34.837Z] provisioning config files... [2025-07-01T01:32:34.846Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10602281090393057738tmp [2025-07-01T01:32:34.855Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10307452903695279811tmp [2025-07-01T01:32:34.863Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9543215529218797501tmp [Pipeline] { [Pipeline] echo [2025-07-01T01:32:34.890Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:35.179Z] ---> sigul-configuration.sh [2025-07-01T01:32:35.180Z] gpg: directory `/root/.gnupg' created [2025-07-01T01:32:35.180Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-01T01:32:35.180Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-01T01:32:35.180Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-01T01:32:35.180Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-01T01:32:35.180Z] gpg: CAST5 encrypted data [2025-07-01T01:32:35.180Z] gpg: encrypted with 1 passphrase [2025-07-01T01:32:35.180Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-01T01:32:35.474Z] + mkdir /home/jenkins [2025-07-01T01:32:35.474Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-01T01:32:35.770Z] + 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-01T01:32:35.788Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:36.088Z] ---> sigul-install.sh [2025-07-01T01:32:36.088Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-01T01:32:36.385Z] + git tag --list [2025-07-01T01:32:36.385Z] v1.0.0 [2025-07-01T01:32:36.385Z] v1.1.0 [2025-07-01T01:32:36.385Z] v1.1.1 [2025-07-01T01:32:36.385Z] v1.1.2 [2025-07-01T01:32:36.385Z] v1.2.0 [2025-07-01T01:32:36.385Z] v1.2.1 [2025-07-01T01:32:36.385Z] v2.0.0 [2025-07-01T01:32:36.385Z] v2.1.0 [2025-07-01T01:32:36.385Z] v2.1.1 [2025-07-01T01:32:36.385Z] v2.2.0 [2025-07-01T01:32:36.385Z] v2.3.0 [2025-07-01T01:32:36.385Z] v3.0 [2025-07-01T01:32:36.385Z] v3.0.0 [2025-07-01T01:32:36.385Z] v3.1 [2025-07-01T01:32:36.385Z] v3.1.0 [2025-07-01T01:32:36.385Z] v3.1.1 [2025-07-01T01:32:36.385Z] v4.0 [2025-07-01T01:32:36.385Z] v4.0.0 [2025-07-01T01:32:36.385Z] v4.1.0-dev.1 [2025-07-01T01:32:36.385Z] v4.1.0-dev.2 [2025-07-01T01:32:36.385Z] v4.1.0-dev.3 [2025-07-01T01:32:36.385Z] v4.1.0-dev.4 [Pipeline] sh [2025-07-01T01:32:36.682Z] + lftools sign git-tag v4.1.0-dev.4 [2025-07-01T01:32:37.253Z] Signing Git tag with Sigul... [2025-07-01T01:32:37.253Z] Signing v4.1.0-dev.4 [Pipeline] echo [2025-07-01T01:32:37.838Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:38.133Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-01T01:32:38.141Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-01T01:32:38.187Z] $ docker stop --time=1 c07e41249798fd757c815ba42fab7abb81aacfe6df6d29c47e3c05e2461cb1cb [2025-07-01T01:32:39.485Z] $ docker rm -f --volumes c07e41249798fd757c815ba42fab7abb81aacfe6df6d29c47e3c05e2461cb1cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-01T01:32:39.931Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-01T01:32:39.931Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:32:40.234Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T01:32:40.234Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:32:40.316Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:32:40.488Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-01T01:32:40.747Z] $ docker top e7c72376f57d87be1290007b0c86230d10271c842bbfbffc92581e2616392f25 -eo pid,comm [2025-07-01T01:32:40.778Z] 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-01T01:32:40.778Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-01T01:32:40.838Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T01:32:40.838Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T01:32:40.990Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T01:32:41.011Z] $ docker exec e7c72376f57d87be1290007b0c86230d10271c842bbfbffc92581e2616392f25 ssh-agent [2025-07-01T01:32:41.100Z] SSH_AUTH_SOCK=/tmp/ssh-VNjrxuJPYoxO/agent.32 [2025-07-01T01:32:41.100Z] SSH_AGENT_PID=39 [2025-07-01T01:32:41.112Z] Running ssh-add (command line suppressed) [2025-07-01T01:32:41.231Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10893817955658756872.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_10893817955658756872.key) [2025-07-01T01:32:41.232Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T01:32:41.533Z] + git semver bump pre [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,779 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,782 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,782 [bump_version] DEBUG bumping version:4.1.0-dev.4 on axis:pre with prefix:dev [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,782 [bump_version] DEBUG bumped version:4.1.0-dev.5 [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,782 [write_version] DEBUG write version:4.1.0-dev.5 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,782 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,782 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,784 [execute] INFO git cat-file --batch-check [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,784 [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-01T01:32:41.792Z] 2025-07-01 01:32:41,787 [execute] INFO git cat-file --batch [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,788 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-01T01:32:41.792Z] 2025-07-01 01:32:41,790 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:32:41.792Z] 4.1.0-dev.5 [Pipeline] } [2025-07-01T01:32:42.077Z] $ docker exec --env ******** --env ******** e7c72376f57d87be1290007b0c86230d10271c842bbfbffc92581e2616392f25 ssh-agent -k [2025-07-01T01:32:42.165Z] unset SSH_AUTH_SOCK; [2025-07-01T01:32:42.165Z] unset SSH_AGENT_PID; [2025-07-01T01:32:42.165Z] echo Agent pid 39 killed; [2025-07-01T01:32:42.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T01:32:42.482Z] + git semver [Pipeline] } [2025-07-01T01:32:42.773Z] $ docker stop --time=1 e7c72376f57d87be1290007b0c86230d10271c842bbfbffc92581e2616392f25 [2025-07-01T01:32:44.049Z] $ docker rm -f --volumes e7c72376f57d87be1290007b0c86230d10271c842bbfbffc92581e2616392f25 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-01T01:32:44.385Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-01T01:32:44.385Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:32:44.692Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-01T01:32:44.692Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:32:44.774Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:32:44.820Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-rest-go_main -v /w/workspace/edgexfoundry_device-rest-go_main:/w/workspace/edgexfoundry_device-rest-go_main:rw,z -v /w/workspace/edgexfoundry_device-rest-go_main@tmp:/w/workspace/edgexfoundry_device-rest-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-07-01T01:32:45.080Z] $ docker top c73cbecd467f3c58d5a2dbf269c3f7fbe3ae630c7e361bac4defefb2e608721b -eo pid,comm [2025-07-01T01:32:45.104Z] 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-01T01:32:45.104Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-01T01:32:45.165Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-01T01:32:45.165Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-01T01:32:45.282Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-01T01:32:45.302Z] $ docker exec c73cbecd467f3c58d5a2dbf269c3f7fbe3ae630c7e361bac4defefb2e608721b ssh-agent [2025-07-01T01:32:45.394Z] SSH_AUTH_SOCK=/tmp/ssh-9XDVUFmLiH8V/agent.33 [2025-07-01T01:32:45.394Z] SSH_AGENT_PID=39 [2025-07-01T01:32:45.398Z] Running ssh-add (command line suppressed) [2025-07-01T01:32:45.516Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3400260086464751676.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3400260086464751676.key) [2025-07-01T01:32:45.513Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-01T01:32:45.813Z] + git semver push [2025-07-01T01:32:46.073Z] 2025-07-01 01:32:46,043 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-01T01:32:46.074Z] 2025-07-01 01:32:46,047 [run_push] DEBUG push [2025-07-01T01:32:46.074Z] 2025-07-01 01:32:46,048 [execute] INFO git cat-file --batch-check [2025-07-01T01:32:46.074Z] 2025-07-01 01:32:46,048 [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-01T01:32:46.074Z] 2025-07-01 01:32:46,051 [execute] INFO git rev-list dae1aaffb5a5f9ca727d6bb65f91a0ad650b62fb -- [2025-07-01T01:32:46.074Z] 2025-07-01 01:32:46,051 [execute] DEBUG Popen(['git', 'rev-list', 'dae1aaffb5a5f9ca727d6bb65f91a0ad650b62fb', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-01T01:32:46.074Z] 2025-07-01 01:32:46,060 [execute] INFO git fetch -v -- origin [2025-07-01T01:32:46.074Z] 2025-07-01 01:32:46,060 [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-01T01:32:46.643Z] 2025-07-01 01:32:46,541 [run_push] DEBUG no remote changes detected [2025-07-01T01:32:46.643Z] 2025-07-01 01:32:46,542 [execute] INFO git push origin semver [2025-07-01T01:32:46.643Z] 2025-07-01 01:32:46,542 [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-01T01:32:47.584Z] 2025-07-01 01:32:47,266 [run_push] DEBUG push all version tags [2025-07-01T01:32:47.584Z] 2025-07-01 01:32:47,266 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-01T01:32:47.584Z] 2025-07-01 01:32:47,267 [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-01T01:32:48.152Z] 2025-07-01 01:32:47,999 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-01T01:32:48.152Z] 4.1.0-dev.5 [Pipeline] } [2025-07-01T01:32:48.180Z] $ docker exec --env ******** --env ******** c73cbecd467f3c58d5a2dbf269c3f7fbe3ae630c7e361bac4defefb2e608721b ssh-agent -k [2025-07-01T01:32:48.286Z] unset SSH_AUTH_SOCK; [2025-07-01T01:32:48.286Z] unset SSH_AGENT_PID; [2025-07-01T01:32:48.286Z] echo Agent pid 39 killed; [2025-07-01T01:32:48.280Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-01T01:32:48.603Z] + git semver [Pipeline] } [2025-07-01T01:32:48.893Z] $ docker stop --time=1 c73cbecd467f3c58d5a2dbf269c3f7fbe3ae630c7e361bac4defefb2e608721b [2025-07-01T01:32:50.159Z] $ docker rm -f --volumes c73cbecd467f3c58d5a2dbf269c3f7fbe3ae630c7e361bac4defefb2e608721b [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-01T01:32:50.761Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-07-01T01:32:50.761Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-01T01:32:50.761Z] total 16 [2025-07-01T01:32:50.761Z] drwxr-xr-x 3 root root 4096 Jul 1 01:19 . [2025-07-01T01:32:50.761Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 1 01:32 .. [2025-07-01T01:32:50.761Z] drwxr-xr-x 2 root root 4096 Jul 1 01:19 cost [2025-07-01T01:32:50.761Z] -rw-r--r-- 1 root root 86 Jul 1 01:19 cost.csv [2025-07-01T01:32:50.761Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-01T01:32:50.761Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-01T01:32:50.761Z] total 16 [2025-07-01T01:32:50.761Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 1 01:19 . [2025-07-01T01:32:50.761Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 1 01:32 .. [2025-07-01T01:32:50.761Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 1 01:19 cost [2025-07-01T01:32:50.761Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 1 01:19 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:51.055Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:51.918Z] ---> package-listing.sh [2025-07-01T01:32:51.918Z] ++ facter osfamily [2025-07-01T01:32:51.918Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-01T01:32:52.177Z] + OS_FAMILY=debian [2025-07-01T01:32:52.177Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-01T01:32:52.177Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-01T01:32:52.177Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-01T01:32:52.177Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-01T01:32:52.177Z] + PACKAGES=/tmp/packages_start.txt [2025-07-01T01:32:52.177Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-01T01:32:52.177Z] + PACKAGES=/tmp/packages_end.txt [2025-07-01T01:32:52.177Z] + case "${OS_FAMILY}" in [2025-07-01T01:32:52.177Z] + dpkg -l [2025-07-01T01:32:52.177Z] + grep '^ii' [2025-07-01T01:32:52.177Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-01T01:32:52.177Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-01T01:32:52.177Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-01T01:32:52.177Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-01T01:32:52.177Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-01T01:32:52.177Z] + 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-01T01:32:52.188Z] 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-01T01:32:52.464Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-01T01:32:53.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-01T01:32:53.019Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-01T01:32:53.094Z] prd-ubuntu20.04-docker-8c-8g-4296 does not seem to be running inside a container [2025-07-01T01:32:53.138Z] $ 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-01T01:32:53.377Z] $ docker top 8c5292eeffc25d793896e9b85a9cc7973700e821ef5045f8fe9db7edef5703ad -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-01T01:32:53.710Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-01T01:32:53.998Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-01T01:32:54.284Z] + ls /var/log/sa-host [2025-07-01T01:32:54.284Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-01T01:32:54.316Z] provisioning config files... [2025-07-01T01:32:54.325Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7082610677967821682tmp [Pipeline] { [Pipeline] echo [2025-07-01T01:32:54.345Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:54.626Z] ---> create-netrc.sh [Pipeline] } [2025-07-01T01:32:54.633Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:54.956Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-01T01:32:54.967Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:55.252Z] ---> sudo-logs.sh [2025-07-01T01:32:55.252Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-01T01:32:55.281Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:55.566Z] ---> job-cost.sh [2025-07-01T01:32:55.566Z] lf-activate-venv: SKIPPING [2025-07-01T01:32:55.566Z] DEBUG: total: 0.2199999988079071 [2025-07-01T01:32:55.566Z] INFO: Retrieving Stack Cost... [2025-07-01T01:32:55.825Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-01T01:32:56.401Z] INFO: Archiving Costs [Pipeline] echo [2025-07-01T01:32:56.415Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-01T01:32:56.698Z] ---> logs-deploy.sh [2025-07-01T01:32:56.698Z] lf-activate-venv: SKIPPING [2025-07-01T01:32:56.698Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/203 [2025-07-01T01:32:56.698Z] INFO: archiving workspace using pattern(s): [2025-07-01T01:32:57.636Z] Archives upload complete. [2025-07-01T01:32:57.897Z] INFO: archiving logs to Nexus