Pull request #623 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 lenny-intel for edgexfoundry/app-service-configurable Obtained Jenkinsfile from bf3d3c63f86262a491838983764f3e9b3adf49b9+fa501d0b868425bc78724a428da105794fb8968b (7c3c126ae35f3f29d2ec88895f124b9ddc794327) 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-ssh9568833745497282346.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-ssh3449707383119625922.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-623/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-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12652084604555905410.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-623/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1086545080033314534.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6375147a0d0ca7a67a13085e8428bd7204efc6d4 # timeout=10 Commit message: "Merge pull request #446 from ernestojeda/add-go-lts-image" > 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-ssh16478332720609419704.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-623/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-623/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh8189201414606985587.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-17493 in /w/workspace/_app-service-configurable_PR-623 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/_app-service-configurable_PR-623 # 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/623/head:refs/remotes/origin/PR-623 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit fa501d0b868425bc78724a428da105794fb8968b into PR head commit bf3d3c63f86262a491838983764f3e9b3adf49b9 Merge succeeded, producing bf3d3c63f86262a491838983764f3e9b3adf49b9 Checking out Revision bf3d3c63f86262a491838983764f3e9b3adf49b9 (PR-623) > git config core.sparsecheckout # timeout=10 > git checkout -f bf3d3c63f86262a491838983764f3e9b3adf49b9 # 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 fa501d0b868425bc78724a428da105794fb8968b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bf3d3c63f86262a491838983764f3e9b3adf49b9 # timeout=10 Commit message: "fix: Address CVE in Alpine base image" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:48:47 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:48:47 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:48:48 ========================================================= 17:48:48 EdgeX Global Pipelines Version Info 17:48:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:48:48 ------------------- 17:48:48 stable info: 17:48:48 ------------------- 17:48:48 Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com 17:48:48 Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 17:48:48 Message: update stable to v1.0.257 17:48:49 ------------------- 17:48:49 experimental info: 17:48:49 ------------------- 17:48:49 Commited By: **** collab-it+edgex@linuxfoundation.org 17:48:49 Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 17:48:49 Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:48:49 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 17:48:49 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 17:48:49 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:48:49 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:48:49 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:48:49 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo 17:48:49 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 17:48:49 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-623 [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-623 [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-623 [Pipeline] echo 17:48:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] echo 17:48:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bf3d3c6 [Pipeline] echo 17:48:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:48:51 provisioning config files... 17:48:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-623@tmp/config4079316971562932198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:48:51 ---> docker-login.sh 17:48:51 nexus3.edgexfoundry.org:10001 17:48:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:52 Configure a credential helper to remove this warning. See 17:48:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:52 17:48:52 Login Succeeded 17:48:52 nexus3.edgexfoundry.org:10002 17:48:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:52 Configure a credential helper to remove this warning. See 17:48:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:52 17:48:52 Login Succeeded 17:48:52 nexus3.edgexfoundry.org:10003 17:48:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:54 Configure a credential helper to remove this warning. See 17:48:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:54 17:48:54 Login Succeeded 17:48:54 nexus3.edgexfoundry.org:10004 17:48:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:54 Configure a credential helper to remove this warning. See 17:48:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:54 17:48:54 Login Succeeded 17:48:54 docker.io 17:48:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:48:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:48:54 Configure a credential helper to remove this warning. See 17:48:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:48:54 17:48:54 Login Succeeded 17:48:54 ---> docker-login.sh ends [Pipeline] } 17:48:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 17:48:55 + git rev-list -1 --merges bf3d3c63f86262a491838983764f3e9b3adf49b9~1..bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] echo 17:48:55 -----------> git rev-list -1 --merges bf3d3c63f86262a491838983764f3e9b3adf49b9~1..bf3d3c63f86262a491838983764f3e9b3adf49b9 bf3d3c63f86262a491838983764f3e9b3adf49b9 [false] [Pipeline] sh 17:48:55 + git log --format=format:%s -1 bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] echo 17:48:55 ========================================================= 17:48:55 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 17:48:55 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:48:56 + git log --format=format:%s -1 bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] echo 17:48:56 [semverPrep] GIT_COMMIT: bf3d3c63f86262a491838983764f3e9b3adf49b9, Commit Message: fix: Address CVE in Alpine base image [Pipeline] echo 17:48:56 [semverPrep] This is not a build commit. [Pipeline] sh 17:48:56 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:48:56 + grep -v github /etc/ssh/ssh_known_hosts 17:48:56 + [ -e /tmp/ssh_known_hosts ] 17:48:56 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 17:48:56 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 17:48:56 + sudo tee -a /etc/ssh/ssh_known_hosts 17:48:56 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:48:57 17:48:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:48:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:48:57 0.1.4: Pulling from edgex-devops/py-git-semver 17:48:57 b85a868b505f: Pulling fs layer 17:48:57 e2be974225ed: Pulling fs layer 17:48:57 339a4e72a1f5: Pulling fs layer 17:48:57 988bab9f4d93: Pulling fs layer 17:48:57 1469e6f7b9e6: Pulling fs layer 17:48:57 eaf3925da568: Pulling fs layer 17:48:57 bab4dde63d76: Pulling fs layer 17:48:57 bde34c3a00c8: Pulling fs layer 17:48:57 b352a97aabf1: Pulling fs layer 17:48:57 4872d77fe225: Pulling fs layer 17:48:57 5851b861e8e6: Pulling fs layer 17:48:57 bab4dde63d76: Waiting 17:48:57 bde34c3a00c8: Waiting 17:48:57 b352a97aabf1: Waiting 17:48:57 4872d77fe225: Waiting 17:48:57 5851b861e8e6: Waiting 17:48:57 1469e6f7b9e6: Waiting 17:48:57 988bab9f4d93: Waiting 17:48:57 eaf3925da568: Waiting 17:48:57 e2be974225ed: Verifying Checksum 17:48:57 e2be974225ed: Download complete 17:48:57 988bab9f4d93: Download complete 17:48:57 1469e6f7b9e6: Verifying Checksum 17:48:57 1469e6f7b9e6: Download complete 17:48:57 eaf3925da568: Verifying Checksum 17:48:57 eaf3925da568: Download complete 17:48:57 339a4e72a1f5: Verifying Checksum 17:48:57 339a4e72a1f5: Download complete 17:48:57 bde34c3a00c8: Download complete 17:48:57 b352a97aabf1: Download complete 17:48:57 4872d77fe225: Download complete 17:48:57 5851b861e8e6: Download complete 17:48:57 b85a868b505f: Verifying Checksum 17:48:57 b85a868b505f: Download complete 17:48:58 bab4dde63d76: Verifying Checksum 17:48:58 bab4dde63d76: Download complete 17:48:59 b85a868b505f: Pull complete 17:48:59 e2be974225ed: Pull complete 17:48:59 339a4e72a1f5: Pull complete 17:48:59 988bab9f4d93: Pull complete 17:49:00 1469e6f7b9e6: Pull complete 17:49:00 eaf3925da568: Pull complete 17:49:02 bab4dde63d76: Pull complete 17:49:02 bde34c3a00c8: Pull complete 17:49:02 b352a97aabf1: Pull complete 17:49:02 4872d77fe225: Pull complete 17:49:02 5851b861e8e6: Pull complete 17:49:02 Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 17:49:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 17:49:02 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:49:02 prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container 17:49:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_PR-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@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-devops/py-git-semver:0.1.4 cat 17:49:06 $ docker top 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a -eo pid,comm 17:49:06 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). 17:49:06 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:49:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:49:06 [ssh-agent] Looking for ssh-agent implementation... 17:49:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:49:07 $ docker exec 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a ssh-agent 17:49:10 SSH_AUTH_SOCK=/tmp/ssh-axC9CwYvh4pi/agent.32 17:49:10 SSH_AGENT_PID=38 17:49:10 Running ssh-add (command line suppressed) 17:49:10 Identity added: /w/workspace/_app-service-configurable_PR-623@tmp/private_key_11329981459073920600.key (/w/workspace/_app-service-configurable_PR-623@tmp/private_key_11329981459073920600.key) 17:49:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:49:12 + git tag --points-at HEAD [Pipeline] } 17:49:13 $ docker exec --env ******** --env ******** 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a ssh-agent -k 17:49:13 unset SSH_AUTH_SOCK; 17:49:13 unset SSH_AGENT_PID; 17:49:13 echo Agent pid 38 killed; 17:49:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:49:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:49:14 [ssh-agent] Looking for ssh-agent implementation... 17:49:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:49:14 $ docker exec 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a ssh-agent 17:49:14 SSH_AUTH_SOCK=/tmp/ssh-0TkprlmJTagV/agent.70 17:49:14 SSH_AGENT_PID=76 17:49:14 Running ssh-add (command line suppressed) 17:49:14 Identity added: /w/workspace/_app-service-configurable_PR-623@tmp/private_key_10889927813104983876.key (/w/workspace/_app-service-configurable_PR-623@tmp/private_key_10889927813104983876.key) 17:49:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:49:14 + git semver init 17:49:15 2023-11-14 17:49:14,952 [run_init] DEBUG init version:0.0.0 force:False 17:49:15 2023-11-14 17:49:14,952 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/_app-service-configurable_PR-623/.semver 17:49:15 2023-11-14 17:49:14,953 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/_app-service-configurable_PR-623/.semver 17:49:15 2023-11-14 17:49:14,953 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/_app-service-configurable_PR-623/.semver'], cwd=/w/workspace/_app-service-configurable_PR-623, universal_newlines=False, shell=None, istream=None) 17:49:15 2023-11-14 17:49:15,886 [append_file] DEBUG append to file:/w/workspace/_app-service-configurable_PR-623/.git/info/exclude 17:49:15 2023-11-14 17:49:15,887 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/_app-service-configurable_PR-623/.semver/PR-623 with force:False 17:49:15 2023-11-14 17:49:15,887 [write_file] DEBUG write to file:/w/workspace/_app-service-configurable_PR-623/.semver/PR-623 17:49:15 2023-11-14 17:49:15,891 [execute] INFO git cat-file --batch-check 17:49:15 2023-11-14 17:49:15,892 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/_app-service-configurable_PR-623/.semver, universal_newlines=False, shell=None, istream=) 17:49:15 2023-11-14 17:49:15,899 [execute] INFO git cat-file --batch 17:49:15 2023-11-14 17:49:15,900 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/_app-service-configurable_PR-623/.semver, universal_newlines=False, shell=None, istream=) 17:49:15 2023-11-14 17:49:15,905 [read_version] DEBUG read version from /w/workspace/_app-service-configurable_PR-623/.semver/PR-623 17:49:15 0.0.0 [Pipeline] } 17:49:15 $ docker exec --env ******** --env ******** 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a ssh-agent -k 17:49:16 unset SSH_AUTH_SOCK; 17:49:16 unset SSH_AGENT_PID; 17:49:16 echo Agent pid 76 killed; 17:49:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:49:16 + git semver [Pipeline] } 17:49:16 $ docker stop --time=1 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a 17:49:18 $ docker rm -f --volumes 491507c59c6a93557bcddc3e192ab9f43fe4d587ec3905634a9b46de54582e0a [Pipeline] // withDockerContainer [Pipeline] sh 17:49:18 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:49:18 Stashed 1 file(s) [Pipeline] echo 17:49:18 [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 17:49:19 provisioning config files... 17:49:19 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_PR-623@tmp/config13203706818710128119tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:49:19 ---> docker-login.sh 17:49:19 nexus3.edgexfoundry.org:10001 17:49:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:19 Configure a credential helper to remove this warning. See 17:49:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:19 17:49:19 Login Succeeded 17:49:19 nexus3.edgexfoundry.org:10002 17:49:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:19 Configure a credential helper to remove this warning. See 17:49:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:19 17:49:19 Login Succeeded 17:49:19 nexus3.edgexfoundry.org:10003 17:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:20 Configure a credential helper to remove this warning. See 17:49:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:20 17:49:20 Login Succeeded 17:49:20 nexus3.edgexfoundry.org:10004 17:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:20 Configure a credential helper to remove this warning. See 17:49:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:20 17:49:20 Login Succeeded 17:49:20 docker.io 17:49:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:49:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:49:20 Configure a credential helper to remove this warning. See 17:49:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:49:20 17:49:20 Login Succeeded 17:49:20 ---> docker-login.sh ends [Pipeline] } 17:49:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:49:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:49:20 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo 17:49:20 ========================================================= 17:49:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] 17:49:20 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:49:21 + 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 . 17:49:21 Sending build context to Docker daemon 3.382MB 17:49:21 Step 1/12 : ARG BASE=golang:1.21-alpine3.18 17:49:21 Step 2/12 : FROM ${BASE} AS builder 17:49:21 1.21-alpine: Pulling from edgex-devops/edgex-golang-base 17:49:21 7264a8db6415: Pulling fs layer 17:49:21 c4d48a809fc2: Pulling fs layer 17:49:21 4f1c88b9dad5: Pulling fs layer 17:49:21 ad3a456e5733: Pulling fs layer 17:49:21 69c7f0334f64: Pulling fs layer 17:49:21 1f1c1a5573a3: Pulling fs layer 17:49:21 ce7588e14bc9: Pulling fs layer 17:49:21 b5e4710f87ac: Pulling fs layer 17:49:21 ad3a456e5733: Waiting 17:49:21 69c7f0334f64: Waiting 17:49:21 1f1c1a5573a3: Waiting 17:49:21 ce7588e14bc9: Waiting 17:49:21 b5e4710f87ac: Waiting 17:49:21 c4d48a809fc2: Verifying Checksum 17:49:21 c4d48a809fc2: Download complete 17:49:21 ad3a456e5733: Verifying Checksum 17:49:21 ad3a456e5733: Download complete 17:49:21 69c7f0334f64: Verifying Checksum 17:49:21 69c7f0334f64: Download complete 17:49:21 7264a8db6415: Verifying Checksum 17:49:21 7264a8db6415: Download complete 17:49:21 1f1c1a5573a3: Verifying Checksum 17:49:21 1f1c1a5573a3: Download complete 17:49:21 7264a8db6415: Pull complete 17:49:21 b5e4710f87ac: Verifying Checksum 17:49:21 b5e4710f87ac: Download complete 17:49:21 c4d48a809fc2: Pull complete 17:49:21 4f1c88b9dad5: Verifying Checksum 17:49:21 4f1c88b9dad5: Download complete 17:49:22 ce7588e14bc9: Verifying Checksum 17:49:22 ce7588e14bc9: Download complete 17:49:25 4f1c88b9dad5: Pull complete 17:49:25 ad3a456e5733: Pull complete 17:49:25 69c7f0334f64: Pull complete 17:49:25 1f1c1a5573a3: Pull complete 17:49:28 ce7588e14bc9: Pull complete 17:49:28 b5e4710f87ac: Pull complete 17:49:28 Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e 17:49:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine 17:49:28 ---> 88b5674ff536 17:49:28 Step 3/12 : ARG ALPINE_PKG_BASE="make git" 17:49:34 Still waiting to schedule task 17:49:34 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:49:34 ---> Running in 3e04f78bea0d 17:49:34 Removing intermediate container 3e04f78bea0d 17:49:34 ---> 53b67735c1fc 17:49:34 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 17:49:34 ---> Running in eb2018d72178 17:49:34 Removing intermediate container eb2018d72178 17:49:34 ---> 731cacf0f7da 17:49:34 Step 5/12 : ARG ADD_BUILD_TAGS="" 17:49:34 ---> Running in 7c1ea1fa1c5d 17:49:34 Removing intermediate container 7c1ea1fa1c5d 17:49:34 ---> 5c29587c8575 17:49:34 Step 6/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:49:34 ---> Running in 43fc5cf9635d 17:49:34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:49:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:49:35 OK: 264 MiB in 52 packages 17:49:35 Removing intermediate container 43fc5cf9635d 17:49:35 ---> a1c119465a2b 17:49:35 Step 7/12 : WORKDIR /app 17:49:35 ---> Running in 8fbdd5f4030f 17:49:35 Removing intermediate container 8fbdd5f4030f 17:49:35 ---> db0cef541ae5 17:49:35 Step 8/12 : COPY go.mod vendor* ./ 17:49:35 ---> 7b2820a6a9dc 17:49:35 Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:49:36 ---> Running in 4847d5c826ed 17:50:32 Removing intermediate container 4847d5c826ed 17:50:32 ---> 3696463550f2 17:50:32 Step 10/12 : COPY . . 17:50:32 ---> d440b6360839 17:50:32 Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:50:32 ---> Running in 78648aac8ff1 17:50:32 Removing intermediate container 78648aac8ff1 17:50:32 ---> 23dbff0266ff 17:50:32 Step 12/12 : RUN $MAKE 17:50:32 ---> Running in 41c3b7a652ff 17:50:32 noop 17:50:32 Removing intermediate container 41c3b7a652ff 17:50:32 ---> ca8732c25e07 17:50:32 Successfully built ca8732c25e07 17:50:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:50:32 + docker inspect -f . ci-base-image-x86_64 17:50:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:50:33 prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container 17:50:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_PR-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@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 ******** -e ******** ci-base-image-x86_64 cat 17:50:33 $ docker top ff36f0338ce6a018b20dbdcd1d5148f6558c97270b2a1c9db1403cdea966baa5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:50:33 + go version 17:50:33 go version go1.21.0 linux/amd64 [Pipeline] } 17:50:33 $ docker stop --time=1 ff36f0338ce6a018b20dbdcd1d5148f6558c97270b2a1c9db1403cdea966baa5 17:50:35 $ docker rm -f --volumes ff36f0338ce6a018b20dbdcd1d5148f6558c97270b2a1c9db1403cdea966baa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:50:35 + docker inspect -f . ci-base-image-x86_64 17:50:35 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:50:36 prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container 17:50:36 $ 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-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@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 ******** -e ******** ci-base-image-x86_64 cat 17:50:36 $ docker top c6b99b5fafc8789380e87986161e9999e6a64729d0602b55a7123a0678dd7167 -eo pid,comm [Pipeline] { [Pipeline] sh 17:50:36 + git config --global --add safe.directory /w/workspace/_app-service-configurable_PR-623 [Pipeline] fileExists [Pipeline] sh 17:50:37 + make test 17:50:37 go test -race -coverprofile=coverage.out ./... 17:50:55 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:51:13 go vet ./... 17:51:15 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:51:15 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:51:15 ./bin/test-attribution-txt.sh [Pipeline] echo 17:51:15 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } 17:51:15 $ docker stop --time=1 c6b99b5fafc8789380e87986161e9999e6a64729d0602b55a7123a0678dd7167 17:51:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-17494 in /w/workspace/_app-service-configurable_PR-623 17:51:20 $ docker rm -f --volumes c6b99b5fafc8789380e87986161e9999e6a64729d0602b55a7123a0678dd7167 [Pipeline] // withDockerContainer [Pipeline] { [Pipeline] sh [Pipeline] ws 17:51:21 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 17:51:21 Selected Git installation does not exist. Using Default 17:51:21 The recommended git tool is: NONE 17:51:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:51:21 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:51:22 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:51:22 + ls -al . 17:51:22 total 184 17:51:22 drwxrwxr-x 7 jenkins jenkins 4096 Nov 14 17:50 . 17:51:22 drwxrwxr-x 4 jenkins jenkins 4096 Nov 14 17:48 .. 17:51:22 -rw-rw-r-- 1 jenkins jenkins 119 Nov 14 17:48 .dockerignore 17:51:22 drwxrwxr-x 8 jenkins jenkins 4096 Nov 14 17:50 .git 17:51:22 drwxrwxr-x 3 jenkins jenkins 4096 Nov 14 17:48 .github 17:51:22 -rw-rw-r-- 1 jenkins jenkins 106 Nov 14 17:48 .gitignore 17:51:22 -rw-rw-r-- 1 jenkins jenkins 41 Nov 14 17:48 .golangci.yml 17:51:22 drwxr-xr-x 3 jenkins jenkins 4096 Nov 14 17:49 .semver 17:51:22 -rw-rw-r-- 1 jenkins jenkins 10394 Nov 14 17:48 Attribution.txt 17:51:22 -rw-rw-r-- 1 jenkins jenkins 37263 Nov 14 17:48 CHANGELOG.md 17:51:22 -rw-rw-r-- 1 jenkins jenkins 1982 Nov 14 17:48 Dockerfile 17:51:22 -rw-rw-r-- 1 jenkins jenkins 677 Nov 14 17:48 GOVERNANCE.md 17:51:22 -rw-rw-r-- 1 jenkins jenkins 666 Nov 14 17:48 Jenkinsfile 17:51:22 -rw-rw-r-- 1 jenkins jenkins 10174 Nov 14 17:48 LICENSE 17:51:22 -rw-rw-r-- 1 jenkins jenkins 618 Nov 14 17:48 OWNERS.md 17:51:22 -rw-rw-r-- 1 jenkins jenkins 4582 Nov 14 17:48 README.md 17:51:22 -rw-rw-r-- 1 jenkins jenkins 5 Nov 14 17:49 VERSION 17:51:22 drwxrwxr-x 2 jenkins jenkins 4096 Nov 14 17:48 bin 17:51:22 -rw-r--r-- 1 jenkins jenkins 13 Nov 14 17:50 coverage.out 17:51:22 -rw-rw-r-- 1 jenkins jenkins 3684 Nov 14 17:48 go.mod 17:51:22 -rw-rw-r-- 1 jenkins jenkins 34823 Nov 14 17:48 go.sum 17:51:22 -rw-rw-r-- 1 jenkins jenkins 1937 Nov 14 17:48 main.go 17:51:22 -rw-rw-r-- 1 jenkins jenkins 2569 Nov 14 17:48 makefile 17:51:22 drwxrwxr-x 9 jenkins jenkins 4096 Nov 14 17:48 res [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:22 + 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=bf3d3c63f86262a491838983764f3e9b3adf49b9 --label arch=amd64 --label version=0.0.0 . 17:51:22 Sending build context to Docker daemon 3.383MB 17:51:22 Step 1/27 : ARG BASE=golang:1.21-alpine3.18 17:51:22 Step 2/27 : FROM ${BASE} AS builder 17:51:22 ---> ca8732c25e07 17:51:22 Step 3/27 : ARG ALPINE_PKG_BASE="make git" 17:51:23 ---> Running in 8f8be0c2789c 17:51:23 Removing intermediate container 8f8be0c2789c 17:51:23 ---> 914af89335e5 17:51:23 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:51:23 ---> Running in 67dea3cdf5ff 17:51:23 Removing intermediate container 67dea3cdf5ff 17:51:23 ---> 19101c6c8f30 17:51:23 Step 5/27 : ARG ADD_BUILD_TAGS="" 17:51:23 ---> Running in 22a0e019f07f 17:51:23 Removing intermediate container 22a0e019f07f 17:51:23 ---> 3c924e290342 17:51:23 Step 6/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:51:23 ---> Running in 24c3805bc32a 17:51:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:51:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:51:24 OK: 264 MiB in 52 packages 17:51:24 Removing intermediate container 24c3805bc32a 17:51:24 ---> 15f5f1439649 17:51:24 Step 7/27 : WORKDIR /app 17:51:24 ---> Running in d28eb5d7744d 17:51:24 Removing intermediate container d28eb5d7744d 17:51:24 ---> f7f724441e24 17:51:24 Step 8/27 : COPY go.mod vendor* ./ 17:51:24 ---> fb7cd463bf0a 17:51:24 Step 9/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:51:24 ---> Running in 2c00679b3c99 17:51:25 Removing intermediate container 2c00679b3c99 17:51:25 ---> 3922ecfad1c1 17:51:25 Step 10/27 : COPY . . 17:51:25 using credential edgex-jenkins-ssh 17:51:25 Cloning the remote Git repository 17:51:25 ---> 6da2de8459cf 17:51:25 Step 11/27 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" 17:51:25 ---> Running in 1bedc80c7fe8 17:51:25 Removing intermediate container 1bedc80c7fe8 17:51:25 ---> 50ca1e2ea3e9 17:51:25 Step 12/27 : RUN $MAKE 17:51:25 ---> Running in 3cca1bdbd592 17:51:25 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:51:25 > git init /w/workspace/app-service-configurable/1 # timeout=10 17:51:26 CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.SDKVersion=v3.1.0 -X github.com/edgexfoundry/app-functions-sdk-go/v3/internal.ApplicationVersion=0.0.0" -trimpath -mod=readonly -o app-service-configurable 17:51:26 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:51:26 > git --version # timeout=10 17:51:26 > git --version # 'git version 2.25.1' 17:51:26 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:26 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:27 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:51:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:51:28 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:51:28 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:51:28 using GIT_SSH to set credentials SSH Credentials for GitHub 17:51:28 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/pull/623/head:refs/remotes/origin/PR-623 +refs/heads/main:refs/remotes/origin/main # timeout=10 17:51:28 Merging remotes/origin/main commit fa501d0b868425bc78724a428da105794fb8968b into PR head commit bf3d3c63f86262a491838983764f3e9b3adf49b9 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:51:29 Failed in branch arm64 17:51:28 > git config core.sparsecheckout # timeout=10 17:51:28 > git checkout -f bf3d3c63f86262a491838983764f3e9b3adf49b9 # timeout=10 17:51:48 Removing intermediate container 3cca1bdbd592 17:51:48 ---> b2d242c3ac5d 17:51:48 Step 13/27 : FROM alpine:3.18 17:51:48 3.18: Pulling from library/alpine 17:51:48 96526aa774ef: Pulling fs layer 17:51:48 96526aa774ef: Download complete 17:51:48 96526aa774ef: Pull complete 17:51:48 Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 17:51:48 Status: Downloaded newer image for alpine:3.18 17:51:48 ---> 8ca4688f4f35 17:51:48 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' 17:51:49 ---> Running in 584ba3e11fc4 17:51:49 Removing intermediate container 584ba3e11fc4 17:51:49 ---> 208cea092d76 17:51:49 Step 15/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:51:49 ---> Running in 50bbba97825c 17:51:49 Removing intermediate container 50bbba97825c 17:51:49 ---> f904e8a952b4 17:51:49 Step 16/27 : RUN apk add --update --no-cache ca-certificates dumb-init 17:51:49 ---> Running in 2e13e7624f2f 17:51:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:51:49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:51:49 (1/2) Installing ca-certificates (20230506-r0) 17:51:49 (2/2) Installing dumb-init (1.2.5-r2) 17:51:49 Executing busybox-1.36.1-r2.trigger 17:51:49 Executing ca-certificates-20230506-r0.trigger 17:51:49 OK: 8 MiB in 17 packages 17:51:50 Removing intermediate container 2e13e7624f2f 17:51:50 ---> abd9e5496550 17:51:50 Step 17/27 : RUN apk --no-cache upgrade 17:51:50 ---> Running in fae14dfbfe20 17:51:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz 17:51:50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz 17:51:50 (1/7) Upgrading musl (1.2.4-r1 -> 1.2.4-r2) 17:51:50 (2/7) Upgrading busybox (1.36.1-r2 -> 1.36.1-r5) 17:51:50 Executing busybox-1.36.1-r5.post-upgrade 17:51:50 (3/7) Upgrading busybox-binsh (1.36.1-r2 -> 1.36.1-r5) 17:51:50 (4/7) Upgrading libcrypto3 (3.1.3-r0 -> 3.1.4-r1) 17:51:50 (5/7) Upgrading libssl3 (3.1.3-r0 -> 3.1.4-r1) 17:51:50 (6/7) Upgrading ssl_client (1.36.1-r2 -> 1.36.1-r5) 17:51:50 (7/7) Upgrading musl-utils (1.2.4-r1 -> 1.2.4-r2) 17:51:50 Executing busybox-1.36.1-r5.trigger 17:51:50 Executing ca-certificates-20230506-r0.trigger 17:51:50 OK: 8 MiB in 17 packages 17:51:51 Removing intermediate container fae14dfbfe20 17:51:51 ---> 93e5e392713e 17:51:51 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:51:51 ---> 8858041c99bc 17:51:51 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:51:51 ---> 7150d6621ffb 17:51:51 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:51:52 ---> 3b0879e44fbd 17:51:52 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:51:52 ---> 1cedb50660fb 17:51:52 Step 22/27 : EXPOSE 48095 17:51:52 ---> Running in a8448e2ac712 17:51:52 Removing intermediate container a8448e2ac712 17:51:52 ---> 6648464781a8 17:51:52 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:51:52 ---> Running in ff95013d240f 17:51:53 Removing intermediate container ff95013d240f 17:51:53 ---> b6d419e1b193 17:51:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] 17:51:53 ---> Running in 61a16900b2c5 17:51:53 Removing intermediate container 61a16900b2c5 17:51:53 ---> 20953c7c1931 17:51:53 Step 25/27 : LABEL arch=amd64 17:51:53 ---> Running in cbceac03350d 17:51:53 Removing intermediate container cbceac03350d 17:51:53 ---> 23a1a9039be6 17:51:53 Step 26/27 : LABEL git_sha=bf3d3c63f86262a491838983764f3e9b3adf49b9 17:51:53 ---> Running in 3211b629508a 17:51:53 Removing intermediate container 3211b629508a 17:51:53 ---> f685e868ef93 17:51:53 Step 27/27 : LABEL version=0.0.0 17:51:53 ---> Running in 7886e690d722 17:51:53 Removing intermediate container 7886e690d722 17:51:53 ---> 0b44a37c99b9 17:51:53 [Warning] One or more build-args [ARCH] were not consumed 17:51:53 Successfully built 0b44a37c99b9 17:51:53 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:51:54 17:51:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:51:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:51:54 latest: Pulling from edgex-lftools-log-publisher 17:51:54 5eb5b503b376: Pulling fs layer 17:51:54 5c69ac0246d0: Pulling fs layer 17:51:54 ec43610c2a17: Pulling fs layer 17:51:54 3a2ae6a8a46f: Pulling fs layer 17:51:54 33b1e0a273af: Pulling fs layer 17:51:54 5d3b04190fa2: Pulling fs layer 17:51:54 2f39f015ded8: Pulling fs layer 17:51:54 33b1e0a273af: Waiting 17:51:54 5d3b04190fa2: Waiting 17:51:54 2f39f015ded8: Waiting 17:51:54 3a2ae6a8a46f: Waiting 17:51:54 5c69ac0246d0: Verifying Checksum 17:51:54 5c69ac0246d0: Download complete 17:51:54 3a2ae6a8a46f: Verifying Checksum 17:51:54 3a2ae6a8a46f: Download complete 17:51:54 ec43610c2a17: Verifying Checksum 17:51:54 ec43610c2a17: Download complete 17:51:54 33b1e0a273af: Verifying Checksum 17:51:54 33b1e0a273af: Download complete 17:51:54 5d3b04190fa2: Verifying Checksum 17:51:54 5d3b04190fa2: Download complete 17:51:55 5eb5b503b376: Verifying Checksum 17:51:55 5eb5b503b376: Download complete 17:51:55 2f39f015ded8: Download complete 17:51:56 5eb5b503b376: Pull complete 17:51:56 5c69ac0246d0: Pull complete 17:51:56 ec43610c2a17: Pull complete 17:51:56 3a2ae6a8a46f: Pull complete 17:51:56 33b1e0a273af: Pull complete 17:51:56 5d3b04190fa2: Pull complete 17:52:01 2f39f015ded8: Pull complete 17:52:01 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:52:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:52:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:52:01 prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container 17:52:01 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_PR-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 17:52:08 $ docker top 07fd8b7178f0dcd6f4c56fb632da782004be53c46447412f1b6f0008947bb395 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:52:09 ---> job-cost.sh 17:52:09 lf-activate-venv: SKIPPING 17:52:09 INFO: No Stack... 17:52:09 INFO: Retrieving Pricing Info for: v3-standard-8 17:52:09 INFO: Archiving Costs [Pipeline] sh 17:52:10 + cat /w/workspace/_app-service-configurable_PR-623/archives/cost.csv 17:52:10 + cut -d, -f6 [Pipeline] lock 17:52:10 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-PR-623-1-stack-cost] 17:52:10 Resource [jenkins-edgexfoundry-app-service-configurable-PR-623-1-stack-cost] did not exist. Created. 17:52:10 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-PR-623-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:52:10 + echo total: 0.2199999988079071 [Pipeline] stash 17:52:10 Stashed 1 file(s) [Pipeline] } 17:52:10 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-PR-623-1-stack-cost] [Pipeline] // lock [Pipeline] } 17:52:10 $ docker stop --time=1 07fd8b7178f0dcd6f4c56fb632da782004be53c46447412f1b6f0008947bb395 17:52:12 $ docker rm -f --volumes 07fd8b7178f0dcd6f4c56fb632da782004be53c46447412f1b6f0008947bb395 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 17:52:14 + [ -d /w/workspace/_app-service-configurable_PR-623/archives ] 17:52:14 + ls -al /w/workspace/_app-service-configurable_PR-623/archives 17:52:14 total 16 17:52:14 drwxr-xr-x 3 root root 4096 Nov 14 17:52 . 17:52:14 drwxrwxr-x 8 jenkins jenkins 4096 Nov 14 17:52 .. 17:52:14 drwxr-xr-x 2 root root 4096 Nov 14 17:52 cost 17:52:14 -rw-r--r-- 1 root root 96 Nov 14 17:52 cost.csv 17:52:14 + sudo chown -R jenkins:jenkins /w/workspace/_app-service-configurable_PR-623/archives 17:52:14 + ls -al /w/workspace/_app-service-configurable_PR-623/archives 17:52:14 total 16 17:52:14 drwxr-xr-x 3 jenkins jenkins 4096 Nov 14 17:52 . 17:52:14 drwxrwxr-x 8 jenkins jenkins 4096 Nov 14 17:52 .. 17:52:14 drwxr-xr-x 2 jenkins jenkins 4096 Nov 14 17:52 cost 17:52:14 -rw-r--r-- 1 jenkins jenkins 96 Nov 14 17:52 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:52:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:52:15 ---> package-listing.sh 17:52:15 ++ facter osfamily 17:52:15 ++ tr '[:upper:]' '[:lower:]' 17:52:15 + OS_FAMILY=debian 17:52:15 + workspace=/w/workspace/_app-service-configurable_PR-623 17:52:15 + START_PACKAGES=/tmp/packages_start.txt 17:52:15 + END_PACKAGES=/tmp/packages_end.txt 17:52:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:52:15 + PACKAGES=/tmp/packages_start.txt 17:52:15 + '[' /w/workspace/_app-service-configurable_PR-623 ']' 17:52:15 + PACKAGES=/tmp/packages_end.txt 17:52:15 + case "${OS_FAMILY}" in 17:52:15 + dpkg -l 17:52:15 + grep '^ii' 17:52:15 + '[' -f /tmp/packages_start.txt ']' 17:52:15 + '[' -f /tmp/packages_end.txt ']' 17:52:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:52:15 + '[' /w/workspace/_app-service-configurable_PR-623 ']' 17:52:15 + mkdir -p /w/workspace/_app-service-configurable_PR-623/archives/ 17:52:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_PR-623/archives/ [Pipeline] echo 17:52:15 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-623/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:52:16 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 17:52:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:52:16 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 17:52:17 prd-ubuntu20.04-docker-8c-8g-17493 does not seem to be running inside a container 17:52:17 $ 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-623/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-623 -v /w/workspace/_app-service-configurable_PR-623:/w/workspace/_app-service-configurable_PR-623:rw,z -v /w/workspace/_app-service-configurable_PR-623@tmp:/w/workspace/_app-service-configurable_PR-623@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 17:52:17 $ docker top 97c18ce27091ae23415b4d554fbdb258d13349fbe3fe0dd6fa8411987ead847e -eo pid,comm [Pipeline] { [Pipeline] sh 17:52:17 + touch /tmp/pre-build-complete [Pipeline] sh 17:52:17 + mkdir -p /var/log/sysstat [Pipeline] sh 17:52:18 + ls /var/log/sa-host 17:52:18 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:52:18 provisioning config files... 17:52:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_PR-623@tmp/config14372781453382625308tmp [Pipeline] { [Pipeline] echo 17:52:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:52:18 ---> create-netrc.sh [Pipeline] } 17:52:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:52:19 ---> python-tools-install.sh [Pipeline] echo 17:52:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:52:19 ---> sudo-logs.sh 17:52:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:52:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:52:20 ---> job-cost.sh 17:52:20 lf-activate-venv: SKIPPING 17:52:20 DEBUG: total: 0.2199999988079071 17:52:20 INFO: Retrieving Stack Cost... 17:52:20 INFO: Retrieving Pricing Info for: v3-standard-8 17:52:20 INFO: Archiving Costs [Pipeline] echo 17:52:20 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:52:20 ---> logs-deploy.sh 17:52:20 lf-activate-venv: SKIPPING 17:52:20 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/PR-623/1 17:52:20 INFO: archiving workspace using pattern(s): 17:52:21 Archives upload complete. 17:52:21 INFO: archiving logs to Nexus