Push event to branch main 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-ssh18134490147532116803.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17560419984557253469.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/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-ssh9515882334307623278.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f6201a7a3d6e66e18b8eca84a9a3a23cb614281a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f6201a7a3d6e66e18b8eca84a9a3a23cb614281a # timeout=10 Commit message: "Merge pull request #471 from jinlinGuan/fix-multi-arch" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh761630856160349202.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-ssh5035661576398898124.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 ‘prd-ubuntu20.04-docker-8c-8g-5614’ is offline Running on prd-ubuntu20.04-docker-8c-8g-5615 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 0217d1088d53fc3bf9af5a6d0b7cc9b7418b60a2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 13:00:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 13:00:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 13:00:03 ========================================================= 13:00:03 EdgeX Global Pipelines Version Info 13:00:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 13:00:04 ------------------- 13:00:04 stable info: 13:00:04 ------------------- 13:00:04 Commited By: Ginny Guan ginny@iotechsys.com 13:00:04 Commit SHA: f6201a7a3d6e66e18b8eca84a9a3a23cb614281a 13:00:04 Message: update stable to v1.0.274 13:00:05 ------------------- 13:00:05 experimental info: 13:00:05 ------------------- 13:00:05 Commited By: Ginny Guan ginny@iotechsys.com 13:00:05 Commit SHA: 274fe4ad960081a284537894dddd28d0c782a18e 13:00:05 Message: update experimental to testing [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.23 [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60d6677 [Pipeline] echo 13:00:05 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:00:05 provisioning config files... 13:00:05 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12816454923034258065tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:00:06 ---> ****-login.sh 13:00:06 nexus3.edgexfoundry.org:10001 13:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:06 13:00:06 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:00:06 Configure a credential helper to remove this warning. See 13:00:06 https://docs.****.com/go/credential-store/ 13:00:06 13:00:06 Login Succeeded 13:00:06 nexus3.edgexfoundry.org:10002 13:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:06 13:00:06 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:00:06 Configure a credential helper to remove this warning. See 13:00:06 https://docs.****.com/go/credential-store/ 13:00:06 13:00:06 Login Succeeded 13:00:06 nexus3.edgexfoundry.org:10003 13:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:06 13:00:06 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:00:06 Configure a credential helper to remove this warning. See 13:00:06 https://docs.****.com/go/credential-store/ 13:00:06 13:00:06 Login Succeeded 13:00:06 nexus3.edgexfoundry.org:10004 13:00:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:06 13:00:06 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:00:06 Configure a credential helper to remove this warning. See 13:00:06 https://docs.****.com/go/credential-store/ 13:00:06 13:00:06 Login Succeeded 13:00:07 ****.io 13:00:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:07 13:00:07 WARNING! Your credentials are stored unencrypted in '/home/jenkins/.****/config.json'. 13:00:07 Configure a credential helper to remove this warning. See 13:00:07 https://docs.****.com/go/credential-store/ 13:00:07 13:00:07 Login Succeeded 13:00:07 ---> ****-login.sh ends [Pipeline] } 13:00:07 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 13:00:07 + git rev-list -1 --merges 60d667701c3da78b8984814720c74ae46dfa0d66~1..60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 13:00:07 -----------> git rev-list -1 --merges 60d667701c3da78b8984814720c74ae46dfa0d66~1..60d667701c3da78b8984814720c74ae46dfa0d66 60d667701c3da78b8984814720c74ae46dfa0d66 13:00:07 60d667701c3da78b8984814720c74ae46dfa0d66 [false] [Pipeline] sh 13:00:08 + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 13:00:08 ========================================================= 13:00:08 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 13:00:08 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:00:08 + git log --format=format:%s -1 60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] echo 13:00:08 [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 13:00:08 [semverPrep] This is not a build commit. [Pipeline] sh 13:00:08 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 13:00:08 + grep -v github /etc/ssh/ssh_known_hosts 13:00:08 + [ -e /tmp/ssh_known_hosts ] 13:00:08 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 13:00:08 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 13:00:08 + sudo tee -a /etc/ssh/ssh_known_hosts 13:00:08 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:00:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:00:09 13:00:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:00:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:00:09 0.1.4: Pulling from edgex-devops/py-git-semver 13:00:09 3dae71ba6b94: Pulling fs layer 13:00:09 6bf1a483ea7c: Pulling fs layer 13:00:09 f5dfc541a4d3: Pulling fs layer 13:00:09 461d9e800cba: Pulling fs layer 13:00:09 80192f66455f: Pulling fs layer 13:00:09 2e8e34ca0e6c: Pulling fs layer 13:00:09 a29436f7fd5d: Pulling fs layer 13:00:09 923cac83aea3: Pulling fs layer 13:00:09 25ad8b0a4227: Pulling fs layer 13:00:09 db01528c6b51: Pulling fs layer 13:00:09 28988de357af: Pulling fs layer 13:00:09 923cac83aea3: Waiting 13:00:09 461d9e800cba: Waiting 13:00:09 25ad8b0a4227: Waiting 13:00:09 80192f66455f: Waiting 13:00:09 a29436f7fd5d: Waiting 13:00:09 db01528c6b51: Waiting 13:00:09 28988de357af: Waiting 13:00:09 2e8e34ca0e6c: Waiting 13:00:09 6bf1a483ea7c: Verifying Checksum 13:00:09 6bf1a483ea7c: Download complete 13:00:09 461d9e800cba: Verifying Checksum 13:00:09 461d9e800cba: Download complete 13:00:09 80192f66455f: Verifying Checksum 13:00:09 80192f66455f: Download complete 13:00:09 f5dfc541a4d3: Verifying Checksum 13:00:09 f5dfc541a4d3: Download complete 13:00:09 3dae71ba6b94: Download complete 13:00:09 923cac83aea3: Download complete 13:00:09 25ad8b0a4227: Verifying Checksum 13:00:09 25ad8b0a4227: Download complete 13:00:10 db01528c6b51: Verifying Checksum 13:00:10 db01528c6b51: Download complete 13:00:10 28988de357af: Verifying Checksum 13:00:10 28988de357af: Download complete 13:00:10 a29436f7fd5d: Verifying Checksum 13:00:10 a29436f7fd5d: Download complete 13:00:10 2e8e34ca0e6c: Verifying Checksum 13:00:10 2e8e34ca0e6c: Download complete 13:00:11 3dae71ba6b94: Pull complete 13:00:11 6bf1a483ea7c: Pull complete 13:00:12 f5dfc541a4d3: Pull complete 13:00:12 461d9e800cba: Pull complete 13:00:12 80192f66455f: Pull complete 13:00:16 2e8e34ca0e6c: Pull complete 13:00:17 a29436f7fd5d: Pull complete 13:00:17 923cac83aea3: Pull complete 13:00:17 25ad8b0a4227: Pull complete 13:00:17 db01528c6b51: Pull complete 13:00:17 28988de357af: Pull complete 13:00:17 Digest: sha256:195353f5eb8266bfc5d09c70327cc406fe11db141ac9a5f04734cd23bce6a248 13:00:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 13:00:17 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:00:17 prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container 13:00:17 $ 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 13:00:20 $ docker top de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 -eo pid,comm 13:00:20 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). 13:00:20 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 13:00:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:00:20 [ssh-agent] Looking for ssh-agent implementation... 13:00:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:00:20 $ docker exec de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 ssh-agent 13:00:20 SSH_AUTH_SOCK=/tmp/ssh-8v5Wr8jUGtsU/agent.31 13:00:20 SSH_AGENT_PID=36 13:00:20 Running ssh-add (command line suppressed) 13:00:20 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_15868336843311051244.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_15868336843311051244.key) 13:00:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:00:21 + git tag --points-at HEAD [Pipeline] } 13:00:21 $ docker exec --env ******** --env ******** de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 ssh-agent -k 13:00:21 unset SSH_AUTH_SOCK; 13:00:21 unset SSH_AGENT_PID; 13:00:21 echo Agent pid 36 killed; 13:00:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 13:00:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 13:00:21 [ssh-agent] Looking for ssh-agent implementation... 13:00:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 13:00:21 $ docker exec de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 ssh-agent 13:00:21 SSH_AUTH_SOCK=/tmp/ssh-0MLyYEQnHufm/agent.69 13:00:21 SSH_AGENT_PID=75 13:00:21 Running ssh-add (command line suppressed) 13:00:21 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_17951705799668541156.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_17951705799668541156.key) 13:00:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 13:00:21 + git semver init 13:00:22 2025-07-23 13:00:22,110 [is_cygwin_git] DEBUG Failed checking if running in CYGWIN due to: FileNotFoundError(2, 'No such file or directory') 13:00:22 2025-07-23 13:00:22,114 [run_init] DEBUG init version:0.0.0 force:False 13:00:22 2025-07-23 13:00:22,115 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 13:00:22 2025-07-23 13:00:22,116 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 13:00:22 2025-07-23 13:00:22,116 [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) 13:00:23 2025-07-23 13:00:23,375 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 13:00:23 2025-07-23 13:00:23,376 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 13:00:23 2025-07-23 13:00:23,376 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:00:23 2025-07-23 13:00:23,376 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 13:00:23 4.1.0-dev.2 [Pipeline] } 13:00:23 $ docker exec --env ******** --env ******** de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 ssh-agent -k 13:00:23 unset SSH_AUTH_SOCK; 13:00:23 unset SSH_AGENT_PID; 13:00:23 echo Agent pid 75 killed; 13:00:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:00:23 + git semver [Pipeline] } 13:00:24 $ docker stop --time=1 de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 13:00:25 $ docker rm -f --volumes de69f38c54ccde928ca0dc8557a5a45bac271b9a0af1d7ef581e16b463951a77 [Pipeline] // withDockerContainer [Pipeline] sh 13:00:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 13:00:26 Stashed 1 file(s) [Pipeline] echo 13:00:26 [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 13:00:26 provisioning config files... 13:00:26 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6739482951586235390tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:00:26 ---> ****-login.sh 13:00:26 nexus3.edgexfoundry.org:10001 13:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:26 Login Succeeded 13:00:26 nexus3.edgexfoundry.org:10002 13:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:26 Login Succeeded 13:00:26 nexus3.edgexfoundry.org:10003 13:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:26 Login Succeeded 13:00:26 nexus3.edgexfoundry.org:10004 13:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:26 Login Succeeded 13:00:26 ****.io 13:00:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:00:27 Login Succeeded 13:00:27 ---> ****-login.sh ends [Pipeline] } 13:00:27 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:00:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:00:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:00:27 ========================================================= 13:00:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine] 13:00:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:00:27 + 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 . 13:00:28 #0 building with "default" instance using docker driver 13:00:28 13:00:28 #1 [internal] load build definition from Dockerfile 13:00:28 #1 transferring dockerfile: 2.05kB done 13:00:28 #1 DONE 0.0s 13:00:28 13:00:28 #2 [internal] load metadata for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine 13:00:28 #2 DONE 0.1s 13:00:28 13:00:28 #3 [internal] load .dockerignore 13:00:28 #3 transferring context: 159B done 13:00:28 #3 DONE 0.0s 13:00:28 13:00:28 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 13:00:28 #4 resolve nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 0.0s done 13:00:28 #4 sha256:ea6120ae94a0356f97603cf7c451f67990211a3e020e5a30d412335b108fdc34 4.22kB / 4.22kB done 13:00:28 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0B / 3.63MB 0.1s 13:00:28 #4 sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 294.40kB / 294.40kB 0.0s done 13:00:28 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 2.10MB / 74.06MB 0.1s 13:00:28 #4 sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 685B / 685B done 13:00:28 #4 sha256:e873195afa03f66c4477d62a47bde445cf4ea723c241a30f98137b48a10af2e9 2.08kB / 2.08kB done 13:00:28 #4 sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 126B / 126B 0.1s done 13:00:28 #4 ... 13:00:28 13:00:28 #5 [internal] load build context 13:00:28 #5 transferring context: 14.77MB 0.2s done 13:00:28 #5 DONE 0.2s 13:00:28 13:00:28 #4 [builder 1/7] FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.23-alpine@sha256:78acc44d7358ce6d4c7aa33580a27963993e9e743f98955b43cedd959d54cb65 13:00:28 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.2s 13:00:28 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 6.29MB / 74.06MB 0.2s 13:00:28 #4 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 0.1s done 13:00:28 #4 sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 440B / 440B 0.1s done 13:00:28 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0B / 2.38MB 0.2s 13:00:28 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 13:00:28 #4 sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 3.63MB / 3.63MB 0.2s done 13:00:28 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 17.83MB / 74.06MB 0.3s 13:00:28 #4 sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 2.38MB / 2.38MB 0.3s done 13:00:28 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 3.15MB / 100.52MB 0.3s 13:00:28 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0B / 13.29MB 0.3s 13:00:28 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 32.02MB / 74.06MB 0.4s 13:00:28 #4 extracting sha256:0a9a5dfd008f05ebc27e4790db0709a29e527690c21bcbcd01481eaeb6bb49dc 0.1s done 13:00:28 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 8.39MB / 100.52MB 0.4s 13:00:28 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 4.19MB / 13.29MB 0.4s 13:00:28 #4 extracting sha256:36466aa92d05be39552cfcf5a51ca5dc6ccfd7da55adfeaec5689f02abf883df 0.1s done 13:00:29 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 68.16MB / 74.06MB 0.6s 13:00:29 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 22.02MB / 100.52MB 0.6s 13:00:29 #4 sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 13.29MB / 13.29MB 0.6s done 13:00:29 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.7s 13:00:29 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 41.94MB / 100.52MB 0.8s 13:00:29 #4 sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 74.06MB / 74.06MB 0.9s done 13:00:29 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 60.17MB / 100.52MB 0.9s 13:00:29 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 13:00:29 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 80.53MB / 100.52MB 1.0s 13:00:29 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.1s 13:00:29 #4 sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 100.52MB / 100.52MB 1.4s done 13:00:35 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.0s 13:00:35 #4 extracting sha256:e10405b45d13228df144c8d42d389347041bf176392f5f9606fc4a4d7826647d 5.1s done 13:00:35 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 13:00:35 #4 extracting sha256:096b7ceb2af7cf0b2f963a566800bb0fb4c52ac2b7c0b1b66412e82adff0faa1 done 13:00:35 #4 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done 13:00:35 #4 extracting sha256:8213a616a21b5155355248bdcdb47b1049aac55141930530c39a6268e6623549 done 13:00:35 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 13:00:35 #4 extracting sha256:98558614340527eace9316d30bb3f3e5cf3a2e8f676d5fb62ad843cd3fb4f971 0.0s done 13:00:35 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 0.1s 13:00:37 #4 extracting sha256:0eae2285b678d5b2f4f5a5b3bec6e6514d0482667d44852f3d3175673264c5df 2.7s done 13:00:37 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.1s 13:00:38 #4 extracting sha256:d3ac315be8c589f68f6ac08e7595bd7737acfb5834b5e7c23c55a9ef887f3179 0.6s done 13:00:38 #4 DONE 10.1s 13:00:38 13:00:38 #6 [builder 2/7] RUN apk add --update --no-cache make git 13:00:38 #6 0.213 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:00:38 #6 0.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:00:39 #6 0.727 OK: 248 MiB in 58 packages 13:00:41 Still waiting to schedule task 13:00:41 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 13:00:41 #6 DONE 3.1s 13:00:41 13:00:41 #7 [builder 3/7] WORKDIR /app 13:00:41 #7 DONE 0.0s 13:00:41 13:00:41 #8 [builder 4/7] COPY go.mod vendor* ./ 13:00:41 #8 DONE 0.0s 13:00:41 13:00:41 #9 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:01:28 #9 DONE 42.1s 13:01:28 13:01:28 #10 [builder 6/7] COPY . . 13:01:28 #10 DONE 0.1s 13:01:28 13:01:28 #11 [builder 7/7] RUN echo noop 13:01:28 #11 0.199 noop 13:01:28 #11 DONE 0.2s 13:01:28 13:01:28 #12 exporting to image 13:01:28 #12 exporting layers 13:01:32 #12 exporting layers 8.5s done 13:01:32 #12 writing image sha256:deb64589a127dd447d6f80f4e2cf1d43f36712331fb019ac4fdd7f04fd3e0418 done 13:01:32 #12 naming to docker.io/library/ci-base-image-x86_64 done 13:01:32 #12 DONE 8.5s [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:01:33 + docker inspect -f . ci-base-image-x86_64 13:01:33 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:01:33 prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container 13:01:33 $ 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 13:01:33 $ docker top 9a33e311ec804cf23a1cc66da954410305a564e756cde993271493b1e25e2569 -eo pid,comm [Pipeline] { [Pipeline] sh 13:01:33 + go version 13:01:33 go version go1.23.9 linux/amd64 [Pipeline] } 13:01:33 $ docker stop --time=1 9a33e311ec804cf23a1cc66da954410305a564e756cde993271493b1e25e2569 13:01:35 $ docker rm -f --volumes 9a33e311ec804cf23a1cc66da954410305a564e756cde993271493b1e25e2569 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:01:35 + docker inspect -f . ci-base-image-x86_64 13:01:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:01:35 prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container 13:01:35 $ 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 13:01:35 $ docker top f19b3a1d95a29aef87ba8b35b141467dccf1478f832a0d11136ebb4a965f34d8 -eo pid,comm [Pipeline] { [Pipeline] sh 13:01:36 + git config --global --add safe.directory /w/workspace/ry_app-service-configurable_main [Pipeline] fileExists [Pipeline] sh 13:01:36 + make test 13:01:36 go test -race -coverprofile=coverage.out ./... 13:02:15 github.com/edgexfoundry/app-service-configurable coverage: 0.0% of statements 13:02:24 Running on prd-ubuntu20.04-docker-arm64-4c-16g-5616 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 13:02:24 Running in /w/workspace/app-service-configurable/273 [Pipeline] { [Pipeline] checkout 13:02:24 The recommended git tool is: git 13:02:30 using credential edgex-jenkins-ssh 13:02:30 Cloning the remote Git repository 13:02:30 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 13:02:30 > git init /w/workspace/app-service-configurable/273 # timeout=10 13:02:30 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 13:02:30 > git --version # timeout=10 13:02:30 > git --version # 'git version 2.25.1' 13:02:30 using GIT_SSH to set credentials SSH Credentials for GitHub 13:02:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:02:34 Avoid second fetch 13:02:34 Checking out Revision 60d667701c3da78b8984814720c74ae46dfa0d66 (main) 13:02:33 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 13:02:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:02:34 > git config core.sparsecheckout # timeout=10 13:02:34 > git checkout -f 60d667701c3da78b8984814720c74ae46dfa0d66 # timeout=10 13:02:35 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] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:02:40 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:02:40 % Total % Received % Xferd Average Speed Time Time Time Current 13:02:40 Dload Upload Total Spent Left Speed 13:02:40 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14 100 14 0 0 116 0 --:--:-- --:--:-- --:--:-- 115 100 14 100 14 0 0 115 0 --:--:-- --:--:-- --:--:-- 114 [Pipeline] sh 13:02:40 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:02:40 + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} 13:02:40 /etc/docker/daemon.json 13:02:40 { 13:02:40 "registry-mirrors": [ 13:02:40 "https://nexus3.edgexfoundry.org:10001" 13:02:40 ], 13:02:40 "bip": "10.250.0.254/24", 13:02:40 "hosts": [ 13:02:40 "tcp://0.0.0.0:5555", 13:02:40 "unix:///var/run/docker.sock" 13:02:40 ], 13:02:40 "mtu": 1458, 13:02:40 "selinux-enabled": true, 13:02:40 "seccomp-profile": "/etc/docker/seccomp.json" 13:02:40 } [Pipeline] sh 13:02:41 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:02:41 + sudo service docker restart 13:02:47 go vet ./... 13:02:52 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:02:52 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:02:52 ./bin/test-attribution-txt.sh 13:02:52 An attribution for github.com/emirpasic/gods is missing from Attribution.txt, please add 13:02:52 An attribution for github.com/openziti/channel/v4 is missing from Attribution.txt, please add 13:02:52 An attribution for github.com/zitadel/logging is missing from Attribution.txt, please add 13:02:52 An attribution for github.com/zitadel/oidc/v3 is missing from Attribution.txt, please add 13:02:52 An attribution for github.com/zitadel/schema is missing from Attribution.txt, please add [Pipeline] echo 13:02:52 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] } 13:02:52 $ docker stop --time=1 f19b3a1d95a29aef87ba8b35b141467dccf1478f832a0d11136ebb4a965f34d8 13:02:55 $ docker rm -f --volumes f19b3a1d95a29aef87ba8b35b141467dccf1478f832a0d11136ebb4a965f34d8 [Pipeline] // withDockerContainer [Pipeline] sh 13:02:56 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:02:56 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:02:56 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:02:57 + ls -al . 13:02:57 total 248 13:02:57 drwxrwxr-x 7 jenkins jenkins 4096 Jul 23 13:01 . 13:02:57 drwxrwxr-x 4 jenkins jenkins 4096 Jul 23 12:59 .. 13:02:57 -rw-rw-r-- 1 jenkins jenkins 119 Jul 23 12:59 .dockerignore 13:02:57 drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 13:02 .git 13:02:57 drwxrwxr-x 3 jenkins jenkins 4096 Jul 23 12:59 .github 13:02:57 -rw-rw-r-- 1 jenkins jenkins 108 Jul 23 12:59 .gitignore 13:02:57 -rw-rw-r-- 1 jenkins jenkins 41 Jul 23 12:59 .golangci.yml 13:02:57 drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 13:00 .semver 13:02:57 -rw-rw-r-- 1 jenkins jenkins 16550 Jul 23 12:59 Attribution.txt 13:02:57 -rw-rw-r-- 1 jenkins jenkins 39309 Jul 23 12:59 CHANGELOG.md 13:02:57 -rw-rw-r-- 1 jenkins jenkins 2008 Jul 23 12:59 Dockerfile 13:02:57 -rw-rw-r-- 1 jenkins jenkins 677 Jul 23 12:59 GOVERNANCE.md 13:02:57 -rw-rw-r-- 1 jenkins jenkins 666 Jul 23 12:59 Jenkinsfile 13:02:57 -rw-rw-r-- 1 jenkins jenkins 10174 Jul 23 12:59 LICENSE 13:02:57 -rw-rw-r-- 1 jenkins jenkins 618 Jul 23 12:59 OWNERS.md 13:02:57 -rw-rw-r-- 1 jenkins jenkins 4952 Jul 23 12:59 README.md 13:02:57 -rw-rw-r-- 1 jenkins jenkins 11 Jul 23 13:00 VERSION 13:02:57 drwxrwxr-x 2 jenkins jenkins 4096 Jul 23 12:59 bin 13:02:57 -rw-r--r-- 1 jenkins jenkins 953 Jul 23 13:02 coverage.out 13:02:57 -rw-rw-r-- 1 jenkins jenkins 6527 Jul 23 12:59 go.mod 13:02:57 -rw-rw-r-- 1 jenkins jenkins 88208 Jul 23 12:59 go.sum 13:02:57 -rw-rw-r-- 1 jenkins jenkins 1937 Jul 23 12:59 main.go 13:02:57 -rw-rw-r-- 1 jenkins jenkins 3362 Jul 23 12:59 makefile 13:02:57 drwxrwxr-x 9 jenkins jenkins 4096 Jul 23 12:59 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:02:57 + 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 . 13:02:57 #0 building with "default" instance using docker driver 13:02:57 13:02:57 #1 [internal] load build definition from Dockerfile 13:02:57 #1 transferring dockerfile: 2.05kB done 13:02:57 #1 DONE 0.0s 13:02:57 13:02:57 #2 [internal] load metadata for docker.io/library/ci-base-image-x86_64:latest 13:02:57 #2 DONE 0.0s 13:02:57 13:02:57 #3 [internal] load metadata for docker.io/library/alpine:3.20 13:02:57 #3 DONE 0.1s 13:02:57 13:02:57 #4 [internal] load .dockerignore 13:02:57 #4 transferring context: 159B done 13:02:57 #4 DONE 0.0s 13:02:57 13:02:57 #5 [internal] load build context 13:02:57 #5 transferring context: 4.84kB 0.0s done 13:02:57 #5 DONE 0.0s 13:02:57 13:02:57 #6 [builder 1/7] FROM docker.io/library/ci-base-image-x86_64:latest 13:02:57 #6 DONE 0.1s 13:02:57 13:02:57 #7 [stage-1 1/7] FROM docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 13:02:57 #7 resolve docker.io/library/alpine:3.20@sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 0.0s done 13:02:58 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s 13:02:58 #7 sha256:b3119ef930faabb6b7b976780c0c7a9c1aa24d0c75e9179ac10e6bc9ac080d0d 9.22kB / 9.22kB done 13:02:58 #7 sha256:f25ebd2af60b9de8e26e5100fe6f493beb81bff010f27e84f223ad19886a78f0 1.02kB / 1.02kB done 13:02:58 #7 sha256:411bc66a7adb849165d4e733707efe59d6b5edf8b4d96506cb6a1e31ba270199 581B / 581B done 13:02:58 #7 sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 3.62MB / 3.62MB 0.1s done 13:02:58 #7 extracting sha256:01d036902a3ca86e8793073c8094cba44d83a38953a489ac0641f3de017fe2d2 0.1s done 13:02:58 #7 DONE 0.3s 13:02:58 13:02:58 #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 13:02:58 #8 0.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:02:58 #8 0.294 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:02:58 #8 ... 13:02:58 13:02:58 #9 [builder 2/7] RUN apk add --update --no-cache make git 13:02:58 #9 0.256 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:02:58 #9 0.407 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:02:58 #9 0.766 OK: 248 MiB in 58 packages 13:02:58 #9 DONE 0.9s 13:02:58 13:02:58 #8 [stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init 13:02:58 #8 0.596 (1/2) Installing ca-certificates (20250619-r0) 13:02:58 #8 0.612 (2/2) Installing dumb-init (1.2.5-r3) 13:02:58 #8 0.616 Executing busybox-1.36.1-r29.trigger 13:02:58 #8 0.624 Executing ca-certificates-20250619-r0.trigger 13:02:58 #8 0.676 OK: 8 MiB in 16 packages 13:02:59 #8 DONE 0.8s 13:02:59 13:02:59 #10 [builder 3/7] WORKDIR /app 13:02:59 #10 DONE 0.0s 13:02:59 13:02:59 #11 [builder 4/7] COPY go.mod vendor* ./ 13:02:59 #11 DONE 0.0s 13:02:59 13:02:59 #12 [stage-1 3/7] RUN apk --no-cache upgrade 13:02:59 #12 0.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/APKINDEX.tar.gz 13:02:59 #12 0.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.20/community/x86_64/APKINDEX.tar.gz 13:02:59 #12 ... 13:02:59 13:02:59 #13 [builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:02:59 #13 DONE 0.6s 13:02:59 13:02:59 #12 [stage-1 3/7] RUN apk --no-cache upgrade 13:02:59 #12 0.770 OK: 8 MiB in 16 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:02:59 provisioning config files... 13:02:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/273@tmp/config6447501240219027302tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:02:59 #12 DONE 0.9s 13:02:59 13:02:59 #14 [builder 6/7] COPY . . 13:02:59 #14 DONE 0.1s 13:02:59 13:02:59 #15 [builder 7/7] RUN make build 13:02:59 #15 0.300 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 13:03:00 ---> ****-login.sh 13:03:00 nexus3.edgexfoundry.org:10001 13:03:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:00 Configure a credential helper to remove this warning. See 13:03:00 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:00 13:03:00 Login Succeeded 13:03:00 nexus3.edgexfoundry.org:10002 13:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:01 Configure a credential helper to remove this warning. See 13:03:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:01 13:03:01 Login Succeeded 13:03:01 nexus3.edgexfoundry.org:10003 13:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:01 Configure a credential helper to remove this warning. See 13:03:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:01 13:03:01 Login Succeeded 13:03:01 nexus3.edgexfoundry.org:10004 13:03:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:01 Configure a credential helper to remove this warning. See 13:03:01 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:01 13:03:01 Login Succeeded 13:03:01 ****.io 13:03:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:02 Configure a credential helper to remove this warning. See 13:03:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:02 13:03:02 Login Succeeded 13:03:02 ---> ****-login.sh ends [Pipeline] } 13:03:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:03:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:03:02 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:03:02 ========================================================= 13:03:02 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine] 13:03:02 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:03 + 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 . 13:03:03 Sending build context to Docker daemon 224.3kB 13:03:03 Step 1/12 : ARG BASE=golang:1.23-alpine3.20 13:03:03 Step 2/12 : FROM ${BASE} AS builder 13:03:03 1.23-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:03:03 94e9d8af2201: Pulling fs layer 13:03:03 a6c56e8762df: Pulling fs layer 13:03:03 f0f3c8884826: Pulling fs layer 13:03:03 c7e7622c144d: Pulling fs layer 13:03:03 4f4fb700ef54: Pulling fs layer 13:03:03 e8859aadc426: Pulling fs layer 13:03:03 b4813487a9f6: Pulling fs layer 13:03:03 502a3d64fb4b: Pulling fs layer 13:03:03 c7e7622c144d: Waiting 13:03:03 4f4fb700ef54: Waiting 13:03:03 e8859aadc426: Waiting 13:03:03 b4813487a9f6: Waiting 13:03:03 502a3d64fb4b: Waiting 13:03:03 a6c56e8762df: Verifying Checksum 13:03:03 a6c56e8762df: Download complete 13:03:03 c7e7622c144d: Download complete 13:03:03 4f4fb700ef54: Verifying Checksum 13:03:03 4f4fb700ef54: Download complete 13:03:03 e8859aadc426: Verifying Checksum 13:03:03 e8859aadc426: Download complete 13:03:03 94e9d8af2201: Verifying Checksum 13:03:03 94e9d8af2201: Download complete 13:03:04 502a3d64fb4b: Verifying Checksum 13:03:04 502a3d64fb4b: Download complete 13:03:04 94e9d8af2201: Pull complete 13:03:05 a6c56e8762df: Pull complete 13:03:05 f0f3c8884826: Verifying Checksum 13:03:05 f0f3c8884826: Download complete 13:03:06 b4813487a9f6: Verifying Checksum 13:03:06 b4813487a9f6: Download complete 13:03:21 f0f3c8884826: Pull complete 13:03:21 c7e7622c144d: Pull complete 13:03:21 4f4fb700ef54: Pull complete 13:03:21 e8859aadc426: Pull complete 13:03:28 b4813487a9f6: Pull complete 13:03:30 502a3d64fb4b: Pull complete 13:03:30 Digest: sha256:ccce412edaf9646599052987b87cd187cc8535800fd55ebf268fc97f1e5e6dde 13:03:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.23-alpine 13:03:30 ---> 3bb21d53e231 13:03:30 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 13:03:32 #15 DONE 27.0s 13:03:32 13:03:32 #16 [stage-1 4/7] COPY --from=builder /app/Attribution.txt /Attribution.txt 13:03:32 #16 DONE 0.0s 13:03:32 13:03:32 #17 [stage-1 5/7] COPY --from=builder /app/LICENSE /LICENSE 13:03:32 #17 DONE 0.0s 13:03:32 13:03:32 #18 [stage-1 6/7] COPY --from=builder /app/res/ /res/ 13:03:32 #18 DONE 0.0s 13:03:32 13:03:32 #19 [stage-1 7/7] COPY --from=builder /app/app-service-configurable /app-service-configurable 13:03:32 #19 DONE 0.2s 13:03:32 13:03:32 #20 exporting to image 13:03:32 #20 exporting layers 0.1s done 13:03:32 #20 writing image sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done 13:03:32 #20 naming to docker.io/library/app-service-configurable done 13:03:32 #20 DONE 0.2s 13:03:32 13:03:32 1 warning found (use docker --debug to expand): 13:03:32  - 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 13:03:32 provisioning config files... 13:03:32 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3452358648398297218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:03:32 ---> ****-login.sh 13:03:32 nexus3.edgexfoundry.org:10001 13:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:32 Login Succeeded 13:03:32 nexus3.edgexfoundry.org:10002 13:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:32 Login Succeeded 13:03:32 nexus3.edgexfoundry.org:10003 13:03:32 ---> Running in 35d0f56be8bc 13:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:32 Login Succeeded 13:03:32 nexus3.edgexfoundry.org:10004 13:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:32 Login Succeeded 13:03:32 ****.io 13:03:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:32 Removing intermediate container 35d0f56be8bc 13:03:32 ---> 2eb474d5e072 13:03:32 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:03:32 ---> Running in e3bf49f066ae 13:03:32 Login Succeeded 13:03:32 ---> ****-login.sh ends [Pipeline] } 13:03:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:03:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^odessa$, ^lts-test$]] [Pipeline] echo 13:03:33 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 13:03:33 60d667701c3da78b8984814720c74ae46dfa0d66 13:03:33 latest 13:03:33 4.1.0-dev.2 13:03:33 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 13:03:33 main 13:03:33 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry 13:03:33 Removing intermediate container e3bf49f066ae 13:03:33 ---> 2ae062192e29 13:03:33 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:03:33 ---> Running in f4fab54b0b28 [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:33 Removing intermediate container f4fab54b0b28 13:03:33 ---> 955a83a0cac9 13:03:33 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:03:33 ---> Running in a025982410a4 13:03:33 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:33 Decoding seccomp profile failed: invalid character ':' after top-level value [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } 13:03:33 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 13:03:33 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:03:33 b8103ffe4826: Preparing 13:03:33 e6bc8a446f89: Preparing 13:03:33 a645c65b1e08: Preparing 13:03:33 d40d0483ea86: Preparing 13:03:33 7e924c819a52: Preparing 13:03:33 065dcdbd27cf: Preparing 13:03:33 097100c76c15: Preparing 13:03:33 065dcdbd27cf: Waiting 13:03:33 097100c76c15: Waiting 13:03:33 d40d0483ea86: Pushed 13:03:33 a645c65b1e08: Pushed 13:03:33 7e924c819a52: Pushed 13:03:33 e6bc8a446f89: Pushed 13:03:33 097100c76c15: Layer already exists [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:33 065dcdbd27cf: Pushed 13:03:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:03:34 13:03:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:34 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:03:34 arm64: Pulling from edgex-lftools-log-publisher 13:03:34 8998bd30e6a1: Pulling fs layer 13:03:34 04944245beec: Pulling fs layer 13:03:34 699f458cf7ca: Pulling fs layer 13:03:34 765212b225bb: Pulling fs layer 13:03:34 f23df028b6ca: Pulling fs layer 13:03:34 d65c8cfc05b1: Pulling fs layer 13:03:34 2437ff75d9bd: Pulling fs layer 13:03:34 f23df028b6ca: Waiting 13:03:34 d65c8cfc05b1: Waiting 13:03:34 2437ff75d9bd: Waiting 13:03:34 765212b225bb: Waiting 13:03:34 04944245beec: Verifying Checksum 13:03:34 04944245beec: Download complete 13:03:34 765212b225bb: Verifying Checksum 13:03:34 765212b225bb: Download complete 13:03:34 f23df028b6ca: Verifying Checksum 13:03:34 f23df028b6ca: Download complete 13:03:34 d65c8cfc05b1: Verifying Checksum 13:03:34 d65c8cfc05b1: Download complete 13:03:34 699f458cf7ca: Verifying Checksum 13:03:34 699f458cf7ca: Download complete 13:03:35 8998bd30e6a1: Verifying Checksum 13:03:35 8998bd30e6a1: Download complete 13:03:37 2437ff75d9bd: Verifying Checksum 13:03:37 2437ff75d9bd: Download complete 13:03:38 b8103ffe4826: Pushed 13:03:38 60d667701c3da78b8984814720c74ae46dfa0d66: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:38 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:38 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 13:03:38 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:03:38 b8103ffe4826: Preparing 13:03:38 e6bc8a446f89: Preparing 13:03:38 a645c65b1e08: Preparing 13:03:38 d40d0483ea86: Preparing 13:03:38 7e924c819a52: Preparing 13:03:38 065dcdbd27cf: Preparing 13:03:38 097100c76c15: Preparing 13:03:38 097100c76c15: Waiting 13:03:38 065dcdbd27cf: Waiting 13:03:38 e6bc8a446f89: Layer already exists 13:03:38 b8103ffe4826: Layer already exists 13:03:38 a645c65b1e08: Layer already exists 13:03:38 d40d0483ea86: Layer already exists 13:03:38 7e924c819a52: Layer already exists 13:03:38 065dcdbd27cf: Layer already exists 13:03:38 097100c76c15: Layer already exists 13:03:38 latest: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:39 + 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] { [Pipeline] sh 13:03:39 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 13:03:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:03:39 b8103ffe4826: Preparing 13:03:39 e6bc8a446f89: Preparing 13:03:39 a645c65b1e08: Preparing 13:03:39 d40d0483ea86: Preparing 13:03:39 7e924c819a52: Preparing 13:03:39 065dcdbd27cf: Preparing 13:03:39 097100c76c15: Preparing 13:03:39 065dcdbd27cf: Waiting 13:03:39 097100c76c15: Waiting 13:03:39 b8103ffe4826: Layer already exists 13:03:39 7e924c819a52: Layer already exists 13:03:39 d40d0483ea86: Layer already exists 13:03:39 a645c65b1e08: Layer already exists 13:03:39 e6bc8a446f89: Layer already exists 13:03:39 097100c76c15: Layer already exists 13:03:39 065dcdbd27cf: Layer already exists 13:03:39 4.1.0-dev.2: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:39 + 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 13:03:39 8998bd30e6a1: Pull complete 13:03:40 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 13:03:40 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:03:40 b8103ffe4826: Preparing 13:03:40 e6bc8a446f89: Preparing 13:03:40 a645c65b1e08: Preparing 13:03:40 d40d0483ea86: Preparing 13:03:40 7e924c819a52: Preparing 13:03:40 065dcdbd27cf: Preparing 13:03:40 097100c76c15: Preparing 13:03:40 065dcdbd27cf: Waiting 13:03:40 097100c76c15: Waiting 13:03:40 7e924c819a52: Layer already exists 13:03:40 a645c65b1e08: Layer already exists 13:03:40 b8103ffe4826: Layer already exists 13:03:40 e6bc8a446f89: Layer already exists 13:03:40 d40d0483ea86: Layer already exists 13:03:40 097100c76c15: Layer already exists 13:03:40 065dcdbd27cf: Layer already exists 13:03:40 60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:40 04944245beec: Pull complete 13:03:40 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:40 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 13:03:40 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 13:03:40 b8103ffe4826: Preparing 13:03:40 e6bc8a446f89: Preparing 13:03:40 a645c65b1e08: Preparing 13:03:40 d40d0483ea86: Preparing 13:03:40 7e924c819a52: Preparing 13:03:40 065dcdbd27cf: Preparing 13:03:40 097100c76c15: Preparing 13:03:40 097100c76c15: Waiting 13:03:40 065dcdbd27cf: Waiting 13:03:40 a645c65b1e08: Layer already exists 13:03:40 b8103ffe4826: Layer already exists 13:03:40 e6bc8a446f89: Layer already exists 13:03:40 d40d0483ea86: Layer already exists 13:03:40 7e924c819a52: Layer already exists 13:03:40 065dcdbd27cf: Layer already exists 13:03:40 097100c76c15: Layer already exists 13:03:40 main: digest: sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef size: 1783 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:03:40 ===================================================== [Pipeline] echo 13:03:40 taggedImages: 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] echo 13:03:40 ========================================================= 13:03:40 [edgeXBuildMultiArch] RAW Config: 13:03:40 images: 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 13:03:40 - nexus3.edgexfoundry.org:10004/app-service-configurable:main 13:03:40 settingsFile: 13:03:40 app-service-configurable-settings 13:03:40 ========================================================= [Pipeline] node 13:03:41 699f458cf7ca: Pull complete 13:03:42 765212b225bb: Pull complete 13:03:43 f23df028b6ca: Pull complete 13:03:43 d65c8cfc05b1: Pull complete 13:03:55 Still waiting to schedule task 13:03:55 All nodes of label ‘centos7-docker-4c-2g’ are offline 13:04:01 2437ff75d9bd: Pull complete 13:04:01 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:04:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:04:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:04:01 prd-ubuntu20.04-docker-arm64-4c-16g-5616 does not seem to be running inside a container 13:04:01 $ 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/273 -v /w/workspace/app-service-configurable/273:/w/workspace/app-service-configurable/273:rw,z -v /w/workspace/app-service-configurable/273@tmp:/w/workspace/app-service-configurable/273@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 13:04:04 $ docker top 203d2666d665de2922969c45b4f441a96845d3a70915a63a2f57f760f5588ed2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:04:05 ---> job-cost.sh 13:04:05 lf-activate-venv: SKIPPING 13:04:05 INFO: No Stack... 13:04:05 INFO: Retrieving Pricing Info for: v3-standard-4 13:04:06 INFO: Archiving Costs [Pipeline] sh 13:04:06 + cat /w/workspace/app-service-configurable/273/archives/cost.csv 13:04:06 + cut -d, -f6 [Pipeline] lock 13:04:06 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] 13:04:06 Resource [jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] did not exist. Created. 13:04:06 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:04:07 + echo total: 0.10999999940395355 [Pipeline] stash 13:04:07 Stashed 1 file(s) [Pipeline] } 13:04:07 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [Pipeline] // lock [Pipeline] } 13:04:07 $ docker stop --time=1 203d2666d665de2922969c45b4f441a96845d3a70915a63a2f57f760f5588ed2 13:04:09 $ docker rm -f --volumes 203d2666d665de2922969c45b4f441a96845d3a70915a63a2f57f760f5588ed2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 13:04:09 Failed in branch arm64 13:04:59 Running on prd-centos7-docker-4c-2g-5618 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] stage [Pipeline] { (Create Multi-Arch Images) [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:04:59 provisioning config files... 13:04:59 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config15078763393677211145tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:05:02 ---> ****-login.sh 13:05:02 nexus3.edgexfoundry.org:10001 13:05:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:05:02 Configure a credential helper to remove this warning. See 13:05:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:05:02 13:05:02 Login Succeeded 13:05:02 nexus3.edgexfoundry.org:10002 13:05:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:05:02 Configure a credential helper to remove this warning. See 13:05:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:05:02 13:05:02 Login Succeeded 13:05:02 nexus3.edgexfoundry.org:10003 13:05:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:05:02 Configure a credential helper to remove this warning. See 13:05:02 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:05:02 13:05:03 Login Succeeded 13:05:03 nexus3.edgexfoundry.org:10004 13:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:05:03 Configure a credential helper to remove this warning. See 13:05:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:05:03 13:05:03 Login Succeeded 13:05:03 ****.io 13:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:05:03 Configure a credential helper to remove this warning. See 13:05:03 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:05:03 13:05:03 Login Succeeded 13:05:03 ---> ****-login.sh ends [Pipeline] } 13:05:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 13:05:03 + docker buildx ls 13:05:03 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 13:05:03 default * docker 13:05:03 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 13:05:04 + docker buildx create --name edgex-builder --platform linux/amd64,linux/arm64 --use 13:05:04 edgex-builder [Pipeline] sh 13:05:04 + docker buildx inspect --bootstrap 13:05:04 #1 [internal] booting buildkit 13:05:04 #1 pulling image moby/buildkit:buildx-stable-1 13:05:09 #1 pulling image moby/buildkit:buildx-stable-1 4.9s done 13:05:09 #1 creating container buildx_buildkit_edgex-builder0 13:05:11 #1 creating container buildx_buildkit_edgex-builder0 2.1s done 13:05:11 #1 DONE 7.0s 13:05:11 Name: edgex-builder 13:05:11 Driver: docker-container 13:05:11 13:05:11 Nodes: 13:05:11 Name: edgex-builder0 13:05:11 Endpoint: unix:///var/run/docker.sock 13:05:11 Status: running 13:05:11 Buildkit: v0.22.0 13:05:11 Platforms: linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 [Pipeline] sh 13:05:11 + docker buildx ls 13:05:11 NAME/NODE DRIVER/ENDPOINT STATUS BUILDKIT PLATFORMS 13:05:11 edgex-builder * docker-container 13:05:11 edgex-builder0 unix:///var/run/docker.sock running v0.22.0 linux/amd64*, linux/arm64*, linux/amd64/v2, linux/amd64/v3, linux/386 13:05:11 default docker 13:05:11 default default running 20.10.18 linux/amd64, linux/386 [Pipeline] sh 13:05:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 --push - 13:05:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66' 13:05:12 #1 [internal] load build definition from Dockerfile 13:05:12 #1 transferring dockerfile: 209B done 13:05:12 #1 DONE 0.0s 13:05:12 13:05:12 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 13:05:12 #2 DONE 0.2s 13:05:12 13:05:12 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66 13:05:12 #3 DONE 0.2s 13:05:12 13:05:12 #4 [internal] load .dockerignore 13:05:12 #4 transferring context: 2B done 13:05:12 #4 DONE 0.0s 13:05:12 13:05:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:12 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:12 #5 DONE 0.0s 13:05:12 13:05:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:12 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:12 #6 DONE 0.1s 13:05:12 13:05:12 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 13:05:12 #7 DONE 0.0s 13:05:12 13:05:12 #8 exporting to image 13:05:12 #8 exporting layers done 13:05:12 #8 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c 0.0s done 13:05:12 #8 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done 13:05:12 #8 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done 13:05:12 #8 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done 13:05:12 #8 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done 13:05:12 #8 pushing layers 0.1s done 13:05:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 13:05:12 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:05:12 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done 13:05:12 #8 DONE 0.2s 13:05:12 13:05:12 1 warning found (use --debug to expand): 13:05:12  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 13:05:12 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest' 13:05:12 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:latest --push - 13:05:12 #1 [internal] load build definition from Dockerfile 13:05:12 #1 transferring dockerfile: 175B done 13:05:12 #1 DONE 0.0s 13:05:12 13:05:12 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest 13:05:12 #2 DONE 0.0s 13:05:12 13:05:12 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:latest 13:05:12 #3 DONE 0.0s 13:05:12 13:05:12 #4 [internal] load .dockerignore 13:05:12 #4 transferring context: 2B done 13:05:12 #4 DONE 0.0s 13:05:12 13:05:12 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:12 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:12 #5 CACHED 13:05:12 13:05:12 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:13 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:13 #6 CACHED 13:05:13 13:05:13 #7 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 13:05:13 #7 DONE 0.0s 13:05:13 13:05:13 #8 exporting to image 13:05:13 #8 exporting layers done 13:05:13 #8 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c done 13:05:13 #8 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done 13:05:13 #8 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done 13:05:13 #8 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done 13:05:13 #8 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done 13:05:13 #8 pushing layers 0.0s done 13:05:13 #8 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:latest@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done 13:05:13 #8 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:05:13 #8 DONE 0.1s 13:05:13 13:05:13 1 warning found (use --debug to expand): 13:05:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 13:05:13 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2' 13:05:13 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 --push - 13:05:13 #1 [internal] load build definition from Dockerfile 13:05:13 #1 transferring dockerfile: 180B done 13:05:13 #1 DONE 0.0s 13:05:13 13:05:13 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 13:05:13 #2 DONE 0.0s 13:05:13 13:05:13 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2 13:05:13 #3 DONE 0.0s 13:05:13 13:05:13 #4 [internal] load .dockerignore 13:05:13 #4 transferring context: 2B done 13:05:13 #4 DONE 0.0s 13:05:13 13:05:13 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:13 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:13 #5 CACHED 13:05:13 13:05:13 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:13 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:13 #6 CACHED 13:05:13 13:05:13 #7 exporting to image 13:05:13 #7 exporting layers 13:05:13 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:05:13 #7 exporting layers done 13:05:13 #7 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c done 13:05:13 #7 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done 13:05:13 #7 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done 13:05:13 #7 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done 13:05:13 #7 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done 13:05:13 #7 pushing layers 0.0s done 13:05:13 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:4.1.0-dev.2@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done 13:05:13 #7 DONE 0.1s 13:05:13 13:05:13 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 13:05:13 #8 DONE 0.0s 13:05:13 13:05:13 1 warning found (use --debug to expand): 13:05:13  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 13:05:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2' 13:05:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 --push - 13:05:14 #1 [internal] load build definition from Dockerfile 13:05:14 #1 transferring dockerfile: 221B done 13:05:14 #1 DONE 0.0s 13:05:14 13:05:14 #2 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 13:05:14 #2 DONE 0.0s 13:05:14 13:05:14 #3 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2 13:05:14 #3 DONE 0.0s 13:05:14 13:05:14 #4 [internal] load .dockerignore 13:05:14 #4 transferring context: 2B done 13:05:14 #4 DONE 0.0s 13:05:14 13:05:14 #5 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:14 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:14 #5 CACHED 13:05:14 13:05:14 #6 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:14 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:14 #6 CACHED 13:05:14 13:05:14 #7 exporting to image 13:05:14 #7 exporting layers done 13:05:14 #7 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c done 13:05:14 #7 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done 13:05:14 #7 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done 13:05:14 #7 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 13:05:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:05:14 #7 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done 13:05:14 #7 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done 13:05:14 #7 pushing layers 0.0s done 13:05:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:60d667701c3da78b8984814720c74ae46dfa0d66-4.1.0-dev.2@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done 13:05:14 #7 DONE 0.1s 13:05:14 13:05:14 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 13:05:14 #8 DONE 0.0s 13:05:14 13:05:14 1 warning found (use --debug to expand): 13:05:14  - Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 [Pipeline] sh 13:05:14 + echo -e 'FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main' 13:05:14 + docker buildx build --platform linux/amd64,linux/arm64 -t nexus3.edgexfoundry.org:10004/app-service-configurable:main --push - 13:05:14 #1 [internal] load build definition from Dockerfile 13:05:14 #1 transferring dockerfile: 173B done 13:05:14 #1 DONE 0.0s 13:05:14 13:05:14 #2 [linux/arm64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main 13:05:14 #2 DONE 0.0s 13:05:14 13:05:14 #3 [linux/amd64 internal] load metadata for nexus3.edgexfoundry.org:10004/app-service-configurable:main 13:05:14 #3 DONE 0.0s 13:05:14 13:05:14 #4 [internal] load .dockerignore 13:05:14 #4 transferring context: 2B done 13:05:14 #4 DONE 0.0s 13:05:14 13:05:14 #5 [linux/arm64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:14 #5 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:14 #5 CACHED 13:05:14 13:05:14 #6 [linux/amd64 1/1] FROM nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 13:05:14 #6 resolve nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:8ed8acd6e73d899271d18ef4b92e36c955c39331c14458c60a928381711f38ef 0.0s done 13:05:14 #6 CACHED 13:05:14 13:05:14 #7 exporting to image 13:05:14 #7 exporting layers done 13:05:14 #7 exporting manifest sha256:e3e0294bad107cf1592eccc62b8fd39dd799be1b8d6684ef2de5220aa499535c done 13:05:14 #7 exporting config sha256:c85188e555bed771eeb76b3aa84eb6a340f8a4d0aaaa37abce801cc01fa07aa3 done 13:05:14 #7 exporting manifest sha256:84365b6429666afed1869abb1f8028057bcea507fe2d4c3a0e899810ff26c6d1 done 13:05:14 #7 exporting config sha256:1010d50b3b5898b14beb1f308b3ed56b29e1697d2180608bf3dba4473365d9b8 done 13:05:14 #7 exporting manifest list sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 done 13:05:14 #7 WARN: Requested platforms linux/amd64 do not match result platforms linux/amd64,linux/arm64 13:05:14 #7 pushing layers 0.0s done 13:05:14 #7 pushing manifest for nexus3.edgexfoundry.org:10004/app-service-configurable:main@sha256:cda0bfa30be825dbae24d030c979979402f66bb2b2d966bcc8e2bd2ad5e26fc9 0.1s done 13:05:14 #7 DONE 0.1s 13:05:14 13:05:14 #8 [auth] app-service-configurable:pull,push token for nexus3.edgexfoundry.org:10004 13:05:14 #8 DONE 0.0s 13:05:14 13:05:14 1 warning found (use --debug to expand): 13:05:14  - 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 13:05:15 + '[' -d /w/workspace/ry_app-service-configurable_main/archives ']' [Pipeline] libraryResource [Pipeline] sh 13:05:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:05:16 ---> package-listing.sh 13:05:16 ++ tr '[:upper:]' '[:lower:]' 13:05:16 ++ facter osfamily 13:05:16 + OS_FAMILY=redhat 13:05:16 + workspace=/w/workspace/ry_app-service-configurable_main 13:05:16 + START_PACKAGES=/tmp/packages_start.txt 13:05:16 + END_PACKAGES=/tmp/packages_end.txt 13:05:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:05:16 + PACKAGES=/tmp/packages_start.txt 13:05:16 + '[' /w/workspace/ry_app-service-configurable_main ']' 13:05:16 + PACKAGES=/tmp/packages_end.txt 13:05:16 + case "${OS_FAMILY}" in 13:05:16 + rpm -qa 13:05:16 + sort 13:05:16 + '[' -f /tmp/packages_start.txt ']' 13:05:16 + '[' -f /tmp/packages_end.txt ']' 13:05:16 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:05:16 + '[' /w/workspace/ry_app-service-configurable_main ']' 13:05:16 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 13:05:16 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 13:05:16 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 13:05:17 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:05:17 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:05:17 13:05:17 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:05:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:05:18 latest: Pulling from edgex-lftools-log-publisher 13:05:18 5eb5b503b376: Pulling fs layer 13:05:18 5c69ac0246d0: Pulling fs layer 13:05:18 ec43610c2a17: Pulling fs layer 13:05:18 3a2ae6a8a46f: Pulling fs layer 13:05:18 33b1e0a273af: Pulling fs layer 13:05:18 5d3b04190fa2: Pulling fs layer 13:05:18 2f39f015ded8: Pulling fs layer 13:05:18 33b1e0a273af: Waiting 13:05:18 5d3b04190fa2: Waiting 13:05:18 2f39f015ded8: Waiting 13:05:18 3a2ae6a8a46f: Waiting 13:05:18 5c69ac0246d0: Verifying Checksum 13:05:18 5c69ac0246d0: Download complete 13:05:18 3a2ae6a8a46f: Verifying Checksum 13:05:18 3a2ae6a8a46f: Download complete 13:05:18 33b1e0a273af: Verifying Checksum 13:05:18 33b1e0a273af: Download complete 13:05:18 ec43610c2a17: Verifying Checksum 13:05:18 ec43610c2a17: Download complete 13:05:18 5d3b04190fa2: Verifying Checksum 13:05:18 5d3b04190fa2: Download complete 13:05:18 5eb5b503b376: Verifying Checksum 13:05:18 5eb5b503b376: Download complete 13:05:18 2f39f015ded8: Verifying Checksum 13:05:18 2f39f015ded8: Download complete 13:05:19 5eb5b503b376: Pull complete 13:05:19 5c69ac0246d0: Pull complete 13:05:20 ec43610c2a17: Pull complete 13:05:20 3a2ae6a8a46f: Pull complete 13:05:20 33b1e0a273af: Pull complete 13:05:20 5d3b04190fa2: Pull complete 13:05:24 2f39f015ded8: Pull complete 13:05:24 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:05:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:05:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:05:24 prd-centos7-docker-4c-2g-5618 does not seem to be running inside a container 13:05:24 $ 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 13:05:29 $ docker top 992e5909349c6fb2da36082f9dc3cc7f8d900d91bf0690039cf1f0ecefb73205 -eo pid,comm [Pipeline] { [Pipeline] sh 13:05:29 + touch /tmp/pre-build-complete [Pipeline] sh 13:05:30 + mkdir -p /var/log/sysstat [Pipeline] sh 13:05:30 + ls /var/log/sa-host 13:05:30 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:05:30 provisioning config files... 13:05:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config12081022827933854734tmp [Pipeline] { [Pipeline] echo 13:05:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:05:30 ---> create-netrc.sh [Pipeline] } 13:05:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:05:31 ---> python-tools-install.sh [Pipeline] echo 13:05:31 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:05:31 ---> sudo-logs.sh 13:05:31 Archiving 'sudo' log.. 13:05:31 sudo: unable to resolve host prd-centos7-docker-4c-2g-5618.novalocal: Name or service not known 13:05:31 sudo: unable to resolve host prd-centos7-docker-4c-2g-5618.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 13:05:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:05:31 ---> job-cost.sh 13:05:31 lf-activate-venv: SKIPPING 13:05:31 DEBUG: total: 0.10999999940395355 13:05:31 INFO: Retrieving Stack Cost... 13:05:32 INFO: Retrieving Pricing Info for: v3-standard-2 13:05:32 INFO: Archiving Costs [Pipeline] echo 13:05:32 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:05:32 ---> logs-deploy.sh 13:05:32 lf-activate-venv: SKIPPING 13:05:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/273 13:05:32 INFO: archiving workspace using pattern(s): 13:05:33 Archives upload complete. 13:05:33 INFO: archiving logs to Nexus 13:05:34 ---> uname -a: 13:05:34 Linux prd-centos7-docker-4c-2g-5618.novalocal 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64 GNU/Linux 13:05:34 13:05:34 13:05:34 ---> lscpu: 13:05:34 Architecture: x86_64 13:05:34 CPU op-mode(s): 32-bit, 64-bit 13:05:34 Byte Order: Little Endian 13:05:34 Address sizes: 40 bits physical, 48 bits virtual 13:05:34 CPU(s): 2 13:05:34 On-line CPU(s) list: 0,1 13:05:34 Thread(s) per core: 1 13:05:34 Core(s) per socket: 1 13:05:34 Socket(s): 2 13:05:34 NUMA node(s): 1 13:05:34 Vendor ID: AuthenticAMD 13:05:34 CPU family: 23 13:05:34 Model: 49 13:05:34 Model name: AMD EPYC-Rome Processor 13:05:34 Stepping: 0 13:05:34 CPU MHz: 2800.000 13:05:34 BogoMIPS: 5600.00 13:05:34 Virtualization: AMD-V 13:05:34 Hypervisor vendor: KVM 13:05:34 Virtualization type: full 13:05:34 L1d cache: 64 KiB 13:05:34 L1i cache: 64 KiB 13:05:34 L2 cache: 1 MiB 13:05:34 L3 cache: 32 MiB 13:05:34 NUMA node0 CPU(s): 0,1 13:05:34 Vulnerability Itlb multihit: Not affected 13:05:34 Vulnerability L1tf: Not affected 13:05:34 Vulnerability Mds: Not affected 13:05:34 Vulnerability Meltdown: Not affected 13:05:34 Vulnerability Mmio stale data: Not affected 13:05:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 13:05:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 13:05:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 13:05:34 Vulnerability Srbds: Not affected 13:05:34 Vulnerability Tsx async abort: Not affected 13:05:34 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 13:05:34 13:05:34 13:05:34 ---> nproc: 13:05:34 2 13:05:34 13:05:34 13:05:34 ---> df -h: 13:05:34 Filesystem Size Used Avail Use% Mounted on 13:05:34 overlay 40G 7.3G 33G 19% / 13:05:34 tmpfs 64M 0 64M 0% /dev 13:05:34 tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup 13:05:34 shm 64M 0 64M 0% /dev/shm 13:05:34 /dev/vda1 40G 7.3G 33G 19% /facter-os 13:05:34 13:05:34 13:05:34 Cannot open /var/log/sysstat/sa23: No such file or directory 13:05:34 Please check if data collecting is enabled 13:05:34 subprocess.CalledProcessError: Command '['sar', '-b', '-r', '-n', 'DEV']' returned non-zero exit status 2. [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 13:05:34 [edgeXInfraPublish] An error occurred while publishing logs: script returned exit code 1 [Pipeline] } 13:05:34 $ docker stop --time=1 992e5909349c6fb2da36082f9dc3cc7f8d900d91bf0690039cf1f0ecefb73205 13:05:35 $ docker rm -f --volumes 992e5909349c6fb2da36082f9dc3cc7f8d900d91bf0690039cf1f0ecefb73205 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] cleanWs 13:05:35 [WS-CLEANUP] Deleting project workspace... 13:05:35 [WS-CLEANUP] Deferred wipeout is used... 13:05:35 [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 13:05:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:05:36 13:05:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:05:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:05:36 latest: Pulling from edgex-lftools-log-publisher 13:05:36 5eb5b503b376: Pulling fs layer 13:05:36 5c69ac0246d0: Pulling fs layer 13:05:36 ec43610c2a17: Pulling fs layer 13:05:36 3a2ae6a8a46f: Pulling fs layer 13:05:36 33b1e0a273af: Pulling fs layer 13:05:36 5d3b04190fa2: Pulling fs layer 13:05:36 2f39f015ded8: Pulling fs layer 13:05:36 33b1e0a273af: Waiting 13:05:36 5d3b04190fa2: Waiting 13:05:36 2f39f015ded8: Waiting 13:05:36 3a2ae6a8a46f: Waiting 13:05:36 5c69ac0246d0: Verifying Checksum 13:05:36 5c69ac0246d0: Download complete 13:05:36 3a2ae6a8a46f: Verifying Checksum 13:05:36 3a2ae6a8a46f: Download complete 13:05:36 33b1e0a273af: Verifying Checksum 13:05:36 33b1e0a273af: Download complete 13:05:36 ec43610c2a17: Verifying Checksum 13:05:36 ec43610c2a17: Download complete 13:05:36 5d3b04190fa2: Download complete 13:05:36 5eb5b503b376: Verifying Checksum 13:05:36 5eb5b503b376: Download complete 13:05:37 2f39f015ded8: Verifying Checksum 13:05:37 2f39f015ded8: Download complete 13:05:38 5eb5b503b376: Pull complete 13:05:38 5c69ac0246d0: Pull complete 13:05:39 ec43610c2a17: Pull complete 13:05:39 3a2ae6a8a46f: Pull complete 13:05:39 33b1e0a273af: Pull complete 13:05:39 5d3b04190fa2: Pull complete 13:05:46 2f39f015ded8: Pull complete 13:05:46 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:05:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:05:46 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:05:46 prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container 13:05:46 $ 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 13:05:49 $ docker top d9bf6b9348faf335056d1ce177dd57dc440c56416b04bd78c48722be752fbcbf -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:05:49 ---> job-cost.sh 13:05:49 lf-activate-venv: SKIPPING 13:05:49 INFO: No Stack... 13:05:50 INFO: Retrieving Pricing Info for: v3-standard-8 13:05:50 INFO: Archiving Costs [Pipeline] sh 13:05:51 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 13:05:51 + cut -d, -f6 [Pipeline] lock 13:05:51 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] 13:05:51 Resource [jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] did not exist. Created. 13:05:51 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:05:51 /w/workspace/ry_app-service-configurable_main@tmp/durable-77c9f4da/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:05:51 + echo total: 0.2199999988079071 [Pipeline] stash 13:05:51 Warning: overwriting stash ‘stack-cost’ 13:05:51 Stashed 1 file(s) [Pipeline] } 13:05:51 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-main-273-stack-cost] [Pipeline] // lock [Pipeline] } 13:05:51 $ docker stop --time=1 d9bf6b9348faf335056d1ce177dd57dc440c56416b04bd78c48722be752fbcbf 13:05:52 $ docker rm -f --volumes d9bf6b9348faf335056d1ce177dd57dc440c56416b04bd78c48722be752fbcbf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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 13:05:53 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 13:05:53 + ls -al /w/workspace/ry_app-service-configurable_main/archives 13:05:53 total 16 13:05:53 drwxr-xr-x 3 root root 4096 Jul 23 13:05 . 13:05:53 drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 13:05 .. 13:05:53 drwxr-xr-x 2 root root 4096 Jul 23 13:05 cost 13:05:53 -rw-r--r-- 1 root root 96 Jul 23 13:05 cost.csv 13:05:53 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 13:05:53 + ls -al /w/workspace/ry_app-service-configurable_main/archives 13:05:53 total 16 13:05:53 drwxr-xr-x 3 jenkins jenkins 4096 Jul 23 13:05 . 13:05:53 drwxrwxr-x 8 jenkins jenkins 4096 Jul 23 13:05 .. 13:05:53 drwxr-xr-x 2 jenkins jenkins 4096 Jul 23 13:05 cost 13:05:53 -rw-r--r-- 1 jenkins jenkins 96 Jul 23 13:05 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:05:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:05:54 ---> package-listing.sh 13:05:54 ++ facter osfamily 13:05:54 ++ tr '[:upper:]' '[:lower:]' 13:05:55 + OS_FAMILY=debian 13:05:55 + workspace=/w/workspace/ry_app-service-configurable_main 13:05:55 + START_PACKAGES=/tmp/packages_start.txt 13:05:55 + END_PACKAGES=/tmp/packages_end.txt 13:05:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:05:55 + PACKAGES=/tmp/packages_start.txt 13:05:55 + '[' /w/workspace/ry_app-service-configurable_main ']' 13:05:55 + PACKAGES=/tmp/packages_end.txt 13:05:55 + case "${OS_FAMILY}" in 13:05:55 + dpkg -l 13:05:55 + grep '^ii' 13:05:55 + '[' -f /tmp/packages_start.txt ']' 13:05:55 + '[' -f /tmp/packages_end.txt ']' 13:05:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:05:55 + '[' /w/workspace/ry_app-service-configurable_main ']' 13:05:55 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 13:05:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 13:05:55 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 13:05:55 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:05:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:05:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:05:56 prd-ubuntu20.04-docker-8c-8g-5615 does not seem to be running inside a container 13:05:56 $ 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 13:05:56 $ docker top a22ee3010cf998ebf4132af60f4b6eca7d3087331c3956e852bda08fb86ea4d0 -eo pid,comm [Pipeline] { [Pipeline] sh 13:05:56 + touch /tmp/pre-build-complete [Pipeline] sh 13:05:57 + mkdir -p /var/log/sysstat [Pipeline] sh 13:05:57 + ls /var/log/sa-host 13:05:57 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:05:57 provisioning config files... 13:05:57 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config11083453856670258887tmp [Pipeline] { [Pipeline] echo 13:05:57 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:05:57 ---> create-netrc.sh [Pipeline] } 13:05:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:05:58 ---> python-tools-install.sh [Pipeline] echo 13:05:58 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:05:58 ---> sudo-logs.sh 13:05:58 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:05:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:05:58 ---> job-cost.sh 13:05:58 lf-activate-venv: SKIPPING 13:05:58 DEBUG: total: 0.2199999988079071 13:05:58 INFO: Retrieving Stack Cost... 13:05:58 INFO: Retrieving Pricing Info for: v3-standard-8 13:05:58 INFO: Archiving Costs [Pipeline] echo 13:05:58 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:05:59 ---> logs-deploy.sh 13:05:59 lf-activate-venv: SKIPPING 13:05:59 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/273 13:05:59 INFO: archiving workspace using pattern(s): 13:06:00 Archives upload complete. 13:06:00 INFO: archiving logs to Nexus