Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 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-ssh1159234885297902675.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-ssh3615432937517569405.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-ssh2470170143866922112.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-ssh9901316480989095285.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-ssh16000594550746852587.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.23 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-rest DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-5295’ Running on prd-ubuntu20.04-docker-8c-8g-5301 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 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#481)" > git rev-list --no-walk 2aa3f916c209823cc8b4c7ef285d19001d95210d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-07-18T01:10:32.695Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-07-18T01:10:32.769Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-07-18T01:10:32.793Z] ========================================================= [2025-07-18T01:10:32.793Z] EdgeX Global Pipelines Version Info [2025-07-18T01:10:32.793Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:10:33.887Z] ------------------- [2025-07-18T01:10:33.887Z] stable info: [2025-07-18T01:10:33.887Z] ------------------- [2025-07-18T01:10:33.887Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-18T01:10:33.887Z] Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a [2025-07-18T01:10:33.887Z] Message: update stable to v1.0.274 [2025-07-18T01:10:34.149Z] ------------------- [2025-07-18T01:10:34.149Z] experimental info: [2025-07-18T01:10:34.150Z] ------------------- [2025-07-18T01:10:34.150Z] Commited By: Ginny Guan ginny@iotechsys.com [2025-07-18T01:10:34.150Z] Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e [2025-07-18T01:10:34.150Z] Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-07-18T01:10:34.236Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2025-07-18T01:10:34.255Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2025-07-18T01:10:34.277Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-07-18T01:10:34.299Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-07-18T01:10:34.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-07-18T01:10:34.337Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-07-18T01:10:34.361Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-07-18T01:10:34.383Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-07-18T01:10:34.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-07-18T01:10:34.430Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-07-18T01:10:34.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-07-18T01:10:34.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rest [Pipeline] echo [2025-07-18T01:10:34.514Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-07-18T01:10:34.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-07-18T01:10:34.564Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-07-18T01:10:34.588Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-07-18T01:10:34.612Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-07-18T01:10:34.633Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-07-18T01:10:34.655Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-07-18T01:10:34.674Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-07-18T01:10:34.699Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-07-18T01:10:34.720Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-07-18T01:10:34.744Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-07-18T01:10:34.769Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-07-18T01:10:34.797Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-07-18T01:10:34.821Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-07-18T01:10:34.837Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-07-18T01:10:34.853Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-07-18T01:10:34.867Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-07-18T01:10:34.884Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-07-18T01:10:34.900Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo [2025-07-18T01:10:34.917Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3068ce5 [Pipeline] echo [2025-07-18T01:10:34.933Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-18T01:10:34.990Z] provisioning config files... [2025-07-18T01:10:35.001Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7547783241890925923tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:10:35.336Z] ---> ****-login.sh [2025-07-18T01:10:35.336Z] nexus3.edgexfoundry.org:10001 [2025-07-18T01:10:35.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:35.596Z] [2025-07-18T01:10:35.596Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-18T01:10:35.596Z] Configure a credential helper to remove this warning. See [2025-07-18T01:10:35.596Z] https://docs.****.com/go/credential-store/ [2025-07-18T01:10:35.596Z] [2025-07-18T01:10:35.597Z] Login Succeeded [2025-07-18T01:10:35.597Z] nexus3.edgexfoundry.org:10002 [2025-07-18T01:10:35.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:35.597Z] [2025-07-18T01:10:35.597Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-18T01:10:35.597Z] Configure a credential helper to remove this warning. See [2025-07-18T01:10:35.597Z] https://docs.****.com/go/credential-store/ [2025-07-18T01:10:35.597Z] [2025-07-18T01:10:35.597Z] Login Succeeded [2025-07-18T01:10:35.597Z] nexus3.edgexfoundry.org:10003 [2025-07-18T01:10:35.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:35.857Z] [2025-07-18T01:10:35.857Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-18T01:10:35.857Z] Configure a credential helper to remove this warning. See [2025-07-18T01:10:35.857Z] https://docs.****.com/go/credential-store/ [2025-07-18T01:10:35.857Z] [2025-07-18T01:10:35.857Z] Login Succeeded [2025-07-18T01:10:35.857Z] nexus3.edgexfoundry.org:10004 [2025-07-18T01:10:35.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:35.857Z] [2025-07-18T01:10:35.857Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-18T01:10:35.857Z] Configure a credential helper to remove this warning. See [2025-07-18T01:10:35.858Z] https://docs.****.com/go/credential-store/ [2025-07-18T01:10:35.858Z] [2025-07-18T01:10:35.858Z] Login Succeeded [2025-07-18T01:10:35.858Z] ****.io [2025-07-18T01:10:35.858Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:36.118Z] [2025-07-18T01:10:36.118Z] WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. [2025-07-18T01:10:36.118Z] Configure a credential helper to remove this warning. See [2025-07-18T01:10:36.118Z] https://docs.****.com/go/credential-store/ [2025-07-18T01:10:36.118Z] [2025-07-18T01:10:36.118Z] Login Succeeded [2025-07-18T01:10:36.118Z] ---> ****-login.sh ends [Pipeline] } [2025-07-18T01:10:36.124Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-07-18T01:10:36.539Z] + git rev-list -1 --merges 3068ce5cc7f88542a2b7560f9d12fad6abd57d78~1..3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo [2025-07-18T01:10:36.569Z] -----------> git rev-list -1 --merges 3068ce5cc7f88542a2b7560f9d12fad6abd57d78~1..3068ce5cc7f88542a2b7560f9d12fad6abd57d78 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [false] [Pipeline] sh [2025-07-18T01:10:36.862Z] + git log --format=format:%s -1 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo [2025-07-18T01:10:36.877Z] ========================================================= [2025-07-18T01:10:36.877Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-07-18T01:10:36.877Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-18T01:10:37.203Z] + git log --format=format:%s -1 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo [2025-07-18T01:10:37.214Z] [semverPrep] GIT_COMMIT: 3068ce5cc7f88542a2b7560f9d12fad6abd57d78, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#481) [Pipeline] echo [2025-07-18T01:10:37.231Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-07-18T01:10:37.606Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-18T01:10:37.606Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-07-18T01:10:37.606Z] + [ -e /tmp/ssh_known_hosts ] [2025-07-18T01:10:37.606Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-07-18T01:10:37.606Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-07-18T01:10:37.606Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-07-18T01:10:37.606Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:10:38.042Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-18T01:10:38.042Z] [2025-07-18T01:10:38.042Z] 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-18T01:10:38.352Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-18T01:10:38.352Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-07-18T01:10:38.352Z] 3dae71ba6b94: Pulling fs layer [2025-07-18T01:10:38.352Z] 6bf1a483ea7c: Pulling fs layer [2025-07-18T01:10:38.352Z] f5dfc541a4d3: Pulling fs layer [2025-07-18T01:10:38.352Z] 461d9e800cba: Pulling fs layer [2025-07-18T01:10:38.352Z] 80192f66455f: Pulling fs layer [2025-07-18T01:10:38.352Z] 2e8e34ca0e6c: Pulling fs layer [2025-07-18T01:10:38.352Z] a29436f7fd5d: Pulling fs layer [2025-07-18T01:10:38.352Z] 923cac83aea3: Pulling fs layer [2025-07-18T01:10:38.352Z] 25ad8b0a4227: Pulling fs layer [2025-07-18T01:10:38.352Z] db01528c6b51: Pulling fs layer [2025-07-18T01:10:38.352Z] 28988de357af: Pulling fs layer [2025-07-18T01:10:38.352Z] 461d9e800cba: Waiting [2025-07-18T01:10:38.352Z] 80192f66455f: Waiting [2025-07-18T01:10:38.352Z] 2e8e34ca0e6c: Waiting [2025-07-18T01:10:38.352Z] a29436f7fd5d: Waiting [2025-07-18T01:10:38.352Z] 923cac83aea3: Waiting [2025-07-18T01:10:38.352Z] 25ad8b0a4227: Waiting [2025-07-18T01:10:38.352Z] db01528c6b51: Waiting [2025-07-18T01:10:38.352Z] 28988de357af: Waiting [2025-07-18T01:10:38.352Z] 6bf1a483ea7c: Verifying Checksum [2025-07-18T01:10:38.352Z] 6bf1a483ea7c: Download complete [2025-07-18T01:10:38.352Z] 461d9e800cba: Download complete [2025-07-18T01:10:38.352Z] 80192f66455f: Verifying Checksum [2025-07-18T01:10:38.352Z] 80192f66455f: Download complete [2025-07-18T01:10:38.612Z] f5dfc541a4d3: Verifying Checksum [2025-07-18T01:10:38.612Z] f5dfc541a4d3: Download complete [2025-07-18T01:10:38.612Z] 3dae71ba6b94: Verifying Checksum [2025-07-18T01:10:38.612Z] 3dae71ba6b94: Download complete [2025-07-18T01:10:38.612Z] 923cac83aea3: Verifying Checksum [2025-07-18T01:10:38.612Z] 923cac83aea3: Download complete [2025-07-18T01:10:38.872Z] 25ad8b0a4227: Verifying Checksum [2025-07-18T01:10:38.872Z] 25ad8b0a4227: Download complete [2025-07-18T01:10:38.872Z] db01528c6b51: Verifying Checksum [2025-07-18T01:10:38.872Z] db01528c6b51: Download complete [2025-07-18T01:10:38.872Z] 28988de357af: Verifying Checksum [2025-07-18T01:10:38.872Z] 28988de357af: Download complete [2025-07-18T01:10:38.872Z] a29436f7fd5d: Verifying Checksum [2025-07-18T01:10:38.872Z] a29436f7fd5d: Download complete [2025-07-18T01:10:39.132Z] 2e8e34ca0e6c: Verifying Checksum [2025-07-18T01:10:39.132Z] 2e8e34ca0e6c: Download complete [2025-07-18T01:10:40.074Z] 3dae71ba6b94: Pull complete [2025-07-18T01:10:40.074Z] 6bf1a483ea7c: Pull complete [2025-07-18T01:10:41.014Z] f5dfc541a4d3: Pull complete [2025-07-18T01:10:41.014Z] 461d9e800cba: Pull complete [2025-07-18T01:10:41.014Z] 80192f66455f: Pull complete [2025-07-18T01:10:45.228Z] 2e8e34ca0e6c: Pull complete [2025-07-18T01:10:46.166Z] a29436f7fd5d: Pull complete [2025-07-18T01:10:46.166Z] 923cac83aea3: Pull complete [2025-07-18T01:10:46.166Z] 25ad8b0a4227: Pull complete [2025-07-18T01:10:46.166Z] db01528c6b51: Pull complete [2025-07-18T01:10:46.166Z] 28988de357af: Pull complete [2025-07-18T01:10:46.166Z] Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 [2025-07-18T01:10:46.166Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-18T01:10:46.166Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:10:46.319Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:10:46.353Z] $ 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-18T01:10:48.168Z] $ docker top 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 -eo pid,comm [2025-07-18T01:10:48.221Z] 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-18T01:10:48.221Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-18T01:10:48.280Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-18T01:10:48.280Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-18T01:10:48.404Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-18T01:10:48.407Z] $ docker exec 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 ssh-agent [2025-07-18T01:10:48.522Z] SSH_AUTH_SOCK=/tmp/ssh-6WrvLtLGzsuT/agent.32 [2025-07-18T01:10:48.522Z] SSH_AGENT_PID=38 [2025-07-18T01:10:48.528Z] Running ssh-add (command line suppressed) [2025-07-18T01:10:48.633Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11620034739567638615.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_11620034739567638615.key) [2025-07-18T01:10:48.649Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-18T01:10:48.941Z] + git tag --points-at HEAD [Pipeline] } [2025-07-18T01:10:48.951Z] $ docker exec --env ******** --env ******** 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 ssh-agent -k [2025-07-18T01:10:49.057Z] unset SSH_AUTH_SOCK; [2025-07-18T01:10:49.057Z] unset SSH_AGENT_PID; [2025-07-18T01:10:49.057Z] echo Agent pid 38 killed; [2025-07-18T01:10:49.067Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-07-18T01:10:49.102Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-18T01:10:49.102Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-18T01:10:49.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-18T01:10:49.221Z] $ docker exec 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 ssh-agent [2025-07-18T01:10:49.334Z] SSH_AUTH_SOCK=/tmp/ssh-CtlmHdYHmQ0c/agent.71 [2025-07-18T01:10:49.334Z] SSH_AGENT_PID=77 [2025-07-18T01:10:49.339Z] Running ssh-add (command line suppressed) [2025-07-18T01:10:49.456Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4224645778717902743.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_4224645778717902743.key) [2025-07-18T01:10:49.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-18T01:10:49.768Z] + git semver init [2025-07-18T01:10:50.027Z] 2025-07-18 01:10:49,997 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-18T01:10:50.027Z] 2025-07-18 01:10:50,002 [run_init] DEBUG init version:0.0.0 force:False [2025-07-18T01:10:50.027Z] 2025-07-18 01:10:50,003 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-18T01:10:50.027Z] 2025-07-18 01:10:50,003 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-rest-go.git /w/workspace/edgexfoundry_device-rest-go_main/.semver [2025-07-18T01:10:50.027Z] 2025-07-18 01:10:50,004 [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-18T01:10:51.936Z] 2025-07-18 01:10:51,411 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-rest-go_main/.git/info/exclude [2025-07-18T01:10:51.936Z] 2025-07-18 01:10:51,411 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:False [2025-07-18T01:10:51.936Z] 2025-07-18 01:10:51,411 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:10:51.936Z] 2025-07-18 01:10:51,412 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:10:51.936Z] 4.1.0-dev.8 [Pipeline] } [2025-07-18T01:10:51.945Z] $ docker exec --env ******** --env ******** 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 ssh-agent -k [2025-07-18T01:10:52.053Z] unset SSH_AUTH_SOCK; [2025-07-18T01:10:52.053Z] unset SSH_AGENT_PID; [2025-07-18T01:10:52.053Z] echo Agent pid 77 killed; [2025-07-18T01:10:52.061Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-18T01:10:52.383Z] + git semver [Pipeline] } [2025-07-18T01:10:52.658Z] $ docker stop --time=1 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 [2025-07-18T01:10:53.926Z] $ docker rm -f --volumes 015103afc7e550ee2e47a75a7df3c1a2bc2a213ffd06641221b4f8fef5d711b8 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-18T01:10:54.273Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-07-18T01:10:54.572Z] Stashed 1 file(s) [Pipeline] echo [2025-07-18T01:10:54.575Z] [edgeXSemver]: initialized semver on version 4.1.0-dev.8 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-18T01:10:54.748Z] provisioning config files... [2025-07-18T01:10:54.775Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config10792288256202014036tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:10:55.101Z] ---> ****-login.sh [2025-07-18T01:10:55.101Z] nexus3.edgexfoundry.org:10001 [2025-07-18T01:10:55.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:55.101Z] Login Succeeded [2025-07-18T01:10:55.101Z] nexus3.edgexfoundry.org:10002 [2025-07-18T01:10:55.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:55.101Z] Login Succeeded [2025-07-18T01:10:55.101Z] nexus3.edgexfoundry.org:10003 [2025-07-18T01:10:55.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:55.361Z] Login Succeeded [2025-07-18T01:10:55.361Z] nexus3.edgexfoundry.org:10004 [2025-07-18T01:10:55.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:55.361Z] Login Succeeded [2025-07-18T01:10:55.361Z] ****.io [2025-07-18T01:10:55.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:10:55.621Z] Login Succeeded [2025-07-18T01:10:55.621Z] ---> ****-login.sh ends [Pipeline] } [2025-07-18T01:10:55.629Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-18T01:10:55.731Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-18T01:10:55.749Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-18T01:10:55.767Z] ========================================================= [2025-07-18T01:10:55.767Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-07-18T01:10:55.767Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:10:56.105Z] + 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-18T01:10:56.674Z] #0 building with "default" instance using docker driver [2025-07-18T01:10:56.674Z] [2025-07-18T01:10:56.674Z] #1 [internal] load build definition from Dockerfile [2025-07-18T01:10:56.674Z] #1 DONE 0.0s [2025-07-18T01:10:56.674Z] [2025-07-18T01:10:56.674Z] #1 [internal] load build definition from Dockerfile [2025-07-18T01:10:56.674Z] #1 transferring dockerfile: 1.74kB done [2025-07-18T01:10:56.674Z] #1 DONE 0.0s [2025-07-18T01:10:56.674Z] [2025-07-18T01:10:56.674Z] #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-07-18T01:10:56.674Z] #2 DONE 0.1s [2025-07-18T01:10:56.935Z] [2025-07-18T01:10:56.935Z] #3 [internal] load .dockerignore [2025-07-18T01:10:56.935Z] #3 transferring context: 193B done [2025-07-18T01:10:56.935Z] #3 DONE 0.0s [2025-07-18T01:10:56.935Z] [2025-07-18T01:10:56.935Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-18T01:10:56.935Z] #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done [2025-07-18T01:10:56.935Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.74MB / 74.06MB 0.1s [2025-07-18T01:10:56.935Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s [2025-07-18T01:10:56.935Z] #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done [2025-07-18T01:10:56.935Z] #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done [2025-07-18T01:10:56.935Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s [2025-07-18T01:10:56.935Z] #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done [2025-07-18T01:10:56.935Z] #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done [2025-07-18T01:10:56.935Z] #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done [2025-07-18T01:10:56.935Z] #4 ... [2025-07-18T01:10:56.935Z] [2025-07-18T01:10:56.935Z] #5 [internal] load build context [2025-07-18T01:10:56.935Z] #5 transferring context: 21.60MB 0.2s done [2025-07-18T01:10:56.935Z] #5 DONE 0.2s [2025-07-18T01:10:56.935Z] [2025-07-18T01:10:56.935Z] #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 [2025-07-18T01:10:56.935Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 14.68MB / 74.06MB 0.2s [2025-07-18T01:10:56.935Z] #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done [2025-07-18T01:10:56.935Z] #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done [2025-07-18T01:10:56.935Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc [2025-07-18T01:10:56.935Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 1.05MB / 2.38MB 0.2s [2025-07-18T01:10:56.935Z] #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done [2025-07-18T01:10:56.935Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 1.05MB / 100.52MB 0.2s [2025-07-18T01:10:57.195Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 29.36MB / 74.06MB 0.3s [2025-07-18T01:10:57.195Z] #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done [2025-07-18T01:10:57.195Z] #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.2s done [2025-07-18T01:10:57.195Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df [2025-07-18T01:10:57.195Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 1.05MB / 13.29MB 0.3s [2025-07-18T01:10:57.454Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 65.01MB / 74.06MB 0.5s [2025-07-18T01:10:57.454Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 16.78MB / 100.52MB 0.5s [2025-07-18T01:10:57.454Z] #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done [2025-07-18T01:10:57.454Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 9.44MB / 13.29MB 0.5s [2025-07-18T01:10:57.454Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s [2025-07-18T01:10:57.454Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 25.17MB / 100.52MB 0.6s [2025-07-18T01:10:57.454Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s [2025-07-18T01:10:57.454Z] #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s done [2025-07-18T01:10:57.454Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 37.75MB / 100.52MB 0.7s [2025-07-18T01:10:57.454Z] #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.7s done [2025-07-18T01:10:57.714Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 51.38MB / 100.52MB 0.8s [2025-07-18T01:10:57.714Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 0.1s [2025-07-18T01:10:57.714Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 67.11MB / 100.52MB 0.9s [2025-07-18T01:10:57.972Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 83.89MB / 100.52MB 1.0s [2025-07-18T01:10:57.972Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s [2025-07-18T01:10:58.230Z] #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.3s done [2025-07-18T01:11:02.408Z] #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.7s done [2025-07-18T01:11:02.408Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 [2025-07-18T01:11:02.667Z] #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done [2025-07-18T01:11:02.667Z] #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done [2025-07-18T01:11:02.667Z] #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done [2025-07-18T01:11:02.667Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 [2025-07-18T01:11:02.925Z] #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done [2025-07-18T01:11:02.925Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s [2025-07-18T01:11:06.206Z] #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.0s done [2025-07-18T01:11:06.206Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s [2025-07-18T01:11:06.464Z] #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.5s done [2025-07-18T01:11:06.464Z] #4 DONE 9.6s [2025-07-18T01:11:06.723Z] [2025-07-18T01:11:06.723Z] #6 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-18T01:11:06.723Z] #6 0.230 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-18T01:11:06.982Z] #6 0.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-18T01:11:07.241Z] #6 0.805 (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-18T01:11:07.501Z] #6 0.813 (2/4) Installing libedit (20240517.3.1-r0) [2025-07-18T01:11:07.501Z] #6 0.821 (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-18T01:11:07.501Z] #6 0.854 (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-18T01:11:07.501Z] #6 0.868 Executing busybox-1.36.1-r29.trigger [2025-07-18T01:11:07.501Z] #6 0.878 OK: 252 MiB in 62 packages [2025-07-18T01:11:08.882Z] #6 DONE 2.4s [2025-07-18T01:11:09.140Z] [2025-07-18T01:11:09.140Z] #7 [builder 3/7] WORKDIR /device-rest-go [2025-07-18T01:11:09.140Z] #7 DONE 0.0s [2025-07-18T01:11:09.140Z] [2025-07-18T01:11:09.140Z] #8 [builder 4/7] COPY go.mod vendor* ./ [2025-07-18T01:11:09.140Z] #8 DONE 0.0s [2025-07-18T01:11:09.140Z] [2025-07-18T01:11:09.140Z] #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-18T01:11:09.706Z] Still waiting to schedule task [2025-07-18T01:11:09.707Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-5299’ [2025-07-18T01:11:55.829Z] #9 DONE 44.6s [2025-07-18T01:11:55.829Z] [2025-07-18T01:11:55.829Z] #10 [builder 6/7] COPY . . [2025-07-18T01:11:55.829Z] #10 DONE 0.1s [2025-07-18T01:11:55.829Z] [2025-07-18T01:11:55.829Z] #11 [builder 7/7] RUN echo noop [2025-07-18T01:11:55.829Z] #11 0.182 noop [2025-07-18T01:11:55.829Z] #11 DONE 0.2s [2025-07-18T01:11:55.829Z] [2025-07-18T01:11:55.829Z] #12 exporting to image [2025-07-18T01:11:55.829Z] #12 exporting layers [2025-07-18T01:12:02.415Z] #12 exporting layers 8.2s done [2025-07-18T01:12:02.415Z] #12 writing image sha256:332b67a71dfcbfc1ef4fbef88e1868ee2a3b7da3fa10f7d263d524503f980e25 [2025-07-18T01:12:02.415Z] #12 writing image sha256:332b67a71dfcbfc1ef4fbef88e1868ee2a3b7da3fa10f7d263d524503f980e25 done [2025-07-18T01:12:02.415Z] #12 naming to docker.io/library/ci-base-image-x86_64 done [2025-07-18T01:12:02.415Z] #12 DONE 8.2s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:12:02.750Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-18T01:12:02.750Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:12:02.829Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:12:02.856Z] $ 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-18T01:12:03.160Z] $ docker top 286c39a8138e1abfb54b3592e770afb0419eee705eb38470fba9da9eef1cc12a -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-18T01:12:03.510Z] + go version [2025-07-18T01:12:03.511Z] go version go1.23.9 linux/amd64 [Pipeline] } [2025-07-18T01:12:03.520Z] $ docker stop --time=1 286c39a8138e1abfb54b3592e770afb0419eee705eb38470fba9da9eef1cc12a [2025-07-18T01:12:04.786Z] $ docker rm -f --volumes 286c39a8138e1abfb54b3592e770afb0419eee705eb38470fba9da9eef1cc12a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:12:05.232Z] + docker inspect -f . ci-base-image-x86_64 [2025-07-18T01:12:05.232Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:12:05.304Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:12:05.331Z] $ 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-18T01:12:05.590Z] $ docker top 0a9701125e0e99be230e08dbf267e6b3aac89b0417145c3d85c0dc26100752f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-18T01:12:05.939Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] fileExists [Pipeline] sh [2025-07-18T01:12:06.241Z] + make test [2025-07-18T01:12:06.241Z] go test ./... -coverprofile=coverage.out ./... [2025-07-18T01:12:07.659Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-18T01:12:29.584Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-18T01:12:29.584Z] ok github.com/edgexfoundry/device-rest-go/driver 0.009s coverage: 32.2% of statements [2025-07-18T01:12:39.562Z] go vet ./... [2025-07-18T01:12:46.146Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-18T01:12:46.146Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-18T01:12:46.146Z] ./bin/test-attribution-txt.sh [2025-07-18T01:12:46.146Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-18T01:12:46.146Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-18T01:12:46.146Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-18T01:12:46.146Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-18T01:12:46.146Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-18T01:12:46.161Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-18T01:12:46.180Z] $ docker stop --time=1 0a9701125e0e99be230e08dbf267e6b3aac89b0417145c3d85c0dc26100752f7 [2025-07-18T01:12:47.979Z] $ docker rm -f --volumes 0a9701125e0e99be230e08dbf267e6b3aac89b0417145c3d85c0dc26100752f7 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-18T01:12:48.528Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-18T01:12:48.581Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-07-18T01:12:49.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-18T01:12:49.399Z] + ls -al . [2025-07-18T01:12:49.399Z] total 244 [2025-07-18T01:12:49.399Z] drwxrwxr-x 9 jenkins jenkins 4096 Jul 18 01:12 . [2025-07-18T01:12:49.399Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 01:10 .. [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 18 01:10 .dockerignore [2025-07-18T01:12:49.399Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 01:12 .git [2025-07-18T01:12:49.399Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:10 .github [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 18 01:10 .gitignore [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 18 01:10 .golangci.yml [2025-07-18T01:12:49.399Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 18 01:10 .semver [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 18 01:10 Attribution.txt [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 18 01:10 CHANGELOG.md [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 18 01:10 Dockerfile [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 18 01:10 GOVERNANCE.md [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 18 01:10 Jenkinsfile [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 18 01:10 LICENSE [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 18 01:10 Makefile [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 18 01:10 OWNERS.md [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 18 01:10 README.md [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 18 01:10 VERSION [2025-07-18T01:12:49.399Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 01:10 bin [2025-07-18T01:12:49.399Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:10 cmd [2025-07-18T01:12:49.399Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 18 01:12 coverage.out [2025-07-18T01:12:49.399Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 01:10 driver [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jul 18 01:10 go.mod [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 18 01:10 go.sum [2025-07-18T01:12:49.399Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:10 openapi [2025-07-18T01:12:49.399Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 18 01:10 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:12:49.718Z] + 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=3068ce5cc7f88542a2b7560f9d12fad6abd57d78 --label arch=amd64 --label version=4.1.0-dev.8 . [2025-07-18T01:12:49.977Z] #0 building with "default" instance using docker driver [2025-07-18T01:12:49.977Z] [2025-07-18T01:12:49.977Z] #1 [internal] load build definition from Dockerfile [2025-07-18T01:12:49.977Z] #1 transferring dockerfile: 1.74kB done [2025-07-18T01:12:49.977Z] #1 DONE 0.0s [2025-07-18T01:12:49.977Z] [2025-07-18T01:12:49.977Z] #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2025-07-18T01:12:49.977Z] #2 DONE 0.0s [2025-07-18T01:12:49.977Z] [2025-07-18T01:12:49.977Z] #3 [internal] load metadata for docker.io/library/alpine:3.20 [2025-07-18T01:12:49.977Z] #3 DONE 0.1s [2025-07-18T01:12:49.977Z] [2025-07-18T01:12:49.977Z] #4 [internal] load .dockerignore [2025-07-18T01:12:49.977Z] #4 transferring context: 193B done [2025-07-18T01:12:49.977Z] #4 DONE 0.0s [2025-07-18T01:12:49.977Z] [2025-07-18T01:12:49.977Z] #5 [internal] load build context [2025-07-18T01:12:49.977Z] #5 transferring context: 18.46kB done [2025-07-18T01:12:49.977Z] #5 DONE 0.0s [2025-07-18T01:12:49.977Z] [2025-07-18T01:12:49.977Z] #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest [2025-07-18T01:12:49.977Z] #6 DONE 0.1s [2025-07-18T01:12:49.977Z] [2025-07-18T01:12:49.977Z] #7 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-18T01:12:50.547Z] #7 ... [2025-07-18T01:12:50.547Z] [2025-07-18T01:12:50.547Z] #8 [stage-1 1/6] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-18T01:12:50.547Z] #8 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done [2025-07-18T01:12:50.547Z] #8 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done [2025-07-18T01:12:50.547Z] #8 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done [2025-07-18T01:12:50.547Z] #8 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done [2025-07-18T01:12:50.547Z] #8 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done [2025-07-18T01:12:50.547Z] #8 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done [2025-07-18T01:12:50.547Z] #8 DONE 0.3s [2025-07-18T01:12:50.547Z] [2025-07-18T01:12:50.547Z] #7 [builder 2/7] RUN apk add --update --no-cache make git openssh-client [2025-07-18T01:12:50.547Z] #7 0.195 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-18T01:12:50.547Z] #7 0.356 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-18T01:12:50.809Z] #7 0.701 OK: 252 MiB in 62 packages [2025-07-18T01:12:50.809Z] #7 DONE 0.8s [2025-07-18T01:12:50.809Z] [2025-07-18T01:12:50.809Z] #9 [stage-1 2/6] RUN apk add --update --no-cache dumb-init [2025-07-18T01:12:50.809Z] #9 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-18T01:12:50.809Z] #9 0.298 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-18T01:12:50.809Z] #9 0.558 (1/1) Installing dumb-init (1.2.5-r3) [2025-07-18T01:12:50.809Z] #9 0.564 Executing busybox-1.36.1-r29.trigger [2025-07-18T01:12:50.809Z] #9 0.570 OK: 8 MiB in 15 packages [2025-07-18T01:12:51.068Z] #9 DONE 0.7s [2025-07-18T01:12:51.068Z] [2025-07-18T01:12:51.068Z] #10 [builder 3/7] WORKDIR /device-rest-go [2025-07-18T01:12:51.068Z] #10 DONE 0.0s [2025-07-18T01:12:51.068Z] [2025-07-18T01:12:51.068Z] #11 [builder 4/7] COPY go.mod vendor* ./ [2025-07-18T01:12:51.068Z] #11 DONE 0.1s [2025-07-18T01:12:51.068Z] [2025-07-18T01:12:51.068Z] #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-18T01:12:51.637Z] #12 DONE 0.6s [2025-07-18T01:12:51.637Z] [2025-07-18T01:12:51.637Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-18T01:12:51.637Z] #13 0.279 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-07-18T01:12:51.637Z] #13 0.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-07-18T01:12:51.637Z] #13 ... [2025-07-18T01:12:51.637Z] [2025-07-18T01:12:51.637Z] #14 [builder 6/7] COPY . . [2025-07-18T01:12:51.637Z] #14 DONE 0.1s [2025-07-18T01:12:51.637Z] [2025-07-18T01:12:51.637Z] #13 [stage-1 3/6] RUN apk --no-cache upgrade [2025-07-18T01:12:51.637Z] #13 0.668 OK: 8 MiB in 15 packages [2025-07-18T01:12:51.897Z] #13 DONE 0.8s [2025-07-18T01:12:51.897Z] [2025-07-18T01:12:51.897Z] #15 [builder 7/7] RUN make build [2025-07-18T01:12:51.897Z] #15 0.316 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-18T01:13:18.434Z] #15 DONE 24.4s [2025-07-18T01:13:18.434Z] [2025-07-18T01:13:18.434Z] #16 [stage-1 4/6] COPY --from=builder /device-rest-go/cmd / [2025-07-18T01:13:18.434Z] #16 DONE 0.3s [2025-07-18T01:13:18.434Z] [2025-07-18T01:13:18.434Z] #17 [stage-1 5/6] COPY --from=builder /device-rest-go/LICENSE / [2025-07-18T01:13:18.434Z] #17 DONE 0.0s [2025-07-18T01:13:18.434Z] [2025-07-18T01:13:18.434Z] #18 [stage-1 6/6] COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-18T01:13:18.434Z] #18 DONE 0.0s [2025-07-18T01:13:18.434Z] [2025-07-18T01:13:18.434Z] #19 exporting to image [2025-07-18T01:13:18.434Z] #19 exporting layers [2025-07-18T01:13:18.434Z] #19 exporting layers 0.2s done [2025-07-18T01:13:18.434Z] #19 writing image sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done [2025-07-18T01:13:18.434Z] #19 naming to docker.io/library/device-rest done [2025-07-18T01:13:18.434Z] #19 DONE 0.2s [2025-07-18T01:13:18.434Z] [2025-07-18T01:13:18.434Z] 1 warning found (use docker --debug to expand): [2025-07-18T01:13:18.434Z]  - 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-18T01:13:18.561Z] provisioning config files... [2025-07-18T01:13:18.572Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9486510585231142277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:13:18.882Z] ---> ****-login.sh [2025-07-18T01:13:18.882Z] nexus3.edgexfoundry.org:10001 [2025-07-18T01:13:18.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:13:18.882Z] Login Succeeded [2025-07-18T01:13:18.882Z] nexus3.edgexfoundry.org:10002 [2025-07-18T01:13:18.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:13:18.882Z] Login Succeeded [2025-07-18T01:13:18.882Z] nexus3.edgexfoundry.org:10003 [2025-07-18T01:13:19.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:13:19.142Z] Login Succeeded [2025-07-18T01:13:19.142Z] nexus3.edgexfoundry.org:10004 [2025-07-18T01:13:19.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:13:19.142Z] Login Succeeded [2025-07-18T01:13:19.142Z] ****.io [2025-07-18T01:13:19.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:13:19.404Z] Login Succeeded [2025-07-18T01:13:19.404Z] ---> ****-login.sh ends [Pipeline] } [2025-07-18T01:13:19.411Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-18T01:13:19.466Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-18T01:13:19.496Z] [edgeXDocker.push] Tagging docker image device-rest with the following tags: [2025-07-18T01:13:19.496Z] 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:13:19.496Z] latest [2025-07-18T01:13:19.496Z] 4.1.0-dev.8 [2025-07-18T01:13:19.496Z] 3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:13:19.496Z] main [2025-07-18T01:13:19.496Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:19.841Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:20.164Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:13:20.164Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-18T01:13:20.164Z] 76030c49720f: Preparing [2025-07-18T01:13:20.164Z] 7977a59ab4d3: Preparing [2025-07-18T01:13:20.164Z] b676065c0f7a: Preparing [2025-07-18T01:13:20.164Z] e43c37f1f4ed: Preparing [2025-07-18T01:13:20.164Z] 8795af2b720f: Preparing [2025-07-18T01:13:20.164Z] 097100c76c15: Preparing [2025-07-18T01:13:20.164Z] 097100c76c15: Waiting [2025-07-18T01:13:20.164Z] 76030c49720f: Pushed [2025-07-18T01:13:20.164Z] 7977a59ab4d3: Pushed [2025-07-18T01:13:20.164Z] e43c37f1f4ed: Pushed [2025-07-18T01:13:20.164Z] 8795af2b720f: Pushed [2025-07-18T01:13:20.164Z] 097100c76c15: Layer already exists [2025-07-18T01:13:24.354Z] b676065c0f7a: Pushed [2025-07-18T01:13:24.355Z] 3068ce5cc7f88542a2b7560f9d12fad6abd57d78: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:24.684Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:25.008Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-18T01:13:25.009Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-18T01:13:25.009Z] 76030c49720f: Preparing [2025-07-18T01:13:25.009Z] 7977a59ab4d3: Preparing [2025-07-18T01:13:25.009Z] b676065c0f7a: Preparing [2025-07-18T01:13:25.009Z] e43c37f1f4ed: Preparing [2025-07-18T01:13:25.009Z] 8795af2b720f: Preparing [2025-07-18T01:13:25.009Z] 097100c76c15: Preparing [2025-07-18T01:13:25.009Z] 097100c76c15: Waiting [2025-07-18T01:13:25.009Z] 8795af2b720f: Layer already exists [2025-07-18T01:13:25.009Z] b676065c0f7a: Layer already exists [2025-07-18T01:13:25.009Z] 76030c49720f: Layer already exists [2025-07-18T01:13:25.009Z] e43c37f1f4ed: Layer already exists [2025-07-18T01:13:25.009Z] 7977a59ab4d3: Layer already exists [2025-07-18T01:13:25.009Z] 097100c76c15: Layer already exists [2025-07-18T01:13:25.009Z] latest: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:25.337Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:25.659Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 [2025-07-18T01:13:25.659Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-18T01:13:25.659Z] 76030c49720f: Preparing [2025-07-18T01:13:25.659Z] 7977a59ab4d3: Preparing [2025-07-18T01:13:25.659Z] b676065c0f7a: Preparing [2025-07-18T01:13:25.659Z] e43c37f1f4ed: Preparing [2025-07-18T01:13:25.659Z] 8795af2b720f: Preparing [2025-07-18T01:13:25.659Z] 097100c76c15: Preparing [2025-07-18T01:13:25.659Z] 097100c76c15: Waiting [2025-07-18T01:13:25.659Z] 76030c49720f: Layer already exists [2025-07-18T01:13:25.659Z] 8795af2b720f: Layer already exists [2025-07-18T01:13:25.659Z] b676065c0f7a: Layer already exists [2025-07-18T01:13:25.659Z] 7977a59ab4d3: Layer already exists [2025-07-18T01:13:25.659Z] e43c37f1f4ed: Layer already exists [2025-07-18T01:13:25.659Z] 097100c76c15: Layer already exists [2025-07-18T01:13:25.659Z] 4.1.0-dev.8: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:25.990Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:26.311Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:13:26.311Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-18T01:13:26.311Z] 76030c49720f: Preparing [2025-07-18T01:13:26.311Z] 7977a59ab4d3: Preparing [2025-07-18T01:13:26.311Z] b676065c0f7a: Preparing [2025-07-18T01:13:26.311Z] e43c37f1f4ed: Preparing [2025-07-18T01:13:26.311Z] 8795af2b720f: Preparing [2025-07-18T01:13:26.311Z] 097100c76c15: Preparing [2025-07-18T01:13:26.311Z] 097100c76c15: Waiting [2025-07-18T01:13:26.311Z] e43c37f1f4ed: Layer already exists [2025-07-18T01:13:26.311Z] 8795af2b720f: Layer already exists [2025-07-18T01:13:26.311Z] 7977a59ab4d3: Layer already exists [2025-07-18T01:13:26.311Z] 76030c49720f: Layer already exists [2025-07-18T01:13:26.311Z] b676065c0f7a: Layer already exists [2025-07-18T01:13:26.311Z] 097100c76c15: Layer already exists [2025-07-18T01:13:26.311Z] 3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:26.638Z] + docker tag device-rest nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:13:26.963Z] + docker push nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-18T01:13:26.963Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest] [2025-07-18T01:13:26.963Z] 76030c49720f: Preparing [2025-07-18T01:13:26.963Z] 7977a59ab4d3: Preparing [2025-07-18T01:13:26.963Z] b676065c0f7a: Preparing [2025-07-18T01:13:26.963Z] e43c37f1f4ed: Preparing [2025-07-18T01:13:26.963Z] 8795af2b720f: Preparing [2025-07-18T01:13:26.963Z] 097100c76c15: Preparing [2025-07-18T01:13:26.963Z] 097100c76c15: Waiting [2025-07-18T01:13:26.963Z] 8795af2b720f: Layer already exists [2025-07-18T01:13:26.963Z] 7977a59ab4d3: Layer already exists [2025-07-18T01:13:26.963Z] e43c37f1f4ed: Layer already exists [2025-07-18T01:13:26.963Z] 76030c49720f: Layer already exists [2025-07-18T01:13:26.963Z] b676065c0f7a: Layer already exists [2025-07-18T01:13:26.963Z] 097100c76c15: Layer already exists [2025-07-18T01:13:26.963Z] main: digest: sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-18T01:13:27.026Z] ===================================================== [Pipeline] echo [2025-07-18T01:13:27.041Z] taggedImages: [2025-07-18T01:13:27.041Z] - nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:13:27.041Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-18T01:13:27.041Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 [2025-07-18T01:13:27.041Z] - nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:13:27.041Z] - nexus3.edgexfoundry.org:10004/device-rest:main [Pipeline] echo [2025-07-18T01:13:27.079Z] ========================================================= [2025-07-18T01:13:27.079Z] [edgeXBuildMultiArch] RAW Config: [2025-07-18T01:13:27.079Z] images: [2025-07-18T01:13:27.079Z] - nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:13:27.079Z] - nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-18T01:13:27.079Z] - nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 [2025-07-18T01:13:27.079Z] - nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:13:27.079Z] - nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-18T01:13:27.079Z] settingsFile: [2025-07-18T01:13:27.079Z] device-rest-go-settings [2025-07-18T01:13:27.079Z] ========================================================= [Pipeline] node [2025-07-18T01:13:42.082Z] Still waiting to schedule task [2025-07-18T01:13:42.082Z] All nodes of label ‘centos7-docker-4c-2g’ are offline [2025-07-18T01:14:27.689Z] Running on prd-centos7-docker-4c-2g-5303 in /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-18T01:14:27.734Z] provisioning config files... [2025-07-18T01:14:27.756Z] copy managed file [device-rest-go-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config846546391810828532tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:14:28.722Z] ---> ****-login.sh [2025-07-18T01:14:28.722Z] nexus3.edgexfoundry.org:10001 [2025-07-18T01:14:29.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:14:29.568Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:14:29.568Z] Configure a credential helper to remove this warning. See [2025-07-18T01:14:29.568Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:14:29.568Z] [2025-07-18T01:14:29.568Z] Login Succeeded [2025-07-18T01:14:29.568Z] nexus3.edgexfoundry.org:10002 [2025-07-18T01:14:29.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:14:29.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:14:29.569Z] Configure a credential helper to remove this warning. See [2025-07-18T01:14:29.569Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:14:29.569Z] [2025-07-18T01:14:29.569Z] Login Succeeded [2025-07-18T01:14:29.569Z] nexus3.edgexfoundry.org:10003 [2025-07-18T01:14:29.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:14:29.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:14:29.569Z] Configure a credential helper to remove this warning. See [2025-07-18T01:14:29.569Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:14:29.569Z] [2025-07-18T01:14:29.569Z] Login Succeeded [2025-07-18T01:14:29.569Z] nexus3.edgexfoundry.org:10004 [2025-07-18T01:14:29.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:14:29.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:14:29.838Z] Configure a credential helper to remove this warning. See [2025-07-18T01:14:29.838Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:14:29.838Z] [2025-07-18T01:14:29.838Z] Login Succeeded [2025-07-18T01:14:29.838Z] ****.io [2025-07-18T01:14:29.838Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:14:30.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:14:30.108Z] Configure a credential helper to remove this warning. See [2025-07-18T01:14:30.108Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:14:30.108Z] [2025-07-18T01:14:30.108Z] Login Succeeded [2025-07-18T01:14:30.108Z] ---> ****-login.sh ends [Pipeline] } [2025-07-18T01:14:30.128Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-18T01:14:30.549Z] + docker buildx ls [2025-07-18T01:14:30.853Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-18T01:14:30.853Z] default * docker [2025-07-18T01:14:30.853Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-18T01:14:31.322Z] + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use [2025-07-18T01:14:31.322Z] edgex-builder [Pipeline] sh [2025-07-18T01:14:31.808Z] + docker buildx inspect --bootstrap [2025-07-18T01:14:32.083Z] #1 [internal] booting buildkit [2025-07-18T01:14:32.083Z] #1 pulling image moby/buildkit:buildx-stable-1 [2025-07-18T01:14:36.304Z] #1 pulling image moby/buildkit:buildx-stable-1 3.9s done [2025-07-18T01:14:36.304Z] #1 creating container buildx_buildkit_edgex-builder0 [2025-07-18T01:14:36.882Z] #1 creating container buildx_buildkit_edgex-builder0 1.2s done [2025-07-18T01:14:36.882Z] #1 DONE 5.0s [2025-07-18T01:14:37.143Z] Name: edgex-builder [2025-07-18T01:14:37.143Z] Driver: docker-container [2025-07-18T01:14:37.143Z] [2025-07-18T01:14:37.143Z] Nodes: [2025-07-18T01:14:37.143Z] Name: edgex-builder0 [2025-07-18T01:14:37.143Z] Endpoint: unix:///var/run/docker.sock [2025-07-18T01:14:37.143Z] Status: running [2025-07-18T01:14:37.143Z] Buildkit: v0.22.0 [2025-07-18T01:14:37.143Z] Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh [2025-07-18T01:14:37.439Z] + docker buildx ls [2025-07-18T01:14:37.439Z] NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS [2025-07-18T01:14:37.439Z] edgex-builder * docker-container [2025-07-18T01:14:37.439Z] 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-18T01:14:37.439Z] default docker [2025-07-18T01:14:37.439Z] default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh [2025-07-18T01:14:37.737Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78' [2025-07-18T01:14:37.737Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 --push - [2025-07-18T01:14:37.998Z] #1 [internal] load build definition from Dockerfile [2025-07-18T01:14:37.998Z] #1 transferring dockerfile: 196B done [2025-07-18T01:14:37.998Z] #1 DONE 0.0s [2025-07-18T01:14:37.998Z] [2025-07-18T01:14:37.998Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:14:37.998Z] #2 DONE 0.1s [2025-07-18T01:14:37.998Z] [2025-07-18T01:14:37.998Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:14:37.998Z] #3 DONE 0.1s [2025-07-18T01:14:37.998Z] [2025-07-18T01:14:37.998Z] #4 [internal] load .dockerignore [2025-07-18T01:14:37.998Z] #4 transferring context: 2B done [2025-07-18T01:14:37.998Z] #4 DONE 0.0s [2025-07-18T01:14:37.998Z] [2025-07-18T01:14:37.999Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:37.999Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:37.999Z] #5 DONE 0.0s [2025-07-18T01:14:37.999Z] [2025-07-18T01:14:37.999Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:37.999Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:37.999Z] #6 DONE 0.1s [2025-07-18T01:14:37.999Z] [2025-07-18T01:14:37.999Z] #7 exporting to image [2025-07-18T01:14:37.999Z] #7 exporting layers done [2025-07-18T01:14:37.999Z] #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done [2025-07-18T01:14:37.999Z] #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 [2025-07-18T01:14:37.999Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-18T01:14:37.999Z] #7 ... [2025-07-18T01:14:37.999Z] [2025-07-18T01:14:37.999Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-18T01:14:37.999Z] #8 DONE 0.0s [2025-07-18T01:14:37.999Z] [2025-07-18T01:14:37.999Z] #7 exporting to image [2025-07-18T01:14:37.999Z] #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done [2025-07-18T01:14:37.999Z] #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done [2025-07-18T01:14:37.999Z] #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done [2025-07-18T01:14:37.999Z] #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done [2025-07-18T01:14:37.999Z] #7 pushing layers 0.1s done [2025-07-18T01:14:37.999Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 [2025-07-18T01:14:38.258Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done [2025-07-18T01:14:38.258Z] #7 DONE 0.2s [2025-07-18T01:14:38.258Z] [2025-07-18T01:14:38.258Z] 1 warning found (use --debug to expand): [2025-07-18T01:14:38.258Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-18T01:14:38.551Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:latest' [2025-07-18T01:14:38.551Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:latest --push - [2025-07-18T01:14:38.551Z] #1 [internal] load build definition from Dockerfile [2025-07-18T01:14:38.551Z] #1 transferring dockerfile: 162B done [2025-07-18T01:14:38.551Z] #1 DONE 0.0s [2025-07-18T01:14:38.551Z] [2025-07-18T01:14:38.551Z] #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-18T01:14:38.551Z] #2 DONE 0.0s [2025-07-18T01:14:38.551Z] [2025-07-18T01:14:38.551Z] #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:latest [2025-07-18T01:14:38.551Z] #3 DONE 0.0s [2025-07-18T01:14:38.551Z] [2025-07-18T01:14:38.551Z] #4 [internal] load .dockerignore [2025-07-18T01:14:38.551Z] #4 transferring context: 2B done [2025-07-18T01:14:38.551Z] #4 DONE 0.0s [2025-07-18T01:14:38.551Z] [2025-07-18T01:14:38.551Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:38.551Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 done [2025-07-18T01:14:38.551Z] #5 CACHED [2025-07-18T01:14:38.551Z] [2025-07-18T01:14:38.551Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:38.551Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:38.551Z] #6 CACHED [2025-07-18T01:14:38.551Z] [2025-07-18T01:14:38.551Z] #7 exporting to image [2025-07-18T01:14:38.551Z] #7 exporting layers done [2025-07-18T01:14:38.551Z] #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done [2025-07-18T01:14:38.551Z] #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done [2025-07-18T01:14:38.551Z] #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 [2025-07-18T01:14:38.551Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-18T01:14:38.810Z] #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done [2025-07-18T01:14:38.810Z] #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done [2025-07-18T01:14:38.810Z] #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done [2025-07-18T01:14:38.810Z] #7 pushing layers 0.0s done [2025-07-18T01:14:38.810Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:latest@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done [2025-07-18T01:14:38.810Z] #7 DONE 0.1s [2025-07-18T01:14:38.810Z] [2025-07-18T01:14:38.810Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-18T01:14:38.810Z] #8 DONE 0.0s [2025-07-18T01:14:38.810Z] [2025-07-18T01:14:38.810Z] 1 warning found (use --debug to expand): [2025-07-18T01:14:38.810Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-18T01:14:39.100Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8' [2025-07-18T01:14:39.101Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 --push - [2025-07-18T01:14:39.101Z] #1 [internal] load build definition from Dockerfile [2025-07-18T01:14:39.101Z] #1 transferring dockerfile: 167B done [2025-07-18T01:14:39.101Z] #1 DONE 0.0s [2025-07-18T01:14:39.101Z] [2025-07-18T01:14:39.101Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 [2025-07-18T01:14:39.101Z] #2 DONE 0.0s [2025-07-18T01:14:39.101Z] [2025-07-18T01:14:39.101Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8 [2025-07-18T01:14:39.101Z] #3 DONE 0.0s [2025-07-18T01:14:39.101Z] [2025-07-18T01:14:39.101Z] #4 [internal] load .dockerignore [2025-07-18T01:14:39.101Z] #4 transferring context: 2B done [2025-07-18T01:14:39.101Z] #4 DONE 0.0s [2025-07-18T01:14:39.101Z] [2025-07-18T01:14:39.101Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:39.101Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:39.101Z] #5 CACHED [2025-07-18T01:14:39.101Z] [2025-07-18T01:14:39.101Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:39.101Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:39.101Z] #6 CACHED [2025-07-18T01:14:39.101Z] [2025-07-18T01:14:39.101Z] #7 exporting to image [2025-07-18T01:14:39.101Z] #7 exporting layers done [2025-07-18T01:14:39.101Z] #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done [2025-07-18T01:14:39.101Z] #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done [2025-07-18T01:14:39.101Z] #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done [2025-07-18T01:14:39.101Z] #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede [2025-07-18T01:14:39.101Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-18T01:14:39.362Z] #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done [2025-07-18T01:14:39.362Z] #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done [2025-07-18T01:14:39.362Z] #7 pushing layers 0.0s done [2025-07-18T01:14:39.362Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:4.1.0-dev.8@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done [2025-07-18T01:14:39.362Z] #7 DONE 0.1s [2025-07-18T01:14:39.362Z] [2025-07-18T01:14:39.362Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-18T01:14:39.362Z] #8 DONE 0.0s [2025-07-18T01:14:39.362Z] [2025-07-18T01:14:39.362Z] 1 warning found (use --debug to expand): [2025-07-18T01:14:39.362Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-18T01:14:39.654Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8' [2025-07-18T01:14:39.654Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 --push - [2025-07-18T01:14:39.654Z] #1 [internal] load build definition from Dockerfile [2025-07-18T01:14:39.654Z] #1 transferring dockerfile: 208B done [2025-07-18T01:14:39.654Z] #1 DONE 0.0s [2025-07-18T01:14:39.654Z] [2025-07-18T01:14:39.654Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:14:39.654Z] #2 DONE 0.0s [2025-07-18T01:14:39.654Z] [2025-07-18T01:14:39.654Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:14:39.654Z] #3 DONE 0.0s [2025-07-18T01:14:39.654Z] [2025-07-18T01:14:39.654Z] #4 [internal] load .dockerignore [2025-07-18T01:14:39.654Z] #4 transferring context: 2B done [2025-07-18T01:14:39.654Z] #4 DONE 0.0s [2025-07-18T01:14:39.654Z] [2025-07-18T01:14:39.654Z] #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:39.654Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:39.654Z] #5 CACHED [2025-07-18T01:14:39.654Z] [2025-07-18T01:14:39.654Z] #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:39.654Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:39.654Z] #6 CACHED [2025-07-18T01:14:39.654Z] [2025-07-18T01:14:39.654Z] #7 exporting to image [2025-07-18T01:14:39.654Z] #7 exporting layers done [2025-07-18T01:14:39.654Z] #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done [2025-07-18T01:14:39.654Z] #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 [2025-07-18T01:14:39.654Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-18T01:14:39.913Z] #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done [2025-07-18T01:14:39.913Z] #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done [2025-07-18T01:14:39.913Z] #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done [2025-07-18T01:14:39.913Z] #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done [2025-07-18T01:14:39.913Z] #7 pushing layers 0.0s done [2025-07-18T01:14:39.913Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done [2025-07-18T01:14:39.913Z] #7 DONE 0.1s [2025-07-18T01:14:39.913Z] [2025-07-18T01:14:39.913Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-18T01:14:39.913Z] #8 DONE 0.0s [2025-07-18T01:14:39.913Z] [2025-07-18T01:14:39.913Z] 1 warning found (use --debug to expand): [2025-07-18T01:14:39.913Z]  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh [2025-07-18T01:14:40.198Z] + echo -e 'FROM nexus3.edgexfoundry.org:10004/device-rest:main' [2025-07-18T01:14:40.198Z] + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/device-rest:main --push - [2025-07-18T01:14:40.198Z] #1 [internal] load build definition from Dockerfile [2025-07-18T01:14:40.198Z] #1 transferring dockerfile: 160B done [2025-07-18T01:14:40.198Z] #1 DONE 0.0s [2025-07-18T01:14:40.198Z] [2025-07-18T01:14:40.198Z] #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-18T01:14:40.198Z] #2 DONE 0.0s [2025-07-18T01:14:40.198Z] [2025-07-18T01:14:40.198Z] #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/device-rest:main [2025-07-18T01:14:40.198Z] #3 DONE 0.0s [2025-07-18T01:14:40.198Z] [2025-07-18T01:14:40.198Z] #4 [internal] load .dockerignore [2025-07-18T01:14:40.198Z] #4 transferring context: 2B done [2025-07-18T01:14:40.198Z] #4 DONE 0.0s [2025-07-18T01:14:40.198Z] [2025-07-18T01:14:40.198Z] #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:40.198Z] #5 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:40.198Z] #5 CACHED [2025-07-18T01:14:40.198Z] [2025-07-18T01:14:40.198Z] #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/device-rest:main@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 [2025-07-18T01:14:40.198Z] #6 resolve nexus3.edgexfoundry.org:10004/device-rest:main@sha256:49fbf838f9c36ba2e56035edbf25021e49f9a8e938e9c7c6df401d61988fce93 0.0s done [2025-07-18T01:14:40.198Z] #6 CACHED [2025-07-18T01:14:40.198Z] [2025-07-18T01:14:40.198Z] #7 exporting to image [2025-07-18T01:14:40.198Z] #7 exporting layers done [2025-07-18T01:14:40.198Z] #7 exporting manifest sha256:a428da42727c8cdfc9bf487c5a9e7d840cb818077fd5b555f0b19fa16e447ce9 done [2025-07-18T01:14:40.198Z] #7 exporting config sha256:959a68757d2917ed784c2016abcbb539e9a534f9b312e45d3da0fde61d153dd8 done [2025-07-18T01:14:40.198Z] #7 exporting manifest sha256:5fc9670de1a6b814c7ad3b5289b5c0ab18d5f02b54def6010c3ff5e809b28862 done [2025-07-18T01:14:40.198Z] #7 exporting config sha256:d321bed021a6da3eda4b981d2d882192e83a4b36868d54e726e0c294b6a30ede done [2025-07-18T01:14:40.198Z] #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 [2025-07-18T01:14:40.198Z] #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [2025-07-18T01:14:40.457Z] #7 exporting manifest list sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 done [2025-07-18T01:14:40.457Z] #7 pushing layers 0.0s done [2025-07-18T01:14:40.457Z] #7 pushing manifest for nexus3.edgexfoundry.org:10004/device-rest:main@sha256:5f7dbd91c8c990078f7bda0b297371254397b5ba8f8f26a89c8722dd5e21de03 0.1s done [2025-07-18T01:14:40.457Z] #7 DONE 0.1s [2025-07-18T01:14:40.457Z] [2025-07-18T01:14:40.457Z] #8 [auth] device-rest:pull,push token for nexus3.edgexfoundry.org:10004 [2025-07-18T01:14:40.457Z] #8 DONE 0.0s [2025-07-18T01:14:40.457Z] [2025-07-18T01:14:40.457Z] 1 warning found (use --debug to expand): [2025-07-18T01:14:40.457Z]  - 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-18T01:14:40.853Z] + '[' -d /w/workspace/edgexfoundry_device-rest-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:14:41.152Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:14:41.706Z] ---> package-listing.sh [2025-07-18T01:14:41.706Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-18T01:14:41.706Z] ++ facter osfamily [2025-07-18T01:14:41.965Z] + OS_FAMILY=redhat [2025-07-18T01:14:41.965Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-18T01:14:41.965Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-18T01:14:41.965Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-18T01:14:41.965Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-18T01:14:41.965Z] + PACKAGES=/tmp/packages_start.txt [2025-07-18T01:14:41.965Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-18T01:14:41.965Z] + PACKAGES=/tmp/packages_end.txt [2025-07-18T01:14:41.965Z] + case "${OS_FAMILY}" in [2025-07-18T01:14:41.965Z] + sort [2025-07-18T01:14:41.965Z] + rpm -qa [2025-07-18T01:14:42.531Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-18T01:14:42.531Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-18T01:14:42.531Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-18T01:14:42.531Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-18T01:14:42.531Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-18T01:14:42.531Z] + 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-18T01:14:42.543Z] 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-18T01:14:42.820Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:14:43.393Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-18T01:14:43.393Z] [2025-07-18T01:14:43.393Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:14:43.698Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-18T01:14:43.698Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-18T01:14:43.698Z] 5eb5b503b376: Pulling fs layer [2025-07-18T01:14:43.698Z] 5c69ac0246d0: Pulling fs layer [2025-07-18T01:14:43.698Z] ec43610c2a17: Pulling fs layer [2025-07-18T01:14:43.698Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-18T01:14:43.698Z] 33b1e0a273af: Pulling fs layer [2025-07-18T01:14:43.698Z] 5d3b04190fa2: Pulling fs layer [2025-07-18T01:14:43.698Z] 2f39f015ded8: Pulling fs layer [2025-07-18T01:14:43.698Z] 3a2ae6a8a46f: Waiting [2025-07-18T01:14:43.698Z] 33b1e0a273af: Waiting [2025-07-18T01:14:43.698Z] 5d3b04190fa2: Waiting [2025-07-18T01:14:43.698Z] 2f39f015ded8: Waiting [2025-07-18T01:14:43.698Z] 5c69ac0246d0: Verifying Checksum [2025-07-18T01:14:43.698Z] 5c69ac0246d0: Download complete [2025-07-18T01:14:43.698Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-18T01:14:43.698Z] 3a2ae6a8a46f: Download complete [2025-07-18T01:14:43.698Z] 33b1e0a273af: Verifying Checksum [2025-07-18T01:14:43.698Z] 33b1e0a273af: Download complete [2025-07-18T01:14:43.698Z] 5d3b04190fa2: Verifying Checksum [2025-07-18T01:14:43.698Z] 5d3b04190fa2: Download complete [2025-07-18T01:14:43.698Z] ec43610c2a17: Verifying Checksum [2025-07-18T01:14:43.699Z] ec43610c2a17: Download complete [2025-07-18T01:14:43.969Z] 5eb5b503b376: Verifying Checksum [2025-07-18T01:14:43.969Z] 5eb5b503b376: Download complete [2025-07-18T01:14:44.549Z] 2f39f015ded8: Verifying Checksum [2025-07-18T01:14:44.549Z] 2f39f015ded8: Download complete [2025-07-18T01:14:45.124Z] 5eb5b503b376: Pull complete [2025-07-18T01:14:45.388Z] 5c69ac0246d0: Pull complete [2025-07-18T01:14:45.650Z] ec43610c2a17: Pull complete [2025-07-18T01:14:45.918Z] 3a2ae6a8a46f: Pull complete [2025-07-18T01:14:45.918Z] 33b1e0a273af: Pull complete [2025-07-18T01:14:46.177Z] 5d3b04190fa2: Pull complete [2025-07-18T01:14:50.373Z] 2f39f015ded8: Pull complete [2025-07-18T01:14:50.373Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-18T01:14:50.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-18T01:14:50.373Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:14:50.514Z] prd-centos7-docker-4c-2g-5303 does not seem to be running inside a container [2025-07-18T01:14:50.560Z] $ 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-18T01:14:53.230Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5302 in /w/workspace/edgexfoundry_device-rest-go_main [2025-07-18T01:14:53.829Z] $ docker top f44050b0426f080b22ad4f2ef5359e21a8b6fff2d785b5794560d7c5a4a73c04 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2025-07-18T01:14:53.941Z] Running in /w/workspace/device-rest-go/207 [Pipeline] { [Pipeline] checkout [2025-07-18T01:14:54.184Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-18T01:14:56.994Z] The recommended git tool is: git [2025-07-18T01:14:57.263Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-18T01:14:57.549Z] + ls /var/log/sa-host [2025-07-18T01:14:57.549Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-18T01:14:57.702Z] provisioning config files... [2025-07-18T01:14:57.710Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config1296765795605249273tmp [Pipeline] { [Pipeline] echo [2025-07-18T01:14:57.727Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:14:58.023Z] ---> create-netrc.sh [Pipeline] } [2025-07-18T01:14:58.032Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:14:58.369Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-18T01:14:58.379Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:14:58.672Z] ---> sudo-logs.sh [2025-07-18T01:14:58.672Z] Archiving 'sudo' log.. [2025-07-18T01:14:58.672Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5303.novalocal: Name or service not known [2025-07-18T01:14:58.672Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-5303.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2025-07-18T01:14:58.700Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:14:58.987Z] ---> job-cost.sh [2025-07-18T01:14:58.987Z] lf-activate-venv: SKIPPING [2025-07-18T01:14:58.987Z] INFO: No Stack... [2025-07-18T01:14:59.246Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2025-07-18T01:14:59.505Z] INFO: Archiving Costs [Pipeline] echo [2025-07-18T01:14:59.515Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:14:59.807Z] ---> logs-deploy.sh [2025-07-18T01:14:59.808Z] lf-activate-venv: SKIPPING [2025-07-18T01:14:59.808Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/207 [2025-07-18T01:14:59.808Z] INFO: archiving workspace using pattern(s): [2025-07-18T01:15:00.745Z] Archives upload complete. [2025-07-18T01:15:00.745Z] INFO: archiving logs to Nexus [2025-07-18T01:15:01.319Z] ---> uname -a: [2025-07-18T01:15:01.319Z] Linux prd-centos7-docker-4c-2g-5303.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-18T01:15:01.319Z] [2025-07-18T01:15:01.319Z] [2025-07-18T01:15:01.319Z] ---> lscpu: [2025-07-18T01:15:01.319Z] Architecture: x86_64 [2025-07-18T01:15:01.319Z] CPU op-mode(s): 32-bit, 64-bit [2025-07-18T01:15:01.319Z] Byte Order: Little Endian [2025-07-18T01:15:01.319Z] Address sizes: 40 bits physical, 48 bits virtual [2025-07-18T01:15:01.319Z] CPU(s): 2 [2025-07-18T01:15:01.319Z] On-line CPU(s) list: 0,1 [2025-07-18T01:15:01.319Z] Thread(s) per core: 1 [2025-07-18T01:15:01.319Z] Core(s) per socket: 1 [2025-07-18T01:15:01.319Z] Socket(s): 2 [2025-07-18T01:15:01.319Z] NUMA node(s): 1 [2025-07-18T01:15:01.319Z] Vendor ID: AuthenticAMD [2025-07-18T01:15:01.319Z] CPU family: 23 [2025-07-18T01:15:01.319Z] Model: 49 [2025-07-18T01:15:01.319Z] Model name: AMD EPYC-Rome Processor [2025-07-18T01:15:01.319Z] Stepping: 0 [2025-07-18T01:15:01.319Z] CPU MHz: 2799.998 [2025-07-18T01:15:01.319Z] BogoMIPS: 5599.99 [2025-07-18T01:15:01.319Z] Virtualization: AMD-V [2025-07-18T01:15:01.319Z] Hypervisor vendor: KVM [2025-07-18T01:15:01.319Z] Virtualization type: full [2025-07-18T01:15:01.319Z] L1d cache: 64 KiB [2025-07-18T01:15:01.319Z] L1i cache: 64 KiB [2025-07-18T01:15:01.319Z] L2 cache: 1 MiB [2025-07-18T01:15:01.319Z] L3 cache: 32 MiB [2025-07-18T01:15:01.319Z] NUMA node0 CPU(s): 0,1 [2025-07-18T01:15:01.319Z] Vulnerability Itlb multihit: Not affected [2025-07-18T01:15:01.319Z] Vulnerability L1tf: Not affected [2025-07-18T01:15:01.319Z] Vulnerability Mds: Not affected [2025-07-18T01:15:01.319Z] Vulnerability Meltdown: Not affected [2025-07-18T01:15:01.319Z] Vulnerability Mmio stale data: Not affected [2025-07-18T01:15:01.319Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2025-07-18T01:15:01.319Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2025-07-18T01:15:01.319Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2025-07-18T01:15:01.319Z] Vulnerability Srbds: Not affected [2025-07-18T01:15:01.319Z] Vulnerability Tsx async abort: Not affected [2025-07-18T01:15:01.319Z] 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-18T01:15:01.319Z] [2025-07-18T01:15:01.319Z] [2025-07-18T01:15:01.581Z] ---> nproc: [2025-07-18T01:15:01.581Z] 2 [2025-07-18T01:15:01.581Z] [2025-07-18T01:15:01.581Z] [2025-07-18T01:15:01.581Z] ---> df -h: [2025-07-18T01:15:01.581Z] Filesystem Size Used Avail Use% Mounted on [2025-07-18T01:15:01.581Z] overlay 40G 7.3G 33G 19% / [2025-07-18T01:15:01.581Z] tmpfs 64M 0 64M 0% /dev [2025-07-18T01:15:01.581Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2025-07-18T01:15:01.581Z] shm 64M 0 64M 0% /dev/shm [2025-07-18T01:15:01.581Z] /dev/vda1 40G 7.3G 33G 19% /facter-os [2025-07-18T01:15:01.581Z] [2025-07-18T01:15:01.581Z] [2025-07-18T01:15:01.581Z] Cannot open /var/log/sysstat/sa18: No such file or directory [2025-07-18T01:15:01.581Z] Please check if data collecting is enabled [2025-07-18T01:15:01.581Z] subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-18T01:15:01.616Z] [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } [2025-07-18T01:15:01.619Z] $ docker stop --time=1 f44050b0426f080b22ad4f2ef5359e21a8b6fff2d785b5794560d7c5a4a73c04 [2025-07-18T01:15:01.933Z] using credential edgex-jenkins-ssh [2025-07-18T01:15:01.956Z] Cloning the remote Git repository [2025-07-18T01:15:02.761Z] $ docker rm -f --volumes f44050b0426f080b22ad4f2ef5359e21a8b6fff2d785b5794560d7c5a4a73c04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs [2025-07-18T01:15:02.859Z] [WS-CLEANUP] Deleting project workspace... [2025-07-18T01:15:02.859Z] [WS-CLEANUP] Deferred wipeout is used... [2025-07-18T01:15:02.876Z] [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:15:02.003Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2025-07-18T01:15:02.100Z] > git init /w/workspace/device-rest-go/207 # timeout=10 [2025-07-18T01:15:02.250Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2025-07-18T01:15:02.251Z] > git --version # timeout=10 [2025-07-18T01:15:02.274Z] > git --version # 'git version 2.25.1' [2025-07-18T01:15:02.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-07-18T01:15:02.412Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-18T01:15:03.306Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-18T01:15:03.306Z] [2025-07-18T01:15:03.306Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:15:03.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-18T01:15:03.610Z] latest: Pulling from edgex-lftools-log-publisher [2025-07-18T01:15:03.610Z] 5eb5b503b376: Pulling fs layer [2025-07-18T01:15:03.610Z] 5c69ac0246d0: Pulling fs layer [2025-07-18T01:15:03.610Z] ec43610c2a17: Pulling fs layer [2025-07-18T01:15:03.610Z] 3a2ae6a8a46f: Pulling fs layer [2025-07-18T01:15:03.610Z] 33b1e0a273af: Pulling fs layer [2025-07-18T01:15:03.610Z] 5d3b04190fa2: Pulling fs layer [2025-07-18T01:15:03.610Z] 2f39f015ded8: Pulling fs layer [2025-07-18T01:15:03.610Z] 3a2ae6a8a46f: Waiting [2025-07-18T01:15:03.610Z] 33b1e0a273af: Waiting [2025-07-18T01:15:03.610Z] 5d3b04190fa2: Waiting [2025-07-18T01:15:03.610Z] 2f39f015ded8: Waiting [2025-07-18T01:15:03.610Z] 5c69ac0246d0: Verifying Checksum [2025-07-18T01:15:03.610Z] 5c69ac0246d0: Download complete [2025-07-18T01:15:03.610Z] 3a2ae6a8a46f: Verifying Checksum [2025-07-18T01:15:03.610Z] 3a2ae6a8a46f: Download complete [2025-07-18T01:15:03.610Z] 33b1e0a273af: Verifying Checksum [2025-07-18T01:15:03.610Z] 33b1e0a273af: Download complete [2025-07-18T01:15:03.610Z] 5d3b04190fa2: Verifying Checksum [2025-07-18T01:15:03.610Z] 5d3b04190fa2: Download complete [2025-07-18T01:15:03.610Z] ec43610c2a17: Verifying Checksum [2025-07-18T01:15:03.610Z] ec43610c2a17: Download complete [2025-07-18T01:15:03.867Z] 5eb5b503b376: Download complete [2025-07-18T01:15:04.435Z] 2f39f015ded8: Download complete [2025-07-18T01:15:05.808Z] 5eb5b503b376: Pull complete [2025-07-18T01:15:05.808Z] 5c69ac0246d0: Pull complete [2025-07-18T01:15:06.066Z] ec43610c2a17: Pull complete [2025-07-18T01:15:06.066Z] 3a2ae6a8a46f: Pull complete [2025-07-18T01:15:06.325Z] 33b1e0a273af: Pull complete [2025-07-18T01:15:06.582Z] 5d3b04190fa2: Pull complete [2025-07-18T01:15:06.720Z] Avoid second fetch [2025-07-18T01:15:06.721Z] Checking out Revision 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 (main) [2025-07-18T01:15:05.772Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2025-07-18T01:15:05.802Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-07-18T01:15:06.739Z] > git config core.sparsecheckout # timeout=10 [2025-07-18T01:15:06.808Z] > git checkout -f 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 # timeout=10 [2025-07-18T01:15:07.415Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v4 (#481)" [2025-07-18T01:15:11.564Z] [2025-07-18T01:15:11.564Z] GitHub has been notified of this commit’s build result [2025-07-18T01:15:11.564Z] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-18T01:15:12.198Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-07-18T01:15:12.198Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-18T01:15:12.198Z] Dload Upload Total Spent Left Speed [2025-07-18T01:15:12.198Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13063 100 13063 0 0 113k 0 --:--:-- --:--:-- --:--:-- 114k [Pipeline] sh [2025-07-18T01:15:12.547Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-07-18T01:15:12.883Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-07-18T01:15:12.883Z] + sudo tee /etc/docker/daemon.new [2025-07-18T01:15:12.883Z] { [2025-07-18T01:15:12.883Z] "registry-mirrors": [ [2025-07-18T01:15:12.883Z] "https://nexus3.edgexfoundry.org:10001" [2025-07-18T01:15:12.883Z] ], [2025-07-18T01:15:12.883Z] "bip": "10.250.0.254/24", [2025-07-18T01:15:12.883Z] "hosts": [ [2025-07-18T01:15:12.883Z] "tcp://0.0.0.0:5555", [2025-07-18T01:15:12.883Z] "unix:///var/run/docker.sock" [2025-07-18T01:15:12.883Z] ], [2025-07-18T01:15:12.883Z] "mtu": 1458, [2025-07-18T01:15:12.883Z] "selinux-enabled": true, [2025-07-18T01:15:12.883Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-07-18T01:15:12.883Z] } [Pipeline] sh [2025-07-18T01:15:13.138Z] 2f39f015ded8: Pull complete [2025-07-18T01:15:13.138Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-07-18T01:15:13.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-18T01:15:13.138Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:15:13.227Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [2025-07-18T01:15:13.238Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:15:13.259Z] $ 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-18T01:15:13.893Z] $ docker top 38e0dffbdc01e76856fa4a93b14e9724251c5aac1040dcf39f9fd9ebe8fb0540 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:15:14.276Z] + sudo service docker restart [2025-07-18T01:15:14.337Z] ---> job-cost.sh [2025-07-18T01:15:14.337Z] lf-activate-venv: SKIPPING [2025-07-18T01:15:14.337Z] INFO: No Stack... [2025-07-18T01:15:14.595Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-18T01:15:14.855Z] INFO: Archiving Costs [Pipeline] sh [2025-07-18T01:15:15.143Z] + cat /w/workspace/edgexfoundry_device-rest-go_main/archives/cost.csv [2025-07-18T01:15:15.143Z] + cut -d, -f6 [Pipeline] lock [2025-07-18T01:15:15.159Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [2025-07-18T01:15:15.169Z] Resource [jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] did not exist. Created. [2025-07-18T01:15:15.175Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-18T01:15:15.482Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-07-18T01:15:15.506Z] Stashed 1 file(s) [Pipeline] } [2025-07-18T01:15:15.513Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-18T01:15:15.536Z] $ docker stop --time=1 38e0dffbdc01e76856fa4a93b14e9724251c5aac1040dcf39f9fd9ebe8fb0540 [2025-07-18T01:15:16.895Z] $ docker rm -f --volumes 38e0dffbdc01e76856fa4a93b14e9724251c5aac1040dcf39f9fd9ebe8fb0540 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-18T01:15:32.565Z] provisioning config files... [2025-07-18T01:15:32.598Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/207@tmp/config8754568495119323241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:15:33.043Z] ---> ****-login.sh [2025-07-18T01:15:33.043Z] nexus3.edgexfoundry.org:10001 [2025-07-18T01:15:33.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:15:33.590Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:15:33.591Z] Configure a credential helper to remove this warning. See [2025-07-18T01:15:33.591Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:15:33.591Z] [2025-07-18T01:15:33.591Z] Login Succeeded [2025-07-18T01:15:33.863Z] nexus3.edgexfoundry.org:10002 [2025-07-18T01:15:33.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:15:34.134Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:15:34.134Z] Configure a credential helper to remove this warning. See [2025-07-18T01:15:34.134Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:15:34.134Z] [2025-07-18T01:15:34.134Z] Login Succeeded [2025-07-18T01:15:34.134Z] nexus3.edgexfoundry.org:10003 [2025-07-18T01:15:34.406Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:15:34.406Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:15:34.406Z] Configure a credential helper to remove this warning. See [2025-07-18T01:15:34.406Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:15:34.406Z] [2025-07-18T01:15:34.406Z] Login Succeeded [2025-07-18T01:15:34.406Z] nexus3.edgexfoundry.org:10004 [2025-07-18T01:15:34.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:15:34.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:15:34.949Z] Configure a credential helper to remove this warning. See [2025-07-18T01:15:34.949Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:15:34.949Z] [2025-07-18T01:15:34.949Z] Login Succeeded [2025-07-18T01:15:34.949Z] ****.io [2025-07-18T01:15:35.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:15:35.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:15:35.220Z] Configure a credential helper to remove this warning. See [2025-07-18T01:15:35.220Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:15:35.220Z] [2025-07-18T01:15:35.220Z] Login Succeeded [2025-07-18T01:15:35.220Z] ---> ****-login.sh ends [Pipeline] } [2025-07-18T01:15:35.236Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-07-18T01:15:35.532Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-18T01:15:35.556Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-18T01:15:35.576Z] ========================================================= [2025-07-18T01:15:35.576Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-07-18T01:15:35.576Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:15:35.938Z] + 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-18T01:15:35.938Z] Sending build context to Docker daemon 141.8kB [2025-07-18T01:15:36.206Z] Step 1/12 : ARG BASE=golang:1.23-alpine3.20 [2025-07-18T01:15:36.206Z] Step 2/12 : FROM ${BASE} AS builder [2025-07-18T01:15:36.485Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-07-18T01:15:36.486Z] 94e9d8af2201: Pulling fs layer [2025-07-18T01:15:36.486Z] a6c56e8762df: Pulling fs layer [2025-07-18T01:15:36.486Z] f0f3c8884826: Pulling fs layer [2025-07-18T01:15:36.486Z] c7e7622c144d: Pulling fs layer [2025-07-18T01:15:36.486Z] 4f4fb700ef54: Pulling fs layer [2025-07-18T01:15:36.486Z] c7e7622c144d: Waiting [2025-07-18T01:15:36.486Z] e8859aadc426: Pulling fs layer [2025-07-18T01:15:36.486Z] b4813487a9f6: Pulling fs layer [2025-07-18T01:15:36.486Z] 4f4fb700ef54: Waiting [2025-07-18T01:15:36.486Z] 502a3d64fb4b: Pulling fs layer [2025-07-18T01:15:36.486Z] b4813487a9f6: Waiting [2025-07-18T01:15:36.486Z] 502a3d64fb4b: Waiting [2025-07-18T01:15:36.486Z] a6c56e8762df: Download complete [2025-07-18T01:15:36.486Z] c7e7622c144d: Verifying Checksum [2025-07-18T01:15:36.486Z] c7e7622c144d: Download complete [2025-07-18T01:15:36.486Z] 4f4fb700ef54: Verifying Checksum [2025-07-18T01:15:36.486Z] 4f4fb700ef54: Download complete [2025-07-18T01:15:36.486Z] e8859aadc426: Verifying Checksum [2025-07-18T01:15:36.486Z] e8859aadc426: Download complete [2025-07-18T01:15:36.486Z] 94e9d8af2201: Verifying Checksum [2025-07-18T01:15:36.486Z] 94e9d8af2201: Download complete [2025-07-18T01:15:37.074Z] 502a3d64fb4b: Verifying Checksum [2025-07-18T01:15:37.074Z] 502a3d64fb4b: Download complete [2025-07-18T01:15:37.343Z] 94e9d8af2201: Pull complete [2025-07-18T01:15:37.933Z] a6c56e8762df: Pull complete [2025-07-18T01:15:38.525Z] f0f3c8884826: Verifying Checksum [2025-07-18T01:15:38.525Z] f0f3c8884826: Download complete [2025-07-18T01:15:39.113Z] b4813487a9f6: Verifying Checksum [2025-07-18T01:15:39.113Z] b4813487a9f6: Download complete [2025-07-18T01:15:54.122Z] f0f3c8884826: Pull complete [2025-07-18T01:15:54.122Z] c7e7622c144d: Pull complete [2025-07-18T01:15:54.122Z] 4f4fb700ef54: Pull complete [2025-07-18T01:15:54.122Z] e8859aadc426: Pull complete [2025-07-18T01:16:02.338Z] b4813487a9f6: Pull complete [2025-07-18T01:16:03.765Z] 502a3d64fb4b: Pull complete [2025-07-18T01:16:03.765Z] Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde [2025-07-18T01:16:03.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-07-18T01:16:03.765Z] ---> 3bb21d53e231 [2025-07-18T01:16:03.765Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2025-07-18T01:16:04.733Z] ---> Running in 9afc540b3d9e [2025-07-18T01:16:05.000Z] Removing intermediate container 9afc540b3d9e [2025-07-18T01:16:05.000Z] ---> 2852f189c9af [2025-07-18T01:16:05.000Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-18T01:16:05.000Z] ---> Running in dc22f07e1211 [2025-07-18T01:16:05.270Z] Removing intermediate container dc22f07e1211 [2025-07-18T01:16:05.270Z] ---> d14a268aa2c2 [2025-07-18T01:16:05.270Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-18T01:16:05.270Z] ---> Running in 93f060d0341f [2025-07-18T01:16:05.853Z] Removing intermediate container 93f060d0341f [2025-07-18T01:16:05.853Z] ---> ad61cd58b066 [2025-07-18T01:16:05.853Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2025-07-18T01:16:05.853Z] ---> Running in e920f6595f13 [2025-07-18T01:16:06.120Z] Removing intermediate container e920f6595f13 [2025-07-18T01:16:06.120Z] ---> 83eb44740548 [2025-07-18T01:16:06.120Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-18T01:16:06.120Z] ---> Running in c5c5758c9a2e [2025-07-18T01:16:07.090Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-18T01:16:07.672Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-18T01:16:08.629Z] (1/4) Installing openssh-keygen (9.7_p1-r5) [2025-07-18T01:16:08.902Z] (2/4) Installing libedit (20240517.3.1-r0) [2025-07-18T01:16:08.902Z] (3/4) Installing openssh-client-common (9.7_p1-r5) [2025-07-18T01:16:08.902Z] (4/4) Installing openssh-client-default (9.7_p1-r5) [2025-07-18T01:16:08.902Z] Executing busybox-1.36.1-r29.trigger [2025-07-18T01:16:08.902Z] OK: 244 MiB in 62 packages [2025-07-18T01:16:09.865Z] Removing intermediate container c5c5758c9a2e [2025-07-18T01:16:09.865Z] ---> a984bd369dc6 [2025-07-18T01:16:09.865Z] Step 8/12 : WORKDIR /device-rest-go [2025-07-18T01:16:10.136Z] ---> Running in 402a473055af [2025-07-18T01:16:10.403Z] Removing intermediate container 402a473055af [2025-07-18T01:16:10.403Z] ---> a81838689940 [2025-07-18T01:16:10.403Z] Step 9/12 : COPY go.mod vendor* ./ [2025-07-18T01:16:10.991Z] ---> 1f069acfe900 [2025-07-18T01:16:10.991Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-18T01:16:10.991Z] ---> Running in 1e9db5438c8b [2025-07-18T01:18:32.689Z] Removing intermediate container 1e9db5438c8b [2025-07-18T01:18:32.689Z] ---> dbc7993b72ac [2025-07-18T01:18:32.689Z] Step 11/12 : COPY . . [2025-07-18T01:18:32.689Z] ---> cdaffbdd4981 [2025-07-18T01:18:32.689Z] Step 12/12 : RUN $MAKE [2025-07-18T01:18:32.689Z] ---> Running in c6d74c72dcbf [2025-07-18T01:18:32.689Z] noop [2025-07-18T01:18:32.689Z] Removing intermediate container c6d74c72dcbf [2025-07-18T01:18:32.689Z] ---> 4f0dd930d38a [2025-07-18T01:18:32.689Z] Successfully built 4f0dd930d38a [2025-07-18T01:18:32.689Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:18:33.061Z] + docker inspect -f . ci-base-image-arm64 [2025-07-18T01:18:33.061Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:18:33.271Z] prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container [2025-07-18T01:18:33.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/207 -v /w/workspace/device-rest-go/207:/w/workspace/device-rest-go/207:rw,z -v /w/workspace/device-rest-go/207@tmp:/w/workspace/device-rest-go/207@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-18T01:18:34.527Z] $ docker top e23654e773d6fdd13cc9ecf0634c406cd38bca1f046b14945436fbd407638902 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-18T01:18:35.362Z] + go version [2025-07-18T01:18:35.362Z] go version go1.23.9 linux/arm64 [Pipeline] } [2025-07-18T01:18:35.375Z] $ docker stop --time=1 e23654e773d6fdd13cc9ecf0634c406cd38bca1f046b14945436fbd407638902 [2025-07-18T01:18:37.009Z] $ docker rm -f --volumes e23654e773d6fdd13cc9ecf0634c406cd38bca1f046b14945436fbd407638902 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:18:37.562Z] + docker inspect -f . ci-base-image-arm64 [2025-07-18T01:18:37.562Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:18:37.744Z] prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container [2025-07-18T01:18:37.805Z] $ 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/207 -v /w/workspace/device-rest-go/207:/w/workspace/device-rest-go/207:rw,z -v /w/workspace/device-rest-go/207@tmp:/w/workspace/device-rest-go/207@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-18T01:18:38.933Z] $ docker top 83d158b233b39112942b78007eed8f72c47a85a25fa53d9f2f71c7d224a48e04 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-18T01:18:39.431Z] + git config --global --add safe.directory /w/workspace/device-rest-go/207 [Pipeline] fileExists [Pipeline] sh [2025-07-18T01:18:40.350Z] + make test [2025-07-18T01:18:40.351Z] go test ./... -coverprofile=coverage.out ./... [2025-07-18T01:18:45.707Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2025-07-18T01:22:07.508Z] github.com/edgexfoundry/device-rest-go/cmd coverage: 0.0% of statements [2025-07-18T01:22:07.508Z] ok github.com/edgexfoundry/device-rest-go/driver 0.039s coverage: 32.2% of statements [2025-07-18T01:22:07.508Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-07-18T01:22:07.508Z] go vet ./... [2025-07-18T01:22:54.352Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-07-18T01:22:54.352Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-07-18T01:22:54.352Z] ./bin/test-attribution-txt.sh [2025-07-18T01:22:54.352Z] An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add [2025-07-18T01:22:54.352Z] An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add [2025-07-18T01:22:54.352Z] An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add [2025-07-18T01:22:54.352Z] An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add [2025-07-18T01:22:54.352Z] An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo [2025-07-18T01:22:54.372Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } [2025-07-18T01:22:54.388Z] $ docker stop --time=1 83d158b233b39112942b78007eed8f72c47a85a25fa53d9f2f71c7d224a48e04 [2025-07-18T01:22:56.311Z] $ docker rm -f --volumes 83d158b233b39112942b78007eed8f72c47a85a25fa53d9f2f71c7d224a48e04 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-18T01:22:57.907Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-07-18T01:22:57.944Z] Warning: overwriting stash ‘coverage-report’ [2025-07-18T01:22:58.531Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-07-18T01:22:58.942Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-07-18T01:22:59.278Z] + ls -al . [2025-07-18T01:22:59.278Z] total 240 [2025-07-18T01:22:59.278Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 01:18 . [2025-07-18T01:22:59.278Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 18 01:15 .. [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 151 Jul 18 01:15 .dockerignore [2025-07-18T01:22:59.278Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 18 01:15 .git [2025-07-18T01:22:59.278Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:15 .github [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 264 Jul 18 01:15 .gitignore [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 41 Jul 18 01:15 .golangci.yml [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 20138 Jul 18 01:15 Attribution.txt [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 18492 Jul 18 01:15 CHANGELOG.md [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 1697 Jul 18 01:15 Dockerfile [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 18 01:15 GOVERNANCE.md [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 680 Jul 18 01:15 Jenkinsfile [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jul 18 01:15 LICENSE [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 2598 Jul 18 01:15 Makefile [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 620 Jul 18 01:15 OWNERS.md [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 3989 Jul 18 01:15 README.md [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 11 Jul 18 01:10 VERSION [2025-07-18T01:22:59.278Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 01:15 bin [2025-07-18T01:22:59.278Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:15 cmd [2025-07-18T01:22:59.278Z] -rw-r--r-- 1 jenkins jenkins 14565 Jul 18 01:22 coverage.out [2025-07-18T01:22:59.278Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 18 01:15 driver [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 6272 Jul 18 01:15 go.mod [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 86763 Jul 18 01:15 go.sum [2025-07-18T01:22:59.278Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 18 01:15 openapi [2025-07-18T01:22:59.278Z] -rw-rw-r-- 1 jenkins jenkins 713 Jul 18 01:15 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:22:59.627Z] + 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=3068ce5cc7f88542a2b7560f9d12fad6abd57d78 --label arch=arm64 --label version=4.1.0-dev.8 . [2025-07-18T01:22:59.627Z] Sending build context to Docker daemon 157.2kB [2025-07-18T01:22:59.893Z] Step 1/26 : ARG BASE=golang:1.23-alpine3.20 [2025-07-18T01:22:59.893Z] Step 2/26 : FROM ${BASE} AS builder [2025-07-18T01:22:59.893Z] ---> 4f0dd930d38a [2025-07-18T01:22:59.893Z] Step 3/26 : ARG ADD_BUILD_TAGS="" [2025-07-18T01:22:59.893Z] ---> Running in d01444166786 [2025-07-18T01:23:00.162Z] Removing intermediate container d01444166786 [2025-07-18T01:23:00.162Z] ---> 90d13df355b0 [2025-07-18T01:23:00.162Z] Step 4/26 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2025-07-18T01:23:00.427Z] ---> Running in baeadeb8f304 [2025-07-18T01:23:00.693Z] Removing intermediate container baeadeb8f304 [2025-07-18T01:23:00.693Z] ---> 5dd6cbc3cad1 [2025-07-18T01:23:00.693Z] Step 5/26 : ARG ALPINE_PKG_BASE="make git openssh-client" [2025-07-18T01:23:00.693Z] ---> Running in 5a227bf57c9d [2025-07-18T01:23:00.959Z] Removing intermediate container 5a227bf57c9d [2025-07-18T01:23:00.959Z] ---> f44b2ba42e32 [2025-07-18T01:23:00.959Z] Step 6/26 : ARG ALPINE_PKG_EXTRA="" [2025-07-18T01:23:00.959Z] ---> Running in 4d38f9587471 [2025-07-18T01:23:01.224Z] Removing intermediate container 4d38f9587471 [2025-07-18T01:23:01.224Z] ---> 6cb9b28a1a1a [2025-07-18T01:23:01.224Z] Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2025-07-18T01:23:01.497Z] ---> Running in 140308b74125 [2025-07-18T01:23:02.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-18T01:23:02.753Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-18T01:23:04.169Z] OK: 244 MiB in 62 packages [2025-07-18T01:23:05.133Z] Removing intermediate container 140308b74125 [2025-07-18T01:23:05.133Z] ---> 639d1591d2ec [2025-07-18T01:23:05.133Z] Step 8/26 : WORKDIR /device-rest-go [2025-07-18T01:23:05.399Z] ---> Running in 8d7bd191a6e1 [2025-07-18T01:23:05.664Z] Removing intermediate container 8d7bd191a6e1 [2025-07-18T01:23:05.664Z] ---> 17689b6ec390 [2025-07-18T01:23:05.664Z] Step 9/26 : COPY go.mod vendor* ./ [2025-07-18T01:23:05.931Z] ---> 03ed024dcfaf [2025-07-18T01:23:05.931Z] Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-07-18T01:23:06.197Z] ---> Running in 9b61481b8238 [2025-07-18T01:23:09.535Z] Removing intermediate container 9b61481b8238 [2025-07-18T01:23:09.535Z] ---> e91cf303b771 [2025-07-18T01:23:09.535Z] Step 11/26 : COPY . . [2025-07-18T01:23:09.807Z] ---> 1e3e662fe866 [2025-07-18T01:23:09.807Z] Step 12/26 : RUN $MAKE [2025-07-18T01:23:09.807Z] ---> Running in 0bf349fbc258 [2025-07-18T01:23:10.776Z] CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/device-rest-go.Version=4.1.0-dev.8 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.1.0-dev.23 -bindnow" -trimpath -mod=readonly -buildmode=pie -o cmd/device-rest ./cmd [2025-07-18T01:26:32.505Z] Removing intermediate container 0bf349fbc258 [2025-07-18T01:26:32.505Z] ---> 378a27cfd23b [2025-07-18T01:26:32.505Z] Step 13/26 : FROM alpine:3.20 [2025-07-18T01:26:32.505Z] 3.20: Pulling from library/alpine [2025-07-18T01:26:32.505Z] 13e713f82565: Pulling fs layer [2025-07-18T01:26:32.505Z] 13e713f82565: Verifying Checksum [2025-07-18T01:26:32.505Z] 13e713f82565: Download complete [2025-07-18T01:26:32.505Z] 13e713f82565: Pull complete [2025-07-18T01:26:32.505Z] Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d [2025-07-18T01:26:32.505Z] Status: Downloaded newer image for alpine:3.20 [2025-07-18T01:26:32.505Z] ---> c88e9dceb6cb [2025-07-18T01:26:32.505Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2025-07-18T01:26:32.505Z] ---> Running in a618540d15b1 [2025-07-18T01:26:32.772Z] Removing intermediate container a618540d15b1 [2025-07-18T01:26:32.772Z] ---> 9557b71588a9 [2025-07-18T01:26:32.772Z] Step 15/26 : LABEL Name=device-rest-go Version=${VERSION} [2025-07-18T01:26:32.772Z] ---> Running in afe52f2b5118 [2025-07-18T01:26:33.042Z] Removing intermediate container afe52f2b5118 [2025-07-18T01:26:33.042Z] ---> 8e93da7c8cab [2025-07-18T01:26:33.042Z] Step 16/26 : RUN apk add --update --no-cache dumb-init [2025-07-18T01:26:33.309Z] ---> Running in f619eae89d8d [2025-07-18T01:26:34.265Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-18T01:26:34.529Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-18T01:26:36.469Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-07-18T01:26:36.469Z] Executing busybox-1.36.1-r29.trigger [2025-07-18T01:26:36.469Z] OK: 9 MiB in 15 packages [2025-07-18T01:26:37.438Z] Removing intermediate container f619eae89d8d [2025-07-18T01:26:37.438Z] ---> da34f8669b3e [2025-07-18T01:26:37.438Z] Step 17/26 : RUN apk --no-cache upgrade [2025-07-18T01:26:37.438Z] ---> Running in 2cc08ad3e046 [2025-07-18T01:26:38.394Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-07-18T01:26:38.658Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-07-18T01:26:40.058Z] OK: 9 MiB in 15 packages [2025-07-18T01:26:41.014Z] Removing intermediate container 2cc08ad3e046 [2025-07-18T01:26:41.014Z] ---> e8a450b172fe [2025-07-18T01:26:41.014Z] Step 18/26 : COPY --from=builder /device-rest-go/cmd / [2025-07-18T01:26:42.946Z] ---> faf5bda3b70a [2025-07-18T01:26:42.946Z] Step 19/26 : COPY --from=builder /device-rest-go/LICENSE / [2025-07-18T01:26:43.515Z] ---> 96611a1a3d83 [2025-07-18T01:26:43.515Z] Step 20/26 : COPY --from=builder /device-rest-go/Attribution.txt / [2025-07-18T01:26:44.266Z] ---> 94c8054c2903 [2025-07-18T01:26:44.266Z] Step 21/26 : EXPOSE 59986 [2025-07-18T01:26:44.266Z] ---> Running in ccaeca56e5c8 [2025-07-18T01:26:44.266Z] Removing intermediate container ccaeca56e5c8 [2025-07-18T01:26:44.266Z] ---> df5206167a95 [2025-07-18T01:26:44.266Z] Step 22/26 : ENTRYPOINT ["/device-rest"] [2025-07-18T01:26:44.266Z] ---> Running in 82fff0f2d8a2 [2025-07-18T01:26:44.530Z] Removing intermediate container 82fff0f2d8a2 [2025-07-18T01:26:44.530Z] ---> 4506991a9e0c [2025-07-18T01:26:44.530Z] Step 23/26 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-07-18T01:26:44.530Z] ---> Running in 36ea07044073 [2025-07-18T01:26:44.800Z] Removing intermediate container 36ea07044073 [2025-07-18T01:26:44.800Z] ---> cacdad9b8fe8 [2025-07-18T01:26:44.800Z] Step 24/26 : LABEL arch=arm64 [2025-07-18T01:26:44.800Z] ---> Running in f37cce456af7 [2025-07-18T01:26:45.903Z] Removing intermediate container f37cce456af7 [2025-07-18T01:26:45.903Z] ---> ced8d81761bc [2025-07-18T01:26:45.903Z] Step 25/26 : LABEL git_sha=3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:26:45.903Z] ---> Running in f4cf95cc4996 [2025-07-18T01:26:45.903Z] Removing intermediate container f4cf95cc4996 [2025-07-18T01:26:45.903Z] ---> e23caa2950d0 [2025-07-18T01:26:45.903Z] Step 26/26 : LABEL version=4.1.0-dev.8 [2025-07-18T01:26:45.903Z] ---> Running in 833cf540aed9 [2025-07-18T01:26:45.903Z] Removing intermediate container 833cf540aed9 [2025-07-18T01:26:45.903Z] ---> 5dfb583db1fd [2025-07-18T01:26:45.903Z] [Warning] One or more build-args [ARCH] were not consumed [2025-07-18T01:26:45.903Z] Successfully built 5dfb583db1fd [2025-07-18T01:26:45.903Z] 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-18T01:26:46.048Z] provisioning config files... [2025-07-18T01:26:46.060Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/207@tmp/config4068025512275951534tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:26:46.394Z] ---> ****-login.sh [2025-07-18T01:26:46.394Z] nexus3.edgexfoundry.org:10001 [2025-07-18T01:26:46.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:26:46.660Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:26:46.660Z] Configure a credential helper to remove this warning. See [2025-07-18T01:26:46.660Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:26:46.660Z] [2025-07-18T01:26:46.660Z] Login Succeeded [2025-07-18T01:26:46.660Z] nexus3.edgexfoundry.org:10002 [2025-07-18T01:26:46.924Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:26:46.924Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:26:46.924Z] Configure a credential helper to remove this warning. See [2025-07-18T01:26:46.924Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:26:46.924Z] [2025-07-18T01:26:46.924Z] Login Succeeded [2025-07-18T01:26:46.924Z] nexus3.edgexfoundry.org:10003 [2025-07-18T01:26:47.189Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:26:47.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:26:47.456Z] Configure a credential helper to remove this warning. See [2025-07-18T01:26:47.456Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:26:47.456Z] [2025-07-18T01:26:47.456Z] Login Succeeded [2025-07-18T01:26:47.456Z] nexus3.edgexfoundry.org:10004 [2025-07-18T01:26:47.723Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:26:47.723Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:26:47.723Z] Configure a credential helper to remove this warning. See [2025-07-18T01:26:47.723Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:26:47.723Z] [2025-07-18T01:26:47.723Z] Login Succeeded [2025-07-18T01:26:47.723Z] ****.io [2025-07-18T01:26:47.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-07-18T01:26:48.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-07-18T01:26:48.256Z] Configure a credential helper to remove this warning. See [2025-07-18T01:26:48.256Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-07-18T01:26:48.256Z] [2025-07-18T01:26:48.256Z] Login Succeeded [2025-07-18T01:26:48.256Z] ---> ****-login.sh ends [Pipeline] } [2025-07-18T01:26:48.267Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-18T01:26:48.316Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo [2025-07-18T01:26:48.351Z] [edgeXDocker.push] Tagging docker image device-rest-arm64 with the following tags: [2025-07-18T01:26:48.351Z] 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:26:48.351Z] latest [2025-07-18T01:26:48.351Z] 4.1.0-dev.8 [2025-07-18T01:26:48.351Z] 3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:26:48.351Z] main [2025-07-18T01:26:48.351Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:26:49.350Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:26:49.703Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:26:49.703Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-18T01:26:49.703Z] f7e028f9dc2c: Preparing [2025-07-18T01:26:49.703Z] b8d9e1e99df0: Preparing [2025-07-18T01:26:49.703Z] 5ad694dea7fa: Preparing [2025-07-18T01:26:49.703Z] 554c6f5f546a: Preparing [2025-07-18T01:26:49.703Z] 5717a4fe1ae6: Preparing [2025-07-18T01:26:49.703Z] 1e890da81ec9: Preparing [2025-07-18T01:26:49.703Z] 1e890da81ec9: Waiting [2025-07-18T01:26:49.969Z] b8d9e1e99df0: Pushed [2025-07-18T01:26:49.969Z] 554c6f5f546a: Pushed [2025-07-18T01:26:49.969Z] f7e028f9dc2c: Pushed [2025-07-18T01:26:49.969Z] 5717a4fe1ae6: Pushed [2025-07-18T01:26:49.969Z] 1e890da81ec9: Layer already exists [2025-07-18T01:26:58.150Z] 5ad694dea7fa: Pushed [2025-07-18T01:26:58.150Z] 3068ce5cc7f88542a2b7560f9d12fad6abd57d78: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:26:58.519Z] + 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-18T01:26:58.874Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-07-18T01:26:58.874Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-18T01:26:58.874Z] f7e028f9dc2c: Preparing [2025-07-18T01:26:58.874Z] b8d9e1e99df0: Preparing [2025-07-18T01:26:58.874Z] 5ad694dea7fa: Preparing [2025-07-18T01:26:58.874Z] 554c6f5f546a: Preparing [2025-07-18T01:26:58.874Z] 5717a4fe1ae6: Preparing [2025-07-18T01:26:58.874Z] 1e890da81ec9: Preparing [2025-07-18T01:26:58.874Z] 1e890da81ec9: Waiting [2025-07-18T01:26:58.874Z] 554c6f5f546a: Layer already exists [2025-07-18T01:26:58.874Z] f7e028f9dc2c: Layer already exists [2025-07-18T01:26:58.874Z] b8d9e1e99df0: Layer already exists [2025-07-18T01:26:58.874Z] 5717a4fe1ae6: Layer already exists [2025-07-18T01:26:58.874Z] 5ad694dea7fa: Layer already exists [2025-07-18T01:26:58.874Z] 1e890da81ec9: Layer already exists [2025-07-18T01:26:58.874Z] latest: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:26:59.235Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:26:59.587Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.8 [2025-07-18T01:26:59.587Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-18T01:26:59.587Z] f7e028f9dc2c: Preparing [2025-07-18T01:26:59.587Z] b8d9e1e99df0: Preparing [2025-07-18T01:26:59.587Z] 5ad694dea7fa: Preparing [2025-07-18T01:26:59.587Z] 554c6f5f546a: Preparing [2025-07-18T01:26:59.587Z] 5717a4fe1ae6: Preparing [2025-07-18T01:26:59.587Z] 1e890da81ec9: Preparing [2025-07-18T01:26:59.587Z] 1e890da81ec9: Waiting [2025-07-18T01:26:59.587Z] f7e028f9dc2c: Layer already exists [2025-07-18T01:26:59.587Z] 5ad694dea7fa: Layer already exists [2025-07-18T01:26:59.587Z] 5717a4fe1ae6: Layer already exists [2025-07-18T01:26:59.587Z] 554c6f5f546a: Layer already exists [2025-07-18T01:26:59.587Z] b8d9e1e99df0: Layer already exists [2025-07-18T01:26:59.587Z] 1e890da81ec9: Layer already exists [2025-07-18T01:26:59.587Z] 4.1.0-dev.8: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:26:59.943Z] + docker tag device-rest-arm64 nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:27:00.299Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:27:00.299Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-18T01:27:00.299Z] f7e028f9dc2c: Preparing [2025-07-18T01:27:00.299Z] b8d9e1e99df0: Preparing [2025-07-18T01:27:00.299Z] 5ad694dea7fa: Preparing [2025-07-18T01:27:00.299Z] 554c6f5f546a: Preparing [2025-07-18T01:27:00.299Z] 5717a4fe1ae6: Preparing [2025-07-18T01:27:00.299Z] 1e890da81ec9: Preparing [2025-07-18T01:27:00.299Z] 1e890da81ec9: Waiting [2025-07-18T01:27:00.299Z] 5717a4fe1ae6: Layer already exists [2025-07-18T01:27:00.299Z] b8d9e1e99df0: Layer already exists [2025-07-18T01:27:00.299Z] f7e028f9dc2c: Layer already exists [2025-07-18T01:27:00.299Z] 554c6f5f546a: Layer already exists [2025-07-18T01:27:00.299Z] 5ad694dea7fa: Layer already exists [2025-07-18T01:27:00.299Z] 1e890da81ec9: Layer already exists [2025-07-18T01:27:00.299Z] 3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:27:00.659Z] + 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-18T01:27:01.014Z] + docker push nexus3.edgexfoundry.org:10004/device-rest-arm64:main [2025-07-18T01:27:01.014Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-rest-arm64] [2025-07-18T01:27:01.014Z] f7e028f9dc2c: Preparing [2025-07-18T01:27:01.014Z] b8d9e1e99df0: Preparing [2025-07-18T01:27:01.014Z] 5ad694dea7fa: Preparing [2025-07-18T01:27:01.014Z] 554c6f5f546a: Preparing [2025-07-18T01:27:01.014Z] 5717a4fe1ae6: Preparing [2025-07-18T01:27:01.014Z] 1e890da81ec9: Preparing [2025-07-18T01:27:01.014Z] 1e890da81ec9: Waiting [2025-07-18T01:27:01.014Z] b8d9e1e99df0: Layer already exists [2025-07-18T01:27:01.014Z] f7e028f9dc2c: Layer already exists [2025-07-18T01:27:01.014Z] 5717a4fe1ae6: Layer already exists [2025-07-18T01:27:01.014Z] 5ad694dea7fa: Layer already exists [2025-07-18T01:27:01.014Z] 554c6f5f546a: Layer already exists [2025-07-18T01:27:01.015Z] 1e890da81ec9: Layer already exists [2025-07-18T01:27:01.015Z] main: digest: sha256:f9ef0fb078c2856d5aed4617b2a7c3d539c470dc9505fe66e948ecfe5eff1e00 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-07-18T01:27:01.102Z] ===================================================== [Pipeline] echo [2025-07-18T01:27:01.117Z] taggedImages: [2025-07-18T01:27:01.117Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [2025-07-18T01:27:01.117Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [2025-07-18T01:27:01.117Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.8 [2025-07-18T01:27:01.117Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [2025-07-18T01:27:01.117Z] - nexus3.edgexfoundry.org:10004/device-rest-arm64:main [Pipeline] echo [2025-07-18T01:27:01.132Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] echo [2025-07-18T01:27:01.147Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:latest [Pipeline] echo [2025-07-18T01:27:01.157Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:4.1.0-dev.8 [Pipeline] echo [2025-07-18T01:27:01.171Z] Skip building multi-arch image for nexus3.edgexfoundry.org:10004/device-rest-arm64:3068ce5cc7f88542a2b7560f9d12fad6abd57d78-4.1.0-dev.8 [Pipeline] echo [2025-07-18T01:27:01.182Z] 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-18T01:27:01.579Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-18T01:27:01.579Z] [2025-07-18T01:27:01.579Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:27:01.912Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-18T01:27:01.912Z] arm64: Pulling from edgex-lftools-log-publisher [2025-07-18T01:27:01.912Z] 8998bd30e6a1: Pulling fs layer [2025-07-18T01:27:01.912Z] 04944245beec: Pulling fs layer [2025-07-18T01:27:01.912Z] 699f458cf7ca: Pulling fs layer [2025-07-18T01:27:01.912Z] 765212b225bb: Pulling fs layer [2025-07-18T01:27:01.912Z] f23df028b6ca: Pulling fs layer [2025-07-18T01:27:01.912Z] d65c8cfc05b1: Pulling fs layer [2025-07-18T01:27:01.912Z] 2437ff75d9bd: Pulling fs layer [2025-07-18T01:27:01.912Z] 765212b225bb: Waiting [2025-07-18T01:27:01.912Z] f23df028b6ca: Waiting [2025-07-18T01:27:01.912Z] d65c8cfc05b1: Waiting [2025-07-18T01:27:01.912Z] 2437ff75d9bd: Waiting [2025-07-18T01:27:02.192Z] 04944245beec: Verifying Checksum [2025-07-18T01:27:02.192Z] 04944245beec: Download complete [2025-07-18T01:27:02.192Z] 765212b225bb: Verifying Checksum [2025-07-18T01:27:02.192Z] 765212b225bb: Download complete [2025-07-18T01:27:02.192Z] f23df028b6ca: Verifying Checksum [2025-07-18T01:27:02.192Z] f23df028b6ca: Download complete [2025-07-18T01:27:02.192Z] d65c8cfc05b1: Verifying Checksum [2025-07-18T01:27:02.192Z] d65c8cfc05b1: Download complete [2025-07-18T01:27:02.458Z] 699f458cf7ca: Verifying Checksum [2025-07-18T01:27:02.458Z] 699f458cf7ca: Download complete [2025-07-18T01:27:02.723Z] 8998bd30e6a1: Verifying Checksum [2025-07-18T01:27:02.723Z] 8998bd30e6a1: Download complete [2025-07-18T01:27:05.299Z] 2437ff75d9bd: Verifying Checksum [2025-07-18T01:27:05.299Z] 2437ff75d9bd: Download complete [2025-07-18T01:27:07.235Z] 8998bd30e6a1: Pull complete [2025-07-18T01:27:08.639Z] 04944245beec: Pull complete [2025-07-18T01:27:10.038Z] 699f458cf7ca: Pull complete [2025-07-18T01:27:10.303Z] 765212b225bb: Pull complete [2025-07-18T01:27:11.257Z] f23df028b6ca: Pull complete [2025-07-18T01:27:11.522Z] d65c8cfc05b1: Pull complete [2025-07-18T01:27:29.714Z] 2437ff75d9bd: Pull complete [2025-07-18T01:27:29.715Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-07-18T01:27:29.715Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-07-18T01:27:29.715Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:27:29.929Z] prd-ubuntu20.04-docker-arm64-4c-16g-5302 does not seem to be running inside a container [2025-07-18T01:27:29.980Z] $ 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/207 -v /w/workspace/device-rest-go/207:/w/workspace/device-rest-go/207:rw,z -v /w/workspace/device-rest-go/207@tmp:/w/workspace/device-rest-go/207@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-18T01:27:32.685Z] $ docker top 3d2e1aa8a0d876525d7ce91cae95731478c2a8fbe437348e49de6416651f329f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:27:35.946Z] ---> job-cost.sh [2025-07-18T01:27:35.946Z] lf-activate-venv: SKIPPING [2025-07-18T01:27:35.946Z] INFO: No Stack... [2025-07-18T01:27:36.529Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-07-18T01:27:37.112Z] INFO: Archiving Costs [Pipeline] sh [2025-07-18T01:27:37.756Z] + cat /w/workspace/device-rest-go/207/archives/cost.csv [2025-07-18T01:27:37.756Z] + cut -d, -f6 [Pipeline] lock [2025-07-18T01:27:37.828Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [2025-07-18T01:27:37.838Z] Resource [jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] did not exist. Created. [2025-07-18T01:27:37.844Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-07-18T01:27:38.614Z] /w/workspace/device-rest-go/207@tmp/durable-e5c53215/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-07-18T01:27:39.304Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-07-18T01:27:39.319Z] Warning: overwriting stash ‘stack-cost’ [2025-07-18T01:27:39.384Z] Stashed 1 file(s) [Pipeline] } [2025-07-18T01:27:39.391Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-rest-go-main-207-stack-cost] [Pipeline] // lock [Pipeline] } [2025-07-18T01:27:39.410Z] $ docker stop --time=1 3d2e1aa8a0d876525d7ce91cae95731478c2a8fbe437348e49de6416651f329f [2025-07-18T01:27:40.972Z] $ docker rm -f --volumes 3d2e1aa8a0d876525d7ce91cae95731478c2a8fbe437348e49de6416651f329f [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-18T01:27:41.448Z] provisioning config files... [2025-07-18T01:27:41.468Z] copy managed file [device-rest-go-codecov-token] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config3634209169595933491tmp [Pipeline] { [Pipeline] sh [2025-07-18T01:27:41.775Z] + set +x [2025-07-18T01:27:41.775Z] + curl -s https://codecov.io/bash [2025-07-18T01:27:41.775Z] + bash -s -- [2025-07-18T01:27:41.775Z] [2025-07-18T01:27:41.775Z] _____ _ [2025-07-18T01:27:41.775Z] / ____| | | [2025-07-18T01:27:41.775Z] | | ___ __| | ___ ___ _____ __ [2025-07-18T01:27:41.775Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-07-18T01:27:41.775Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-07-18T01:27:41.775Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-07-18T01:27:41.775Z] Bash-1.0.6 [2025-07-18T01:27:41.775Z] [2025-07-18T01:27:41.775Z] [2025-07-18T01:27:41.775Z] ==> git version 2.25.1 found [2025-07-18T01:27:41.775Z] ==> 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-18T01:27:41.775Z] Release-Date: 2020-01-08 [2025-07-18T01:27:41.775Z] 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-18T01:27:41.775Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-07-18T01:27:41.775Z] ==> Jenkins CI detected. [2025-07-18T01:27:41.775Z] current dir:  /w/workspace/edgexfoundry_device-rest-go_main [2025-07-18T01:27:41.775Z] project root: . [2025-07-18T01:27:41.775Z] --> token set from env [2025-07-18T01:27:41.775Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-07-18T01:27:41.775Z] ==> Running gcov in . (disable via -X gcov) [2025-07-18T01:27:41.775Z] ==> Python coveragepy not found [2025-07-18T01:27:41.775Z] ==> Searching for coverage reports in: [2025-07-18T01:27:41.775Z] + . [2025-07-18T01:27:41.775Z] -> Found 1 reports [2025-07-18T01:27:41.775Z] ==> Detecting git/mercurial file structure [2025-07-18T01:27:42.035Z] ==> Reading reports [2025-07-18T01:27:42.035Z] + ./coverage.out bytes=14565 [2025-07-18T01:27:42.035Z] ==> Appending adjustments [2025-07-18T01:27:42.035Z] https://docs.codecov.io/docs/fixing-reports [2025-07-18T01:27:42.035Z] + Found adjustments [2025-07-18T01:27:42.035Z] ==> Gzipping contents [2025-07-18T01:27:42.035Z] 4.0K /tmp/codecov.8Oxqrb.gz [2025-07-18T01:27:42.035Z] ==> Uploading reports [2025-07-18T01:27:42.035Z] url: https://codecov.io [2025-07-18T01:27:42.035Z] query: branch=main&commit=3068ce5cc7f88542a2b7560f9d12fad6abd57d78&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-18T01:27:42.035Z] -> Pinging Codecov [2025-07-18T01:27:42.035Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=3068ce5cc7f88542a2b7560f9d12fad6abd57d78&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-rest-go%2Fjob%2Fmain%2F207%2F&name=&tag=&slug=edgexfoundry%2Fdevice-rest-go&service=jenkins&flags=&pr=&job=&cmd_args= [2025-07-18T01:27:42.295Z] -> Uploading to [2025-07-18T01:27:42.295Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-rest-go/3068ce5cc7f88542a2b7560f9d12fad6abd57d78/8cf66e44-b0fc-4b24-93b3-acdc928aef7c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250718%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250718T012742Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=16c4cb99504087da6961ece638a67daf63d040fbaf1d0d7cafd34ee30e42a4ab [2025-07-18T01:27:42.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-07-18T01:27:42.295Z] Dload Upload Total Spent Left Speed [2025-07-18T01:27:42.555Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2326 0 0 100 2326 0 9982 --:--:-- --:--:-- --:--:-- 10025 [2025-07-18T01:27:42.555Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-rest-go/commit/3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] } [2025-07-18T01:27:42.562Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-07-18T01:27:42.770Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-07-18T01:27:42.794Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:27:43.103Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-18T01:27:43.103Z] [2025-07-18T01:27:43.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:27:43.409Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-18T01:27:43.409Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-07-18T01:27:43.409Z] 0a9a5dfd008f: Already exists [2025-07-18T01:27:43.409Z] 36466aa92d05: Already exists [2025-07-18T01:27:43.409Z] e10405b45d13: Already exists [2025-07-18T01:27:43.409Z] 096b7ceb2af7: Already exists [2025-07-18T01:27:43.409Z] 4f4fb700ef54: Already exists [2025-07-18T01:27:43.409Z] e50aa161e22a: Pulling fs layer [2025-07-18T01:27:43.409Z] d3c8db5fb9df: Pulling fs layer [2025-07-18T01:27:43.669Z] e50aa161e22a: Verifying Checksum [2025-07-18T01:27:43.669Z] e50aa161e22a: Download complete [2025-07-18T01:27:43.927Z] e50aa161e22a: Pull complete [2025-07-18T01:27:45.304Z] d3c8db5fb9df: Verifying Checksum [2025-07-18T01:27:45.304Z] d3c8db5fb9df: Download complete [2025-07-18T01:27:48.589Z] d3c8db5fb9df: Pull complete [2025-07-18T01:27:48.589Z] Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be [2025-07-18T01:27:48.590Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-07-18T01:27:48.590Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:27:48.689Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:27:48.716Z] $ 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-18T01:27:49.559Z] $ docker top 99bd8fa91b0a9658ff80d9843aea951f2afcdd69507511e3a1bdc185a46f714b -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-18T01:27:49.904Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-rest-go_main [Pipeline] echo [2025-07-18T01:27:49.914Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-rest-go:main' [Pipeline] sh [2025-07-18T01:27:50.192Z] + set -o pipefail [2025-07-18T01:27:50.192Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-rest-go:main' [2025-07-18T01:28:00.186Z] [2025-07-18T01:28:00.186Z] Monitoring /w/workspace/edgexfoundry_device-rest-go_main (github.com/edgexfoundry/device-rest-go)... [2025-07-18T01:28:00.186Z] [2025-07-18T01:28:00.186Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9d7b2b31-f697-4750-913c-575a35a00c1a/history/7cc34e3d-a72a-48da-ba2d-8015c7afc8b9 [2025-07-18T01:28:00.186Z] [2025-07-18T01:28:00.186Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-07-18T01:28:00.186Z] [2025-07-18T01:28:00.186Z] [2025-07-18T01:28:00.186Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-07-18T01:28:00.186Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-07-18T01:28:00.454Z] $ docker stop --time=1 99bd8fa91b0a9658ff80d9843aea951f2afcdd69507511e3a1bdc185a46f714b [2025-07-18T01:28:03.041Z] $ docker rm -f --volumes 99bd8fa91b0a9658ff80d9843aea951f2afcdd69507511e3a1bdc185a46f714b [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-18T01:28:03.891Z] + git log --format=format:%s -1 3068ce5cc7f88542a2b7560f9d12fad6abd57d78 [Pipeline] sh [2025-07-18T01:28:04.183Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-18T01:28:04.183Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:28:04.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-18T01:28:04.497Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:28:04.575Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:28:04.597Z] $ 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-18T01:28:04.854Z] $ docker top bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 -eo pid,comm [2025-07-18T01:28:04.904Z] 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-18T01:28:04.904Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-18T01:28:04.958Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-18T01:28:04.958Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-18T01:28:05.075Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-18T01:28:05.075Z] $ docker exec bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 ssh-agent [2025-07-18T01:28:05.182Z] SSH_AUTH_SOCK=/tmp/ssh-xEkIo3oA0GoA/agent.32 [2025-07-18T01:28:05.182Z] SSH_AGENT_PID=38 [2025-07-18T01:28:05.186Z] Running ssh-add (command line suppressed) [2025-07-18T01:28:05.278Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2787658212889677575.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_2787658212889677575.key) [2025-07-18T01:28:05.293Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-18T01:28:05.584Z] + git semver tag [2025-07-18T01:28:05.841Z] 2025-07-18 01:28:05,780 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,785 [run_tag] DEBUG tag force:False [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,785 [check_head_tag] DEBUG check head tag [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,785 [execute] INFO git cat-file --batch-check [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,785 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,788 [execute] INFO git cat-file --batch [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,788 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=, shell=False, universal_newlines=False) [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,797 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,797 [execute] INFO git tag -a v4.1.0-dev.8 -m v4.1.0-dev.8 [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,798 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.8', '-m', 'v4.1.0-dev.8'], cwd=/w/workspace/edgexfoundry_device-rest-go_main, stdin=None, shell=False, universal_newlines=False) [2025-07-18T01:28:05.842Z] 2025-07-18 01:28:05,800 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:28:05.842Z] 4.1.0-dev.8 [Pipeline] } [2025-07-18T01:28:05.848Z] $ docker exec --env ******** --env ******** bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 ssh-agent -k [2025-07-18T01:28:05.944Z] unset SSH_AUTH_SOCK; [2025-07-18T01:28:05.944Z] unset SSH_AGENT_PID; [2025-07-18T01:28:05.944Z] echo Agent pid 38 killed; [2025-07-18T01:28:05.956Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-18T01:28:06.270Z] + git semver [Pipeline] } [2025-07-18T01:28:06.537Z] $ docker stop --time=1 bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 [2025-07-18T01:28:07.814Z] $ docker rm -f --volumes bfcbbdc88a7bf338d12792ad19bf9a34a383911f0bf03a8beecef498f5a84ad3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:28:08.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-18T01:28:08.232Z] [2025-07-18T01:28:08.232Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:28:08.535Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-18T01:28:08.535Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-07-18T01:28:08.535Z] ab5ef0e58194: Pulling fs layer [2025-07-18T01:28:08.535Z] 9712f1f96733: Pulling fs layer [2025-07-18T01:28:08.535Z] 63f879dbbcfc: Pulling fs layer [2025-07-18T01:28:08.535Z] 0d9ebad4ef96: Pulling fs layer [2025-07-18T01:28:08.535Z] e9a5061849ea: Pulling fs layer [2025-07-18T01:28:08.535Z] d747dcd14b5f: Pulling fs layer [2025-07-18T01:28:08.535Z] 2de7ff778b66: Pulling fs layer [2025-07-18T01:28:08.535Z] 0d9ebad4ef96: Waiting [2025-07-18T01:28:08.535Z] e9a5061849ea: Waiting [2025-07-18T01:28:08.535Z] 2de7ff778b66: Waiting [2025-07-18T01:28:08.535Z] d747dcd14b5f: Waiting [2025-07-18T01:28:08.535Z] 9712f1f96733: Verifying Checksum [2025-07-18T01:28:08.535Z] 9712f1f96733: Download complete [2025-07-18T01:28:08.796Z] 63f879dbbcfc: Verifying Checksum [2025-07-18T01:28:08.796Z] 63f879dbbcfc: Download complete [2025-07-18T01:28:09.055Z] e9a5061849ea: Verifying Checksum [2025-07-18T01:28:09.055Z] e9a5061849ea: Download complete [2025-07-18T01:28:09.055Z] d747dcd14b5f: Download complete [2025-07-18T01:28:09.314Z] ab5ef0e58194: Download complete [2025-07-18T01:28:09.314Z] 2de7ff778b66: Verifying Checksum [2025-07-18T01:28:09.314Z] 2de7ff778b66: Download complete [2025-07-18T01:28:09.314Z] 0d9ebad4ef96: Verifying Checksum [2025-07-18T01:28:09.314Z] 0d9ebad4ef96: Download complete [2025-07-18T01:28:13.501Z] ab5ef0e58194: Pull complete [2025-07-18T01:28:13.501Z] 9712f1f96733: Pull complete [2025-07-18T01:28:13.759Z] 63f879dbbcfc: Pull complete [2025-07-18T01:28:20.329Z] 0d9ebad4ef96: Pull complete [2025-07-18T01:28:20.329Z] e9a5061849ea: Pull complete [2025-07-18T01:28:20.329Z] d747dcd14b5f: Pull complete [2025-07-18T01:28:21.267Z] 2de7ff778b66: Pull complete [2025-07-18T01:28:21.267Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-07-18T01:28:21.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-07-18T01:28:21.267Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:28:21.373Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:28:21.401Z] $ 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-18T01:28:22.973Z] $ docker top 87d859ce2534ff00d1228e511d60bb8ea2e2a73f2a13bd593ae8ee6be939af39 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-07-18T01:28:23.050Z] provisioning config files... [2025-07-18T01:28:23.057Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config7663966164100009517tmp [2025-07-18T01:28:23.070Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config13137532636181715607tmp [2025-07-18T01:28:23.080Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config842377916178452438tmp [Pipeline] { [Pipeline] echo [2025-07-18T01:28:23.107Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:23.400Z] ---> sigul-configuration.sh [2025-07-18T01:28:23.400Z] gpg: directory `/root/.gnupg' created [2025-07-18T01:28:23.400Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-07-18T01:28:23.400Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-07-18T01:28:23.400Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-07-18T01:28:23.400Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-07-18T01:28:23.400Z] gpg: CAST5 encrypted data [2025-07-18T01:28:23.400Z] gpg: encrypted with 1 passphrase [2025-07-18T01:28:23.400Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-07-18T01:28:23.691Z] + mkdir /home/jenkins [2025-07-18T01:28:23.691Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-07-18T01:28:23.985Z] + 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-18T01:28:24.001Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:24.292Z] ---> sigul-install.sh [2025-07-18T01:28:24.292Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-07-18T01:28:24.586Z] + git tag --list [2025-07-18T01:28:24.586Z] v1.0.0 [2025-07-18T01:28:24.586Z] v1.1.0 [2025-07-18T01:28:24.586Z] v1.1.1 [2025-07-18T01:28:24.586Z] v1.1.2 [2025-07-18T01:28:24.586Z] v1.2.0 [2025-07-18T01:28:24.586Z] v1.2.1 [2025-07-18T01:28:24.586Z] v2.0.0 [2025-07-18T01:28:24.586Z] v2.1.0 [2025-07-18T01:28:24.586Z] v2.1.1 [2025-07-18T01:28:24.586Z] v2.2.0 [2025-07-18T01:28:24.586Z] v2.3.0 [2025-07-18T01:28:24.586Z] v3.0 [2025-07-18T01:28:24.586Z] v3.0.0 [2025-07-18T01:28:24.586Z] v3.1 [2025-07-18T01:28:24.586Z] v3.1.0 [2025-07-18T01:28:24.586Z] v3.1.1 [2025-07-18T01:28:24.586Z] v4.0 [2025-07-18T01:28:24.586Z] v4.0.0 [2025-07-18T01:28:24.586Z] v4.1.0-dev.1 [2025-07-18T01:28:24.586Z] v4.1.0-dev.2 [2025-07-18T01:28:24.586Z] v4.1.0-dev.3 [2025-07-18T01:28:24.586Z] v4.1.0-dev.4 [2025-07-18T01:28:24.586Z] v4.1.0-dev.5 [2025-07-18T01:28:24.586Z] v4.1.0-dev.6 [2025-07-18T01:28:24.586Z] v4.1.0-dev.7 [2025-07-18T01:28:24.586Z] v4.1.0-dev.8 [Pipeline] sh [2025-07-18T01:28:24.879Z] + lftools sign git-tag v4.1.0-dev.8 [2025-07-18T01:28:25.446Z] Signing Git tag with Sigul... [2025-07-18T01:28:25.446Z] Signing v4.1.0-dev.8 [Pipeline] echo [2025-07-18T01:28:25.722Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:26.080Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-07-18T01:28:26.126Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-07-18T01:28:26.155Z] $ docker stop --time=1 87d859ce2534ff00d1228e511d60bb8ea2e2a73f2a13bd593ae8ee6be939af39 [2025-07-18T01:28:27.433Z] $ docker rm -f --volumes 87d859ce2534ff00d1228e511d60bb8ea2e2a73f2a13bd593ae8ee6be939af39 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-07-18T01:28:27.908Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-18T01:28:27.908Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:28:28.238Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-18T01:28:28.238Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:28:28.338Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:28:28.374Z] $ 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-18T01:28:28.644Z] $ docker top 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 -eo pid,comm [2025-07-18T01:28:28.692Z] 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-18T01:28:28.692Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-18T01:28:28.745Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-18T01:28:28.745Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-18T01:28:28.856Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-18T01:28:28.855Z] $ docker exec 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 ssh-agent [2025-07-18T01:28:28.961Z] SSH_AUTH_SOCK=/tmp/ssh-oVfBh78bO85v/agent.32 [2025-07-18T01:28:28.961Z] SSH_AGENT_PID=39 [2025-07-18T01:28:28.966Z] Running ssh-add (command line suppressed) [2025-07-18T01:28:29.066Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14992073698286447342.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_14992073698286447342.key) [2025-07-18T01:28:29.084Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-18T01:28:29.366Z] + git semver bump pre [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,565 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,568 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,568 [bump_version] DEBUG bumping version:4.1.0-dev.8 on axis:pre with prefix:dev [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,569 [bump_version] DEBUG bumped version:4.1.0-dev.9 [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,569 [write_version] DEBUG write version:4.1.0-dev.9 to path:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main with force:True [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,569 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,569 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,571 [execute] INFO git cat-file --batch-check [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,571 [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-18T01:28:29.624Z] 2025-07-18 01:28:29,574 [execute] INFO git cat-file --batch [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,575 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=, shell=False, universal_newlines=False) [2025-07-18T01:28:29.624Z] 2025-07-18 01:28:29,578 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:28:29.624Z] 4.1.0-dev.9 [Pipeline] } [2025-07-18T01:28:29.628Z] $ docker exec --env ******** --env ******** 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 ssh-agent -k [2025-07-18T01:28:29.712Z] unset SSH_AUTH_SOCK; [2025-07-18T01:28:29.712Z] unset SSH_AGENT_PID; [2025-07-18T01:28:29.712Z] echo Agent pid 39 killed; [2025-07-18T01:28:29.723Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-18T01:28:30.038Z] + git semver [Pipeline] } [2025-07-18T01:28:30.305Z] $ docker stop --time=1 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 [2025-07-18T01:28:31.579Z] $ docker rm -f --volumes 02db62be1245bebeecfcb66da04eec98e17ee2c140826291a219bfdd1b3c0177 [Pipeline] // withDockerContainer [Pipeline] sh [2025-07-18T01:28:31.934Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-07-18T01:28:31.934Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:28:32.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-07-18T01:28:32.244Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:28:32.319Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:28:32.341Z] $ 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-18T01:28:32.597Z] $ docker top 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 -eo pid,comm [2025-07-18T01:28:32.643Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2025-07-18T01:28:32.643Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-07-18T01:28:32.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-07-18T01:28:32.690Z] [ssh-agent] Looking for ssh-agent implementation... [2025-07-18T01:28:32.814Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-07-18T01:28:32.813Z] $ docker exec 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 ssh-agent [2025-07-18T01:28:32.928Z] SSH_AUTH_SOCK=/tmp/ssh-X88EbZS344nC/agent.32 [2025-07-18T01:28:32.928Z] SSH_AGENT_PID=38 [2025-07-18T01:28:32.932Z] Running ssh-add (command line suppressed) [2025-07-18T01:28:33.029Z] Identity added: /w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3692516504276487951.key (/w/workspace/edgexfoundry_device-rest-go_main@tmp/private_key_3692516504276487951.key) [2025-07-18T01:28:33.044Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-07-18T01:28:33.333Z] + git semver push [2025-07-18T01:28:33.595Z] 2025-07-18 01:28:33,545 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') [2025-07-18T01:28:33.595Z] 2025-07-18 01:28:33,549 [run_push] DEBUG push [2025-07-18T01:28:33.595Z] 2025-07-18 01:28:33,549 [execute] INFO git cat-file --batch-check [2025-07-18T01:28:33.595Z] 2025-07-18 01:28:33,549 [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-18T01:28:33.595Z] 2025-07-18 01:28:33,551 [execute] INFO git rev-list ae0830869d963ed1c353a0a6bc2d4d8cbb814822 -- [2025-07-18T01:28:33.595Z] 2025-07-18 01:28:33,551 [execute] DEBUG Popen(['git', 'rev-list', 'ae0830869d963ed1c353a0a6bc2d4d8cbb814822', '--'], cwd=/w/workspace/edgexfoundry_device-rest-go_main/.semver, stdin=None, shell=False, universal_newlines=False) [2025-07-18T01:28:33.595Z] 2025-07-18 01:28:33,557 [execute] INFO git fetch -v -- origin [2025-07-18T01:28:33.595Z] 2025-07-18 01:28:33,557 [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-18T01:28:34.167Z] 2025-07-18 01:28:34,003 [run_push] DEBUG no remote changes detected [2025-07-18T01:28:34.167Z] 2025-07-18 01:28:34,004 [execute] INFO git push origin semver [2025-07-18T01:28:34.167Z] 2025-07-18 01:28:34,004 [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-18T01:28:35.106Z] 2025-07-18 01:28:34,772 [run_push] DEBUG push all version tags [2025-07-18T01:28:35.106Z] 2025-07-18 01:28:34,772 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-07-18T01:28:35.106Z] 2025-07-18 01:28:34,773 [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-18T01:28:35.693Z] 2025-07-18 01:28:35,485 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-rest-go_main/.semver/main [2025-07-18T01:28:35.693Z] 4.1.0-dev.9 [Pipeline] } [2025-07-18T01:28:35.699Z] $ docker exec --env ******** --env ******** 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 ssh-agent -k [2025-07-18T01:28:35.802Z] unset SSH_AUTH_SOCK; [2025-07-18T01:28:35.803Z] unset SSH_AGENT_PID; [2025-07-18T01:28:35.803Z] echo Agent pid 38 killed; [2025-07-18T01:28:35.837Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-07-18T01:28:36.150Z] + git semver [Pipeline] } [2025-07-18T01:28:36.417Z] $ docker stop --time=1 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 [2025-07-18T01:28:37.659Z] $ docker rm -f --volumes 7daed9b275f88cc6eef36f57361c9a1372042166b686f0adf82e1dbf2b828b84 [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-18T01:28:38.195Z] + [ -d /w/workspace/edgexfoundry_device-rest-go_main/archives ] [2025-07-18T01:28:38.195Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-18T01:28:38.195Z] total 16 [2025-07-18T01:28:38.195Z] drwxr-xr-x 3 root root 4096 Jul 18 01:15 . [2025-07-18T01:28:38.195Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 18 01:28 .. [2025-07-18T01:28:38.195Z] drwxr-xr-x 2 root root 4096 Jul 18 01:15 cost [2025-07-18T01:28:38.195Z] -rw-r--r-- 1 root root 86 Jul 18 01:15 cost.csv [2025-07-18T01:28:38.195Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-18T01:28:38.195Z] + ls -al /w/workspace/edgexfoundry_device-rest-go_main/archives [2025-07-18T01:28:38.195Z] total 16 [2025-07-18T01:28:38.195Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 18 01:15 . [2025-07-18T01:28:38.195Z] drwxrwxr-x 10 jenkins jenkins 4096 Jul 18 01:28 .. [2025-07-18T01:28:38.195Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 18 01:15 cost [2025-07-18T01:28:38.195Z] -rw-r--r-- 1 jenkins jenkins 86 Jul 18 01:15 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:38.482Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:39.345Z] ---> package-listing.sh [2025-07-18T01:28:39.345Z] ++ facter osfamily [2025-07-18T01:28:39.345Z] ++ tr '[:upper:]' '[:lower:]' [2025-07-18T01:28:39.604Z] + OS_FAMILY=debian [2025-07-18T01:28:39.604Z] + workspace=/w/workspace/edgexfoundry_device-rest-go_main [2025-07-18T01:28:39.604Z] + START_PACKAGES=/tmp/packages_start.txt [2025-07-18T01:28:39.604Z] + END_PACKAGES=/tmp/packages_end.txt [2025-07-18T01:28:39.604Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-07-18T01:28:39.604Z] + PACKAGES=/tmp/packages_start.txt [2025-07-18T01:28:39.604Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-18T01:28:39.604Z] + PACKAGES=/tmp/packages_end.txt [2025-07-18T01:28:39.604Z] + case "${OS_FAMILY}" in [2025-07-18T01:28:39.604Z] + dpkg -l [2025-07-18T01:28:39.604Z] + grep '^ii' [2025-07-18T01:28:39.604Z] + '[' -f /tmp/packages_start.txt ']' [2025-07-18T01:28:39.604Z] + '[' -f /tmp/packages_end.txt ']' [2025-07-18T01:28:39.604Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-07-18T01:28:39.604Z] + '[' /w/workspace/edgexfoundry_device-rest-go_main ']' [2025-07-18T01:28:39.604Z] + mkdir -p /w/workspace/edgexfoundry_device-rest-go_main/archives/ [2025-07-18T01:28:39.604Z] + 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-18T01:28:39.615Z] 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-18T01:28:39.893Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-07-18T01:28:40.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-07-18T01:28:40.454Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-07-18T01:28:40.537Z] prd-ubuntu20.04-docker-8c-8g-5301 does not seem to be running inside a container [2025-07-18T01:28:40.563Z] $ 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-18T01:28:40.774Z] $ docker top cb0fc05d65887f5e95518d9abd00313482cfcb426667efb557ef69f77701a69e -eo pid,comm [Pipeline] { [Pipeline] sh [2025-07-18T01:28:41.122Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-07-18T01:28:41.410Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-07-18T01:28:41.695Z] + ls /var/log/sa-host [2025-07-18T01:28:41.695Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-07-18T01:28:41.735Z] provisioning config files... [2025-07-18T01:28:41.743Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-rest-go_main@tmp/config9257908766080309347tmp [Pipeline] { [Pipeline] echo [2025-07-18T01:28:41.763Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:42.045Z] ---> create-netrc.sh [Pipeline] } [2025-07-18T01:28:42.051Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:42.367Z] ---> python-tools-install.sh [Pipeline] echo [2025-07-18T01:28:42.377Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:42.661Z] ---> sudo-logs.sh [2025-07-18T01:28:42.661Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-07-18T01:28:42.697Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:42.981Z] ---> job-cost.sh [2025-07-18T01:28:42.981Z] lf-activate-venv: SKIPPING [2025-07-18T01:28:42.981Z] DEBUG: total: 0.2199999988079071 [2025-07-18T01:28:42.981Z] INFO: Retrieving Stack Cost... [2025-07-18T01:28:43.246Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-07-18T01:28:43.505Z] INFO: Archiving Costs [Pipeline] echo [2025-07-18T01:28:43.515Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-07-18T01:28:43.797Z] ---> logs-deploy.sh [2025-07-18T01:28:43.797Z] lf-activate-venv: SKIPPING [2025-07-18T01:28:43.797Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/main/207 [2025-07-18T01:28:43.797Z] INFO: archiving workspace using pattern(s): [2025-07-18T01:28:44.734Z] Archives upload complete. [2025-07-18T01:28:44.994Z] INFO: archiving logs to Nexus