Pull request #669 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of dovholuknf for edgexfoundry/app-service-configurable Loading trusted files from base branch main at 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 rather than be6923d669411e53fcd5c356ddb3511fa1fa58d3 Obtained Jenkinsfile from 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 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-ssh11178336669919026792.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh2429735459485415650.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 590556114a56c6d90cc8043840e039c2f74196dc 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-669/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-669/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6916024995086179722.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-669/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7642920347151257966.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh17616987260884955064.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-669/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-669/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh15703047764502577422.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 590556114a56c6d90cc8043840e039c2f74196dc 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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6680 in /w/workspace/_app-service-configurable_PR-669 [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-669 # 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 > 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/669/head:refs/remotes/origin/PR-669 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 into PR head commit be6923d669411e53fcd5c356ddb3511fa1fa58d3 Merge succeeded, producing be6923d669411e53fcd5c356ddb3511fa1fa58d3 Checking out Revision be6923d669411e53fcd5c356ddb3511fa1fa58d3 (PR-669) > git config core.sparsecheckout # timeout=10 > git checkout -f be6923d669411e53fcd5c356ddb3511fa1fa58d3 # 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 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f be6923d669411e53fcd5c356ddb3511fa1fa58d3 # timeout=10 Commit message: "feat: update deps" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:36:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:36:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:36:17 ========================================================= 15:36:17 EdgeX Global Pipelines Version Info 15:36:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:36:18 ------------------- 15:36:18 stable info: 15:36:18 ------------------- 15:36:18 Commited By: Ginny Guan ginny@iotechsys.com 15:36:18 Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc 15:36:18 Message: update stable to v1.0.260 15:36:19 ------------------- 15:36:19 experimental info: 15:36:19 ------------------- 15:36:19 Commited By: Ginny Guan ginny@iotechsys.com 15:36:19 Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 15:36:19 Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:36:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:36:20 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-669 [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-669 [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-669 [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = be6923d669411e53fcd5c356ddb3511fa1fa58d3 [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = be6923d [Pipeline] echo 15:36:21 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:36:21 provisioning config files... 15:36:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-669@tmp/config2583758457786897700tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:36:21 ---> ****-login.sh 15:36:21 nexus3.edgexfoundry.org:10001 15:36:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:36:22 Configure a credential helper to remove this warning. See 15:36:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:36:22 15:36:22 Login Succeeded 15:36:22 nexus3.edgexfoundry.org:10002 15:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:36:22 Configure a credential helper to remove this warning. See 15:36:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:36:22 15:36:22 Login Succeeded 15:36:22 nexus3.edgexfoundry.org:10003 15:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:36:22 Configure a credential helper to remove this warning. See 15:36:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:36:22 15:36:22 Login Succeeded 15:36:22 nexus3.edgexfoundry.org:10004 15:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:36:22 Configure a credential helper to remove this warning. See 15:36:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:36:22 15:36:22 Login Succeeded 15:36:22 ****.io 15:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:36:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:36:22 Configure a credential helper to remove this warning. See 15:36:22 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:36:22 15:36:22 Login Succeeded 15:36:22 ---> ****-login.sh ends [Pipeline] } 15:36:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 15:36:23 + git rev-list -1 --merges be6923d669411e53fcd5c356ddb3511fa1fa58d3~1..be6923d669411e53fcd5c356ddb3511fa1fa58d3 [Pipeline] echo 15:36:23 -----------> git rev-list -1 --merges be6923d669411e53fcd5c356ddb3511fa1fa58d3~1..be6923d669411e53fcd5c356ddb3511fa1fa58d3 be6923d669411e53fcd5c356ddb3511fa1fa58d3 [false] [Pipeline] sh 15:36:24 + git log --format=format:%s -1 be6923d669411e53fcd5c356ddb3511fa1fa58d3 [Pipeline] echo 15:36:24 ========================================================= 15:36:24 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 15:36:24 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:24 + git log --format=format:%s -1 be6923d669411e53fcd5c356ddb3511fa1fa58d3 [Pipeline] echo 15:36:24 [semverPrep] GIT_COMMIT: be6923d669411e53fcd5c356ddb3511fa1fa58d3, Commit Message: feat: update deps [Pipeline] echo 15:36:24 [semverPrep] This is not a build commit. [Pipeline] sh 15:36:25 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 15:36:25 + grep -v github /etc/ssh/ssh_known_hosts 15:36:25 + [ -e /tmp/ssh_known_hosts ] 15:36:25 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 15:36:25 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 15:36:25 + sudo tee -a /etc/ssh/ssh_known_hosts 15:36:25 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:25 15:36:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:36:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:26 0.1.4: Pulling from edgex-devops/py-git-semver 15:36:26 b85a868b505f: Pulling fs layer 15:36:26 e2be974225ed: Pulling fs layer 15:36:26 339a4e72a1f5: Pulling fs layer 15:36:26 988bab9f4d93: Pulling fs layer 15:36:26 1469e6f7b9e6: Pulling fs layer 15:36:26 eaf3925da568: Pulling fs layer 15:36:26 bab4dde63d76: Pulling fs layer 15:36:26 bde34c3a00c8: Pulling fs layer 15:36:26 b352a97aabf1: Pulling fs layer 15:36:26 4872d77fe225: Pulling fs layer 15:36:26 5851b861e8e6: Pulling fs layer 15:36:26 988bab9f4d93: Waiting 15:36:26 1469e6f7b9e6: Waiting 15:36:26 eaf3925da568: Waiting 15:36:26 bab4dde63d76: Waiting 15:36:26 bde34c3a00c8: Waiting 15:36:26 b352a97aabf1: Waiting 15:36:26 4872d77fe225: Waiting 15:36:26 5851b861e8e6: Waiting 15:36:26 e2be974225ed: Verifying Checksum 15:36:26 e2be974225ed: Download complete 15:36:26 988bab9f4d93: Verifying Checksum 15:36:26 988bab9f4d93: Download complete 15:36:26 1469e6f7b9e6: Verifying Checksum 15:36:26 1469e6f7b9e6: Download complete 15:36:26 339a4e72a1f5: Verifying Checksum 15:36:26 339a4e72a1f5: Download complete 15:36:26 eaf3925da568: Verifying Checksum 15:36:26 eaf3925da568: Download complete 15:36:26 bde34c3a00c8: Verifying Checksum 15:36:26 bde34c3a00c8: Download complete 15:36:26 b352a97aabf1: Verifying Checksum 15:36:26 b352a97aabf1: Download complete 15:36:26 4872d77fe225: Download complete 15:36:26 5851b861e8e6: Verifying Checksum 15:36:26 5851b861e8e6: Download complete 15:36:26 b85a868b505f: Download complete 15:36:26 bab4dde63d76: Verifying Checksum 15:36:26 bab4dde63d76: Download complete 15:36:27 b85a868b505f: Pull complete 15:36:27 e2be974225ed: Pull complete 15:36:28 339a4e72a1f5: Pull complete 15:36:28 988bab9f4d93: Pull complete 15:36:28 1469e6f7b9e6: Pull complete 15:36:28 eaf3925da568: Pull complete 15:36:32 bab4dde63d76: Pull complete 15:36:32 bde34c3a00c8: Pull complete 15:36:32 b352a97aabf1: Pull complete 15:36:32 4872d77fe225: Pull complete 15:36:32 5851b861e8e6: Pull complete 15:36:32 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 15:36:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 15:36:32 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:36:32 prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container 15:36:32 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat 15:36:35 $ docker top 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f -eo pid,comm 15:36:35 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). 15:36:35 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:37:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:37:02 [ssh-agent] Looking for ssh-agent implementation... 15:37:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:37:02 $ docker exec 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f ssh-agent 15:37:02 SSH_AUTH_SOCK=/tmp/ssh-cUaNfJ48raoI/agent.31 15:37:02 SSH_AGENT_PID=36 15:37:02 Running ssh-add (command line suppressed) 15:37:02 Identity added: /w/workspace/_app-service-configurable_PR-669@tmp/private_key_7829398172849731161.key (/w/workspace/_app-service-configurable_PR-669@tmp/private_key_7829398172849731161.key) 15:37:02 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:37:03 + git tag --points-at HEAD [Pipeline] } 15:37:03 $ docker exec --env ******** --env ******** 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f ssh-agent -k 15:37:03 unset SSH_AUTH_SOCK; 15:37:03 unset SSH_AGENT_PID; 15:37:03 echo Agent pid 36 killed; 15:37:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:37:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:37:03 [ssh-agent] Looking for ssh-agent implementation... 15:37:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:37:03 $ docker exec 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f ssh-agent 15:37:03 SSH_AUTH_SOCK=/tmp/ssh-5JbP6aYO01Cw/agent.69 15:37:03 SSH_AGENT_PID=75 15:37:03 Running ssh-add (command line suppressed) 15:37:03 Identity added: /w/workspace/_app-service-configurable_PR-669@tmp/private_key_3213838644624583089.key (/w/workspace/_app-service-configurable_PR-669@tmp/private_key_3213838644624583089.key) 15:37:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:37:04 + git semver init 15:37:04 2024-07-29 15:37:04,159 [run_init] DEBUG init version:0.0.0 force:False 15:37:04 2024-07-29 15:37:04,160 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-669/.semver 15:37:04 2024-07-29 15:37:04,160 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-669/.semver 15:37:04 2024-07-29 15:37:04,160 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-669/.semver'], cwd=/w/workspace/_app-service-configurable_PR-669, universal_newlines=False, shell=None, istream=None) 15:37:05 2024-07-29 15:37:05,228 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-669/.git/info/exclude 15:37:05 2024-07-29 15:37:05,229 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-669/.semver/PR-669 with force:False 15:37:05 2024-07-29 15:37:05,229 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-669/.semver/PR-669 15:37:05 2024-07-29 15:37:05,233 [execute] INFO git cat-file --batch-check 15:37:05 2024-07-29 15:37:05,233 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-669/.semver, universal_newlines=False, shell=None, istream=) 15:37:05 2024-07-29 15:37:05,239 [execute] INFO git cat-file --batch 15:37:05 2024-07-29 15:37:05,239 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-669/.semver, universal_newlines=False, shell=None, istream=) 15:37:05 2024-07-29 15:37:05,244 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-669/.semver/PR-669 15:37:05 0.0.0 [Pipeline] } 15:37:05 $ docker exec --env ******** --env ******** 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f ssh-agent -k 15:37:05 unset SSH_AUTH_SOCK; 15:37:05 unset SSH_AGENT_PID; 15:37:05 echo Agent pid 75 killed; 15:37:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:37:06 + git semver [Pipeline] } 15:37:06 $ docker stop --time=1 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f 15:37:07 $ docker rm -f --volumes 3cba51854396acc2ff94b032b3b48148cb49729d2e0faff923de4de3a7d1c09f [Pipeline] // withDockerContainer [Pipeline] sh 15:37:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:37:08 Stashed 1 file(s) [Pipeline] echo 15:37:08 [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 15:37:09 provisioning config files... 15:37:09 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-669@tmp/config6482630402532110570tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:37:09 ---> ****-login.sh 15:37:09 nexus3.edgexfoundry.org:10001 15:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:37:09 Configure a credential helper to remove this warning. See 15:37:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:37:09 15:37:09 Login Succeeded 15:37:09 nexus3.edgexfoundry.org:10002 15:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:37:09 Configure a credential helper to remove this warning. See 15:37:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:37:09 15:37:09 Login Succeeded 15:37:09 nexus3.edgexfoundry.org:10003 15:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:37:09 Configure a credential helper to remove this warning. See 15:37:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:37:09 15:37:09 Login Succeeded 15:37:09 nexus3.edgexfoundry.org:10004 15:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:37:09 Configure a credential helper to remove this warning. See 15:37:09 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:37:09 15:37:09 Login Succeeded 15:37:09 ****.io 15:37:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:37:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:37:10 Configure a credential helper to remove this warning. See 15:37:10 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:37:10 15:37:10 Login Succeeded 15:37:10 ---> ****-login.sh ends [Pipeline] } 15:37:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:37:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:37:10 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:37:10 ========================================================= 15:37:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 15:37:10 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:37:11 + 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 . 15:37:11 Sending build context to Docker daemon 9.142MB 15:37:11 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 15:37:11 Step 2/12 : FROM ${BASE} AS builder 15:37:11 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 15:37:11 619be1103602: Pulling fs layer 15:37:11 7862e08f4a3e: Pulling fs layer 15:37:11 5df492c9dc93: Pulling fs layer 15:37:11 7629e6793208: Pulling fs layer 15:37:11 4f4fb700ef54: Pulling fs layer 15:37:11 fb5054dd5b73: Pulling fs layer 15:37:11 eeca6798cff9: Pulling fs layer 15:37:11 aa269ceb94a6: Pulling fs layer 15:37:11 ada007ff1a6a: Pulling fs layer 15:37:11 4f4fb700ef54: Waiting 15:37:11 7629e6793208: Waiting 15:37:11 fb5054dd5b73: Waiting 15:37:11 eeca6798cff9: Waiting 15:37:11 ada007ff1a6a: Waiting 15:37:11 aa269ceb94a6: Waiting 15:37:11 7862e08f4a3e: Download complete 15:37:11 7629e6793208: Download complete 15:37:11 4f4fb700ef54: Download complete 15:37:11 fb5054dd5b73: Download complete 15:37:11 619be1103602: Verifying Checksum 15:37:11 619be1103602: Download complete 15:37:11 eeca6798cff9: Verifying Checksum 15:37:11 eeca6798cff9: Download complete 15:37:11 619be1103602: Pull complete 15:37:11 ada007ff1a6a: Verifying Checksum 15:37:11 ada007ff1a6a: Download complete 15:37:11 7862e08f4a3e: Pull complete 15:37:11 5df492c9dc93: Verifying Checksum 15:37:11 5df492c9dc93: Download complete 15:37:12 aa269ceb94a6: Verifying Checksum 15:37:12 aa269ceb94a6: Download complete 15:37:15 5df492c9dc93: Pull complete 15:37:15 7629e6793208: Pull complete 15:37:15 4f4fb700ef54: Pull complete 15:37:15 fb5054dd5b73: Pull complete 15:37:15 eeca6798cff9: Pull complete 15:37:18 aa269ceb94a6: Pull complete 15:37:18 ada007ff1a6a: Pull complete 15:37:18 Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 15:37:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 15:37:18 ---> f489d0715acc 15:37:18 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:37:22 ---> Running in b9ee0baac838 15:37:22 Removing intermediate container b9ee0baac838 15:37:22 ---> 0f56fd47995a 15:37:22 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:37:22 ---> Running in 306c4ebb892d 15:37:22 Removing intermediate container 306c4ebb892d 15:37:22 ---> 4b9ce481ce73 15:37:22 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:37:22 ---> Running in 653933d8f8d4 15:37:22 Removing intermediate container 653933d8f8d4 15:37:22 ---> dfdcacba5611 15:37:22 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:37:22 ---> Running in 649c92456691 15:37:22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 15:37:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 15:37:23 OK: 264 MiB in 52 packages 15:37:23 Removing intermediate container 649c92456691 15:37:23 ---> 295997161cd1 15:37:23 Step 7/12 : WORKDIR /app 15:37:23 ---> Running in 17ee1a78d748 15:37:23 Removing intermediate container 17ee1a78d748 15:37:23 ---> 31b9078d98a5 15:37:23 Step 8/12 : COPY go.mod vendor* ./ 15:37:23 ---> adf2c076a7d8 15:37:23 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:37:23 ---> Running in ee35bf49c5a0 15:37:24 Still waiting to schedule task 15:37:24 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 15:38:20 Removing intermediate container ee35bf49c5a0 15:38:20 ---> 25341ac87da1 15:38:20 Step 10/12 : COPY . . 15:38:20 ---> 0dadbd078f2c 15:38:20 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:38:20 ---> Running in fdfccb9aec35 15:38:20 Removing intermediate container fdfccb9aec35 15:38:20 ---> bc6e43fb675e 15:38:20 Step 12/12 : RUN $MAKE 15:38:20 ---> Running in 889dcd7dfd16 15:38:20 noop 15:38:20 Removing intermediate container 889dcd7dfd16 15:38:20 ---> 36c89491d9ac 15:38:20 Successfully built 36c89491d9ac 15:38:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:20 + docker inspect -f . ci-base-image-x86_64 15:38:20 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:38:20 prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container 15:38:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@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 ******** -e ******** ci-base-image-x86_64 cat 15:38:21 $ docker top c56c3639f2e4c2d9db08941193f87eacb6e0c090cb819d0561895c8befdca30b -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:21 + go version 15:38:21 go version go1.21.9 linux/amd64 [Pipeline] } 15:38:21 $ docker stop --time=1 c56c3639f2e4c2d9db08941193f87eacb6e0c090cb819d0561895c8befdca30b 15:38:22 $ docker rm -f --volumes c56c3639f2e4c2d9db08941193f87eacb6e0c090cb819d0561895c8befdca30b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:23 + docker inspect -f . ci-base-image-x86_64 15:38:23 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:38:23 prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container 15:38:24 $ 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-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@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 ******** -e ******** ci-base-image-x86_64 cat 15:38:24 $ docker top 12a6fad39064691539c3cef3589be57234ad875ae4c00fd3e5d4f7a66e63bd40 -eo pid,comm [Pipeline] { [Pipeline] sh 15:38:24 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-669 [Pipeline] fileExists [Pipeline] sh 15:38:25 + make test 15:38:25 go test -race -coverprofile=coverage.out ./... 15:38:25 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/environment/variables.go:32:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-configuration/v3/pkg/types (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config); to add: 15:38:25 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config@v3.2.0-dev.49 15:38:25 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/configuration.go:18:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-configuration/v3/configuration (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container); to add: 15:38:25 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container@v3.2.0-dev.49 15:38:25 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/messaging.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/messaging (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container); to add: 15:38:25 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container@v3.2.0-dev.49 15:38:25 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/registry.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-registry/v3/registry (imported by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces); to add: 15:38:25 go get github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces@v3.2.0-dev.45 15:38:25 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/registration/registry.go:27:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-registry/v3/pkg/types (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers); to add: 15:38:25 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers@v3.2.0-dev.49 15:38:25 /go/pkg/mod/github.com/edgexfoundry/app-functions-sdk-go/v3@v3.2.0-dev.45/pkg/interfaces/backgroundmessage.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/pkg/types (imported by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces); to add: 15:38:25 go get github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces@v3.2.0-dev.45 15:38:25 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/handlers/clients.go:29:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/clients (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers); to add: 15:38:25 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers@v3.2.0-dev.49 15:38:25 make: *** [makefile:53: unittest] Error 1 [Pipeline] } 15:38:25 $ docker stop --time=1 12a6fad39064691539c3cef3589be57234ad875ae4c00fd3e5d4f7a66e63bd40 15:38:27 $ docker rm -f --volumes 12a6fad39064691539c3cef3589be57234ad875ae4c00fd3e5d4f7a66e63bd40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:28 15:38:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:38:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:28 latest: Pulling from edgex-lftools-log-publisher 15:38:28 5eb5b503b376: Pulling fs layer 15:38:28 5c69ac0246d0: Pulling fs layer 15:38:28 ec43610c2a17: Pulling fs layer 15:38:28 3a2ae6a8a46f: Pulling fs layer 15:38:28 33b1e0a273af: Pulling fs layer 15:38:28 5d3b04190fa2: Pulling fs layer 15:38:28 2f39f015ded8: Pulling fs layer 15:38:28 3a2ae6a8a46f: Waiting 15:38:28 33b1e0a273af: Waiting 15:38:28 5d3b04190fa2: Waiting 15:38:28 2f39f015ded8: Waiting 15:38:28 5c69ac0246d0: Download complete 15:38:28 3a2ae6a8a46f: Verifying Checksum 15:38:28 3a2ae6a8a46f: Download complete 15:38:28 33b1e0a273af: Verifying Checksum 15:38:28 33b1e0a273af: Download complete 15:38:28 5d3b04190fa2: Verifying Checksum 15:38:28 5d3b04190fa2: Download complete 15:38:28 ec43610c2a17: Verifying Checksum 15:38:28 ec43610c2a17: Download complete 15:38:29 5eb5b503b376: Verifying Checksum 15:38:29 5eb5b503b376: Download complete 15:38:29 2f39f015ded8: Download complete 15:38:30 5eb5b503b376: Pull complete 15:38:30 5c69ac0246d0: Pull complete 15:38:30 ec43610c2a17: Pull complete 15:38:30 3a2ae6a8a46f: Pull complete 15:38:30 33b1e0a273af: Pull complete 15:38:31 5d3b04190fa2: Pull complete 15:38:35 2f39f015ded8: Pull complete 15:38:35 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 15:38:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:38:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:38:35 prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container 15:38:35 $ 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-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 15:38:39 $ docker top 080580b8eee561e76c5918e8a8fe0b7598c9ad17b46ad74690425462e95223ba -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:38:40 ---> job-cost.sh 15:38:40 lf-activate-venv: SKIPPING 15:38:40 INFO: No Stack... 15:38:40 INFO: Retrieving Pricing Info for: v3-standard-8 15:38:40 INFO: Archiving Costs [Pipeline] sh 15:38:40 + cat /w/workspace/_app-service-configurable_PR-669/archives/cost.csv 15:38:40 + cut -d, -f6 [Pipeline] lock 15:38:40 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] 15:38:40 Resource [jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] did not exist. Created. 15:38:40 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:38:41 + echo total: 0.2199999988079071 [Pipeline] stash 15:38:41 Stashed 1 file(s) [Pipeline] } 15:38:41 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:38:41 $ docker stop --time=1 080580b8eee561e76c5918e8a8fe0b7598c9ad17b46ad74690425462e95223ba 15:38:42 $ docker rm -f --volumes 080580b8eee561e76c5918e8a8fe0b7598c9ad17b46ad74690425462e95223ba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 15:38:43 Failed in branch amd64 15:39:04 Running on prd-ubuntu20.04-docker-arm64-4c-16g-6681 in /w/workspace/_app-service-configurable_PR-669 [Pipeline] { [Pipeline] ws 15:39:04 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 15:39:04 The recommended git tool is: git 15:39:12 using credential edgex-jenkins-ssh 15:39:12 Cloning the remote Git repository 15:39:12 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 15:39:13 > git init /w/workspace/app-service-configurable/1 # timeout=10 15:39:13 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:39:13 > git --version # timeout=10 15:39:13 > git --version # 'git version 2.25.1' 15:39:13 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:13 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:39:15 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:39:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:39:17 Merging remotes/origin/main commit 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 into PR head commit be6923d669411e53fcd5c356ddb3511fa1fa58d3 15:39:18 Merge succeeded, producing be6923d669411e53fcd5c356ddb3511fa1fa58d3 15:39:18 Checking out Revision be6923d669411e53fcd5c356ddb3511fa1fa58d3 (PR-669) 15:39:16 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 15:39:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 15:39:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/669/head:refs/remotes/origin/PR-669 +refs/heads/main:refs/remotes/origin/main # timeout=10 15:39:17 > git config core.sparsecheckout # timeout=10 15:39:17 > git checkout -f be6923d669411e53fcd5c356ddb3511fa1fa58d3 # timeout=10 15:39:17 > git remote # timeout=10 15:39:17 > git config --get remote.origin.url # timeout=10 15:39:17 using GIT_SSH to set credentials SSH Credentials for GitHub 15:39:18 > git merge 53688a1f891e61c3e2e535eb2e9ac0a8ccbceae2 # timeout=10 15:39:18 > git rev-parse HEAD^{commit} # timeout=10 15:39:18 > git config core.sparsecheckout # timeout=10 15:39:18 > git checkout -f be6923d669411e53fcd5c356ddb3511fa1fa58d3 # timeout=10 15:39:21 Commit message: "feat: update deps" 15:39:21 > git --version # timeout=10 15:39:21 > git --version # 'git version 2.25.1' 15:39:21 fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:39:23 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 15:39:23 % Total % Received % Xferd Average Speed Time Time Time Current 15:39:23 Dload Upload Total Spent Left Speed 15:39:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 101k 0 --:--:-- --:--:-- --:--:-- 101k [Pipeline] sh 15:39:24 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 15:39:24 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 15:39:24 + sudo tee /etc/docker/daemon.new 15:39:24 { 15:39:24 "registry-mirrors": [ 15:39:24 "https://nexus3.edgexfoundry.org:10001" 15:39:24 ], 15:39:24 "bip": "10.250.0.254/24", 15:39:24 "hosts": [ 15:39:24 "tcp://0.0.0.0:5555", 15:39:24 "unix:///var/run/docker.sock" 15:39:24 ], 15:39:24 "mtu": 1458, 15:39:24 "selinux-enabled": true, 15:39:24 "seccomp-profile": "/etc/docker/seccomp.json" 15:39:24 } [Pipeline] sh 15:39:24 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 15:39:25 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:39:43 provisioning config files... 15:39:43 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config3165298281946732775tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:39:44 ---> ****-login.sh 15:39:44 nexus3.edgexfoundry.org:10001 15:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:39:44 Configure a credential helper to remove this warning. See 15:39:44 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:39:44 15:39:44 Login Succeeded 15:39:44 nexus3.edgexfoundry.org:10002 15:39:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:39:45 Configure a credential helper to remove this warning. See 15:39:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:39:45 15:39:45 Login Succeeded 15:39:45 nexus3.edgexfoundry.org:10003 15:39:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:39:45 Configure a credential helper to remove this warning. See 15:39:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:39:45 15:39:45 Login Succeeded 15:39:45 nexus3.edgexfoundry.org:10004 15:39:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:39:45 Configure a credential helper to remove this warning. See 15:39:45 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:39:45 15:39:45 Login Succeeded 15:39:45 ****.io 15:39:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:39:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. 15:39:46 Configure a credential helper to remove this warning. See 15:39:46 https://docs.****.com/engine/reference/commandline/login/#credentials-store 15:39:46 15:39:46 Login Succeeded 15:39:46 ---> ****-login.sh ends [Pipeline] } 15:39:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:39:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:39:46 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 15:39:46 ========================================================= 15:39:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] 15:39:46 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:39:47 + 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 . 15:39:47 Sending build context to Docker daemon 238.6kB 15:39:47 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 15:39:47 Step 2/12 : FROM ${BASE} AS builder 15:39:47 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:39:47 c6b39de5b339: Pulling fs layer 15:39:47 a69c41024577: Pulling fs layer 15:39:47 d6de4b400683: Pulling fs layer 15:39:47 35cb2a7552d0: Pulling fs layer 15:39:47 4f4fb700ef54: Pulling fs layer 15:39:47 464afbd9ba4c: Pulling fs layer 15:39:47 00f215d4a9da: Pulling fs layer 15:39:47 d496ad576159: Pulling fs layer 15:39:47 35cb2a7552d0: Waiting 15:39:47 4f4fb700ef54: Waiting 15:39:47 464afbd9ba4c: Waiting 15:39:47 00f215d4a9da: Waiting 15:39:47 d496ad576159: Waiting 15:39:47 a69c41024577: Verifying Checksum 15:39:47 a69c41024577: Download complete 15:39:47 35cb2a7552d0: Verifying Checksum 15:39:47 35cb2a7552d0: Download complete 15:39:47 4f4fb700ef54: Verifying Checksum 15:39:47 4f4fb700ef54: Download complete 15:39:47 464afbd9ba4c: Verifying Checksum 15:39:47 464afbd9ba4c: Download complete 15:39:47 c6b39de5b339: Verifying Checksum 15:39:47 c6b39de5b339: Download complete 15:39:48 d496ad576159: Verifying Checksum 15:39:48 d496ad576159: Download complete 15:39:48 c6b39de5b339: Pull complete 15:39:49 a69c41024577: Pull complete 15:39:49 d6de4b400683: Verifying Checksum 15:39:49 d6de4b400683: Download complete 15:39:50 00f215d4a9da: Download complete 15:40:03 d6de4b400683: Pull complete 15:40:03 35cb2a7552d0: Pull complete 15:40:03 4f4fb700ef54: Pull complete 15:40:03 464afbd9ba4c: Pull complete 15:40:11 00f215d4a9da: Pull complete 15:40:12 d496ad576159: Pull complete 15:40:12 Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 15:40:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine 15:40:13 ---> f246e2811388 15:40:13 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 15:40:14 ---> Running in e111b617789f 15:40:14 Removing intermediate container e111b617789f 15:40:14 ---> e72d42f1a47b 15:40:14 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 15:40:14 ---> Running in 0faf0434e472 15:40:15 Removing intermediate container 0faf0434e472 15:40:15 ---> d6de3dda0e13 15:40:15 Step 5/12 : ARG ADD_BUILD_TAGS="" 15:40:15 ---> Running in b6960fa44e94 15:40:15 Removing intermediate container b6960fa44e94 15:40:15 ---> d02953910e76 15:40:15 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 15:40:15 ---> Running in 0d928296b63b 15:40:16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz 15:40:17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz 15:40:18 OK: 266 MiB in 52 packages 15:40:19 Removing intermediate container 0d928296b63b 15:40:19 ---> c49e1babcf1a 15:40:19 Step 7/12 : WORKDIR /app 15:40:19 ---> Running in 47ed9de9fa7c 15:40:19 Removing intermediate container 47ed9de9fa7c 15:40:19 ---> 35ae0adf5fb3 15:40:19 Step 8/12 : COPY go.mod vendor* ./ 15:40:20 ---> b32e0e221e5b 15:40:20 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 15:40:21 ---> Running in 6399c29f25f1 15:42:12 Removing intermediate container 6399c29f25f1 15:42:12 ---> 7938ccf317b5 15:42:12 Step 10/12 : COPY . . 15:42:12 ---> 83bd78da5d83 15:42:12 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 15:42:12 ---> Running in aa62dad67bd9 15:42:12 Removing intermediate container aa62dad67bd9 15:42:12 ---> c5ebf720bcb8 15:42:12 Step 12/12 : RUN $MAKE 15:42:12 ---> Running in 4fe0fab83a05 15:42:12 noop 15:42:12 Removing intermediate container 4fe0fab83a05 15:42:12 ---> 7ec9e0c10bc0 15:42:12 Successfully built 7ec9e0c10bc0 15:42:12 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:13 + docker inspect -f . ci-base-image-arm64 15:42:13 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:42:13 prd-ubuntu20.04-docker-arm64-4c-16g-6681 does not seem to be running inside a container 15:42:13 $ 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 ******** -e ******** ci-base-image-arm64 cat 15:42:15 $ docker top a78efd8d62d5fff6b49e44b957a1f434140fa368bcfbabb87ac47ae11d8293bb -eo pid,comm [Pipeline] { [Pipeline] sh 15:42:16 + go version 15:42:16 go version go1.21.9 linux/arm64 [Pipeline] } 15:42:16 $ docker stop --time=1 a78efd8d62d5fff6b49e44b957a1f434140fa368bcfbabb87ac47ae11d8293bb 15:42:17 $ docker rm -f --volumes a78efd8d62d5fff6b49e44b957a1f434140fa368bcfbabb87ac47ae11d8293bb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:18 + docker inspect -f . ci-base-image-arm64 15:42:18 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:42:19 prd-ubuntu20.04-docker-arm64-4c-16g-6681 does not seem to be running inside a container 15:42:19 $ 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 ******** -e ******** ci-base-image-arm64 cat 15:42:20 $ docker top 16d2cab113add071963f6b8bb253c62d6ae71f584a1585b33cc4334a53316566 -eo pid,comm [Pipeline] { [Pipeline] sh 15:42:21 + git config --global --add safe.directory /w/workspace/app-service-configurable/1 [Pipeline] fileExists [Pipeline] sh 15:42:22 + make test 15:42:22 go test -race -coverprofile=coverage.out ./... 15:42:27 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/environment/variables.go:32:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-configuration/v3/pkg/types (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config); to add: 15:42:27 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/config@v3.2.0-dev.49 15:42:27 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/configuration.go:18:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-configuration/v3/configuration (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container); to add: 15:42:27 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container@v3.2.0-dev.49 15:42:27 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/messaging.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/messaging (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container); to add: 15:42:27 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/container@v3.2.0-dev.49 15:42:27 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/container/registry.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-registry/v3/registry (imported by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces); to add: 15:42:27 go get github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces@v3.2.0-dev.45 15:42:27 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/registration/registry.go:27:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-registry/v3/pkg/types (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers); to add: 15:42:27 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers@v3.2.0-dev.49 15:42:27 /go/pkg/mod/github.com/edgexfoundry/app-functions-sdk-go/v3@v3.2.0-dev.45/pkg/interfaces/backgroundmessage.go:20:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/pkg/types (imported by github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces); to add: 15:42:27 go get github.com/edgexfoundry/app-functions-sdk-go/v3/pkg/interfaces@v3.2.0-dev.45 15:42:27 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap/v3@v3.2.0-dev.49/bootstrap/handlers/clients.go:29:2: missing go.sum entry for module providing package github.com/edgexfoundry/go-mod-messaging/v3/clients (imported by github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers); to add: 15:42:27 go get github.com/edgexfoundry/go-mod-bootstrap/v3/bootstrap/handlers@v3.2.0-dev.49 15:42:27 make: *** [makefile:53: unittest] Error 1 [Pipeline] } 15:42:27 $ docker stop --time=1 16d2cab113add071963f6b8bb253c62d6ae71f584a1585b33cc4334a53316566 15:42:29 $ docker rm -f --volumes 16d2cab113add071963f6b8bb253c62d6ae71f584a1585b33cc4334a53316566 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:42:30 15:42:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:42:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:42:31 arm64: Pulling from edgex-lftools-log-publisher 15:42:31 8998bd30e6a1: Pulling fs layer 15:42:31 04944245beec: Pulling fs layer 15:42:31 699f458cf7ca: Pulling fs layer 15:42:31 765212b225bb: Pulling fs layer 15:42:31 f23df028b6ca: Pulling fs layer 15:42:31 d65c8cfc05b1: Pulling fs layer 15:42:31 2437ff75d9bd: Pulling fs layer 15:42:31 d65c8cfc05b1: Waiting 15:42:31 765212b225bb: Waiting 15:42:31 f23df028b6ca: Waiting 15:42:31 2437ff75d9bd: Waiting 15:42:31 04944245beec: Verifying Checksum 15:42:31 04944245beec: Download complete 15:42:31 765212b225bb: Verifying Checksum 15:42:31 765212b225bb: Download complete 15:42:31 f23df028b6ca: Verifying Checksum 15:42:31 f23df028b6ca: Download complete 15:42:31 d65c8cfc05b1: Verifying Checksum 15:42:31 d65c8cfc05b1: Download complete 15:42:31 699f458cf7ca: Verifying Checksum 15:42:31 699f458cf7ca: Download complete 15:42:31 8998bd30e6a1: Verifying Checksum 15:42:31 8998bd30e6a1: Download complete 15:42:34 2437ff75d9bd: Verifying Checksum 15:42:34 2437ff75d9bd: Download complete 15:42:36 8998bd30e6a1: Pull complete 15:42:36 04944245beec: Pull complete 15:42:38 699f458cf7ca: Pull complete 15:42:38 765212b225bb: Pull complete 15:42:39 f23df028b6ca: Pull complete 15:42:39 d65c8cfc05b1: Pull complete 15:42:57 2437ff75d9bd: Pull complete 15:42:57 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 15:42:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 15:42:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:42:57 prd-ubuntu20.04-docker-arm64-4c-16g-6681 does not seem to be running inside a container 15:42:57 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 15:43:00 $ docker top b7c7f0198c7fa5fbd1e0633b0fdb0326176a4f573739e7c8b0c08998d1e6ec6b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:43:01 ---> job-cost.sh 15:43:01 lf-activate-venv: SKIPPING 15:43:01 INFO: No Stack... 15:43:01 INFO: Retrieving Pricing Info for: v3-standard-4 15:43:02 INFO: Archiving Costs [Pipeline] sh 15:43:03 + cat /w/workspace/app-service-configurable/1/archives/cost.csv 15:43:03 + cut -d, -f6 [Pipeline] lock 15:43:03 Trying to acquire lock on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] 15:43:03 Resource [jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] did not exist. Created. 15:43:03 Lock acquired on [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:43:03 /w/workspace/app-service-configurable/1@tmp/durable-7e0d9361/script.sh.copy: 1: Syntax error: Unterminated quoted string [Pipeline] sh 15:43:04 + echo total: 0.10999999940395355 [Pipeline] stash 15:43:04 Warning: overwriting stash ‘stack-cost’ 15:43:04 Stashed 1 file(s) [Pipeline] } 15:43:04 Lock released on resource [Resource: jenkins-edgexfoundry-app-service-configurable-PR-669-1-stack-cost] [Pipeline] // lock [Pipeline] } 15:43:04 $ docker stop --time=1 b7c7f0198c7fa5fbd1e0633b0fdb0326176a4f573739e7c8b0c08998d1e6ec6b 15:43:06 $ docker rm -f --volumes b7c7f0198c7fa5fbd1e0633b0fdb0326176a4f573739e7c8b0c08998d1e6ec6b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:43:07 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 15:43:09 + [ -d /w/workspace/_app-service-configurable_PR-669/archives ] 15:43:09 + ls -al /w/workspace/_app-service-configurable_PR-669/archives 15:43:09 total 16 15:43:09 drwxr-xr-x 3 root root 4096 Jul 29 15:38 . 15:43:09 drwxrwxr-x 8 jenkins jenkins 4096 Jul 29 15:38 .. 15:43:09 drwxr-xr-x 2 root root 4096 Jul 29 15:38 cost 15:43:09 -rw-r--r-- 1 root root 96 Jul 29 15:38 cost.csv 15:43:09 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-669/archives 15:43:09 + ls -al /w/workspace/_app-service-configurable_PR-669/archives 15:43:09 total 16 15:43:09 drwxr-xr-x 3 jenkins jenkins 4096 Jul 29 15:38 . 15:43:09 drwxrwxr-x 8 jenkins jenkins 4096 Jul 29 15:38 .. 15:43:09 drwxr-xr-x 2 jenkins jenkins 4096 Jul 29 15:38 cost 15:43:09 -rw-r--r-- 1 jenkins jenkins 96 Jul 29 15:38 cost.csv [Pipeline] libraryResource [Pipeline] sh 15:43:10 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:43:11 ---> package-listing.sh 15:43:11 ++ facter osfamily 15:43:11 ++ tr '[:upper:]' '[:lower:]' 15:43:11 + OS_FAMILY=debian 15:43:11 + workspace=/w/workspace/_app-service-configurable_PR-669 15:43:11 + START_PACKAGES=/tmp/packages_start.txt 15:43:11 + END_PACKAGES=/tmp/packages_end.txt 15:43:11 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:43:11 + PACKAGES=/tmp/packages_start.txt 15:43:11 + '[' /w/workspace/_app-service-configurable_PR-669 ']' 15:43:11 + PACKAGES=/tmp/packages_end.txt 15:43:11 + case "${OS_FAMILY}" in 15:43:11 + grep '^ii' 15:43:11 + dpkg -l 15:43:11 + '[' -f /tmp/packages_start.txt ']' 15:43:11 + '[' -f /tmp/packages_end.txt ']' 15:43:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:43:11 + '[' /w/workspace/_app-service-configurable_PR-669 ']' 15:43:11 + mkdir -p /w/workspace/_app-service-configurable_PR-669/archives/ 15:43:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-669/archives/ [Pipeline] echo 15:43:11 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-669/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:43:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:43:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 15:43:12 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 15:43:12 prd-ubuntu20.04-docker-8c-8g-6680 does not seem to be running inside a container 15:43:12 $ 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-669/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-669 -v /w/workspace/_app-service-configurable_PR-669:/w/workspace/_app-service-configurable_PR-669:rw,z -v /w/workspace/_app-service-configurable_PR-669@tmp:/w/workspace/_app-service-configurable_PR-669@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:latest cat 15:43:12 $ docker top b814dbbf802b3e6e49de0655793f634111b1e2a939027d924a61f1e2ffd23557 -eo pid,comm [Pipeline] { [Pipeline] sh 15:43:13 + touch /tmp/pre-build-complete [Pipeline] sh 15:43:13 + mkdir -p /var/log/sysstat [Pipeline] sh 15:43:13 + ls /var/log/sa-host 15:43:13 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:43:14 provisioning config files... 15:43:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-669@tmp/config2602770351964371643tmp [Pipeline] { [Pipeline] echo 15:43:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:43:14 ---> create-netrc.sh [Pipeline] } 15:43:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 15:43:15 ---> python-tools-install.sh [Pipeline] echo 15:43:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:43:15 ---> sudo-logs.sh 15:43:15 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:43:15 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:43:15 ---> job-cost.sh 15:43:15 lf-activate-venv: SKIPPING 15:43:15 DEBUG: total: 0.2199999988079071 15:43:15 INFO: Retrieving Stack Cost... 15:43:16 INFO: Retrieving Pricing Info for: v3-standard-8 15:43:16 INFO: Archiving Costs [Pipeline] echo 15:43:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:43:16 ---> logs-deploy.sh 15:43:16 lf-activate-venv: SKIPPING 15:43:16 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-669/1 15:43:16 INFO: archiving workspace using pattern(s): 15:43:17 Archives upload complete. 15:43:17 INFO: archiving logs to Nexus