Started by user Cherry Wang Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 60d667701c3da78b8984814720c74ae46dfa0d66 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-ssh15464419119505217948.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 056ae7b86453181957306e7078512cbe12174832 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-ssh2597034776635212093.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 056ae7b86453181957306e7078512cbe12174832 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/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/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12156206358999082373.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 056ae7b86453181957306e7078512cbe12174832 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 056ae7b86453181957306e7078512cbe12174832 # timeout=10 Commit message: "Merge pull request #473 from cherrycl/fix-seccomp-profile-error" > 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-ssh10122492373572456391.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/app-service-configurable/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/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12839213282409690224.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:app-service-configurable] ========================================================= [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: app-service-configurable-settings PROJECT: app-service-configurable 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: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-6226’ Running on prd-ubuntu20.04-docker-8c-8g-6236 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.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/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 60d667701c3da78b8984814720c74ae46dfa0d66 (main) Commit message: "Merge pull request #729 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.19" > git config core.sparsecheckout # timeout=10 > git checkout -f 60d667701c3da78b8984814720c74ae46dfa0d66 # timeout=10 > git rev-list --no-walk 60d667701c3da78b8984814720c74ae46dfa0d66 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:41:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:41:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:41:47 ========================================================= 06:41:47 EdgeX Global Pipelines Version Info 06:41:47 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:41:48 ------------------- 06:41:48 stable info: 06:41:48 ------------------- 06:41:48 Commited By: Cherry Wang cherry@iotechsys.com 06:41:48 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 06:41:48 Message: update stable to v1.0.276 06:41:48 ------------------- 06:41:48 experimental info: 06:41:48 ------------------- 06:41:48 Commited By: **** collab-it+edgex@linuxfoundation.org 06:41:48 Commit SHA: 056ae7b86453181957306e7078512cbe12174832 06:41:48 Message: update experimental to v1.0.276 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60d6677 [Pipeline] echo 06:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:41:49 provisioning config files... 06:41:49 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3285957801827426157tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:41:50 ---> ****-login.sh 06:41:50 nexus3.edgexfoundry.org:10001 06:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:50 06:41:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:41:50 Configure a credential helper to remove this warning. See 06:41:50 https://docs.****.com/go/credential-store/ 06:41:50 06:41:50 Login Succeeded 06:41:50 nexus3.edgexfoundry.org:10002 06:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:50 06:41:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:41:50 Configure a credential helper to remove this warning. See 06:41:50 https://docs.****.com/go/credential-store/ 06:41:50 06:41:50 Login Succeeded 06:41:50 nexus3.edgexfoundry.org:10003 06:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:50 06:41:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:41:50 Configure a credential helper to remove this warning. See 06:41:50 https://docs.****.com/go/credential-store/ 06:41:50 06:41:50 Login Succeeded 06:41:50 nexus3.edgexfoundry.org:10004 06:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:50 06:41:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:41:50 Configure a credential helper to remove this warning. See 06:41:50 https://docs.****.com/go/credential-store/ 06:41:50 06:41:50 Login Succeeded 06:41:50 ****.io 06:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:41:50 06:41:50 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 06:41:50 Configure a credential helper to remove this warning. See 06:41:50 https://docs.****.com/go/credential-store/ 06:41:50 06:41:50 Login Succeeded 06:41:50 ---> ****-login.sh ends [Pipeline] } 06:41:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 06:41:51 + git rev-list -1 --merges 60d667701c3da78b8984814720c74ae46dfa0d66~1..60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 06:41:51 -----------> git rev-list -1 --merges 60d667701c3da78b8984814720c74ae46dfa0d66~1..60d667701c3da78b8984814720c74ae46dfa0d66 60d667701c3da78b8984814720c74ae46dfa0d66 06:41:51 60d667701c3da78b8984814720c74ae46dfa0d66 [false] [Pipeline] sh 06:41:51 + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 06:41:51 ========================================================= 06:41:51 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 06:41:51 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:41:52 + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 06:41:52 [semverPrep] GIT_COMMIT: 60d667701c3da78b8984814720c74ae46dfa0d66, Commit Message: Merge pull request #729 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.19 [Pipeline] echo 06:41:52 [semverPrep] This is not a build commit. [Pipeline] sh 06:41:52 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 06:41:52 + grep -v github /etc/ssh/ssh_known_hosts 06:41:52 + [ -e /tmp/ssh_known_hosts ] 06:41:52 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 06:41:52 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 06:41:52 + sudo tee -a /etc/ssh/ssh_known_hosts 06:41:52 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:41:52 06:41:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:41:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:41:53 0.1.4: Pulling from edgex-devops/py-git-semver 06:41:53 3dae71ba6b94: Pulling fs layer 06:41:53 6bf1a483ea7c: Pulling fs layer 06:41:53 f5dfc541a4d3: Pulling fs layer 06:41:53 461d9e800cba: Pulling fs layer 06:41:53 80192f66455f: Pulling fs layer 06:41:53 2e8e34ca0e6c: Pulling fs layer 06:41:53 461d9e800cba: Waiting 06:41:53 a29436f7fd5d: Pulling fs layer 06:41:53 923cac83aea3: Pulling fs layer 06:41:53 a29436f7fd5d: Waiting 06:41:53 80192f66455f: Waiting 06:41:53 25ad8b0a4227: Pulling fs layer 06:41:53 2e8e34ca0e6c: Waiting 06:41:53 923cac83aea3: Waiting 06:41:53 25ad8b0a4227: Waiting 06:41:53 db01528c6b51: Pulling fs layer 06:41:53 28988de357af: Pulling fs layer 06:41:53 db01528c6b51: Waiting 06:41:53 28988de357af: Waiting 06:41:53 6bf1a483ea7c: Verifying Checksum 06:41:53 6bf1a483ea7c: Download complete 06:41:53 461d9e800cba: Verifying Checksum 06:41:53 461d9e800cba: Download complete 06:41:53 80192f66455f: Verifying Checksum 06:41:53 80192f66455f: Download complete 06:41:53 f5dfc541a4d3: Verifying Checksum 06:41:53 f5dfc541a4d3: Download complete 06:41:53 3dae71ba6b94: Verifying Checksum 06:41:53 3dae71ba6b94: Download complete 06:41:53 923cac83aea3: Verifying Checksum 06:41:53 923cac83aea3: Download complete 06:41:53 25ad8b0a4227: Verifying Checksum 06:41:53 25ad8b0a4227: Download complete 06:41:53 db01528c6b51: Verifying Checksum 06:41:53 db01528c6b51: Download complete 06:41:53 28988de357af: Verifying Checksum 06:41:53 28988de357af: Download complete 06:41:53 a29436f7fd5d: Verifying Checksum 06:41:53 a29436f7fd5d: Download complete 06:41:53 2e8e34ca0e6c: Verifying Checksum 06:41:53 2e8e34ca0e6c: Download complete 06:41:54 3dae71ba6b94: Pull complete 06:41:55 6bf1a483ea7c: Pull complete 06:41:55 f5dfc541a4d3: Pull complete 06:41:55 461d9e800cba: Pull complete 06:41:55 80192f66455f: Pull complete 06:41:59 2e8e34ca0e6c: Pull complete 06:42:00 a29436f7fd5d: Pull complete 06:42:00 923cac83aea3: Pull complete 06:42:00 25ad8b0a4227: Pull complete 06:42:00 db01528c6b51: Pull complete 06:42:00 28988de357af: Pull complete 06:42:00 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 06:42:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 06:42:00 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:42:00 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 06:42:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 06:42:04 $ docker top 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 -eo pid,comm 06:42:04 ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). 06:42:04 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:42:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:04 [ssh-agent] Looking for ssh-agent implementation... 06:42:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:04 $ docker exec 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 ssh-agent 06:42:04 SSH_AUTH_SOCK=/tmp/ssh-WndkuVq0PMvj/agent.32 06:42:04 SSH_AGENT_PID=38 06:42:04 Running ssh-add (command line suppressed) 06:42:04 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14291591919648637727.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14291591919648637727.key) 06:42:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:04 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] sh 06:42:05 + git tag --points-at HEAD [Pipeline] } 06:42:05 $ docker exec --env ******** --env ******** 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 ssh-agent -k 06:42:05 unset SSH_AUTH_SOCK; 06:42:05 unset SSH_AGENT_PID; 06:42:05 echo Agent pid 38 killed; 06:42:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:42:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:42:05 [ssh-agent] Looking for ssh-agent implementation... 06:42:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:42:05 $ docker exec 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 ssh-agent 06:42:05 SSH_AUTH_SOCK=/tmp/ssh-zdqEjUZPZaTw/agent.85 06:42:05 SSH_AGENT_PID=91 06:42:05 Running ssh-add (command line suppressed) 06:42:05 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_484412915985261626.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_484412915985261626.key) 06:42:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:42:05 + git semver init 06:42:06 2025-08-04 06:42:06,110 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 06:42:06 2025-08-04 06:42:06,114 [run_init] DEBUG init version:0.0.0 force:False 06:42:06 2025-08-04 06:42:06,114 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 06:42:06 2025-08-04 06:42:06,115 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 06:42:06 2025-08-04 06:42:06,115 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) 06:42:07 2025-08-04 06:42:07,356 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 06:42:07 2025-08-04 06:42:07,356 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 06:42:07 2025-08-04 06:42:07,357 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 06:42:07 2025-08-04 06:42:07,357 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 06:42:07 4.1.0-dev.2 [Pipeline] } 06:42:07 $ docker exec --env ******** --env ******** 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 ssh-agent -k 06:42:07 unset SSH_AUTH_SOCK; 06:42:07 unset SSH_AGENT_PID; 06:42:07 echo Agent pid 91 killed; 06:42:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:42:08 + git semver [Pipeline] } 06:42:08 $ docker stop --time=1 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 06:42:09 $ docker rm -f --volumes 75532f3fe850d3b8d35b1a03173ae7b34bf33fc0d44dc02e1532e54258498853 [Pipeline] // withDockerContainer [Pipeline] sh 06:42:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:42:10 Stashed 1 file(s) [Pipeline] echo 06:42:10 [edgeXSemver]: initialized semver on version 4.1.0-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:42:10 provisioning config files... 06:42:10 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config17115938191776967984tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:42:10 ---> ****-login.sh 06:42:10 nexus3.edgexfoundry.org:10001 06:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:10 Login Succeeded 06:42:10 nexus3.edgexfoundry.org:10002 06:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:10 Login Succeeded 06:42:10 nexus3.edgexfoundry.org:10003 06:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:10 Login Succeeded 06:42:10 nexus3.edgexfoundry.org:10004 06:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:10 Login Succeeded 06:42:10 ****.io 06:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:42:11 Login Succeeded 06:42:11 ---> ****-login.sh ends [Pipeline] } 06:42:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:42:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:42:11 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:42:11 ========================================================= 06:42:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 06:42:11 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:11 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine --build-arg MAKE=echo noop --target=builder . 06:42:12 #0 building with "default" instance using docker driver 06:42:12 06:42:12 #1 [internal] load build definition from Dockerfile 06:42:12 #1 transferring dockerfile: 2.05kB done 06:42:12 #1 DONE 0.0s 06:42:12 06:42:12 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 06:42:12 #2 DONE 0.1s 06:42:12 06:42:12 #3 [internal] load .dockerignore 06:42:12 #3 transferring context: 159B done 06:42:12 #3 DONE 0.0s 06:42:12 06:42:12 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 06:42:12 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 0.0s done 06:42:12 #4 sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 685B / 685B done 06:42:12 #4 sha256:d619b1717253d911bd917c5573ee8134ae218c2451e74083eb23940cdd319302 4.11kB / 4.11kB done 06:42:12 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 3.15MB / 74.06MB 0.1s 06:42:12 #4 sha256:01d3d341091a517642a078ff0605422b0bc90a0685c27f13eebf23a14bd174bf 2.08kB / 2.08kB done 06:42:12 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s 06:42:12 #4 ... 06:42:12 06:42:12 #5 [internal] load build context 06:42:12 #5 transferring context: 14.77MB 0.1s done 06:42:12 #5 DONE 0.2s 06:42:12 06:42:12 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:b992faf2485ce295780ce8bcc3ec6c89c618966a0a233ad776f4c4289344e4b4 06:42:12 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13.63MB / 74.06MB 0.2s 06:42:12 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.1s done 06:42:12 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 06:42:12 #4 sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad 440B / 440B 0.2s done 06:42:12 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 1.05MB / 2.38MB 0.2s 06:42:12 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0B / 103.05MB 0.2s 06:42:12 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 06:42:12 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 27.26MB / 74.06MB 0.3s 06:42:12 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 06:42:12 #4 sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 2.38MB / 2.38MB 0.2s done 06:42:12 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 7.34MB / 103.05MB 0.3s 06:42:12 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 06:42:12 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.1s done 06:42:12 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0B / 13.29MB 0.3s 06:42:12 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 06:42:12 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 57.67MB / 74.06MB 0.5s 06:42:12 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 27.26MB / 103.05MB 0.5s 06:42:12 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s 06:42:12 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.0s done 06:42:12 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.6s 06:42:12 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 39.85MB / 103.05MB 0.6s 06:42:12 #4 sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 13.29MB / 13.29MB 0.5s done 06:42:12 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 61.87MB / 103.05MB 0.7s 06:42:13 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.8s done 06:42:13 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 84.93MB / 103.05MB 0.8s 06:42:13 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 06:42:13 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 0.9s 06:42:13 #4 sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 103.05MB / 103.05MB 1.1s done 06:42:17 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 4.4s done 06:42:17 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 06:42:17 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 06:42:17 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 06:42:17 #4 extracting sha256:c451b95d79318bfd8953a1c9820732ea4e6327fc33c477d42b42d627f68681ad done 06:42:17 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 06:42:18 #4 extracting sha256:9febf9df44015f7ef701ca8f314687499ee20e4ce98978b9d593178fd725ad4a 0.0s done 06:42:18 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 0.1s 06:42:21 #4 extracting sha256:1477f019b03287281269462164bc2738c9ee590c6f69056650fa13f78f7838c5 2.8s done 06:42:21 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 06:42:21 #4 extracting sha256:c7dc25521971803488b68411916ffdc83cf3bd27a28b4147915497769959ad5b 0.6s done 06:42:21 #4 DONE 9.2s 06:42:21 06:42:21 #6 [builder 2/7] RUN apk add --update --no-cache make git 06:42:21 #6 0.224 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:42:21 #6 0.303 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:42:21 #6 0.555 OK: 248 MiB in 58 packages 06:42:25 Still waiting to schedule task 06:42:25 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 06:42:25 #6 DONE 3.6s 06:42:25 06:42:25 #7 [builder 3/7] WORKDIR /app 06:42:25 #7 DONE 0.0s 06:42:25 06:42:25 #8 [builder 4/7] COPY go.mod vendor* ./ 06:42:25 #8 DONE 0.0s 06:42:25 06:42:25 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:42:51 #9 DONE 26.0s 06:42:51 06:42:51 #10 [builder 6/7] COPY . . 06:42:51 #10 DONE 0.1s 06:42:51 06:42:51 #11 [builder 7/7] RUN echo noop 06:42:51 #11 0.192 noop 06:42:51 #11 DONE 0.2s 06:42:51 06:42:51 #12 exporting to image 06:42:51 #12 exporting layers 06:42:58 #12 exporting layers 6.6s done 06:42:58 #12 writing image sha256:311167e9c481e10c52056ac1b7d51ed2c6f95c984d5c4dfb34bfc96b3753becc done 06:42:58 #12 naming to docker.io/library/ci-base-image-x86_64 done 06:42:58 #12 DONE 6.6s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:42:58 + docker inspect -f . ci-base-image-x86_64 06:42:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:42:58 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 06:42:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:42:59 $ docker top 1d86e80b6567d699a0aeffe9c3291721623393ed72c88a170f27cf4fa6bee0d6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:42:59 + go version 06:42:59 go version go1.23.9 linux/amd64 [Pipeline] } 06:42:59 $ docker stop --time=1 1d86e80b6567d699a0aeffe9c3291721623393ed72c88a170f27cf4fa6bee0d6 06:43:00 $ docker rm -f --volumes 1d86e80b6567d699a0aeffe9c3291721623393ed72c88a170f27cf4fa6bee0d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:43:01 + docker inspect -f . ci-base-image-x86_64 06:43:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:43:01 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 06:43:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:43:01 $ docker top eb998389853cf593ea649b8e3d6ecafedc8b71ade4bd044c827696d6d5520718 -eo pid,comm [Pipeline] { [Pipeline] sh 06:43:01 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 06:43:02 + make test 06:43:02 go test -race -coverprofile=coverage.out ./... 06:43:34 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 06:43:51 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6237 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 06:43:51 Running in /w/workspace/app-service-configurable/274 [Pipeline] { [Pipeline] checkout 06:43:51 The recommended git tool is: git 06:43:56 using credential edgex-jenkins-ssh 06:43:56 Cloning the remote Git repository 06:43:56 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 06:43:56 > git init /w/workspace/app-service-configurable/274 # timeout=10 06:43:56 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 06:43:56 > git --version # timeout=10 06:43:56 > git --version # 'git version 2.25.1' 06:43:56 using GIT_SSH to set credentials SSH Credentials for GitHub 06:43:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:43:59 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 06:43:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:44:00 Avoid second fetch 06:44:00 Checking out Revision 60d667701c3da78b8984814720c74ae46dfa0d66 (main) 06:44:00 go vet ./... 06:44:00 Commit message: "Merge pull request #729 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v4-4.1.0-dev.19" 06:44:00 > git config core.sparsecheckout # timeout=10 06:44:00 > git checkout -f 60d667701c3da78b8984814720c74ae46dfa0d66 # timeout=10 06:44:03 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:44:03 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:44:03 ./bin/test-attribution-txt.sh 06:44:03 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 06:44:03 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 06:44:03 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 06:44:03 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 06:44:03 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 06:44:03 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:44:03 $ docker stop --time=1 eb998389853cf593ea649b8e3d6ecafedc8b71ade4bd044c827696d6d5520718 06:44:06 $ docker rm -f --volumes eb998389853cf593ea649b8e3d6ecafedc8b71ade4bd044c827696d6d5520718 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:44:07 provisioning config files... 06:44:07 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/274@tmp/config8443597750984288251tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:44:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:44:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:44:07 ---> ****-login.sh 06:44:07 nexus3.edgexfoundry.org:10001 06:44:07 + sudo chown -R jenkins:jenkins . 06:44:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] sh 06:44:08 + ls -al . 06:44:08 total 248 06:44:08 drwxrwxr-x 7 jenkins jenkins 4096 Aug 4 06:43 . 06:44:08 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 06:41 .. 06:44:08 -rw-rw-r-- 1 jenkins jenkins 119 Aug 4 06:41 .dockerignore 06:44:08 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 06:43 .git 06:44:08 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 06:41 .github 06:44:08 -rw-rw-r-- 1 jenkins jenkins 108 Aug 4 06:41 .gitignore 06:44:08 -rw-rw-r-- 1 jenkins jenkins 41 Aug 4 06:41 .golangci.yml 06:44:08 drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 06:42 .semver 06:44:08 -rw-rw-r-- 1 jenkins jenkins 16550 Aug 4 06:41 Attribution.txt 06:44:08 -rw-rw-r-- 1 jenkins jenkins 39309 Aug 4 06:41 CHANGELOG.md 06:44:08 -rw-rw-r-- 1 jenkins jenkins 2008 Aug 4 06:41 Dockerfile 06:44:08 -rw-rw-r-- 1 jenkins jenkins 677 Aug 4 06:41 GOVERNANCE.md 06:44:08 -rw-rw-r-- 1 jenkins jenkins 666 Aug 4 06:41 Jenkinsfile 06:44:08 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 4 06:41 LICENSE 06:44:08 -rw-rw-r-- 1 jenkins jenkins 618 Aug 4 06:41 OWNERS.md 06:44:08 -rw-rw-r-- 1 jenkins jenkins 4952 Aug 4 06:41 README.md 06:44:08 -rw-rw-r-- 1 jenkins jenkins 11 Aug 4 06:42 VERSION 06:44:08 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 06:41 bin 06:44:08 -rw-r--r-- 1 jenkins jenkins 953 Aug 4 06:43 coverage.out 06:44:08 -rw-rw-r-- 1 jenkins jenkins 6527 Aug 4 06:41 go.mod 06:44:08 -rw-rw-r-- 1 jenkins jenkins 88208 Aug 4 06:41 go.sum 06:44:08 -rw-rw-r-- 1 jenkins jenkins 1937 Aug 4 06:41 main.go 06:44:08 -rw-rw-r-- 1 jenkins jenkins 3362 Aug 4 06:41 makefile 06:44:08 drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 06:41 res 06:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:44:08 Configure a credential helper to remove this warning. See 06:44:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:44:08 06:44:08 Login Succeeded 06:44:08 nexus3.edgexfoundry.org:10002 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:44:08 Configure a credential helper to remove this warning. See 06:44:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:44:08 06:44:08 Login Succeeded 06:44:08 nexus3.edgexfoundry.org:10003 06:44:08 + docker build -t app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=60d667701c3da78b8984814720c74ae46dfa0d66 --label arch=amd64 --label version=4.1.0-dev.2 . 06:44:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:44:08 Configure a credential helper to remove this warning. See 06:44:08 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:44:08 06:44:08 Login Succeeded 06:44:08 nexus3.edgexfoundry.org:10004 06:44:08 #0 building with "default" instance using docker driver 06:44:08 06:44:08 #1 [internal] load build definition from Dockerfile 06:44:08 #1 transferring dockerfile: 2.05kB done 06:44:08 #1 WARN: UndefinedVar: Usage of undefined variable '$VERSION' (line 40) 06:44:08 #1 DONE 0.0s 06:44:08 06:44:08 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 06:44:08 #2 DONE 0.0s 06:44:08 06:44:08 #3 [internal] load metadata for docker.io/library/alpine:3.20 06:44:08 #3 DONE 0.1s 06:44:08 06:44:08 #4 [internal] load .dockerignore 06:44:08 #4 transferring context: 159B done 06:44:08 #4 DONE 0.0s 06:44:08 06:44:08 #5 [internal] load build context 06:44:08 #5 transferring context: 4.84kB done 06:44:08 #5 DONE 0.1s 06:44:08 06:44:08 #6 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 06:44:08 #6 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.1s done 06:44:08 #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 06:44:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:44:09 Configure a credential helper to remove this warning. See 06:44:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:44:09 06:44:09 Login Succeeded 06:44:09 ****.io 06:44:09 #6 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 06:44:09 #6 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 06:44:09 #6 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 06:44:09 #6 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 06:44:09 #6 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 06:44:09 #6 DONE 0.3s 06:44:09 06:44:09 #7 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 06:44:09 #7 DONE 0.2s 06:44:09 06:44:09 #8 [builder 2/7] RUN apk add --update --no-cache make git 06:44:09 #8 0.171 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:44:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:09 #8 0.329 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:44:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:44:09 Configure a credential helper to remove this warning. See 06:44:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:44:09 06:44:09 Login Succeeded 06:44:09 ---> ****-login.sh ends 06:44:09 #8 0.651 OK: 248 MiB in 58 packages 06:44:09 #8 DONE 0.8s 06:44:09 06:44:09 #9 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 06:44:09 #9 0.201 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:44:09 #9 0.269 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:44:09 #9 0.507 (1/2) Installing ca-certificates (20250619-r0) 06:44:09 #9 0.523 (2/2) Installing dumb-init (1.2.5-r3) 06:44:09 #9 0.527 Executing busybox-1.36.1-r29.trigger 06:44:09 #9 0.533 Executing ca-certificates-20250619-r0.trigger 06:44:09 #9 0.578 OK: 8 MiB in 16 packages [Pipeline] } 06:44:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 06:44:09 #9 DONE 0.7s 06:44:09 06:44:09 #10 [builder 3/7] WORKDIR /app 06:44:09 #10 DONE 0.0s 06:44:09 06:44:09 #11 [builder 4/7] COPY go.mod vendor* ./ 06:44:09 #11 DONE 0.0s 06:44:09 06:44:09 #12 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [Pipeline] echo 06:44:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:44:09 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:44:09 ========================================================= 06:44:09 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 06:44:09 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:10 + 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 . 06:44:10 Sending build context to Docker daemon 224.3kB 06:44:10 #12 DONE 0.6s 06:44:10 06:44:10 #13 [stage-1 3/7] RUN apk --no-cache upgrade 06:44:10 #13 0.455 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 06:44:10 #13 0.530 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 06:44:10 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 06:44:10 Step 2/12 : FROM ${BASE} AS builder 06:44:10 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:44:10 94e9d8af2201: Pulling fs layer 06:44:10 a6c56e8762df: Pulling fs layer 06:44:10 f0f3c8884826: Pulling fs layer 06:44:10 c7e7622c144d: Pulling fs layer 06:44:10 4f4fb700ef54: Pulling fs layer 06:44:10 b4c3b6d88c5a: Pulling fs layer 06:44:10 ba8bce9d2590: Pulling fs layer 06:44:10 ca778ea9c289: Pulling fs layer 06:44:10 c7e7622c144d: Waiting 06:44:10 4f4fb700ef54: Waiting 06:44:10 b4c3b6d88c5a: Waiting 06:44:10 ba8bce9d2590: Waiting 06:44:10 ca778ea9c289: Waiting 06:44:10 a6c56e8762df: Verifying Checksum 06:44:10 a6c56e8762df: Download complete 06:44:10 #13 ... 06:44:10 06:44:10 #14 [builder 6/7] COPY . . 06:44:10 #14 DONE 0.2s 06:44:10 06:44:10 #13 [stage-1 3/7] RUN apk --no-cache upgrade 06:44:10 #13 0.859 OK: 8 MiB in 16 packages 06:44:10 #13 DONE 1.0s 06:44:10 06:44:10 #15 [builder 7/7] RUN make build 06:44:10 c7e7622c144d: Verifying Checksum 06:44:10 c7e7622c144d: Download complete 06:44:10 4f4fb700ef54: Verifying Checksum 06:44:10 4f4fb700ef54: Download complete 06:44:10 b4c3b6d88c5a: Verifying Checksum 06:44:10 b4c3b6d88c5a: Download complete 06:44:10 94e9d8af2201: Verifying Checksum 06:44:10 94e9d8af2201: Download complete 06:44:10 #15 0.340 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 06:44:11 ca778ea9c289: Verifying Checksum 06:44:11 ca778ea9c289: Download complete 06:44:11 94e9d8af2201: Pull complete 06:44:12 a6c56e8762df: Pull complete 06:44:12 f0f3c8884826: Verifying Checksum 06:44:12 f0f3c8884826: Download complete 06:44:13 ba8bce9d2590: Verifying Checksum 06:44:13 ba8bce9d2590: Download complete 06:44:28 f0f3c8884826: Pull complete 06:44:28 c7e7622c144d: Pull complete 06:44:28 4f4fb700ef54: Pull complete 06:44:28 b4c3b6d88c5a: Pull complete 06:44:35 ba8bce9d2590: Pull complete 06:44:37 ca778ea9c289: Pull complete 06:44:37 Digest: sha256:c70c257f76c0e97c87bd0187f74242a809c0afac30c2d5f44320df1de5715b93 06:44:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 06:44:37 ---> 47b25d7523d1 06:44:37 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 06:44:37 #15 DONE 23.4s 06:44:37 06:44:37 #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt 06:44:37 #16 DONE 0.0s 06:44:37 06:44:37 #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE 06:44:37 #17 DONE 0.0s 06:44:37 06:44:37 #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ 06:44:37 #18 DONE 0.0s 06:44:37 06:44:37 #19 [stage-1 7/7] COPY --from=builder /app/app-service-configurable /app-service-configurable 06:44:37 #19 DONE 0.2s 06:44:37 06:44:37 #20 exporting to image 06:44:37 #20 exporting layers 0.1s done 06:44:37 #20 writing image sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done 06:44:37 #20 naming to docker.io/library/app-service-configurable done 06:44:37 #20 DONE 0.1s 06:44:37 06:44:37 1 warning found (use docker --debug to expand): 06:44:37  - UndefinedVar: Usage of undefined variable '$VERSION' (line 40) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:44:37 provisioning config files... 06:44:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3281522856823315577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:44:37 ---> ****-login.sh 06:44:37 nexus3.edgexfoundry.org:10001 06:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:37 Login Succeeded 06:44:37 nexus3.edgexfoundry.org:10002 06:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:37 Login Succeeded 06:44:37 nexus3.edgexfoundry.org:10003 06:44:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:38 Login Succeeded 06:44:38 nexus3.edgexfoundry.org:10004 06:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:38 Login Succeeded 06:44:38 ****.io 06:44:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:44:38 Login Succeeded 06:44:38 ---> ****-login.sh ends [Pipeline] } 06:44:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:44:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:44:38 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 06:44:38 60d667701c3da78b8984814720c74ae46dfa0d66 06:44:38 latest 06:44:38 4.1.0-dev.2 06:44:38 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:44:38 main 06:44:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 06:44:38 ---> Running in deb61b71006c [Pipeline] sh 06:44:38 Removing intermediate container deb61b71006c 06:44:38 ---> 3a6dde76d357 06:44:38 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 06:44:38 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:39 ---> Running in 853c99806d9d 06:44:39 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 06:44:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 06:44:39 1c1e59cb75f8: Preparing 06:44:39 8a5ad4dcdcab: Preparing 06:44:39 cd145abd994a: Preparing 06:44:39 e45fe944e228: Preparing 06:44:39 65181cd583a3: Preparing 06:44:39 f0b801c5b2ae: Preparing 06:44:39 097100c76c15: Preparing 06:44:39 f0b801c5b2ae: Waiting 06:44:39 097100c76c15: Waiting 06:44:39 8a5ad4dcdcab: Pushed 06:44:39 cd145abd994a: Pushed 06:44:39 e45fe944e228: Pushed 06:44:39 65181cd583a3: Pushed 06:44:39 097100c76c15: Layer already exists 06:44:39 Removing intermediate container 853c99806d9d 06:44:39 ---> a4103d60925a 06:44:39 Step 5/12 : ARG ADD_BUILD_TAGS="" 06:44:39 ---> Running in 2c7abd5fb761 06:44:39 f0b801c5b2ae: Pushed 06:44:39 Removing intermediate container 2c7abd5fb761 06:44:39 ---> 724838443b1f 06:44:39 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:44:39 ---> Running in 374479fac459 06:44:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:44:41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:44:42 OK: 239 MiB in 58 packages 06:44:42 1c1e59cb75f8: Pushed 06:44:42 60d667701c3da78b8984814720c74ae46dfa0d66: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:43 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:43 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 06:44:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 06:44:43 1c1e59cb75f8: Preparing 06:44:43 8a5ad4dcdcab: Preparing 06:44:43 cd145abd994a: Preparing 06:44:43 e45fe944e228: Preparing 06:44:43 65181cd583a3: Preparing 06:44:43 f0b801c5b2ae: Preparing 06:44:43 097100c76c15: Preparing 06:44:43 f0b801c5b2ae: Waiting 06:44:43 097100c76c15: Waiting 06:44:43 8a5ad4dcdcab: Layer already exists 06:44:43 e45fe944e228: Layer already exists 06:44:43 cd145abd994a: Layer already exists 06:44:43 1c1e59cb75f8: Layer already exists 06:44:43 65181cd583a3: Layer already exists 06:44:43 097100c76c15: Layer already exists 06:44:43 f0b801c5b2ae: Layer already exists 06:44:43 latest: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:43 Removing intermediate container 374479fac459 06:44:43 ---> 26b6f41e1917 06:44:43 Step 7/12 : WORKDIR /app 06:44:43 ---> Running in a44fb84581cc 06:44:43 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { 06:44:43 Removing intermediate container a44fb84581cc 06:44:43 ---> 9a0c04b9b10a 06:44:43 Step 8/12 : COPY go.mod vendor* ./ [Pipeline] sh 06:44:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 06:44:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 06:44:44 1c1e59cb75f8: Preparing 06:44:44 8a5ad4dcdcab: Preparing 06:44:44 cd145abd994a: Preparing 06:44:44 e45fe944e228: Preparing 06:44:44 65181cd583a3: Preparing 06:44:44 f0b801c5b2ae: Preparing 06:44:44 097100c76c15: Preparing 06:44:44 f0b801c5b2ae: Waiting 06:44:44 097100c76c15: Waiting 06:44:44 e45fe944e228: Layer already exists 06:44:44 65181cd583a3: Layer already exists 06:44:44 1c1e59cb75f8: Layer already exists 06:44:44 cd145abd994a: Layer already exists 06:44:44 8a5ad4dcdcab: Layer already exists 06:44:44 f0b801c5b2ae: Layer already exists 06:44:44 097100c76c15: Layer already exists 06:44:44 4.1.0-dev.2: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:44 ---> ad740476e287 06:44:44 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:44:44 ---> Running in 42d2fd255549 06:44:44 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:44:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 06:44:44 1c1e59cb75f8: Preparing 06:44:44 8a5ad4dcdcab: Preparing 06:44:44 cd145abd994a: Preparing 06:44:44 e45fe944e228: Preparing 06:44:44 65181cd583a3: Preparing 06:44:44 f0b801c5b2ae: Preparing 06:44:44 097100c76c15: Preparing 06:44:44 097100c76c15: Waiting 06:44:44 f0b801c5b2ae: Waiting 06:44:44 65181cd583a3: Layer already exists 06:44:44 e45fe944e228: Layer already exists 06:44:44 1c1e59cb75f8: Layer already exists 06:44:44 cd145abd994a: Layer already exists 06:44:44 8a5ad4dcdcab: Layer already exists 06:44:44 f0b801c5b2ae: Layer already exists 06:44:44 097100c76c15: Layer already exists 06:44:44 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:45 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:44:45 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 06:44:45 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 06:44:45 1c1e59cb75f8: Preparing 06:44:45 8a5ad4dcdcab: Preparing 06:44:45 cd145abd994a: Preparing 06:44:45 e45fe944e228: Preparing 06:44:45 65181cd583a3: Preparing 06:44:45 f0b801c5b2ae: Preparing 06:44:45 097100c76c15: Preparing 06:44:45 f0b801c5b2ae: Waiting 06:44:45 097100c76c15: Waiting 06:44:45 e45fe944e228: Layer already exists 06:44:45 8a5ad4dcdcab: Layer already exists 06:44:45 1c1e59cb75f8: Layer already exists 06:44:45 65181cd583a3: Layer already exists 06:44:45 cd145abd994a: Layer already exists 06:44:45 f0b801c5b2ae: Layer already exists 06:44:45 097100c76c15: Layer already exists 06:44:45 main: digest: sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:44:45 ===================================================== [Pipeline] echo 06:44:45 taggedImages: 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] echo 06:44:45 ========================================================= 06:44:45 [edgeXBuildMultiArch] RAW Config: 06:44:45 images: 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:44:45 - nexus3.edgexfoundry.org:10004/app-service-configurable:main 06:44:45 settingsFile: 06:44:45 app-service-configurable-settings 06:44:45 ========================================================= [Pipeline] node 06:45:00 Still waiting to schedule task 06:45:00 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-6228’ 06:46:36 Removing intermediate container 42d2fd255549 06:46:36 ---> e2850e77b3db 06:46:36 Step 10/12 : COPY . . 06:46:36 ---> e47c9bdd6833 06:46:36 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:46:36 ---> Running in ae1424783e68 06:46:36 Removing intermediate container ae1424783e68 06:46:36 ---> bea11ccd5cde 06:46:36 Step 12/12 : RUN $MAKE 06:46:36 ---> Running in a3b1a68ae3a4 06:46:36 noop 06:46:36 Removing intermediate container a3b1a68ae3a4 06:46:36 ---> fad8a5356ad5 06:46:36 Successfully built fad8a5356ad5 06:46:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:46:36 + docker inspect -f . ci-base-image-arm64 06:46:36 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:46:36 prd-ubuntu20.04-docker-arm64-4c-16g-6237 does not seem to be running inside a container 06:46:36 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/274 -v /w/workspace/app-service-configurable/274:/w/workspace/app-service-configurable/274:rw,z -v /w/workspace/app-service-configurable/274@tmp:/w/workspace/app-service-configurable/274@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-arm64 cat 06:46:37 $ docker top 657fcf415ed0fa8045169ad1843db86a94ef61c35a8c7cdfd54616f2aec0fffb -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:38 + go version 06:46:38 go version go1.23.9 linux/arm64 [Pipeline] } 06:46:38 $ docker stop --time=1 657fcf415ed0fa8045169ad1843db86a94ef61c35a8c7cdfd54616f2aec0fffb 06:46:40 $ docker rm -f --volumes 657fcf415ed0fa8045169ad1843db86a94ef61c35a8c7cdfd54616f2aec0fffb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:46:41 + docker inspect -f . ci-base-image-arm64 06:46:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:46:41 prd-ubuntu20.04-docker-arm64-4c-16g-6237 does not seem to be running inside a container 06:46:41 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/274 -v /w/workspace/app-service-configurable/274:/w/workspace/app-service-configurable/274:rw,z -v /w/workspace/app-service-configurable/274@tmp:/w/workspace/app-service-configurable/274@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-arm64 cat 06:46:42 $ docker top 2cc501183a1af41a88c68a0e28273041221b95bfcc3a82752821d09a52490b0f -eo pid,comm [Pipeline] { [Pipeline] sh 06:46:42 + git config --global --add safe.directory /w/workspace/app-service-configurable/274 [Pipeline] fileExists [Pipeline] sh 06:46:43 + make test 06:46:43 go test -race -coverprofile=coverage.out ./... 06:47:46 Running on prd-centos7-docker-4c-2g-6238 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:47:46 provisioning config files... 06:47:46 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config18354132478715177768tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:47:47 ---> ****-login.sh 06:47:47 nexus3.edgexfoundry.org:10001 06:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:47 Configure a credential helper to remove this warning. See 06:47:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:47 06:47:47 Login Succeeded 06:47:47 nexus3.edgexfoundry.org:10002 06:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:47 Configure a credential helper to remove this warning. See 06:47:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:47 06:47:47 Login Succeeded 06:47:47 nexus3.edgexfoundry.org:10003 06:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:47 Configure a credential helper to remove this warning. See 06:47:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:47 06:47:47 Login Succeeded 06:47:47 nexus3.edgexfoundry.org:10004 06:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:47 Configure a credential helper to remove this warning. See 06:47:47 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:47 06:47:47 Login Succeeded 06:47:47 ****.io 06:47:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:47:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:47:48 Configure a credential helper to remove this warning. See 06:47:48 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:47:48 06:47:48 Login Succeeded 06:47:48 ---> ****-login.sh ends [Pipeline] } 06:47:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:47:48 + docker buildx ls 06:47:48 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:47:48 default * docker 06:47:48 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:47:48 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 06:47:48 edgex-builder [Pipeline] sh 06:47:49 + docker buildx inspect --bootstrap 06:47:49 #1 [internal] booting buildkit 06:47:49 #1 pulling image moby/buildkit:buildx-stable-1 06:47:52 #1 pulling image moby/buildkit:buildx-stable-1 2.6s done 06:47:52 #1 creating container buildx_buildkit_edgex-builder0 06:47:52 #1 creating container buildx_buildkit_edgex-builder0 0.9s done 06:47:52 #1 DONE 3.5s 06:47:52 Name: edgex-builder 06:47:52 Driver: docker-container 06:47:52 06:47:52 Nodes: 06:47:52 Name: edgex-builder0 06:47:52 Endpoint: unix:///var/run/docker.sock 06:47:52 Status: running 06:47:52 Buildkit: v0.22.0 06:47:52 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 06:47:53 + docker buildx ls 06:47:53 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 06:47:53 edgex-builder * docker-container 06:47:53 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 06:47:53 default docker 06:47:53 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 06:47:53 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 --push - 06:47:53 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66' 06:47:53 #1 [internal] load build definition from Dockerfile 06:47:53 #1 transferring dockerfile: 209B done 06:47:53 #1 DONE 0.0s 06:47:53 06:47:53 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 06:47:53 #2 DONE 0.1s 06:47:53 06:47:53 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 06:47:53 #3 DONE 0.1s 06:47:53 06:47:53 #4 [internal] load .dockerignore 06:47:53 #4 transferring context: 2B done 06:47:53 #4 DONE 0.0s 06:47:53 06:47:53 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:53 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done 06:47:53 #5 DONE 0.0s 06:47:53 06:47:53 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:53 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done 06:47:53 #6 DONE 0.1s 06:47:53 06:47:53 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 06:47:53 #7 DONE 0.0s 06:47:53 06:47:53 #8 exporting to image 06:47:53 #8 exporting layers done 06:47:53 #8 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done 06:47:53 #8 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done 06:47:53 #8 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done 06:47:53 #8 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done 06:47:53 #8 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done 06:47:53 #8 pushing layers 0.1s done 06:47:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 06:47:53 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:47:53 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done 06:47:53 #8 DONE 0.2s 06:47:53 06:47:53 1 warning found (use --debug to expand): 06:47:53  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:47:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest' 06:47:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:latest --push - 06:47:54 #1 [internal] load build definition from Dockerfile 06:47:54 #1 transferring dockerfile: 175B done 06:47:54 #1 DONE 0.0s 06:47:54 06:47:54 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest 06:47:54 #2 DONE 0.0s 06:47:54 06:47:54 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest 06:47:54 #3 DONE 0.0s 06:47:54 06:47:54 #4 [internal] load .dockerignore 06:47:54 #4 transferring context: 2B done 06:47:54 #4 DONE 0.0s 06:47:54 06:47:54 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:54 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 done 06:47:54 #5 CACHED 06:47:54 06:47:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:54 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done 06:47:54 #6 DONE 0.0s 06:47:54 06:47:54 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:54 #6 CACHED 06:47:54 06:47:54 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 06:47:54 #7 DONE 0.0s 06:47:54 06:47:54 #8 exporting to image 06:47:54 #8 exporting layers done 06:47:54 #8 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done 06:47:54 #8 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done 06:47:54 #8 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done 06:47:54 #8 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done 06:47:54 #8 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done 06:47:54 #8 pushing layers 0.0s done 06:47:54 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done 06:47:54 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:47:54 #8 DONE 0.1s 06:47:54 06:47:54 1 warning found (use --debug to expand): 06:47:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:47:54 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 --push - 06:47:54 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2' 06:47:54 #1 [internal] load build definition from Dockerfile 06:47:54 #1 transferring dockerfile: 180B done 06:47:54 #1 DONE 0.0s 06:47:54 06:47:54 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 06:47:54 #2 DONE 0.0s 06:47:54 06:47:54 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 06:47:54 #3 DONE 0.0s 06:47:54 06:47:54 #4 [internal] load .dockerignore 06:47:54 #4 transferring context: 2B done 06:47:54 #4 DONE 0.0s 06:47:54 06:47:54 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:54 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done 06:47:54 #5 CACHED 06:47:54 06:47:54 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:54 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done 06:47:54 #6 CACHED 06:47:54 06:47:54 #7 exporting to image 06:47:54 #7 exporting layers done 06:47:54 #7 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done 06:47:54 #7 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 06:47:54 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:47:54 #7 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done 06:47:54 #7 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done 06:47:54 #7 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done 06:47:54 #7 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done 06:47:54 #7 pushing layers 0.0s done 06:47:54 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done 06:47:54 #7 DONE 0.1s 06:47:54 06:47:54 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 06:47:54 #8 DONE 0.0s 06:47:54 06:47:54 1 warning found (use --debug to expand): 06:47:54  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:47:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 --push - 06:47:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2' 06:47:55 #1 [internal] load build definition from Dockerfile 06:47:55 #1 transferring dockerfile: 221B done 06:47:55 #1 DONE 0.0s 06:47:55 06:47:55 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:47:55 #2 DONE 0.0s 06:47:55 06:47:55 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:47:55 #3 DONE 0.0s 06:47:55 06:47:55 #4 [internal] load .dockerignore 06:47:55 #4 transferring context: 2B done 06:47:55 #4 DONE 0.0s 06:47:55 06:47:55 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:55 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done 06:47:55 #5 CACHED 06:47:55 06:47:55 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:55 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done 06:47:55 #6 CACHED 06:47:55 06:47:55 #7 exporting to image 06:47:55 #7 exporting layers done 06:47:55 #7 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done 06:47:55 #7 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done 06:47:55 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:47:55 #7 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done 06:47:55 #7 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done 06:47:55 #7 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done 06:47:55 #7 pushing layers 0.0s done 06:47:55 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done 06:47:55 #7 DONE 0.1s 06:47:55 06:47:55 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 06:47:55 #8 DONE 0.0s 06:47:55 06:47:55 1 warning found (use --debug to expand): 06:47:55  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 06:47:55 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main' 06:47:55 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:main --push - 06:47:56 #1 [internal] load build definition from Dockerfile 06:47:56 #1 transferring dockerfile: 173B done 06:47:56 #1 DONE 0.0s 06:47:56 06:47:56 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main 06:47:56 #2 DONE 0.0s 06:47:56 06:47:56 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main 06:47:56 #3 DONE 0.0s 06:47:56 06:47:56 #4 [internal] load .dockerignore 06:47:56 #4 transferring context: 2B done 06:47:56 #4 DONE 0.0s 06:47:56 06:47:56 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:56 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 done 06:47:56 #5 CACHED 06:47:56 06:47:56 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 06:47:56 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cb7b9d495d22dd8a2aef6bd8fa5dfc377a34e09e96f97723f176de69dbed99f1 0.0s done 06:47:56 #6 CACHED 06:47:56 06:47:56 #7 exporting to image 06:47:56 #7 exporting layers done 06:47:56 #7 exporting manifest sha256:c458af5104587828c82608fbf72e72b10aa6dee4dcb5639f1be9496b30f3d4a1 done 06:47:56 #7 exporting config sha256:c0e66e0bfe61ab0219d9df1ef4eda649da9a3f435ee9ac46d4d868998e56aa12 done 06:47:56 #7 exporting manifest sha256:58a9be4ae32f05fd4301fbbc8c6f4d92f98880d57e74e8fa70289070771dbaaa done 06:47:56 #7 exporting config sha256:af814069658c295faa7953cc50407fc2968d4c3d81c5dc2f4480e688c00f97e3 done 06:47:56 #7 exporting manifest list sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 done 06:47:56 #7 pushing layers 0.0s done 06:47:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 06:47:56 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 06:47:56 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:849b993c9a6f22fa8e712844b777a899e5aaf90720090bc37b984692c180bf50 0.1s done 06:47:56 #7 DONE 0.1s 06:47:56 06:47:56 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 06:47:56 #8 DONE 0.0s 06:47:56 06:47:56 1 warning found (use --debug to expand): 06:47:56  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 06:47:56 + '[' -d /w/workspace/ry_app-service-configurable_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 06:47:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:47:57 ---> package-listing.sh 06:47:57 ++ facter osfamily 06:47:57 ++ tr '[:upper:]' '[:lower:]' 06:47:57 + OS_FAMILY=redhat 06:47:57 + workspace=/w/workspace/ry_app-service-configurable_main 06:47:57 + START_PACKAGES=/tmp/packages_start.txt 06:47:57 + END_PACKAGES=/tmp/packages_end.txt 06:47:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:47:57 + PACKAGES=/tmp/packages_start.txt 06:47:57 + '[' /w/workspace/ry_app-service-configurable_main ']' 06:47:57 + PACKAGES=/tmp/packages_end.txt 06:47:57 + case "${OS_FAMILY}" in 06:47:57 + sort 06:47:57 + rpm -qa 06:47:58 + '[' -f /tmp/packages_start.txt ']' 06:47:58 + '[' -f /tmp/packages_end.txt ']' 06:47:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:47:58 + '[' /w/workspace/ry_app-service-configurable_main ']' 06:47:58 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 06:47:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 06:47:58 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:47:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:47:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:47:59 06:47:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:47:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:47:59 latest: Pulling from edgex-lftools-log-publisher 06:47:59 5eb5b503b376: Pulling fs layer 06:47:59 5c69ac0246d0: Pulling fs layer 06:47:59 ec43610c2a17: Pulling fs layer 06:47:59 3a2ae6a8a46f: Pulling fs layer 06:47:59 33b1e0a273af: Pulling fs layer 06:47:59 5d3b04190fa2: Pulling fs layer 06:47:59 2f39f015ded8: Pulling fs layer 06:47:59 33b1e0a273af: Waiting 06:47:59 5d3b04190fa2: Waiting 06:47:59 2f39f015ded8: Waiting 06:47:59 3a2ae6a8a46f: Waiting 06:47:59 5c69ac0246d0: Verifying Checksum 06:47:59 5c69ac0246d0: Download complete 06:47:59 3a2ae6a8a46f: Verifying Checksum 06:47:59 3a2ae6a8a46f: Download complete 06:47:59 ec43610c2a17: Verifying Checksum 06:47:59 ec43610c2a17: Download complete 06:47:59 33b1e0a273af: Verifying Checksum 06:47:59 33b1e0a273af: Download complete 06:47:59 5d3b04190fa2: Verifying Checksum 06:47:59 5d3b04190fa2: Download complete 06:47:59 5eb5b503b376: Verifying Checksum 06:47:59 5eb5b503b376: Download complete 06:48:00 2f39f015ded8: Download complete 06:48:00 5eb5b503b376: Pull complete 06:48:01 5c69ac0246d0: Pull complete 06:48:01 ec43610c2a17: Pull complete 06:48:01 3a2ae6a8a46f: Pull complete 06:48:01 33b1e0a273af: Pull complete 06:48:01 5d3b04190fa2: Pull complete 06:48:06 2f39f015ded8: Pull complete 06:48:06 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:48:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:48:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:48:06 prd-centos7-docker-4c-2g-6238 does not seem to be running inside a container 06:48:06 $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_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 06:48:09 $ docker top ff960ce34fab16e362cf84793a8714d108521b5b7a4d5f8f49c3dd702610f29a -eo pid,comm [Pipeline] { [Pipeline] sh 06:48:09 + touch /tmp/pre-build-complete [Pipeline] sh 06:48:09 + mkdir -p /var/log/sysstat [Pipeline] sh 06:48:10 + ls /var/log/sa-host 06:48:10 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:48:10 provisioning config files... 06:48:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8975570020744091777tmp [Pipeline] { [Pipeline] echo 06:48:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:48:10 ---> create-netrc.sh [Pipeline] } 06:48:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 06:48:10 ---> python-tools-install.sh [Pipeline] echo 06:48:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:48:11 ---> sudo-logs.sh 06:48:11 Archiving 'sudo' log.. 06:48:11 sudo: unable to resolve host prd-centos7-docker-4c-2g-6238.novalocal: Name or service not known 06:48:11 sudo: unable to resolve host prd-centos7-docker-4c-2g-6238.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 06:48:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:48:11 ---> job-cost.sh 06:48:11 lf-activate-venv: SKIPPING 06:48:11 INFO: No Stack... 06:48:11 INFO: Retrieving Pricing Info for: v3-standard-2 06:48:12 INFO: Archiving Costs [Pipeline] echo 06:48:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:48:12 ---> logs-deploy.sh 06:48:12 lf-activate-venv: SKIPPING 06:48:12 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/274 06:48:12 INFO: archiving workspace using pattern(s): 06:48:13 Archives upload complete. 06:48:13 INFO: archiving logs to Nexus 06:48:14 ---> uname -a: 06:48:14 Linux prd-centos7-docker-4c-2g-6238.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 06:48:14 06:48:14 06:48:14 ---> lscpu: 06:48:14 Architecture: x86_64 06:48:14 CPU op-mode(s): 32-bit, 64-bit 06:48:14 Byte Order: Little Endian 06:48:14 Address sizes: 40 bits physical, 48 bits virtual 06:48:14 CPU(s): 2 06:48:14 On-line CPU(s) list: 0,1 06:48:14 Thread(s) per core: 1 06:48:14 Core(s) per socket: 1 06:48:14 Socket(s): 2 06:48:14 NUMA node(s): 1 06:48:14 Vendor ID: AuthenticAMD 06:48:14 CPU family: 23 06:48:14 Model: 49 06:48:14 Model name: AMD EPYC-Rome Processor 06:48:14 Stepping: 0 06:48:14 CPU MHz: 2799.998 06:48:14 BogoMIPS: 5599.99 06:48:14 Virtualization: AMD-V 06:48:14 Hypervisor vendor: KVM 06:48:14 Virtualization type: full 06:48:14 L1d cache: 64 KiB 06:48:14 L1i cache: 64 KiB 06:48:14 L2 cache: 1 MiB 06:48:14 L3 cache: 32 MiB 06:48:14 NUMA node0 CPU(s): 0,1 06:48:14 Vulnerability Itlb multihit: Not affected 06:48:14 Vulnerability L1tf: Not affected 06:48:14 Vulnerability Mds: Not affected 06:48:14 Vulnerability Meltdown: Not affected 06:48:14 Vulnerability Mmio stale data: Not affected 06:48:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:48:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:48:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:48:14 Vulnerability Srbds: Not affected 06:48:14 Vulnerability Tsx async abort: Not affected 06:48:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr arat npt nrip_save umip spec_ctrl intel_stibp arch_capabilities 06:48:14 06:48:14 06:48:14 ---> nproc: 06:48:14 2 06:48:14 06:48:14 06:48:14 ---> df -h: 06:48:14 Filesystem Size Used Avail Use% Mounted on 06:48:14 overlay 40G 7.3G 33G 19% / 06:48:14 tmpfs 64M 0 64M 0% /dev 06:48:14 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 06:48:14 shm 64M 0 64M 0% /dev/shm 06:48:14 /dev/vda1 40G 7.3G 33G 19% /facter-os 06:48:14 06:48:14 06:48:14 Cannot open /var/log/sysstat/sa04: No such file or directory 06:48:14 Please check if data collecting is enabled 06:48:14 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:48:14 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 06:48:14 $ docker stop --time=1 ff960ce34fab16e362cf84793a8714d108521b5b7a4d5f8f49c3dd702610f29a 06:48:15 $ docker rm -f --volumes ff960ce34fab16e362cf84793a8714d108521b5b7a4d5f8f49c3dd702610f29a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 06:48:15 [WS-CLEANUP] Deleting project workspace... 06:48:15 [WS-CLEANUP] Deferred wipeout is used... 06:48:15 [WS-CLEANUP] done [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:48:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:48:16 06:48:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:48:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:48:16 latest: Pulling from edgex-lftools-log-publisher 06:48:16 5eb5b503b376: Pulling fs layer 06:48:16 5c69ac0246d0: Pulling fs layer 06:48:16 ec43610c2a17: Pulling fs layer 06:48:16 3a2ae6a8a46f: Pulling fs layer 06:48:16 33b1e0a273af: Pulling fs layer 06:48:16 5d3b04190fa2: Pulling fs layer 06:48:16 2f39f015ded8: Pulling fs layer 06:48:16 5d3b04190fa2: Waiting 06:48:16 33b1e0a273af: Waiting 06:48:16 2f39f015ded8: Waiting 06:48:16 3a2ae6a8a46f: Waiting 06:48:16 5c69ac0246d0: Verifying Checksum 06:48:16 5c69ac0246d0: Download complete 06:48:16 3a2ae6a8a46f: Verifying Checksum 06:48:16 3a2ae6a8a46f: Download complete 06:48:16 33b1e0a273af: Verifying Checksum 06:48:16 33b1e0a273af: Download complete 06:48:16 ec43610c2a17: Verifying Checksum 06:48:16 ec43610c2a17: Download complete 06:48:16 5d3b04190fa2: Verifying Checksum 06:48:16 5d3b04190fa2: Download complete 06:48:16 5eb5b503b376: Verifying Checksum 06:48:16 5eb5b503b376: Download complete 06:48:18 2f39f015ded8: Download complete 06:48:19 5eb5b503b376: Pull complete 06:48:19 5c69ac0246d0: Pull complete 06:48:19 ec43610c2a17: Pull complete 06:48:19 3a2ae6a8a46f: Pull complete 06:48:19 33b1e0a273af: Pull complete 06:48:19 5d3b04190fa2: Pull complete 06:48:26 2f39f015ded8: Pull complete 06:48:26 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 06:48:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 06:48:26 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:48:26 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 06:48:26 $ 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/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 06:48:28 $ docker top b7fd5c4bd3829c2cd31d2091026092b5bd9fa2c859db68cecb5aedfb9c76be88 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:48:29 ---> job-cost.sh 06:48:29 lf-activate-venv: SKIPPING 06:48:29 INFO: No Stack... 06:48:29 INFO: Retrieving Pricing Info for: v3-standard-8 06:48:29 INFO: Archiving Costs [Pipeline] sh 06:48:29 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 06:48:29 + cut -d, -f6 [Pipeline] lock 06:48:29 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] 06:48:29 Resource [jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] did not exist. Created. 06:48:29 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:48:30 + echo total: 0.2199999988079071 [Pipeline] stash 06:48:30 Stashed 1 file(s) [Pipeline] } 06:48:30 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [Pipeline] // lock [Pipeline] } 06:48:30 $ docker stop --time=1 b7fd5c4bd3829c2cd31d2091026092b5bd9fa2c859db68cecb5aedfb9c76be88 06:48:31 $ docker rm -f --volumes b7fd5c4bd3829c2cd31d2091026092b5bd9fa2c859db68cecb5aedfb9c76be88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:51:20 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 06:51:20 WARNING: Linting skipped (not on x86_64 or linter not installed) 06:51:20 go vet ./... 06:54:42 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 06:54:42 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 06:54:42 ./bin/test-attribution-txt.sh 06:54:42 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 06:54:42 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 06:54:42 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 06:54:42 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 06:54:42 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 06:54:42 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 06:54:42 $ docker stop --time=1 2cc501183a1af41a88c68a0e28273041221b95bfcc3a82752821d09a52490b0f 06:54:44 $ docker rm -f --volumes 2cc501183a1af41a88c68a0e28273041221b95bfcc3a82752821d09a52490b0f [Pipeline] // withDockerContainer [Pipeline] sh 06:54:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:54:46 Warning: overwriting stash ‘coverage-report’ 06:54:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:54:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:54:47 + ls -al . 06:54:47 total 244 06:54:47 drwxrwxr-x 6 jenkins jenkins 4096 Aug 4 06:46 . 06:54:47 drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 06:43 .. 06:54:47 -rw-rw-r-- 1 jenkins jenkins 119 Aug 4 06:44 .dockerignore 06:54:47 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 06:44 .git 06:54:47 drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 06:44 .github 06:54:47 -rw-rw-r-- 1 jenkins jenkins 108 Aug 4 06:44 .gitignore 06:54:47 -rw-rw-r-- 1 jenkins jenkins 41 Aug 4 06:44 .golangci.yml 06:54:47 -rw-rw-r-- 1 jenkins jenkins 16550 Aug 4 06:44 Attribution.txt 06:54:47 -rw-rw-r-- 1 jenkins jenkins 39309 Aug 4 06:44 CHANGELOG.md 06:54:47 -rw-rw-r-- 1 jenkins jenkins 2008 Aug 4 06:44 Dockerfile 06:54:47 -rw-rw-r-- 1 jenkins jenkins 677 Aug 4 06:44 GOVERNANCE.md 06:54:47 -rw-rw-r-- 1 jenkins jenkins 666 Aug 4 06:44 Jenkinsfile 06:54:47 -rw-rw-r-- 1 jenkins jenkins 10174 Aug 4 06:44 LICENSE 06:54:47 -rw-rw-r-- 1 jenkins jenkins 618 Aug 4 06:44 OWNERS.md 06:54:47 -rw-rw-r-- 1 jenkins jenkins 4952 Aug 4 06:44 README.md 06:54:47 -rw-rw-r-- 1 jenkins jenkins 11 Aug 4 06:42 VERSION 06:54:47 drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 06:44 bin 06:54:47 -rw-r--r-- 1 jenkins jenkins 953 Aug 4 06:51 coverage.out 06:54:47 -rw-rw-r-- 1 jenkins jenkins 6527 Aug 4 06:44 go.mod 06:54:47 -rw-rw-r-- 1 jenkins jenkins 88208 Aug 4 06:44 go.sum 06:54:47 -rw-rw-r-- 1 jenkins jenkins 1937 Aug 4 06:44 main.go 06:54:47 -rw-rw-r-- 1 jenkins jenkins 3362 Aug 4 06:44 makefile 06:54:47 drwxrwxr-x 9 jenkins jenkins 4096 Aug 4 06:44 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:54:48 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=60d667701c3da78b8984814720c74ae46dfa0d66 --label arch=arm64 --label version=4.1.0-dev.2 . 06:54:48 Sending build context to Docker daemon 225.8kB 06:54:48 Step 1/27 : ARG BASE=golang:1.23-alpine3.20 06:54:48 Step 2/27 : FROM ${BASE} AS builder 06:54:48 ---> fad8a5356ad5 06:54:48 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 06:54:48 ---> Running in 4eeeeedc9dbc 06:54:48 Removing intermediate container 4eeeeedc9dbc 06:54:48 ---> 5519047f6712 06:54:48 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 06:54:48 ---> Running in 63b8dffcf4f0 06:54:49 Removing intermediate container 63b8dffcf4f0 06:54:49 ---> 79a21de9b14b 06:54:49 Step 5/27 : ARG ADD_BUILD_TAGS="" 06:54:49 ---> Running in 0e31dcd50f4b 06:54:49 Removing intermediate container 0e31dcd50f4b 06:54:49 ---> 16a011c3b04e 06:54:49 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 06:54:49 ---> Running in 7aa86711f69b 06:54:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:54:51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:54:52 OK: 239 MiB in 58 packages 06:54:53 Removing intermediate container 7aa86711f69b 06:54:53 ---> 7499e9dc3825 06:54:53 Step 7/27 : WORKDIR /app 06:54:53 ---> Running in fe07838c7688 06:54:53 Removing intermediate container fe07838c7688 06:54:53 ---> 354241fa612c 06:54:53 Step 8/27 : COPY go.mod vendor* ./ 06:54:54 ---> 335eab0c3c4c 06:54:54 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 06:54:54 ---> Running in 7fca6e1559b4 06:54:56 Removing intermediate container 7fca6e1559b4 06:54:56 ---> b37129d59ea5 06:54:56 Step 10/27 : COPY . . 06:54:57 ---> 7e4573eaed62 06:54:57 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 06:54:57 ---> Running in ed7df10b1a18 06:54:57 Removing intermediate container ed7df10b1a18 06:54:57 ---> 94fb5ef4cb9b 06:54:57 Step 12/27 : RUN $MAKE 06:54:57 ---> Running in 230c8c9b0539 06:54:58 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.SDKVersion=4.1.0-dev.19 -X github.com/edgexfoundry/app-functions-sdk-go/v4/internal.ApplicationVersion=4.1.0-dev.2 -bindnow" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 06:58:36 Removing intermediate container 230c8c9b0539 06:58:36 ---> f35beee9cabe 06:58:36 Step 13/27 : FROM alpine:3.20 06:58:36 3.20: Pulling from library/alpine 06:58:36 13e713f82565: Pulling fs layer 06:58:36 13e713f82565: Verifying Checksum 06:58:36 13e713f82565: Download complete 06:58:36 13e713f82565: Pull complete 06:58:36 Digest: sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 06:58:36 Status: Downloaded newer image for alpine:3.20 06:58:36 ---> c88e9dceb6cb 06:58:36 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 06:58:36 ---> Running in d42bf519fe43 06:58:36 Removing intermediate container d42bf519fe43 06:58:36 ---> d22efce758c9 06:58:36 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 06:58:36 ---> Running in 7fd6c60deff1 06:58:36 Removing intermediate container 7fd6c60deff1 06:58:36 ---> 8b580b775851 06:58:36 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 06:58:36 ---> Running in 647285ee4ce0 06:58:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:58:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:58:36 (1/2) Installing ca-certificates (20250619-r0) 06:58:36 (2/2) Installing dumb-init (1.2.5-r3) 06:58:36 Executing busybox-1.36.1-r29.trigger 06:58:36 Executing ca-certificates-20250619-r0.trigger 06:58:36 OK: 10 MiB in 16 packages 06:58:36 Removing intermediate container 647285ee4ce0 06:58:36 ---> eab5af188a8e 06:58:36 Step 17/27 : RUN apk --no-cache upgrade 06:58:36 ---> Running in 1fbfd525ae22 06:58:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/aarch64/APKINDEX.tar.gz 06:58:36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/aarch64/APKINDEX.tar.gz 06:58:37 OK: 10 MiB in 16 packages 06:58:38 Removing intermediate container 1fbfd525ae22 06:58:38 ---> a7c6c757c66f 06:58:38 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 06:58:39 ---> 6997813fc632 06:58:39 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 06:58:39 ---> 3d7d948438fc 06:58:39 Step 20/27 : COPY --from=builder /app/res/ /res/ 06:58:39 ---> c4e54251f6bb 06:58:39 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 06:58:41 ---> 2248b0fda83c 06:58:41 Step 22/27 : EXPOSE 48095 06:58:42 ---> Running in 8a49f9b3ea43 06:58:42 Removing intermediate container 8a49f9b3ea43 06:58:42 ---> 03628b7ecd95 06:58:42 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 06:58:42 ---> Running in b9a15be7888b 06:58:42 Removing intermediate container b9a15be7888b 06:58:42 ---> f721e46a8d69 06:58:42 Step 24/27 : CMD ["-cp=keeper.http://edgex-core-keeper:59890", "--registry"] 06:58:42 ---> Running in ca488e513c74 06:58:43 Removing intermediate container ca488e513c74 06:58:43 ---> fb238ddd0daf 06:58:43 Step 25/27 : LABEL arch=arm64 06:58:43 ---> Running in 9bc46c9a4de3 06:58:43 Removing intermediate container 9bc46c9a4de3 06:58:43 ---> 589f74cd0e76 06:58:43 Step 26/27 : LABEL git_sha=60d667701c3da78b8984814720c74ae46dfa0d66 06:58:43 ---> Running in 04815ccf01a7 06:58:43 Removing intermediate container 04815ccf01a7 06:58:43 ---> 30c1acc743eb 06:58:43 Step 27/27 : LABEL version=4.1.0-dev.2 06:58:44 ---> Running in 9c8f8c29b8ad 06:58:44 Removing intermediate container 9c8f8c29b8ad 06:58:44 ---> 3f4050e87d4a 06:58:44 [Warning] One or more build-args [ARCH] were not consumed 06:58:44 Successfully built 3f4050e87d4a 06:58:44 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:58:44 provisioning config files... 06:58:44 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/274@tmp/config16947648994851008611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:58:44 ---> ****-login.sh 06:58:44 nexus3.edgexfoundry.org:10001 06:58:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:45 Configure a credential helper to remove this warning. See 06:58:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:45 06:58:45 Login Succeeded 06:58:45 nexus3.edgexfoundry.org:10002 06:58:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:45 Configure a credential helper to remove this warning. See 06:58:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:45 06:58:45 Login Succeeded 06:58:45 nexus3.edgexfoundry.org:10003 06:58:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:45 Configure a credential helper to remove this warning. See 06:58:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:45 06:58:45 Login Succeeded 06:58:45 nexus3.edgexfoundry.org:10004 06:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:46 Configure a credential helper to remove this warning. See 06:58:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:46 06:58:46 Login Succeeded 06:58:46 ****.io 06:58:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:58:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 06:58:46 Configure a credential helper to remove this warning. See 06:58:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 06:58:46 06:58:46 Login Succeeded 06:58:46 ---> ****-login.sh ends [Pipeline] } 06:58:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:58:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 06:58:46 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 06:58:46 60d667701c3da78b8984814720c74ae46dfa0d66 06:58:46 latest 06:58:46 4.1.0-dev.2 06:58:46 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:58:46 main 06:58:46 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:47 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66 06:58:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 06:58:47 5257163bded3: Preparing 06:58:47 ab04388678d6: Preparing 06:58:47 937d687ff267: Preparing 06:58:47 3a42cdf05c1a: Preparing 06:58:47 b6f23e2da43c: Preparing 06:58:47 84650a70057e: Preparing 06:58:47 1e890da81ec9: Preparing 06:58:47 84650a70057e: Waiting 06:58:47 1e890da81ec9: Waiting 06:58:47 937d687ff267: Pushed 06:58:47 3a42cdf05c1a: Pushed 06:58:47 b6f23e2da43c: Pushed 06:58:47 ab04388678d6: Pushed 06:58:47 1e890da81ec9: Layer already exists 06:58:48 84650a70057e: Pushed 06:58:56 5257163bded3: Pushed 06:58:56 60d667701c3da78b8984814720c74ae46dfa0d66: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:56 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:57 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 06:58:57 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 06:58:57 5257163bded3: Preparing 06:58:57 ab04388678d6: Preparing 06:58:57 937d687ff267: Preparing 06:58:57 3a42cdf05c1a: Preparing 06:58:57 b6f23e2da43c: Preparing 06:58:57 84650a70057e: Preparing 06:58:57 1e890da81ec9: Preparing 06:58:57 84650a70057e: Waiting 06:58:57 1e890da81ec9: Waiting 06:58:57 3a42cdf05c1a: Layer already exists 06:58:57 937d687ff267: Layer already exists 06:58:57 ab04388678d6: Layer already exists 06:58:57 b6f23e2da43c: Layer already exists 06:58:57 5257163bded3: Layer already exists 06:58:57 84650a70057e: Layer already exists 06:58:57 1e890da81ec9: Layer already exists 06:58:57 latest: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:57 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:58 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.2 06:58:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 06:58:58 5257163bded3: Preparing 06:58:58 ab04388678d6: Preparing 06:58:58 937d687ff267: Preparing 06:58:58 3a42cdf05c1a: Preparing 06:58:58 b6f23e2da43c: Preparing 06:58:58 84650a70057e: Preparing 06:58:58 1e890da81ec9: Preparing 06:58:58 1e890da81ec9: Waiting 06:58:58 84650a70057e: Waiting 06:58:58 5257163bded3: Layer already exists 06:58:58 b6f23e2da43c: Layer already exists 06:58:58 ab04388678d6: Layer already exists 06:58:58 3a42cdf05c1a: Layer already exists 06:58:58 937d687ff267: Layer already exists 06:58:58 84650a70057e: Layer already exists 06:58:58 1e890da81ec9: Layer already exists 06:58:58 4.1.0-dev.2: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:58 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:58 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:58:58 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 06:58:58 5257163bded3: Preparing 06:58:58 ab04388678d6: Preparing 06:58:58 937d687ff267: Preparing 06:58:58 3a42cdf05c1a: Preparing 06:58:58 b6f23e2da43c: Preparing 06:58:58 84650a70057e: Preparing 06:58:58 1e890da81ec9: Preparing 06:58:58 1e890da81ec9: Waiting 06:58:58 84650a70057e: Waiting 06:58:58 3a42cdf05c1a: Layer already exists 06:58:58 5257163bded3: Layer already exists 06:58:58 937d687ff267: Layer already exists 06:58:58 ab04388678d6: Layer already exists 06:58:58 b6f23e2da43c: Layer already exists 06:58:58 1e890da81ec9: Layer already exists 06:58:58 84650a70057e: Layer already exists 06:58:58 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:59 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:58:59 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 06:58:59 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 06:58:59 5257163bded3: Preparing 06:58:59 ab04388678d6: Preparing 06:58:59 937d687ff267: Preparing 06:58:59 3a42cdf05c1a: Preparing 06:58:59 b6f23e2da43c: Preparing 06:58:59 84650a70057e: Preparing 06:58:59 1e890da81ec9: Preparing 06:58:59 84650a70057e: Waiting 06:58:59 1e890da81ec9: Waiting 06:58:59 937d687ff267: Layer already exists 06:58:59 5257163bded3: Layer already exists 06:58:59 b6f23e2da43c: Layer already exists 06:58:59 3a42cdf05c1a: Layer already exists 06:58:59 ab04388678d6: Layer already exists 06:58:59 1e890da81ec9: Layer already exists 06:58:59 84650a70057e: Layer already exists 06:58:59 main: digest: sha256:278701c11244fbac431c7394e9f5b9e766159c84695277f98317097fb9908e83 size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 06:58:59 ===================================================== [Pipeline] echo 06:58:59 taggedImages: 06:58:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66 06:58:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 06:58:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.2 06:58:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 06:58:59 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] echo 06:58:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 06:58:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] echo 06:58:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4.1.0-dev.2 [Pipeline] echo 06:58:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 [Pipeline] echo 06:58:59 Skip building multi-arch image for nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:59:00 06:59:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:59:00 arm64: Pulling from edgex-lftools-log-publisher 06:59:00 8998bd30e6a1: Pulling fs layer 06:59:00 04944245beec: Pulling fs layer 06:59:00 699f458cf7ca: Pulling fs layer 06:59:00 765212b225bb: Pulling fs layer 06:59:00 f23df028b6ca: Pulling fs layer 06:59:00 d65c8cfc05b1: Pulling fs layer 06:59:00 2437ff75d9bd: Pulling fs layer 06:59:00 f23df028b6ca: Waiting 06:59:00 d65c8cfc05b1: Waiting 06:59:00 2437ff75d9bd: Waiting 06:59:00 04944245beec: Verifying Checksum 06:59:00 04944245beec: Download complete 06:59:00 765212b225bb: Verifying Checksum 06:59:00 765212b225bb: Download complete 06:59:00 f23df028b6ca: Download complete 06:59:00 d65c8cfc05b1: Download complete 06:59:01 699f458cf7ca: Verifying Checksum 06:59:01 699f458cf7ca: Download complete 06:59:01 8998bd30e6a1: Verifying Checksum 06:59:01 8998bd30e6a1: Download complete 06:59:04 2437ff75d9bd: Verifying Checksum 06:59:04 2437ff75d9bd: Download complete 06:59:06 8998bd30e6a1: Pull complete 06:59:07 04944245beec: Pull complete 06:59:08 699f458cf7ca: Pull complete 06:59:08 765212b225bb: Pull complete 06:59:09 f23df028b6ca: Pull complete 06:59:09 d65c8cfc05b1: Pull complete 06:59:27 2437ff75d9bd: Pull complete 06:59:27 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 06:59:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 06:59:27 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:59:28 prd-ubuntu20.04-docker-arm64-4c-16g-6237 does not seem to be running inside a container 06:59:28 $ 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/app-service-configurable/274 -v /w/workspace/app-service-configurable/274:/w/workspace/app-service-configurable/274:rw,z -v /w/workspace/app-service-configurable/274@tmp:/w/workspace/app-service-configurable/274@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:arm64 cat 06:59:30 $ docker top d96f13a221772beb2097c327461c3280f60b362eb293f64c7f1497a9b18e96d5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:59:31 ---> job-cost.sh 06:59:31 lf-activate-venv: SKIPPING 06:59:31 INFO: No Stack... 06:59:31 INFO: Retrieving Pricing Info for: v3-standard-4 06:59:32 INFO: Archiving Costs [Pipeline] sh 06:59:33 + cat /w/workspace/app-service-configurable/274/archives/cost.csv 06:59:33 + cut -d, -f6 [Pipeline] lock 06:59:33 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] 06:59:33 Resource [jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] did not exist. Created. 06:59:33 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:59:34 /w/workspace/app-service-configurable/274@tmp/durable-72e73ca3/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 06:59:34 + echo total: 0.10999999940395355 [Pipeline] stash 06:59:34 Warning: overwriting stash ‘stack-cost’ 06:59:34 Stashed 1 file(s) [Pipeline] } 06:59:34 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-274-stack-cost] [Pipeline] // lock [Pipeline] } 06:59:35 $ docker stop --time=1 d96f13a221772beb2097c327461c3280f60b362eb293f64c7f1497a9b18e96d5 06:59:36 $ docker rm -f --volumes d96f13a221772beb2097c327461c3280f60b362eb293f64c7f1497a9b18e96d5 [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 06:59:37 provisioning config files... 06:59:37 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config13182812806938734932tmp [Pipeline] { [Pipeline] sh 06:59:37 + set +x 06:59:37 + curl -s https://codecov.io/bash 06:59:37 + bash -s -- 06:59:37 06:59:37 _____ _ 06:59:37 / ____| | | 06:59:37 | | ___ __| | ___ ___ _____ __ 06:59:37 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:59:37 | |___| (_) | (_| | __/ (_| (_) \ V / 06:59:37 \_____\___/ \__,_|\___|\___\___/ \_/ 06:59:37 Bash-1.0.6 06:59:37 06:59:37 06:59:37 ==> git version 2.25.1 found 06:59:37 ==> 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 06:59:37 Release-Date: 2020-01-08 06:59:37 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 06:59:37 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 06:59:37 ==> Jenkins CI detected. 06:59:37 current dir:  /w/workspace/ry_app-service-configurable_main 06:59:37 project root: . 06:59:37 --> token set from env 06:59:37 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:59:37 ==> Running gcov in . (disable via -X gcov) 06:59:37 ==> Python coveragepy not found 06:59:37 ==> Searching for coverage reports in: 06:59:37 + . 06:59:37 -> Found 1 reports 06:59:37 ==> Detecting git/mercurial file structure 06:59:37 ==> Reading reports 06:59:37 + ./coverage.out bytes=953 06:59:37 ==> Appending adjustments 06:59:37 https://docs.codecov.io/docs/fixing-reports 06:59:37 + Found adjustments 06:59:37 ==> Gzipping contents 06:59:37 4.0K /tmp/codecov.hSATQv.gz 06:59:37 ==> Uploading reports 06:59:37 url: https://codecov.io 06:59:37 query: branch=main&commit=60d667701c3da78b8984814720c74ae46dfa0d66&build=274&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F274%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 06:59:37 -> Pinging Codecov 06:59:37 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=main&commit=60d667701c3da78b8984814720c74ae46dfa0d66&build=274&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F274%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 06:59:37 -> Uploading to 06:59:37 https://storage.googleapis.com/codecov-production/shelter/v4/github/edgexfoundry/app-service-configurable/60d667701c3da78b8984814720c74ae46dfa0d66/ff241643-082f-47d0-96cd-e77589eeef5d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJWQHUGIBILH4J7Q6ZUSCIFNEOLYSNDS7L3B4N5SIBQ2J4YLYE5CRFCD%2F20250804%2Fus%2Fs3%2Faws4_request&X-Amz-Date=20250804T065937Z&X-Amz-Expires=120&X-Amz-SignedHeaders=host&X-Amz-Signature=97d9c1fcaa7d73646a86916a9d39fae957a6d5087797806fb694f8294fb9e868 06:59:37 % Total % Received % Xferd Average Speed Time Time Time Current 06:59:37 Dload Upload Total Spent Left Speed 06:59:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 384 0 0 100 384 0 2493 --:--:-- --:--:-- --:--:-- 2493 06:59:38 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] } 06:59:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 06:59:38 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 06:59:38 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:59:38 06:59:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 06:59:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:59:39 latest: Pulling from edgex-devops/edgex-snyk-go 06:59:39 0a9a5dfd008f: Already exists 06:59:39 36466aa92d05: Already exists 06:59:39 e10405b45d13: Already exists 06:59:39 096b7ceb2af7: Already exists 06:59:39 4f4fb700ef54: Already exists 06:59:39 e50aa161e22a: Pulling fs layer 06:59:39 d3c8db5fb9df: Pulling fs layer 06:59:39 e50aa161e22a: Verifying Checksum 06:59:39 e50aa161e22a: Download complete 06:59:39 e50aa161e22a: Pull complete 06:59:40 d3c8db5fb9df: Verifying Checksum 06:59:40 d3c8db5fb9df: Download complete 06:59:44 d3c8db5fb9df: Pull complete 06:59:44 Digest: sha256:dd1bc05e8109ba836052a65277634c2595aaffbf12b6b6479deaea63345484be 06:59:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest 06:59:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 06:59:44 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 06:59:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:latest cat 06:59:45 $ docker top c9a91b8503043f37b6026a5b551e12ca24394d11b558d02fc81cf3db886a0094 -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:46 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] echo 06:59:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh 06:59:46 + set -o pipefail 06:59:46 + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' 06:59:56 06:59:56 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 06:59:56 06:59:56 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/7dc5f32a-caad-4990-b9e2-a648c5eeaf90/history/a9d1056e-2bf1-43b3-a65f-5d414e0e1395 06:59:56 06:59:56 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 06:59:56 06:59:56 06:59:56 You are approaching your monthly limit of 200 private tests for your edgex-jenkins org. 06:59:56 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 06:59:56 $ docker stop --time=1 c9a91b8503043f37b6026a5b551e12ca24394d11b558d02fc81cf3db886a0094 06:59:59 $ docker rm -f --volumes c9a91b8503043f37b6026a5b551e12ca24394d11b558d02fc81cf3db886a0094 [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 07:00:00 + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] sh 07:00:00 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:00:00 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:00:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:01 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 07:00:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:00:01 $ docker top 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d -eo pid,comm 07:00:01 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). 07:00:01 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:01 [ssh-agent] Looking for ssh-agent implementation... 07:00:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:01 $ docker exec 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d ssh-agent 07:00:01 SSH_AUTH_SOCK=/tmp/ssh-05uGsjAmHxIe/agent.32 07:00:01 SSH_AGENT_PID=38 07:00:01 Running ssh-add (command line suppressed) 07:00:01 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_9881647053243310812.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_9881647053243310812.key) 07:00:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:02 + git semver tag 07:00:02 2025-08-04 07:00:02,379 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:00:02 2025-08-04 07:00:02,398 [run_tag] DEBUG tag force:False 07:00:02 2025-08-04 07:00:02,398 [check_head_tag] DEBUG check head tag 07:00:02 2025-08-04 07:00:02,399 [execute] INFO git cat-file --batch-check 07:00:02 2025-08-04 07:00:02,399 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) 07:00:02 2025-08-04 07:00:02,401 [execute] INFO git cat-file --batch 07:00:02 2025-08-04 07:00:02,401 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=, shell=False, universal_newlines=False) 07:00:02 2025-08-04 07:00:02,410 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 07:00:02 2025-08-04 07:00:02,410 [execute] INFO git tag -a v4.1.0-dev.2 -m v4.1.0-dev.2 07:00:02 2025-08-04 07:00:02,410 [execute] DEBUG Popen(['git', 'tag', '-a', 'v4.1.0-dev.2', '-m', 'v4.1.0-dev.2'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) 07:00:02 2025-08-04 07:00:02,413 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 07:00:02 4.1.0-dev.2 [Pipeline] } 07:00:02 $ docker exec --env ******** --env ******** 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d ssh-agent -k 07:00:02 unset SSH_AUTH_SOCK; 07:00:02 unset SSH_AGENT_PID; 07:00:02 echo Agent pid 38 killed; 07:00:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:00:03 + git semver [Pipeline] } 07:00:03 $ docker stop --time=1 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d 07:00:04 $ docker rm -f --volumes 76e79c57ae2122b8a3936d4438e14601a28d1b55fa637551cafa73df5a12b03d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:05 07:00:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:05 0.23.1-centos7: Pulling from edgex-lftools 07:00:05 ab5ef0e58194: Pulling fs layer 07:00:05 9712f1f96733: Pulling fs layer 07:00:05 63f879dbbcfc: Pulling fs layer 07:00:05 0d9ebad4ef96: Pulling fs layer 07:00:05 e9a5061849ea: Pulling fs layer 07:00:05 d747dcd14b5f: Pulling fs layer 07:00:05 2de7ff778b66: Pulling fs layer 07:00:05 d747dcd14b5f: Waiting 07:00:05 0d9ebad4ef96: Waiting 07:00:05 e9a5061849ea: Waiting 07:00:05 2de7ff778b66: Waiting 07:00:05 9712f1f96733: Download complete 07:00:06 63f879dbbcfc: Verifying Checksum 07:00:06 63f879dbbcfc: Download complete 07:00:06 e9a5061849ea: Verifying Checksum 07:00:06 e9a5061849ea: Download complete 07:00:06 d747dcd14b5f: Download complete 07:00:06 ab5ef0e58194: Verifying Checksum 07:00:06 ab5ef0e58194: Download complete 07:00:06 0d9ebad4ef96: Verifying Checksum 07:00:06 0d9ebad4ef96: Download complete 07:00:06 2de7ff778b66: Verifying Checksum 07:00:06 2de7ff778b66: Download complete 07:00:10 ab5ef0e58194: Pull complete 07:00:10 9712f1f96733: Pull complete 07:00:10 63f879dbbcfc: Pull complete 07:00:15 0d9ebad4ef96: Pull complete 07:00:15 e9a5061849ea: Pull complete 07:00:15 d747dcd14b5f: Pull complete 07:00:17 2de7ff778b66: Pull complete 07:00:17 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 07:00:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 07:00:17 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:17 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 07:00:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 07:00:21 $ docker top e4d34f51737662ff6be06f2a88ef6216fae76c6aa43588ceb6510d04baa88025 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 07:00:21 provisioning config files... 07:00:21 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12213655395298093985tmp 07:00:21 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config14511767074458301388tmp 07:00:21 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7880543492337717620tmp [Pipeline] { [Pipeline] echo 07:00:21 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 07:00:21 ---> sigul-configuration.sh 07:00:21 gpg: directory `/root/.gnupg' created 07:00:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 07:00:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 07:00:21 gpg: keyring `/root/.gnupg/secring.gpg' created 07:00:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 07:00:21 gpg: CAST5 encrypted data 07:00:21 gpg: encrypted with 1 passphrase 07:00:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 07:00:22 + mkdir /home/jenkins 07:00:22 + mkdir /home/jenkins/sigul [Pipeline] sh 07:00:22 + 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 07:00:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 07:00:22 ---> sigul-install.sh 07:00:22 Sigul already installed; skipping installation. [Pipeline] sh 07:00:23 + git tag --list 07:00:23 v1.0.0 07:00:23 v1.1.0 07:00:23 v1.2.0 07:00:23 v1.3.0 07:00:23 v1.3.1 07:00:23 v2.0.0 07:00:23 v2.0.1 07:00:23 v2.1.0 07:00:23 v2.1.1 07:00:23 v2.1.2 07:00:23 v2.2.0 07:00:23 v2.3 07:00:23 v2.3.0 07:00:23 v2.3.1 07:00:23 v3.0 07:00:23 v3.0.0 07:00:23 v3.0.1 07:00:23 v3.1 07:00:23 v3.1.0 07:00:23 v3.1.1 07:00:23 v4.0 07:00:23 v4.0.0 07:00:23 v4.0.1 07:00:23 v4.1.0-dev.1 07:00:23 v4.1.0-dev.2 [Pipeline] sh 07:00:23 + lftools sign git-tag v4.1.0-dev.2 07:00:23 Signing Git tag with Sigul... 07:00:23 Signing v4.1.0-dev.2 [Pipeline] echo 07:00:24 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 07:00:24 ---> sigul-configuration-cleanup.sh [Pipeline] } 07:00:24 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 07:00:24 $ docker stop --time=1 e4d34f51737662ff6be06f2a88ef6216fae76c6aa43588ceb6510d04baa88025 07:00:25 $ docker rm -f --volumes e4d34f51737662ff6be06f2a88ef6216fae76c6aa43588ceb6510d04baa88025 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 07:00:26 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:00:26 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:00:26 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:26 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 07:00:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:00:27 $ docker top 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 -eo pid,comm 07:00:27 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). 07:00:27 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:27 [ssh-agent] Looking for ssh-agent implementation... 07:00:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:27 $ docker exec 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 ssh-agent 07:00:27 SSH_AUTH_SOCK=/tmp/ssh-I8qlfc8Ox2x9/agent.34 07:00:27 SSH_AGENT_PID=41 07:00:27 Running ssh-add (command line suppressed) 07:00:27 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_14477581860931222353.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_14477581860931222353.key) 07:00:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:27 + git semver bump pre 07:00:28 2025-08-04 07:00:28,089 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:00:28 2025-08-04 07:00:28,092 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 07:00:28 2025-08-04 07:00:28,092 [bump_version] DEBUG bumping version:4.1.0-dev.2 on axis:pre with prefix:dev 07:00:28 2025-08-04 07:00:28,092 [bump_version] DEBUG bumped version:4.1.0-dev.3 07:00:28 2025-08-04 07:00:28,092 [write_version] DEBUG write version:4.1.0-dev.3 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 07:00:28 2025-08-04 07:00:28,092 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 07:00:28 2025-08-04 07:00:28,092 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 07:00:28 2025-08-04 07:00:28,095 [execute] INFO git cat-file --batch-check 07:00:28 2025-08-04 07:00:28,095 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 07:00:28 2025-08-04 07:00:28,098 [execute] INFO git cat-file --batch 07:00:28 2025-08-04 07:00:28,099 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 07:00:28 2025-08-04 07:00:28,102 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 07:00:28 4.1.0-dev.3 [Pipeline] } 07:00:28 $ docker exec --env ******** --env ******** 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 ssh-agent -k 07:00:28 unset SSH_AUTH_SOCK; 07:00:28 unset SSH_AGENT_PID; 07:00:28 echo Agent pid 41 killed; 07:00:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:00:28 + git semver [Pipeline] } 07:00:29 $ docker stop --time=1 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 07:00:30 $ docker rm -f --volumes 960e85b10876a9bf8b6f501cce5243635523f575a22c4985fdcd74f7e51677e3 [Pipeline] // withDockerContainer [Pipeline] sh 07:00:30 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 07:00:30 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 07:00:31 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:31 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 07:00:31 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 07:00:31 $ docker top c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 -eo pid,comm 07:00:31 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). 07:00:31 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:00:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:00:31 [ssh-agent] Looking for ssh-agent implementation... 07:00:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:00:31 $ docker exec c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 ssh-agent 07:00:31 SSH_AUTH_SOCK=/tmp/ssh-1G87AH8pPa8n/agent.33 07:00:31 SSH_AGENT_PID=39 07:00:31 Running ssh-add (command line suppressed) 07:00:31 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_10817071120162091259.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_10817071120162091259.key) 07:00:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:00:32 + git semver push 07:00:32 2025-08-04 07:00:32,402 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 07:00:32 2025-08-04 07:00:32,430 [run_push] DEBUG push 07:00:32 2025-08-04 07:00:32,431 [execute] INFO git cat-file --batch-check 07:00:32 2025-08-04 07:00:32,431 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=, shell=False, universal_newlines=False) 07:00:32 2025-08-04 07:00:32,434 [execute] INFO git rev-list 5da4427bbd1c305a77856efa6f7f79583bcd8926 -- 07:00:32 2025-08-04 07:00:32,434 [execute] DEBUG Popen(['git', 'rev-list', '5da4427bbd1c305a77856efa6f7f79583bcd8926', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) 07:00:32 2025-08-04 07:00:32,444 [execute] INFO git fetch -v -- origin 07:00:32 2025-08-04 07:00:32,444 [execute] DEBUG Popen(['git', 'fetch', '-v', '--', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=True) 07:00:33 2025-08-04 07:00:32,899 [run_push] DEBUG no remote changes detected 07:00:33 2025-08-04 07:00:32,899 [execute] INFO git push origin semver 07:00:33 2025-08-04 07:00:32,899 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, stdin=None, shell=False, universal_newlines=False) 07:00:33 2025-08-04 07:00:33,929 [run_push] DEBUG push all version tags 07:00:33 2025-08-04 07:00:33,929 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 07:00:33 2025-08-04 07:00:33,929 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, stdin=None, shell=False, universal_newlines=False) 07:00:35 2025-08-04 07:00:35,092 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 07:00:35 4.1.0-dev.3 [Pipeline] } 07:00:35 $ docker exec --env ******** --env ******** c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 ssh-agent -k 07:00:35 unset SSH_AUTH_SOCK; 07:00:35 unset SSH_AGENT_PID; 07:00:35 echo Agent pid 39 killed; 07:00:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:00:35 + git semver [Pipeline] } 07:00:36 $ docker stop --time=1 c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 07:00:37 $ docker rm -f --volumes c2a4be19516eca38e0e4028efe9c454f4d43431d2609c7fcabc69ec04499bb02 [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 07:00:37 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 07:00:37 + ls -al /w/workspace/ry_app-service-configurable_main/archives 07:00:37 total 16 07:00:37 drwxr-xr-x 3 root root 4096 Aug 4 06:48 . 07:00:37 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 07:00 .. 07:00:37 drwxr-xr-x 2 root root 4096 Aug 4 06:48 cost 07:00:37 -rw-r--r-- 1 root root 96 Aug 4 06:48 cost.csv 07:00:37 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 07:00:37 + ls -al /w/workspace/ry_app-service-configurable_main/archives 07:00:37 total 16 07:00:37 drwxr-xr-x 3 jenkins jenkins 4096 Aug 4 06:48 . 07:00:37 drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 07:00 .. 07:00:37 drwxr-xr-x 2 jenkins jenkins 4096 Aug 4 06:48 cost 07:00:37 -rw-r--r-- 1 jenkins jenkins 96 Aug 4 06:48 cost.csv [Pipeline] libraryResource [Pipeline] sh 07:00:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:00:39 ---> package-listing.sh 07:00:39 ++ facter osfamily 07:00:39 ++ tr '[:upper:]' '[:lower:]' 07:00:39 + OS_FAMILY=debian 07:00:39 + workspace=/w/workspace/ry_app-service-configurable_main 07:00:39 + START_PACKAGES=/tmp/packages_start.txt 07:00:39 + END_PACKAGES=/tmp/packages_end.txt 07:00:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:00:39 + PACKAGES=/tmp/packages_start.txt 07:00:39 + '[' /w/workspace/ry_app-service-configurable_main ']' 07:00:39 + PACKAGES=/tmp/packages_end.txt 07:00:39 + case "${OS_FAMILY}" in 07:00:39 + grep '^ii' 07:00:39 + dpkg -l 07:00:39 + '[' -f /tmp/packages_start.txt ']' 07:00:39 + '[' -f /tmp/packages_end.txt ']' 07:00:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:00:39 + '[' /w/workspace/ry_app-service-configurable_main ']' 07:00:39 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 07:00:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 07:00:39 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:00:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 07:00:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 07:00:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 07:00:40 prd-ubuntu20.04-docker-8c-8g-6236 does not seem to be running inside a container 07:00:40 $ 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/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 07:00:40 $ docker top f45b7334773fcbe74aa644bc5e45058763e775bed3d44bb678afe1d5b5689e85 -eo pid,comm [Pipeline] { [Pipeline] sh 07:00:40 + touch /tmp/pre-build-complete [Pipeline] sh 07:00:41 + mkdir -p /var/log/sysstat [Pipeline] sh 07:00:41 + ls /var/log/sa-host 07:00:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:00:41 provisioning config files... 07:00:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config9024079187998027868tmp [Pipeline] { [Pipeline] echo 07:00:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:00:41 ---> create-netrc.sh [Pipeline] } 07:00:41 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 07:00:42 ---> python-tools-install.sh [Pipeline] echo 07:00:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:00:42 ---> sudo-logs.sh 07:00:42 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:00:42 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:00:42 ---> job-cost.sh 07:00:42 lf-activate-venv: SKIPPING 07:00:42 DEBUG: total: 0.2199999988079071 07:00:42 INFO: Retrieving Stack Cost... 07:00:42 INFO: Retrieving Pricing Info for: v3-standard-8 07:00:43 INFO: Archiving Costs [Pipeline] echo 07:00:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:00:43 ---> logs-deploy.sh 07:00:43 lf-activate-venv: SKIPPING 07:00:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/274 07:00:43 INFO: archiving workspace using pattern(s): 07:00:44 Archives upload complete. 07:00:44 INFO: archiving logs to Nexus