Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7bf3b7cedae0f10faf0de83af88415cc28561f9e 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-ssh14551602734801071918.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 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-ssh5283512994952677334.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 7928b8837ad34b090831a72fcdf53bff9dae4c17 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-s7/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-s7/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1452889804419113847.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7928b8837ad34b090831a72fcdf53bff9dae4c17 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7928b8837ad34b090831a72fcdf53bff9dae4c17 # timeout=10 Commit message: "Merge pull request #462 from cherrycl/skip-arm-c-sdk-2" > 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-ssh10658110669465330977.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-s7/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-s7/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6191925615136711220.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-s7] ========================================================= [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-s7-settings PROJECT: device-s7 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-s7 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 Running on prd-ubuntu20.04-docker-8c-8g-39283 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-s7.git > git init /w/workspace/edgexfoundry_device-s7_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-s7.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-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 7bf3b7cedae0f10faf0de83af88415cc28561f9e (main) Commit message: "Merge pull request #40 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" > git config remote.origin.url git@github.com:edgexfoundry/device-s7.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 7bf3b7cedae0f10faf0de83af88415cc28561f9e # timeout=10 > git rev-list --no-walk 7bf3b7cedae0f10faf0de83af88415cc28561f9e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2025-02-20T03:54:28.894Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2025-02-20T03:54:28.979Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2025-02-20T03:54:29.007Z] ========================================================= [2025-02-20T03:54:29.007Z] EdgeX Global Pipelines Version Info [2025-02-20T03:54:29.007Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2025-02-20T03:54:29.764Z] ------------------- [2025-02-20T03:54:29.764Z] stable info: [2025-02-20T03:54:29.764Z] ------------------- [2025-02-20T03:54:29.764Z] Commited By: Cherry Wang cherry@iotechsys.com [2025-02-20T03:54:29.764Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-02-20T03:54:29.764Z] Message: update stable to v1.0.269 [2025-02-20T03:54:30.336Z] ------------------- [2025-02-20T03:54:30.336Z] experimental info: [2025-02-20T03:54:30.336Z] ------------------- [2025-02-20T03:54:30.336Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2025-02-20T03:54:30.336Z] Commit SHA: 7928b8837ad34b090831a72fcdf53bff9dae4c17 [2025-02-20T03:54:30.336Z] Message: update experimental to v1.0.269 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2025-02-20T03:54:30.408Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-s7-settings [Pipeline] echo [2025-02-20T03:54:30.435Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-s7 [Pipeline] echo [2025-02-20T03:54:30.458Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2025-02-20T03:54:30.483Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2025-02-20T03:54:30.503Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2025-02-20T03:54:30.531Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo [2025-02-20T03:54:30.558Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2025-02-20T03:54:30.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2025-02-20T03:54:30.606Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2025-02-20T03:54:30.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2025-02-20T03:54:30.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2025-02-20T03:54:30.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-s7 [Pipeline] echo [2025-02-20T03:54:30.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2025-02-20T03:54:30.749Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2025-02-20T03:54:30.774Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2025-02-20T03:54:30.800Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2025-02-20T03:54:30.824Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2025-02-20T03:54:30.850Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2025-02-20T03:54:30.877Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2025-02-20T03:54:30.907Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2025-02-20T03:54:30.935Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2025-02-20T03:54:30.963Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2025-02-20T03:54:30.992Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2025-02-20T03:54:31.018Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2025-02-20T03:54:31.041Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2025-02-20T03:54:31.065Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2025-02-20T03:54:31.084Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2025-02-20T03:54:31.108Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2025-02-20T03:54:31.131Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2025-02-20T03:54:31.154Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2025-02-20T03:54:31.182Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] echo [2025-02-20T03:54:31.207Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7bf3b7c [Pipeline] echo [2025-02-20T03:54:31.228Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-20T03:54:31.295Z] provisioning config files... [2025-02-20T03:54:31.307Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config5770253408108555549tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-20T03:54:31.660Z] ---> ****-login.sh [2025-02-20T03:54:31.660Z] nexus3.edgexfoundry.org:10001 [2025-02-20T03:54:31.660Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:31.920Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:31.920Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:31.920Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:31.920Z] [2025-02-20T03:54:31.920Z] Login Succeeded [2025-02-20T03:54:31.920Z] nexus3.edgexfoundry.org:10002 [2025-02-20T03:54:31.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:32.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:32.181Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:32.181Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:32.181Z] [2025-02-20T03:54:32.181Z] Login Succeeded [2025-02-20T03:54:32.181Z] nexus3.edgexfoundry.org:10003 [2025-02-20T03:54:32.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:32.181Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:32.181Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:32.181Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:32.181Z] [2025-02-20T03:54:32.181Z] Login Succeeded [2025-02-20T03:54:32.181Z] nexus3.edgexfoundry.org:10004 [2025-02-20T03:54:32.181Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:32.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:32.442Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:32.442Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:32.442Z] [2025-02-20T03:54:32.442Z] Login Succeeded [2025-02-20T03:54:32.442Z] ****.io [2025-02-20T03:54:32.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:32.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:32.702Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:32.702Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:32.702Z] [2025-02-20T03:54:32.702Z] Login Succeeded [2025-02-20T03:54:32.702Z] ---> ****-login.sh ends [Pipeline] } [2025-02-20T03:54:32.710Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2025-02-20T03:54:33.132Z] + git rev-list -1 --merges 7bf3b7cedae0f10faf0de83af88415cc28561f9e~1..7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] echo [2025-02-20T03:54:33.159Z] -----------> git rev-list -1 --merges 7bf3b7cedae0f10faf0de83af88415cc28561f9e~1..7bf3b7cedae0f10faf0de83af88415cc28561f9e 7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T03:54:33.159Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e [false] [Pipeline] sh [2025-02-20T03:54:33.452Z] + git log --format=format:%s -1 7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] echo [2025-02-20T03:54:33.464Z] ========================================================= [2025-02-20T03:54:33.465Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2025-02-20T03:54:33.465Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-20T03:54:33.809Z] + git log --format=format:%s -1 7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] echo [2025-02-20T03:54:33.821Z] [semverPrep] GIT_COMMIT: 7bf3b7cedae0f10faf0de83af88415cc28561f9e, Commit Message: Merge pull request #40 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24 [Pipeline] echo [2025-02-20T03:54:33.841Z] [semverPrep] This is not a build commit. [Pipeline] sh [2025-02-20T03:54:34.234Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-20T03:54:34.234Z] + grep -v github /etc/ssh/ssh_known_hosts [2025-02-20T03:54:34.234Z] + [ -e /tmp/ssh_known_hosts ] [2025-02-20T03:54:34.234Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2025-02-20T03:54:34.234Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2025-02-20T03:54:34.234Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2025-02-20T03:54:34.234Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:54:34.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-20T03:54:34.603Z] [2025-02-20T03:54:34.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:54:34.904Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-20T03:54:34.904Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2025-02-20T03:54:34.904Z] b85a868b505f: Pulling fs layer [2025-02-20T03:54:34.904Z] e2be974225ed: Pulling fs layer [2025-02-20T03:54:34.904Z] 339a4e72a1f5: Pulling fs layer [2025-02-20T03:54:34.904Z] 988bab9f4d93: Pulling fs layer [2025-02-20T03:54:34.904Z] 1469e6f7b9e6: Pulling fs layer [2025-02-20T03:54:34.904Z] eaf3925da568: Pulling fs layer [2025-02-20T03:54:34.904Z] bab4dde63d76: Pulling fs layer [2025-02-20T03:54:34.904Z] bde34c3a00c8: Pulling fs layer [2025-02-20T03:54:34.904Z] b352a97aabf1: Pulling fs layer [2025-02-20T03:54:34.904Z] 4872d77fe225: Pulling fs layer [2025-02-20T03:54:34.904Z] 5851b861e8e6: Pulling fs layer [2025-02-20T03:54:34.904Z] bde34c3a00c8: Waiting [2025-02-20T03:54:34.904Z] b352a97aabf1: Waiting [2025-02-20T03:54:34.904Z] 4872d77fe225: Waiting [2025-02-20T03:54:34.904Z] 988bab9f4d93: Waiting [2025-02-20T03:54:34.904Z] 1469e6f7b9e6: Waiting [2025-02-20T03:54:34.904Z] bab4dde63d76: Waiting [2025-02-20T03:54:34.904Z] e2be974225ed: Download complete [2025-02-20T03:54:34.904Z] 988bab9f4d93: Verifying Checksum [2025-02-20T03:54:34.904Z] 988bab9f4d93: Download complete [2025-02-20T03:54:34.904Z] 339a4e72a1f5: Verifying Checksum [2025-02-20T03:54:34.904Z] 339a4e72a1f5: Download complete [2025-02-20T03:54:34.904Z] 1469e6f7b9e6: Verifying Checksum [2025-02-20T03:54:34.904Z] 1469e6f7b9e6: Download complete [2025-02-20T03:54:34.904Z] eaf3925da568: Verifying Checksum [2025-02-20T03:54:34.904Z] eaf3925da568: Download complete [2025-02-20T03:54:35.163Z] bde34c3a00c8: Download complete [2025-02-20T03:54:35.163Z] b352a97aabf1: Download complete [2025-02-20T03:54:35.163Z] 4872d77fe225: Verifying Checksum [2025-02-20T03:54:35.163Z] 4872d77fe225: Download complete [2025-02-20T03:54:35.163Z] 5851b861e8e6: Download complete [2025-02-20T03:54:35.163Z] b85a868b505f: Verifying Checksum [2025-02-20T03:54:35.163Z] b85a868b505f: Download complete [2025-02-20T03:54:35.421Z] bab4dde63d76: Verifying Checksum [2025-02-20T03:54:35.421Z] bab4dde63d76: Download complete [2025-02-20T03:54:36.363Z] b85a868b505f: Pull complete [2025-02-20T03:54:36.628Z] e2be974225ed: Pull complete [2025-02-20T03:54:36.893Z] 339a4e72a1f5: Pull complete [2025-02-20T03:54:36.893Z] 988bab9f4d93: Pull complete [2025-02-20T03:54:37.155Z] 1469e6f7b9e6: Pull complete [2025-02-20T03:54:37.416Z] eaf3925da568: Pull complete [2025-02-20T03:54:38.790Z] bab4dde63d76: Pull complete [2025-02-20T03:54:38.790Z] bde34c3a00c8: Pull complete [2025-02-20T03:54:39.050Z] b352a97aabf1: Pull complete [2025-02-20T03:54:39.050Z] 4872d77fe225: Pull complete [2025-02-20T03:54:39.050Z] 5851b861e8e6: Pull complete [2025-02-20T03:54:39.050Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2025-02-20T03:54:39.050Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-20T03:54:39.050Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T03:54:39.203Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T03:54:39.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-02-20T03:54:40.826Z] $ docker top 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e -eo pid,comm [2025-02-20T03:54:40.884Z] 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-02-20T03:54:40.884Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-20T03:54:40.949Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-20T03:54:40.949Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-20T03:54:41.062Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-20T03:54:41.064Z] $ docker exec 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e ssh-agent [2025-02-20T03:54:41.169Z] SSH_AUTH_SOCK=/tmp/ssh-cbnv5J1AB5xL/agent.31 [2025-02-20T03:54:41.169Z] SSH_AGENT_PID=37 [2025-02-20T03:54:41.176Z] Running ssh-add (command line suppressed) [2025-02-20T03:54:41.277Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_11003714820862905457.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_11003714820862905457.key) [2025-02-20T03:54:41.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-20T03:54:41.586Z] + git tag --points-at HEAD [Pipeline] } [2025-02-20T03:54:41.598Z] $ docker exec --env ******** --env ******** 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e ssh-agent -k [2025-02-20T03:54:41.688Z] unset SSH_AUTH_SOCK; [2025-02-20T03:54:41.689Z] unset SSH_AGENT_PID; [2025-02-20T03:54:41.689Z] echo Agent pid 37 killed; [2025-02-20T03:54:41.698Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2025-02-20T03:54:41.769Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-20T03:54:41.769Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-20T03:54:41.873Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-20T03:54:41.874Z] $ docker exec 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e ssh-agent [2025-02-20T03:54:41.983Z] SSH_AUTH_SOCK=/tmp/ssh-rSaSmQifCvOq/agent.70 [2025-02-20T03:54:41.983Z] SSH_AGENT_PID=76 [2025-02-20T03:54:41.988Z] Running ssh-add (command line suppressed) [2025-02-20T03:54:42.097Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_2089978975541735415.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_2089978975541735415.key) [2025-02-20T03:54:42.110Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-20T03:54:42.404Z] + git semver init [2025-02-20T03:54:42.664Z] 2025-02-20 03:54:42,593 [run_init] DEBUG init version:0.0.0 force:False [2025-02-20T03:54:42.664Z] 2025-02-20 03:54:42,593 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-s7_main/.semver [2025-02-20T03:54:42.664Z] 2025-02-20 03:54:42,594 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-s7.git /w/workspace/edgexfoundry_device-s7_main/.semver [2025-02-20T03:54:42.664Z] 2025-02-20 03:54:42,594 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-s7.git', '/w/workspace/edgexfoundry_device-s7_main/.semver'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=None) [2025-02-20T03:54:43.233Z] 2025-02-20 03:54:43,172 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-s7_main/.git/info/exclude [2025-02-20T03:54:43.234Z] 2025-02-20 03:54:43,173 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-s7_main/.semver/main with force:False [2025-02-20T03:54:43.234Z] 2025-02-20 03:54:43,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T03:54:43.234Z] 2025-02-20 03:54:43,173 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T03:54:43.234Z] 4.0.0-dev.7 [Pipeline] } [2025-02-20T03:54:43.241Z] $ docker exec --env ******** --env ******** 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e ssh-agent -k [2025-02-20T03:54:43.338Z] unset SSH_AUTH_SOCK; [2025-02-20T03:54:43.338Z] unset SSH_AGENT_PID; [2025-02-20T03:54:43.338Z] echo Agent pid 76 killed; [2025-02-20T03:54:43.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-20T03:54:43.682Z] + git semver [Pipeline] } [2025-02-20T03:54:43.955Z] $ docker stop --time=1 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e [2025-02-20T03:54:45.224Z] $ docker rm -f --volumes 66c85b0af0924d5feb5c815d51c3d9de58dd8c220bf30e89fd9c20cc6c8fbd7e [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-20T03:54:45.583Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2025-02-20T03:54:45.826Z] Stashed 1 file(s) [Pipeline] echo [2025-02-20T03:54:45.832Z] [edgeXSemver]: initialized semver on version 4.0.0-dev.7 [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-02-20T03:54:46.033Z] provisioning config files... [2025-02-20T03:54:46.041Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config17964965060922122034tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-20T03:54:46.366Z] ---> ****-login.sh [2025-02-20T03:54:46.366Z] nexus3.edgexfoundry.org:10001 [2025-02-20T03:54:46.366Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:46.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:46.367Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:46.367Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:46.367Z] [2025-02-20T03:54:46.367Z] Login Succeeded [2025-02-20T03:54:46.367Z] nexus3.edgexfoundry.org:10002 [2025-02-20T03:54:46.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:46.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:46.367Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:46.367Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:46.367Z] [2025-02-20T03:54:46.367Z] Login Succeeded [2025-02-20T03:54:46.367Z] nexus3.edgexfoundry.org:10003 [2025-02-20T03:54:46.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:46.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:46.626Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:46.626Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:46.626Z] [2025-02-20T03:54:46.626Z] Login Succeeded [2025-02-20T03:54:46.626Z] nexus3.edgexfoundry.org:10004 [2025-02-20T03:54:46.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:46.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:46.627Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:46.627Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:46.627Z] [2025-02-20T03:54:46.627Z] Login Succeeded [2025-02-20T03:54:46.627Z] ****.io [2025-02-20T03:54:46.627Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:54:46.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:54:46.885Z] Configure a credential helper to remove this warning. See [2025-02-20T03:54:46.885Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:54:46.885Z] [2025-02-20T03:54:46.885Z] Login Succeeded [2025-02-20T03:54:46.885Z] ---> ****-login.sh ends [Pipeline] } [2025-02-20T03:54:46.890Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-02-20T03:54:47.006Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-20T03:54:47.025Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-20T03:54:47.047Z] ========================================================= [2025-02-20T03:54:47.047Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] [2025-02-20T03:54:47.047Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:54:47.400Z] + 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-02-20T03:54:47.400Z] Sending build context to Docker daemon 772.1kB [2025-02-20T03:54:47.400Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-02-20T03:54:47.400Z] Step 2/10 : FROM ${BASE} AS builder [2025-02-20T03:54:47.400Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base [2025-02-20T03:54:47.400Z] da9db072f522: Pulling fs layer [2025-02-20T03:54:47.400Z] 6ef4a4ee8ca5: Pulling fs layer [2025-02-20T03:54:47.400Z] 06f05ace1117: Pulling fs layer [2025-02-20T03:54:47.400Z] 5fe327b54edc: Pulling fs layer [2025-02-20T03:54:47.400Z] 4f4fb700ef54: Pulling fs layer [2025-02-20T03:54:47.400Z] 92a5565b7b96: Pulling fs layer [2025-02-20T03:54:47.400Z] ff9bb7016b71: Pulling fs layer [2025-02-20T03:54:47.400Z] b67dba6c2c7d: Pulling fs layer [2025-02-20T03:54:47.400Z] a813b0c90790: Pulling fs layer [2025-02-20T03:54:47.400Z] 5fe327b54edc: Waiting [2025-02-20T03:54:47.400Z] 4f4fb700ef54: Waiting [2025-02-20T03:54:47.400Z] 92a5565b7b96: Waiting [2025-02-20T03:54:47.400Z] ff9bb7016b71: Waiting [2025-02-20T03:54:47.400Z] b67dba6c2c7d: Waiting [2025-02-20T03:54:47.400Z] a813b0c90790: Waiting [2025-02-20T03:54:47.400Z] 6ef4a4ee8ca5: Download complete [2025-02-20T03:54:47.400Z] 5fe327b54edc: Verifying Checksum [2025-02-20T03:54:47.400Z] 5fe327b54edc: Download complete [2025-02-20T03:54:47.400Z] 4f4fb700ef54: Verifying Checksum [2025-02-20T03:54:47.400Z] 4f4fb700ef54: Download complete [2025-02-20T03:54:47.400Z] 92a5565b7b96: Download complete [2025-02-20T03:54:47.400Z] da9db072f522: Download complete [2025-02-20T03:54:47.659Z] ff9bb7016b71: Verifying Checksum [2025-02-20T03:54:47.659Z] ff9bb7016b71: Download complete [2025-02-20T03:54:47.659Z] da9db072f522: Pull complete [2025-02-20T03:54:47.659Z] a813b0c90790: Download complete [2025-02-20T03:54:47.659Z] 6ef4a4ee8ca5: Pull complete [2025-02-20T03:54:47.917Z] 06f05ace1117: Verifying Checksum [2025-02-20T03:54:47.917Z] 06f05ace1117: Download complete [2025-02-20T03:54:48.176Z] b67dba6c2c7d: Verifying Checksum [2025-02-20T03:54:48.176Z] b67dba6c2c7d: Download complete [2025-02-20T03:54:51.459Z] 06f05ace1117: Pull complete [2025-02-20T03:54:51.459Z] 5fe327b54edc: Pull complete [2025-02-20T03:54:51.459Z] 4f4fb700ef54: Pull complete [2025-02-20T03:54:51.459Z] 92a5565b7b96: Pull complete [2025-02-20T03:54:51.459Z] ff9bb7016b71: Pull complete [2025-02-20T03:54:53.985Z] b67dba6c2c7d: Pull complete [2025-02-20T03:54:54.244Z] a813b0c90790: Pull complete [2025-02-20T03:54:54.244Z] Digest: sha256:964ace759d82d3ebab8e83e8290b66622521f026e03af45cdd06fa8134ce19f9 [2025-02-20T03:54:54.244Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine [2025-02-20T03:54:54.244Z] ---> 3ba60ce46760 [2025-02-20T03:54:54.244Z] Step 3/10 : ARG MAKE=make build [2025-02-20T03:54:57.540Z] ---> Running in 886b062db13f [2025-02-20T03:54:57.540Z] Removing intermediate container 886b062db13f [2025-02-20T03:54:57.540Z] ---> b4036baff61e [2025-02-20T03:54:57.540Z] Step 4/10 : WORKDIR /device-s7 [2025-02-20T03:54:57.540Z] ---> Running in 7a1fe69a4cda [2025-02-20T03:54:57.540Z] Removing intermediate container 7a1fe69a4cda [2025-02-20T03:54:57.540Z] ---> d056e481b6e1 [2025-02-20T03:54:57.540Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2025-02-20T03:54:57.540Z] ---> Running in 4622a3445c80 [2025-02-20T03:54:57.540Z] Removing intermediate container 4622a3445c80 [2025-02-20T03:54:57.540Z] ---> 5959552568f7 [2025-02-20T03:54:57.540Z] Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev [2025-02-20T03:54:57.540Z] ---> Running in 593c12fde6cc [2025-02-20T03:54:57.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-20T03:54:57.799Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-20T03:54:58.365Z] OK: 248 MiB in 58 packages [2025-02-20T03:54:58.623Z] Removing intermediate container 593c12fde6cc [2025-02-20T03:54:58.623Z] ---> df65064bf0d3 [2025-02-20T03:54:58.623Z] Step 7/10 : COPY go.mod vendor* ./ [2025-02-20T03:54:58.623Z] ---> 2ddf7dd7936f [2025-02-20T03:54:58.623Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-20T03:54:58.623Z] ---> Running in 50cd3892880a [2025-02-20T03:55:00.981Z] Still waiting to schedule task [2025-02-20T03:55:00.982Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2025-02-20T03:55:45.310Z] Removing intermediate container 50cd3892880a [2025-02-20T03:55:45.311Z] ---> e5865756eb1b [2025-02-20T03:55:45.311Z] Step 9/10 : COPY . . [2025-02-20T03:55:45.311Z] ---> b857ce2c559b [2025-02-20T03:55:45.311Z] Step 10/10 : RUN ${MAKE} [2025-02-20T03:55:45.311Z] ---> Running in 021aac0bde0c [2025-02-20T03:55:45.311Z] noop [2025-02-20T03:55:45.311Z] Removing intermediate container 021aac0bde0c [2025-02-20T03:55:45.311Z] ---> 3651349637b0 [2025-02-20T03:55:45.311Z] Successfully built 3651349637b0 [2025-02-20T03:55:45.311Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:55:45.635Z] + docker inspect -f . ci-base-image-x86_64 [2025-02-20T03:55:45.636Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T03:55:45.719Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T03:55:45.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-02-20T03:55:46.087Z] $ docker top 9cc1cb1f38e2f2db9c79c33bae9385fbe46e6afad57590d614b2fe0db195ffa0 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-20T03:55:46.442Z] + go version [2025-02-20T03:55:46.442Z] go version go1.23.4 linux/amd64 [Pipeline] } [2025-02-20T03:55:46.454Z] $ docker stop --time=1 9cc1cb1f38e2f2db9c79c33bae9385fbe46e6afad57590d614b2fe0db195ffa0 [2025-02-20T03:55:47.727Z] $ docker rm -f --volumes 9cc1cb1f38e2f2db9c79c33bae9385fbe46e6afad57590d614b2fe0db195ffa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:55:48.172Z] + docker inspect -f . ci-base-image-x86_64 [2025-02-20T03:55:48.172Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T03:55:48.255Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T03:55:48.288Z] $ 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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2025-02-20T03:55:48.643Z] $ docker top 5210a708d108be3d8cdcd28f81efee3a2e6ccc0b2affe2ca12da8e1ce9903d98 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-20T03:55:48.984Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-s7_main [Pipeline] fileExists [Pipeline] sh [2025-02-20T03:55:49.285Z] + make test [2025-02-20T03:55:49.285Z] go test -race -coverprofile=coverage.out ./... [2025-02-20T03:55:57.400Z] ? github.com/edgexfoundry/device-s7 [no test files] [2025-02-20T03:56:19.358Z] github.com/edgexfoundry/device-s7/cmd coverage: 0.0% of statements [2025-02-20T03:56:19.358Z] ok github.com/edgexfoundry/device-s7/internal/driver 1.023s coverage: 6.8% of statements [2025-02-20T03:56:48.398Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-39284 in /w/workspace/edgexfoundry_device-s7_main [Pipeline] { [Pipeline] ws [2025-02-20T03:56:48.417Z] Running in /w/workspace/device-s7/15 [Pipeline] { [Pipeline] checkout [2025-02-20T03:56:51.466Z] Selected Git installation does not exist. Using Default [2025-02-20T03:56:51.466Z] The recommended git tool is: NONE [2025-02-20T03:56:51.521Z] go vet ./... [2025-02-20T03:56:53.422Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-02-20T03:56:53.422Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-02-20T03:56:53.422Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-02-20T03:56:53.433Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2025-02-20T03:56:53.449Z] $ docker stop --time=1 5210a708d108be3d8cdcd28f81efee3a2e6ccc0b2affe2ca12da8e1ce9903d98 [2025-02-20T03:56:55.746Z] using credential edgex-jenkins-ssh [2025-02-20T03:56:55.769Z] Cloning the remote Git repository [2025-02-20T03:56:55.808Z] Cloning repository git@github.com:edgexfoundry/device-s7.git [2025-02-20T03:56:55.890Z] > git init /w/workspace/device-s7/15 # timeout=10 [2025-02-20T03:56:56.015Z] Fetching upstream changes from git@github.com:edgexfoundry/device-s7.git [2025-02-20T03:56:56.016Z] > git --version # timeout=10 [2025-02-20T03:56:56.037Z] > git --version # 'git version 2.25.1' [2025-02-20T03:56:56.039Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2025-02-20T03:56:56.168Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-s7.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-02-20T03:56:57.509Z] Avoid second fetch [2025-02-20T03:56:57.509Z] Checking out Revision 7bf3b7cedae0f10faf0de83af88415cc28561f9e (main) [2025-02-20T03:56:56.710Z] > git config remote.origin.url git@github.com:edgexfoundry/device-s7.git # timeout=10 [2025-02-20T03:56:56.739Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2025-02-20T03:56:57.524Z] > git config core.sparsecheckout # timeout=10 [2025-02-20T03:56:57.579Z] > git checkout -f 7bf3b7cedae0f10faf0de83af88415cc28561f9e # timeout=10 [2025-02-20T03:56:58.046Z] Commit message: "Merge pull request #40 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v4-4.0.0-dev.24" [2025-02-20T03:56:58.264Z] $ docker rm -f --volumes 5210a708d108be3d8cdcd28f81efee3a2e6ccc0b2affe2ca12da8e1ce9903d98 [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-20T03:56:58.890Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-02-20T03:56:58.939Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2025-02-20T03:56:59.533Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-02-20T03:56:59.812Z] + ls -al . [2025-02-20T03:56:59.813Z] total 216 [2025-02-20T03:56:59.813Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 03:55 . [2025-02-20T03:56:59.813Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 03:54 .. [2025-02-20T03:56:59.813Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 03:56 .git [2025-02-20T03:56:59.813Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 03:54 .github [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 237 Feb 20 03:54 .gitignore [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 20 03:54 .golangci.yml [2025-02-20T03:56:59.813Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 20 03:54 .semver [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 19679 Feb 20 03:54 Attribution.txt [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 1579 Feb 20 03:54 Dockerfile [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 643 Feb 20 03:54 Jenkinsfile [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 10947 Feb 20 03:54 LICENSE [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 1903 Feb 20 03:54 Makefile [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 614 Feb 20 03:54 OWNERS.md [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 2393 Feb 20 03:54 README.md [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 20 03:54 VERSION [2025-02-20T03:56:59.813Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 03:54 bin [2025-02-20T03:56:59.813Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 03:54 cmd [2025-02-20T03:56:59.813Z] -rw-r--r-- 1 jenkins jenkins 19094 Feb 20 03:56 coverage.out [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 6120 Feb 20 03:54 go.mod [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 86849 Feb 20 03:54 go.sum [2025-02-20T03:56:59.813Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 03:54 internal [2025-02-20T03:56:59.813Z] -rw-rw-r-- 1 jenkins jenkins 223 Feb 20 03:54 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:00.128Z] + docker build -t device-s7 -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=7bf3b7cedae0f10faf0de83af88415cc28561f9e --label arch=amd64 --label version=4.0.0-dev.7 . [2025-02-20T03:57:00.128Z] Sending build context to Docker daemon 792.1kB [2025-02-20T03:57:00.128Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-02-20T03:57:00.128Z] Step 2/24 : FROM ${BASE} AS builder [2025-02-20T03:57:00.128Z] ---> 3651349637b0 [2025-02-20T03:57:00.128Z] Step 3/24 : ARG MAKE=make build [2025-02-20T03:57:00.128Z] ---> Running in 610243209dbf [2025-02-20T03:57:00.385Z] Removing intermediate container 610243209dbf [2025-02-20T03:57:00.385Z] ---> 6bc1a37a1c58 [2025-02-20T03:57:00.385Z] Step 4/24 : WORKDIR /device-s7 [2025-02-20T03:57:00.385Z] ---> Running in 4da1ab9be240 [2025-02-20T03:57:00.385Z] Removing intermediate container 4da1ab9be240 [2025-02-20T03:57:00.385Z] ---> 9a51c4eb2f71 [2025-02-20T03:57:00.385Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2025-02-20T03:57:00.385Z] ---> Running in 4b3e6e5126a5 [2025-02-20T03:57:00.385Z] Removing intermediate container 4b3e6e5126a5 [2025-02-20T03:57:00.385Z] ---> 395b5de7cd84 [2025-02-20T03:57:00.385Z] Step 6/24 : RUN apk add --update --no-cache make git gcc libc-dev [2025-02-20T03:57:00.385Z] ---> Running in 7d732da75f70 [2025-02-20T03:57:00.642Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-20T03:57:00.898Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-20T03:57:01.154Z] OK: 248 MiB in 58 packages [2025-02-20T03:57:01.724Z] Removing intermediate container 7d732da75f70 [2025-02-20T03:57:01.724Z] ---> 27d75bb79374 [2025-02-20T03:57:01.724Z] Step 7/24 : COPY go.mod vendor* ./ [2025-02-20T03:57:01.724Z] ---> 30d2a80537c6 [2025-02-20T03:57:01.724Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-20T03:57:01.724Z] ---> Running in daecd212497e [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-20T03:57:02.290Z] Removing intermediate container daecd212497e [2025-02-20T03:57:02.290Z] ---> 90d009b99e43 [2025-02-20T03:57:02.290Z] Step 9/24 : COPY . . [2025-02-20T03:57:02.549Z] ---> 85018dfb7be0 [2025-02-20T03:57:02.549Z] Step 10/24 : RUN ${MAKE} [2025-02-20T03:57:02.549Z] ---> Running in 6525afe77d46 [2025-02-20T03:57:02.760Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2025-02-20T03:57:02.760Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-02-20T03:57:02.760Z] Dload Upload Total Spent Left Speed [2025-02-20T03:57:02.760Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 97181 0 --:--:-- --:--:-- --:--:-- 97923 [Pipeline] sh [2025-02-20T03:57:02.807Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/device-s7.Version=4.0.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.24" -trimpath -mod=readonly -o cmd/device-s7 ./cmd [2025-02-20T03:57:03.100Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2025-02-20T03:57:03.434Z] + sudo tee /etc/docker/daemon.new [2025-02-20T03:57:03.434Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2025-02-20T03:57:03.434Z] { [2025-02-20T03:57:03.434Z] "registry-mirrors": [ [2025-02-20T03:57:03.434Z] "https://nexus3.edgexfoundry.org:10001" [2025-02-20T03:57:03.434Z] ], [2025-02-20T03:57:03.434Z] "bip": "10.250.0.254/24", [2025-02-20T03:57:03.434Z] "hosts": [ [2025-02-20T03:57:03.434Z] "tcp://0.0.0.0:5555", [2025-02-20T03:57:03.434Z] "unix:///var/run/docker.sock" [2025-02-20T03:57:03.434Z] ], [2025-02-20T03:57:03.434Z] "mtu": 1458, [2025-02-20T03:57:03.434Z] "selinux-enabled": true, [2025-02-20T03:57:03.434Z] "seccomp-profile": "/etc/docker/seccomp.json" [2025-02-20T03:57:03.434Z] } [Pipeline] sh [2025-02-20T03:57:03.765Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2025-02-20T03:57:04.095Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-20T03:57:22.364Z] provisioning config files... [2025-02-20T03:57:22.390Z] copy managed file [device-s7-settings] to file:/w/workspace/device-s7/15@tmp/config15900718267690562139tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-20T03:57:22.833Z] ---> ****-login.sh [2025-02-20T03:57:22.833Z] nexus3.edgexfoundry.org:10001 [2025-02-20T03:57:23.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:23.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:23.375Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:23.375Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:23.375Z] [2025-02-20T03:57:23.375Z] Login Succeeded [2025-02-20T03:57:23.375Z] nexus3.edgexfoundry.org:10002 [2025-02-20T03:57:23.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:23.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:23.644Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:23.644Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:23.644Z] [2025-02-20T03:57:23.644Z] Login Succeeded [2025-02-20T03:57:23.644Z] nexus3.edgexfoundry.org:10003 [2025-02-20T03:57:23.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:24.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:24.178Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:24.178Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:24.178Z] [2025-02-20T03:57:24.178Z] Login Succeeded [2025-02-20T03:57:24.178Z] nexus3.edgexfoundry.org:10004 [2025-02-20T03:57:24.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:24.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:24.448Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:24.448Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:24.448Z] [2025-02-20T03:57:24.448Z] Login Succeeded [2025-02-20T03:57:24.448Z] ****.io [2025-02-20T03:57:24.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:24.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:24.985Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:24.985Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:24.985Z] [2025-02-20T03:57:24.985Z] Login Succeeded [2025-02-20T03:57:24.985Z] ---> ****-login.sh ends [Pipeline] } [2025-02-20T03:57:24.998Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2025-02-20T03:57:25.298Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-20T03:57:25.320Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-20T03:57:25.337Z] ========================================================= [2025-02-20T03:57:25.337Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] [2025-02-20T03:57:25.337Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:25.703Z] + 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-02-20T03:57:25.971Z] Sending build context to Docker daemon 486.9kB [2025-02-20T03:57:25.971Z] Step 1/10 : ARG BASE=golang:1.23-alpine3.20 [2025-02-20T03:57:25.971Z] Step 2/10 : FROM ${BASE} AS builder [2025-02-20T03:57:25.971Z] 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2025-02-20T03:57:25.971Z] 9986a736f7d3: Pulling fs layer [2025-02-20T03:57:25.971Z] 1f018df60701: Pulling fs layer [2025-02-20T03:57:25.971Z] 39f8f326b044: Pulling fs layer [2025-02-20T03:57:25.971Z] e6a1e7a6a96a: Pulling fs layer [2025-02-20T03:57:25.971Z] 4f4fb700ef54: Pulling fs layer [2025-02-20T03:57:25.971Z] d45d956e0dbf: Pulling fs layer [2025-02-20T03:57:25.971Z] d7702b0d1db1: Pulling fs layer [2025-02-20T03:57:25.971Z] 5c7f0f088c93: Pulling fs layer [2025-02-20T03:57:25.971Z] 4fdc064ae6cf: Pulling fs layer [2025-02-20T03:57:25.971Z] d45d956e0dbf: Waiting [2025-02-20T03:57:25.971Z] d7702b0d1db1: Waiting [2025-02-20T03:57:25.971Z] 5c7f0f088c93: Waiting [2025-02-20T03:57:25.971Z] 4fdc064ae6cf: Waiting [2025-02-20T03:57:25.971Z] e6a1e7a6a96a: Waiting [2025-02-20T03:57:25.971Z] 4f4fb700ef54: Waiting [2025-02-20T03:57:26.240Z] 1f018df60701: Verifying Checksum [2025-02-20T03:57:26.240Z] 1f018df60701: Download complete [2025-02-20T03:57:26.240Z] e6a1e7a6a96a: Verifying Checksum [2025-02-20T03:57:26.240Z] e6a1e7a6a96a: Download complete [2025-02-20T03:57:26.240Z] 4f4fb700ef54: Download complete [2025-02-20T03:57:26.240Z] d45d956e0dbf: Verifying Checksum [2025-02-20T03:57:26.240Z] d45d956e0dbf: Download complete [2025-02-20T03:57:26.240Z] d7702b0d1db1: Verifying Checksum [2025-02-20T03:57:26.240Z] d7702b0d1db1: Download complete [2025-02-20T03:57:26.240Z] 9986a736f7d3: Verifying Checksum [2025-02-20T03:57:26.240Z] 9986a736f7d3: Download complete [2025-02-20T03:57:26.524Z] 4fdc064ae6cf: Verifying Checksum [2025-02-20T03:57:26.524Z] 4fdc064ae6cf: Download complete [2025-02-20T03:57:27.106Z] 9986a736f7d3: Pull complete [2025-02-20T03:57:27.696Z] 1f018df60701: Pull complete [2025-02-20T03:57:27.964Z] 39f8f326b044: Download complete [2025-02-20T03:57:28.926Z] 5c7f0f088c93: Verifying Checksum [2025-02-20T03:57:28.926Z] 5c7f0f088c93: Download complete [2025-02-20T03:57:34.887Z] Removing intermediate container 6525afe77d46 [2025-02-20T03:57:34.888Z] ---> fd787ae5c945 [2025-02-20T03:57:34.888Z] Step 11/24 : FROM alpine:3.20 [2025-02-20T03:57:34.888Z] 3.20: Pulling from library/alpine [2025-02-20T03:57:34.888Z] 0a9a5dfd008f: Pulling fs layer [2025-02-20T03:57:34.888Z] 0a9a5dfd008f: Verifying Checksum [2025-02-20T03:57:34.888Z] 0a9a5dfd008f: Download complete [2025-02-20T03:57:34.888Z] 0a9a5dfd008f: Pull complete [2025-02-20T03:57:34.888Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-02-20T03:57:34.888Z] Status: Downloaded newer image for alpine:3.20 [2025-02-20T03:57:34.888Z] ---> ff221270b9fb [2025-02-20T03:57:34.888Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2025-02-20T03:57:34.888Z] ---> Running in 80d1c9e4d2d5 [2025-02-20T03:57:34.888Z] Removing intermediate container 80d1c9e4d2d5 [2025-02-20T03:57:34.888Z] ---> c432da70fcf5 [2025-02-20T03:57:34.888Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-02-20T03:57:34.888Z] ---> Running in a976f0545d9d [2025-02-20T03:57:34.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-20T03:57:34.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-20T03:57:34.888Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-02-20T03:57:34.888Z] Executing busybox-1.36.1-r29.trigger [2025-02-20T03:57:34.888Z] OK: 8 MiB in 15 packages [2025-02-20T03:57:34.888Z] Removing intermediate container a976f0545d9d [2025-02-20T03:57:34.888Z] ---> d53712b342f9 [2025-02-20T03:57:34.888Z] Step 14/24 : RUN apk --no-cache upgrade [2025-02-20T03:57:34.888Z] ---> Running in e66c21588e06 [2025-02-20T03:57:34.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz [2025-02-20T03:57:34.888Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz [2025-02-20T03:57:34.888Z] OK: 8 MiB in 15 packages [2025-02-20T03:57:35.149Z] Removing intermediate container e66c21588e06 [2025-02-20T03:57:35.149Z] ---> 54392dd07e82 [2025-02-20T03:57:35.149Z] Step 15/24 : WORKDIR / [2025-02-20T03:57:35.149Z] ---> Running in 7ebda76311ec [2025-02-20T03:57:35.407Z] Removing intermediate container 7ebda76311ec [2025-02-20T03:57:35.407Z] ---> ba8a86a333a8 [2025-02-20T03:57:35.407Z] Step 16/24 : COPY --from=builder /device-s7/Attribution.txt /Attribution.txt [2025-02-20T03:57:35.407Z] ---> e731f0cbbf4e [2025-02-20T03:57:35.407Z] Step 17/24 : COPY --from=builder /device-s7/cmd/device-s7 /device-s7 [2025-02-20T03:57:36.344Z] ---> e20d07d51a02 [2025-02-20T03:57:36.344Z] Step 18/24 : COPY --from=builder /device-s7/cmd/res /res [2025-02-20T03:57:36.602Z] ---> 08769f6321ec [2025-02-20T03:57:36.602Z] Step 19/24 : EXPOSE 59994 [2025-02-20T03:57:36.602Z] ---> Running in f7307e39c817 [2025-02-20T03:57:36.602Z] Removing intermediate container f7307e39c817 [2025-02-20T03:57:36.602Z] ---> 8903356dba3e [2025-02-20T03:57:36.602Z] Step 20/24 : ENTRYPOINT ["/device-s7"] [2025-02-20T03:57:36.602Z] ---> Running in 5e03aa4ff92f [2025-02-20T03:57:36.861Z] Removing intermediate container 5e03aa4ff92f [2025-02-20T03:57:36.861Z] ---> 54b7f280ee61 [2025-02-20T03:57:36.861Z] Step 21/24 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-02-20T03:57:36.861Z] ---> Running in b0c173ff105e [2025-02-20T03:57:36.861Z] Removing intermediate container b0c173ff105e [2025-02-20T03:57:36.861Z] ---> 2ff921a8951e [2025-02-20T03:57:36.861Z] Step 22/24 : LABEL arch=amd64 [2025-02-20T03:57:36.861Z] ---> Running in 7c74bd254f0a [2025-02-20T03:57:36.861Z] Removing intermediate container 7c74bd254f0a [2025-02-20T03:57:36.861Z] ---> 43326e62a5df [2025-02-20T03:57:36.861Z] Step 23/24 : LABEL git_sha=7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T03:57:36.861Z] ---> Running in 1046b3a4bd84 [2025-02-20T03:57:37.120Z] Removing intermediate container 1046b3a4bd84 [2025-02-20T03:57:37.121Z] ---> b97306c41cfd [2025-02-20T03:57:37.121Z] Step 24/24 : LABEL version=4.0.0-dev.7 [2025-02-20T03:57:37.121Z] ---> Running in 53c6acb6f2ea [2025-02-20T03:57:37.121Z] Removing intermediate container 53c6acb6f2ea [2025-02-20T03:57:37.121Z] ---> 2e9e012acb27 [2025-02-20T03:57:37.121Z] [Warning] One or more build-args [ARCH] were not consumed [2025-02-20T03:57:37.121Z] Successfully built 2e9e012acb27 [2025-02-20T03:57:37.121Z] Successfully tagged device-s7:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-20T03:57:37.294Z] provisioning config files... [2025-02-20T03:57:37.308Z] copy managed file [device-s7-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config9497016537631212108tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-20T03:57:37.629Z] ---> ****-login.sh [2025-02-20T03:57:37.629Z] nexus3.edgexfoundry.org:10001 [2025-02-20T03:57:37.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:37.629Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:37.629Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:37.629Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:37.629Z] [2025-02-20T03:57:37.629Z] Login Succeeded [2025-02-20T03:57:37.630Z] nexus3.edgexfoundry.org:10002 [2025-02-20T03:57:37.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:37.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:37.630Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:37.630Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:37.630Z] [2025-02-20T03:57:37.630Z] Login Succeeded [2025-02-20T03:57:37.630Z] nexus3.edgexfoundry.org:10003 [2025-02-20T03:57:37.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:37.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:37.889Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:37.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:37.889Z] [2025-02-20T03:57:37.889Z] Login Succeeded [2025-02-20T03:57:37.889Z] nexus3.edgexfoundry.org:10004 [2025-02-20T03:57:37.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:37.889Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:37.889Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:37.889Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:37.889Z] [2025-02-20T03:57:37.889Z] Login Succeeded [2025-02-20T03:57:37.889Z] ****.io [2025-02-20T03:57:38.149Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T03:57:38.149Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T03:57:38.149Z] Configure a credential helper to remove this warning. See [2025-02-20T03:57:38.149Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T03:57:38.149Z] [2025-02-20T03:57:38.149Z] Login Succeeded [2025-02-20T03:57:38.149Z] ---> ****-login.sh ends [Pipeline] } [2025-02-20T03:57:38.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-20T03:57:38.298Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-20T03:57:38.333Z] [edgeXDocker.push] Tagging docker image device-s7 with the following tags: [2025-02-20T03:57:38.333Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T03:57:38.333Z] latest [2025-02-20T03:57:38.333Z] 4.0.0-dev.7 [2025-02-20T03:57:38.333Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [2025-02-20T03:57:38.333Z] main [2025-02-20T03:57:38.333Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:38.683Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:39.018Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T03:57:39.018Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-02-20T03:57:39.018Z] 5c59cfe4fbcc: Preparing [2025-02-20T03:57:39.018Z] 0fc48ac39102: Preparing [2025-02-20T03:57:39.018Z] f311370d7f3b: Preparing [2025-02-20T03:57:39.018Z] 5ae506005ae6: Preparing [2025-02-20T03:57:39.018Z] 219be9de300c: Preparing [2025-02-20T03:57:39.018Z] 994456c4fd7b: Preparing [2025-02-20T03:57:39.018Z] 994456c4fd7b: Waiting [2025-02-20T03:57:39.018Z] f311370d7f3b: Pushed [2025-02-20T03:57:39.018Z] 5c59cfe4fbcc: Pushed [2025-02-20T03:57:39.018Z] 5ae506005ae6: Pushed [2025-02-20T03:57:39.018Z] 219be9de300c: Pushed [2025-02-20T03:57:39.018Z] 994456c4fd7b: Layer already exists [2025-02-20T03:57:41.252Z] 39f8f326b044: Pull complete [2025-02-20T03:57:41.252Z] e6a1e7a6a96a: Pull complete [2025-02-20T03:57:41.520Z] 4f4fb700ef54: Pull complete [2025-02-20T03:57:41.788Z] d45d956e0dbf: Pull complete [2025-02-20T03:57:42.056Z] d7702b0d1db1: Pull complete [2025-02-20T03:57:43.208Z] 0fc48ac39102: Pushed [2025-02-20T03:57:43.208Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:43.530Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:43.860Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:latest [2025-02-20T03:57:43.860Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-02-20T03:57:43.860Z] 5c59cfe4fbcc: Preparing [2025-02-20T03:57:43.860Z] 0fc48ac39102: Preparing [2025-02-20T03:57:43.860Z] f311370d7f3b: Preparing [2025-02-20T03:57:43.860Z] 5ae506005ae6: Preparing [2025-02-20T03:57:43.860Z] 219be9de300c: Preparing [2025-02-20T03:57:43.860Z] 994456c4fd7b: Preparing [2025-02-20T03:57:43.860Z] 994456c4fd7b: Waiting [2025-02-20T03:57:43.860Z] 0fc48ac39102: Layer already exists [2025-02-20T03:57:43.860Z] 219be9de300c: Layer already exists [2025-02-20T03:57:43.860Z] 5c59cfe4fbcc: Layer already exists [2025-02-20T03:57:43.860Z] 5ae506005ae6: Layer already exists [2025-02-20T03:57:43.860Z] f311370d7f3b: Layer already exists [2025-02-20T03:57:43.860Z] 994456c4fd7b: Layer already exists [2025-02-20T03:57:43.860Z] latest: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:44.195Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:4.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:44.527Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:4.0.0-dev.7 [2025-02-20T03:57:44.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-02-20T03:57:44.527Z] 5c59cfe4fbcc: Preparing [2025-02-20T03:57:44.527Z] 0fc48ac39102: Preparing [2025-02-20T03:57:44.527Z] f311370d7f3b: Preparing [2025-02-20T03:57:44.527Z] 5ae506005ae6: Preparing [2025-02-20T03:57:44.527Z] 219be9de300c: Preparing [2025-02-20T03:57:44.527Z] 994456c4fd7b: Preparing [2025-02-20T03:57:44.527Z] 994456c4fd7b: Waiting [2025-02-20T03:57:44.527Z] f311370d7f3b: Layer already exists [2025-02-20T03:57:44.527Z] 0fc48ac39102: Layer already exists [2025-02-20T03:57:44.527Z] 5ae506005ae6: Layer already exists [2025-02-20T03:57:44.527Z] 5c59cfe4fbcc: Layer already exists [2025-02-20T03:57:44.527Z] 219be9de300c: Layer already exists [2025-02-20T03:57:44.527Z] 994456c4fd7b: Layer already exists [2025-02-20T03:57:44.527Z] 4.0.0-dev.7: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:44.850Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:45.175Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [2025-02-20T03:57:45.175Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-02-20T03:57:45.175Z] 5c59cfe4fbcc: Preparing [2025-02-20T03:57:45.175Z] 0fc48ac39102: Preparing [2025-02-20T03:57:45.175Z] f311370d7f3b: Preparing [2025-02-20T03:57:45.175Z] 5ae506005ae6: Preparing [2025-02-20T03:57:45.175Z] 219be9de300c: Preparing [2025-02-20T03:57:45.175Z] 994456c4fd7b: Preparing [2025-02-20T03:57:45.175Z] 994456c4fd7b: Waiting [2025-02-20T03:57:45.175Z] f311370d7f3b: Layer already exists [2025-02-20T03:57:45.175Z] 5c59cfe4fbcc: Layer already exists [2025-02-20T03:57:45.175Z] 219be9de300c: Layer already exists [2025-02-20T03:57:45.175Z] 5ae506005ae6: Layer already exists [2025-02-20T03:57:45.175Z] 0fc48ac39102: Layer already exists [2025-02-20T03:57:45.175Z] 994456c4fd7b: Layer already exists [2025-02-20T03:57:45.175Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:45.500Z] + docker tag device-s7 nexus3.edgexfoundry.org:10004/device-s7:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:45.831Z] + docker push nexus3.edgexfoundry.org:10004/device-s7:main [2025-02-20T03:57:45.831Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7] [2025-02-20T03:57:45.831Z] 5c59cfe4fbcc: Preparing [2025-02-20T03:57:45.831Z] 0fc48ac39102: Preparing [2025-02-20T03:57:45.831Z] f311370d7f3b: Preparing [2025-02-20T03:57:45.831Z] 5ae506005ae6: Preparing [2025-02-20T03:57:45.831Z] 219be9de300c: Preparing [2025-02-20T03:57:45.831Z] 994456c4fd7b: Preparing [2025-02-20T03:57:45.831Z] 994456c4fd7b: Waiting [2025-02-20T03:57:45.831Z] 5c59cfe4fbcc: Layer already exists [2025-02-20T03:57:45.831Z] f311370d7f3b: Layer already exists [2025-02-20T03:57:45.831Z] 5ae506005ae6: Layer already exists [2025-02-20T03:57:45.831Z] 0fc48ac39102: Layer already exists [2025-02-20T03:57:45.831Z] 219be9de300c: Layer already exists [2025-02-20T03:57:45.831Z] 994456c4fd7b: Layer already exists [2025-02-20T03:57:45.831Z] main: digest: sha256:4469693733565d50836807c5c9709bb4208ea2bdd834ed9abe6d952307eff6e8 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-20T03:57:45.928Z] ===================================================== [Pipeline] echo [2025-02-20T03:57:45.944Z] taggedImages: [2025-02-20T03:57:45.944Z] - nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T03:57:45.944Z] - nexus3.edgexfoundry.org:10004/device-s7:latest [2025-02-20T03:57:45.944Z] - nexus3.edgexfoundry.org:10004/device-s7:4.0.0-dev.7 [2025-02-20T03:57:45.944Z] - nexus3.edgexfoundry.org:10004/device-s7:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [2025-02-20T03:57:45.944Z] - nexus3.edgexfoundry.org:10004/device-s7:main [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-02-20T03:57:46.360Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-20T03:57:46.360Z] [2025-02-20T03:57:46.360Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:57:46.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-20T03:57:46.671Z] latest: Pulling from edgex-lftools-log-publisher [2025-02-20T03:57:46.671Z] 5eb5b503b376: Pulling fs layer [2025-02-20T03:57:46.671Z] 5c69ac0246d0: Pulling fs layer [2025-02-20T03:57:46.671Z] ec43610c2a17: Pulling fs layer [2025-02-20T03:57:46.671Z] 3a2ae6a8a46f: Pulling fs layer [2025-02-20T03:57:46.671Z] 33b1e0a273af: Pulling fs layer [2025-02-20T03:57:46.671Z] 5d3b04190fa2: Pulling fs layer [2025-02-20T03:57:46.671Z] 2f39f015ded8: Pulling fs layer [2025-02-20T03:57:46.671Z] 33b1e0a273af: Waiting [2025-02-20T03:57:46.671Z] 5d3b04190fa2: Waiting [2025-02-20T03:57:46.671Z] 2f39f015ded8: Waiting [2025-02-20T03:57:46.671Z] 3a2ae6a8a46f: Waiting [2025-02-20T03:57:46.671Z] 5c69ac0246d0: Verifying Checksum [2025-02-20T03:57:46.671Z] 5c69ac0246d0: Download complete [2025-02-20T03:57:46.671Z] 3a2ae6a8a46f: Download complete [2025-02-20T03:57:46.671Z] 33b1e0a273af: Verifying Checksum [2025-02-20T03:57:46.671Z] 33b1e0a273af: Download complete [2025-02-20T03:57:46.671Z] 5d3b04190fa2: Verifying Checksum [2025-02-20T03:57:46.671Z] 5d3b04190fa2: Download complete [2025-02-20T03:57:46.671Z] ec43610c2a17: Verifying Checksum [2025-02-20T03:57:46.671Z] ec43610c2a17: Download complete [2025-02-20T03:57:46.930Z] 5eb5b503b376: Verifying Checksum [2025-02-20T03:57:46.930Z] 5eb5b503b376: Download complete [2025-02-20T03:57:47.496Z] 2f39f015ded8: Download complete [2025-02-20T03:57:48.063Z] 5eb5b503b376: Pull complete [2025-02-20T03:57:48.063Z] 5c69ac0246d0: Pull complete [2025-02-20T03:57:48.630Z] ec43610c2a17: Pull complete [2025-02-20T03:57:48.630Z] 3a2ae6a8a46f: Pull complete [2025-02-20T03:57:48.630Z] 33b1e0a273af: Pull complete [2025-02-20T03:57:48.888Z] 5d3b04190fa2: Pull complete [2025-02-20T03:57:50.278Z] 5c7f0f088c93: Pull complete [2025-02-20T03:57:52.235Z] 4fdc064ae6cf: Pull complete [2025-02-20T03:57:52.236Z] Digest: sha256:893e96b74bf3454b753fb363ebcc6a8ebafe2402b1f6d57d79e3fb85017208f2 [2025-02-20T03:57:52.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine [2025-02-20T03:57:52.236Z] ---> 63f30b955cb9 [2025-02-20T03:57:52.236Z] Step 3/10 : ARG MAKE=make build [2025-02-20T03:57:53.071Z] 2f39f015ded8: Pull complete [2025-02-20T03:57:53.071Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2025-02-20T03:57:53.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-20T03:57:53.071Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T03:57:53.179Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T03:57:53.210Z] $ 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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_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-02-20T03:57:54.173Z] ---> Running in a1cd5452a382 [2025-02-20T03:57:54.173Z] Removing intermediate container a1cd5452a382 [2025-02-20T03:57:54.173Z] ---> 707dbda2312b [2025-02-20T03:57:54.173Z] Step 4/10 : WORKDIR /device-s7 [2025-02-20T03:57:54.173Z] ---> Running in 0f38d7ba9f2e [2025-02-20T03:57:54.754Z] Removing intermediate container 0f38d7ba9f2e [2025-02-20T03:57:54.754Z] ---> 695086c702e6 [2025-02-20T03:57:54.754Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2025-02-20T03:57:54.754Z] ---> Running in 6603084b23cc [2025-02-20T03:57:55.030Z] Removing intermediate container 6603084b23cc [2025-02-20T03:57:55.030Z] ---> 407f9159db5c [2025-02-20T03:57:55.030Z] Step 6/10 : RUN apk add --update --no-cache make git gcc libc-dev [2025-02-20T03:57:55.030Z] ---> Running in 1fb955d29f80 [2025-02-20T03:57:55.817Z] $ docker top 9e7be605ea109d908b60f88b11b2f4c0cc770d5bf0e20d37529b76bc0dd7ad24 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-20T03:57:56.008Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-20T03:57:56.240Z] ---> job-cost.sh [2025-02-20T03:57:56.240Z] lf-activate-venv: SKIPPING [2025-02-20T03:57:56.240Z] INFO: No Stack... [2025-02-20T03:57:56.590Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-20T03:57:56.806Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-02-20T03:57:57.066Z] INFO: Archiving Costs [Pipeline] sh [2025-02-20T03:57:57.357Z] + cat /w/workspace/edgexfoundry_device-s7_main/archives/cost.csv [2025-02-20T03:57:57.357Z] + cut -d, -f6 [Pipeline] lock [2025-02-20T03:57:57.370Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [2025-02-20T03:57:57.381Z] Resource [jenkins-edgexfoundry-device-s7-main-15-stack-cost] did not exist. Created. [2025-02-20T03:57:57.387Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-02-20T03:57:57.706Z] + echo total: 0.2199999988079071 [Pipeline] stash [2025-02-20T03:57:57.730Z] Stashed 1 file(s) [Pipeline] } [2025-02-20T03:57:57.738Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [Pipeline] // lock [Pipeline] } [2025-02-20T03:57:57.762Z] $ docker stop --time=1 9e7be605ea109d908b60f88b11b2f4c0cc770d5bf0e20d37529b76bc0dd7ad24 [2025-02-20T03:57:57.998Z] OK: 239 MiB in 58 packages [2025-02-20T03:57:58.588Z] Removing intermediate container 1fb955d29f80 [2025-02-20T03:57:58.588Z] ---> a358f80d734d [2025-02-20T03:57:58.588Z] Step 7/10 : COPY go.mod vendor* ./ [2025-02-20T03:57:58.905Z] $ docker rm -f --volumes 9e7be605ea109d908b60f88b11b2f4c0cc770d5bf0e20d37529b76bc0dd7ad24 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2025-02-20T03:57:59.183Z] ---> 69a80cabed31 [2025-02-20T03:57:59.183Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-20T03:57:59.183Z] ---> Running in fd11abf137a7 [2025-02-20T03:59:50.891Z] Removing intermediate container fd11abf137a7 [2025-02-20T03:59:50.891Z] ---> 628a0db3327a [2025-02-20T03:59:50.891Z] Step 9/10 : COPY . . [2025-02-20T03:59:50.891Z] ---> f464df1e6eb2 [2025-02-20T03:59:50.891Z] Step 10/10 : RUN ${MAKE} [2025-02-20T03:59:50.891Z] ---> Running in df6270406f26 [2025-02-20T03:59:50.891Z] noop [2025-02-20T03:59:50.891Z] Removing intermediate container df6270406f26 [2025-02-20T03:59:50.891Z] ---> 0023513e7ad3 [2025-02-20T03:59:50.891Z] Successfully built 0023513e7ad3 [2025-02-20T03:59:50.891Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:59:51.257Z] + docker inspect -f . ci-base-image-arm64 [2025-02-20T03:59:51.257Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T03:59:51.460Z] prd-ubuntu20.04-docker-arm64-4c-16g-39284 does not seem to be running inside a container [2025-02-20T03:59:51.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-s7/15 -v /w/workspace/device-s7/15:/w/workspace/device-s7/15:rw,z -v /w/workspace/device-s7/15@tmp:/w/workspace/device-s7/15@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-02-20T03:59:52.757Z] $ docker top 7161471b8d0d99a42cfdd72497ef3acc6d9a7dd642cdb2e953ad10e5bd477785 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-20T03:59:53.589Z] + go version [2025-02-20T03:59:53.589Z] go version go1.23.4 linux/arm64 [Pipeline] } [2025-02-20T03:59:53.612Z] $ docker stop --time=1 7161471b8d0d99a42cfdd72497ef3acc6d9a7dd642cdb2e953ad10e5bd477785 [2025-02-20T03:59:55.239Z] $ docker rm -f --volumes 7161471b8d0d99a42cfdd72497ef3acc6d9a7dd642cdb2e953ad10e5bd477785 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T03:59:55.824Z] + docker inspect -f . ci-base-image-arm64 [2025-02-20T03:59:55.824Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T03:59:55.998Z] prd-ubuntu20.04-docker-arm64-4c-16g-39284 does not seem to be running inside a container [2025-02-20T03:59:56.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-s7/15 -v /w/workspace/device-s7/15:/w/workspace/device-s7/15:rw,z -v /w/workspace/device-s7/15@tmp:/w/workspace/device-s7/15@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-02-20T03:59:57.218Z] $ docker top af2d9f22153a2f11bdad423b2a13c828c9110a8564da8c279696d58ee46ecce5 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-20T03:59:58.048Z] + git config --global --add safe.directory /w/workspace/device-s7/15 [Pipeline] fileExists [Pipeline] sh [2025-02-20T03:59:58.701Z] + make test [2025-02-20T03:59:58.701Z] go test -race -coverprofile=coverage.out ./... [2025-02-20T04:00:45.588Z] ? github.com/edgexfoundry/device-s7 [no test files] [2025-02-20T04:03:52.439Z] github.com/edgexfoundry/device-s7/cmd coverage: 0.0% of statements [2025-02-20T04:03:52.439Z] ok github.com/edgexfoundry/device-s7/internal/driver 1.117s coverage: 6.8% of statements [2025-02-20T04:03:53.393Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2025-02-20T04:03:53.393Z] go vet ./... [2025-02-20T04:07:30.158Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2025-02-20T04:07:30.158Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2025-02-20T04:07:30.158Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2025-02-20T04:07:30.178Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2025-02-20T04:07:30.199Z] $ docker stop --time=1 af2d9f22153a2f11bdad423b2a13c828c9110a8564da8c279696d58ee46ecce5 [2025-02-20T04:07:32.113Z] $ docker rm -f --volumes af2d9f22153a2f11bdad423b2a13c828c9110a8564da8c279696d58ee46ecce5 [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-20T04:07:34.173Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2025-02-20T04:07:34.203Z] Warning: overwriting stash ‘coverage-report’ [2025-02-20T04:07:34.665Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2025-02-20T04:07:35.090Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2025-02-20T04:07:35.406Z] + ls -al . [2025-02-20T04:07:35.406Z] total 212 [2025-02-20T04:07:35.406Z] drwxrwxr-x 7 jenkins jenkins 4096 Feb 20 04:00 . [2025-02-20T04:07:35.406Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 20 03:56 .. [2025-02-20T04:07:35.406Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 20 03:57 .git [2025-02-20T04:07:35.406Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 03:56 .github [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 237 Feb 20 03:56 .gitignore [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 42 Feb 20 03:56 .golangci.yml [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 19679 Feb 20 03:56 Attribution.txt [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 1579 Feb 20 03:56 Dockerfile [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 643 Feb 20 03:56 Jenkinsfile [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 10947 Feb 20 03:56 LICENSE [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 1903 Feb 20 03:56 Makefile [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 614 Feb 20 03:56 OWNERS.md [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 2393 Feb 20 03:56 README.md [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 11 Feb 20 03:54 VERSION [2025-02-20T04:07:35.406Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 20 03:56 bin [2025-02-20T04:07:35.406Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 03:56 cmd [2025-02-20T04:07:35.406Z] -rw-r--r-- 1 jenkins jenkins 19094 Feb 20 04:03 coverage.out [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 6120 Feb 20 03:56 go.mod [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 86849 Feb 20 03:56 go.sum [2025-02-20T04:07:35.406Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 20 03:56 internal [2025-02-20T04:07:35.406Z] -rw-rw-r-- 1 jenkins jenkins 223 Feb 20 03:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:07:35.756Z] + docker build -t device-s7-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7bf3b7cedae0f10faf0de83af88415cc28561f9e --label arch=arm64 --label version=4.0.0-dev.7 . [2025-02-20T04:07:36.027Z] Sending build context to Docker daemon 506.9kB [2025-02-20T04:07:36.027Z] Step 1/24 : ARG BASE=golang:1.23-alpine3.20 [2025-02-20T04:07:36.027Z] Step 2/24 : FROM ${BASE} AS builder [2025-02-20T04:07:36.027Z] ---> 0023513e7ad3 [2025-02-20T04:07:36.027Z] Step 3/24 : ARG MAKE=make build [2025-02-20T04:07:36.027Z] ---> Running in 5f9b3afe6401 [2025-02-20T04:07:36.301Z] Removing intermediate container 5f9b3afe6401 [2025-02-20T04:07:36.301Z] ---> 45f130ee908b [2025-02-20T04:07:36.301Z] Step 4/24 : WORKDIR /device-s7 [2025-02-20T04:07:36.569Z] ---> Running in 32d8ff75cfb1 [2025-02-20T04:07:36.837Z] Removing intermediate container 32d8ff75cfb1 [2025-02-20T04:07:36.837Z] ---> 0d7e144217c6 [2025-02-20T04:07:36.837Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2025-02-20T04:07:36.837Z] ---> Running in 97781c76992e [2025-02-20T04:07:37.108Z] Removing intermediate container 97781c76992e [2025-02-20T04:07:37.108Z] ---> b5ea2e64c62c [2025-02-20T04:07:37.108Z] Step 6/24 : RUN apk add --update --no-cache make git gcc libc-dev [2025-02-20T04:07:37.380Z] ---> Running in 2850a8b45342 [2025-02-20T04:07:38.339Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-20T04:07:38.613Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-20T04:07:40.033Z] OK: 239 MiB in 58 packages [2025-02-20T04:07:40.619Z] Removing intermediate container 2850a8b45342 [2025-02-20T04:07:40.619Z] ---> 986ca0402aa8 [2025-02-20T04:07:40.619Z] Step 7/24 : COPY go.mod vendor* ./ [2025-02-20T04:07:41.203Z] ---> d3602d545064 [2025-02-20T04:07:41.203Z] Step 8/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2025-02-20T04:07:41.203Z] ---> Running in 51a8dec78ddd [2025-02-20T04:07:43.793Z] Removing intermediate container 51a8dec78ddd [2025-02-20T04:07:43.793Z] ---> 7b6f4f643bb7 [2025-02-20T04:07:43.793Z] Step 9/24 : COPY . . [2025-02-20T04:07:44.065Z] ---> 72c85ae4e846 [2025-02-20T04:07:44.065Z] Step 10/24 : RUN ${MAKE} [2025-02-20T04:07:44.332Z] ---> Running in 9fd2914cab67 [2025-02-20T04:07:45.291Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/device-s7.Version=4.0.0-dev.7 -X github.com/edgexfoundry/device-sdk-go/v4/internal/common.SDKVersion=v4.0.0-dev.24" -trimpath -mod=readonly -o cmd/device-s7 ./cmd [2025-02-20T04:11:07.080Z] Removing intermediate container 9fd2914cab67 [2025-02-20T04:11:07.080Z] ---> e3067d3ee864 [2025-02-20T04:11:07.080Z] Step 11/24 : FROM alpine:3.20 [2025-02-20T04:11:07.080Z] 3.20: Pulling from library/alpine [2025-02-20T04:11:07.080Z] 94e9d8af2201: Pulling fs layer [2025-02-20T04:11:07.080Z] 94e9d8af2201: Verifying Checksum [2025-02-20T04:11:07.080Z] 94e9d8af2201: Download complete [2025-02-20T04:11:07.080Z] 94e9d8af2201: Pull complete [2025-02-20T04:11:07.080Z] Digest: sha256:de4fe7064d8f98419ea6b49190df1abbf43450c1702eeb864fe9ced453c1cc5f [2025-02-20T04:11:07.080Z] Status: Downloaded newer image for alpine:3.20 [2025-02-20T04:11:07.080Z] ---> 7aab056cecc6 [2025-02-20T04:11:07.080Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: YIQISOFT' [2025-02-20T04:11:07.080Z] ---> Running in 6b3a9fd59405 [2025-02-20T04:11:07.080Z] Removing intermediate container 6b3a9fd59405 [2025-02-20T04:11:07.080Z] ---> 742837ca3ef0 [2025-02-20T04:11:07.080Z] Step 13/24 : RUN apk add --update --no-cache dumb-init [2025-02-20T04:11:07.080Z] ---> Running in dfaecbd5b1cf [2025-02-20T04:11:07.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-20T04:11:07.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-20T04:11:07.080Z] (1/1) Installing dumb-init (1.2.5-r3) [2025-02-20T04:11:07.080Z] Executing busybox-1.36.1-r29.trigger [2025-02-20T04:11:07.080Z] OK: 9 MiB in 15 packages [2025-02-20T04:11:07.080Z] Removing intermediate container dfaecbd5b1cf [2025-02-20T04:11:07.080Z] ---> 479c5d695092 [2025-02-20T04:11:07.080Z] Step 14/24 : RUN apk --no-cache upgrade [2025-02-20T04:11:07.080Z] ---> Running in 35d7aea47498 [2025-02-20T04:11:07.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz [2025-02-20T04:11:07.080Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz [2025-02-20T04:11:07.080Z] OK: 9 MiB in 15 packages [2025-02-20T04:11:08.033Z] Removing intermediate container 35d7aea47498 [2025-02-20T04:11:08.033Z] ---> a0e080bc9695 [2025-02-20T04:11:08.033Z] Step 15/24 : WORKDIR / [2025-02-20T04:11:08.033Z] ---> Running in b1585ecf498e [2025-02-20T04:11:08.298Z] Removing intermediate container b1585ecf498e [2025-02-20T04:11:08.298Z] ---> e6b534a38f71 [2025-02-20T04:11:08.298Z] Step 16/24 : COPY --from=builder /device-s7/Attribution.txt /Attribution.txt [2025-02-20T04:11:08.878Z] ---> d30d9d14cc65 [2025-02-20T04:11:08.878Z] Step 17/24 : COPY --from=builder /device-s7/cmd/device-s7 /device-s7 [2025-02-20T04:11:10.818Z] ---> f90e96069b62 [2025-02-20T04:11:10.818Z] Step 18/24 : COPY --from=builder /device-s7/cmd/res /res [2025-02-20T04:11:11.400Z] ---> a87d6ee86741 [2025-02-20T04:11:11.400Z] Step 19/24 : EXPOSE 59994 [2025-02-20T04:11:11.400Z] ---> Running in 018d8406045e [2025-02-20T04:11:11.667Z] Removing intermediate container 018d8406045e [2025-02-20T04:11:11.667Z] ---> 31283467a4c2 [2025-02-20T04:11:11.667Z] Step 20/24 : ENTRYPOINT ["/device-s7"] [2025-02-20T04:11:11.667Z] ---> Running in 2c78180ee70e [2025-02-20T04:11:12.248Z] Removing intermediate container 2c78180ee70e [2025-02-20T04:11:12.248Z] ---> 0a1c2b668c24 [2025-02-20T04:11:12.248Z] Step 21/24 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] [2025-02-20T04:11:12.248Z] ---> Running in c7f4061f9e53 [2025-02-20T04:11:12.515Z] Removing intermediate container c7f4061f9e53 [2025-02-20T04:11:12.515Z] ---> e23b7645d410 [2025-02-20T04:11:12.515Z] Step 22/24 : LABEL arch=arm64 [2025-02-20T04:11:12.515Z] ---> Running in 63a518f0231d [2025-02-20T04:11:12.782Z] Removing intermediate container 63a518f0231d [2025-02-20T04:11:12.782Z] ---> 10f9d3327985 [2025-02-20T04:11:12.782Z] Step 23/24 : LABEL git_sha=7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T04:11:12.782Z] ---> Running in b83dfac03225 [2025-02-20T04:11:13.048Z] Removing intermediate container b83dfac03225 [2025-02-20T04:11:13.048Z] ---> 445e9a40d7f0 [2025-02-20T04:11:13.048Z] Step 24/24 : LABEL version=4.0.0-dev.7 [2025-02-20T04:11:13.315Z] ---> Running in 8113a69e3dea [2025-02-20T04:11:13.580Z] Removing intermediate container 8113a69e3dea [2025-02-20T04:11:13.580Z] ---> 9e47e6a7d039 [2025-02-20T04:11:13.580Z] [Warning] One or more build-args [ARCH] were not consumed [2025-02-20T04:11:13.580Z] Successfully built 9e47e6a7d039 [2025-02-20T04:11:13.580Z] Successfully tagged device-s7-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-02-20T04:11:13.747Z] provisioning config files... [2025-02-20T04:11:13.759Z] copy managed file [device-s7-settings] to file:/w/workspace/device-s7/15@tmp/config7913775105592979827tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:11:14.095Z] ---> ****-login.sh [2025-02-20T04:11:14.096Z] nexus3.edgexfoundry.org:10001 [2025-02-20T04:11:14.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T04:11:14.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T04:11:14.372Z] Configure a credential helper to remove this warning. See [2025-02-20T04:11:14.372Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T04:11:14.372Z] [2025-02-20T04:11:14.372Z] Login Succeeded [2025-02-20T04:11:14.372Z] nexus3.edgexfoundry.org:10002 [2025-02-20T04:11:14.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T04:11:14.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T04:11:14.640Z] Configure a credential helper to remove this warning. See [2025-02-20T04:11:14.640Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T04:11:14.640Z] [2025-02-20T04:11:14.640Z] Login Succeeded [2025-02-20T04:11:14.640Z] nexus3.edgexfoundry.org:10003 [2025-02-20T04:11:14.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T04:11:14.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T04:11:14.906Z] Configure a credential helper to remove this warning. See [2025-02-20T04:11:14.906Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T04:11:14.906Z] [2025-02-20T04:11:14.906Z] Login Succeeded [2025-02-20T04:11:15.174Z] nexus3.edgexfoundry.org:10004 [2025-02-20T04:11:15.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T04:11:15.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T04:11:15.442Z] Configure a credential helper to remove this warning. See [2025-02-20T04:11:15.442Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T04:11:15.442Z] [2025-02-20T04:11:15.442Z] Login Succeeded [2025-02-20T04:11:15.442Z] ****.io [2025-02-20T04:11:15.707Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2025-02-20T04:11:15.973Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2025-02-20T04:11:15.973Z] Configure a credential helper to remove this warning. See [2025-02-20T04:11:15.973Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2025-02-20T04:11:15.973Z] [2025-02-20T04:11:15.973Z] Login Succeeded [2025-02-20T04:11:15.973Z] ---> ****-login.sh ends [Pipeline] } [2025-02-20T04:11:15.985Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-20T04:11:16.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2025-02-20T04:11:16.075Z] [edgeXDocker.push] Tagging docker image device-s7-arm64 with the following tags: [2025-02-20T04:11:16.075Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T04:11:16.075Z] latest [2025-02-20T04:11:16.075Z] 4.0.0-dev.7 [2025-02-20T04:11:16.075Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [2025-02-20T04:11:16.075Z] main [2025-02-20T04:11:16.075Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:16.462Z] + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:16.816Z] + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T04:11:16.816Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] [2025-02-20T04:11:16.816Z] b74868ac61d4: Preparing [2025-02-20T04:11:16.816Z] ec14ae89f0fe: Preparing [2025-02-20T04:11:16.816Z] e94d2a616ec0: Preparing [2025-02-20T04:11:16.816Z] 6474a83d0df8: Preparing [2025-02-20T04:11:16.816Z] 0ef7c4ee3fd9: Preparing [2025-02-20T04:11:16.816Z] dd9c8f8612c8: Preparing [2025-02-20T04:11:16.816Z] dd9c8f8612c8: Waiting [2025-02-20T04:11:17.082Z] e94d2a616ec0: Pushed [2025-02-20T04:11:17.082Z] b74868ac61d4: Pushed [2025-02-20T04:11:17.082Z] 0ef7c4ee3fd9: Pushed [2025-02-20T04:11:17.082Z] 6474a83d0df8: Pushed [2025-02-20T04:11:17.082Z] dd9c8f8612c8: Layer already exists [2025-02-20T04:11:27.117Z] ec14ae89f0fe: Pushed [2025-02-20T04:11:27.117Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:27.474Z] + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:27.823Z] + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:latest [2025-02-20T04:11:27.823Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] [2025-02-20T04:11:27.823Z] b74868ac61d4: Preparing [2025-02-20T04:11:27.823Z] ec14ae89f0fe: Preparing [2025-02-20T04:11:27.823Z] e94d2a616ec0: Preparing [2025-02-20T04:11:27.823Z] 6474a83d0df8: Preparing [2025-02-20T04:11:27.823Z] 0ef7c4ee3fd9: Preparing [2025-02-20T04:11:27.823Z] dd9c8f8612c8: Preparing [2025-02-20T04:11:27.823Z] ec14ae89f0fe: Layer already exists [2025-02-20T04:11:27.823Z] b74868ac61d4: Layer already exists [2025-02-20T04:11:27.823Z] 0ef7c4ee3fd9: Layer already exists [2025-02-20T04:11:27.823Z] 6474a83d0df8: Layer already exists [2025-02-20T04:11:27.823Z] e94d2a616ec0: Layer already exists [2025-02-20T04:11:27.823Z] dd9c8f8612c8: Layer already exists [2025-02-20T04:11:27.823Z] latest: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:28.179Z] + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:4.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:28.527Z] + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:4.0.0-dev.7 [2025-02-20T04:11:28.527Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] [2025-02-20T04:11:28.527Z] b74868ac61d4: Preparing [2025-02-20T04:11:28.527Z] ec14ae89f0fe: Preparing [2025-02-20T04:11:28.527Z] e94d2a616ec0: Preparing [2025-02-20T04:11:28.527Z] 6474a83d0df8: Preparing [2025-02-20T04:11:28.527Z] 0ef7c4ee3fd9: Preparing [2025-02-20T04:11:28.527Z] dd9c8f8612c8: Preparing [2025-02-20T04:11:28.527Z] dd9c8f8612c8: Waiting [2025-02-20T04:11:28.527Z] e94d2a616ec0: Layer already exists [2025-02-20T04:11:28.527Z] b74868ac61d4: Layer already exists [2025-02-20T04:11:28.527Z] 0ef7c4ee3fd9: Layer already exists [2025-02-20T04:11:28.527Z] ec14ae89f0fe: Layer already exists [2025-02-20T04:11:28.527Z] 6474a83d0df8: Layer already exists [2025-02-20T04:11:28.527Z] dd9c8f8612c8: Layer already exists [2025-02-20T04:11:28.527Z] 4.0.0-dev.7: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:29.128Z] + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:29.480Z] + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [2025-02-20T04:11:29.480Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] [2025-02-20T04:11:29.480Z] b74868ac61d4: Preparing [2025-02-20T04:11:29.480Z] ec14ae89f0fe: Preparing [2025-02-20T04:11:29.480Z] e94d2a616ec0: Preparing [2025-02-20T04:11:29.480Z] 6474a83d0df8: Preparing [2025-02-20T04:11:29.480Z] 0ef7c4ee3fd9: Preparing [2025-02-20T04:11:29.480Z] dd9c8f8612c8: Preparing [2025-02-20T04:11:29.480Z] dd9c8f8612c8: Waiting [2025-02-20T04:11:29.480Z] ec14ae89f0fe: Layer already exists [2025-02-20T04:11:29.480Z] e94d2a616ec0: Layer already exists [2025-02-20T04:11:29.480Z] 0ef7c4ee3fd9: Layer already exists [2025-02-20T04:11:29.480Z] 6474a83d0df8: Layer already exists [2025-02-20T04:11:29.480Z] b74868ac61d4: Layer already exists [2025-02-20T04:11:29.480Z] dd9c8f8612c8: Layer already exists [2025-02-20T04:11:29.480Z] 7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:29.831Z] + docker tag device-s7-arm64 nexus3.edgexfoundry.org:10004/device-s7-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:30.174Z] + docker push nexus3.edgexfoundry.org:10004/device-s7-arm64:main [2025-02-20T04:11:30.174Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-s7-arm64] [2025-02-20T04:11:30.174Z] b74868ac61d4: Preparing [2025-02-20T04:11:30.174Z] ec14ae89f0fe: Preparing [2025-02-20T04:11:30.174Z] e94d2a616ec0: Preparing [2025-02-20T04:11:30.174Z] 6474a83d0df8: Preparing [2025-02-20T04:11:30.174Z] 0ef7c4ee3fd9: Preparing [2025-02-20T04:11:30.174Z] dd9c8f8612c8: Preparing [2025-02-20T04:11:30.174Z] dd9c8f8612c8: Waiting [2025-02-20T04:11:30.174Z] e94d2a616ec0: Layer already exists [2025-02-20T04:11:30.174Z] ec14ae89f0fe: Layer already exists [2025-02-20T04:11:30.174Z] b74868ac61d4: Layer already exists [2025-02-20T04:11:30.174Z] 0ef7c4ee3fd9: Layer already exists [2025-02-20T04:11:30.174Z] 6474a83d0df8: Layer already exists [2025-02-20T04:11:30.174Z] dd9c8f8612c8: Layer already exists [2025-02-20T04:11:30.174Z] main: digest: sha256:0a17b9fbc787d54238bcf954e8072b23e65da0416bf6a0a56eee44e6361a5003 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2025-02-20T04:11:30.255Z] ===================================================== [Pipeline] echo [2025-02-20T04:11:30.271Z] taggedImages: [2025-02-20T04:11:30.271Z] - nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e [2025-02-20T04:11:30.271Z] - nexus3.edgexfoundry.org:10004/device-s7-arm64:latest [2025-02-20T04:11:30.271Z] - nexus3.edgexfoundry.org:10004/device-s7-arm64:4.0.0-dev.7 [2025-02-20T04:11:30.271Z] - nexus3.edgexfoundry.org:10004/device-s7-arm64:7bf3b7cedae0f10faf0de83af88415cc28561f9e-4.0.0-dev.7 [2025-02-20T04:11:30.271Z] - nexus3.edgexfoundry.org:10004/device-s7-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:30.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-20T04:11:30.652Z] [2025-02-20T04:11:30.652Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:11:30.987Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-20T04:11:30.987Z] arm64: Pulling from edgex-lftools-log-publisher [2025-02-20T04:11:30.987Z] 8998bd30e6a1: Pulling fs layer [2025-02-20T04:11:30.987Z] 04944245beec: Pulling fs layer [2025-02-20T04:11:30.987Z] 699f458cf7ca: Pulling fs layer [2025-02-20T04:11:30.987Z] 765212b225bb: Pulling fs layer [2025-02-20T04:11:30.987Z] f23df028b6ca: Pulling fs layer [2025-02-20T04:11:30.987Z] d65c8cfc05b1: Pulling fs layer [2025-02-20T04:11:30.987Z] 2437ff75d9bd: Pulling fs layer [2025-02-20T04:11:30.987Z] 765212b225bb: Waiting [2025-02-20T04:11:30.987Z] f23df028b6ca: Waiting [2025-02-20T04:11:30.987Z] d65c8cfc05b1: Waiting [2025-02-20T04:11:30.987Z] 2437ff75d9bd: Waiting [2025-02-20T04:11:31.252Z] 04944245beec: Verifying Checksum [2025-02-20T04:11:31.252Z] 04944245beec: Download complete [2025-02-20T04:11:31.252Z] 765212b225bb: Verifying Checksum [2025-02-20T04:11:31.252Z] 765212b225bb: Download complete [2025-02-20T04:11:31.252Z] f23df028b6ca: Verifying Checksum [2025-02-20T04:11:31.252Z] f23df028b6ca: Download complete [2025-02-20T04:11:31.252Z] d65c8cfc05b1: Verifying Checksum [2025-02-20T04:11:31.252Z] d65c8cfc05b1: Download complete [2025-02-20T04:11:31.519Z] 699f458cf7ca: Verifying Checksum [2025-02-20T04:11:31.519Z] 699f458cf7ca: Download complete [2025-02-20T04:11:31.785Z] 8998bd30e6a1: Verifying Checksum [2025-02-20T04:11:31.785Z] 8998bd30e6a1: Download complete [2025-02-20T04:11:34.348Z] 2437ff75d9bd: Verifying Checksum [2025-02-20T04:11:34.348Z] 2437ff75d9bd: Download complete [2025-02-20T04:11:36.288Z] 8998bd30e6a1: Pull complete [2025-02-20T04:11:36.867Z] 04944245beec: Pull complete [2025-02-20T04:11:38.262Z] 699f458cf7ca: Pull complete [2025-02-20T04:11:38.526Z] 765212b225bb: Pull complete [2025-02-20T04:11:39.484Z] f23df028b6ca: Pull complete [2025-02-20T04:11:39.484Z] d65c8cfc05b1: Pull complete [2025-02-20T04:11:57.670Z] 2437ff75d9bd: Pull complete [2025-02-20T04:11:57.670Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2025-02-20T04:11:57.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2025-02-20T04:11:57.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T04:11:57.891Z] prd-ubuntu20.04-docker-arm64-4c-16g-39284 does not seem to be running inside a container [2025-02-20T04:11:58.016Z] $ 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-s7/15 -v /w/workspace/device-s7/15:/w/workspace/device-s7/15:rw,z -v /w/workspace/device-s7/15@tmp:/w/workspace/device-s7/15@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-02-20T04:12:00.622Z] $ docker top 641aa58550c85c3a6694e6767c619a8ce14b2a6a94f9b7cef7f0117a249494ad -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:12:01.493Z] ---> job-cost.sh [2025-02-20T04:12:01.493Z] lf-activate-venv: SKIPPING [2025-02-20T04:12:01.493Z] INFO: No Stack... [2025-02-20T04:12:02.076Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2025-02-20T04:12:03.028Z] INFO: Archiving Costs [Pipeline] sh [2025-02-20T04:12:03.654Z] + cat /w/workspace/device-s7/15/archives/cost.csv [2025-02-20T04:12:03.654Z] + cut -d, -f6 [Pipeline] lock [2025-02-20T04:12:03.702Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [2025-02-20T04:12:03.711Z] Resource [jenkins-edgexfoundry-device-s7-main-15-stack-cost] did not exist. Created. [2025-02-20T04:12:03.717Z] Lock acquired on [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2025-02-20T04:12:04.369Z] /w/workspace/device-s7/15@tmp/durable-0f446143/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2025-02-20T04:12:04.687Z] + echo total: 0.10999999940395355 [Pipeline] stash [2025-02-20T04:12:04.718Z] Warning: overwriting stash ‘stack-cost’ [2025-02-20T04:12:04.765Z] Stashed 1 file(s) [Pipeline] } [2025-02-20T04:12:04.772Z] Lock released on resource [Resource: jenkins-edgexfoundry-device-s7-main-15-stack-cost] [Pipeline] // lock [Pipeline] } [2025-02-20T04:12:04.812Z] $ docker stop --time=1 641aa58550c85c3a6694e6767c619a8ce14b2a6a94f9b7cef7f0117a249494ad [2025-02-20T04:12:06.289Z] $ docker rm -f --volumes 641aa58550c85c3a6694e6767c619a8ce14b2a6a94f9b7cef7f0117a249494ad [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-02-20T04:12:06.773Z] provisioning config files... [2025-02-20T04:12:06.779Z] copy managed file [device-s7-codecov-token] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config15689202670926084154tmp [Pipeline] { [Pipeline] sh [2025-02-20T04:12:07.073Z] + set +x [2025-02-20T04:12:07.073Z] + curl -s https://codecov.io/bash [2025-02-20T04:12:07.073Z] + bash -s -- [2025-02-20T04:12:07.073Z] [2025-02-20T04:12:07.073Z] _____ _ [2025-02-20T04:12:07.073Z] / ____| | | [2025-02-20T04:12:07.073Z] | | ___ __| | ___ ___ _____ __ [2025-02-20T04:12:07.073Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2025-02-20T04:12:07.073Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2025-02-20T04:12:07.073Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2025-02-20T04:12:07.073Z] Bash-1.0.6 [2025-02-20T04:12:07.073Z] [2025-02-20T04:12:07.073Z] [2025-02-20T04:12:07.073Z] ==> git version 2.25.1 found [2025-02-20T04:12:07.073Z] ==> 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-02-20T04:12:07.073Z] Release-Date: 2020-01-08 [2025-02-20T04:12:07.073Z] 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-02-20T04:12:07.073Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2025-02-20T04:12:07.073Z] ==> Jenkins CI detected. [2025-02-20T04:12:07.073Z] current dir:  /w/workspace/edgexfoundry_device-s7_main [2025-02-20T04:12:07.073Z] project root: . [2025-02-20T04:12:07.073Z] --> token set from env [2025-02-20T04:12:07.073Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2025-02-20T04:12:07.334Z] ==> Running gcov in . (disable via -X gcov) [2025-02-20T04:12:07.334Z] ==> Python coveragepy not found [2025-02-20T04:12:07.334Z] ==> Searching for coverage reports in: [2025-02-20T04:12:07.334Z] + . [2025-02-20T04:12:07.334Z] -> Found 1 reports [2025-02-20T04:12:07.334Z] ==> Detecting git/mercurial file structure [2025-02-20T04:12:07.334Z] ==> Reading reports [2025-02-20T04:12:07.334Z] + ./coverage.out bytes=19094 [2025-02-20T04:12:07.334Z] ==> Appending adjustments [2025-02-20T04:12:07.334Z] https://docs.codecov.io/docs/fixing-reports [2025-02-20T04:12:07.334Z] + Found adjustments [2025-02-20T04:12:07.334Z] ==> Gzipping contents [2025-02-20T04:12:07.334Z] 4.0K /tmp/codecov.LetXHc.gz [2025-02-20T04:12:07.334Z] ==> Uploading reports [2025-02-20T04:12:07.334Z] url: https://codecov.io [2025-02-20T04:12:07.334Z] query: branch=main&commit=7bf3b7cedae0f10faf0de83af88415cc28561f9e&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-s7%2Fjob%2Fmain%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-s7&service=jenkins&flags=&pr=&job=&cmd_args= [2025-02-20T04:12:07.334Z] -> Pinging Codecov [2025-02-20T04:12:07.334Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=7bf3b7cedae0f10faf0de83af88415cc28561f9e&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-s7%2Fjob%2Fmain%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-s7&service=jenkins&flags=&pr=&job=&cmd_args= [2025-02-20T04:12:07.592Z] -> Uploading to [2025-02-20T04:12:07.592Z] https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/device-s7/7bf3b7cedae0f10faf0de83af88415cc28561f9e/4ad3da77-7317-43fe-9505-2f25ccedc20c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250220%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250220T041207Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=abccbdd228899ea687c15c11f485d1a2d257db40e6a836152085cda7184e8959 [2025-02-20T04:12:07.592Z] % Total % Received % Xferd Average Speed Time Time Time Current [2025-02-20T04:12:07.592Z] Dload Upload Total Spent Left Speed [2025-02-20T04:12:07.850Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 2849 0 0 100 2849 0 11821 --:--:-- --:--:-- --:--:-- 11821 [2025-02-20T04:12:07.850Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-s7/commit/7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] } [2025-02-20T04:12:07.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2025-02-20T04:12:08.100Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2025-02-20T04:12:08.116Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:12:08.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-20T04:12:08.441Z] [2025-02-20T04:12:08.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:12:08.746Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-20T04:12:08.746Z] latest: Pulling from edgex-devops/edgex-snyk-go [2025-02-20T04:12:08.746Z] 43c4264eed91: Pulling fs layer [2025-02-20T04:12:08.746Z] 4cc291be95ef: Pulling fs layer [2025-02-20T04:12:08.746Z] 2ac1f1163629: Pulling fs layer [2025-02-20T04:12:08.746Z] 5c3c966382ef: Pulling fs layer [2025-02-20T04:12:08.746Z] 4f4fb700ef54: Pulling fs layer [2025-02-20T04:12:08.746Z] d9c7d2e4e75e: Pulling fs layer [2025-02-20T04:12:08.746Z] 9c3e1370e548: Pulling fs layer [2025-02-20T04:12:08.746Z] 4f4fb700ef54: Waiting [2025-02-20T04:12:08.746Z] 9c3e1370e548: Waiting [2025-02-20T04:12:08.746Z] d9c7d2e4e75e: Waiting [2025-02-20T04:12:08.746Z] 5c3c966382ef: Waiting [2025-02-20T04:12:08.746Z] 4cc291be95ef: Verifying Checksum [2025-02-20T04:12:08.746Z] 4cc291be95ef: Download complete [2025-02-20T04:12:08.746Z] 5c3c966382ef: Verifying Checksum [2025-02-20T04:12:08.746Z] 5c3c966382ef: Download complete [2025-02-20T04:12:08.746Z] 4f4fb700ef54: Download complete [2025-02-20T04:12:08.746Z] 43c4264eed91: Download complete [2025-02-20T04:12:09.009Z] 43c4264eed91: Pull complete [2025-02-20T04:12:09.009Z] d9c7d2e4e75e: Verifying Checksum [2025-02-20T04:12:09.009Z] d9c7d2e4e75e: Download complete [2025-02-20T04:12:09.009Z] 4cc291be95ef: Pull complete [2025-02-20T04:12:09.269Z] 2ac1f1163629: Verifying Checksum [2025-02-20T04:12:09.269Z] 2ac1f1163629: Download complete [2025-02-20T04:12:09.834Z] 9c3e1370e548: Verifying Checksum [2025-02-20T04:12:09.834Z] 9c3e1370e548: Download complete [2025-02-20T04:12:13.162Z] 2ac1f1163629: Pull complete [2025-02-20T04:12:13.162Z] 5c3c966382ef: Pull complete [2025-02-20T04:12:13.162Z] 4f4fb700ef54: Pull complete [2025-02-20T04:12:13.162Z] d9c7d2e4e75e: Pull complete [2025-02-20T04:12:16.512Z] 9c3e1370e548: Pull complete [2025-02-20T04:12:16.512Z] Digest: sha256:2575774333c8f892fd046fcd820a1cbff9b068506fa87433bb127c6d9b243e5b [2025-02-20T04:12:16.512Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [2025-02-20T04:12:16.512Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T04:12:16.631Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T04:12:16.658Z] $ 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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat [2025-02-20T04:12:19.586Z] $ docker top 5034b807580627fa47e689053048b9213849db018df987392dc98485ae6d11be -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-20T04:12:19.935Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-s7_main [Pipeline] echo [2025-02-20T04:12:19.946Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-s7:main' [Pipeline] sh [2025-02-20T04:12:20.225Z] + set -o pipefail [2025-02-20T04:12:20.225Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-s7:main' [2025-02-20T04:12:28.347Z] [2025-02-20T04:12:28.347Z] Monitoring /w/workspace/edgexfoundry_device-s7_main (github.com/edgexfoundry/device-s7)... [2025-02-20T04:12:28.347Z] [2025-02-20T04:12:28.347Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/9802e2c3-a805-43f9-b47e-5746baaac31c/history/6664b61f-9ab5-4b9f-995c-03f81b03bb07 [2025-02-20T04:12:28.347Z] [2025-02-20T04:12:28.347Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2025-02-20T04:12:28.347Z] [2025-02-20T04:12:28.347Z] [2025-02-20T04:12:28.347Z] You have reached your monthly limit of 200 private tests for your edgex-jenkins org. [2025-02-20T04:12:28.347Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2025-02-20T04:12:28.354Z] $ docker stop --time=1 5034b807580627fa47e689053048b9213849db018df987392dc98485ae6d11be [2025-02-20T04:12:31.438Z] $ docker rm -f --volumes 5034b807580627fa47e689053048b9213849db018df987392dc98485ae6d11be [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-02-20T04:12:32.385Z] + git log --format=format:%s -1 7bf3b7cedae0f10faf0de83af88415cc28561f9e [Pipeline] sh [2025-02-20T04:12:32.677Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-20T04:12:32.677Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:12:32.981Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-20T04:12:32.981Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T04:12:33.064Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T04:12:33.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-02-20T04:12:33.502Z] $ docker top 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 -eo pid,comm [2025-02-20T04:12:33.675Z] 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-02-20T04:12:33.675Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-20T04:12:33.729Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-20T04:12:33.729Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-20T04:12:33.833Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-20T04:12:33.833Z] $ docker exec 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 ssh-agent [2025-02-20T04:12:33.945Z] SSH_AUTH_SOCK=/tmp/ssh-N0QguIFUpjKY/agent.32 [2025-02-20T04:12:33.945Z] SSH_AGENT_PID=38 [2025-02-20T04:12:33.950Z] Running ssh-add (command line suppressed) [2025-02-20T04:12:34.042Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_552498746272349703.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_552498746272349703.key) [2025-02-20T04:12:34.058Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-20T04:12:34.349Z] + git semver tag [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,510 [run_tag] DEBUG tag force:False [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,510 [check_head_tag] DEBUG check head tag [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,511 [execute] INFO git cat-file --batch-check [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,511 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=) [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,515 [execute] INFO git cat-file --batch [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,515 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=) [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,522 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,522 [execute] INFO git tag -a v4.0.0-dev.7 -m v4.0.0-dev.7 [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,522 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.0.0-dev.7', '-m', 'v4.0.0-dev.7'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=None) [2025-02-20T04:12:34.607Z] 2025-02-20 04:12:34,527 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T04:12:34.607Z] 4.0.0-dev.7 [Pipeline] } [2025-02-20T04:12:34.612Z] $ docker exec --env ******** --env ******** 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 ssh-agent -k [2025-02-20T04:12:34.716Z] unset SSH_AUTH_SOCK; [2025-02-20T04:12:34.716Z] unset SSH_AGENT_PID; [2025-02-20T04:12:34.716Z] echo Agent pid 38 killed; [2025-02-20T04:12:34.729Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-20T04:12:35.054Z] + git semver [Pipeline] } [2025-02-20T04:12:35.324Z] $ docker stop --time=1 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 [2025-02-20T04:12:36.598Z] $ docker rm -f --volumes 1ceeab2659c433d3254efd3b12aa48b7eb9ed88ac3d7f58951309c402a36c437 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:12:37.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-20T04:12:37.016Z] [2025-02-20T04:12:37.016Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:12:37.321Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-20T04:12:37.321Z] 0.23.1-centos7: Pulling from edgex-lftools [2025-02-20T04:12:37.321Z] ab5ef0e58194: Pulling fs layer [2025-02-20T04:12:37.321Z] 9712f1f96733: Pulling fs layer [2025-02-20T04:12:37.321Z] 63f879dbbcfc: Pulling fs layer [2025-02-20T04:12:37.321Z] 0d9ebad4ef96: Pulling fs layer [2025-02-20T04:12:37.321Z] e9a5061849ea: Pulling fs layer [2025-02-20T04:12:37.321Z] d747dcd14b5f: Pulling fs layer [2025-02-20T04:12:37.321Z] 2de7ff778b66: Pulling fs layer [2025-02-20T04:12:37.321Z] d747dcd14b5f: Waiting [2025-02-20T04:12:37.321Z] e9a5061849ea: Waiting [2025-02-20T04:12:37.321Z] 0d9ebad4ef96: Waiting [2025-02-20T04:12:37.321Z] 2de7ff778b66: Waiting [2025-02-20T04:12:37.321Z] 9712f1f96733: Verifying Checksum [2025-02-20T04:12:37.321Z] 9712f1f96733: Download complete [2025-02-20T04:12:37.578Z] 63f879dbbcfc: Verifying Checksum [2025-02-20T04:12:37.578Z] 63f879dbbcfc: Download complete [2025-02-20T04:12:37.836Z] e9a5061849ea: Verifying Checksum [2025-02-20T04:12:37.836Z] e9a5061849ea: Download complete [2025-02-20T04:12:37.836Z] d747dcd14b5f: Verifying Checksum [2025-02-20T04:12:37.836Z] d747dcd14b5f: Download complete [2025-02-20T04:12:37.836Z] 0d9ebad4ef96: Verifying Checksum [2025-02-20T04:12:37.836Z] 0d9ebad4ef96: Download complete [2025-02-20T04:12:37.836Z] ab5ef0e58194: Download complete [2025-02-20T04:12:37.836Z] 2de7ff778b66: Verifying Checksum [2025-02-20T04:12:37.836Z] 2de7ff778b66: Download complete [2025-02-20T04:12:40.360Z] ab5ef0e58194: Pull complete [2025-02-20T04:12:40.360Z] 9712f1f96733: Pull complete [2025-02-20T04:12:40.924Z] 63f879dbbcfc: Pull complete [2025-02-20T04:12:44.214Z] 0d9ebad4ef96: Pull complete [2025-02-20T04:12:44.472Z] e9a5061849ea: Pull complete [2025-02-20T04:12:44.472Z] d747dcd14b5f: Pull complete [2025-02-20T04:12:45.405Z] 2de7ff778b66: Pull complete [2025-02-20T04:12:45.405Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2025-02-20T04:12:45.405Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2025-02-20T04:12:45.405Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T04:12:45.513Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T04:12:45.535Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2025-02-20T04:12:49.869Z] $ docker top 98cde43c0700f22288b4aec154023926af148d2a8ef23bbe9f5f25e6a60acdb1 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2025-02-20T04:12:49.952Z] provisioning config files... [2025-02-20T04:12:49.961Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config14645620785103459445tmp [2025-02-20T04:12:49.969Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config2752663194875759842tmp [2025-02-20T04:12:49.978Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config3702167685826815332tmp [Pipeline] { [Pipeline] echo [2025-02-20T04:12:50.005Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:12:50.294Z] ---> sigul-configuration.sh [2025-02-20T04:12:50.294Z] gpg: directory `/root/.gnupg' created [2025-02-20T04:12:50.294Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2025-02-20T04:12:50.294Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2025-02-20T04:12:50.294Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2025-02-20T04:12:50.294Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2025-02-20T04:12:50.294Z] gpg: CAST5 encrypted data [2025-02-20T04:12:50.294Z] gpg: encrypted with 1 passphrase [2025-02-20T04:12:50.294Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2025-02-20T04:12:50.588Z] + mkdir /home/jenkins [2025-02-20T04:12:50.588Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2025-02-20T04:12:50.880Z] + 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-02-20T04:12:50.893Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:12:51.185Z] ---> sigul-install.sh [2025-02-20T04:12:51.185Z] Sigul already installed; skipping installation. [Pipeline] sh [2025-02-20T04:12:51.476Z] + git tag --list [2025-02-20T04:12:51.476Z] v0.0.0 [2025-02-20T04:12:51.476Z] v0.0.1-dev.1 [2025-02-20T04:12:51.476Z] v0.0.1-dev.2 [2025-02-20T04:12:51.476Z] v4.0.0-dev.1 [2025-02-20T04:12:51.476Z] v4.0.0-dev.2 [2025-02-20T04:12:51.476Z] v4.0.0-dev.3 [2025-02-20T04:12:51.476Z] v4.0.0-dev.4 [2025-02-20T04:12:51.476Z] v4.0.0-dev.5 [2025-02-20T04:12:51.476Z] v4.0.0-dev.6 [2025-02-20T04:12:51.476Z] v4.0.0-dev.7 [Pipeline] sh [2025-02-20T04:12:51.770Z] + lftools sign git-tag v4.0.0-dev.7 [2025-02-20T04:12:52.337Z] Signing Git tag with Sigul... [2025-02-20T04:12:52.337Z] Signing v4.0.0-dev.7 [Pipeline] echo [2025-02-20T04:12:52.610Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:12:52.904Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2025-02-20T04:12:52.911Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2025-02-20T04:12:52.939Z] $ docker stop --time=1 98cde43c0700f22288b4aec154023926af148d2a8ef23bbe9f5f25e6a60acdb1 [2025-02-20T04:12:54.227Z] $ docker rm -f --volumes 98cde43c0700f22288b4aec154023926af148d2a8ef23bbe9f5f25e6a60acdb1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2025-02-20T04:12:54.681Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-20T04:12:54.681Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:12:54.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-20T04:12:54.991Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T04:12:55.074Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T04:12:55.099Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-02-20T04:12:55.435Z] $ docker top 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 -eo pid,comm [2025-02-20T04:12:55.483Z] 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-02-20T04:12:55.483Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-20T04:12:55.549Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-20T04:12:55.549Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-20T04:12:55.666Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-20T04:12:55.666Z] $ docker exec 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 ssh-agent [2025-02-20T04:12:55.771Z] SSH_AUTH_SOCK=/tmp/ssh-KxMzbLKtlKn0/agent.32 [2025-02-20T04:12:55.771Z] SSH_AGENT_PID=38 [2025-02-20T04:12:55.775Z] Running ssh-add (command line suppressed) [2025-02-20T04:12:55.870Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_11659839372940425568.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_11659839372940425568.key) [2025-02-20T04:12:55.888Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-20T04:12:56.182Z] + git semver bump pre [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,347 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,347 [bump_version] DEBUG bumping version:4.0.0-dev.7 on axis:pre with prefix:dev [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,348 [bump_version] DEBUG bumped version:4.0.0-dev.8 [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,348 [write_version] DEBUG write version:4.0.0-dev.8 to path:/w/workspace/edgexfoundry_device-s7_main/.semver/main with force:True [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,348 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,348 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,349 [execute] INFO git cat-file --batch-check [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,350 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,354 [execute] INFO git cat-file --batch [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,355 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-20T04:12:56.441Z] 2025-02-20 04:12:56,359 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T04:12:56.441Z] 4.0.0-dev.8 [Pipeline] } [2025-02-20T04:12:56.447Z] $ docker exec --env ******** --env ******** 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 ssh-agent -k [2025-02-20T04:12:56.535Z] unset SSH_AUTH_SOCK; [2025-02-20T04:12:56.536Z] unset SSH_AGENT_PID; [2025-02-20T04:12:56.536Z] echo Agent pid 38 killed; [2025-02-20T04:12:56.547Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-20T04:12:56.862Z] + git semver [Pipeline] } [2025-02-20T04:12:57.129Z] $ docker stop --time=1 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 [2025-02-20T04:12:58.427Z] $ docker rm -f --volumes 1dbf4578abd0bf0d7094b3183fa9ed907d35dc61e32d73b71bde917194dac857 [Pipeline] // withDockerContainer [Pipeline] sh [2025-02-20T04:12:58.780Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2025-02-20T04:12:58.780Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:12:59.082Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2025-02-20T04:12:59.082Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T04:12:59.158Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T04:12:59.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2025-02-20T04:12:59.510Z] $ docker top 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 -eo pid,comm [2025-02-20T04:12:59.557Z] 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-02-20T04:12:59.558Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2025-02-20T04:12:59.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2025-02-20T04:12:59.615Z] [ssh-agent] Looking for ssh-agent implementation... [2025-02-20T04:12:59.726Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2025-02-20T04:12:59.727Z] $ docker exec 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 ssh-agent [2025-02-20T04:12:59.828Z] SSH_AUTH_SOCK=/tmp/ssh-uZ3iiFY24SAw/agent.32 [2025-02-20T04:12:59.828Z] SSH_AGENT_PID=38 [2025-02-20T04:12:59.832Z] Running ssh-add (command line suppressed) [2025-02-20T04:12:59.920Z] Identity added: /w/workspace/edgexfoundry_device-s7_main@tmp/private_key_4621077741063152209.key (/w/workspace/edgexfoundry_device-s7_main@tmp/private_key_4621077741063152209.key) [2025-02-20T04:12:59.935Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2025-02-20T04:13:00.233Z] + git semver push [2025-02-20T04:13:00.492Z] 2025-02-20 04:13:00,409 [run_push] DEBUG push [2025-02-20T04:13:00.492Z] 2025-02-20 04:13:00,410 [execute] INFO git cat-file --batch-check [2025-02-20T04:13:00.492Z] 2025-02-20 04:13:00,410 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=) [2025-02-20T04:13:00.492Z] 2025-02-20 04:13:00,413 [execute] INFO git rev-list 79c33f05785bbcf804153a7c490c8452500a5cd4 -- [2025-02-20T04:13:00.492Z] 2025-02-20 04:13:00,414 [execute] DEBUG Popen(['git', 'rev-list', '79c33f05785bbcf804153a7c490c8452500a5cd4', '--'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-02-20T04:13:00.492Z] 2025-02-20 04:13:00,419 [execute] INFO git fetch -v origin [2025-02-20T04:13:00.492Z] 2025-02-20 04:13:00,419 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=True, shell=None, istream=None) [2025-02-20T04:13:01.060Z] 2025-02-20 04:13:00,875 [run_push] DEBUG no remote changes detected [2025-02-20T04:13:01.060Z] 2025-02-20 04:13:00,875 [execute] INFO git push origin semver [2025-02-20T04:13:01.060Z] 2025-02-20 04:13:00,876 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-s7_main/.semver, universal_newlines=False, shell=None, istream=None) [2025-02-20T04:13:03.596Z] 2025-02-20 04:13:03,507 [run_push] DEBUG push all version tags [2025-02-20T04:13:03.596Z] 2025-02-20 04:13:03,508 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2025-02-20T04:13:03.596Z] 2025-02-20 04:13:03,508 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-s7_main, universal_newlines=False, shell=None, istream=None) [2025-02-20T04:13:04.532Z] 2025-02-20 04:13:04,182 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-s7_main/.semver/main [2025-02-20T04:13:04.532Z] 4.0.0-dev.8 [Pipeline] } [2025-02-20T04:13:04.537Z] $ docker exec --env ******** --env ******** 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 ssh-agent -k [2025-02-20T04:13:04.619Z] unset SSH_AUTH_SOCK; [2025-02-20T04:13:04.622Z] unset SSH_AGENT_PID; [2025-02-20T04:13:04.622Z] echo Agent pid 38 killed; [2025-02-20T04:13:04.631Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2025-02-20T04:13:04.958Z] + git semver [Pipeline] } [2025-02-20T04:13:05.228Z] $ docker stop --time=1 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 [2025-02-20T04:13:06.529Z] $ docker rm -f --volumes 1904c8c159c241050c97160623f588f7f263e805e065a402bcb92739a205a2e3 [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-02-20T04:13:07.161Z] + [ -d /w/workspace/edgexfoundry_device-s7_main/archives ] [2025-02-20T04:13:07.161Z] + ls -al /w/workspace/edgexfoundry_device-s7_main/archives [2025-02-20T04:13:07.161Z] total 16 [2025-02-20T04:13:07.161Z] drwxr-xr-x 3 root root 4096 Feb 20 03:57 . [2025-02-20T04:13:07.161Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 20 04:12 .. [2025-02-20T04:13:07.161Z] drwxr-xr-x 2 root root 4096 Feb 20 03:57 cost [2025-02-20T04:13:07.161Z] -rw-r--r-- 1 root root 80 Feb 20 03:57 cost.csv [2025-02-20T04:13:07.161Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-s7_main/archives [2025-02-20T04:13:07.161Z] + ls -al /w/workspace/edgexfoundry_device-s7_main/archives [2025-02-20T04:13:07.161Z] total 16 [2025-02-20T04:13:07.161Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 20 03:57 . [2025-02-20T04:13:07.161Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 20 04:12 .. [2025-02-20T04:13:07.161Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 20 03:57 cost [2025-02-20T04:13:07.161Z] -rw-r--r-- 1 jenkins jenkins 80 Feb 20 03:57 cost.csv [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:13:07.450Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:13:08.312Z] ---> package-listing.sh [2025-02-20T04:13:08.312Z] ++ facter osfamily [2025-02-20T04:13:08.312Z] ++ tr '[:upper:]' '[:lower:]' [2025-02-20T04:13:08.571Z] + OS_FAMILY=debian [2025-02-20T04:13:08.571Z] + workspace=/w/workspace/edgexfoundry_device-s7_main [2025-02-20T04:13:08.571Z] + START_PACKAGES=/tmp/packages_start.txt [2025-02-20T04:13:08.571Z] + END_PACKAGES=/tmp/packages_end.txt [2025-02-20T04:13:08.571Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2025-02-20T04:13:08.571Z] + PACKAGES=/tmp/packages_start.txt [2025-02-20T04:13:08.571Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-02-20T04:13:08.571Z] + PACKAGES=/tmp/packages_end.txt [2025-02-20T04:13:08.571Z] + case "${OS_FAMILY}" in [2025-02-20T04:13:08.571Z] + dpkg -l [2025-02-20T04:13:08.571Z] + grep '^ii' [2025-02-20T04:13:08.571Z] + '[' -f /tmp/packages_start.txt ']' [2025-02-20T04:13:08.571Z] + '[' -f /tmp/packages_end.txt ']' [2025-02-20T04:13:08.571Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2025-02-20T04:13:08.571Z] + '[' /w/workspace/edgexfoundry_device-s7_main ']' [2025-02-20T04:13:08.571Z] + mkdir -p /w/workspace/edgexfoundry_device-s7_main/archives/ [2025-02-20T04:13:08.571Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-s7_main/archives/ [Pipeline] echo [2025-02-20T04:13:08.583Z] 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-s7_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2025-02-20T04:13:08.859Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2025-02-20T04:13:09.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2025-02-20T04:13:09.427Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2025-02-20T04:13:09.510Z] prd-ubuntu20.04-docker-8c-8g-39283 does not seem to be running inside a container [2025-02-20T04:13:09.538Z] $ 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-s7_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-s7_main -v /w/workspace/edgexfoundry_device-s7_main:/w/workspace/edgexfoundry_device-s7_main:rw,z -v /w/workspace/edgexfoundry_device-s7_main@tmp:/w/workspace/edgexfoundry_device-s7_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2025-02-20T04:13:09.724Z] $ docker top 7b43b428cef6837e3613a24c1802984701e6987744325c453228a15422e06ca1 -eo pid,comm [Pipeline] { [Pipeline] sh [2025-02-20T04:13:10.091Z] + touch /tmp/pre-build-complete [Pipeline] sh [2025-02-20T04:13:10.374Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2025-02-20T04:13:10.658Z] + ls /var/log/sa-host [2025-02-20T04:13:10.658Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2025-02-20T04:13:10.818Z] provisioning config files... [2025-02-20T04:13:10.829Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-s7_main@tmp/config14216720974952072419tmp [Pipeline] { [Pipeline] echo [2025-02-20T04:13:10.848Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:13:11.131Z] ---> create-netrc.sh [Pipeline] } [2025-02-20T04:13:11.138Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:13:11.481Z] ---> python-tools-install.sh [Pipeline] echo [2025-02-20T04:13:11.489Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:13:11.768Z] ---> sudo-logs.sh [2025-02-20T04:13:11.768Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2025-02-20T04:13:11.794Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:13:12.074Z] ---> job-cost.sh [2025-02-20T04:13:12.074Z] lf-activate-venv: SKIPPING [2025-02-20T04:13:12.074Z] DEBUG: total: 0.2199999988079071 [2025-02-20T04:13:12.074Z] INFO: Retrieving Stack Cost... [2025-02-20T04:13:12.333Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2025-02-20T04:13:12.901Z] INFO: Archiving Costs [Pipeline] echo [2025-02-20T04:13:12.916Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2025-02-20T04:13:13.201Z] ---> logs-deploy.sh [2025-02-20T04:13:13.201Z] lf-activate-venv: SKIPPING [2025-02-20T04:13:13.201Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-s7/main/15 [2025-02-20T04:13:13.201Z] INFO: archiving workspace using pattern(s): [2025-02-20T04:13:14.138Z] Archives upload complete. [2025-02-20T04:13:14.138Z] INFO: archiving logs to Nexus