Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from b8e8d1853d64b48b61878642b37bb0eb2b624c73 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-ssh13990113738351958004.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 0296cfd70f3001d69e24c2db393b493f66f700db 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-ssh1589274858538298679.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 0296cfd70f3001d69e24c2db393b493f66f700db The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8752615625029756343.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 0296cfd70f3001d69e24c2db393b493f66f700db (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 0296cfd70f3001d69e24c2db393b493f66f700db # timeout=10 Commit message: "Merge pull request #381 from edgexfoundry/us3314" > 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 shared 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-ssh10107014227128674462.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh18415137350566930753.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 shared 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:false] ========================================================= [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: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-33497 in /w/workspace/ry_app-service-configurable_main [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/ry_app-service-configurable_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision b8e8d1853d64b48b61878642b37bb0eb2b624c73 (main) > 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 b8e8d1853d64b48b61878642b37bb0eb2b624c73 # timeout=10 Commit message: "feat: Add new metrics-influxdb profile (#410)" > git rev-list --no-walk 4cd65a02709344c43b7ddd42f02d16e1ed625d79 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:04:59 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:04:59 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:04:59 ========================================================= 16:04:59 EdgeX Global Pipelines Version Info 16:04:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:05:00 ------------------- 16:05:00 stable info: 16:05:00 ------------------- 16:05:00 Commited By: Emilio Reyes emilio.reyes@intel.com 16:05:00 Commit SHA: 0296cfd70f3001d69e24c2db393b493f66f700db 16:05:00 Message: update stable to v1.0.225 16:05:01 ------------------- 16:05:01 experimental info: 16:05:01 ------------------- 16:05:01 Commited By: **** collab-it+edgex@linuxfoundation.org 16:05:01 Commit SHA: 47c9b3891b578ce509e33c5bc61a4c29aa566c02 16:05:01 Message: update experimental to v1.0.226 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b8e8d18 [Pipeline] echo 16:05:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:05:01 provisioning config files... 16:05:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2049263744010617000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:02 ---> docker-login.sh 16:05:02 nexus3.edgexfoundry.org:10001 16:05:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:02 Configure a credential helper to remove this warning. See 16:05:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:02 16:05:02 Login Succeeded 16:05:02 nexus3.edgexfoundry.org:10002 16:05:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:02 Configure a credential helper to remove this warning. See 16:05:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:02 16:05:02 Login Succeeded 16:05:02 nexus3.edgexfoundry.org:10003 16:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:03 Configure a credential helper to remove this warning. See 16:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:03 16:05:03 Login Succeeded 16:05:03 nexus3.edgexfoundry.org:10004 16:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:03 Configure a credential helper to remove this warning. See 16:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:03 16:05:03 Login Succeeded 16:05:03 docker.io 16:05:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:03 Configure a credential helper to remove this warning. See 16:05:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:03 16:05:03 Login Succeeded 16:05:03 ---> docker-login.sh ends [Pipeline] } 16:05:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:05:03 + git rev-list -1 --merges b8e8d1853d64b48b61878642b37bb0eb2b624c73~1..b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] echo 16:05:03 -----------> git rev-list -1 --merges b8e8d1853d64b48b61878642b37bb0eb2b624c73~1..b8e8d1853d64b48b61878642b37bb0eb2b624c73 b8e8d1853d64b48b61878642b37bb0eb2b624c73 [false] [Pipeline] sh 16:05:04 + git log --format=format:%s -1 b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] echo 16:05:04 ========================================================= 16:05:04 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:05:04 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:05:04 + git log --format=format:%s -1 b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] echo 16:05:04 [semverPrep] GIT_COMMIT: b8e8d1853d64b48b61878642b37bb0eb2b624c73, Commit Message: feat: Add new metrics-influxdb profile (#410) [Pipeline] echo 16:05:04 [semverPrep] This is not a build commit. [Pipeline] sh 16:05:05 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:05:05 + grep -v github /etc/ssh/ssh_known_hosts 16:05:05 + [ -e /tmp/ssh_known_hosts ] 16:05:05 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:05:05 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:05:05 + sudo tee -a /etc/ssh/ssh_known_hosts 16:05:05 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:05:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:05:05 16:05:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:05:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:05:05 latest: Pulling from edgex-devops/py-git-semver 16:05:05 1fe172e4850f: Pulling fs layer 16:05:05 caf521ccaac6: Pulling fs layer 16:05:05 3ead6fa29328: Pulling fs layer 16:05:05 5c2a1cbceb83: Pulling fs layer 16:05:05 a8d5f1318db7: Pulling fs layer 16:05:05 c427282e49a2: Pulling fs layer 16:05:05 1827001aaf11: Pulling fs layer 16:05:05 0714d37db230: Pulling fs layer 16:05:05 ac28cf19c067: Pulling fs layer 16:05:05 ca983d60f3e2: Pulling fs layer 16:05:05 5c2a1cbceb83: Waiting 16:05:05 c427282e49a2: Waiting 16:05:05 1827001aaf11: Waiting 16:05:05 9f894cec8388: Pulling fs layer 16:05:05 ac28cf19c067: Waiting 16:05:05 ca983d60f3e2: Waiting 16:05:05 9f894cec8388: Waiting 16:05:05 0714d37db230: Waiting 16:05:05 a8d5f1318db7: Waiting 16:05:05 caf521ccaac6: Download complete 16:05:05 5c2a1cbceb83: Download complete 16:05:05 a8d5f1318db7: Verifying Checksum 16:05:05 a8d5f1318db7: Download complete 16:05:05 3ead6fa29328: Verifying Checksum 16:05:05 3ead6fa29328: Download complete 16:05:05 c427282e49a2: Verifying Checksum 16:05:05 c427282e49a2: Download complete 16:05:05 0714d37db230: Verifying Checksum 16:05:05 0714d37db230: Download complete 16:05:05 ac28cf19c067: Download complete 16:05:05 ca983d60f3e2: Verifying Checksum 16:05:05 ca983d60f3e2: Download complete 16:05:05 9f894cec8388: Verifying Checksum 16:05:05 9f894cec8388: Download complete 16:05:05 1fe172e4850f: Download complete 16:05:06 1827001aaf11: Verifying Checksum 16:05:06 1827001aaf11: Download complete 16:05:07 1fe172e4850f: Pull complete 16:05:07 caf521ccaac6: Pull complete 16:05:07 3ead6fa29328: Pull complete 16:05:07 5c2a1cbceb83: Pull complete 16:05:08 a8d5f1318db7: Pull complete 16:05:08 c427282e49a2: Pull complete 16:05:10 1827001aaf11: Pull complete 16:05:10 0714d37db230: Pull complete 16:05:10 ac28cf19c067: Pull complete 16:05:10 ca983d60f3e2: Pull complete 16:05:10 9f894cec8388: Pull complete 16:05:10 Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee 16:05:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:05:10 nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer 16:05:10 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:05:10 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 16:05:11 $ docker top 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 -eo pid,comm 16:05:11 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). 16:05:11 Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:05:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:11 [ssh-agent] Looking for ssh-agent implementation... 16:05:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:12 $ docker exec 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 ssh-agent 16:05:12 SSH_AUTH_SOCK=/tmp/ssh-MpK01AKB3124/agent.32 16:05:12 SSH_AGENT_PID=38 16:05:12 Running ssh-add (command line suppressed) 16:05:12 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_4525148212123690972.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_4525148212123690972.key) 16:05:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:12 + git tag --points-at HEAD [Pipeline] } 16:05:12 $ docker exec --env ******** --env ******** 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 ssh-agent -k 16:05:12 unset SSH_AUTH_SOCK; 16:05:12 unset SSH_AGENT_PID; 16:05:12 echo Agent pid 38 killed; 16:05:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:05:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:05:12 [ssh-agent] Looking for ssh-agent implementation... 16:05:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:05:12 $ docker exec 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 ssh-agent 16:05:13 SSH_AUTH_SOCK=/tmp/ssh-5d1cKQPcCjS3/agent.73 16:05:13 SSH_AGENT_PID=80 16:05:13 Running ssh-add (command line suppressed) 16:05:13 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8489471246787873329.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8489471246787873329.key) 16:05:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:05:13 + git semver init 16:05:13 2022-04-27 16:05:13,695 [run_init] DEBUG init version:0.0.0 force:False 16:05:13 2022-04-27 16:05:13,695 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver 16:05:13 2022-04-27 16:05:13,696 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver 16:05:13 2022-04-27 16:05:13,696 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/app-service-configurable.git', '/w/workspace/ry_app-service-configurable_main/.semver'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:05:14 2022-04-27 16:05:14,478 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude 16:05:14 2022-04-27 16:05:14,478 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False 16:05:14 2022-04-27 16:05:14,478 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:05:14 2022-04-27 16:05:14,479 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:05:14 2.2.0-dev.31 [Pipeline] } 16:05:14 $ docker exec --env ******** --env ******** 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 ssh-agent -k 16:05:14 unset SSH_AUTH_SOCK; 16:05:14 unset SSH_AGENT_PID; 16:05:14 echo Agent pid 80 killed; 16:05:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:05:15 + git semver [Pipeline] } 16:05:15 $ docker stop --time=1 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 16:05:16 $ docker rm -f 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 [Pipeline] // withDockerContainer [Pipeline] sh 16:05:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:05:17 Stashed 1 file(s) [Pipeline] echo 16:05:17 [edgeXSemver]: initialized semver on version 2.2.0-dev.31 [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 16:05:17 provisioning config files... 16:05:17 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3382622352691451193tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:05:17 ---> docker-login.sh 16:05:17 nexus3.edgexfoundry.org:10001 16:05:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:17 Configure a credential helper to remove this warning. See 16:05:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:17 16:05:17 Login Succeeded 16:05:17 nexus3.edgexfoundry.org:10002 16:05:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:18 Configure a credential helper to remove this warning. See 16:05:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:18 16:05:18 Login Succeeded 16:05:18 nexus3.edgexfoundry.org:10003 16:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:18 Configure a credential helper to remove this warning. See 16:05:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:18 16:05:18 Login Succeeded 16:05:18 nexus3.edgexfoundry.org:10004 16:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:18 Configure a credential helper to remove this warning. See 16:05:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:18 16:05:18 Login Succeeded 16:05:18 docker.io 16:05:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:05:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:05:18 Configure a credential helper to remove this warning. See 16:05:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:05:18 16:05:18 Login Succeeded 16:05:18 ---> docker-login.sh ends [Pipeline] } 16:05:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:05:18 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:05:18 ========================================================= 16:05:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:05:18 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:05:19 + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . 16:05:19 Sending build context to Docker daemon 3.04MB 16:05:19 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:05:19 Step 2/13 : FROM ${BASE} AS builder 16:05:19 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:05:19 59bf1c3509f3: Pulling fs layer 16:05:19 666ba61612fd: Pulling fs layer 16:05:19 8ed8ca486205: Pulling fs layer 16:05:19 4fe6c5a15a65: Pulling fs layer 16:05:19 22a0e8bec74d: Pulling fs layer 16:05:19 ca2b28591e48: Pulling fs layer 16:05:19 a51346096db8: Pulling fs layer 16:05:19 daebc70d1ce1: Pulling fs layer 16:05:19 0e18a0eac166: Pulling fs layer 16:05:19 22a0e8bec74d: Waiting 16:05:19 a51346096db8: Waiting 16:05:19 ca2b28591e48: Waiting 16:05:19 daebc70d1ce1: Waiting 16:05:19 0e18a0eac166: Waiting 16:05:19 4fe6c5a15a65: Waiting 16:05:19 8ed8ca486205: Verifying Checksum 16:05:19 8ed8ca486205: Download complete 16:05:19 666ba61612fd: Download complete 16:05:19 22a0e8bec74d: Verifying Checksum 16:05:19 22a0e8bec74d: Download complete 16:05:19 ca2b28591e48: Verifying Checksum 16:05:19 ca2b28591e48: Download complete 16:05:19 a51346096db8: Verifying Checksum 16:05:19 a51346096db8: Download complete 16:05:19 59bf1c3509f3: Verifying Checksum 16:05:19 59bf1c3509f3: Download complete 16:05:19 daebc70d1ce1: Verifying Checksum 16:05:19 daebc70d1ce1: Download complete 16:05:19 59bf1c3509f3: Pull complete 16:05:19 666ba61612fd: Pull complete 16:05:19 8ed8ca486205: Pull complete 16:05:19 0e18a0eac166: Verifying Checksum 16:05:19 0e18a0eac166: Download complete 16:05:19 4fe6c5a15a65: Verifying Checksum 16:05:19 4fe6c5a15a65: Download complete 16:05:24 4fe6c5a15a65: Pull complete 16:05:24 22a0e8bec74d: Pull complete 16:05:24 ca2b28591e48: Pull complete 16:05:24 a51346096db8: Pull complete 16:05:24 daebc70d1ce1: Pull complete 16:05:26 0e18a0eac166: Pull complete 16:05:26 Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 16:05:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:05:26 ---> f018257e8ee9 16:05:26 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:05:27 ---> Running in 5909ef893f09 16:05:27 Removing intermediate container 5909ef893f09 16:05:27 ---> 9e52574c70ec 16:05:27 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:05:27 ---> Running in 9c3a5907d4f7 16:05:27 Removing intermediate container 9c3a5907d4f7 16:05:27 ---> 6e65a9491f05 16:05:27 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:05:27 ---> Running in de401c02f11a 16:05:27 Removing intermediate container de401c02f11a 16:05:27 ---> e36ceff13a32 16:05:27 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:27 ---> Running in 457ccb06d0cc 16:05:27 Removing intermediate container 457ccb06d0cc 16:05:27 ---> ecd0732964dd 16:05:27 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:05:27 ---> Running in 509b430ed519 16:05:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:05:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:05:29 OK: 221 MiB in 52 packages 16:05:29 Removing intermediate container 509b430ed519 16:05:29 ---> ebf0f49c1f12 16:05:29 Step 8/13 : WORKDIR /app 16:05:29 ---> Running in 9d0a755c234a 16:05:29 Removing intermediate container 9d0a755c234a 16:05:29 ---> 3fb5a47d710e 16:05:29 Step 9/13 : COPY go.mod vendor* ./ 16:05:29 ---> c3b276a9d004 16:05:29 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:05:29 ---> Running in ab8575043255 16:05:32 Still waiting to schedule task 16:05:32 ‘prd-ubuntu20.04-docker-arm64-4c-16g-33498’ is offline 16:05:48 Removing intermediate container ab8575043255 16:05:48 ---> 4c3a4fc9d5f7 16:05:48 Step 11/13 : COPY . . 16:05:48 ---> a59062518554 16:05:48 Step 12/13 : ARG MAKE="make build" 16:05:48 ---> Running in cd800be456ac 16:05:48 Removing intermediate container cd800be456ac 16:05:48 ---> 4de1f4b7c38b 16:05:48 Step 13/13 : RUN $MAKE 16:05:48 ---> Running in 32d75283e8a3 16:05:48 noop 16:05:48 Removing intermediate container 32d75283e8a3 16:05:48 ---> f05f34edf44d 16:05:48 Successfully built f05f34edf44d 16:05:48 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:05:48 + docker inspect -f . ci-base-image-x86_64 16:05:48 . [Pipeline] withDockerContainer 16:05:48 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:05:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:05:48 $ docker top 36ac7bc3eb655365d454db185d2056d99e442f504383a0b9d20c7a9ebf151b5e -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:49 + go version 16:05:49 go version go1.17.6 linux/amd64 [Pipeline] } 16:05:49 $ docker stop --time=1 36ac7bc3eb655365d454db185d2056d99e442f504383a0b9d20c7a9ebf151b5e 16:05:50 $ docker rm -f 36ac7bc3eb655365d454db185d2056d99e442f504383a0b9d20c7a9ebf151b5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:05:50 + docker inspect -f . ci-base-image-x86_64 16:05:50 . [Pipeline] withDockerContainer 16:05:51 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:05:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:05:51 $ docker top 91da34a496e1e4608cda131dfdd4bba0abe1957fe4f66d928590558613ac5478 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:05:51 + make test 16:05:51 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:06:01 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:06:01 CGO_ENABLED=1 go vet ./... 16:06:05 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:06:05 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:06:05 ./bin/test-attribution-txt.sh [Pipeline] echo 16:06:05 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:06:05 $ docker stop --time=1 91da34a496e1e4608cda131dfdd4bba0abe1957fe4f66d928590558613ac5478 16:06:07 $ docker rm -f 91da34a496e1e4608cda131dfdd4bba0abe1957fe4f66d928590558613ac5478 [Pipeline] // withDockerContainer [Pipeline] sh 16:06:07 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:06:07 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 16:06:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:06:08 + ls -al . 16:06:08 total 164 16:06:08 drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 16:06 . 16:06:08 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 16:04 .. 16:06:08 -rw-rw-r-- 1 jenkins jenkins 119 Apr 27 16:04 .dockerignore 16:06:08 drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 16:05 .git 16:06:08 drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 16:04 .github 16:06:08 -rw-rw-r-- 1 jenkins jenkins 104 Apr 27 16:04 .gitignore 16:06:08 drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 16:05 .semver 16:06:08 -rw-rw-r-- 1 jenkins jenkins 8695 Apr 27 16:04 Attribution.txt 16:06:08 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 27 16:04 CHANGELOG.md 16:06:08 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 27 16:04 Dockerfile 16:06:08 -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 16:04 GOVERNANCE.md 16:06:08 -rw-rw-r-- 1 jenkins jenkins 688 Apr 27 16:04 Jenkinsfile 16:06:08 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 27 16:04 LICENSE 16:06:08 -rw-rw-r-- 1 jenkins jenkins 618 Apr 27 16:04 OWNERS.md 16:06:08 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 27 16:04 README.md 16:06:08 -rw-rw-r-- 1 jenkins jenkins 12 Apr 27 16:05 VERSION 16:06:08 drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 16:04 bin 16:06:08 -rw-r--r-- 1 jenkins jenkins 10 Apr 27 16:05 coverage.out 16:06:08 -rw-rw-r-- 1 jenkins jenkins 3268 Apr 27 16:04 go.mod 16:06:08 -rw-rw-r-- 1 jenkins jenkins 34650 Apr 27 16:04 go.sum 16:06:08 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 27 16:04 main.go 16:06:08 -rw-rw-r-- 1 jenkins jenkins 2007 Apr 27 16:04 makefile 16:06:08 drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 16:04 res 16:06:08 drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 16:04 snap [Pipeline] isUnix [Pipeline] sh 16:06:09 + 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=b8e8d1853d64b48b61878642b37bb0eb2b624c73 --label arch=amd64 --label version=2.2.0-dev.31 . 16:06:09 Sending build context to Docker daemon 3.041MB 16:06:09 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:06:09 Step 2/27 : FROM ${BASE} AS builder 16:06:09 ---> f05f34edf44d 16:06:09 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:06:09 ---> Running in 5816c0510595 16:06:09 Removing intermediate container 5816c0510595 16:06:09 ---> 76dc15d2d739 16:06:09 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:06:09 ---> Running in 3a692b8d8acf 16:06:09 Removing intermediate container 3a692b8d8acf 16:06:09 ---> 3a1509fe2946 16:06:09 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:06:09 ---> Running in e13de8001b03 16:06:09 Removing intermediate container e13de8001b03 16:06:09 ---> 663e08d33923 16:06:09 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:06:09 ---> Running in a1d9657eaeeb 16:06:10 Removing intermediate container a1d9657eaeeb 16:06:10 ---> 2b225f5b3f3f 16:06:10 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:06:10 ---> Running in 5c6967c1b0ff 16:06:10 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:06:11 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:06:11 OK: 221 MiB in 52 packages 16:06:12 Removing intermediate container 5c6967c1b0ff 16:06:12 ---> 2c4c6c000f69 16:06:12 Step 8/27 : WORKDIR /app 16:06:12 ---> Running in 81600668e7d8 16:06:12 Removing intermediate container 81600668e7d8 16:06:12 ---> d0bd2a108bcc 16:06:12 Step 9/27 : COPY go.mod vendor* ./ 16:06:12 ---> c77ac70de71f 16:06:12 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:06:12 ---> Running in ab45efc4f9a1 16:06:12 Removing intermediate container ab45efc4f9a1 16:06:12 ---> 8b7e7ebd55fd 16:06:12 Step 11/27 : COPY . . 16:06:13 ---> f7e4b38d8779 16:06:13 Step 12/27 : ARG MAKE="make build" 16:06:13 ---> Running in f415c534a04d 16:06:13 Removing intermediate container f415c534a04d 16:06:13 ---> 7c67d8c60e95 16:06:13 Step 13/27 : RUN $MAKE 16:06:13 ---> Running in 4ded42d26a24 16:06:13 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 16:06:35 Removing intermediate container 4ded42d26a24 16:06:35 ---> 2c8f2999154a 16:06:35 Step 14/27 : FROM alpine:3.14 16:06:35 3.14: Pulling from library/alpine 16:06:35 8663204ce13b: Pulling fs layer 16:06:35 8663204ce13b: Download complete 16:06:35 8663204ce13b: Pull complete 16:06:35 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:06:35 Status: Downloaded newer image for alpine:3.14 16:06:35 ---> e04c818066af 16:06:35 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:06:35 ---> Running in ce56c7ee5433 16:06:35 Removing intermediate container ce56c7ee5433 16:06:35 ---> aec63dfab45f 16:06:35 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:06:35 ---> Running in b384aee8d54b 16:06:35 Removing intermediate container b384aee8d54b 16:06:35 ---> 33e810a6880c 16:06:35 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:06:35 ---> Running in 15536a05f238 16:06:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 16:06:35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 16:06:35 (1/7) Installing ca-certificates (20211220-r0) 16:06:35 (2/7) Installing dumb-init (1.2.5-r1) 16:06:35 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:06:35 (4/7) Installing libsodium (1.0.18-r0) 16:06:35 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:06:35 (6/7) Installing libzmq (4.3.4-r0) 16:06:35 (7/7) Installing zeromq (4.3.4-r0) 16:06:35 Executing busybox-1.33.1-r7.trigger 16:06:35 Executing ca-certificates-20211220-r0.trigger 16:06:35 OK: 9 MiB in 21 packages 16:06:35 Removing intermediate container 15536a05f238 16:06:35 ---> 38dbf224c16d 16:06:35 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:06:35 ---> 3d6c5952c674 16:06:35 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:06:35 ---> db4629640bd3 16:06:35 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:06:35 ---> 780fe50d5927 16:06:35 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:06:36 ---> d67545e6a329 16:06:36 Step 22/27 : EXPOSE 48095 16:06:36 ---> Running in b52c3b44868f 16:06:36 Removing intermediate container b52c3b44868f 16:06:36 ---> fb5914585add 16:06:36 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:06:36 ---> Running in 24dd2d816a5f 16:06:36 Removing intermediate container 24dd2d816a5f 16:06:36 ---> f55d20ac6f98 16:06:36 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:06:36 ---> Running in 3b4c45a2de8b 16:06:36 Removing intermediate container 3b4c45a2de8b 16:06:36 ---> eb421b825a27 16:06:36 Step 25/27 : LABEL arch=amd64 16:06:36 ---> Running in e2d04354ce4b 16:06:36 Removing intermediate container e2d04354ce4b 16:06:36 ---> 8ce2b4f05434 16:06:36 Step 26/27 : LABEL git_sha=b8e8d1853d64b48b61878642b37bb0eb2b624c73 16:06:36 ---> Running in bbcb0727da4a 16:06:37 Removing intermediate container bbcb0727da4a 16:06:37 ---> b4eea23064e1 16:06:37 Step 27/27 : LABEL version=2.2.0-dev.31 16:06:37 ---> Running in 61ee10eda50e 16:06:37 Removing intermediate container 61ee10eda50e 16:06:37 ---> 85f9db56b337 16:06:37 [Warning] One or more build-args [ARCH] were not consumed 16:06:37 Successfully built 85f9db56b337 16:06:37 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:06:37 provisioning config files... 16:06:37 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6229657440602591875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:06:37 ---> docker-login.sh 16:06:37 nexus3.edgexfoundry.org:10001 16:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:37 Configure a credential helper to remove this warning. See 16:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:37 16:06:37 Login Succeeded 16:06:37 nexus3.edgexfoundry.org:10002 16:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:37 Configure a credential helper to remove this warning. See 16:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:37 16:06:37 Login Succeeded 16:06:37 nexus3.edgexfoundry.org:10003 16:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:37 Configure a credential helper to remove this warning. See 16:06:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:37 16:06:37 Login Succeeded 16:06:37 nexus3.edgexfoundry.org:10004 16:06:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:38 Configure a credential helper to remove this warning. See 16:06:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:38 16:06:38 Login Succeeded 16:06:38 docker.io 16:06:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:06:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:06:38 Configure a credential helper to remove this warning. See 16:06:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:06:38 16:06:38 Login Succeeded 16:06:38 ---> docker-login.sh ends [Pipeline] } 16:06:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:06:38 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:06:38 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 16:06:38 b8e8d1853d64b48b61878642b37bb0eb2b624c73 16:06:38 latest 16:06:38 2.2.0-dev.31 16:06:38 b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 16:06:38 main 16:06:38 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:06:38 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] isUnix [Pipeline] sh 16:06:39 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73 16:06:39 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:06:39 dc69d07fe10e: Preparing 16:06:39 c65124bae411: Preparing 16:06:39 01af28552b66: Preparing 16:06:39 50d31b275e81: Preparing 16:06:39 3edac4c7924f: Preparing 16:06:39 b541d28bf3b4: Preparing 16:06:39 b541d28bf3b4: Waiting 16:06:39 01af28552b66: Pushed 16:06:39 50d31b275e81: Pushed 16:06:39 c65124bae411: Pushed 16:06:39 b541d28bf3b4: Layer already exists 16:06:39 3edac4c7924f: Pushed 16:06:42 dc69d07fe10e: Pushed 16:06:42 b8e8d1853d64b48b61878642b37bb0eb2b624c73: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] isUnix [Pipeline] sh 16:06:42 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 16:06:42 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:06:42 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:06:42 dc69d07fe10e: Preparing 16:06:42 c65124bae411: Preparing 16:06:42 01af28552b66: Preparing 16:06:42 50d31b275e81: Preparing 16:06:42 3edac4c7924f: Preparing 16:06:42 b541d28bf3b4: Preparing 16:06:42 b541d28bf3b4: Waiting 16:06:42 c65124bae411: Layer already exists 16:06:42 3edac4c7924f: Layer already exists 16:06:42 50d31b275e81: Layer already exists 16:06:42 01af28552b66: Layer already exists 16:06:42 dc69d07fe10e: Layer already exists 16:06:42 b541d28bf3b4: Layer already exists 16:06:43 latest: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] isUnix [Pipeline] sh 16:06:43 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh 16:06:43 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.31 16:06:43 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:06:43 dc69d07fe10e: Preparing 16:06:43 c65124bae411: Preparing 16:06:43 01af28552b66: Preparing 16:06:43 50d31b275e81: Preparing 16:06:43 3edac4c7924f: Preparing 16:06:43 b541d28bf3b4: Preparing 16:06:43 b541d28bf3b4: Waiting 16:06:43 c65124bae411: Layer already exists 16:06:43 3edac4c7924f: Layer already exists 16:06:43 50d31b275e81: Layer already exists 16:06:43 dc69d07fe10e: Layer already exists 16:06:43 01af28552b66: Layer already exists 16:06:43 b541d28bf3b4: Layer already exists 16:06:43 2.2.0-dev.31: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] isUnix [Pipeline] sh 16:06:44 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh 16:06:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 16:06:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:06:44 dc69d07fe10e: Preparing 16:06:44 c65124bae411: Preparing 16:06:44 01af28552b66: Preparing 16:06:44 50d31b275e81: Preparing 16:06:44 3edac4c7924f: Preparing 16:06:44 b541d28bf3b4: Preparing 16:06:44 b541d28bf3b4: Waiting 16:06:44 c65124bae411: Layer already exists 16:06:44 3edac4c7924f: Layer already exists 16:06:44 dc69d07fe10e: Layer already exists 16:06:44 01af28552b66: Layer already exists 16:06:44 50d31b275e81: Layer already exists 16:06:44 b541d28bf3b4: Layer already exists 16:06:44 b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] isUnix [Pipeline] sh 16:06:44 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 16:06:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 16:06:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 16:06:44 dc69d07fe10e: Preparing 16:06:44 c65124bae411: Preparing 16:06:44 01af28552b66: Preparing 16:06:44 50d31b275e81: Preparing 16:06:44 3edac4c7924f: Preparing 16:06:44 b541d28bf3b4: Preparing 16:06:44 b541d28bf3b4: Waiting 16:06:44 dc69d07fe10e: Layer already exists 16:06:44 01af28552b66: Layer already exists 16:06:44 3edac4c7924f: Layer already exists 16:06:44 50d31b275e81: Layer already exists 16:06:44 c65124bae411: Layer already exists 16:06:44 b541d28bf3b4: Layer already exists 16:06:44 main: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:06:44 ===================================================== [Pipeline] echo 16:06:44 taggedImages: 16:06:44 - nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73 16:06:44 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 16:06:44 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.31 16:06:44 - nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 16:06:44 - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:06:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:06:45 16:06:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 16:06:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:06:45 latest: Pulling from edgex-lftools-log-publisher 16:06:45 5eb5b503b376: Pulling fs layer 16:06:45 5c69ac0246d0: Pulling fs layer 16:06:45 ec43610c2a17: Pulling fs layer 16:06:45 3a2ae6a8a46f: Pulling fs layer 16:06:45 33b1e0a273af: Pulling fs layer 16:06:45 5d3b04190fa2: Pulling fs layer 16:06:45 2f39f015ded8: Pulling fs layer 16:06:45 5d3b04190fa2: Waiting 16:06:45 3a2ae6a8a46f: Waiting 16:06:45 2f39f015ded8: Waiting 16:06:45 5c69ac0246d0: Verifying Checksum 16:06:45 5c69ac0246d0: Download complete 16:06:45 3a2ae6a8a46f: Verifying Checksum 16:06:45 3a2ae6a8a46f: Download complete 16:06:45 33b1e0a273af: Download complete 16:06:45 5d3b04190fa2: Verifying Checksum 16:06:45 5d3b04190fa2: Download complete 16:06:45 ec43610c2a17: Verifying Checksum 16:06:45 ec43610c2a17: Download complete 16:06:45 5eb5b503b376: Verifying Checksum 16:06:45 5eb5b503b376: Download complete 16:06:46 2f39f015ded8: Download complete 16:06:47 5eb5b503b376: Pull complete 16:06:47 5c69ac0246d0: Pull complete 16:06:47 ec43610c2a17: Pull complete 16:06:47 3a2ae6a8a46f: Pull complete 16:06:47 33b1e0a273af: Pull complete 16:06:47 5d3b04190fa2: Pull complete 16:06:52 2f39f015ded8: Pull complete 16:06:52 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 16:06:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:06:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 16:06:52 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:06:52 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:06:54 $ docker top d57f9aac6931d7bfb8ce5490a671225ab57d05ea3781bee2479e9cef1a56bc01 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:06:54 ---> job-cost.sh 16:06:54 lf-activate-venv: SKIPPING 16:06:54 INFO: No Stack... 16:06:54 INFO: Retrieving Pricing Info for: v3-standard-8 16:06:55 INFO: Archiving Costs [Pipeline] sh 16:06:55 + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 16:06:55 + cut -d, -f6 [Pipeline] lock 16:06:55 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] 16:06:55 Resource [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] did not exist. Created. 16:06:55 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:06:55 + echo total: 0.2199999988079071 [Pipeline] stash 16:06:56 Stashed 1 file(s) [Pipeline] } 16:06:56 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [Pipeline] // lock [Pipeline] } 16:06:56 $ docker stop --time=1 d57f9aac6931d7bfb8ce5490a671225ab57d05ea3781bee2479e9cef1a56bc01 16:06:57 $ docker rm -f d57f9aac6931d7bfb8ce5490a671225ab57d05ea3781bee2479e9cef1a56bc01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:08:25 Running on prd-ubuntu20.04-docker-arm64-4c-16g-33500 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 16:08:25 Running in /w/workspace/app-service-configurable/67 [Pipeline] { [Pipeline] checkout 16:08:25 Selected Git installation does not exist. Using Default 16:08:25 The recommended git tool is: NONE 16:08:34 using credential edgex-jenkins-ssh 16:08:34 Cloning the remote Git repository 16:08:34 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 16:08:34 > git init /w/workspace/app-service-configurable/67 # timeout=10 16:08:34 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 16:08:34 > git --version # timeout=10 16:08:34 > git --version # 'git version 2.25.1' 16:08:34 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:35 Avoid second fetch 16:08:35 Checking out Revision b8e8d1853d64b48b61878642b37bb0eb2b624c73 (main) 16:08:35 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 16:08:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:35 > git config core.sparsecheckout # timeout=10 16:08:35 > git checkout -f b8e8d1853d64b48b61878642b37bb0eb2b624c73 # timeout=10 16:08:40 Commit message: "feat: Add new metrics-influxdb profile (#410)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:08:41 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 16:08:41 % Total % Received % Xferd Average Speed Time Time Time Current 16:08:41 Dload Upload Total Spent Left Speed 16:08:41 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 206k 0 --:--:-- --:--:-- --:--:-- 210k [Pipeline] sh 16:08:41 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 16:08:42 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 16:08:42 + sudo tee /etc/docker/daemon.new 16:08:42 { 16:08:42 "registry-mirrors": [ 16:08:42 "https://nexus3.edgexfoundry.org:10001" 16:08:42 ], 16:08:42 "bip": "10.250.0.254/24", 16:08:42 "hosts": [ 16:08:42 "tcp://0.0.0.0:5555", 16:08:42 "unix:///var/run/docker.sock" 16:08:42 ], 16:08:42 "mtu": 1458, 16:08:42 "selinux-enabled": true, 16:08:42 "seccomp-profile": "/etc/docker/seccomp.json" 16:08:42 } [Pipeline] sh 16:08:42 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 16:08:43 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:09:01 provisioning config files... 16:09:01 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/67@tmp/config9091004762417256459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:09:01 ---> docker-login.sh 16:09:01 nexus3.edgexfoundry.org:10001 16:09:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:02 Configure a credential helper to remove this warning. See 16:09:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:02 16:09:02 Login Succeeded 16:09:02 nexus3.edgexfoundry.org:10002 16:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:03 Configure a credential helper to remove this warning. See 16:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:03 16:09:03 Login Succeeded 16:09:03 nexus3.edgexfoundry.org:10003 16:09:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:03 Configure a credential helper to remove this warning. See 16:09:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:03 16:09:03 Login Succeeded 16:09:03 nexus3.edgexfoundry.org:10004 16:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:04 Configure a credential helper to remove this warning. See 16:09:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:04 16:09:04 Login Succeeded 16:09:04 docker.io 16:09:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:09:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:09:05 Configure a credential helper to remove this warning. See 16:09:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:09:05 16:09:05 Login Succeeded 16:09:05 ---> docker-login.sh ends [Pipeline] } 16:09:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:09:06 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:09:06 ========================================================= 16:09:06 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 16:09:06 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:09:06 + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . 16:09:06 Sending build context to Docker daemon 206.8kB 16:09:06 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:09:06 Step 2/13 : FROM ${BASE} AS builder 16:09:07 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:09:07 9b3977197b4f: Pulling fs layer 16:09:07 1a89e8eeedd5: Pulling fs layer 16:09:07 94645a83ff95: Pulling fs layer 16:09:07 3f3a8bcf1eab: Pulling fs layer 16:09:07 0c92f367c5e7: Pulling fs layer 16:09:07 3096ccb668a1: Pulling fs layer 16:09:07 e8cf19c19ddd: Pulling fs layer 16:09:07 a4caa8a26152: Pulling fs layer 16:09:07 3f3a8bcf1eab: Waiting 16:09:07 0c92f367c5e7: Waiting 16:09:07 3096ccb668a1: Waiting 16:09:07 e8cf19c19ddd: Waiting 16:09:07 a4caa8a26152: Waiting 16:09:07 94645a83ff95: Verifying Checksum 16:09:07 94645a83ff95: Download complete 16:09:07 1a89e8eeedd5: Verifying Checksum 16:09:07 1a89e8eeedd5: Download complete 16:09:07 0c92f367c5e7: Verifying Checksum 16:09:07 0c92f367c5e7: Download complete 16:09:07 3096ccb668a1: Verifying Checksum 16:09:07 3096ccb668a1: Download complete 16:09:07 9b3977197b4f: Verifying Checksum 16:09:07 9b3977197b4f: Download complete 16:09:07 e8cf19c19ddd: Verifying Checksum 16:09:07 e8cf19c19ddd: Download complete 16:09:08 9b3977197b4f: Pull complete 16:09:08 1a89e8eeedd5: Pull complete 16:09:08 94645a83ff95: Pull complete 16:09:09 a4caa8a26152: Verifying Checksum 16:09:09 a4caa8a26152: Download complete 16:09:09 3f3a8bcf1eab: Verifying Checksum 16:09:09 3f3a8bcf1eab: Download complete 16:09:24 3f3a8bcf1eab: Pull complete 16:09:24 0c92f367c5e7: Pull complete 16:09:24 3096ccb668a1: Pull complete 16:09:24 e8cf19c19ddd: Pull complete 16:09:30 a4caa8a26152: Pull complete 16:09:30 Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 16:09:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 16:09:30 ---> 725f1c02e7f9 16:09:30 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:09:30 ---> Running in aeb4cc1548d2 16:09:30 Removing intermediate container aeb4cc1548d2 16:09:30 ---> 123e81f9c71d 16:09:30 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:09:30 ---> Running in f7946344462f 16:09:31 Removing intermediate container f7946344462f 16:09:31 ---> 1d92302ce39d 16:09:31 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:09:31 ---> Running in ff0f6999c2cd 16:09:31 Removing intermediate container ff0f6999c2cd 16:09:31 ---> a1c19565aad7 16:09:31 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:31 ---> Running in 52372ff1e899 16:09:33 Removing intermediate container 52372ff1e899 16:09:33 ---> 902ad55be6b6 16:09:33 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:09:33 ---> Running in 047ef6e3fb3a 16:09:36 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:09:37 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:09:38 OK: 220 MiB in 52 packages 16:09:39 Removing intermediate container 047ef6e3fb3a 16:09:39 ---> 7f545d4fe9e5 16:09:39 Step 8/13 : WORKDIR /app 16:09:39 ---> Running in 0b9717bc70ed 16:09:39 Removing intermediate container 0b9717bc70ed 16:09:39 ---> 18b025e39b45 16:09:39 Step 9/13 : COPY go.mod vendor* ./ 16:09:40 ---> aaed47a6dccf 16:09:40 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:09:40 ---> Running in 0c571f22f8f3 16:10:27 Removing intermediate container 0c571f22f8f3 16:10:27 ---> 0ef9f6aa12b6 16:10:27 Step 11/13 : COPY . . 16:10:27 ---> 3316df16b7a1 16:10:27 Step 12/13 : ARG MAKE="make build" 16:10:27 ---> Running in 0882d25d1ed7 16:10:28 Removing intermediate container 0882d25d1ed7 16:10:28 ---> 11fc2edf022e 16:10:28 Step 13/13 : RUN $MAKE 16:10:28 ---> Running in 09fe3c5d6b2b 16:10:29 noop 16:10:29 Removing intermediate container 09fe3c5d6b2b 16:10:29 ---> 1bd84b552cea 16:10:29 Successfully built 1bd84b552cea 16:10:29 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:10:29 + docker inspect -f . ci-base-image-arm64 16:10:29 . [Pipeline] withDockerContainer 16:10:30 prd-ubuntu20.04-docker-arm64-4c-16g-33500 does not seem to be running inside a container 16:10:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/67 -v /w/workspace/app-service-configurable/67:/w/workspace/app-service-configurable/67:rw,z -v /w/workspace/app-service-configurable/67@tmp:/w/workspace/app-service-configurable/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:10:31 $ docker top 86fd892faa159c1dddb341f253f10052b981362865bc49a4a700df4309757641 -eo pid,comm [Pipeline] { [Pipeline] sh 16:10:32 + go version 16:10:32 go version go1.17.6 linux/arm64 [Pipeline] } 16:10:32 $ docker stop --time=1 86fd892faa159c1dddb341f253f10052b981362865bc49a4a700df4309757641 16:10:34 $ docker rm -f 86fd892faa159c1dddb341f253f10052b981362865bc49a4a700df4309757641 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:10:34 + docker inspect -f . ci-base-image-arm64 16:10:34 . [Pipeline] withDockerContainer 16:10:35 prd-ubuntu20.04-docker-arm64-4c-16g-33500 does not seem to be running inside a container 16:10:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/67 -v /w/workspace/app-service-configurable/67:/w/workspace/app-service-configurable/67:rw,z -v /w/workspace/app-service-configurable/67@tmp:/w/workspace/app-service-configurable/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:10:36 $ docker top 7ea3555e4a0d125313a71b3cc948602dd29f8114e45c383f21c5a37085fc66da -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 16:10:37 + make test 16:10:37 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 16:12:14 ? github.com/edgexfoundry/app-service-configurable [no test files] 16:12:14 CGO_ENABLED=1 go vet ./... 16:12:32 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 16:12:32 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 16:12:32 ./bin/test-attribution-txt.sh [Pipeline] echo 16:12:34 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 16:12:34 $ docker stop --time=1 7ea3555e4a0d125313a71b3cc948602dd29f8114e45c383f21c5a37085fc66da 16:12:36 $ docker rm -f 7ea3555e4a0d125313a71b3cc948602dd29f8114e45c383f21c5a37085fc66da [Pipeline] // withDockerContainer [Pipeline] sh 16:12:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:12:37 Warning: overwriting stash ‘coverage-report’ 16:12:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 16:12:38 + sudo chown -R jenkins:jenkins . [Pipeline] sh 16:12:38 + ls -al . 16:12:38 total 160 16:12:38 drwxrwxr-x 7 jenkins jenkins 4096 Apr 27 16:12 . 16:12:38 drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 16:08 .. 16:12:38 -rw-rw-r-- 1 jenkins jenkins 119 Apr 27 16:08 .dockerignore 16:12:38 drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 16:08 .git 16:12:38 drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 16:08 .github 16:12:38 -rw-rw-r-- 1 jenkins jenkins 104 Apr 27 16:08 .gitignore 16:12:38 -rw-rw-r-- 1 jenkins jenkins 8695 Apr 27 16:08 Attribution.txt 16:12:38 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 27 16:08 CHANGELOG.md 16:12:38 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 27 16:08 Dockerfile 16:12:38 -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 16:08 GOVERNANCE.md 16:12:38 -rw-rw-r-- 1 jenkins jenkins 688 Apr 27 16:08 Jenkinsfile 16:12:38 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 27 16:08 LICENSE 16:12:38 -rw-rw-r-- 1 jenkins jenkins 618 Apr 27 16:08 OWNERS.md 16:12:38 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 27 16:08 README.md 16:12:38 -rw-rw-r-- 1 jenkins jenkins 12 Apr 27 16:05 VERSION 16:12:38 drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 16:08 bin 16:12:38 -rw-r--r-- 1 jenkins jenkins 10 Apr 27 16:10 coverage.out 16:12:38 -rw-rw-r-- 1 jenkins jenkins 3268 Apr 27 16:08 go.mod 16:12:38 -rw-rw-r-- 1 jenkins jenkins 34650 Apr 27 16:08 go.sum 16:12:38 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 27 16:08 main.go 16:12:38 -rw-rw-r-- 1 jenkins jenkins 2007 Apr 27 16:08 makefile 16:12:38 drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 16:08 res 16:12:38 drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 16:08 snap [Pipeline] isUnix [Pipeline] sh 16:12:38 + 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=b8e8d1853d64b48b61878642b37bb0eb2b624c73 --label arch=arm64 --label version=2.2.0-dev.31 . 16:12:38 Sending build context to Docker daemon 207.9kB 16:12:39 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 16:12:39 Step 2/27 : FROM ${BASE} AS builder 16:12:39 ---> 1bd84b552cea 16:12:39 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:12:39 ---> Running in 518e30c88e7e 16:12:39 Removing intermediate container 518e30c88e7e 16:12:39 ---> a86ddbc381a1 16:12:39 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 16:12:39 ---> Running in ef743f8c4b26 16:12:40 Removing intermediate container ef743f8c4b26 16:12:40 ---> e4b6c1c65807 16:12:40 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:12:40 ---> Running in c7e815dc9d6d 16:12:40 Removing intermediate container c7e815dc9d6d 16:12:40 ---> 6f696f9fc413 16:12:40 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:40 ---> Running in bef8f9c96f86 16:12:42 Removing intermediate container bef8f9c96f86 16:12:42 ---> abeebe69b02c 16:12:42 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:12:42 ---> Running in d4e668ae9d68 16:12:43 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 16:12:44 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 16:12:45 OK: 220 MiB in 52 packages 16:12:46 Removing intermediate container d4e668ae9d68 16:12:46 ---> 22fc471fcc5d 16:12:46 Step 8/27 : WORKDIR /app 16:12:46 ---> Running in bf6bf8f52d76 16:12:46 Removing intermediate container bf6bf8f52d76 16:12:46 ---> 59a3df4f856a 16:12:46 Step 9/27 : COPY go.mod vendor* ./ 16:12:47 ---> 9a352167fa95 16:12:47 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:12:47 ---> Running in c29d99daaaea 16:12:49 Removing intermediate container c29d99daaaea 16:12:49 ---> e53b9fa0d7a2 16:12:49 Step 11/27 : COPY . . 16:12:50 ---> 926eb6eb2bab 16:12:50 Step 12/27 : ARG MAKE="make build" 16:12:50 ---> Running in 7d86d9e67847 16:12:50 Removing intermediate container 7d86d9e67847 16:12:50 ---> 03daafd9714f 16:12:50 Step 13/27 : RUN $MAKE 16:12:50 ---> Running in 1c38100a34fa 16:12:51 CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable 16:15:13 Removing intermediate container 1c38100a34fa 16:15:13 ---> 95e9551dd0ae 16:15:13 Step 14/27 : FROM alpine:3.14 16:15:13 3.14: Pulling from library/alpine 16:15:13 455c02918c45: Pulling fs layer 16:15:13 455c02918c45: Verifying Checksum 16:15:13 455c02918c45: Download complete 16:15:13 455c02918c45: Pull complete 16:15:13 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 16:15:13 Status: Downloaded newer image for alpine:3.14 16:15:13 ---> ac73e934f311 16:15:13 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:15:13 ---> Running in ba31d3a78f36 16:15:13 Removing intermediate container ba31d3a78f36 16:15:13 ---> 1ee445d40d99 16:15:13 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 16:15:13 ---> Running in d5f880a851b1 16:15:13 Removing intermediate container d5f880a851b1 16:15:13 ---> 705566377042 16:15:13 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 16:15:13 ---> Running in d93c210d61f9 16:15:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 16:15:13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 16:15:13 (1/7) Installing ca-certificates (20211220-r0) 16:15:13 (2/7) Installing dumb-init (1.2.5-r1) 16:15:13 (3/7) Installing libgcc (10.3.1_git20210424-r2) 16:15:13 (4/7) Installing libsodium (1.0.18-r0) 16:15:13 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 16:15:13 (6/7) Installing libzmq (4.3.4-r0) 16:15:13 (7/7) Installing zeromq (4.3.4-r0) 16:15:13 Executing busybox-1.33.1-r7.trigger 16:15:13 Executing ca-certificates-20211220-r0.trigger 16:15:13 OK: 9 MiB in 21 packages 16:15:13 Removing intermediate container d93c210d61f9 16:15:13 ---> 4524b4546aa0 16:15:13 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 16:15:13 ---> 98cc75eb9cf0 16:15:13 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 16:15:13 ---> a52bed38a773 16:15:13 Step 20/27 : COPY --from=builder /app/res/ /res/ 16:15:13 ---> 83519dc18bb1 16:15:13 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 16:15:13 ---> cc3fd3b2fa4e 16:15:13 Step 22/27 : EXPOSE 48095 16:15:13 ---> Running in 2fe2160bc835 16:15:13 Removing intermediate container 2fe2160bc835 16:15:13 ---> 48b9e7b7fb96 16:15:13 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 16:15:13 ---> Running in a268785e3cdd 16:15:13 Removing intermediate container a268785e3cdd 16:15:13 ---> 8fa3802c2a2e 16:15:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:14 ---> Running in b19f16db6143 16:15:14 Removing intermediate container b19f16db6143 16:15:14 ---> 54bba4ec43ab 16:15:14 Step 25/27 : LABEL arch=arm64 16:15:14 ---> Running in 813ac30ef381 16:15:15 Removing intermediate container 813ac30ef381 16:15:15 ---> 4a26c8127502 16:15:15 Step 26/27 : LABEL git_sha=b8e8d1853d64b48b61878642b37bb0eb2b624c73 16:15:15 ---> Running in 28304b471735 16:15:15 Removing intermediate container 28304b471735 16:15:15 ---> 53730af6fd2d 16:15:15 Step 27/27 : LABEL version=2.2.0-dev.31 16:15:15 ---> Running in edfeb4d6720a 16:15:15 Removing intermediate container edfeb4d6720a 16:15:15 ---> 2dfa74089a53 16:15:15 [Warning] One or more build-args [ARCH] were not consumed 16:15:15 Successfully built 2dfa74089a53 16:15:15 Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:15:15 provisioning config files... 16:15:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/67@tmp/config1175742413644819396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:15:16 ---> docker-login.sh 16:15:16 nexus3.edgexfoundry.org:10001 16:15:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:16 Configure a credential helper to remove this warning. See 16:15:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:16 16:15:16 Login Succeeded 16:15:16 nexus3.edgexfoundry.org:10002 16:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:17 Configure a credential helper to remove this warning. See 16:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:17 16:15:17 Login Succeeded 16:15:17 nexus3.edgexfoundry.org:10003 16:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:17 Configure a credential helper to remove this warning. See 16:15:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:17 16:15:17 Login Succeeded 16:15:17 nexus3.edgexfoundry.org:10004 16:15:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:18 Configure a credential helper to remove this warning. See 16:15:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:18 16:15:18 Login Succeeded 16:15:18 docker.io 16:15:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:15:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:15:18 Configure a credential helper to remove this warning. See 16:15:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:15:18 16:15:18 Login Succeeded 16:15:18 ---> docker-login.sh ends [Pipeline] } 16:15:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:15:19 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 16:15:19 b8e8d1853d64b48b61878642b37bb0eb2b624c73 16:15:19 latest 16:15:19 2.2.0-dev.31 16:15:19 b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 16:15:19 main 16:15:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:19 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] isUnix [Pipeline] sh 16:15:19 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73 16:15:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:15:19 558d72c2b9d2: Preparing 16:15:19 921fe0916f7b: Preparing 16:15:19 58ac58b0095b: Preparing 16:15:19 225d4f5d00b1: Preparing 16:15:19 6186e0e8ec47: Preparing 16:15:19 f73e7dbfee58: Preparing 16:15:19 f73e7dbfee58: Waiting 16:15:20 225d4f5d00b1: Pushed 16:15:20 921fe0916f7b: Pushed 16:15:20 58ac58b0095b: Pushed 16:15:20 f73e7dbfee58: Layer already exists 16:15:21 6186e0e8ec47: Pushed 16:15:26 558d72c2b9d2: Pushed 16:15:26 b8e8d1853d64b48b61878642b37bb0eb2b624c73: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] isUnix [Pipeline] sh 16:15:26 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:15:27 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:15:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:15:27 558d72c2b9d2: Preparing 16:15:27 921fe0916f7b: Preparing 16:15:27 58ac58b0095b: Preparing 16:15:27 225d4f5d00b1: Preparing 16:15:27 6186e0e8ec47: Preparing 16:15:27 f73e7dbfee58: Preparing 16:15:27 f73e7dbfee58: Waiting 16:15:27 6186e0e8ec47: Layer already exists 16:15:27 558d72c2b9d2: Layer already exists 16:15:27 58ac58b0095b: Layer already exists 16:15:27 225d4f5d00b1: Layer already exists 16:15:27 921fe0916f7b: Layer already exists 16:15:27 f73e7dbfee58: Layer already exists 16:15:27 latest: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] isUnix [Pipeline] sh 16:15:27 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh 16:15:28 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.31 16:15:28 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:15:28 558d72c2b9d2: Preparing 16:15:28 921fe0916f7b: Preparing 16:15:28 58ac58b0095b: Preparing 16:15:28 225d4f5d00b1: Preparing 16:15:28 6186e0e8ec47: Preparing 16:15:28 f73e7dbfee58: Preparing 16:15:28 f73e7dbfee58: Waiting 16:15:28 6186e0e8ec47: Layer already exists 16:15:28 558d72c2b9d2: Layer already exists 16:15:28 225d4f5d00b1: Layer already exists 16:15:28 58ac58b0095b: Layer already exists 16:15:28 921fe0916f7b: Layer already exists 16:15:28 f73e7dbfee58: Layer already exists 16:15:28 2.2.0-dev.31: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] isUnix [Pipeline] sh 16:15:28 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh 16:15:29 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 16:15:29 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:15:29 558d72c2b9d2: Preparing 16:15:29 921fe0916f7b: Preparing 16:15:29 58ac58b0095b: Preparing 16:15:29 225d4f5d00b1: Preparing 16:15:29 6186e0e8ec47: Preparing 16:15:29 f73e7dbfee58: Preparing 16:15:29 f73e7dbfee58: Waiting 16:15:29 921fe0916f7b: Layer already exists 16:15:29 225d4f5d00b1: Layer already exists 16:15:29 558d72c2b9d2: Layer already exists 16:15:29 6186e0e8ec47: Layer already exists 16:15:29 58ac58b0095b: Layer already exists 16:15:29 f73e7dbfee58: Layer already exists 16:15:29 b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] isUnix [Pipeline] sh 16:15:29 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 16:15:30 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 16:15:30 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 16:15:30 558d72c2b9d2: Preparing 16:15:30 921fe0916f7b: Preparing 16:15:30 58ac58b0095b: Preparing 16:15:30 225d4f5d00b1: Preparing 16:15:30 6186e0e8ec47: Preparing 16:15:30 f73e7dbfee58: Preparing 16:15:30 f73e7dbfee58: Waiting 16:15:30 6186e0e8ec47: Layer already exists 16:15:30 225d4f5d00b1: Layer already exists 16:15:30 558d72c2b9d2: Layer already exists 16:15:30 921fe0916f7b: Layer already exists 16:15:30 58ac58b0095b: Layer already exists 16:15:30 f73e7dbfee58: Layer already exists 16:15:30 main: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 16:15:30 ===================================================== [Pipeline] echo 16:15:30 taggedImages: 16:15:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73 16:15:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 16:15:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.31 16:15:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 16:15:30 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:15:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:15:30 16:15:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 16:15:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:15:31 arm64: Pulling from edgex-lftools-log-publisher 16:15:31 8998bd30e6a1: Pulling fs layer 16:15:31 04944245beec: Pulling fs layer 16:15:31 699f458cf7ca: Pulling fs layer 16:15:31 765212b225bb: Pulling fs layer 16:15:31 f23df028b6ca: Pulling fs layer 16:15:31 d65c8cfc05b1: Pulling fs layer 16:15:31 2437ff75d9bd: Pulling fs layer 16:15:31 765212b225bb: Waiting 16:15:31 f23df028b6ca: Waiting 16:15:31 d65c8cfc05b1: Waiting 16:15:31 2437ff75d9bd: Waiting 16:15:31 04944245beec: Verifying Checksum 16:15:31 04944245beec: Download complete 16:15:31 765212b225bb: Verifying Checksum 16:15:31 765212b225bb: Download complete 16:15:31 f23df028b6ca: Download complete 16:15:31 d65c8cfc05b1: Verifying Checksum 16:15:31 d65c8cfc05b1: Download complete 16:15:31 699f458cf7ca: Verifying Checksum 16:15:31 699f458cf7ca: Download complete 16:15:32 8998bd30e6a1: Verifying Checksum 16:15:32 8998bd30e6a1: Download complete 16:15:34 2437ff75d9bd: Verifying Checksum 16:15:34 2437ff75d9bd: Download complete 16:15:36 8998bd30e6a1: Pull complete 16:15:36 04944245beec: Pull complete 16:15:38 699f458cf7ca: Pull complete 16:15:38 765212b225bb: Pull complete 16:15:39 f23df028b6ca: Pull complete 16:15:39 d65c8cfc05b1: Pull complete 16:15:55 2437ff75d9bd: Pull complete 16:15:55 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 16:15:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 16:15:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 16:15:55 prd-ubuntu20.04-docker-arm64-4c-16g-33500 does not seem to be running inside a container 16:15:55 $ 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/67 -v /w/workspace/app-service-configurable/67:/w/workspace/app-service-configurable/67:rw,z -v /w/workspace/app-service-configurable/67@tmp:/w/workspace/app-service-configurable/67@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat 16:15:58 $ docker top 1ac5983740b08375369209c36f8aa7641bd9795a39d2b38e02d41b774f46f975 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:15:59 ---> job-cost.sh 16:15:59 lf-activate-venv: SKIPPING 16:15:59 INFO: No Stack... 16:16:00 INFO: Retrieving Pricing Info for: v3-standard-4 16:16:00 INFO: Archiving Costs [Pipeline] sh 16:16:01 + cat /w/workspace/app-service-configurable/67/archives/cost.csv 16:16:01 + cut -d, -f6 [Pipeline] lock 16:16:01 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] 16:16:01 Resource [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] did not exist. Created. 16:16:01 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:16:02 /w/workspace/app-service-configurable/67@tmp/durable-c7b915d9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 16:16:02 + echo total: 0.10999999940395355 [Pipeline] stash 16:16:02 Warning: overwriting stash ‘stack-cost’ 16:16:02 Stashed 1 file(s) [Pipeline] } 16:16:02 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [Pipeline] // lock [Pipeline] } 16:16:03 $ docker stop --time=1 1ac5983740b08375369209c36f8aa7641bd9795a39d2b38e02d41b774f46f975 16:16:04 $ docker rm -f 1ac5983740b08375369209c36f8aa7641bd9795a39d2b38e02d41b774f46f975 [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 16:16:05 provisioning config files... 16:16:05 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2158652591983398916tmp [Pipeline] { [Pipeline] sh 16:16:05 + set +x 16:16:05 + + bash -s -- 16:16:05 curl -s https://codecov.io/bash 16:16:05 16:16:05 _____ _ 16:16:05 / ____| | | 16:16:05 | | ___ __| | ___ ___ _____ __ 16:16:05 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:16:05 | |___| (_) | (_| | __/ (_| (_) \ V / 16:16:05 \_____\___/ \__,_|\___|\___\___/ \_/ 16:16:05 Bash-1.0.6 16:16:05 16:16:05 16:16:05 ==> git version 2.25.1 found 16:16:05 ==> 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 16:16:05 Release-Date: 2020-01-08 16:16:05 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 16:16:05 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 16:16:05 ==> Jenkins CI detected. 16:16:05 current dir:  /w/workspace/ry_app-service-configurable_main 16:16:05 project root: . 16:16:05 --> token set from env 16:16:05 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:16:05 ==> Running gcov in . (disable via -X gcov) 16:16:05 ==> Python coveragepy not found 16:16:05 ==> Searching for coverage reports in: 16:16:05 + . 16:16:05 -> Found 1 reports 16:16:05 ==> Detecting git/mercurial file structure 16:16:05 ==> Reading reports 16:16:05 + ./coverage.out bytes=10 16:16:05 ==> Appending adjustments 16:16:05 https://docs.codecov.io/docs/fixing-reports 16:16:05 + Found adjustments 16:16:05 ==> Gzipping contents 16:16:05 4.0K /tmp/codecov.X3vu9F.gz 16:16:05 ==> Uploading reports 16:16:05 url: https://codecov.io 16:16:05 query: branch=main&commit=b8e8d1853d64b48b61878642b37bb0eb2b624c73&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:05 -> Pinging Codecov 16:16:05 https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=06d844e6-9d8b-4dd4-8e5a-bb28e4cf5bd2&branch=main&commit=b8e8d1853d64b48b61878642b37bb0eb2b624c73&build=67&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F67%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 16:16:06 -> Uploading to 16:16:06 https://storage.googleapis.com/codecov/v4/raw/2022-04-27/A97CA9966030D2A3747ED39772930CCE/b8e8d1853d64b48b61878642b37bb0eb2b624c73/452ef178-6408-44e8-bc5f-5d683f5b469a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220427%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220427T161606Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=4fde765a29f1d6b546a0714a748923db65d64db90b0de12364753ca2f2c3a5ae 16:16:06 % Total % Received % Xferd Average Speed Time Time Time Current 16:16:06 Dload Upload Total Spent Left Speed 16:16:06 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2792 --:--:-- --:--:-- --:--:-- 2792 16:16:06 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] } 16:16:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:16:07 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:16:07 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:16:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:07 16:16:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:16:07 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:07 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:16:07 188c0c94c7c5: Pulling fs layer 16:16:07 0ef7d3d256c8: Pulling fs layer 16:16:07 de9db76c5a1d: Pulling fs layer 16:16:07 0eba1c9be4d2: Pulling fs layer 16:16:07 0d57e429df01: Pulling fs layer 16:16:07 4e4be7b47b0d: Pulling fs layer 16:16:07 e1f770b5df2f: Pulling fs layer 16:16:07 85a0685a4137: Pulling fs layer 16:16:07 4e4be7b47b0d: Waiting 16:16:07 85a0685a4137: Waiting 16:16:07 e1f770b5df2f: Waiting 16:16:07 0d57e429df01: Waiting 16:16:07 de9db76c5a1d: Verifying Checksum 16:16:07 de9db76c5a1d: Download complete 16:16:07 0ef7d3d256c8: Download complete 16:16:07 0d57e429df01: Download complete 16:16:07 4e4be7b47b0d: Verifying Checksum 16:16:07 4e4be7b47b0d: Download complete 16:16:07 188c0c94c7c5: Verifying Checksum 16:16:07 188c0c94c7c5: Download complete 16:16:07 188c0c94c7c5: Pull complete 16:16:07 e1f770b5df2f: Verifying Checksum 16:16:07 e1f770b5df2f: Download complete 16:16:07 0ef7d3d256c8: Pull complete 16:16:08 de9db76c5a1d: Pull complete 16:16:08 0eba1c9be4d2: Download complete 16:16:08 85a0685a4137: Verifying Checksum 16:16:08 85a0685a4137: Download complete 16:16:12 0eba1c9be4d2: Pull complete 16:16:12 0d57e429df01: Pull complete 16:16:12 4e4be7b47b0d: Pull complete 16:16:12 e1f770b5df2f: Pull complete 16:16:15 85a0685a4137: Pull complete 16:16:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:16:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:16:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:16:15 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:16:15 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:16:18 $ docker top 9f596741ce473b4d8164aadb26717ce40de22bc0c31a87ea82dd8e80e831f78b -eo pid,comm [Pipeline] { [Pipeline] echo 16:16:18 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:16:18 + set -o pipefail 16:16:18 + snyk monitor '--org=edgex-jenkins' 16:16:25 16:16:25 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 16:16:25 16:16:25 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/d090501c-b485-47a2-a159-9dd8446beca1 16:16:25 16:16:25 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 16:16:25 16:16:25 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:16:25 16:16:25 [Pipeline] } 16:16:25 $ docker stop --time=1 9f596741ce473b4d8164aadb26717ce40de22bc0c31a87ea82dd8e80e831f78b 16:16:28 $ docker rm -f 9f596741ce473b4d8164aadb26717ce40de22bc0c31a87ea82dd8e80e831f78b [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 16:16:28 + git log --format=format:%s -1 b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] sh 16:16:29 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:16:29 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:16:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:16:29 . [Pipeline] withDockerContainer 16:16:29 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:16:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 16:16:29 $ docker top ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:30 [ssh-agent] Looking for ssh-agent implementation... 16:16:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:30 $ docker exec ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 ssh-agent 16:16:30 SSH_AUTH_SOCK=/tmp/ssh-wRUZujp8qZPw/agent.33 16:16:30 SSH_AGENT_PID=39 16:16:30 Running ssh-add (command line suppressed) 16:16:30 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2552582929179004855.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2552582929179004855.key) 16:16:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:30 + git semver tag 16:16:30 2022-04-27 16:16:30,923 [run_tag] DEBUG tag force:False 16:16:30 2022-04-27 16:16:30,923 [check_head_tag] DEBUG check head tag 16:16:30 2022-04-27 16:16:30,924 [execute] INFO git cat-file --batch-check 16:16:30 2022-04-27 16:16:30,924 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:16:30 2022-04-27 16:16:30,927 [execute] INFO git cat-file --batch 16:16:30 2022-04-27 16:16:30,927 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) 16:16:30 2022-04-27 16:16:30,951 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:16:30 2022-04-27 16:16:30,951 [execute] INFO git tag -a v2.2.0-dev.31 -m v2.2.0-dev.31 16:16:30 2022-04-27 16:16:30,951 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.0-dev.31', '-m', 'v2.2.0-dev.31'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:16:30 2022-04-27 16:16:30,954 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:16:30 2.2.0-dev.31 [Pipeline] } 16:16:30 $ docker exec --env ******** --env ******** ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 ssh-agent -k 16:16:31 unset SSH_AUTH_SOCK; 16:16:31 unset SSH_AGENT_PID; 16:16:31 echo Agent pid 39 killed; 16:16:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:31 + git semver [Pipeline] } 16:16:31 $ docker stop --time=1 ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 16:16:33 $ docker rm -f ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:16:33 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:16:33 16:16:33 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:16:33 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:16:33 0.23.1-centos7: Pulling from edgex-lftools 16:16:33 ab5ef0e58194: Pulling fs layer 16:16:33 9712f1f96733: Pulling fs layer 16:16:33 63f879dbbcfc: Pulling fs layer 16:16:33 0d9ebad4ef96: Pulling fs layer 16:16:33 e9a5061849ea: Pulling fs layer 16:16:33 d747dcd14b5f: Pulling fs layer 16:16:33 2de7ff778b66: Pulling fs layer 16:16:33 e9a5061849ea: Waiting 16:16:33 d747dcd14b5f: Waiting 16:16:33 0d9ebad4ef96: Waiting 16:16:33 9712f1f96733: Verifying Checksum 16:16:33 9712f1f96733: Download complete 16:16:34 63f879dbbcfc: Verifying Checksum 16:16:34 63f879dbbcfc: Download complete 16:16:34 e9a5061849ea: Verifying Checksum 16:16:34 e9a5061849ea: Download complete 16:16:34 d747dcd14b5f: Verifying Checksum 16:16:34 d747dcd14b5f: Download complete 16:16:34 ab5ef0e58194: Verifying Checksum 16:16:34 ab5ef0e58194: Download complete 16:16:34 0d9ebad4ef96: Verifying Checksum 16:16:34 0d9ebad4ef96: Download complete 16:16:34 2de7ff778b66: Verifying Checksum 16:16:34 2de7ff778b66: Download complete 16:16:37 ab5ef0e58194: Pull complete 16:16:37 9712f1f96733: Pull complete 16:16:37 63f879dbbcfc: Pull complete 16:16:41 0d9ebad4ef96: Pull complete 16:16:41 e9a5061849ea: Pull complete 16:16:41 d747dcd14b5f: Pull complete 16:16:42 2de7ff778b66: Pull complete 16:16:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:16:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:16:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:16:42 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:16:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:16:44 $ docker top d1a772a53172af0197cd819c9699be8ad8bf78528f2e005c9e4075797795012a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:16:44 provisioning config files... 16:16:44 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6837778594403101401tmp 16:16:44 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3906599750670844628tmp 16:16:44 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5243078451194106661tmp [Pipeline] { [Pipeline] echo 16:16:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:16:45 ---> sigul-configuration.sh 16:16:45 gpg: directory `/root/.gnupg' created 16:16:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:16:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:16:45 gpg: keyring `/root/.gnupg/secring.gpg' created 16:16:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:16:45 gpg: CAST5 encrypted data 16:16:45 gpg: encrypted with 1 passphrase 16:16:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:16:45 + mkdir /home/jenkins 16:16:45 + mkdir /home/jenkins/sigul [Pipeline] sh 16:16:45 + 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 16:16:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:16:45 ---> sigul-install.sh 16:16:45 Sigul already installed; skipping installation. [Pipeline] sh 16:16:46 + git tag --list 16:16:46 v1.0.0 16:16:46 v1.1.0 16:16:46 v1.2.0 16:16:46 v1.3.0 16:16:46 v1.3.1 16:16:46 v2.0.0 16:16:46 v2.0.1 16:16:46 v2.0.1-dev.1 16:16:46 v2.0.2-dev.1 16:16:46 v2.0.2-dev.10 16:16:46 v2.0.2-dev.11 16:16:46 v2.0.2-dev.12 16:16:46 v2.0.2-dev.13 16:16:46 v2.0.2-dev.14 16:16:46 v2.0.2-dev.15 16:16:46 v2.0.2-dev.16 16:16:46 v2.0.2-dev.17 16:16:46 v2.0.2-dev.18 16:16:46 v2.0.2-dev.19 16:16:46 v2.0.2-dev.2 16:16:46 v2.0.2-dev.20 16:16:46 v2.0.2-dev.21 16:16:46 v2.0.2-dev.22 16:16:46 v2.0.2-dev.23 16:16:46 v2.0.2-dev.24 16:16:46 v2.0.2-dev.25 16:16:46 v2.0.2-dev.26 16:16:46 v2.0.2-dev.27 16:16:46 v2.0.2-dev.28 16:16:46 v2.0.2-dev.29 16:16:46 v2.0.2-dev.3 16:16:46 v2.0.2-dev.30 16:16:46 v2.0.2-dev.4 16:16:46 v2.0.2-dev.5 16:16:46 v2.0.2-dev.6 16:16:46 v2.0.2-dev.7 16:16:46 v2.0.2-dev.8 16:16:46 v2.0.2-dev.9 16:16:46 v2.1.0 16:16:46 v2.2.0-dev.1 16:16:46 v2.2.0-dev.10 16:16:46 v2.2.0-dev.11 16:16:46 v2.2.0-dev.12 16:16:46 v2.2.0-dev.13 16:16:46 v2.2.0-dev.14 16:16:46 v2.2.0-dev.15 16:16:46 v2.2.0-dev.16 16:16:46 v2.2.0-dev.17 16:16:46 v2.2.0-dev.18 16:16:46 v2.2.0-dev.19 16:16:46 v2.2.0-dev.2 16:16:46 v2.2.0-dev.20 16:16:46 v2.2.0-dev.21 16:16:46 v2.2.0-dev.22 16:16:46 v2.2.0-dev.23 16:16:46 v2.2.0-dev.24 16:16:46 v2.2.0-dev.25 16:16:46 v2.2.0-dev.26 16:16:46 v2.2.0-dev.27 16:16:46 v2.2.0-dev.28 16:16:46 v2.2.0-dev.29 16:16:46 v2.2.0-dev.3 16:16:46 v2.2.0-dev.30 16:16:46 v2.2.0-dev.31 16:16:46 v2.2.0-dev.4 16:16:46 v2.2.0-dev.5 16:16:46 v2.2.0-dev.6 16:16:46 v2.2.0-dev.7 16:16:46 v2.2.0-dev.8 16:16:46 v2.2.0-dev.9 [Pipeline] sh 16:16:46 + lftools sign git-tag v2.2.0-dev.31 16:16:47 Signing Git tag with Sigul... 16:16:47 Signing v2.2.0-dev.31 [Pipeline] echo 16:16:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:16:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:16:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:16:47 $ docker stop --time=1 d1a772a53172af0197cd819c9699be8ad8bf78528f2e005c9e4075797795012a 16:16:49 $ docker rm -f d1a772a53172af0197cd819c9699be8ad8bf78528f2e005c9e4075797795012a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 16:16:49 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:16:49 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:16:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:16:49 . [Pipeline] withDockerContainer 16:16:49 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:16:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 16:16:50 $ docker top 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:50 [ssh-agent] Looking for ssh-agent implementation... 16:16:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:50 $ docker exec 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 ssh-agent 16:16:50 SSH_AUTH_SOCK=/tmp/ssh-A1pl4yxJ1fmt/agent.32 16:16:50 SSH_AGENT_PID=38 16:16:50 Running ssh-add (command line suppressed) 16:16:50 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7358851899783422100.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7358851899783422100.key) 16:16:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:51 + git semver bump pre 16:16:51 2022-04-27 16:16:51,300 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:16:51 2022-04-27 16:16:51,301 [bump_version] DEBUG bumping version:2.2.0-dev.31 on axis:pre with prefix:dev 16:16:51 2022-04-27 16:16:51,301 [bump_version] DEBUG bumped version:2.2.0-dev.32 16:16:51 2022-04-27 16:16:51,301 [write_version] DEBUG write version:2.2.0-dev.32 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True 16:16:51 2022-04-27 16:16:51,301 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:16:51 2022-04-27 16:16:51,301 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main 16:16:51 2022-04-27 16:16:51,303 [execute] INFO git cat-file --batch-check 16:16:51 2022-04-27 16:16:51,304 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:16:51 2022-04-27 16:16:51,309 [execute] INFO git cat-file --batch 16:16:51 2022-04-27 16:16:51,309 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) 16:16:51 2022-04-27 16:16:51,314 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:16:51 2.2.0-dev.32 [Pipeline] } 16:16:51 $ docker exec --env ******** --env ******** 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 ssh-agent -k 16:16:51 unset SSH_AUTH_SOCK; 16:16:51 unset SSH_AGENT_PID; 16:16:51 echo Agent pid 38 killed; 16:16:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:51 + git semver [Pipeline] } 16:16:52 $ docker stop --time=1 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 16:16:53 $ docker rm -f 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 [Pipeline] // withDockerContainer [Pipeline] sh 16:16:53 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:16:53 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:16:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest 16:16:54 . [Pipeline] withDockerContainer 16:16:54 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:16:54 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest cat 16:16:54 $ docker top e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:54 [ssh-agent] Looking for ssh-agent implementation... 16:16:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:54 $ docker exec e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 ssh-agent 16:16:54 SSH_AUTH_SOCK=/tmp/ssh-ficL9gmqF1JT/agent.32 16:16:54 SSH_AGENT_PID=38 16:16:54 Running ssh-add (command line suppressed) 16:16:54 Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_3411072166206995418.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_3411072166206995418.key) 16:16:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:55 + git semver push 16:16:55 2022-04-27 16:16:55,506 [run_push] DEBUG push 16:16:55 2022-04-27 16:16:55,507 [execute] INFO git push origin semver 16:16:55 2022-04-27 16:16:55,507 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) 16:16:56 2022-04-27 16:16:56,322 [run_push] DEBUG push all version tags 16:16:56 2022-04-27 16:16:56,323 [execute] INFO git push origin refs/tags/v*:refs/tags/v* 16:16:56 2022-04-27 16:16:56,324 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) 16:16:57 2022-04-27 16:16:57,470 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main 16:16:57 2.2.0-dev.32 [Pipeline] } 16:16:57 $ docker exec --env ******** --env ******** e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 ssh-agent -k 16:16:57 unset SSH_AUTH_SOCK; 16:16:57 unset SSH_AGENT_PID; 16:16:57 echo Agent pid 38 killed; 16:16:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:58 + git semver [Pipeline] } 16:16:58 $ docker stop --time=1 e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 16:16:59 $ docker rm -f e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 [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 16:17:00 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 16:17:00 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:17:00 total 16 16:17:00 drwxr-xr-x 3 root root 4096 Apr 27 16:06 . 16:17:00 drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 16:16 .. 16:17:00 drwxr-xr-x 2 root root 4096 Apr 27 16:06 cost 16:17:00 -rw-r--r-- 1 root root 94 Apr 27 16:06 cost.csv 16:17:00 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 16:17:00 + ls -al /w/workspace/ry_app-service-configurable_main/archives 16:17:00 total 16 16:17:00 drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 16:06 . 16:17:00 drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 16:16 .. 16:17:00 drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 16:06 cost 16:17:00 -rw-r--r-- 1 jenkins jenkins 94 Apr 27 16:06 cost.csv [Pipeline] libraryResource [Pipeline] sh 16:17:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:17:01 ---> package-listing.sh 16:17:01 ++ facter osfamily 16:17:01 ++ tr '[:upper:]' '[:lower:]' 16:17:02 + OS_FAMILY=debian 16:17:02 + workspace=/w/workspace/ry_app-service-configurable_main 16:17:02 + START_PACKAGES=/tmp/packages_start.txt 16:17:02 + END_PACKAGES=/tmp/packages_end.txt 16:17:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:17:02 + PACKAGES=/tmp/packages_start.txt 16:17:02 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:17:02 + PACKAGES=/tmp/packages_end.txt 16:17:02 + case "${OS_FAMILY}" in 16:17:02 + dpkg -l 16:17:02 + grep '^ii' 16:17:02 + '[' -f /tmp/packages_start.txt ']' 16:17:02 + '[' -f /tmp/packages_end.txt ']' 16:17:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:17:02 + '[' /w/workspace/ry_app-service-configurable_main ']' 16:17:02 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 16:17:02 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 16:17:02 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:17:02 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:17:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 16:17:02 . [Pipeline] withDockerContainer 16:17:02 prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container 16:17:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 16:17:03 $ docker top 62a4dd3a8dc15683747e5222453ecc1792965b42ac399e88d90e47dbf168a9af -eo pid,comm [Pipeline] { [Pipeline] sh 16:17:03 + touch /tmp/pre-build-complete [Pipeline] sh 16:17:03 + mkdir -p /var/log/sysstat [Pipeline] sh 16:17:04 + ls /var/log/sa-host 16:17:04 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:17:04 provisioning config files... 16:17:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config455544964829206772tmp [Pipeline] { [Pipeline] echo 16:17:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:17:04 ---> create-netrc.sh [Pipeline] } 16:17:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 16:17:04 ---> python-tools-install.sh [Pipeline] echo 16:17:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:17:05 ---> sudo-logs.sh 16:17:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:17:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:17:05 ---> job-cost.sh 16:17:05 lf-activate-venv: SKIPPING 16:17:05 DEBUG: total: 0.2199999988079071 16:17:05 INFO: Retrieving Stack Cost... 16:17:05 INFO: Retrieving Pricing Info for: v3-standard-8 16:17:06 INFO: Archiving Costs [Pipeline] echo 16:17:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:17:06 ---> logs-deploy.sh 16:17:06 lf-activate-venv: SKIPPING 16:17:06 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/67 16:17:06 INFO: archiving workspace using pattern(s): 16:17:07 Archives upload complete. 16:17:07 INFO: archiving logs to Nexus 16:17:08 ---> uname -a: 16:17:08 Linux prd-ubuntu20-04-docker-8c-8g-33497 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux 16:17:08 16:17:08 16:17:08 ---> lscpu: 16:17:08 Architecture: x86_64 16:17:08 CPU op-mode(s): 32-bit, 64-bit 16:17:08 Byte Order: Little Endian 16:17:08 Address sizes: 40 bits physical, 48 bits virtual 16:17:08 CPU(s): 8 16:17:08 On-line CPU(s) list: 0-7 16:17:08 Thread(s) per core: 1 16:17:08 Core(s) per socket: 1 16:17:08 Socket(s): 8 16:17:08 NUMA node(s): 1 16:17:08 Vendor ID: AuthenticAMD 16:17:08 CPU family: 23 16:17:08 Model: 49 16:17:08 Model name: AMD EPYC-Rome Processor 16:17:08 Stepping: 0 16:17:08 CPU MHz: 2799.998 16:17:08 BogoMIPS: 5599.99 16:17:08 Virtualization: AMD-V 16:17:08 Hypervisor vendor: KVM 16:17:08 Virtualization type: full 16:17:08 L1d cache: 256 KiB 16:17:08 L1i cache: 256 KiB 16:17:08 L2 cache: 4 MiB 16:17:08 L3 cache: 128 MiB 16:17:08 NUMA node0 CPU(s): 0-7 16:17:08 Vulnerability Itlb multihit: Not affected 16:17:08 Vulnerability L1tf: Not affected 16:17:08 Vulnerability Mds: Not affected 16:17:08 Vulnerability Meltdown: Not affected 16:17:08 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:17:08 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 16:17:08 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 16:17:08 Vulnerability Srbds: Not affected 16:17:08 Vulnerability Tsx async abort: Not affected 16:17:08 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities 16:17:08 16:17:08 16:17:08 ---> nproc: 16:17:08 8 16:17:08 16:17:08 16:17:08 ---> df -h: 16:17:08 Filesystem Size Used Avail Use% Mounted on 16:17:08 overlay 155G 12G 143G 8% / 16:17:08 tmpfs 64M 0 64M 0% /dev 16:17:08 tmpfs 16G 0 16G 0% /sys/fs/cgroup 16:17:08 shm 64M 0 64M 0% /dev/shm 16:17:08 /dev/vda1 155G 12G 143G 8% /facter-os 16:17:08 16:17:08 16:17:08 ---> sar -b -r -n DEV: 16:17:08 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-33497) 04/27/22 _x86_64_ (8 CPU) 16:17:08 16:17:08 16:04:21 LINUX RESTART (8 CPU) 16:17:08 16:17:08 16:05:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:17:08 16:06:01 208.59 9.86 198.73 0.00 1455.62 104497.81 0.00 16:17:08 16:07:01 192.25 0.13 192.12 0.00 12.00 38252.05 0.00 16:17:08 16:08:01 1.80 0.00 1.80 0.00 0.00 26.15 0.00 16:17:08 16:09:01 1.55 0.00 1.55 0.00 0.00 19.19 0.00 16:17:08 16:10:01 1.15 0.02 1.13 0.00 0.13 14.40 0.00 16:17:08 16:11:01 1.75 0.00 1.75 0.00 0.00 20.26 0.00 16:17:08 16:12:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 16:17:08 16:13:01 1.67 0.00 1.67 0.00 0.00 19.73 0.00 16:17:08 16:14:01 0.90 0.00 0.90 0.00 0.00 10.80 0.00 16:17:08 16:15:01 2.45 0.00 2.45 0.00 0.00 31.73 0.00 16:17:08 16:16:01 1.52 0.00 1.52 0.00 0.00 17.33 0.00 16:17:08 16:17:01 177.35 0.83 176.52 0.00 22.26 62869.26 0.00 16:17:08 Average: 49.12 0.89 48.23 0.00 122.31 17027.27 0.00 16:17:08 16:17:08 16:05:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:17:08 16:06:01 28445664 31744848 543964 1.65 160548 3341460 2049800 6.04 1236940 2743104 104724 16:17:08 16:07:01 27835168 31774648 513300 1.56 173916 3920600 1846364 5.44 1269624 3267428 316 16:17:08 16:08:01 27836744 31776368 511160 1.55 173952 3920604 1846364 5.44 1267872 3267432 156 16:17:08 16:09:01 27838060 31777752 509740 1.55 173992 3920600 1846364 5.44 1267084 3267492 32 16:17:08 16:10:01 27845848 31785584 501848 1.53 174032 3920616 1846364 5.44 1259644 3267512 20 16:17:08 16:11:01 27847092 31787184 500508 1.52 174064 3920620 1846364 5.44 1257712 3267840 24 16:17:08 16:12:01 27853376 31793500 494216 1.50 174108 3920620 1846364 5.44 1251580 3267844 8 16:17:08 16:13:01 27852972 31793160 494528 1.50 174132 3920628 1846364 5.44 1251880 3267848 12 16:17:08 16:14:01 27853528 31793756 494204 1.50 174152 3920628 1846364 5.44 1251612 3267888 12 16:17:08 16:15:01 27853092 31793364 494556 1.50 174240 3920596 1846364 5.44 1251924 3267868 12 16:17:08 16:16:01 27852940 31793400 494252 1.50 174292 3920608 1846364 5.44 1252624 3267880 0 16:17:08 16:17:01 26326372 31770060 513176 1.56 221140 5243504 1893944 5.58 1376188 4531504 368 16:17:08 Average: 27770071 31781969 505454 1.54 176881 3982590 1867282 5.50 1266224 3329303 8807 16:17:08 16:17:08 16:05:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:17:08 16:06:01 lo 5.90 5.90 0.59 0.59 0.00 0.00 0.00 0.00 16:17:08 16:06:01 ens3 411.64 288.14 6204.51 96.24 0.00 0.00 0.00 0.00 16:17:08 16:06:01 vetha00c2f8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 16:17:08 16:06:01 docker0 117.00 141.79 9.33 1089.70 0.00 0.00 0.00 0.00 16:17:08 16:07:01 lo 8.06 8.06 0.80 0.80 0.00 0.00 0.00 0.00 16:17:08 16:07:01 ens3 221.09 155.11 2719.62 280.90 0.00 0.00 0.00 0.00 16:17:08 16:07:01 docker0 10.30 15.26 0.61 92.07 0.00 0.00 0.00 0.00 16:17:08 16:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:08:01 ens3 0.57 0.08 0.14 0.09 0.00 0.00 0.00 0.00 16:17:08 16:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:17:08 16:09:01 ens3 0.53 0.38 0.27 0.21 0.00 0.00 0.00 0.00 16:17:08 16:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:10:01 ens3 0.20 0.13 0.08 0.07 0.00 0.00 0.00 0.00 16:17:08 16:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:17:08 16:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 16:17:08 16:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:12:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:17:08 16:13:01 ens3 0.62 0.27 2.56 0.02 0.00 0.00 0.00 0.00 16:17:08 16:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:14:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 16:17:08 16:15:01 ens3 0.60 0.20 0.13 0.07 0.00 0.00 0.00 0.00 16:17:08 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:16:01 ens3 0.52 0.43 0.26 0.21 0.00 0.00 0.00 0.00 16:17:08 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:17:08 16:17:01 lo 2.40 2.40 0.23 0.23 0.00 0.00 0.00 0.00 16:17:08 16:17:01 ens3 458.26 297.38 8038.78 126.55 0.00 0.00 0.00 0.00 16:17:08 16:17:01 docker0 79.02 100.85 6.87 722.76 0.00 0.00 0.00 0.00 16:17:08 Average: lo 1.42 1.42 0.14 0.14 0.00 0.00 0.00 0.00 16:17:08 Average: ens3 90.74 61.54 1407.14 41.96 0.00 0.00 0.00 0.00 16:17:08 Average: docker0 17.05 21.32 1.39 157.41 0.00 0.00 0.00 0.00 16:17:08 16:17:08 16:17:08 ---> sar -P ALL: 16:17:08 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-33497) 04/27/22 _x86_64_ (8 CPU) 16:17:08 16:17:08 16:04:21 LINUX RESTART (8 CPU) 16:17:08 16:17:08 16:05:02 CPU %user %nice %system %iowait %steal %idle 16:17:08 16:06:01 all 20.47 0.00 6.30 1.50 0.10 71.64 16:17:08 16:06:01 0 20.73 0.00 7.25 4.14 0.10 67.77 16:17:08 16:06:01 1 20.93 0.00 6.31 0.10 0.10 72.56 16:17:08 16:06:01 2 20.78 0.00 6.15 0.74 0.09 72.25 16:17:08 16:06:01 3 21.06 0.00 6.06 0.55 0.10 72.22 16:17:08 16:06:01 4 19.56 0.00 6.21 1.89 0.10 72.24 16:17:08 16:06:01 5 20.96 0.00 6.76 2.01 0.10 70.17 16:17:08 16:06:01 6 19.97 0.00 5.75 2.22 0.10 71.96 16:17:08 16:06:01 7 19.74 0.00 5.89 0.35 0.09 73.94 16:17:08 16:07:01 all 19.83 0.00 4.53 1.20 0.08 74.37 16:17:08 16:07:01 0 18.58 0.00 5.11 2.71 0.10 73.50 16:17:08 16:07:01 1 19.34 0.00 4.80 0.98 0.08 74.81 16:17:08 16:07:01 2 21.19 0.00 4.77 0.49 0.08 73.47 16:17:08 16:07:01 3 18.78 0.00 4.16 0.22 0.08 76.76 16:17:08 16:07:01 4 19.76 0.00 3.94 2.01 0.05 74.24 16:17:08 16:07:01 5 19.99 0.00 4.57 0.89 0.08 74.47 16:17:08 16:07:01 6 22.61 0.00 4.52 2.18 0.08 70.61 16:17:08 16:07:01 7 18.36 0.00 4.35 0.07 0.08 77.14 16:17:08 16:08:01 all 0.01 0.00 0.01 0.01 0.01 99.96 16:17:08 16:08:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:17:08 16:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:08:01 2 0.00 0.00 0.00 0.03 0.00 99.97 16:17:08 16:08:01 3 0.02 0.00 0.03 0.00 0.02 99.93 16:17:08 16:08:01 4 0.02 0.00 0.00 0.00 0.02 99.97 16:17:08 16:08:01 5 0.02 0.00 0.03 0.03 0.00 99.92 16:17:08 16:08:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:08:01 7 0.02 0.00 0.02 0.00 0.02 99.95 16:17:08 16:09:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:17:08 16:09:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:17:08 16:09:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:09:01 2 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:09:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:17:08 16:09:01 4 0.03 0.00 0.00 0.02 0.00 99.95 16:17:08 16:09:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:17:08 16:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 16:17:08 16:09:01 7 0.05 0.00 0.02 0.00 0.00 99.93 16:17:08 16:10:01 all 0.01 0.00 0.02 0.00 0.01 99.96 16:17:08 16:10:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:17:08 16:10:01 1 0.02 0.00 0.02 0.00 0.02 99.95 16:17:08 16:10:01 2 0.02 0.00 0.00 0.00 0.02 99.97 16:17:08 16:10:01 3 0.02 0.00 0.05 0.00 0.02 99.92 16:17:08 16:10:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:10:01 5 0.00 0.00 0.02 0.03 0.00 99.95 16:17:08 16:10:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:10:01 7 0.00 0.00 0.00 0.00 0.02 99.98 16:17:08 16:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:17:08 16:11:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:17:08 16:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:11:01 2 0.00 0.00 0.02 0.02 0.00 99.97 16:17:08 16:11:01 3 0.02 0.00 0.02 0.00 0.02 99.95 16:17:08 16:11:01 4 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:11:01 5 0.02 0.00 0.02 0.02 0.00 99.95 16:17:08 16:11:01 6 0.02 0.00 0.02 0.00 0.02 99.95 16:17:08 16:11:01 7 0.03 0.00 0.02 0.00 0.00 99.95 16:17:08 16:12:01 all 0.02 0.00 0.01 0.00 0.00 99.96 16:17:08 16:12:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:17:08 16:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:12:01 2 0.03 0.00 0.00 0.02 0.00 99.95 16:17:08 16:12:01 3 0.03 0.00 0.03 0.00 0.02 99.92 16:17:08 16:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:17:08 16:12:01 5 0.00 0.00 0.03 0.02 0.02 99.93 16:17:08 16:12:01 6 0.02 0.00 0.00 0.00 0.00 99.98 16:17:08 16:12:01 7 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:13:01 all 0.01 0.00 0.01 0.00 0.00 99.97 16:17:08 16:13:01 0 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 16:17:08 16:13:01 3 0.03 0.00 0.02 0.00 0.02 99.93 16:17:08 16:13:01 4 0.02 0.00 0.02 0.02 0.02 99.93 16:17:08 16:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 16:17:08 16:13:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:13:01 7 0.02 0.00 0.00 0.00 0.00 99.98 16:17:08 16:14:01 all 0.02 0.00 0.00 0.00 0.00 99.98 16:17:08 16:14:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:17:08 16:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 16:17:08 16:14:01 2 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:14:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:17:08 16:14:01 4 0.00 0.00 0.00 0.02 0.00 99.98 16:17:08 16:14:01 5 0.03 0.00 0.00 0.00 0.00 99.97 16:17:08 16:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:14:01 7 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:15:01 all 0.01 0.00 0.01 0.01 0.00 99.97 16:17:08 16:15:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:15:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:15:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:17:08 16:15:01 3 0.00 0.00 0.02 0.00 0.02 99.97 16:17:08 16:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:15:01 5 0.00 0.00 0.02 0.05 0.00 99.93 16:17:08 16:15:01 6 0.02 0.00 0.02 0.00 0.00 99.97 16:17:08 16:15:01 7 0.02 0.00 0.00 0.00 0.02 99.97 16:17:08 16:16:01 all 0.24 0.00 0.01 0.01 0.00 99.74 16:17:08 16:16:01 0 0.02 0.00 0.00 0.00 0.00 99.98 16:17:08 16:16:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:17:08 16:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 16:17:08 16:16:01 3 0.05 0.00 0.02 0.00 0.02 99.92 16:17:08 16:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 16:17:08 16:16:01 5 0.03 0.00 0.00 0.05 0.00 99.92 16:17:08 16:16:01 6 0.00 0.00 0.00 0.00 0.00 100.00 16:17:08 16:16:01 7 1.76 0.00 0.08 0.00 0.00 98.16 16:17:08 16:17:08 16:16:01 CPU %user %nice %system %iowait %steal %idle 16:17:08 16:17:01 all 10.30 0.00 4.23 2.42 0.08 82.97 16:17:08 16:17:01 0 8.13 0.00 4.34 2.45 0.08 84.99 16:17:08 16:17:01 1 10.61 0.00 4.35 2.57 0.08 82.38 16:17:08 16:17:01 2 10.08 0.00 3.70 0.95 0.07 85.21 16:17:08 16:17:01 3 12.53 0.00 4.39 1.49 0.10 81.50 16:17:08 16:17:01 4 10.36 0.00 4.83 3.67 0.07 81.07 16:17:08 16:17:01 5 10.71 0.00 3.70 1.28 0.07 84.23 16:17:08 16:17:01 6 10.90 0.00 4.39 5.74 0.08 78.88 16:17:08 16:17:01 7 9.13 0.00 4.12 1.26 0.07 85.43 16:17:08 Average: all 4.18 0.00 1.24 0.43 0.02 94.12 16:17:08 Average: 0 3.91 0.00 1.38 0.76 0.02 93.93 16:17:08 Average: 1 4.18 0.00 1.28 0.30 0.02 94.22 16:17:08 Average: 2 4.28 0.00 1.20 0.19 0.02 94.31 16:17:08 Average: 3 4.32 0.00 1.22 0.19 0.03 94.24 16:17:08 Average: 4 4.09 0.00 1.23 0.63 0.02 94.03 16:17:08 Average: 5 4.25 0.00 1.24 0.36 0.02 94.12 16:17:08 Average: 6 4.40 0.00 1.21 0.83 0.02 93.53 16:17:08 Average: 7 4.03 0.00 1.19 0.14 0.02 94.61 16:17:08 16:17:08 16:17:08