Pull request #675 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 70169381ee4e38355a25d44b59c2fd9235a847e0+15c04fe60731885bccda40a58f5d4699135bca2b (6534306abf817ab0e22b4bcb3234502d6ec6c5fe) 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-ssh10539202320593905746.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3350a1713306dce7682ed7e37d5774890d03277 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-ssh14132097324315724895.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 f3350a1713306dce7682ed7e37d5774890d03277 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-675/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-675/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6062833507648343722.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-675/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1174202622770213947.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3350a1713306dce7682ed7e37d5774890d03277 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3350a1713306dce7682ed7e37d5774890d03277 # timeout=10 Commit message: "Merge pull request #455 from cherrycl/issue-452-3" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh8401709214076410445.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/PR-675/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-675/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12860964707390833818.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 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.21 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-9862 in /w/workspace/_app-service-configurable_PR-675 [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/_app-service-configurable_PR-675 # 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 Merging remotes/origin/main commit 15c04fe60731885bccda40a58f5d4699135bca2b into PR head commit 70169381ee4e38355a25d44b59c2fd9235a847e0 Merge succeeded, producing 70169381ee4e38355a25d44b59c2fd9235a847e0 Checking out Revision 70169381ee4e38355a25d44b59c2fd9235a847e0 (PR-675) Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/675/head:refs/remotes/origin/PR-675 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70169381ee4e38355a25d44b59c2fd9235a847e0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 15c04fe60731885bccda40a58f5d4699135bca2b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 70169381ee4e38355a25d44b59c2fd9235a847e0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 12:58:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 12:58:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 12:58:25 ========================================================= 12:58:25 EdgeX Global Pipelines Version Info 12:58:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 12:58:25 ------------------- 12:58:25 stable info: 12:58:25 ------------------- 12:58:25 Commited By: Cherry Wang cherry@iotechsys.com 12:58:25 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 12:58:25 Message: update stable to v1.0.263 12:58:26 ------------------- 12:58:26 experimental info: 12:58:26 ------------------- 12:58:26 Commited By: Cherry Wang cherry@iotechsys.com 12:58:26 Commit SHA: f3350a1713306dce7682ed7e37d5774890d03277 12:58:26 Message: update experimental to v1.0.263 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 12:58:26 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 12:58:26 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 12:58:26 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 12:58:26 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 12:58:26 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 12:58:27 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-675 [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-675 [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-675 [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7016938 [Pipeline] echo 12:58:28 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:58:28 provisioning config files... 12:58:28 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-675@tmp/config6150886513559276039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:58:29 ---> ****-login.sh 12:58:29 nexus3.edgexfoundry.org:10001 12:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:29 Configure a credential helper to remove this warning. See 12:58:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:29 12:58:29 Login Succeeded 12:58:29 nexus3.edgexfoundry.org:10002 12:58:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:29 Configure a credential helper to remove this warning. See 12:58:29 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:29 12:58:29 Login Succeeded 12:58:29 nexus3.edgexfoundry.org:10003 12:58:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:30 Configure a credential helper to remove this warning. See 12:58:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:30 12:58:30 Login Succeeded 12:58:30 nexus3.edgexfoundry.org:10004 12:58:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:30 Configure a credential helper to remove this warning. See 12:58:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:30 12:58:30 Login Succeeded 12:58:30 ****.io 12:58:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:30 Configure a credential helper to remove this warning. See 12:58:30 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:30 12:58:30 Login Succeeded 12:58:30 ---> ****-login.sh ends [Pipeline] } 12:58:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 12:58:31 + git rev-list -1 --merges 70169381ee4e38355a25d44b59c2fd9235a847e0~1..70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] echo 12:58:31 -----------> git rev-list -1 --merges 70169381ee4e38355a25d44b59c2fd9235a847e0~1..70169381ee4e38355a25d44b59c2fd9235a847e0 70169381ee4e38355a25d44b59c2fd9235a847e0 [false] [Pipeline] sh 12:58:31 + git log --format=format:%s -1 70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] echo 12:58:31 ========================================================= 12:58:31 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 12:58:31 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 12:58:32 + git log --format=format:%s -1 70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] echo 12:58:32 [semverPrep] GIT_COMMIT: 70169381ee4e38355a25d44b59c2fd9235a847e0, Commit Message: build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3 [Pipeline] echo 12:58:32 [semverPrep] This is not a build commit. [Pipeline] sh 12:58:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 12:58:32 + grep -v github /etc/ssh/ssh_known_hosts 12:58:32 + [ -e /tmp/ssh_known_hosts ] 12:58:32 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 12:58:32 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 12:58:32 + sudo tee -a /etc/ssh/ssh_known_hosts 12:58:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:58:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:58:33 12:58:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:58:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:58:33 0.1.4: Pulling from edgex-devops/py-git-semver 12:58:33 b85a868b505f: Pulling fs layer 12:58:33 e2be974225ed: Pulling fs layer 12:58:33 339a4e72a1f5: Pulling fs layer 12:58:33 988bab9f4d93: Pulling fs layer 12:58:33 1469e6f7b9e6: Pulling fs layer 12:58:33 eaf3925da568: Pulling fs layer 12:58:33 bab4dde63d76: Pulling fs layer 12:58:33 bde34c3a00c8: Pulling fs layer 12:58:33 b352a97aabf1: Pulling fs layer 12:58:33 4872d77fe225: Pulling fs layer 12:58:33 5851b861e8e6: Pulling fs layer 12:58:33 bab4dde63d76: Waiting 12:58:33 988bab9f4d93: Waiting 12:58:33 bde34c3a00c8: Waiting 12:58:33 b352a97aabf1: Waiting 12:58:33 1469e6f7b9e6: Waiting 12:58:33 eaf3925da568: Waiting 12:58:33 4872d77fe225: Waiting 12:58:33 5851b861e8e6: Waiting 12:58:33 e2be974225ed: Verifying Checksum 12:58:33 e2be974225ed: Download complete 12:58:33 988bab9f4d93: Verifying Checksum 12:58:33 988bab9f4d93: Download complete 12:58:33 1469e6f7b9e6: Verifying Checksum 12:58:33 1469e6f7b9e6: Download complete 12:58:33 339a4e72a1f5: Verifying Checksum 12:58:33 339a4e72a1f5: Download complete 12:58:33 eaf3925da568: Verifying Checksum 12:58:33 eaf3925da568: Download complete 12:58:33 bde34c3a00c8: Download complete 12:58:33 b352a97aabf1: Download complete 12:58:33 4872d77fe225: Download complete 12:58:33 5851b861e8e6: Verifying Checksum 12:58:33 5851b861e8e6: Download complete 12:58:33 b85a868b505f: Verifying Checksum 12:58:33 b85a868b505f: Download complete 12:58:34 bab4dde63d76: Verifying Checksum 12:58:34 b85a868b505f: Pull complete 12:58:34 e2be974225ed: Pull complete 12:58:35 339a4e72a1f5: Pull complete 12:58:35 988bab9f4d93: Pull complete 12:58:35 1469e6f7b9e6: Pull complete 12:58:35 eaf3925da568: Pull complete 12:58:37 bab4dde63d76: Pull complete 12:58:37 bde34c3a00c8: Pull complete 12:58:37 b352a97aabf1: Pull complete 12:58:37 4872d77fe225: Pull complete 12:58:37 5851b861e8e6: Pull complete 12:58:37 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 12:58:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 12:58:37 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 12:58:38 prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container 12:58:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 12:58:41 $ docker top b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 -eo pid,comm 12:58:41 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). 12:58:41 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 12:58:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:58:41 [ssh-agent] Looking for ssh-agent implementation... 12:58:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:58:41 $ docker exec b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 ssh-agent 12:58:41 SSH_AUTH_SOCK=/tmp/ssh-BTYKIfCck8dD/agent.32 12:58:41 SSH_AGENT_PID=38 12:58:41 Running ssh-add (command line suppressed) 12:58:42 Identity added: /w/workspace/_app-service-configurable_PR-675@tmp/private_key_14344178448777812923.key (/w/workspace/_app-service-configurable_PR-675@tmp/private_key_14344178448777812923.key) 12:58:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:58:42 + git tag --points-at HEAD [Pipeline] } 12:58:42 $ docker exec --env ******** --env ******** b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 ssh-agent -k 12:58:42 unset SSH_AUTH_SOCK; 12:58:42 unset SSH_AGENT_PID; 12:58:42 echo Agent pid 38 killed; 12:58:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 12:58:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 12:58:42 [ssh-agent] Looking for ssh-agent implementation... 12:58:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 12:58:42 $ docker exec b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 ssh-agent 12:58:42 SSH_AUTH_SOCK=/tmp/ssh-YD4QBl54txZH/agent.71 12:58:42 SSH_AGENT_PID=77 12:58:42 Running ssh-add (command line suppressed) 12:58:43 Identity added: /w/workspace/_app-service-configurable_PR-675@tmp/private_key_9392401219842584624.key (/w/workspace/_app-service-configurable_PR-675@tmp/private_key_9392401219842584624.key) 12:58:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 12:58:43 + git semver init 12:58:43 2024-09-09 12:58:43,531 [run_init] DEBUG init version:0.0.0 force:False 12:58:43 2024-09-09 12:58:43,531 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-675/.semver 12:58:43 2024-09-09 12:58:43,532 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-675/.semver 12:58:43 2024-09-09 12:58:43,532 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-675/.semver'], cwd=/w/workspace/_app-service-configurable_PR-675, universal_newlines=False, shell=None, istream=None) 12:58:45 2024-09-09 12:58:44,593 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-675/.git/info/exclude 12:58:45 2024-09-09 12:58:44,593 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-675/.semver/PR-675 with force:False 12:58:45 2024-09-09 12:58:44,593 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-675/.semver/PR-675 12:58:45 2024-09-09 12:58:44,598 [execute] INFO git cat-file --batch-check 12:58:45 2024-09-09 12:58:44,598 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-675/.semver, universal_newlines=False, shell=None, istream=) 12:58:45 2024-09-09 12:58:44,603 [execute] INFO git cat-file --batch 12:58:45 2024-09-09 12:58:44,603 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-675/.semver, universal_newlines=False, shell=None, istream=) 12:58:45 2024-09-09 12:58:44,608 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-675/.semver/PR-675 12:58:45 0.0.0 [Pipeline] } 12:58:45 $ docker exec --env ******** --env ******** b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 ssh-agent -k 12:58:45 unset SSH_AUTH_SOCK; 12:58:45 unset SSH_AGENT_PID; 12:58:45 echo Agent pid 77 killed; 12:58:45 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 12:58:45 + git semver [Pipeline] } 12:58:45 $ docker stop --time=1 b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 12:58:47 $ docker rm -f --volumes b0bd84759c506daf11c21b54cee2b09bb22f7e75f70cbc6905638d706be47b41 [Pipeline] // withDockerContainer [Pipeline] sh 12:58:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 12:58:47 Stashed 1 file(s) [Pipeline] echo 12:58:47 [edgeXSemver]: initialized semver on version 0.0.0 [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 12:58:48 provisioning config files... 12:58:48 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-675@tmp/config9403302723064862056tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 12:58:49 ---> ****-login.sh 12:58:49 nexus3.edgexfoundry.org:10001 12:58:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:49 Configure a credential helper to remove this warning. See 12:58:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:49 12:58:49 Login Succeeded 12:58:49 nexus3.edgexfoundry.org:10002 12:58:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:49 Configure a credential helper to remove this warning. See 12:58:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:49 12:58:49 Login Succeeded 12:58:49 nexus3.edgexfoundry.org:10003 12:58:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:49 Configure a credential helper to remove this warning. See 12:58:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:49 12:58:49 Login Succeeded 12:58:49 nexus3.edgexfoundry.org:10004 12:58:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:49 Configure a credential helper to remove this warning. See 12:58:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:49 12:58:49 Login Succeeded 12:58:49 ****.io 12:58:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 12:58:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 12:58:49 Configure a credential helper to remove this warning. See 12:58:49 https://docs.****.com/engine/reference/commandline/login/#credentials-store 12:58:49 12:58:49 Login Succeeded 12:58:49 ---> ****-login.sh ends [Pipeline] } 12:58:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 12:58:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:58:49 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 12:58:49 ========================================================= 12:58:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 12:58:49 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 12:58:50 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . 12:58:50 Sending build context to Docker daemon 9.156MB 12:58:50 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 12:58:50 Step 2/12 : FROM ${BASE} AS builder 12:58:50 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 12:58:50 619be1103602: Pulling fs layer 12:58:50 7862e08f4a3e: Pulling fs layer 12:58:50 5df492c9dc93: Pulling fs layer 12:58:50 7629e6793208: Pulling fs layer 12:58:50 4f4fb700ef54: Pulling fs layer 12:58:50 fb5054dd5b73: Pulling fs layer 12:58:50 eeca6798cff9: Pulling fs layer 12:58:50 aa269ceb94a6: Pulling fs layer 12:58:50 ada007ff1a6a: Pulling fs layer 12:58:50 fb5054dd5b73: Waiting 12:58:50 eeca6798cff9: Waiting 12:58:50 ada007ff1a6a: Waiting 12:58:50 aa269ceb94a6: Waiting 12:58:50 4f4fb700ef54: Waiting 12:58:50 7629e6793208: Waiting 12:58:50 7862e08f4a3e: Download complete 12:58:50 7629e6793208: Verifying Checksum 12:58:50 7629e6793208: Download complete 12:58:50 4f4fb700ef54: Download complete 12:58:50 619be1103602: Download complete 12:58:50 fb5054dd5b73: Verifying Checksum 12:58:50 fb5054dd5b73: Download complete 12:58:50 eeca6798cff9: Verifying Checksum 12:58:50 eeca6798cff9: Download complete 12:58:50 619be1103602: Pull complete 12:58:51 ada007ff1a6a: Verifying Checksum 12:58:51 ada007ff1a6a: Download complete 12:58:51 7862e08f4a3e: Pull complete 12:58:51 5df492c9dc93: Verifying Checksum 12:58:51 5df492c9dc93: Download complete 12:58:51 aa269ceb94a6: Verifying Checksum 12:58:51 aa269ceb94a6: Download complete 12:58:54 5df492c9dc93: Pull complete 12:58:54 7629e6793208: Pull complete 12:58:54 4f4fb700ef54: Pull complete 12:58:54 fb5054dd5b73: Pull complete 12:58:54 eeca6798cff9: Pull complete 12:58:56 aa269ceb94a6: Pull complete 12:58:56 ada007ff1a6a: Pull complete 12:58:56 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 12:58:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 12:58:56 ---> f489d0715acc 12:58:56 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 12:59:02 ---> Running in f64020a0f6f1 12:59:02 Removing intermediate container f64020a0f6f1 12:59:02 ---> decb301e0b79 12:59:02 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 12:59:02 ---> Running in b8a139e55630 12:59:02 Removing intermediate container b8a139e55630 12:59:02 ---> 845d67100ade 12:59:02 Step 5/12 : ARG ADD_BUILD_TAGS="" 12:59:02 ---> Running in 6cb843571c27 12:59:02 Removing intermediate container 6cb843571c27 12:59:02 ---> 5f7c80457090 12:59:02 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 12:59:02 ---> Running in 09dede9a60f7 12:59:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 12:59:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 12:59:03 OK: 264 MiB in 52 packages 12:59:03 Removing intermediate container 09dede9a60f7 12:59:03 ---> cc9172a48668 12:59:03 Step 7/12 : WORKDIR /app 12:59:03 ---> Running in d86edc8105d2 12:59:03 Removing intermediate container d86edc8105d2 12:59:03 ---> e5dc1088a33a 12:59:03 Step 8/12 : COPY go.mod vendor* ./ 12:59:03 Still waiting to schedule task 12:59:03 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 12:59:03 ---> 1435d3c9f764 12:59:03 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 12:59:03 ---> Running in 7a7f4d7619fb 12:59:59 Removing intermediate container 7a7f4d7619fb 12:59:59 ---> 99d23d1ae34b 12:59:59 Step 10/12 : COPY . . 12:59:59 ---> c16ae631f028 12:59:59 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 12:59:59 ---> Running in d39f756eaef5 12:59:59 Removing intermediate container d39f756eaef5 12:59:59 ---> e36cf2bb14ee 12:59:59 Step 12/12 : RUN $MAKE 12:59:59 ---> Running in 71d22fb40a19 12:59:59 noop 12:59:59 Removing intermediate container 71d22fb40a19 12:59:59 ---> e567f4f548cd 12:59:59 Successfully built e567f4f548cd 12:59:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:00:00 + docker inspect -f . ci-base-image-x86_64 13:00:00 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:00:00 prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container 13:00:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@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 ******** -e ******** ci-base-image-x86_64 cat 13:00:00 $ docker top 2fd5f0629f47d3301c9fda73670b83918dfc2184d064807297f622837ce518fa -eo pid,comm [Pipeline] { [Pipeline] sh 13:00:01 + go version 13:00:01 go version go1.21.9 linux/amd64 [Pipeline] } 13:00:01 $ docker stop --time=1 2fd5f0629f47d3301c9fda73670b83918dfc2184d064807297f622837ce518fa 13:00:02 $ docker rm -f --volumes 2fd5f0629f47d3301c9fda73670b83918dfc2184d064807297f622837ce518fa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:00:03 + docker inspect -f . ci-base-image-x86_64 13:00:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:00:03 prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container 13:00:03 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/_app-service-configurable_PR-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@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 ******** -e ******** ci-base-image-x86_64 cat 13:00:03 $ docker top 75c98428517fd90d0d8f56c8b587b829b3362a225b78858d7072c1c125ea5a99 -eo pid,comm [Pipeline] { [Pipeline] sh 13:00:04 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-675 [Pipeline] fileExists [Pipeline] sh 13:00:04 + make test 13:00:04 go test -race -coverprofile=coverage.out ./... 13:00:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 13:01:07 go vet ./... 13:01:10 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:01:10 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:01:10 ./bin/test-attribution-txt.sh 13:01:10 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 13:01:10 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 13:01:10 An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add 13:01:10 An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add 13:01:10 An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add 13:01:10 An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add 13:01:10 An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add 13:01:10 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo 13:01:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:01:10 $ docker stop --time=1 75c98428517fd90d0d8f56c8b587b829b3362a225b78858d7072c1c125ea5a99 13:01:17 $ docker rm -f --volumes 75c98428517fd90d0d8f56c8b587b829b3362a225b78858d7072c1c125ea5a99 [Pipeline] // withDockerContainer [Pipeline] sh 13:01:18 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:01:18 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 13:01:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:01:19 + ls -al . 13:01:19 total 264 13:01:19 drwxrwxr-x 7 jenkins jenkins 4096 Sep 9 13:00 . 13:01:19 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 12:58 .. 13:01:19 -rw-rw-r-- 1 jenkins jenkins 119 Sep 9 12:58 .dockerignore 13:01:19 drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 13:00 .git 13:01:19 drwxrwxr-x 3 jenkins jenkins 4096 Sep 9 12:58 .github 13:01:19 -rw-rw-r-- 1 jenkins jenkins 106 Sep 9 12:58 .gitignore 13:01:19 -rw-rw-r-- 1 jenkins jenkins 41 Sep 9 12:58 .golangci.yml 13:01:19 drwxr-xr-x 3 jenkins jenkins 4096 Sep 9 12:58 .semver 13:01:19 -rw-rw-r-- 1 jenkins jenkins 18981 Sep 9 12:58 Attribution.txt 13:01:19 -rw-rw-r-- 1 jenkins jenkins 37263 Sep 9 12:58 CHANGELOG.md 13:01:19 -rw-rw-r-- 1 jenkins jenkins 2007 Sep 9 12:58 Dockerfile 13:01:19 -rw-rw-r-- 1 jenkins jenkins 677 Sep 9 12:58 GOVERNANCE.md 13:01:19 -rw-rw-r-- 1 jenkins jenkins 666 Sep 9 12:58 Jenkinsfile 13:01:19 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 9 12:58 LICENSE 13:01:19 -rw-rw-r-- 1 jenkins jenkins 618 Sep 9 12:58 OWNERS.md 13:01:19 -rw-rw-r-- 1 jenkins jenkins 4582 Sep 9 12:58 README.md 13:01:19 -rw-rw-r-- 1 jenkins jenkins 5 Sep 9 12:58 VERSION 13:01:19 drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 12:58 bin 13:01:19 -rw-r--r-- 1 jenkins jenkins 13 Sep 9 13:00 coverage.out 13:01:19 -rw-rw-r-- 1 jenkins jenkins 7342 Sep 9 12:58 go.mod 13:01:19 -rw-rw-r-- 1 jenkins jenkins 102421 Sep 9 12:58 go.sum 13:01:19 -rw-rw-r-- 1 jenkins jenkins 1937 Sep 9 12:58 main.go 13:01:19 -rw-rw-r-- 1 jenkins jenkins 2572 Sep 9 12:58 makefile 13:01:19 drwxrwxr-x 10 jenkins jenkins 4096 Sep 9 12:58 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:01:19 + 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=70169381ee4e38355a25d44b59c2fd9235a847e0 --label arch=amd64 --label version=0.0.0 . 13:01:19 Sending build context to Docker daemon 9.157MB 13:01:19 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 13:01:19 Step 2/27 : FROM ${BASE} AS builder 13:01:19 ---> e567f4f548cd 13:01:19 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 13:01:20 ---> Running in cee3b71c8f86 13:01:20 Removing intermediate container cee3b71c8f86 13:01:20 ---> 75fe635cf419 13:01:20 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 13:01:20 ---> Running in e26c9b758409 13:01:20 Removing intermediate container e26c9b758409 13:01:20 ---> f41200382b6f 13:01:20 Step 5/27 : ARG ADD_BUILD_TAGS="" 13:01:20 ---> Running in 397291c27774 13:01:20 Removing intermediate container 397291c27774 13:01:20 ---> 7235cfc167e9 13:01:20 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:01:20 ---> Running in ebdf2fdcdcbf 13:01:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:01:20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:01:20 OK: 264 MiB in 52 packages 13:01:21 Removing intermediate container ebdf2fdcdcbf 13:01:21 ---> 78ff0123c432 13:01:21 Step 7/27 : WORKDIR /app 13:01:21 ---> Running in e66b5da4cfc5 13:01:21 Removing intermediate container e66b5da4cfc5 13:01:21 ---> 710a68253afe 13:01:21 Step 8/27 : COPY go.mod vendor* ./ 13:01:21 ---> be7471cbd1a9 13:01:21 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:01:21 ---> Running in fb0f29c33c61 13:01:22 Removing intermediate container fb0f29c33c61 13:01:22 ---> b77f5159c6cc 13:01:22 Step 10/27 : COPY . . 13:01:22 ---> 380587168d09 13:01:22 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:01:22 ---> Running in 3b23f7e90c16 13:01:22 Removing intermediate container 3b23f7e90c16 13:01:22 ---> c3a4454fd32f 13:01:22 Step 12/27 : RUN $MAKE 13:01:22 ---> Running in 8cd2d2e871d1 13:01:23 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.50 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 13:02:01 Removing intermediate container 8cd2d2e871d1 13:02:01 ---> 71f879939ee6 13:02:01 Step 13/27 : FROM alpine:3.18 13:02:01 3.18: Pulling from library/alpine 13:02:01 1cc3d825d8b2: Pulling fs layer 13:02:01 1cc3d825d8b2: Download complete 13:02:01 1cc3d825d8b2: Pull complete 13:02:01 Digest: sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 13:02:01 Status: Downloaded newer image for alpine:3.18 13:02:01 ---> 2c64cf60f6f0 13:02:01 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 13:02:01 ---> Running in e1b7c6f869b1 13:02:01 Removing intermediate container e1b7c6f869b1 13:02:01 ---> 18d7f103d019 13:02:01 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 13:02:01 ---> Running in e6c73a392a0c 13:02:01 Removing intermediate container e6c73a392a0c 13:02:01 ---> a438b0d2581c 13:02:01 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 13:02:01 ---> Running in 185458c3eca9 13:02:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:02:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:02:01 (1/2) Installing ca-certificates (20240226-r0) 13:02:01 (2/2) Installing dumb-init (1.2.5-r2) 13:02:01 Executing busybox-1.36.1-r7.trigger 13:02:01 Executing ca-certificates-20240226-r0.trigger 13:02:01 OK: 8 MiB in 17 packages 13:02:01 Removing intermediate container 185458c3eca9 13:02:01 ---> 51ae49aa4351 13:02:01 Step 17/27 : RUN apk --no-cache upgrade 13:02:01 ---> Running in 7e68f7756523 13:02:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 13:02:01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 13:02:01 OK: 8 MiB in 17 packages 13:02:01 Removing intermediate container 7e68f7756523 13:02:01 ---> c4ce3f48077c 13:02:01 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:02:01 ---> 141517621b76 13:02:01 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 13:02:01 ---> f33e88c818ed 13:02:01 Step 20/27 : COPY --from=builder /app/res/ /res/ 13:02:01 ---> b05c57416da2 13:02:01 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 13:02:01 ---> dcc2048e2fed 13:02:01 Step 22/27 : EXPOSE 48095 13:02:01 ---> Running in 99c3e1751de8 13:02:01 Removing intermediate container 99c3e1751de8 13:02:01 ---> ced0ef60827a 13:02:01 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 13:02:01 ---> Running in 35f6523b2039 13:02:01 Removing intermediate container 35f6523b2039 13:02:01 ---> 54a15e708a60 13:02:01 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:02:01 ---> Running in 4f415fa44257 13:02:01 Removing intermediate container 4f415fa44257 13:02:01 ---> 50127e4d2152 13:02:01 Step 25/27 : LABEL arch=amd64 13:02:01 ---> Running in ef116b9d5cd3 13:02:01 Removing intermediate container ef116b9d5cd3 13:02:01 ---> 8d5a74ff1bfa 13:02:01 Step 26/27 : LABEL git_sha=70169381ee4e38355a25d44b59c2fd9235a847e0 13:02:01 ---> Running in 8edff3982921 13:02:01 Removing intermediate container 8edff3982921 13:02:01 ---> 5c1a104b1576 13:02:01 Step 27/27 : LABEL version=0.0.0 13:02:01 ---> Running in fba2bf497d4a 13:02:01 Removing intermediate container fba2bf497d4a 13:02:01 ---> 32653eda66fd 13:02:01 [Warning] One or more build-args [ARCH] were not consumed 13:02:01 Successfully built 32653eda66fd 13:02:01 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [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:02:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:02:02 13:02:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:02:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:02:03 latest: Pulling from edgex-lftools-log-publisher 13:02:03 5eb5b503b376: Pulling fs layer 13:02:03 5c69ac0246d0: Pulling fs layer 13:02:03 ec43610c2a17: Pulling fs layer 13:02:03 3a2ae6a8a46f: Pulling fs layer 13:02:03 33b1e0a273af: Pulling fs layer 13:02:03 5d3b04190fa2: Pulling fs layer 13:02:03 2f39f015ded8: Pulling fs layer 13:02:03 3a2ae6a8a46f: Waiting 13:02:03 2f39f015ded8: Waiting 13:02:03 5d3b04190fa2: Waiting 13:02:03 33b1e0a273af: Waiting 13:02:03 5c69ac0246d0: Download complete 13:02:03 3a2ae6a8a46f: Verifying Checksum 13:02:03 3a2ae6a8a46f: Download complete 13:02:03 33b1e0a273af: Verifying Checksum 13:02:03 33b1e0a273af: Download complete 13:02:03 5d3b04190fa2: Verifying Checksum 13:02:03 5d3b04190fa2: Download complete 13:02:03 ec43610c2a17: Verifying Checksum 13:02:03 ec43610c2a17: Download complete 13:02:03 5eb5b503b376: Verifying Checksum 13:02:03 5eb5b503b376: Download complete 13:02:04 2f39f015ded8: Verifying Checksum 13:02:04 2f39f015ded8: Download complete 13:02:04 5eb5b503b376: Pull complete 13:02:04 5c69ac0246d0: Pull complete 13:02:05 ec43610c2a17: Pull complete 13:02:05 3a2ae6a8a46f: Pull complete 13:02:05 33b1e0a273af: Pull complete 13:02:05 5d3b04190fa2: Pull complete 13:02:09 2f39f015ded8: Pull complete 13:02:09 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 13:02:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:02:09 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:02:09 prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container 13:02:09 $ 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_PR-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 13:02:16 $ docker top 1b336a851a1c12627b84484e474d25c58c72c4968b14e1866116a51979bcab9e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:02:16 ---> job-cost.sh 13:02:16 lf-activate-venv: SKIPPING 13:02:16 INFO: No Stack... 13:02:17 INFO: Retrieving Pricing Info for: v3-standard-8 13:02:17 INFO: Archiving Costs [Pipeline] sh 13:02:17 + cat /w/workspace/_app-service-configurable_PR-675/archives/cost.csv 13:02:17 + cut -d, -f6 [Pipeline] lock 13:02:17 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] 13:02:17 Resource [jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] did not exist. Created. 13:02:17 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:02:18 + echo total: 0.2199999988079071 [Pipeline] stash 13:02:18 Stashed 1 file(s) [Pipeline] } 13:02:18 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:02:18 $ docker stop --time=1 1b336a851a1c12627b84484e474d25c58c72c4968b14e1866116a51979bcab9e 13:02:19 $ docker rm -f --volumes 1b336a851a1c12627b84484e474d25c58c72c4968b14e1866116a51979bcab9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 13:02:42 Running on prd-ubuntu20.04-docker-arm64-4c-16g-9864 in /w/workspace/_app-service-configurable_PR-675 [Pipeline] { [Pipeline] ws 13:02:42 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 13:02:42 The recommended git tool is: git 13:02:51 using credential edgex-jenkins-ssh 13:02:51 Cloning the remote Git repository 13:02:51 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 13:02:52 > git init /w/workspace/app-service-configurable/1 # timeout=10 13:02:52 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 13:02:52 > git --version # timeout=10 13:02:52 > git --version # 'git version 2.25.1' 13:02:52 using GIT_SSH to set credentials SSH Credentials for GitHub 13:02:52 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 13:02:55 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 13:02:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 13:02:57 Merging remotes/origin/main commit 15c04fe60731885bccda40a58f5d4699135bca2b into PR head commit 70169381ee4e38355a25d44b59c2fd9235a847e0 13:02:57 Merge succeeded, producing 70169381ee4e38355a25d44b59c2fd9235a847e0 13:02:57 Checking out Revision 70169381ee4e38355a25d44b59c2fd9235a847e0 (PR-675) 13:02:56 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 13:02:56 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 13:02:56 using GIT_SSH to set credentials SSH Credentials for GitHub 13:02:56 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/675/head:refs/remotes/origin/PR-675 +refs/heads/main:refs/remotes/origin/main # timeout=10 13:02:57 > git config core.sparsecheckout # timeout=10 13:02:57 > git checkout -f 70169381ee4e38355a25d44b59c2fd9235a847e0 # timeout=10 13:02:57 > git remote # timeout=10 13:02:57 > git config --get remote.origin.url # timeout=10 13:02:57 using GIT_SSH to set credentials SSH Credentials for GitHub 13:02:57 > git merge 15c04fe60731885bccda40a58f5d4699135bca2b # timeout=10 13:02:57 > git rev-parse HEAD^{commit} # timeout=10 13:02:57 > git config core.sparsecheckout # timeout=10 13:02:57 > git checkout -f 70169381ee4e38355a25d44b59c2fd9235a847e0 # timeout=10 13:02:58 Commit message: "build(deps): Bump github.com/edgexfoundry/app-functions-sdk-go/v3" 13:02:58 > git --version # timeout=10 13:02:58 > git --version # 'git version 2.25.1' 13:02:58 fatal: bad object f3350a1713306dce7682ed7e37d5774890d03277 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 13:03:03 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 13:03:03 % Total % Received % Xferd Average Speed Time Time Time Current 13:03:03 Dload Upload Total Spent Left Speed 13:03:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 91628 0 --:--:-- --:--:-- --:--:-- 91628 [Pipeline] sh 13:03:04 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 13:03:04 + sudo tee /etc/docker/daemon.new 13:03:04 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 13:03:04 { 13:03:04 "registry-mirrors": [ 13:03:04 "https://nexus3.edgexfoundry.org:10001" 13:03:04 ], 13:03:04 "bip": "10.250.0.254/24", 13:03:04 "hosts": [ 13:03:04 "tcp://0.0.0.0:5555", 13:03:04 "unix:///var/run/docker.sock" 13:03:04 ], 13:03:04 "mtu": 1458, 13:03:04 "selinux-enabled": true, 13:03:04 "seccomp-profile": "/etc/docker/seccomp.json" 13:03:04 } [Pipeline] sh 13:03:04 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 13:03:05 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:03:23 provisioning config files... 13:03:23 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config10278765875186167119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:03:24 ---> ****-login.sh 13:03:24 nexus3.edgexfoundry.org:10001 13:03:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:24 Configure a credential helper to remove this warning. See 13:03:24 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:24 13:03:24 Login Succeeded 13:03:24 nexus3.edgexfoundry.org:10002 13:03:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:25 Configure a credential helper to remove this warning. See 13:03:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:25 13:03:25 Login Succeeded 13:03:25 nexus3.edgexfoundry.org:10003 13:03:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:25 Configure a credential helper to remove this warning. See 13:03:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:25 13:03:25 Login Succeeded 13:03:25 nexus3.edgexfoundry.org:10004 13:03:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:25 Configure a credential helper to remove this warning. See 13:03:25 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:25 13:03:25 Login Succeeded 13:03:25 ****.io 13:03:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 13:03:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 13:03:26 Configure a credential helper to remove this warning. See 13:03:26 https://docs.****.com/engine/reference/commandline/login/#credentials-store 13:03:26 13:03:26 Login Succeeded 13:03:26 ---> ****-login.sh ends [Pipeline] } 13:03:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 13:03:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:03:27 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 13:03:27 ========================================================= 13:03:27 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 13:03:27 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:03:27 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . 13:03:27 Sending build context to Docker daemon 242.7kB 13:03:28 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 13:03:28 Step 2/12 : FROM ${BASE} AS builder 13:03:28 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 13:03:28 c6b39de5b339: Pulling fs layer 13:03:28 a69c41024577: Pulling fs layer 13:03:28 d6de4b400683: Pulling fs layer 13:03:28 35cb2a7552d0: Pulling fs layer 13:03:28 4f4fb700ef54: Pulling fs layer 13:03:28 464afbd9ba4c: Pulling fs layer 13:03:28 00f215d4a9da: Pulling fs layer 13:03:28 d496ad576159: Pulling fs layer 13:03:28 4f4fb700ef54: Waiting 13:03:28 464afbd9ba4c: Waiting 13:03:28 00f215d4a9da: Waiting 13:03:28 d496ad576159: Waiting 13:03:28 35cb2a7552d0: Waiting 13:03:28 a69c41024577: Verifying Checksum 13:03:28 a69c41024577: Download complete 13:03:28 35cb2a7552d0: Download complete 13:03:28 4f4fb700ef54: Verifying Checksum 13:03:28 4f4fb700ef54: Download complete 13:03:28 464afbd9ba4c: Verifying Checksum 13:03:28 464afbd9ba4c: Download complete 13:03:28 c6b39de5b339: Verifying Checksum 13:03:28 c6b39de5b339: Download complete 13:03:28 d496ad576159: Verifying Checksum 13:03:28 d496ad576159: Download complete 13:03:29 c6b39de5b339: Pull complete 13:03:30 a69c41024577: Pull complete 13:03:30 d6de4b400683: Verifying Checksum 13:03:30 d6de4b400683: Download complete 13:03:31 00f215d4a9da: Verifying Checksum 13:03:31 00f215d4a9da: Download complete 13:03:43 d6de4b400683: Pull complete 13:03:43 35cb2a7552d0: Pull complete 13:03:43 4f4fb700ef54: Pull complete 13:03:43 464afbd9ba4c: Pull complete 13:03:52 00f215d4a9da: Pull complete 13:03:53 d496ad576159: Pull complete 13:03:53 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 13:03:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 13:03:53 ---> f246e2811388 13:03:53 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 13:03:55 ---> Running in 9b240ac5652e 13:03:55 Removing intermediate container 9b240ac5652e 13:03:55 ---> 92c7a9cc86d9 13:03:55 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 13:03:55 ---> Running in ea6adfa8f3c9 13:03:55 Removing intermediate container ea6adfa8f3c9 13:03:55 ---> b196ad644b13 13:03:55 Step 5/12 : ARG ADD_BUILD_TAGS="" 13:03:56 ---> Running in 2e9b14b57036 13:03:56 Removing intermediate container 2e9b14b57036 13:03:56 ---> 2b323b4573ae 13:03:56 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:03:56 ---> Running in f533ee7c414a 13:03:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:03:57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:03:58 OK: 266 MiB in 52 packages 13:04:00 Removing intermediate container f533ee7c414a 13:04:00 ---> 1a66ba8b8fef 13:04:00 Step 7/12 : WORKDIR /app 13:04:00 ---> Running in 1ebd716228c6 13:04:01 Removing intermediate container 1ebd716228c6 13:04:01 ---> b8fe36916b51 13:04:01 Step 8/12 : COPY go.mod vendor* ./ 13:04:01 ---> 5226ff911d7a 13:04:01 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:04:01 ---> Running in 7aefaa0eec7f 13:05:54 Removing intermediate container 7aefaa0eec7f 13:05:54 ---> d9861a7b4027 13:05:54 Step 10/12 : COPY . . 13:05:54 ---> 7186ff9f4ad6 13:05:54 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:05:54 ---> Running in 9fb9c808f081 13:05:54 Removing intermediate container 9fb9c808f081 13:05:54 ---> 0a2b47c57dc0 13:05:54 Step 12/12 : RUN $MAKE 13:05:54 ---> Running in bb14cb6dcc41 13:05:55 noop 13:05:55 Removing intermediate container bb14cb6dcc41 13:05:55 ---> af70956f3017 13:05:55 Successfully built af70956f3017 13:05:55 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:05:56 + docker inspect -f . ci-base-image-arm64 13:05:56 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:05:57 prd-ubuntu20.04-docker-arm64-4c-16g-9864 does not seem to be running inside a container 13:05:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 13:05:58 $ docker top 048dd99b2338405d4e5af1fe8504942bc5b32a64ca98ad78efaf05e22f5fd383 -eo pid,comm [Pipeline] { [Pipeline] sh 13:05:59 + go version 13:05:59 go version go1.21.9 linux/arm64 [Pipeline] } 13:05:59 $ docker stop --time=1 048dd99b2338405d4e5af1fe8504942bc5b32a64ca98ad78efaf05e22f5fd383 13:06:00 $ docker rm -f --volumes 048dd99b2338405d4e5af1fe8504942bc5b32a64ca98ad78efaf05e22f5fd383 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:06:01 + docker inspect -f . ci-base-image-arm64 13:06:01 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:06:02 prd-ubuntu20.04-docker-arm64-4c-16g-9864 does not seem to be running inside a container 13:06:02 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** ci-base-image-arm64 cat 13:06:03 $ docker top 0127a96f2258cac7d4275f55fe9506015efcc5f25eaf407d62820a5d60d94cab -eo pid,comm [Pipeline] { [Pipeline] sh 13:06:04 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 13:06:04 + make test 13:06:04 go test -race -coverprofile=coverage.out ./... 13:10:26 ? github.com/edgexfoundry/app-service-configurable [no test files] 13:10:26 WARNING: Linting skipped (not on x86_64 or linter not installed) 13:10:26 go vet ./... 13:14:33 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 13:14:33 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 13:14:33 ./bin/test-attribution-txt.sh 13:14:33 An attribution for github.com/barkimedes/go-deepcopy is missing from Attribution.txt, please add 13:14:33 An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add 13:14:33 An attribution for github.com/jackc/pgerrcode is missing from Attribution.txt, please add 13:14:33 An attribution for github.com/jackc/pgpassfile is missing from Attribution.txt, please add 13:14:33 An attribution for github.com/jackc/pgservicefile is missing from Attribution.txt, please add 13:14:33 An attribution for github.com/jackc/pgx/v5 is missing from Attribution.txt, please add 13:14:33 An attribution for github.com/jackc/puddle/v2 is missing from Attribution.txt, please add 13:14:33 An attribution for github.com/spf13/cast is missing from Attribution.txt, please add [Pipeline] echo 13:14:33 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 13:14:33 $ docker stop --time=1 0127a96f2258cac7d4275f55fe9506015efcc5f25eaf407d62820a5d60d94cab 13:14:35 $ docker rm -f --volumes 0127a96f2258cac7d4275f55fe9506015efcc5f25eaf407d62820a5d60d94cab [Pipeline] // withDockerContainer [Pipeline] sh 13:14:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 13:14:37 Warning: overwriting stash ‘coverage-report’ 13:14:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 13:14:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 13:14:39 + ls -al . 13:14:39 total 260 13:14:39 drwxrwxr-x 6 jenkins jenkins 4096 Sep 9 13:06 . 13:14:39 drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 13:02 .. 13:14:39 -rw-rw-r-- 1 jenkins jenkins 119 Sep 9 13:02 .dockerignore 13:14:39 drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 13:03 .git 13:14:39 drwxrwxr-x 3 jenkins jenkins 4096 Sep 9 13:02 .github 13:14:39 -rw-rw-r-- 1 jenkins jenkins 106 Sep 9 13:02 .gitignore 13:14:39 -rw-rw-r-- 1 jenkins jenkins 41 Sep 9 13:02 .golangci.yml 13:14:39 -rw-rw-r-- 1 jenkins jenkins 18981 Sep 9 13:02 Attribution.txt 13:14:39 -rw-rw-r-- 1 jenkins jenkins 37263 Sep 9 13:02 CHANGELOG.md 13:14:39 -rw-rw-r-- 1 jenkins jenkins 2007 Sep 9 13:02 Dockerfile 13:14:39 -rw-rw-r-- 1 jenkins jenkins 677 Sep 9 13:02 GOVERNANCE.md 13:14:39 -rw-rw-r-- 1 jenkins jenkins 666 Sep 9 13:02 Jenkinsfile 13:14:39 -rw-rw-r-- 1 jenkins jenkins 10174 Sep 9 13:02 LICENSE 13:14:39 -rw-rw-r-- 1 jenkins jenkins 618 Sep 9 13:02 OWNERS.md 13:14:39 -rw-rw-r-- 1 jenkins jenkins 4582 Sep 9 13:02 README.md 13:14:39 -rw-rw-r-- 1 jenkins jenkins 5 Sep 9 12:58 VERSION 13:14:39 drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 13:02 bin 13:14:39 -rw-r--r-- 1 jenkins jenkins 13 Sep 9 13:06 coverage.out 13:14:39 -rw-rw-r-- 1 jenkins jenkins 7342 Sep 9 13:02 go.mod 13:14:39 -rw-rw-r-- 1 jenkins jenkins 102421 Sep 9 13:02 go.sum 13:14:39 -rw-rw-r-- 1 jenkins jenkins 1937 Sep 9 13:02 main.go 13:14:39 -rw-rw-r-- 1 jenkins jenkins 2572 Sep 9 13:02 makefile 13:14:39 drwxrwxr-x 10 jenkins jenkins 4096 Sep 9 13:02 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:14:39 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=70169381ee4e38355a25d44b59c2fd9235a847e0 --label arch=arm64 --label version=0.0.0 . 13:14:39 Sending build context to Docker daemon 243.7kB 13:14:40 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 13:14:40 Step 2/27 : FROM ${BASE} AS builder 13:14:40 ---> af70956f3017 13:14:40 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 13:14:40 ---> Running in 233b1f664935 13:14:40 Removing intermediate container 233b1f664935 13:14:40 ---> 92bde4723edd 13:14:40 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 13:14:40 ---> Running in 3cea994c5b7f 13:14:40 Removing intermediate container 3cea994c5b7f 13:14:40 ---> b99bf8c8e6d0 13:14:40 Step 5/27 : ARG ADD_BUILD_TAGS="" 13:14:40 ---> Running in fa748569eaef 13:14:41 Removing intermediate container fa748569eaef 13:14:41 ---> 706ce1f48208 13:14:41 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 13:14:41 ---> Running in ffd1f27d8a9c 13:14:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:14:43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:14:44 OK: 266 MiB in 52 packages 13:14:44 Removing intermediate container ffd1f27d8a9c 13:14:44 ---> ee8e51c82289 13:14:44 Step 7/27 : WORKDIR /app 13:14:44 ---> Running in acdc6b372cc7 13:14:45 Removing intermediate container acdc6b372cc7 13:14:45 ---> 7f7a0fdab37f 13:14:45 Step 8/27 : COPY go.mod vendor* ./ 13:14:45 ---> a0bb55c4b1ae 13:14:45 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 13:14:45 ---> Running in 53e3af4385be 13:14:48 Removing intermediate container 53e3af4385be 13:14:48 ---> 631e5636973d 13:14:48 Step 10/27 : COPY . . 13:14:48 ---> 0ffc8dc9dcd0 13:14:48 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 13:14:48 ---> Running in c09cba9ab633 13:14:48 Removing intermediate container c09cba9ab633 13:14:48 ---> b2471bcf221a 13:14:48 Step 12/27 : RUN $MAKE 13:14:49 ---> Running in db10ecc60a74 13:14:50 CGO_ENABLED=0 go build -tags "" -ldflags "-s -w -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.2.0-dev.50 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 13:18:41 Removing intermediate container db10ecc60a74 13:18:41 ---> e69048f8fd40 13:18:41 Step 13/27 : FROM alpine:3.18 13:18:41 3.18: Pulling from library/alpine 13:18:41 720f3032cd11: Pulling fs layer 13:18:41 720f3032cd11: Download complete 13:18:41 720f3032cd11: Pull complete 13:18:41 Digest: sha256:3ddf7bf1d408188f9849efbf4f902720ae08f5131bb39013518b918aa056d0de 13:18:41 Status: Downloaded newer image for alpine:3.18 13:18:41 ---> 3e834921e367 13:18:41 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 13:18:41 ---> Running in 548b5ca36a35 13:18:41 Removing intermediate container 548b5ca36a35 13:18:41 ---> 81aedfe499a4 13:18:41 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 13:18:41 ---> Running in 8fe163c9b181 13:18:41 Removing intermediate container 8fe163c9b181 13:18:41 ---> 13012f98b050 13:18:41 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 13:18:41 ---> Running in b0e01616bf46 13:18:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:18:42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:18:43 (1/2) Installing ca-certificates (20240226-r0) 13:18:43 (2/2) Installing dumb-init (1.2.5-r2) 13:18:43 Executing busybox-1.36.1-r7.trigger 13:18:43 Executing ca-certificates-20240226-r0.trigger 13:18:43 OK: 9 MiB in 17 packages 13:18:45 Removing intermediate container b0e01616bf46 13:18:45 ---> bec79aebbc79 13:18:45 Step 17/27 : RUN apk --no-cache upgrade 13:18:45 ---> Running in 39a374badcb3 13:18:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 13:18:46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 13:18:48 OK: 9 MiB in 17 packages 13:18:49 Removing intermediate container 39a374badcb3 13:18:49 ---> 9f1847e2cbd4 13:18:49 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 13:18:49 ---> 88291b5c0dc2 13:18:49 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 13:18:49 ---> 8b01ed1e7491 13:18:49 Step 20/27 : COPY --from=builder /app/res/ /res/ 13:18:50 ---> 1428300d871e 13:18:50 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 13:18:52 ---> b3f47a310585 13:18:52 Step 22/27 : EXPOSE 48095 13:18:52 ---> Running in 063c214fd4a1 13:18:52 Removing intermediate container 063c214fd4a1 13:18:52 ---> ba61f804b215 13:18:52 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 13:18:52 ---> Running in ffc326ce2208 13:18:53 Removing intermediate container ffc326ce2208 13:18:53 ---> f72da50f5669 13:18:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 13:18:53 ---> Running in e6dce82c2ddb 13:18:53 Removing intermediate container e6dce82c2ddb 13:18:53 ---> 57a0fd494e61 13:18:53 Step 25/27 : LABEL arch=arm64 13:18:53 ---> Running in 85c2ba597959 13:18:54 Removing intermediate container 85c2ba597959 13:18:54 ---> 912475b07263 13:18:54 Step 26/27 : LABEL git_sha=70169381ee4e38355a25d44b59c2fd9235a847e0 13:18:54 ---> Running in d27fbb80ffd8 13:18:54 Removing intermediate container d27fbb80ffd8 13:18:54 ---> 826eadf0bab5 13:18:54 Step 27/27 : LABEL version=0.0.0 13:18:54 ---> Running in 660f658aaaf6 13:18:54 Removing intermediate container 660f658aaaf6 13:18:54 ---> c3e7840933a6 13:18:54 [Warning] One or more build-args [ARCH] were not consumed 13:18:54 Successfully built c3e7840933a6 13:18:54 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:18:55 13:18:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:18:56 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:18:56 arm64: Pulling from edgex-lftools-log-publisher 13:18:56 8998bd30e6a1: Pulling fs layer 13:18:56 04944245beec: Pulling fs layer 13:18:56 699f458cf7ca: Pulling fs layer 13:18:56 765212b225bb: Pulling fs layer 13:18:56 f23df028b6ca: Pulling fs layer 13:18:56 d65c8cfc05b1: Pulling fs layer 13:18:56 2437ff75d9bd: Pulling fs layer 13:18:56 765212b225bb: Waiting 13:18:56 d65c8cfc05b1: Waiting 13:18:56 f23df028b6ca: Waiting 13:18:56 2437ff75d9bd: Waiting 13:18:56 04944245beec: Verifying Checksum 13:18:56 04944245beec: Download complete 13:18:56 765212b225bb: Verifying Checksum 13:18:56 765212b225bb: Download complete 13:18:56 f23df028b6ca: Verifying Checksum 13:18:56 f23df028b6ca: Download complete 13:18:56 d65c8cfc05b1: Verifying Checksum 13:18:56 d65c8cfc05b1: Download complete 13:18:56 699f458cf7ca: Verifying Checksum 13:18:56 699f458cf7ca: Download complete 13:18:57 8998bd30e6a1: Verifying Checksum 13:18:57 8998bd30e6a1: Download complete 13:18:59 2437ff75d9bd: Verifying Checksum 13:18:59 2437ff75d9bd: Download complete 13:19:02 8998bd30e6a1: Pull complete 13:19:02 04944245beec: Pull complete 13:19:04 699f458cf7ca: Pull complete 13:19:04 765212b225bb: Pull complete 13:19:05 f23df028b6ca: Pull complete 13:19:05 d65c8cfc05b1: Pull complete 13:19:23 2437ff75d9bd: Pull complete 13:19:23 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 13:19:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 13:19:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:19:23 prd-ubuntu20.04-docker-arm64-4c-16g-9864 does not seem to be running inside a container 13:19:23 $ 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/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 13:19:26 $ docker top 47427f4f74386bdac7af3ec8833043172f2b07431353f5fce015685cf3e1901d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 13:19:27 ---> job-cost.sh 13:19:27 lf-activate-venv: SKIPPING 13:19:27 INFO: No Stack... 13:19:28 INFO: Retrieving Pricing Info for: v3-standard-4 13:19:28 INFO: Archiving Costs [Pipeline] sh 13:19:29 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 13:19:29 + cut -d, -f6 [Pipeline] lock 13:19:29 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] 13:19:29 Resource [jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] did not exist. Created. 13:19:29 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 13:19:30 /w/workspace/app-service-configurable/1@tmp/durable-8459069c/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 13:19:31 + echo total: 0.10999999940395355 [Pipeline] stash 13:19:31 Warning: overwriting stash ‘stack-cost’ 13:19:31 Stashed 1 file(s) [Pipeline] } 13:19:31 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-675-1-stack-cost] [Pipeline] // lock [Pipeline] } 13:19:31 $ docker stop --time=1 47427f4f74386bdac7af3ec8833043172f2b07431353f5fce015685cf3e1901d 13:19:33 $ docker rm -f --volumes 47427f4f74386bdac7af3ec8833043172f2b07431353f5fce015685cf3e1901d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 13:19:34 provisioning config files... 13:19:34 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_PR-675@tmp/config18441176824305329614tmp [Pipeline] { [Pipeline] sh 13:19:34 + set +x 13:19:34 + + curl -s https://codecov.io/bash 13:19:34 bash -s -- 13:19:34 13:19:34 _____ _ 13:19:34 / ____| | | 13:19:34 | | ___ __| | ___ ___ _____ __ 13:19:34 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 13:19:34 | |___| (_) | (_| | __/ (_| (_) \ V / 13:19:34 \_____\___/ \__,_|\___|\___\___/ \_/ 13:19:34 Bash-1.0.6 13:19:34 13:19:34 13:19:34 ==> git version 2.25.1 found 13:19:34 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 13:19:34 Release-Date: 2020-01-08 13:19:34 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 13:19:34 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 13:19:34 ==> Jenkins CI detected. 13:19:34 current dir:  /w/workspace/_app-service-configurable_PR-675 13:19:34 project root: . 13:19:34 --> token set from env 13:19:34 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 13:19:34 ==> Running gcov in . (disable via -X gcov) 13:19:34 ==> Python coveragepy not found 13:19:34 ==> Searching for coverage reports in: 13:19:34 + . 13:19:34 -> Found 1 reports 13:19:34 ==> Detecting git/mercurial file structure 13:19:34 ==> Reading reports 13:19:34 + ./coverage.out bytes=13 13:19:34 ==> Appending adjustments 13:19:34 https://docs.codecov.io/docs/fixing-reports 13:19:34 + Found adjustments 13:19:34 ==> Gzipping contents 13:19:34 4.0K /tmp/codecov.0vLXx3.gz 13:19:34 ==> Uploading reports 13:19:34 url: https://codecov.io 13:19:34 query: branch=PR-675&commit=70169381ee4e38355a25d44b59c2fd9235a847e0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-675%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=675&job=&cmd_args= 13:19:34 -> Pinging Codecov 13:19:34 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-675&commit=70169381ee4e38355a25d44b59c2fd9235a847e0&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2FPR-675%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=675&job=&cmd_args= 13:19:35 -> Uploading to 13:19:35 https://storage.googleapis.com/codecov/v4/raw/2024-09-09/A97CA9966030D2A3747ED39772930CCE/70169381ee4e38355a25d44b59c2fd9235a847e0/82fe900b-d811-4573-877e-7924386553dc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20240909%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240909T131935Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ced790586106c2ae154c987cbc83af9e829dadfe54f96dbf5781b893e684e172 13:19:35 % Total % Received % Xferd Average Speed Time Time Time Current 13:19:35 Dload Upload Total Spent Left Speed 13:19:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 259 0 0 100 259 0 1102 --:--:-- --:--:-- --:--:-- 1106 13:19:35 -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/app-service-configurable/commit/70169381ee4e38355a25d44b59c2fd9235a847e0 [Pipeline] } 13:19:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 13:19:37 + [ -d /w/workspace/_app-service-configurable_PR-675/archives ] 13:19:37 + ls -al /w/workspace/_app-service-configurable_PR-675/archives 13:19:37 total 16 13:19:37 drwxr-xr-x 3 root root 4096 Sep 9 13:02 . 13:19:37 drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 13:02 .. 13:19:37 drwxr-xr-x 2 root root 4096 Sep 9 13:02 cost 13:19:37 -rw-r--r-- 1 root root 96 Sep 9 13:02 cost.csv 13:19:37 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-675/archives 13:19:37 + ls -al /w/workspace/_app-service-configurable_PR-675/archives 13:19:37 total 16 13:19:37 drwxr-xr-x 3 jenkins jenkins 4096 Sep 9 13:02 . 13:19:37 drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 13:02 .. 13:19:37 drwxr-xr-x 2 jenkins jenkins 4096 Sep 9 13:02 cost 13:19:37 -rw-r--r-- 1 jenkins jenkins 96 Sep 9 13:02 cost.csv [Pipeline] libraryResource [Pipeline] sh 13:19:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 13:19:39 ---> package-listing.sh 13:19:39 ++ facter osfamily 13:19:39 ++ tr '[:upper:]' '[:lower:]' 13:19:39 + OS_FAMILY=debian 13:19:39 + workspace=/w/workspace/_app-service-configurable_PR-675 13:19:39 + START_PACKAGES=/tmp/packages_start.txt 13:19:39 + END_PACKAGES=/tmp/packages_end.txt 13:19:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 13:19:39 + PACKAGES=/tmp/packages_start.txt 13:19:39 + '[' /w/workspace/_app-service-configurable_PR-675 ']' 13:19:39 + PACKAGES=/tmp/packages_end.txt 13:19:39 + case "${OS_FAMILY}" in 13:19:39 + grep '^ii' 13:19:39 + dpkg -l 13:19:39 + '[' -f /tmp/packages_start.txt ']' 13:19:39 + '[' -f /tmp/packages_end.txt ']' 13:19:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 13:19:39 + '[' /w/workspace/_app-service-configurable_PR-675 ']' 13:19:39 + mkdir -p /w/workspace/_app-service-configurable_PR-675/archives/ 13:19:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-675/archives/ [Pipeline] echo 13:19:39 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-675/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 13:19:39 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 13:19:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 13:19:40 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 13:19:40 prd-ubuntu20.04-docker-8c-8g-9862 does not seem to be running inside a container 13:19:40 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/_app-service-configurable_PR-675/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-675 -v /w/workspace/_app-service-configurable_PR-675:/w/workspace/_app-service-configurable_PR-675:rw,z -v /w/workspace/_app-service-configurable_PR-675@tmp:/w/workspace/_app-service-configurable_PR-675@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:19:40 $ docker top d47babcadbf608725c777a24c9d2939737e9b085a3dad91e729ef3b91a90ad86 -eo pid,comm [Pipeline] { [Pipeline] sh 13:19:41 + touch /tmp/pre-build-complete [Pipeline] sh 13:19:41 + mkdir -p /var/log/sysstat [Pipeline] sh 13:19:41 + ls /var/log/sa-host 13:19:41 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 13:19:41 provisioning config files... 13:19:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-675@tmp/config14424438916301478189tmp [Pipeline] { [Pipeline] echo 13:19:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 13:19:42 ---> create-netrc.sh [Pipeline] } 13:19:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 13:19:42 ---> python-tools-install.sh [Pipeline] echo 13:19:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 13:19:43 ---> sudo-logs.sh 13:19:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 13:19:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 13:19:43 ---> job-cost.sh 13:19:43 lf-activate-venv: SKIPPING 13:19:43 DEBUG: total: 0.2199999988079071 13:19:43 INFO: Retrieving Stack Cost... 13:19:44 INFO: Retrieving Pricing Info for: v3-standard-8 13:19:44 INFO: Archiving Costs [Pipeline] echo 13:19:44 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 13:19:44 ---> logs-deploy.sh 13:19:44 lf-activate-venv: SKIPPING 13:19:44 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-675/1 13:19:44 INFO: archiving workspace using pattern(s): 13:19:45 Archives upload complete. 13:19:45 INFO: archiving logs to Nexus