Push event to branch jakarta Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c7be6c4924e2986ea63b6da7cff964b545fc38ba 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-ssh17923643164636878171.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb 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-ssh17662027597571837823.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 95c76d14630896f3c9cf825147e1b1e2bad20cbb The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/jakarta/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/jakarta/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15941531311070269745.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 95c76d14630896f3c9cf825147e1b1e2bad20cbb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 95c76d14630896f3c9cf825147e1b1e2bad20cbb # timeout=10 Commit message: "Merge pull request #387 from ernestojeda/disable-concurrent-builds" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10869809140190634389.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/jakarta/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/jakarta/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh14864998986838881637.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [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.17 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: true 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 [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-752’ is offline ‘prd-ubuntu20.04-docker-8c-8g-757’ is offline ‘prd-ubuntu20.04-docker-arm64-4c-16g-755’ doesn’t have label ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-760 in /w/workspace/app-service-configurable_jakarta [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_jakarta # 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 Avoid second fetch Checking out Revision c7be6c4924e2986ea63b6da7cff964b545fc38ba (jakarta) > 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 core.sparsecheckout # timeout=10 > git checkout -f c7be6c4924e2986ea63b6da7cff964b545fc38ba # timeout=10 Commit message: "Merge pull request #426 from lenny-intel/released-2.1.1-sdk-go-mods-and-change-log" > git rev-list --no-walk 532a98345a098abd6c3260b7b022f25686349a24 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:37:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:37:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:37:12 ========================================================= 00:37:12 EdgeX Global Pipelines Version Info 00:37:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:37:13 ------------------- 00:37:13 stable info: 00:37:13 ------------------- 00:37:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:37:13 Commit SHA: 95c76d14630896f3c9cf825147e1b1e2bad20cbb 00:37:13 Message: update stable to v1.0.230 00:37:14 ------------------- 00:37:14 experimental info: 00:37:14 ------------------- 00:37:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:37:14 Commit SHA: e2cac8b444d664382c771f5dccbf61e369ddf83e 00:37:14 Message: update experimental to v1.0.231 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = jakarta [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = jakarta [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = jakarta [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c7be6c4 [Pipeline] echo 00:37:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:37:14 provisioning config files... 00:37:14 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable_jakarta@tmp/config3230195352206668696tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:15 ---> docker-login.sh 00:37:15 nexus3.edgexfoundry.org:10001 00:37:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:15 Configure a credential helper to remove this warning. See 00:37:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:15 00:37:15 Login Succeeded 00:37:15 nexus3.edgexfoundry.org:10002 00:37:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:15 Configure a credential helper to remove this warning. See 00:37:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:15 00:37:15 Login Succeeded 00:37:15 nexus3.edgexfoundry.org:10003 00:37:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:15 Configure a credential helper to remove this warning. See 00:37:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:15 00:37:15 Login Succeeded 00:37:15 nexus3.edgexfoundry.org:10004 00:37:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:15 Configure a credential helper to remove this warning. See 00:37:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:15 00:37:15 Login Succeeded 00:37:15 docker.io 00:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:16 Configure a credential helper to remove this warning. See 00:37:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:16 00:37:16 Login Succeeded 00:37:16 ---> docker-login.sh ends [Pipeline] } 00:37:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 00:37:16 + git rev-list -1 --merges c7be6c4924e2986ea63b6da7cff964b545fc38ba~1..c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] echo 00:37:16 -----------> git rev-list -1 --merges c7be6c4924e2986ea63b6da7cff964b545fc38ba~1..c7be6c4924e2986ea63b6da7cff964b545fc38ba c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:37:16 c7be6c4924e2986ea63b6da7cff964b545fc38ba [false] [Pipeline] sh 00:37:17 + git log --format=format:%s -1 c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] echo 00:37:17 ========================================================= 00:37:17 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 00:37:17 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:37:17 + git log --format=format:%s -1 c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] echo 00:37:17 [semverPrep] GIT_COMMIT: c7be6c4924e2986ea63b6da7cff964b545fc38ba, Commit Message: Merge pull request #426 from lenny-intel/released-2.1.1-sdk-go-mods-and-change-log [Pipeline] echo 00:37:17 [semverPrep] This is not a build commit. [Pipeline] sh 00:37:17 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:37:17 + grep -v github /etc/ssh/ssh_known_hosts 00:37:17 + [ -e /tmp/ssh_known_hosts ] 00:37:17 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 00:37:17 + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 00:37:17 sudo tee -a /etc/ssh/ssh_known_hosts 00:37:17 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:37:18 00:37:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:37:18 latest: Pulling from edgex-devops/py-git-semver 00:37:18 42c077c10790: Pulling fs layer 00:37:18 f63e77b7563a: Pulling fs layer 00:37:18 bd5fdadae976: Pulling fs layer 00:37:18 205491f53016: Pulling fs layer 00:37:18 df18705c85c3: Pulling fs layer 00:37:18 bdb3f477010e: Pulling fs layer 00:37:18 c8a8fc8e1c8f: Pulling fs layer 00:37:18 2c6e9b1d212d: Pulling fs layer 00:37:18 bdb8f0575790: Pulling fs layer 00:37:18 386e3cb2ff24: Pulling fs layer 00:37:18 2343380bae48: Pulling fs layer 00:37:18 386e3cb2ff24: Waiting 00:37:18 2343380bae48: Waiting 00:37:18 2c6e9b1d212d: Waiting 00:37:18 bdb8f0575790: Waiting 00:37:18 205491f53016: Waiting 00:37:18 bdb3f477010e: Waiting 00:37:18 c8a8fc8e1c8f: Waiting 00:37:18 df18705c85c3: Waiting 00:37:18 f63e77b7563a: Download complete 00:37:18 205491f53016: Download complete 00:37:18 df18705c85c3: Verifying Checksum 00:37:18 df18705c85c3: Download complete 00:37:18 bdb3f477010e: Verifying Checksum 00:37:18 bdb3f477010e: Download complete 00:37:18 bd5fdadae976: Verifying Checksum 00:37:18 bd5fdadae976: Download complete 00:37:18 2c6e9b1d212d: Download complete 00:37:18 bdb8f0575790: Verifying Checksum 00:37:18 bdb8f0575790: Download complete 00:37:18 386e3cb2ff24: Verifying Checksum 00:37:18 386e3cb2ff24: Download complete 00:37:18 2343380bae48: Download complete 00:37:19 42c077c10790: Verifying Checksum 00:37:19 42c077c10790: Download complete 00:37:19 c8a8fc8e1c8f: Verifying Checksum 00:37:19 c8a8fc8e1c8f: Download complete 00:37:20 42c077c10790: Pull complete 00:37:20 f63e77b7563a: Pull complete 00:37:20 bd5fdadae976: Pull complete 00:37:20 205491f53016: Pull complete 00:37:21 df18705c85c3: Pull complete 00:37:21 bdb3f477010e: Pull complete 00:37:23 c8a8fc8e1c8f: Pull complete 00:37:23 2c6e9b1d212d: Pull complete 00:37:23 bdb8f0575790: Pull complete 00:37:23 386e3cb2ff24: Pull complete 00:37:23 2343380bae48: Pull complete 00:37:23 Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 00:37:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:37:23 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:37:24 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:37:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 00:37:25 $ docker top b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d -eo pid,comm 00:37:25 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). 00:37:25 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:37:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:37:25 [ssh-agent] Looking for ssh-agent implementation... 00:37:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:37:25 $ docker exec b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d ssh-agent 00:37:25 SSH_AUTH_SOCK=/tmp/ssh-wlRe8GNUxGSR/agent.34 00:37:25 SSH_AGENT_PID=41 00:37:25 Running ssh-add (command line suppressed) 00:37:26 Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_1108574505072364171.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_1108574505072364171.key) 00:37:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:37:26 + git tag --points-at HEAD [Pipeline] } 00:37:26 $ docker exec --env ******** --env ******** b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d ssh-agent -k 00:37:26 unset SSH_AUTH_SOCK; 00:37:26 unset SSH_AGENT_PID; 00:37:26 echo Agent pid 41 killed; 00:37:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:37:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:37:26 [ssh-agent] Looking for ssh-agent implementation... 00:37:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:37:26 $ docker exec b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d ssh-agent 00:37:26 SSH_AUTH_SOCK=/tmp/ssh-yNJ1NSSbiLCs/agent.75 00:37:26 SSH_AGENT_PID=82 00:37:26 Running ssh-add (command line suppressed) 00:37:26 Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_4382082115995706609.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_4382082115995706609.key) 00:37:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:37:27 + git semver init 00:37:27 2022-06-03 00:37:27,484 [run_init] DEBUG init version:0.0.0 force:False 00:37:27 2022-06-03 00:37:27,485 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/app-service-configurable_jakarta/.semver 00:37:27 2022-06-03 00:37:27,486 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/app-service-configurable_jakarta/.semver 00:37:27 2022-06-03 00:37:27,486 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/app-service-configurable_jakarta/.semver'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=None) 00:37:28 2022-06-03 00:37:28,169 [append_file] DEBUG append to file:/w/workspace/app-service-configurable_jakarta/.git/info/exclude 00:37:28 2022-06-03 00:37:28,169 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/app-service-configurable_jakarta/.semver/jakarta with force:False 00:37:28 2022-06-03 00:37:28,169 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:37:28 2022-06-03 00:37:28,170 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:37:28 2.1.1-dev.2 [Pipeline] } 00:37:28 $ docker exec --env ******** --env ******** b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d ssh-agent -k 00:37:28 unset SSH_AUTH_SOCK; 00:37:28 unset SSH_AGENT_PID; 00:37:28 echo Agent pid 82 killed; 00:37:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:37:28 + git semver [Pipeline] } 00:37:29 $ docker stop --time=1 b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d 00:37:30 $ docker rm -f b7a3ce200033d141e187ca45a285a341583517fb60114563177b0b3ef9aa6d4d [Pipeline] // withDockerContainer [Pipeline] sh 00:37:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:37:31 Stashed 1 file(s) [Pipeline] echo 00:37:31 [edgeXSemver]: initialized semver on version 2.1.1-dev.2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:37:31 provisioning config files... 00:37:31 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable_jakarta@tmp/config5256940020273355982tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:37:31 ---> docker-login.sh 00:37:31 nexus3.edgexfoundry.org:10001 00:37:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:31 Configure a credential helper to remove this warning. See 00:37:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:31 00:37:31 Login Succeeded 00:37:31 nexus3.edgexfoundry.org:10002 00:37:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:31 Configure a credential helper to remove this warning. See 00:37:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:31 00:37:31 Login Succeeded 00:37:31 nexus3.edgexfoundry.org:10003 00:37:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:31 Configure a credential helper to remove this warning. See 00:37:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:31 00:37:31 Login Succeeded 00:37:31 nexus3.edgexfoundry.org:10004 00:37:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:32 Configure a credential helper to remove this warning. See 00:37:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:32 00:37:32 Login Succeeded 00:37:32 docker.io 00:37:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:37:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:37:32 Configure a credential helper to remove this warning. See 00:37:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:37:32 00:37:32 Login Succeeded 00:37:32 ---> docker-login.sh ends [Pipeline] } 00:37:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:37:32 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:37:32 ========================================================= 00:37:32 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts] 00:37:32 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:32 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts --build-arg MAKE=echo noop --target=builder . 00:37:32 Sending build context to Docker daemon 13.47MB 00:37:32 Step 1/12 : ARG BASE=golang:1.16-alpine3.14 00:37:32 Step 2/12 : FROM ${BASE} AS builder 00:37:33 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base 00:37:33 59bf1c3509f3: Pulling fs layer 00:37:33 666ba61612fd: Pulling fs layer 00:37:33 8ed8ca486205: Pulling fs layer 00:37:33 4fe6c5a15a65: Pulling fs layer 00:37:33 22a0e8bec74d: Pulling fs layer 00:37:33 812f408151ee: Pulling fs layer 00:37:33 bab7bd504b26: Pulling fs layer 00:37:33 070449caade9: Pulling fs layer 00:37:33 8f1a5288e3a6: Pulling fs layer 00:37:33 22a0e8bec74d: Waiting 00:37:33 4fe6c5a15a65: Waiting 00:37:33 070449caade9: Waiting 00:37:33 8f1a5288e3a6: Waiting 00:37:33 812f408151ee: Waiting 00:37:33 bab7bd504b26: Waiting 00:37:33 8ed8ca486205: Verifying Checksum 00:37:33 8ed8ca486205: Download complete 00:37:33 666ba61612fd: Download complete 00:37:33 22a0e8bec74d: Verifying Checksum 00:37:33 22a0e8bec74d: Download complete 00:37:33 812f408151ee: Download complete 00:37:33 bab7bd504b26: Verifying Checksum 00:37:33 bab7bd504b26: Download complete 00:37:33 59bf1c3509f3: Verifying Checksum 00:37:33 070449caade9: Verifying Checksum 00:37:33 070449caade9: Download complete 00:37:33 59bf1c3509f3: Pull complete 00:37:33 666ba61612fd: Pull complete 00:37:33 8ed8ca486205: Pull complete 00:37:34 4fe6c5a15a65: Verifying Checksum 00:37:34 4fe6c5a15a65: Download complete 00:37:34 8f1a5288e3a6: Verifying Checksum 00:37:34 8f1a5288e3a6: Download complete 00:37:38 4fe6c5a15a65: Pull complete 00:37:38 22a0e8bec74d: Pull complete 00:37:38 812f408151ee: Pull complete 00:37:38 bab7bd504b26: Pull complete 00:37:38 070449caade9: Pull complete 00:37:40 8f1a5288e3a6: Pull complete 00:37:40 Digest: sha256:53030bcd5b82665afb3cefeba7a6fee19172d9224e433a3be554ad5982a25c96 00:37:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.17-alpine-lts 00:37:40 ---> c47586b81864 00:37:40 Step 3/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:37:41 ---> Running in 08ac94ed359d 00:37:41 Removing intermediate container 08ac94ed359d 00:37:41 ---> 25989f3ff568 00:37:41 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 00:37:41 ---> Running in 5c11f6e88999 00:37:41 Removing intermediate container 5c11f6e88999 00:37:41 ---> 548965d35c7e 00:37:41 Step 5/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:37:41 ---> Running in d89141dd5d17 00:37:41 Removing intermediate container d89141dd5d17 00:37:41 ---> ed32f1a5e035 00:37:41 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:41 ---> Running in 30ba3bd7f93d 00:37:42 Removing intermediate container 30ba3bd7f93d 00:37:42 ---> 441224220d5b 00:37:42 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:37:42 ---> Running in 57cbaf59176d 00:37:42 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:37:43 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:37:43 OK: 221 MiB in 52 packages 00:37:44 Removing intermediate container 57cbaf59176d 00:37:44 ---> 9a82fbe131a3 00:37:44 Step 8/12 : WORKDIR /app 00:37:44 ---> Running in acfb9b0a8bbd 00:37:44 Removing intermediate container acfb9b0a8bbd 00:37:44 ---> 0699e0e04802 00:37:44 Step 9/12 : COPY . . 00:37:45 ---> 35a40114f2ca 00:37:45 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:37:45 ---> Running in da53413c9a74 00:37:45 skipping... 00:37:46 Removing intermediate container da53413c9a74 00:37:46 ---> 528281345234 00:37:46 Step 11/12 : ARG MAKE="make build" 00:37:46 Still waiting to schedule task 00:37:46 Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ 00:37:46 ---> Running in 29f01c7dbf97 00:37:46 Removing intermediate container 29f01c7dbf97 00:37:46 ---> d0ac1e5df166 00:37:46 Step 12/12 : RUN $MAKE 00:37:46 ---> Running in 59608574643e 00:37:46 noop 00:37:46 Removing intermediate container 59608574643e 00:37:46 ---> 3b3bfa976c49 00:37:46 Successfully built 3b3bfa976c49 00:37:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:47 + docker inspect -f . ci-base-image-x86_64 00:37:47 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:37:47 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:37:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** ci-base-image-x86_64 cat 00:37:47 $ docker top a9a92083be75b4b51d655f0fd44495280b50cb101d07f6618d0d59bf20785418 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:48 + go version 00:37:48 go version go1.17.6 linux/amd64 [Pipeline] } 00:37:48 $ docker stop --time=1 a9a92083be75b4b51d655f0fd44495280b50cb101d07f6618d0d59bf20785418 00:37:49 $ docker rm -f a9a92083be75b4b51d655f0fd44495280b50cb101d07f6618d0d59bf20785418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:37:49 + docker inspect -f . ci-base-image-x86_64 00:37:49 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:37:50 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:37:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** ci-base-image-x86_64 cat 00:37:50 $ docker top 2a0fb204a7deec007f04bb1f75b6001f73628af0e234566e71693ef5317b4d8d -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 00:37:51 + make test 00:37:51 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 00:37:57 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:37:57 CGO_ENABLED=1 go vet ./... 00:38:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:38:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:38:00 ./bin/test-attribution-txt.sh 00:38:00 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 00:38:00 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.1.1 00:38:00 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 00:38:00 go: downloading github.com/google/uuid v1.3.0 00:38:00 go: downloading github.com/gorilla/mux v1.8.0 00:38:00 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 00:38:00 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 00:38:00 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:38:00 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 00:38:00 go: downloading github.com/hashicorp/go-multierror v1.1.1 00:38:00 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 00:38:00 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 00:38:00 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:38:00 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:38:00 go: downloading github.com/go-playground/validator/v10 v10.9.0 00:38:00 go: downloading github.com/go-kit/kit v0.11.0 00:38:00 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 00:38:00 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:38:00 go: downloading github.com/pelletier/go-toml v1.9.4 00:38:00 go: downloading github.com/hashicorp/consul/api v1.9.1 00:38:00 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:38:00 go: downloading github.com/pebbe/zmq4 v1.2.7 00:38:00 go: downloading github.com/go-redis/redis/v7 v7.3.0 00:38:00 go: downloading github.com/go-logfmt/logfmt v0.5.0 00:38:00 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:38:00 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:38:00 go: downloading github.com/mitchellh/copystructure v1.0.0 00:38:00 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:38:00 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:38:00 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 00:38:00 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 00:38:00 go: downloading golang.org/x/text v0.3.6 00:38:00 go: downloading github.com/hashicorp/errwrap v1.0.0 00:38:00 go: downloading github.com/x448/float16 v0.8.4 00:38:00 go: downloading github.com/gorilla/websocket v1.4.2 00:38:00 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:38:00 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:38:00 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:38:00 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:38:00 go: downloading github.com/hashicorp/serf v0.9.5 00:38:01 go: downloading github.com/go-playground/universal-translator v0.18.0 00:38:01 go: downloading github.com/leodido/go-urn v1.2.1 00:38:01 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 00:38:01 go: downloading github.com/fatih/color v1.9.0 00:38:01 go: downloading github.com/mattn/go-colorable v0.1.6 00:38:01 go: downloading github.com/mattn/go-isatty v0.0.12 00:38:01 go: downloading github.com/mitchellh/go-homedir v1.1.0 00:38:01 go: downloading github.com/go-playground/locales v0.14.0 [Pipeline] echo 00:38:02 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 00:38:02 + go mod tidy 00:38:02 go: downloading github.com/stretchr/testify v1.7.0 00:38:02 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 00:38:02 go: downloading github.com/go-stack/stack v1.8.0 00:38:02 go: downloading github.com/go-playground/assert/v2 v2.0.1 00:38:02 go: downloading github.com/hashicorp/consul/sdk v0.8.0 00:38:02 go: downloading github.com/hashicorp/go-uuid v1.0.1 00:38:02 go: downloading github.com/pkg/errors v0.9.1 00:38:02 go: downloading github.com/hashicorp/go-msgpack v0.5.3 00:38:02 go: downloading github.com/hashicorp/memberlist v0.2.2 00:38:02 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:38:02 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 00:38:02 go: downloading github.com/davecgh/go-spew v1.1.1 00:38:02 go: downloading github.com/pmezard/go-difflib v1.0.0 00:38:02 go: downloading github.com/stretchr/objx v0.1.1 00:38:02 go: downloading github.com/onsi/ginkgo v1.10.1 00:38:02 go: downloading github.com/onsi/gomega v1.7.0 00:38:02 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:38:02 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 00:38:02 go: downloading github.com/miekg/dns v1.1.26 00:38:02 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:38:02 go: downloading gopkg.in/yaml.v2 v2.3.0 00:38:02 go: downloading github.com/hpcloud/tail v1.0.0 00:38:02 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:38:02 go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } 00:38:02 $ docker stop --time=1 2a0fb204a7deec007f04bb1f75b6001f73628af0e234566e71693ef5317b4d8d 00:38:04 $ docker rm -f 2a0fb204a7deec007f04bb1f75b6001f73628af0e234566e71693ef5317b4d8d [Pipeline] // withDockerContainer [Pipeline] sh 00:38:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:38:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:38:06 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:38:06 + ls -al . 00:38:06 total 180 00:38:06 drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 00:38 . 00:38:06 drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 00:37 .. 00:38:06 -rw-rw-r-- 1 jenkins jenkins 119 Jun 3 00:37 .dockerignore 00:38:06 drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 00:37 .git 00:38:06 drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 00:37 .github 00:38:06 -rw-rw-r-- 1 jenkins jenkins 97 Jun 3 00:37 .gitignore 00:38:06 drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 00:37 .semver 00:38:06 -rw-rw-r-- 1 jenkins jenkins 7608 Jun 3 00:37 Attribution.txt 00:38:06 -rw-rw-r-- 1 jenkins jenkins 23922 Jun 3 00:37 CHANGELOG.md 00:38:06 -rw-rw-r-- 1 jenkins jenkins 2064 Jun 3 00:37 Dockerfile 00:38:06 -rw-rw-r-- 1 jenkins jenkins 677 Jun 3 00:37 GOVERNANCE.md 00:38:06 -rw-rw-r-- 1 jenkins jenkins 687 Jun 3 00:37 Jenkinsfile 00:38:06 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 3 00:37 LICENSE 00:38:06 -rw-rw-r-- 1 jenkins jenkins 618 Jun 3 00:37 OWNERS.md 00:38:06 -rw-rw-r-- 1 jenkins jenkins 3429 Jun 3 00:37 README.md 00:38:06 -rw-rw-r-- 1 jenkins jenkins 11 Jun 3 00:37 VERSION 00:38:06 drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 00:37 bin 00:38:06 -rw-r--r-- 1 jenkins jenkins 10 Jun 3 00:37 coverage.out 00:38:06 -rw-rw-r-- 1 jenkins jenkins 129 Jun 3 00:38 go.mod 00:38:06 -rw-rw-r-- 1 jenkins jenkins 49193 Jun 3 00:37 go.sum 00:38:06 -rw-rw-r-- 1 jenkins jenkins 1949 Jun 3 00:37 main.go 00:38:06 -rw-rw-r-- 1 jenkins jenkins 1614 Jun 3 00:37 makefile 00:38:06 drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 00:37 res 00:38:06 drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 00:37 snap 00:38:06 drwxrwxr-x 5 jenkins jenkins 4096 Jun 3 00:37 vendor [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:06 + 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=c7be6c4924e2986ea63b6da7cff964b545fc38ba --label arch=amd64 --label version=2.1.1-dev.2 . 00:38:06 Sending build context to Docker daemon 13.47MB 00:38:06 Step 1/26 : ARG BASE=golang:1.16-alpine3.14 00:38:06 Step 2/26 : FROM ${BASE} AS builder 00:38:06 ---> 3b3bfa976c49 00:38:06 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:38:07 ---> Running in c3822fca1f1e 00:38:07 Removing intermediate container c3822fca1f1e 00:38:07 ---> 1ee8d060acfb 00:38:07 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 00:38:07 ---> Running in aae58683bb33 00:38:07 Removing intermediate container aae58683bb33 00:38:07 ---> 020394c996fe 00:38:07 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:38:07 ---> Running in e6b122d26728 00:38:07 Removing intermediate container e6b122d26728 00:38:07 ---> ff706fea3ca4 00:38:07 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:08 ---> Running in 2278fd0a9132 00:38:08 Removing intermediate container 2278fd0a9132 00:38:08 ---> 6b995e973acd 00:38:08 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:38:08 ---> Running in cacd6f78d14e 00:38:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 00:38:09 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 00:38:10 OK: 221 MiB in 52 packages 00:38:10 Removing intermediate container cacd6f78d14e 00:38:10 ---> d75beab69c28 00:38:10 Step 8/26 : WORKDIR /app 00:38:10 ---> Running in c44500f4de01 00:38:10 Removing intermediate container c44500f4de01 00:38:10 ---> c1d26550f26f 00:38:10 Step 9/26 : COPY . . 00:38:11 ---> ba671310e9ee 00:38:11 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:38:11 ---> Running in fa94cf591f95 00:38:11 skipping... 00:38:12 Removing intermediate container fa94cf591f95 00:38:12 ---> d51a1f32bf25 00:38:12 Step 11/26 : ARG MAKE="make build" 00:38:12 ---> Running in 8fd460a6234f 00:38:12 Removing intermediate container 8fd460a6234f 00:38:12 ---> 7c9768ecd8a5 00:38:12 Step 12/26 : RUN $MAKE 00:38:12 ---> Running in 6adba5b29a4b 00:38:12 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.1.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.1.1-dev.2" -o app-service-configurable 00:38:20 Removing intermediate container 6adba5b29a4b 00:38:20 ---> 78e739161011 00:38:20 Step 13/26 : FROM alpine:3.14 00:38:20 3.14: Pulling from library/alpine 00:38:20 8663204ce13b: Pulling fs layer 00:38:21 8663204ce13b: Verifying Checksum 00:38:21 8663204ce13b: Download complete 00:38:21 8663204ce13b: Pull complete 00:38:21 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 00:38:21 Status: Downloaded newer image for alpine:3.14 00:38:21 ---> e04c818066af 00:38:21 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:38:21 ---> Running in b732d57bb6df 00:38:21 Removing intermediate container b732d57bb6df 00:38:21 ---> 55658d9446cb 00:38:21 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 00:38:21 ---> Running in 36df5c839b56 00:38:21 Removing intermediate container 36df5c839b56 00:38:21 ---> 246022588064 00:38:21 Step 16/26 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 00:38:21 ---> Running in adbb8bdfa29f 00:38:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 00:38:21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 00:38:22 (1/7) Installing ca-certificates (20211220-r0) 00:38:22 (2/7) Installing dumb-init (1.2.5-r1) 00:38:22 (3/7) Installing libgcc (10.3.1_git20210424-r2) 00:38:22 (4/7) Installing libsodium (1.0.18-r0) 00:38:22 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 00:38:22 (6/7) Installing libzmq (4.3.4-r0) 00:38:22 (7/7) Installing zeromq (4.3.4-r0) 00:38:22 Executing busybox-1.33.1-r7.trigger 00:38:22 Executing ca-certificates-20211220-r0.trigger 00:38:22 OK: 9 MiB in 21 packages 00:38:22 Removing intermediate container adbb8bdfa29f 00:38:22 ---> cad41dbd783e 00:38:22 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:38:22 ---> fc3ef82e032f 00:38:22 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 00:38:22 ---> e798ffce3e70 00:38:22 Step 19/26 : COPY --from=builder /app/res/ /res/ 00:38:22 ---> 26e76189190d 00:38:22 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:38:23 ---> bdf37768c815 00:38:23 Step 21/26 : EXPOSE 48095 00:38:23 ---> Running in 7a8d77d9d460 00:38:23 Removing intermediate container 7a8d77d9d460 00:38:23 ---> 445a828445d7 00:38:23 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 00:38:23 ---> Running in 72b92b60e0e5 00:38:23 Removing intermediate container 72b92b60e0e5 00:38:23 ---> 06bfea337325 00:38:23 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:23 ---> Running in ad2c721d464a 00:38:23 Removing intermediate container ad2c721d464a 00:38:23 ---> 6c0e713b2d37 00:38:23 Step 24/26 : LABEL arch=amd64 00:38:23 ---> Running in a36aa110b1fe 00:38:23 Removing intermediate container a36aa110b1fe 00:38:23 ---> d63d89e4fd5f 00:38:23 Step 25/26 : LABEL git_sha=c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:38:23 ---> Running in 282337cc8144 00:38:23 Removing intermediate container 282337cc8144 00:38:23 ---> 1c33ea807c20 00:38:23 Step 26/26 : LABEL version=2.1.1-dev.2 00:38:23 ---> Running in baf12ad01b59 00:38:23 Removing intermediate container baf12ad01b59 00:38:23 ---> 68cec737a1b8 00:38:23 [Warning] One or more build-args [ARCH] were not consumed 00:38:24 Successfully built 68cec737a1b8 00:38:24 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:38:24 provisioning config files... 00:38:24 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable_jakarta@tmp/config7416282570121092888tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:38:24 ---> docker-login.sh 00:38:24 nexus3.edgexfoundry.org:10001 00:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:24 Configure a credential helper to remove this warning. See 00:38:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:24 00:38:24 Login Succeeded 00:38:24 nexus3.edgexfoundry.org:10002 00:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:24 Configure a credential helper to remove this warning. See 00:38:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:24 00:38:24 Login Succeeded 00:38:24 nexus3.edgexfoundry.org:10003 00:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:24 Configure a credential helper to remove this warning. See 00:38:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:24 00:38:24 Login Succeeded 00:38:24 nexus3.edgexfoundry.org:10004 00:38:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:25 Configure a credential helper to remove this warning. See 00:38:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:25 00:38:25 Login Succeeded 00:38:25 docker.io 00:38:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:25 Configure a credential helper to remove this warning. See 00:38:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:25 00:38:25 Login Succeeded 00:38:25 ---> docker-login.sh ends [Pipeline] } 00:38:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:25 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:38:25 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 00:38:25 c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:38:25 2.1.1-dev.2 00:38:25 c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 00:38:25 jakarta 00:38:25 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:25 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:26 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:38:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 00:38:26 a84575035364: Preparing 00:38:26 b84e099b181f: Preparing 00:38:26 f010a70671e0: Preparing 00:38:26 81891bff03fb: Preparing 00:38:26 f7e696f36db1: Preparing 00:38:26 b541d28bf3b4: Preparing 00:38:26 b541d28bf3b4: Waiting 00:38:26 81891bff03fb: Pushed 00:38:26 b84e099b181f: Pushed 00:38:26 f010a70671e0: Pushed 00:38:26 b541d28bf3b4: Layer already exists 00:38:26 f7e696f36db1: Pushed 00:38:28 a84575035364: Pushed 00:38:28 c7be6c4924e2986ea63b6da7cff964b545fc38ba: digest: sha256:41576cc45bb76cfb7d08e613d0b037b54cfc01387bd8ebc4ddb70a75c2640758 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:28 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.1.1-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.1.1-dev.2 00:38:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 00:38:28 a84575035364: Preparing 00:38:28 b84e099b181f: Preparing 00:38:28 f010a70671e0: Preparing 00:38:28 81891bff03fb: Preparing 00:38:28 f7e696f36db1: Preparing 00:38:28 b541d28bf3b4: Preparing 00:38:28 b541d28bf3b4: Waiting 00:38:28 f7e696f36db1: Layer already exists 00:38:28 81891bff03fb: Layer already exists 00:38:28 a84575035364: Layer already exists 00:38:28 b84e099b181f: Layer already exists 00:38:28 f010a70671e0: Layer already exists 00:38:28 b541d28bf3b4: Layer already exists 00:38:28 2.1.1-dev.2: digest: sha256:41576cc45bb76cfb7d08e613d0b037b54cfc01387bd8ebc4ddb70a75c2640758 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:29 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 00:38:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 00:38:29 a84575035364: Preparing 00:38:29 b84e099b181f: Preparing 00:38:29 f010a70671e0: Preparing 00:38:29 81891bff03fb: Preparing 00:38:29 f7e696f36db1: Preparing 00:38:29 b541d28bf3b4: Preparing 00:38:29 b541d28bf3b4: Waiting 00:38:29 f7e696f36db1: Layer already exists 00:38:29 b84e099b181f: Layer already exists 00:38:29 81891bff03fb: Layer already exists 00:38:29 f010a70671e0: Layer already exists 00:38:29 a84575035364: Layer already exists 00:38:29 b541d28bf3b4: Layer already exists 00:38:29 c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2: digest: sha256:41576cc45bb76cfb7d08e613d0b037b54cfc01387bd8ebc4ddb70a75c2640758 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:29 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:jakarta [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:jakarta 00:38:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 00:38:30 a84575035364: Preparing 00:38:30 b84e099b181f: Preparing 00:38:30 f010a70671e0: Preparing 00:38:30 81891bff03fb: Preparing 00:38:30 f7e696f36db1: Preparing 00:38:30 b541d28bf3b4: Preparing 00:38:30 b541d28bf3b4: Waiting 00:38:30 81891bff03fb: Layer already exists 00:38:30 f010a70671e0: Layer already exists 00:38:30 f7e696f36db1: Layer already exists 00:38:30 b84e099b181f: Layer already exists 00:38:30 a84575035364: Layer already exists 00:38:30 b541d28bf3b4: Layer already exists 00:38:30 jakarta: digest: sha256:41576cc45bb76cfb7d08e613d0b037b54cfc01387bd8ebc4ddb70a75c2640758 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:38:30 ===================================================== [Pipeline] echo 00:38:30 taggedImages: 00:38:30 - nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:38:30 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.1.1-dev.2 00:38:30 - nexus3.edgexfoundry.org:10004/app-service-configurable:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 00:38:30 - nexus3.edgexfoundry.org:10004/app-service-configurable:jakarta [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:38:30 00:38:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:38:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:38:30 latest: Pulling from edgex-lftools-log-publisher 00:38:30 5eb5b503b376: Pulling fs layer 00:38:30 5c69ac0246d0: Pulling fs layer 00:38:30 ec43610c2a17: Pulling fs layer 00:38:30 3a2ae6a8a46f: Pulling fs layer 00:38:30 33b1e0a273af: Pulling fs layer 00:38:30 3a2ae6a8a46f: Waiting 00:38:30 5d3b04190fa2: Pulling fs layer 00:38:30 33b1e0a273af: Waiting 00:38:30 2f39f015ded8: Pulling fs layer 00:38:30 5d3b04190fa2: Waiting 00:38:30 5c69ac0246d0: Download complete 00:38:30 3a2ae6a8a46f: Download complete 00:38:30 33b1e0a273af: Verifying Checksum 00:38:30 33b1e0a273af: Download complete 00:38:31 5d3b04190fa2: Download complete 00:38:31 ec43610c2a17: Verifying Checksum 00:38:31 ec43610c2a17: Download complete 00:38:31 5eb5b503b376: Verifying Checksum 00:38:31 5eb5b503b376: Download complete 00:38:32 2f39f015ded8: Download complete 00:38:32 5eb5b503b376: Pull complete 00:38:32 5c69ac0246d0: Pull complete 00:38:32 ec43610c2a17: Pull complete 00:38:33 3a2ae6a8a46f: Pull complete 00:38:33 33b1e0a273af: Pull complete 00:38:33 5d3b04190fa2: Pull complete 00:38:37 2f39f015ded8: Pull complete 00:38:37 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 00:38:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:38:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:38:37 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:38:37 $ 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_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:38:39 $ docker top 3da49bd0934551cfafbdc342c273d2a4328dc6491cffffbb92fd66e28d7bd2ef -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:38:39 ---> job-cost.sh 00:38:39 lf-activate-venv: SKIPPING 00:38:39 INFO: No Stack... 00:38:40 INFO: Retrieving Pricing Info for: v3-standard-8 00:38:40 INFO: Archiving Costs [Pipeline] sh 00:38:40 + cat /w/workspace/app-service-configurable_jakarta/archives/cost.csv 00:38:40 + cut -d, -f6 [Pipeline] lock 00:38:40 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] 00:38:40 Resource [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] did not exist. Created. 00:38:40 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:38:41 + echo total: 0.2199999988079071 [Pipeline] stash 00:38:41 Stashed 1 file(s) [Pipeline] } 00:38:41 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [Pipeline] // lock [Pipeline] } 00:38:41 $ docker stop --time=1 3da49bd0934551cfafbdc342c273d2a4328dc6491cffffbb92fd66e28d7bd2ef 00:38:42 $ docker rm -f 3da49bd0934551cfafbdc342c273d2a4328dc6491cffffbb92fd66e28d7bd2ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:34 Running on prd-ubuntu20.04-docker-arm64-4c-16g-873 in /w/workspace/app-service-configurable_jakarta [Pipeline] { [Pipeline] ws 00:44:34 Running in /w/workspace/app-service-configurable/4 [Pipeline] { [Pipeline] checkout 00:44:34 Selected Git installation does not exist. Using Default 00:44:34 The recommended git tool is: NONE 00:44:42 using credential edgex-jenkins-ssh 00:44:42 Cloning the remote Git repository 00:44:42 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:44:42 > git init /w/workspace/app-service-configurable/4 # timeout=10 00:44:43 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:44:43 > git --version # timeout=10 00:44:43 > git --version # 'git version 2.25.1' 00:44:43 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:44 Avoid second fetch 00:44:44 Checking out Revision c7be6c4924e2986ea63b6da7cff964b545fc38ba (jakarta) 00:44:44 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:44:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:44 > git config core.sparsecheckout # timeout=10 00:44:44 > git checkout -f c7be6c4924e2986ea63b6da7cff964b545fc38ba # timeout=10 00:44:49 Commit message: "Merge pull request #426 from lenny-intel/released-2.1.1-sdk-go-mods-and-change-log" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:44:50 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 00:44:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:50 Dload Upload Total Spent Left Speed 00:44:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 186k 0 --:--:-- --:--:-- --:--:-- 189k [Pipeline] sh 00:44:50 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 00:44:51 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 00:44:51 + sudo tee /etc/docker/daemon.new 00:44:51 { 00:44:51 "registry-mirrors": [ 00:44:51 "https://nexus3.edgexfoundry.org:10001" 00:44:51 ], 00:44:51 "bip": "10.250.0.254/24", 00:44:51 "hosts": [ 00:44:51 "tcp://0.0.0.0:5555", 00:44:51 "unix:///var/run/docker.sock" 00:44:51 ], 00:44:51 "mtu": 1458, 00:44:51 "selinux-enabled": true, 00:44:51 "seccomp-profile": "/etc/docker/seccomp.json" 00:44:51 } [Pipeline] sh 00:44:51 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 00:44:51 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:45:10 provisioning config files... 00:45:10 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config874471180813808213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:45:10 ---> docker-login.sh 00:45:10 nexus3.edgexfoundry.org:10001 00:45:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:11 Configure a credential helper to remove this warning. See 00:45:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:11 00:45:11 Login Succeeded 00:45:11 nexus3.edgexfoundry.org:10002 00:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:12 Configure a credential helper to remove this warning. See 00:45:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:12 00:45:12 Login Succeeded 00:45:12 nexus3.edgexfoundry.org:10003 00:45:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:12 Configure a credential helper to remove this warning. See 00:45:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:12 00:45:12 Login Succeeded 00:45:12 nexus3.edgexfoundry.org:10004 00:45:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:13 Configure a credential helper to remove this warning. See 00:45:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:13 00:45:13 Login Succeeded 00:45:13 docker.io 00:45:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:45:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:45:14 Configure a credential helper to remove this warning. See 00:45:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:45:14 00:45:14 Login Succeeded 00:45:14 ---> docker-login.sh ends [Pipeline] } 00:45:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:45:15 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:45:15 ========================================================= 00:45:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts] 00:45:15 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:15 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts --build-arg MAKE=echo noop --target=builder . 00:45:17 Sending build context to Docker daemon 10.6MB 00:45:17 Step 1/12 : ARG BASE=golang:1.16-alpine3.14 00:45:17 Step 2/12 : FROM ${BASE} AS builder 00:45:17 1.17-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 00:45:17 9b3977197b4f: Pulling fs layer 00:45:17 1a89e8eeedd5: Pulling fs layer 00:45:17 94645a83ff95: Pulling fs layer 00:45:17 3f3a8bcf1eab: Pulling fs layer 00:45:17 0c92f367c5e7: Pulling fs layer 00:45:17 63b1bc5785f6: Pulling fs layer 00:45:17 626d30ff41c6: Pulling fs layer 00:45:17 de1d54c125be: Pulling fs layer 00:45:17 3f3a8bcf1eab: Waiting 00:45:17 0c92f367c5e7: Waiting 00:45:17 626d30ff41c6: Waiting 00:45:17 de1d54c125be: Waiting 00:45:17 94645a83ff95: Download complete 00:45:17 1a89e8eeedd5: Download complete 00:45:17 0c92f367c5e7: Verifying Checksum 00:45:17 0c92f367c5e7: Download complete 00:45:17 63b1bc5785f6: Verifying Checksum 00:45:17 63b1bc5785f6: Download complete 00:45:17 9b3977197b4f: Verifying Checksum 00:45:17 9b3977197b4f: Download complete 00:45:17 626d30ff41c6: Verifying Checksum 00:45:17 626d30ff41c6: Download complete 00:45:18 9b3977197b4f: Pull complete 00:45:19 1a89e8eeedd5: Pull complete 00:45:19 94645a83ff95: Pull complete 00:45:19 de1d54c125be: Verifying Checksum 00:45:19 de1d54c125be: Download complete 00:45:20 3f3a8bcf1eab: Verifying Checksum 00:45:20 3f3a8bcf1eab: Download complete 00:45:32 3f3a8bcf1eab: Pull complete 00:45:32 0c92f367c5e7: Pull complete 00:45:32 63b1bc5785f6: Pull complete 00:45:32 626d30ff41c6: Pull complete 00:45:38 de1d54c125be: Pull complete 00:45:38 Digest: sha256:c13e7f4b3dabbafca41e473b4c3190511df4cc90c6116df0ec0acdea4752f811 00:45:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.17-alpine-lts 00:45:38 ---> 5f011755c4a2 00:45:38 Step 3/12 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:45:40 ---> Running in 9126d366d9b6 00:45:40 Removing intermediate container 9126d366d9b6 00:45:40 ---> c0fe42274e0d 00:45:40 Step 4/12 : ARG ALPINE_PKG_EXTRA="" 00:45:40 ---> Running in 6259623ae53d 00:45:42 Removing intermediate container 6259623ae53d 00:45:42 ---> b0363054e710 00:45:42 Step 5/12 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:45:42 ---> Running in 5d36018c8c3c 00:45:43 Removing intermediate container 5d36018c8c3c 00:45:43 ---> 5faf51f31775 00:45:43 Step 6/12 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:43 ---> Running in 4fa3e1c7e73f 00:45:45 Removing intermediate container 4fa3e1c7e73f 00:45:45 ---> aeddf2a5277e 00:45:45 Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:45:45 ---> Running in c669fb36c5cb 00:45:46 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:45:47 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:45:48 OK: 220 MiB in 52 packages 00:45:49 Removing intermediate container c669fb36c5cb 00:45:49 ---> 73496583f378 00:45:49 Step 8/12 : WORKDIR /app 00:45:49 ---> Running in 71d296ed3ccc 00:45:49 Removing intermediate container 71d296ed3ccc 00:45:49 ---> bd1ba50a241c 00:45:49 Step 9/12 : COPY . . 00:45:53 ---> 644ec2ae448b 00:45:53 Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:45:53 ---> Running in 6300c09e94b0 00:45:54 skipping... 00:45:55 Removing intermediate container 6300c09e94b0 00:45:55 ---> dab02b6abbb4 00:45:55 Step 11/12 : ARG MAKE="make build" 00:45:55 ---> Running in 32e7a2077acd 00:45:55 Removing intermediate container 32e7a2077acd 00:45:55 ---> 32a8fe2b8809 00:45:55 Step 12/12 : RUN $MAKE 00:45:55 ---> Running in 654d8ff7c443 00:45:56 noop 00:45:57 Removing intermediate container 654d8ff7c443 00:45:57 ---> 210994552b24 00:45:57 Successfully built 210994552b24 00:45:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:45:58 + docker inspect -f . ci-base-image-arm64 00:45:58 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:45:58 prd-ubuntu20.04-docker-arm64-4c-16g-873 does not seem to be running inside a container 00:45:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@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 ******** ci-base-image-arm64 cat 00:45:59 $ docker top f7a25a9e8a19fa9363f0bf2a46f77e3053a5b2f29be54b519efef2e21b112006 -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:00 + go version 00:46:00 go version go1.17.6 linux/arm64 [Pipeline] } 00:46:00 $ docker stop --time=1 f7a25a9e8a19fa9363f0bf2a46f77e3053a5b2f29be54b519efef2e21b112006 00:46:02 $ docker rm -f f7a25a9e8a19fa9363f0bf2a46f77e3053a5b2f29be54b519efef2e21b112006 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:46:03 + docker inspect -f . ci-base-image-arm64 00:46:03 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:46:03 prd-ubuntu20.04-docker-arm64-4c-16g-873 does not seem to be running inside a container 00:46:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@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 ******** ci-base-image-arm64 cat 00:46:05 $ docker top b4e72a2f8a9bd4b3c267f22f2e07541ea6352c5acb7b402e4e532b40e8c3b44f -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 00:46:06 + make test 00:46:06 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 00:47:14 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:47:14 CGO_ENABLED=1 go vet ./... 00:47:24 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 00:47:24 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 00:47:24 ./bin/test-attribution-txt.sh 00:47:25 go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.1.1 00:47:25 go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 00:47:25 go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 00:47:25 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 00:47:25 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 00:47:25 go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 00:47:25 go: downloading github.com/gorilla/mux v1.8.0 00:47:25 go: downloading github.com/hashicorp/go-multierror v1.1.1 00:47:26 go: downloading github.com/google/uuid v1.3.0 00:47:26 go: downloading github.com/fxamacker/cbor/v2 v2.3.0 00:47:26 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 00:47:26 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 00:47:26 go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 00:47:26 go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 00:47:26 go: downloading github.com/pelletier/go-toml v1.9.4 00:47:26 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 00:47:26 go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 00:47:26 go: downloading github.com/hashicorp/consul/api v1.9.1 00:47:26 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 00:47:26 go: downloading github.com/go-kit/kit v0.11.0 00:47:26 go: downloading github.com/go-playground/validator/v10 v10.9.0 00:47:26 go: downloading github.com/pebbe/zmq4 v1.2.7 00:47:26 go: downloading github.com/go-redis/redis/v7 v7.3.0 00:47:26 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 00:47:26 go: downloading github.com/go-logfmt/logfmt v0.5.0 00:47:26 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 00:47:26 go: downloading github.com/mitchellh/copystructure v1.0.0 00:47:26 go: downloading github.com/mitchellh/mapstructure v1.1.2 00:47:26 go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 00:47:26 go: downloading golang.org/x/text v0.3.6 00:47:27 go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 00:47:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 00:47:28 go: downloading github.com/hashicorp/errwrap v1.0.0 00:47:28 go: downloading github.com/x448/float16 v0.8.4 00:47:28 go: downloading github.com/gorilla/websocket v1.4.2 00:47:28 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 00:47:28 go: downloading github.com/hashicorp/go-hclog v0.12.0 00:47:28 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 00:47:28 go: downloading github.com/hashicorp/serf v0.9.5 00:47:29 go: downloading github.com/go-playground/universal-translator v0.18.0 00:47:29 go: downloading github.com/leodido/go-urn v1.2.1 00:47:29 go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 00:47:29 go: downloading github.com/mitchellh/reflectwalk v1.0.0 00:47:29 go: downloading github.com/fatih/color v1.9.0 00:47:29 go: downloading github.com/mattn/go-colorable v0.1.6 00:47:29 go: downloading github.com/mattn/go-isatty v0.0.12 00:47:29 go: downloading github.com/mitchellh/go-homedir v1.1.0 00:47:29 go: downloading github.com/go-playground/locales v0.14.0 [Pipeline] echo 00:47:35 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh 00:47:36 + go mod tidy 00:47:36 go: downloading github.com/stretchr/testify v1.7.0 00:47:36 go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b 00:47:36 go: downloading github.com/davecgh/go-spew v1.1.1 00:47:36 go: downloading github.com/pmezard/go-difflib v1.0.0 00:47:36 go: downloading github.com/stretchr/objx v0.1.1 00:47:36 go: downloading github.com/go-stack/stack v1.8.0 00:47:36 go: downloading github.com/go-playground/assert/v2 v2.0.1 00:47:36 go: downloading github.com/hashicorp/consul/sdk v0.8.0 00:47:36 go: downloading github.com/hashicorp/go-uuid v1.0.1 00:47:36 go: downloading github.com/hashicorp/go-msgpack v0.5.3 00:47:36 go: downloading github.com/hashicorp/memberlist v0.2.2 00:47:36 go: downloading github.com/pkg/errors v0.9.1 00:47:36 go: downloading github.com/onsi/ginkgo v1.10.1 00:47:36 go: downloading github.com/onsi/gomega v1.7.0 00:47:36 go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c 00:47:36 go: downloading github.com/mitchellh/go-testing-interface v1.0.0 00:47:36 go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c 00:47:36 go: downloading github.com/hashicorp/go-sockaddr v1.0.0 00:47:36 go: downloading github.com/miekg/dns v1.1.26 00:47:37 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 00:47:37 go: downloading gopkg.in/yaml.v2 v2.3.0 00:47:37 go: downloading github.com/hpcloud/tail v1.0.0 00:47:37 go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 00:47:37 go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } 00:47:37 $ docker stop --time=1 b4e72a2f8a9bd4b3c267f22f2e07541ea6352c5acb7b402e4e532b40e8c3b44f 00:47:40 $ docker rm -f b4e72a2f8a9bd4b3c267f22f2e07541ea6352c5acb7b402e4e532b40e8c3b44f [Pipeline] // withDockerContainer [Pipeline] sh 00:47:42 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:47:42 Warning: overwriting stash ‘coverage-report’ 00:47:43 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:47:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:47:44 + ls -al . 00:47:44 total 176 00:47:44 drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 00:47 . 00:47:44 drwxrwxr-x 4 jenkins jenkins 4096 Jun 3 00:44 .. 00:47:44 -rw-rw-r-- 1 jenkins jenkins 119 Jun 3 00:44 .dockerignore 00:47:44 drwxrwxr-x 8 jenkins jenkins 4096 Jun 3 00:44 .git 00:47:44 drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 00:44 .github 00:47:44 -rw-rw-r-- 1 jenkins jenkins 97 Jun 3 00:44 .gitignore 00:47:44 -rw-rw-r-- 1 jenkins jenkins 7608 Jun 3 00:44 Attribution.txt 00:47:44 -rw-rw-r-- 1 jenkins jenkins 23922 Jun 3 00:44 CHANGELOG.md 00:47:44 -rw-rw-r-- 1 jenkins jenkins 2064 Jun 3 00:44 Dockerfile 00:47:44 -rw-rw-r-- 1 jenkins jenkins 677 Jun 3 00:44 GOVERNANCE.md 00:47:44 -rw-rw-r-- 1 jenkins jenkins 687 Jun 3 00:44 Jenkinsfile 00:47:44 -rw-rw-r-- 1 jenkins jenkins 10174 Jun 3 00:44 LICENSE 00:47:44 -rw-rw-r-- 1 jenkins jenkins 618 Jun 3 00:44 OWNERS.md 00:47:44 -rw-rw-r-- 1 jenkins jenkins 3429 Jun 3 00:44 README.md 00:47:44 -rw-rw-r-- 1 jenkins jenkins 11 Jun 3 00:37 VERSION 00:47:44 drwxrwxr-x 2 jenkins jenkins 4096 Jun 3 00:44 bin 00:47:44 -rw-r--r-- 1 jenkins jenkins 10 Jun 3 00:46 coverage.out 00:47:44 -rw-rw-r-- 1 jenkins jenkins 129 Jun 3 00:47 go.mod 00:47:44 -rw-rw-r-- 1 jenkins jenkins 49193 Jun 3 00:44 go.sum 00:47:44 -rw-rw-r-- 1 jenkins jenkins 1949 Jun 3 00:44 main.go 00:47:44 -rw-rw-r-- 1 jenkins jenkins 1614 Jun 3 00:44 makefile 00:47:44 drwxrwxr-x 9 jenkins jenkins 4096 Jun 3 00:44 res 00:47:44 drwxrwxr-x 3 jenkins jenkins 4096 Jun 3 00:44 snap 00:47:44 drwxrwxr-x 5 jenkins jenkins 4096 Jun 3 00:44 vendor [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:47:44 + docker build -t app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c7be6c4924e2986ea63b6da7cff964b545fc38ba --label arch=arm64 --label version=2.1.1-dev.2 . 00:47:46 Sending build context to Docker daemon 10.61MB 00:47:46 Step 1/26 : ARG BASE=golang:1.16-alpine3.14 00:47:46 Step 2/26 : FROM ${BASE} AS builder 00:47:46 ---> 210994552b24 00:47:46 Step 3/26 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:47:46 ---> Running in 879b44ad59df 00:47:46 Removing intermediate container 879b44ad59df 00:47:46 ---> f2ec4970493d 00:47:46 Step 4/26 : ARG ALPINE_PKG_EXTRA="" 00:47:47 ---> Running in 8e8a4118bd00 00:47:47 Removing intermediate container 8e8a4118bd00 00:47:47 ---> e2db384ef6e4 00:47:47 Step 5/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:47:47 ---> Running in db0a7eb88b5d 00:47:47 Removing intermediate container db0a7eb88b5d 00:47:47 ---> 32fca3d7ba03 00:47:47 Step 6/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:47 ---> Running in 1473fc9f95ac 00:47:49 Removing intermediate container 1473fc9f95ac 00:47:49 ---> d133277fbd96 00:47:49 Step 7/26 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:47:49 ---> Running in af0f0d597275 00:47:50 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 00:47:51 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 00:47:52 OK: 220 MiB in 52 packages 00:47:53 Removing intermediate container af0f0d597275 00:47:53 ---> 4928bf70e23c 00:47:53 Step 8/26 : WORKDIR /app 00:47:53 ---> Running in 0cf4fa025524 00:47:54 Removing intermediate container 0cf4fa025524 00:47:54 ---> 9353c2b5633b 00:47:54 Step 9/26 : COPY . . 00:47:58 ---> 6b0de08f1714 00:47:58 Step 10/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 00:47:58 ---> Running in 8cc32c5ee45a 00:47:59 skipping... 00:48:00 Removing intermediate container 8cc32c5ee45a 00:48:00 ---> 727fb7df36f0 00:48:00 Step 11/26 : ARG MAKE="make build" 00:48:00 ---> Running in 6df7a42075a6 00:48:00 Removing intermediate container 6df7a42075a6 00:48:00 ---> aee90a3bf929 00:48:00 Step 12/26 : RUN $MAKE 00:48:01 ---> Running in 3c78e269576d 00:48:02 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.1.1 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.1.1-dev.2" -o app-service-configurable 00:48:58 Removing intermediate container 3c78e269576d 00:48:58 ---> 86560c04a4e1 00:48:58 Step 13/26 : FROM alpine:3.14 00:48:58 3.14: Pulling from library/alpine 00:48:58 455c02918c45: Pulling fs layer 00:48:58 455c02918c45: Verifying Checksum 00:48:58 455c02918c45: Pull complete 00:48:58 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 00:48:58 Status: Downloaded newer image for alpine:3.14 00:48:58 ---> ac73e934f311 00:48:58 Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 00:48:58 ---> Running in 35b635f21ca4 00:48:58 Removing intermediate container 35b635f21ca4 00:48:58 ---> 74a3898cf62b 00:48:58 Step 15/26 : LABEL Name=app-service-configurable Version=${VERSION} 00:48:58 ---> Running in e513f8c2a321 00:48:58 Removing intermediate container e513f8c2a321 00:48:58 ---> ab5d944f9127 00:48:58 Step 16/26 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 00:48:58 ---> Running in 6a4c12f7c503 00:48:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 00:48:58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 00:48:58 (1/7) Installing ca-certificates (20211220-r0) 00:48:58 (2/7) Installing dumb-init (1.2.5-r1) 00:48:58 (3/7) Installing libgcc (10.3.1_git20210424-r2) 00:48:58 (4/7) Installing libsodium (1.0.18-r0) 00:48:58 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 00:48:58 (6/7) Installing libzmq (4.3.4-r0) 00:48:58 (7/7) Installing zeromq (4.3.4-r0) 00:48:58 Executing busybox-1.33.1-r7.trigger 00:48:58 Executing ca-certificates-20211220-r0.trigger 00:48:58 OK: 9 MiB in 21 packages 00:48:58 Removing intermediate container 6a4c12f7c503 00:48:58 ---> d0f3e5ff9a26 00:48:58 Step 17/26 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:48:59 ---> b6d7a24c6c5d 00:48:59 Step 18/26 : COPY --from=builder /app/LICENSE /LICENSE 00:48:59 ---> 494ddb7652da 00:48:59 Step 19/26 : COPY --from=builder /app/res/ /res/ 00:49:00 ---> 773c3989c44d 00:49:00 Step 20/26 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:49:01 ---> ee7c869f6204 00:49:01 Step 21/26 : EXPOSE 48095 00:49:01 ---> Running in 5495eeaf0c1b 00:49:01 Removing intermediate container 5495eeaf0c1b 00:49:01 ---> 38dc273e7cf6 00:49:01 Step 22/26 : ENTRYPOINT ["/app-service-configurable"] 00:49:02 ---> Running in 31d239e8da52 00:49:02 Removing intermediate container 31d239e8da52 00:49:02 ---> 97f435f6ef3e 00:49:02 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:02 ---> Running in e7a1e990672a 00:49:02 Removing intermediate container e7a1e990672a 00:49:02 ---> 06bd3e9c6b80 00:49:02 Step 24/26 : LABEL arch=arm64 00:49:02 ---> Running in 7a08973b9e20 00:49:02 Removing intermediate container 7a08973b9e20 00:49:02 ---> 427ce70de974 00:49:02 Step 25/26 : LABEL git_sha=c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:49:03 ---> Running in 84b2f2c14b2a 00:49:03 Removing intermediate container 84b2f2c14b2a 00:49:03 ---> 7d74fff17cf9 00:49:03 Step 26/26 : LABEL version=2.1.1-dev.2 00:49:03 ---> Running in e32f4ad1e132 00:49:03 Removing intermediate container e32f4ad1e132 00:49:03 ---> 68083fd9715f 00:49:03 [Warning] One or more build-args [ARCH] were not consumed 00:49:03 Successfully built 68083fd9715f 00:49:03 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:49:04 provisioning config files... 00:49:04 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/4@tmp/config8160871217838543449tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:04 ---> docker-login.sh 00:49:04 nexus3.edgexfoundry.org:10001 00:49:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:04 Configure a credential helper to remove this warning. See 00:49:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:04 00:49:04 Login Succeeded 00:49:04 nexus3.edgexfoundry.org:10002 00:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:05 Configure a credential helper to remove this warning. See 00:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:05 00:49:05 Login Succeeded 00:49:05 nexus3.edgexfoundry.org:10003 00:49:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:05 Configure a credential helper to remove this warning. See 00:49:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:05 00:49:05 Login Succeeded 00:49:05 nexus3.edgexfoundry.org:10004 00:49:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:06 Configure a credential helper to remove this warning. See 00:49:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:06 00:49:06 Login Succeeded 00:49:06 docker.io 00:49:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:49:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:49:06 Configure a credential helper to remove this warning. See 00:49:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:49:06 00:49:06 Login Succeeded 00:49:06 ---> docker-login.sh ends [Pipeline] } 00:49:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:07 [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 00:49:07 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 00:49:07 c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:49:07 2.1.1-dev.2 00:49:07 c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 00:49:07 jakarta 00:49:07 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:07 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:07 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:49:07 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 00:49:07 fa94b14f9f81: Preparing 00:49:07 84f04c028de9: Preparing 00:49:07 b58b2f9c5f99: Preparing 00:49:07 6d752e1c610e: Preparing 00:49:07 3ca2f66366d3: Preparing 00:49:07 f73e7dbfee58: Preparing 00:49:07 f73e7dbfee58: Waiting 00:49:08 84f04c028de9: Pushed 00:49:08 6d752e1c610e: Pushed 00:49:08 b58b2f9c5f99: Pushed 00:49:08 f73e7dbfee58: Layer already exists 00:49:09 3ca2f66366d3: Pushed 00:49:11 fa94b14f9f81: Pushed 00:49:11 c7be6c4924e2986ea63b6da7cff964b545fc38ba: digest: sha256:ed05ff3b66f98292ce6a03d7eb8e8e5ced1b8948fc87cbd3fd4fb22af82a231c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:12 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.1.1-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:12 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.1.1-dev.2 00:49:12 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 00:49:12 fa94b14f9f81: Preparing 00:49:12 84f04c028de9: Preparing 00:49:12 b58b2f9c5f99: Preparing 00:49:12 6d752e1c610e: Preparing 00:49:12 3ca2f66366d3: Preparing 00:49:12 f73e7dbfee58: Preparing 00:49:12 f73e7dbfee58: Waiting 00:49:12 84f04c028de9: Layer already exists 00:49:12 b58b2f9c5f99: Layer already exists 00:49:12 6d752e1c610e: Layer already exists 00:49:12 3ca2f66366d3: Layer already exists 00:49:12 fa94b14f9f81: Layer already exists 00:49:12 f73e7dbfee58: Layer already exists 00:49:12 2.1.1-dev.2: digest: sha256:ed05ff3b66f98292ce6a03d7eb8e8e5ced1b8948fc87cbd3fd4fb22af82a231c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:13 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:13 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 00:49:13 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 00:49:13 fa94b14f9f81: Preparing 00:49:13 84f04c028de9: Preparing 00:49:13 b58b2f9c5f99: Preparing 00:49:13 6d752e1c610e: Preparing 00:49:13 3ca2f66366d3: Preparing 00:49:13 f73e7dbfee58: Preparing 00:49:13 f73e7dbfee58: Waiting 00:49:13 6d752e1c610e: Layer already exists 00:49:13 84f04c028de9: Layer already exists 00:49:13 3ca2f66366d3: Layer already exists 00:49:13 fa94b14f9f81: Layer already exists 00:49:13 b58b2f9c5f99: Layer already exists 00:49:13 f73e7dbfee58: Layer already exists 00:49:13 c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2: digest: sha256:ed05ff3b66f98292ce6a03d7eb8e8e5ced1b8948fc87cbd3fd4fb22af82a231c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:14 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:jakarta [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:14 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:jakarta 00:49:14 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 00:49:14 fa94b14f9f81: Preparing 00:49:14 84f04c028de9: Preparing 00:49:14 b58b2f9c5f99: Preparing 00:49:14 6d752e1c610e: Preparing 00:49:14 3ca2f66366d3: Preparing 00:49:14 f73e7dbfee58: Preparing 00:49:14 f73e7dbfee58: Waiting 00:49:14 3ca2f66366d3: Layer already exists 00:49:14 fa94b14f9f81: Layer already exists 00:49:14 b58b2f9c5f99: Layer already exists 00:49:14 84f04c028de9: Layer already exists 00:49:14 6d752e1c610e: Layer already exists 00:49:15 f73e7dbfee58: Layer already exists 00:49:15 jakarta: digest: sha256:ed05ff3b66f98292ce6a03d7eb8e8e5ced1b8948fc87cbd3fd4fb22af82a231c size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:49:15 ===================================================== [Pipeline] echo 00:49:15 taggedImages: 00:49:15 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba 00:49:15 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.1.1-dev.2 00:49:15 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:c7be6c4924e2986ea63b6da7cff964b545fc38ba-2.1.1-dev.2 00:49:15 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:jakarta [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:49:15 00:49:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:49:16 arm64: Pulling from edgex-lftools-log-publisher 00:49:16 8998bd30e6a1: Pulling fs layer 00:49:16 04944245beec: Pulling fs layer 00:49:16 699f458cf7ca: Pulling fs layer 00:49:16 765212b225bb: Pulling fs layer 00:49:16 f23df028b6ca: Pulling fs layer 00:49:16 d65c8cfc05b1: Pulling fs layer 00:49:16 2437ff75d9bd: Pulling fs layer 00:49:16 f23df028b6ca: Waiting 00:49:16 d65c8cfc05b1: Waiting 00:49:16 2437ff75d9bd: Waiting 00:49:16 765212b225bb: Waiting 00:49:16 04944245beec: Verifying Checksum 00:49:16 04944245beec: Download complete 00:49:16 765212b225bb: Verifying Checksum 00:49:16 765212b225bb: Download complete 00:49:16 f23df028b6ca: Verifying Checksum 00:49:16 f23df028b6ca: Download complete 00:49:16 d65c8cfc05b1: Verifying Checksum 00:49:16 d65c8cfc05b1: Download complete 00:49:16 699f458cf7ca: Verifying Checksum 00:49:16 699f458cf7ca: Download complete 00:49:16 8998bd30e6a1: Verifying Checksum 00:49:16 8998bd30e6a1: Download complete 00:49:19 2437ff75d9bd: Verifying Checksum 00:49:19 2437ff75d9bd: Download complete 00:49:21 8998bd30e6a1: Pull complete 00:49:21 04944245beec: Pull complete 00:49:23 699f458cf7ca: Pull complete 00:49:23 765212b225bb: Pull complete 00:49:23 f23df028b6ca: Pull complete 00:49:24 d65c8cfc05b1: Pull complete 00:49:39 2437ff75d9bd: Pull complete 00:49:39 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 00:49:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 00:49:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:39 prd-ubuntu20.04-docker-arm64-4c-16g-873 does not seem to be running inside a container 00:49:39 $ 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/4 -v /w/workspace/app-service-configurable/4:/w/workspace/app-service-configurable/4:rw,z -v /w/workspace/app-service-configurable/4@tmp:/w/workspace/app-service-configurable/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 00:49:42 $ docker top 2366ff9f464fedbfa036f7c1dedf7a3ec323e0fc7707c5efee1ba734df9208aa -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:49:43 ---> job-cost.sh 00:49:43 lf-activate-venv: SKIPPING 00:49:43 INFO: No Stack... 00:49:43 INFO: Retrieving Pricing Info for: v3-standard-4 00:49:45 INFO: Archiving Costs [Pipeline] sh 00:49:45 + cat /w/workspace/app-service-configurable/4/archives/cost.csv 00:49:45 + cut -d, -f6 [Pipeline] lock 00:49:45 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] 00:49:45 Resource [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] did not exist. Created. 00:49:45 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:49:46 /w/workspace/app-service-configurable/4@tmp/durable-205d7e16/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 00:49:47 + echo total: 0.10999999940395355 [Pipeline] stash 00:49:47 Warning: overwriting stash ‘stack-cost’ 00:49:47 Stashed 1 file(s) [Pipeline] } 00:49:47 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-jakarta-4-stack-cost] [Pipeline] // lock [Pipeline] } 00:49:47 $ docker stop --time=1 2366ff9f464fedbfa036f7c1dedf7a3ec323e0fc7707c5efee1ba734df9208aa 00:49:49 $ docker rm -f 2366ff9f464fedbfa036f7c1dedf7a3ec323e0fc7707c5efee1ba734df9208aa [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider 00:49:49 provisioning config files... 00:49:49 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/app-service-configurable_jakarta@tmp/config1329640845748589492tmp [Pipeline] { [Pipeline] sh 00:49:49 + set +x 00:49:49 + + bash -scurl -- -s 00:49:49 https://codecov.io/bash 00:49:49 00:49:49 _____ _ 00:49:49 / ____| | | 00:49:49 | | ___ __| | ___ ___ _____ __ 00:49:49 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:49:49 | |___| (_) | (_| | __/ (_| (_) \ V / 00:49:49 \_____\___/ \__,_|\___|\___\___/ \_/ 00:49:49 Bash-1.0.6 00:49:49 00:49:49 00:49:49 ==> git version 2.25.1 found 00:49:49 ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 00:49:49 Release-Date: 2020-01-08 00:49:49 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 00:49:49 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 00:49:49 ==> Jenkins CI detected. 00:49:49 current dir:  /w/workspace/app-service-configurable_jakarta 00:49:49 project root: . 00:49:49 --> token set from env 00:49:49 Yaml found at: vendor/github.com/diegoholiveira/jsonlogic/codecov.yml 00:49:49 ==> Running gcov in . (disable via -X gcov) 00:49:49 ==> Python coveragepy not found 00:49:49 ==> Searching for coverage reports in: 00:49:49 + . 00:49:49 -> Found 1 reports 00:49:49 ==> Detecting git/mercurial file structure 00:49:49 ==> Reading reports 00:49:49 + ./coverage.out bytes=10 00:49:49 ==> Appending adjustments 00:49:49 https://docs.codecov.io/docs/fixing-reports 00:49:50 + Found adjustments 00:49:50 ==> Gzipping contents 00:49:50 8.0K /tmp/codecov.AoCe8M.gz 00:49:50 ==> Uploading reports 00:49:50 url: https://codecov.io 00:49:50 query: branch=jakarta&commit=c7be6c4924e2986ea63b6da7cff964b545fc38ba&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fjakarta%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 00:49:50 -> Pinging Codecov 00:49:50 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=jakarta&commit=c7be6c4924e2986ea63b6da7cff964b545fc38ba&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fjakarta%2F4%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 00:49:50 -> Uploading to 00:49:50 https://storage.googleapis.com/codecov/v4/raw/2022-06-03/A97CA9966030D2A3747ED39772930CCE/c7be6c4924e2986ea63b6da7cff964b545fc38ba/5ab9cb46-127e-48f9-aa19-27371a1c2e40.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220603%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220603T004950Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=428c1fd1c2ad4b153c64bd738da2397a7c1dae1034a31ce5906cb0f61a1aa34d 00:49:50 % Total % Received % Xferd Average Speed Time Time Time Current 00:49:50 Dload Upload Total Spent Left Speed 00:49:50 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 6832 0 0 100 6832 0 31054 --:--:-- --:--:-- --:--:-- 30914 100 6832 0 0 100 6832 0 31054 --:--:-- --:--:-- --:--:-- 30914 00:49:50 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] } 00:49:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:49:50 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:49:50 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:51 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:49:51 00:49:51 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:49:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:49:51 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:49:51 df9b9388f04a: Pulling fs layer 00:49:51 52dc419b0ee2: Pulling fs layer 00:49:51 25bc292e5bac: Pulling fs layer 00:49:51 114826534d7a: Pulling fs layer 00:49:51 4657fd5d0bcf: Pulling fs layer 00:49:51 6ad1cebc031e: Pulling fs layer 00:49:51 114826534d7a: Waiting 00:49:51 4657fd5d0bcf: Waiting 00:49:51 8a3aa393b2d8: Pulling fs layer 00:49:51 6ad1cebc031e: Waiting 00:49:51 8a3aa393b2d8: Waiting 00:49:51 25bc292e5bac: Verifying Checksum 00:49:51 25bc292e5bac: Download complete 00:49:51 52dc419b0ee2: Verifying Checksum 00:49:51 52dc419b0ee2: Download complete 00:49:51 4657fd5d0bcf: Verifying Checksum 00:49:51 4657fd5d0bcf: Download complete 00:49:51 df9b9388f04a: Download complete 00:49:51 6ad1cebc031e: Verifying Checksum 00:49:51 6ad1cebc031e: Download complete 00:49:51 df9b9388f04a: Pull complete 00:49:51 52dc419b0ee2: Pull complete 00:49:51 25bc292e5bac: Pull complete 00:49:52 114826534d7a: Verifying Checksum 00:49:52 114826534d7a: Download complete 00:49:52 8a3aa393b2d8: Verifying Checksum 00:49:52 8a3aa393b2d8: Download complete 00:49:55 114826534d7a: Pull complete 00:49:55 4657fd5d0bcf: Pull complete 00:49:56 6ad1cebc031e: Pull complete 00:49:59 8a3aa393b2d8: Pull complete 00:49:59 Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 00:49:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:49:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:49:59 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:49:59 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 00:50:01 $ docker top 25f76c3692284633cb9326c9b4dbe603efb68801e7a947e12a867fba1a1030b4 -eo pid,comm [Pipeline] { [Pipeline] echo 00:50:01 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 00:50:01 + set -o pipefail 00:50:01 + snyk monitor '--org=edgex-jenkins' 00:50:03 00:50:03 Monitoring /w/workspace/app-service-configurable_jakarta (github.com/edgexfoundry/app-service-configurable)... 00:50:03 00:50:03 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/ec1ea9dc-4dc4-43bc-98f3-dfa608e40809/history/76192963-e9da-4bee-a1b8-11f9ba61c056 00:50:03 00:50:03 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 00:50:03 00:50:03 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:50:03 00:50:05 [Pipeline] } 00:50:05 $ docker stop --time=1 25f76c3692284633cb9326c9b4dbe603efb68801e7a947e12a867fba1a1030b4 00:50:06 $ docker rm -f 25f76c3692284633cb9326c9b4dbe603efb68801e7a947e12a867fba1a1030b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:50:07 + git log --format=format:%s -1 c7be6c4924e2986ea63b6da7cff964b545fc38ba [Pipeline] sh 00:50:07 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:50:07 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:50:07 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:07 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:50:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 00:50:08 $ docker top f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:08 [ssh-agent] Looking for ssh-agent implementation... 00:50:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:08 $ docker exec f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede ssh-agent 00:50:08 SSH_AUTH_SOCK=/tmp/ssh-4Uqhhh7ZvSiw/agent.33 00:50:08 SSH_AGENT_PID=39 00:50:08 Running ssh-add (command line suppressed) 00:50:08 Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_4918331898344650413.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_4918331898344650413.key) 00:50:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:09 + git semver tag 00:50:09 2022-06-03 00:50:09,363 [run_tag] DEBUG tag force:False 00:50:09 2022-06-03 00:50:09,363 [check_head_tag] DEBUG check head tag 00:50:09 2022-06-03 00:50:09,363 [execute] INFO git cat-file --batch-check 00:50:09 2022-06-03 00:50:09,364 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=) 00:50:09 2022-06-03 00:50:09,367 [execute] INFO git cat-file --batch 00:50:09 2022-06-03 00:50:09,368 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=) 00:50:09 2022-06-03 00:50:09,374 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:50:09 2022-06-03 00:50:09,374 [execute] INFO git tag -a v2.1.1-dev.2 -m v2.1.1-dev.2 00:50:09 2022-06-03 00:50:09,375 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.1.1-dev.2', '-m', 'v2.1.1-dev.2'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=None) 00:50:09 2022-06-03 00:50:09,379 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:50:09 2.1.1-dev.2 [Pipeline] } 00:50:09 $ docker exec --env ******** --env ******** f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede ssh-agent -k 00:50:09 unset SSH_AUTH_SOCK; 00:50:09 unset SSH_AGENT_PID; 00:50:09 echo Agent pid 39 killed; 00:50:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:09 + git semver [Pipeline] } 00:50:10 $ docker stop --time=1 f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede 00:50:11 $ docker rm -f f6b8cd5f4ed716883540d1b3e3d2601097c58b908b85d01f4fbd67f781bcbede [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:50:11 00:50:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:50:12 0.23.1-centos7: Pulling from edgex-lftools 00:50:12 ab5ef0e58194: Pulling fs layer 00:50:12 9712f1f96733: Pulling fs layer 00:50:12 63f879dbbcfc: Pulling fs layer 00:50:12 0d9ebad4ef96: Pulling fs layer 00:50:12 e9a5061849ea: Pulling fs layer 00:50:12 d747dcd14b5f: Pulling fs layer 00:50:12 2de7ff778b66: Pulling fs layer 00:50:12 e9a5061849ea: Waiting 00:50:12 2de7ff778b66: Waiting 00:50:12 d747dcd14b5f: Waiting 00:50:12 0d9ebad4ef96: Waiting 00:50:12 9712f1f96733: Verifying Checksum 00:50:12 9712f1f96733: Download complete 00:50:12 63f879dbbcfc: Verifying Checksum 00:50:12 63f879dbbcfc: Download complete 00:50:12 e9a5061849ea: Verifying Checksum 00:50:12 e9a5061849ea: Download complete 00:50:12 d747dcd14b5f: Verifying Checksum 00:50:12 d747dcd14b5f: Download complete 00:50:12 0d9ebad4ef96: Download complete 00:50:12 ab5ef0e58194: Verifying Checksum 00:50:12 ab5ef0e58194: Download complete 00:50:12 2de7ff778b66: Download complete 00:50:15 ab5ef0e58194: Pull complete 00:50:15 9712f1f96733: Pull complete 00:50:16 63f879dbbcfc: Pull complete 00:50:19 0d9ebad4ef96: Pull complete 00:50:19 e9a5061849ea: Pull complete 00:50:19 d747dcd14b5f: Pull complete 00:50:21 2de7ff778b66: Pull complete 00:50:21 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:50:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:50:21 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:21 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:50:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:50:23 $ docker top 4681bc415b15eaef8873ab2b046221d3cf07521a1aaa5eae17533d2807a43490 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:50:23 provisioning config files... 00:50:23 copy managed file [sigul-config] to file:/w/workspace/app-service-configurable_jakarta@tmp/config1523817543834466996tmp 00:50:23 copy managed file [sigul-password] to file:/w/workspace/app-service-configurable_jakarta@tmp/config458671231362286449tmp 00:50:23 copy managed file [sigul-pki] to file:/w/workspace/app-service-configurable_jakarta@tmp/config1358417086597945878tmp [Pipeline] { [Pipeline] echo 00:50:23 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:50:23 ---> sigul-configuration.sh 00:50:23 gpg: directory `/root/.gnupg' created 00:50:23 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:50:23 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:50:23 gpg: keyring `/root/.gnupg/secring.gpg' created 00:50:23 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:50:23 gpg: CAST5 encrypted data 00:50:23 gpg: encrypted with 1 passphrase 00:50:23 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:50:24 + mkdir /home/jenkins 00:50:24 + mkdir /home/jenkins/sigul [Pipeline] sh 00:50:24 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 00:50:24 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:24 ---> sigul-install.sh 00:50:24 Sigul already installed; skipping installation. [Pipeline] sh 00:50:25 + git tag --list 00:50:25 v1.0.0 00:50:25 v1.1.0 00:50:25 v1.2.0 00:50:25 v1.3.0 00:50:25 v1.3.1 00:50:25 v2.0.0 00:50:25 v2.0.1 00:50:25 v2.1.0 00:50:25 v2.1.1-dev.1 00:50:25 v2.1.1-dev.2 00:50:25 v2.2.0 00:50:25 v2.2.1-dev.1 [Pipeline] sh 00:50:25 + lftools sign git-tag v2.1.1-dev.2 00:50:25 Signing Git tag with Sigul... 00:50:25 Signing v2.1.1-dev.2 [Pipeline] echo 00:50:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:50:26 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:50:26 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:50:26 $ docker stop --time=1 4681bc415b15eaef8873ab2b046221d3cf07521a1aaa5eae17533d2807a43490 00:50:27 $ docker rm -f 4681bc415b15eaef8873ab2b046221d3cf07521a1aaa5eae17533d2807a43490 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 00:50:28 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:50:28 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:50:28 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:28 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:50:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 00:50:29 $ docker top cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:29 [ssh-agent] Looking for ssh-agent implementation... 00:50:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:29 $ docker exec cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb ssh-agent 00:50:29 SSH_AUTH_SOCK=/tmp/ssh-VQtBWassDCa4/agent.35 00:50:29 SSH_AGENT_PID=42 00:50:29 Running ssh-add (command line suppressed) 00:50:29 Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_1148849975770171474.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_1148849975770171474.key) 00:50:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:29 + git semver bump pre 00:50:30 2022-06-03 00:50:30,094 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:50:30 2022-06-03 00:50:30,094 [bump_version] DEBUG bumping version:2.1.1-dev.2 on axis:pre with prefix:dev 00:50:30 2022-06-03 00:50:30,094 [bump_version] DEBUG bumped version:2.1.1-dev.3 00:50:30 2022-06-03 00:50:30,094 [write_version] DEBUG write version:2.1.1-dev.3 to path:/w/workspace/app-service-configurable_jakarta/.semver/jakarta with force:True 00:50:30 2022-06-03 00:50:30,094 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:50:30 2022-06-03 00:50:30,094 [write_file] DEBUG write to file:/w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:50:30 2022-06-03 00:50:30,096 [execute] INFO git cat-file --batch-check 00:50:30 2022-06-03 00:50:30,097 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=) 00:50:30 2022-06-03 00:50:30,102 [execute] INFO git cat-file --batch 00:50:30 2022-06-03 00:50:30,102 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=) 00:50:30 2022-06-03 00:50:30,107 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:50:30 2.1.1-dev.3 [Pipeline] } 00:50:30 $ docker exec --env ******** --env ******** cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb ssh-agent -k 00:50:30 unset SSH_AUTH_SOCK; 00:50:30 unset SSH_AGENT_PID; 00:50:30 echo Agent pid 42 killed; 00:50:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:30 + git semver [Pipeline] } 00:50:30 $ docker stop --time=1 cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb 00:50:32 $ docker rm -f cc2e076947acafd3214261127cbb44c6890667ca4d7e6bb2c5a08c8fc78100cb [Pipeline] // withDockerContainer [Pipeline] sh 00:50:32 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 00:50:32 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 00:50:32 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:32 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:50:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/app-service-configurable_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 00:50:33 $ docker top 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:50:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:50:33 [ssh-agent] Looking for ssh-agent implementation... 00:50:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:50:33 $ docker exec 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc ssh-agent 00:50:33 SSH_AUTH_SOCK=/tmp/ssh-8MKrWYEnBnTf/agent.34 00:50:33 SSH_AGENT_PID=40 00:50:33 Running ssh-add (command line suppressed) 00:50:33 Identity added: /w/workspace/app-service-configurable_jakarta@tmp/private_key_7190143346549446132.key (/w/workspace/app-service-configurable_jakarta@tmp/private_key_7190143346549446132.key) 00:50:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:50:34 + git semver push 00:50:34 2022-06-03 00:50:34,438 [run_push] DEBUG push 00:50:34 2022-06-03 00:50:34,438 [execute] INFO git cat-file --batch-check 00:50:34 2022-06-03 00:50:34,439 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=) 00:50:34 2022-06-03 00:50:34,442 [execute] INFO git rev-list b3d5ffd43ff7b01d65c98e65875aa59172cdb8bf -- 00:50:34 2022-06-03 00:50:34,442 [execute] DEBUG Popen(['git', 'rev-list', 'b3d5ffd43ff7b01d65c98e65875aa59172cdb8bf', '--'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=None) 00:50:34 2022-06-03 00:50:34,451 [execute] INFO git fetch -v origin 00:50:34 2022-06-03 00:50:34,452 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=True, shell=None, istream=None) 00:50:35 2022-06-03 00:50:34,906 [run_push] DEBUG no remote changes detected 00:50:35 2022-06-03 00:50:34,906 [execute] INFO git push origin semver 00:50:35 2022-06-03 00:50:34,907 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/app-service-configurable_jakarta/.semver, universal_newlines=False, shell=None, istream=None) 00:50:35 2022-06-03 00:50:35,583 [run_push] DEBUG push all version tags 00:50:35 2022-06-03 00:50:35,583 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 00:50:35 2022-06-03 00:50:35,583 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/app-service-configurable_jakarta, universal_newlines=False, shell=None, istream=None) 00:50:36 2022-06-03 00:50:36,253 [read_version] DEBUG read version from /w/workspace/app-service-configurable_jakarta/.semver/jakarta 00:50:36 2.1.1-dev.3 [Pipeline] } 00:50:36 $ docker exec --env ******** --env ******** 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc ssh-agent -k 00:50:36 unset SSH_AUTH_SOCK; 00:50:36 unset SSH_AGENT_PID; 00:50:36 echo Agent pid 40 killed; 00:50:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:50:37 + git semver [Pipeline] } 00:50:37 $ docker stop --time=1 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc 00:50:38 $ docker rm -f 0ed4a32fc2d098e70b1e84a427655a0152803f4d2bf78949ccc0019e24428bcc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh 00:50:39 + [ -d /w/workspace/app-service-configurable_jakarta/archives ] 00:50:39 + ls -al /w/workspace/app-service-configurable_jakarta/archives 00:50:39 total 16 00:50:39 drwxr-xr-x 3 root root 4096 Jun 3 00:38 . 00:50:39 drwxrwxr-x 10 jenkins jenkins 4096 Jun 3 00:50 .. 00:50:39 drwxr-xr-x 2 root root 4096 Jun 3 00:38 cost 00:50:39 -rw-r--r-- 1 root root 96 Jun 3 00:38 cost.csv 00:50:39 + sudo chown -R jenkins:jenkins /w/workspace/app-service-configurable_jakarta/archives 00:50:39 + ls -al /w/workspace/app-service-configurable_jakarta/archives 00:50:39 total 16 00:50:39 drwxr-xr-x 3 jenkins jenkins 4096 Jun 3 00:38 . 00:50:39 drwxrwxr-x 10 jenkins jenkins 4096 Jun 3 00:50 .. 00:50:39 drwxr-xr-x 2 jenkins jenkins 4096 Jun 3 00:38 cost 00:50:39 -rw-r--r-- 1 jenkins jenkins 96 Jun 3 00:38 cost.csv [Pipeline] libraryResource [Pipeline] sh 00:50:39 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:40 ---> package-listing.sh 00:50:40 ++ facter osfamily 00:50:40 ++ tr '[:upper:]' '[:lower:]' 00:50:40 + OS_FAMILY=debian 00:50:40 + workspace=/w/workspace/app-service-configurable_jakarta 00:50:40 + START_PACKAGES=/tmp/packages_start.txt 00:50:40 + END_PACKAGES=/tmp/packages_end.txt 00:50:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:40 + PACKAGES=/tmp/packages_start.txt 00:50:40 + '[' /w/workspace/app-service-configurable_jakarta ']' 00:50:40 + PACKAGES=/tmp/packages_end.txt 00:50:40 + case "${OS_FAMILY}" in 00:50:40 + dpkg -l 00:50:40 + grep '^ii' 00:50:40 + '[' -f /tmp/packages_start.txt ']' 00:50:40 + '[' -f /tmp/packages_end.txt ']' 00:50:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:40 + '[' /w/workspace/app-service-configurable_jakarta ']' 00:50:40 + mkdir -p /w/workspace/app-service-configurable_jakarta/archives/ 00:50:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/app-service-configurable_jakarta/archives/ [Pipeline] echo 00:50:40 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_jakarta/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:50:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 00:50:41 . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer 00:50:41 prd-ubuntu20.04-docker-8c-8g-760 does not seem to be running inside a container 00:50:41 $ 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_jakarta/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_jakarta -v /w/workspace/app-service-configurable_jakarta:/w/workspace/app-service-configurable_jakarta:rw,z -v /w/workspace/app-service-configurable_jakarta@tmp:/w/workspace/app-service-configurable_jakarta@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 00:50:41 $ docker top cd104e22705e51b6e85354388671cc11b7c6664600c55bdd7de460b5101574cd -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:42 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:42 + mkdir -p /var/log/sysstat [Pipeline] sh 00:50:42 + ls /var/log/sa-host 00:50:42 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:42 provisioning config files... 00:50:42 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/app-service-configurable_jakarta@tmp/config6474877483255040371tmp [Pipeline] { [Pipeline] echo 00:50:42 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:43 ---> create-netrc.sh [Pipeline] } 00:50:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 00:50:43 ---> python-tools-install.sh [Pipeline] echo 00:50:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:43 ---> sudo-logs.sh 00:50:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:50:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:44 ---> job-cost.sh 00:50:44 lf-activate-venv: SKIPPING 00:50:44 DEBUG: total: 0.2199999988079071 00:50:44 INFO: Retrieving Stack Cost... 00:50:44 INFO: Retrieving Pricing Info for: v3-standard-8 00:50:45 INFO: Archiving Costs [Pipeline] echo 00:50:45 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:45 ---> logs-deploy.sh 00:50:45 lf-activate-venv: SKIPPING 00:50:45 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/jakarta/4 00:50:45 INFO: archiving workspace using pattern(s): 00:50:46 Archives upload complete. 00:50:46 INFO: archiving logs to Nexus