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 [2022-04-27T16:04:59.648Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-27T16:04:59.720Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-27T16:04:59.735Z] ========================================================= [2022-04-27T16:04:59.735Z] EdgeX Global Pipelines Version Info [2022-04-27T16:04:59.735Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:05:00.691Z] ------------------- [2022-04-27T16:05:00.691Z] stable info: [2022-04-27T16:05:00.691Z] ------------------- [2022-04-27T16:05:00.691Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2022-04-27T16:05:00.691Z] Commit SHA: 0296cfd70f3001d69e24c2db393b493f66f700db [2022-04-27T16:05:00.691Z] Message: update stable to v1.0.225 [2022-04-27T16:05:01.267Z] ------------------- [2022-04-27T16:05:01.267Z] experimental info: [2022-04-27T16:05:01.267Z] ------------------- [2022-04-27T16:05:01.267Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-27T16:05:01.267Z] Commit SHA: 47c9b3891b578ce509e33c5bc61a4c29aa566c02 [2022-04-27T16:05:01.267Z] Message: update experimental to v1.0.226 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-27T16:05:01.394Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-04-27T16:05:01.411Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-04-27T16:05:01.430Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-27T16:05:01.447Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-27T16:05:01.463Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-27T16:05:01.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-27T16:05:01.488Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-27T16:05:01.501Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-27T16:05:01.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-27T16:05:01.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-27T16:05:01.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-27T16:05:01.542Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-04-27T16:05:01.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-27T16:05:01.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-27T16:05:01.573Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-27T16:05:01.583Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-27T16:05:01.592Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-27T16:05:01.602Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-27T16:05:01.618Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-27T16:05:01.629Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-27T16:05:01.639Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-27T16:05:01.648Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-27T16:05:01.667Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-27T16:05:01.676Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-27T16:05:01.685Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-27T16:05:01.693Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-27T16:05:01.708Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-04-27T16:05:01.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-04-27T16:05:01.732Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-04-27T16:05:01.748Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] echo [2022-04-27T16:05:01.764Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b8e8d18 [Pipeline] echo [2022-04-27T16:05:01.776Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-27T16:05:01.816Z] provisioning config files... [2022-04-27T16:05:01.831Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2049263744010617000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:05:02.223Z] ---> docker-login.sh [2022-04-27T16:05:02.223Z] nexus3.edgexfoundry.org:10001 [2022-04-27T16:05:02.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:02.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:02.750Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:02.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:02.750Z] [2022-04-27T16:05:02.750Z] Login Succeeded [2022-04-27T16:05:02.750Z] nexus3.edgexfoundry.org:10002 [2022-04-27T16:05:02.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:02.750Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:02.750Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:02.750Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:02.750Z] [2022-04-27T16:05:02.750Z] Login Succeeded [2022-04-27T16:05:02.750Z] nexus3.edgexfoundry.org:10003 [2022-04-27T16:05:03.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:03.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:03.012Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:03.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:03.012Z] [2022-04-27T16:05:03.012Z] Login Succeeded [2022-04-27T16:05:03.012Z] nexus3.edgexfoundry.org:10004 [2022-04-27T16:05:03.012Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:03.012Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:03.012Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:03.012Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:03.012Z] [2022-04-27T16:05:03.012Z] Login Succeeded [2022-04-27T16:05:03.012Z] docker.io [2022-04-27T16:05:03.274Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:03.534Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:03.534Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:03.534Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:03.534Z] [2022-04-27T16:05:03.534Z] Login Succeeded [2022-04-27T16:05:03.534Z] ---> docker-login.sh ends [Pipeline] } [2022-04-27T16:05:03.542Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-27T16:05:03.909Z] + git rev-list -1 --merges b8e8d1853d64b48b61878642b37bb0eb2b624c73~1..b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] echo [2022-04-27T16:05:03.949Z] -----------> git rev-list -1 --merges b8e8d1853d64b48b61878642b37bb0eb2b624c73~1..b8e8d1853d64b48b61878642b37bb0eb2b624c73 b8e8d1853d64b48b61878642b37bb0eb2b624c73 [false] [Pipeline] sh [2022-04-27T16:05:04.257Z] + git log --format=format:%s -1 b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] echo [2022-04-27T16:05:04.273Z] ========================================================= [2022-04-27T16:05:04.273Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-27T16:05:04.273Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-27T16:05:04.618Z] + git log --format=format:%s -1 b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] echo [2022-04-27T16:05:04.632Z] [semverPrep] GIT_COMMIT: b8e8d1853d64b48b61878642b37bb0eb2b624c73, Commit Message: feat: Add new metrics-influxdb profile (#410) [Pipeline] echo [2022-04-27T16:05:04.640Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-27T16:05:05.020Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-27T16:05:05.020Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-27T16:05:05.020Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-27T16:05:05.020Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-27T16:05:05.020Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-27T16:05:05.020Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-27T16:05:05.020Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:05:05.370Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T16:05:05.370Z] [2022-04-27T16:05:05.370Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:05:05.683Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T16:05:05.683Z] latest: Pulling from edgex-devops/py-git-semver [2022-04-27T16:05:05.683Z] 1fe172e4850f: Pulling fs layer [2022-04-27T16:05:05.683Z] caf521ccaac6: Pulling fs layer [2022-04-27T16:05:05.683Z] 3ead6fa29328: Pulling fs layer [2022-04-27T16:05:05.683Z] 5c2a1cbceb83: Pulling fs layer [2022-04-27T16:05:05.683Z] a8d5f1318db7: Pulling fs layer [2022-04-27T16:05:05.683Z] c427282e49a2: Pulling fs layer [2022-04-27T16:05:05.683Z] 1827001aaf11: Pulling fs layer [2022-04-27T16:05:05.683Z] 0714d37db230: Pulling fs layer [2022-04-27T16:05:05.683Z] ac28cf19c067: Pulling fs layer [2022-04-27T16:05:05.683Z] ca983d60f3e2: Pulling fs layer [2022-04-27T16:05:05.683Z] 5c2a1cbceb83: Waiting [2022-04-27T16:05:05.683Z] c427282e49a2: Waiting [2022-04-27T16:05:05.683Z] 1827001aaf11: Waiting [2022-04-27T16:05:05.683Z] 9f894cec8388: Pulling fs layer [2022-04-27T16:05:05.683Z] ac28cf19c067: Waiting [2022-04-27T16:05:05.683Z] ca983d60f3e2: Waiting [2022-04-27T16:05:05.683Z] 9f894cec8388: Waiting [2022-04-27T16:05:05.683Z] 0714d37db230: Waiting [2022-04-27T16:05:05.683Z] a8d5f1318db7: Waiting [2022-04-27T16:05:05.683Z] caf521ccaac6: Download complete [2022-04-27T16:05:05.683Z] 5c2a1cbceb83: Download complete [2022-04-27T16:05:05.943Z] a8d5f1318db7: Verifying Checksum [2022-04-27T16:05:05.943Z] a8d5f1318db7: Download complete [2022-04-27T16:05:05.943Z] 3ead6fa29328: Verifying Checksum [2022-04-27T16:05:05.943Z] 3ead6fa29328: Download complete [2022-04-27T16:05:05.943Z] c427282e49a2: Verifying Checksum [2022-04-27T16:05:05.943Z] c427282e49a2: Download complete [2022-04-27T16:05:05.943Z] 0714d37db230: Verifying Checksum [2022-04-27T16:05:05.943Z] 0714d37db230: Download complete [2022-04-27T16:05:05.943Z] ac28cf19c067: Download complete [2022-04-27T16:05:05.943Z] ca983d60f3e2: Verifying Checksum [2022-04-27T16:05:05.943Z] ca983d60f3e2: Download complete [2022-04-27T16:05:05.943Z] 9f894cec8388: Verifying Checksum [2022-04-27T16:05:05.943Z] 9f894cec8388: Download complete [2022-04-27T16:05:05.943Z] 1fe172e4850f: Download complete [2022-04-27T16:05:06.203Z] 1827001aaf11: Verifying Checksum [2022-04-27T16:05:06.203Z] 1827001aaf11: Download complete [2022-04-27T16:05:07.144Z] 1fe172e4850f: Pull complete [2022-04-27T16:05:07.404Z] caf521ccaac6: Pull complete [2022-04-27T16:05:07.974Z] 3ead6fa29328: Pull complete [2022-04-27T16:05:07.974Z] 5c2a1cbceb83: Pull complete [2022-04-27T16:05:08.233Z] a8d5f1318db7: Pull complete [2022-04-27T16:05:08.233Z] c427282e49a2: Pull complete [2022-04-27T16:05:10.151Z] 1827001aaf11: Pull complete [2022-04-27T16:05:10.151Z] 0714d37db230: Pull complete [2022-04-27T16:05:10.151Z] ac28cf19c067: Pull complete [2022-04-27T16:05:10.151Z] ca983d60f3e2: Pull complete [2022-04-27T16:05:10.412Z] 9f894cec8388: Pull complete [2022-04-27T16:05:10.412Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-04-27T16:05:10.412Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T16:05:10.412Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-04-27T16:05:10.493Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:05:10.537Z] $ 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 [2022-04-27T16:05:11.841Z] $ docker top 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 -eo pid,comm [2022-04-27T16:05:11.942Z] 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). [2022-04-27T16:05:11.942Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-27T16:05:11.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T16:05:11.980Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T16:05:12.117Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T16:05:12.126Z] $ docker exec 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 ssh-agent [2022-04-27T16:05:12.236Z] SSH_AUTH_SOCK=/tmp/ssh-MpK01AKB3124/agent.32 [2022-04-27T16:05:12.236Z] SSH_AGENT_PID=38 [2022-04-27T16:05:12.243Z] Running ssh-add (command line suppressed) [2022-04-27T16:05:12.357Z] 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) [2022-04-27T16:05:12.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T16:05:12.667Z] + git tag --points-at HEAD [Pipeline] } [2022-04-27T16:05:12.685Z] $ docker exec --env ******** --env ******** 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 ssh-agent -k [2022-04-27T16:05:12.802Z] unset SSH_AUTH_SOCK; [2022-04-27T16:05:12.803Z] unset SSH_AGENT_PID; [2022-04-27T16:05:12.803Z] echo Agent pid 38 killed; [2022-04-27T16:05:12.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-27T16:05:12.833Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T16:05:12.833Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T16:05:12.956Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T16:05:12.964Z] $ docker exec 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 ssh-agent [2022-04-27T16:05:13.072Z] SSH_AUTH_SOCK=/tmp/ssh-5d1cKQPcCjS3/agent.73 [2022-04-27T16:05:13.072Z] SSH_AGENT_PID=80 [2022-04-27T16:05:13.077Z] Running ssh-add (command line suppressed) [2022-04-27T16:05:13.193Z] 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) [2022-04-27T16:05:13.202Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T16:05:13.493Z] + git semver init [2022-04-27T16:05:13.753Z] 2022-04-27 16:05:13,695 [run_init] DEBUG init version:0.0.0 force:False [2022-04-27T16:05:13.754Z] 2022-04-27 16:05:13,695 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2022-04-27T16:05:13.754Z] 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 [2022-04-27T16:05:13.754Z] 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) [2022-04-27T16:05:14.697Z] 2022-04-27 16:05:14,478 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2022-04-27T16:05:14.697Z] 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 [2022-04-27T16:05:14.697Z] 2022-04-27 16:05:14,478 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:05:14.697Z] 2022-04-27 16:05:14,479 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:05:14.697Z] 2.2.0-dev.31 [Pipeline] } [2022-04-27T16:05:14.713Z] $ docker exec --env ******** --env ******** 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 ssh-agent -k [2022-04-27T16:05:14.832Z] unset SSH_AUTH_SOCK; [2022-04-27T16:05:14.833Z] unset SSH_AGENT_PID; [2022-04-27T16:05:14.833Z] echo Agent pid 80 killed; [2022-04-27T16:05:14.840Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-27T16:05:15.154Z] + git semver [Pipeline] } [2022-04-27T16:05:15.433Z] $ docker stop --time=1 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 [2022-04-27T16:05:16.823Z] $ docker rm -f 823ce173cf70938854e80c2ed9d95a9b73fb59fb31a33785c09c762eef816f45 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-27T16:05:17.192Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-27T16:05:17.480Z] Stashed 1 file(s) [Pipeline] echo [2022-04-27T16:05:17.484Z] [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 [2022-04-27T16:05:17.637Z] provisioning config files... [2022-04-27T16:05:17.648Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3382622352691451193tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:05:17.953Z] ---> docker-login.sh [2022-04-27T16:05:17.953Z] nexus3.edgexfoundry.org:10001 [2022-04-27T16:05:17.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:17.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:17.953Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:17.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:17.953Z] [2022-04-27T16:05:17.953Z] Login Succeeded [2022-04-27T16:05:17.953Z] nexus3.edgexfoundry.org:10002 [2022-04-27T16:05:17.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:18.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:18.215Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:18.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:18.215Z] [2022-04-27T16:05:18.215Z] Login Succeeded [2022-04-27T16:05:18.215Z] nexus3.edgexfoundry.org:10003 [2022-04-27T16:05:18.215Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:18.215Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:18.215Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:18.215Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:18.215Z] [2022-04-27T16:05:18.215Z] Login Succeeded [2022-04-27T16:05:18.215Z] nexus3.edgexfoundry.org:10004 [2022-04-27T16:05:18.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:18.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:18.476Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:18.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:18.476Z] [2022-04-27T16:05:18.476Z] Login Succeeded [2022-04-27T16:05:18.476Z] docker.io [2022-04-27T16:05:18.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:05:18.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:05:18.736Z] Configure a credential helper to remove this warning. See [2022-04-27T16:05:18.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:05:18.736Z] [2022-04-27T16:05:18.736Z] Login Succeeded [2022-04-27T16:05:18.736Z] ---> docker-login.sh ends [Pipeline] } [2022-04-27T16:05:18.743Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-27T16:05:18.811Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-27T16:05:18.825Z] ========================================================= [2022-04-27T16:05:18.825Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-27T16:05:18.825Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:05:19.132Z] + 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 . [2022-04-27T16:05:19.132Z] Sending build context to Docker daemon 3.04MB [2022-04-27T16:05:19.132Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-27T16:05:19.132Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-27T16:05:19.132Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-27T16:05:19.132Z] 59bf1c3509f3: Pulling fs layer [2022-04-27T16:05:19.132Z] 666ba61612fd: Pulling fs layer [2022-04-27T16:05:19.132Z] 8ed8ca486205: Pulling fs layer [2022-04-27T16:05:19.132Z] 4fe6c5a15a65: Pulling fs layer [2022-04-27T16:05:19.132Z] 22a0e8bec74d: Pulling fs layer [2022-04-27T16:05:19.132Z] ca2b28591e48: Pulling fs layer [2022-04-27T16:05:19.132Z] a51346096db8: Pulling fs layer [2022-04-27T16:05:19.132Z] daebc70d1ce1: Pulling fs layer [2022-04-27T16:05:19.132Z] 0e18a0eac166: Pulling fs layer [2022-04-27T16:05:19.132Z] 22a0e8bec74d: Waiting [2022-04-27T16:05:19.132Z] a51346096db8: Waiting [2022-04-27T16:05:19.132Z] ca2b28591e48: Waiting [2022-04-27T16:05:19.132Z] daebc70d1ce1: Waiting [2022-04-27T16:05:19.133Z] 0e18a0eac166: Waiting [2022-04-27T16:05:19.133Z] 4fe6c5a15a65: Waiting [2022-04-27T16:05:19.133Z] 8ed8ca486205: Verifying Checksum [2022-04-27T16:05:19.133Z] 8ed8ca486205: Download complete [2022-04-27T16:05:19.133Z] 666ba61612fd: Download complete [2022-04-27T16:05:19.133Z] 22a0e8bec74d: Verifying Checksum [2022-04-27T16:05:19.133Z] 22a0e8bec74d: Download complete [2022-04-27T16:05:19.133Z] ca2b28591e48: Verifying Checksum [2022-04-27T16:05:19.133Z] ca2b28591e48: Download complete [2022-04-27T16:05:19.393Z] a51346096db8: Verifying Checksum [2022-04-27T16:05:19.393Z] a51346096db8: Download complete [2022-04-27T16:05:19.393Z] 59bf1c3509f3: Verifying Checksum [2022-04-27T16:05:19.393Z] 59bf1c3509f3: Download complete [2022-04-27T16:05:19.393Z] daebc70d1ce1: Verifying Checksum [2022-04-27T16:05:19.393Z] daebc70d1ce1: Download complete [2022-04-27T16:05:19.393Z] 59bf1c3509f3: Pull complete [2022-04-27T16:05:19.654Z] 666ba61612fd: Pull complete [2022-04-27T16:05:19.654Z] 8ed8ca486205: Pull complete [2022-04-27T16:05:19.916Z] 0e18a0eac166: Verifying Checksum [2022-04-27T16:05:19.916Z] 0e18a0eac166: Download complete [2022-04-27T16:05:19.916Z] 4fe6c5a15a65: Verifying Checksum [2022-04-27T16:05:19.916Z] 4fe6c5a15a65: Download complete [2022-04-27T16:05:24.116Z] 4fe6c5a15a65: Pull complete [2022-04-27T16:05:24.116Z] 22a0e8bec74d: Pull complete [2022-04-27T16:05:24.116Z] ca2b28591e48: Pull complete [2022-04-27T16:05:24.116Z] a51346096db8: Pull complete [2022-04-27T16:05:24.116Z] daebc70d1ce1: Pull complete [2022-04-27T16:05:26.026Z] 0e18a0eac166: Pull complete [2022-04-27T16:05:26.026Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-04-27T16:05:26.026Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-27T16:05:26.026Z] ---> f018257e8ee9 [2022-04-27T16:05:26.026Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-27T16:05:27.407Z] ---> Running in 5909ef893f09 [2022-04-27T16:05:27.407Z] Removing intermediate container 5909ef893f09 [2022-04-27T16:05:27.407Z] ---> 9e52574c70ec [2022-04-27T16:05:27.407Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-27T16:05:27.407Z] ---> Running in 9c3a5907d4f7 [2022-04-27T16:05:27.407Z] Removing intermediate container 9c3a5907d4f7 [2022-04-27T16:05:27.407Z] ---> 6e65a9491f05 [2022-04-27T16:05:27.407Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-27T16:05:27.407Z] ---> Running in de401c02f11a [2022-04-27T16:05:27.407Z] Removing intermediate container de401c02f11a [2022-04-27T16:05:27.407Z] ---> e36ceff13a32 [2022-04-27T16:05:27.407Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-27T16:05:27.407Z] ---> Running in 457ccb06d0cc [2022-04-27T16:05:27.978Z] Removing intermediate container 457ccb06d0cc [2022-04-27T16:05:27.978Z] ---> ecd0732964dd [2022-04-27T16:05:27.978Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-27T16:05:27.978Z] ---> Running in 509b430ed519 [2022-04-27T16:05:28.239Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-27T16:05:29.183Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-27T16:05:29.443Z] OK: 221 MiB in 52 packages [2022-04-27T16:05:29.703Z] Removing intermediate container 509b430ed519 [2022-04-27T16:05:29.703Z] ---> ebf0f49c1f12 [2022-04-27T16:05:29.703Z] Step 8/13 : WORKDIR /app [2022-04-27T16:05:29.703Z] ---> Running in 9d0a755c234a [2022-04-27T16:05:29.963Z] Removing intermediate container 9d0a755c234a [2022-04-27T16:05:29.963Z] ---> 3fb5a47d710e [2022-04-27T16:05:29.963Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-27T16:05:29.963Z] ---> c3b276a9d004 [2022-04-27T16:05:29.963Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-27T16:05:29.963Z] ---> Running in ab8575043255 [2022-04-27T16:05:32.591Z] Still waiting to schedule task [2022-04-27T16:05:32.591Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-33498’ is offline [2022-04-27T16:05:48.078Z] Removing intermediate container ab8575043255 [2022-04-27T16:05:48.079Z] ---> 4c3a4fc9d5f7 [2022-04-27T16:05:48.079Z] Step 11/13 : COPY . . [2022-04-27T16:05:48.079Z] ---> a59062518554 [2022-04-27T16:05:48.079Z] Step 12/13 : ARG MAKE="make build" [2022-04-27T16:05:48.079Z] ---> Running in cd800be456ac [2022-04-27T16:05:48.079Z] Removing intermediate container cd800be456ac [2022-04-27T16:05:48.079Z] ---> 4de1f4b7c38b [2022-04-27T16:05:48.079Z] Step 13/13 : RUN $MAKE [2022-04-27T16:05:48.079Z] ---> Running in 32d75283e8a3 [2022-04-27T16:05:48.079Z] noop [2022-04-27T16:05:48.079Z] Removing intermediate container 32d75283e8a3 [2022-04-27T16:05:48.079Z] ---> f05f34edf44d [2022-04-27T16:05:48.079Z] Successfully built f05f34edf44d [2022-04-27T16:05:48.079Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:05:48.389Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-27T16:05:48.389Z] . [Pipeline] withDockerContainer [2022-04-27T16:05:48.466Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:05:48.510Z] $ 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 [2022-04-27T16:05:48.884Z] $ docker top 36ac7bc3eb655365d454db185d2056d99e442f504383a0b9d20c7a9ebf151b5e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-27T16:05:49.242Z] + go version [2022-04-27T16:05:49.242Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-27T16:05:49.264Z] $ docker stop --time=1 36ac7bc3eb655365d454db185d2056d99e442f504383a0b9d20c7a9ebf151b5e [2022-04-27T16:05:50.567Z] $ docker rm -f 36ac7bc3eb655365d454db185d2056d99e442f504383a0b9d20c7a9ebf151b5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:05:50.987Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-27T16:05:50.987Z] . [Pipeline] withDockerContainer [2022-04-27T16:05:51.057Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:05:51.099Z] $ 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 [2022-04-27T16:05:51.474Z] $ docker top 91da34a496e1e4608cda131dfdd4bba0abe1957fe4f66d928590558613ac5478 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-27T16:05:51.849Z] + make test [2022-04-27T16:05:51.849Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-27T16:06:01.853Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-27T16:06:01.853Z] CGO_ENABLED=1 go vet ./... [2022-04-27T16:06:05.152Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-27T16:06:05.152Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-27T16:06:05.152Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-27T16:06:05.737Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-27T16:06:05.757Z] $ docker stop --time=1 91da34a496e1e4608cda131dfdd4bba0abe1957fe4f66d928590558613ac5478 [2022-04-27T16:06:07.455Z] $ docker rm -f 91da34a496e1e4608cda131dfdd4bba0abe1957fe4f66d928590558613ac5478 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-27T16:06:07.850Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-27T16:06:07.890Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-27T16:06:08.430Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-27T16:06:08.723Z] + ls -al . [2022-04-27T16:06:08.723Z] total 164 [2022-04-27T16:06:08.723Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 16:06 . [2022-04-27T16:06:08.723Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 16:04 .. [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 27 16:04 .dockerignore [2022-04-27T16:06:08.723Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 16:05 .git [2022-04-27T16:06:08.723Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 16:04 .github [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 27 16:04 .gitignore [2022-04-27T16:06:08.723Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 16:05 .semver [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 8695 Apr 27 16:04 Attribution.txt [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 27 16:04 CHANGELOG.md [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 27 16:04 Dockerfile [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 16:04 GOVERNANCE.md [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 27 16:04 Jenkinsfile [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 27 16:04 LICENSE [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 27 16:04 OWNERS.md [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 27 16:04 README.md [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 27 16:05 VERSION [2022-04-27T16:06:08.723Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 16:04 bin [2022-04-27T16:06:08.723Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 27 16:05 coverage.out [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 3268 Apr 27 16:04 go.mod [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 34650 Apr 27 16:04 go.sum [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 27 16:04 main.go [2022-04-27T16:06:08.723Z] -rw-rw-r-- 1 jenkins jenkins 2007 Apr 27 16:04 makefile [2022-04-27T16:06:08.723Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 16:04 res [2022-04-27T16:06:08.723Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 16:04 snap [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:09.024Z] + 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 . [2022-04-27T16:06:09.024Z] Sending build context to Docker daemon 3.041MB [2022-04-27T16:06:09.024Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-27T16:06:09.024Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-27T16:06:09.024Z] ---> f05f34edf44d [2022-04-27T16:06:09.024Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-27T16:06:09.024Z] ---> Running in 5816c0510595 [2022-04-27T16:06:09.285Z] Removing intermediate container 5816c0510595 [2022-04-27T16:06:09.285Z] ---> 76dc15d2d739 [2022-04-27T16:06:09.285Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-27T16:06:09.285Z] ---> Running in 3a692b8d8acf [2022-04-27T16:06:09.285Z] Removing intermediate container 3a692b8d8acf [2022-04-27T16:06:09.285Z] ---> 3a1509fe2946 [2022-04-27T16:06:09.285Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-27T16:06:09.285Z] ---> Running in e13de8001b03 [2022-04-27T16:06:09.544Z] Removing intermediate container e13de8001b03 [2022-04-27T16:06:09.544Z] ---> 663e08d33923 [2022-04-27T16:06:09.545Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-27T16:06:09.545Z] ---> Running in a1d9657eaeeb [2022-04-27T16:06:10.117Z] Removing intermediate container a1d9657eaeeb [2022-04-27T16:06:10.117Z] ---> 2b225f5b3f3f [2022-04-27T16:06:10.117Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-27T16:06:10.117Z] ---> Running in 5c6967c1b0ff [2022-04-27T16:06:10.688Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-27T16:06:11.258Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-27T16:06:11.830Z] OK: 221 MiB in 52 packages [2022-04-27T16:06:12.091Z] Removing intermediate container 5c6967c1b0ff [2022-04-27T16:06:12.091Z] ---> 2c4c6c000f69 [2022-04-27T16:06:12.091Z] Step 8/27 : WORKDIR /app [2022-04-27T16:06:12.091Z] ---> Running in 81600668e7d8 [2022-04-27T16:06:12.091Z] Removing intermediate container 81600668e7d8 [2022-04-27T16:06:12.091Z] ---> d0bd2a108bcc [2022-04-27T16:06:12.091Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-27T16:06:12.352Z] ---> c77ac70de71f [2022-04-27T16:06:12.352Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-27T16:06:12.352Z] ---> Running in ab45efc4f9a1 [2022-04-27T16:06:12.921Z] Removing intermediate container ab45efc4f9a1 [2022-04-27T16:06:12.921Z] ---> 8b7e7ebd55fd [2022-04-27T16:06:12.921Z] Step 11/27 : COPY . . [2022-04-27T16:06:13.180Z] ---> f7e4b38d8779 [2022-04-27T16:06:13.180Z] Step 12/27 : ARG MAKE="make build" [2022-04-27T16:06:13.180Z] ---> Running in f415c534a04d [2022-04-27T16:06:13.180Z] Removing intermediate container f415c534a04d [2022-04-27T16:06:13.180Z] ---> 7c67d8c60e95 [2022-04-27T16:06:13.180Z] Step 13/27 : RUN $MAKE [2022-04-27T16:06:13.441Z] ---> Running in 4ded42d26a24 [2022-04-27T16:06:13.701Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-04-27T16:06:35.640Z] Removing intermediate container 4ded42d26a24 [2022-04-27T16:06:35.640Z] ---> 2c8f2999154a [2022-04-27T16:06:35.640Z] Step 14/27 : FROM alpine:3.14 [2022-04-27T16:06:35.640Z] 3.14: Pulling from library/alpine [2022-04-27T16:06:35.640Z] 8663204ce13b: Pulling fs layer [2022-04-27T16:06:35.640Z] 8663204ce13b: Download complete [2022-04-27T16:06:35.640Z] 8663204ce13b: Pull complete [2022-04-27T16:06:35.640Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-27T16:06:35.640Z] Status: Downloaded newer image for alpine:3.14 [2022-04-27T16:06:35.640Z] ---> e04c818066af [2022-04-27T16:06:35.640Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-27T16:06:35.640Z] ---> Running in ce56c7ee5433 [2022-04-27T16:06:35.640Z] Removing intermediate container ce56c7ee5433 [2022-04-27T16:06:35.640Z] ---> aec63dfab45f [2022-04-27T16:06:35.640Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-27T16:06:35.640Z] ---> Running in b384aee8d54b [2022-04-27T16:06:35.640Z] Removing intermediate container b384aee8d54b [2022-04-27T16:06:35.640Z] ---> 33e810a6880c [2022-04-27T16:06:35.640Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-27T16:06:35.640Z] ---> Running in 15536a05f238 [2022-04-27T16:06:35.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-27T16:06:35.640Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-27T16:06:35.640Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-27T16:06:35.640Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-27T16:06:35.640Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-27T16:06:35.640Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-27T16:06:35.640Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-27T16:06:35.640Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-27T16:06:35.640Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-27T16:06:35.640Z] Executing busybox-1.33.1-r7.trigger [2022-04-27T16:06:35.640Z] Executing ca-certificates-20211220-r0.trigger [2022-04-27T16:06:35.640Z] OK: 9 MiB in 21 packages [2022-04-27T16:06:35.640Z] Removing intermediate container 15536a05f238 [2022-04-27T16:06:35.640Z] ---> 38dbf224c16d [2022-04-27T16:06:35.640Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-27T16:06:35.640Z] ---> 3d6c5952c674 [2022-04-27T16:06:35.640Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-27T16:06:35.640Z] ---> db4629640bd3 [2022-04-27T16:06:35.640Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-27T16:06:35.640Z] ---> 780fe50d5927 [2022-04-27T16:06:35.640Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-27T16:06:36.212Z] ---> d67545e6a329 [2022-04-27T16:06:36.212Z] Step 22/27 : EXPOSE 48095 [2022-04-27T16:06:36.212Z] ---> Running in b52c3b44868f [2022-04-27T16:06:36.472Z] Removing intermediate container b52c3b44868f [2022-04-27T16:06:36.472Z] ---> fb5914585add [2022-04-27T16:06:36.472Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-27T16:06:36.472Z] ---> Running in 24dd2d816a5f [2022-04-27T16:06:36.472Z] Removing intermediate container 24dd2d816a5f [2022-04-27T16:06:36.472Z] ---> f55d20ac6f98 [2022-04-27T16:06:36.472Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-27T16:06:36.472Z] ---> Running in 3b4c45a2de8b [2022-04-27T16:06:36.732Z] Removing intermediate container 3b4c45a2de8b [2022-04-27T16:06:36.732Z] ---> eb421b825a27 [2022-04-27T16:06:36.732Z] Step 25/27 : LABEL arch=amd64 [2022-04-27T16:06:36.732Z] ---> Running in e2d04354ce4b [2022-04-27T16:06:36.732Z] Removing intermediate container e2d04354ce4b [2022-04-27T16:06:36.732Z] ---> 8ce2b4f05434 [2022-04-27T16:06:36.732Z] Step 26/27 : LABEL git_sha=b8e8d1853d64b48b61878642b37bb0eb2b624c73 [2022-04-27T16:06:36.732Z] ---> Running in bbcb0727da4a [2022-04-27T16:06:37.000Z] Removing intermediate container bbcb0727da4a [2022-04-27T16:06:37.000Z] ---> b4eea23064e1 [2022-04-27T16:06:37.000Z] Step 27/27 : LABEL version=2.2.0-dev.31 [2022-04-27T16:06:37.000Z] ---> Running in 61ee10eda50e [2022-04-27T16:06:37.261Z] Removing intermediate container 61ee10eda50e [2022-04-27T16:06:37.261Z] ---> 85f9db56b337 [2022-04-27T16:06:37.261Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-27T16:06:37.261Z] Successfully built 85f9db56b337 [2022-04-27T16:06:37.261Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-27T16:06:37.352Z] provisioning config files... [2022-04-27T16:06:37.363Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6229657440602591875tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:06:37.665Z] ---> docker-login.sh [2022-04-27T16:06:37.665Z] nexus3.edgexfoundry.org:10001 [2022-04-27T16:06:37.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:06:37.665Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:06:37.665Z] Configure a credential helper to remove this warning. See [2022-04-27T16:06:37.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:06:37.665Z] [2022-04-27T16:06:37.665Z] Login Succeeded [2022-04-27T16:06:37.665Z] nexus3.edgexfoundry.org:10002 [2022-04-27T16:06:37.665Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:06:37.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:06:37.927Z] Configure a credential helper to remove this warning. See [2022-04-27T16:06:37.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:06:37.927Z] [2022-04-27T16:06:37.927Z] Login Succeeded [2022-04-27T16:06:37.927Z] nexus3.edgexfoundry.org:10003 [2022-04-27T16:06:37.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:06:37.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:06:37.927Z] Configure a credential helper to remove this warning. See [2022-04-27T16:06:37.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:06:37.927Z] [2022-04-27T16:06:37.927Z] Login Succeeded [2022-04-27T16:06:37.927Z] nexus3.edgexfoundry.org:10004 [2022-04-27T16:06:37.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:06:38.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:06:38.190Z] Configure a credential helper to remove this warning. See [2022-04-27T16:06:38.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:06:38.190Z] [2022-04-27T16:06:38.190Z] Login Succeeded [2022-04-27T16:06:38.190Z] docker.io [2022-04-27T16:06:38.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:06:38.451Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:06:38.451Z] Configure a credential helper to remove this warning. See [2022-04-27T16:06:38.451Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:06:38.451Z] [2022-04-27T16:06:38.451Z] Login Succeeded [2022-04-27T16:06:38.451Z] ---> docker-login.sh ends [Pipeline] } [2022-04-27T16:06:38.461Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-27T16:06:38.501Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-27T16:06:38.524Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-04-27T16:06:38.524Z] b8e8d1853d64b48b61878642b37bb0eb2b624c73 [2022-04-27T16:06:38.524Z] latest [2022-04-27T16:06:38.524Z] 2.2.0-dev.31 [2022-04-27T16:06:38.524Z] b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [2022-04-27T16:06:38.524Z] main [2022-04-27T16:06:38.524Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:38.850Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:39.148Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73 [2022-04-27T16:06:39.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-27T16:06:39.148Z] dc69d07fe10e: Preparing [2022-04-27T16:06:39.148Z] c65124bae411: Preparing [2022-04-27T16:06:39.148Z] 01af28552b66: Preparing [2022-04-27T16:06:39.148Z] 50d31b275e81: Preparing [2022-04-27T16:06:39.148Z] 3edac4c7924f: Preparing [2022-04-27T16:06:39.148Z] b541d28bf3b4: Preparing [2022-04-27T16:06:39.148Z] b541d28bf3b4: Waiting [2022-04-27T16:06:39.148Z] 01af28552b66: Pushed [2022-04-27T16:06:39.148Z] 50d31b275e81: Pushed [2022-04-27T16:06:39.148Z] c65124bae411: Pushed [2022-04-27T16:06:39.148Z] b541d28bf3b4: Layer already exists [2022-04-27T16:06:39.722Z] 3edac4c7924f: Pushed [2022-04-27T16:06:42.268Z] dc69d07fe10e: Pushed [2022-04-27T16:06:42.268Z] b8e8d1853d64b48b61878642b37bb0eb2b624c73: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:42.568Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:42.859Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-27T16:06:42.859Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-27T16:06:42.859Z] dc69d07fe10e: Preparing [2022-04-27T16:06:42.859Z] c65124bae411: Preparing [2022-04-27T16:06:42.859Z] 01af28552b66: Preparing [2022-04-27T16:06:42.859Z] 50d31b275e81: Preparing [2022-04-27T16:06:42.859Z] 3edac4c7924f: Preparing [2022-04-27T16:06:42.859Z] b541d28bf3b4: Preparing [2022-04-27T16:06:42.859Z] b541d28bf3b4: Waiting [2022-04-27T16:06:42.859Z] c65124bae411: Layer already exists [2022-04-27T16:06:42.859Z] 3edac4c7924f: Layer already exists [2022-04-27T16:06:42.859Z] 50d31b275e81: Layer already exists [2022-04-27T16:06:42.859Z] 01af28552b66: Layer already exists [2022-04-27T16:06:42.859Z] dc69d07fe10e: Layer already exists [2022-04-27T16:06:42.859Z] b541d28bf3b4: Layer already exists [2022-04-27T16:06:43.119Z] latest: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:43.414Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:43.706Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.31 [2022-04-27T16:06:43.706Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-27T16:06:43.706Z] dc69d07fe10e: Preparing [2022-04-27T16:06:43.706Z] c65124bae411: Preparing [2022-04-27T16:06:43.706Z] 01af28552b66: Preparing [2022-04-27T16:06:43.706Z] 50d31b275e81: Preparing [2022-04-27T16:06:43.706Z] 3edac4c7924f: Preparing [2022-04-27T16:06:43.706Z] b541d28bf3b4: Preparing [2022-04-27T16:06:43.706Z] b541d28bf3b4: Waiting [2022-04-27T16:06:43.706Z] c65124bae411: Layer already exists [2022-04-27T16:06:43.706Z] 3edac4c7924f: Layer already exists [2022-04-27T16:06:43.706Z] 50d31b275e81: Layer already exists [2022-04-27T16:06:43.706Z] dc69d07fe10e: Layer already exists [2022-04-27T16:06:43.706Z] 01af28552b66: Layer already exists [2022-04-27T16:06:43.706Z] b541d28bf3b4: Layer already exists [2022-04-27T16:06:43.706Z] 2.2.0-dev.31: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:44.002Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:44.294Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [2022-04-27T16:06:44.294Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-27T16:06:44.294Z] dc69d07fe10e: Preparing [2022-04-27T16:06:44.294Z] c65124bae411: Preparing [2022-04-27T16:06:44.294Z] 01af28552b66: Preparing [2022-04-27T16:06:44.294Z] 50d31b275e81: Preparing [2022-04-27T16:06:44.294Z] 3edac4c7924f: Preparing [2022-04-27T16:06:44.294Z] b541d28bf3b4: Preparing [2022-04-27T16:06:44.294Z] b541d28bf3b4: Waiting [2022-04-27T16:06:44.294Z] c65124bae411: Layer already exists [2022-04-27T16:06:44.294Z] 3edac4c7924f: Layer already exists [2022-04-27T16:06:44.294Z] dc69d07fe10e: Layer already exists [2022-04-27T16:06:44.294Z] 01af28552b66: Layer already exists [2022-04-27T16:06:44.294Z] 50d31b275e81: Layer already exists [2022-04-27T16:06:44.294Z] b541d28bf3b4: Layer already exists [2022-04-27T16:06:44.294Z] b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:44.590Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:44.882Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-04-27T16:06:44.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-27T16:06:44.882Z] dc69d07fe10e: Preparing [2022-04-27T16:06:44.882Z] c65124bae411: Preparing [2022-04-27T16:06:44.882Z] 01af28552b66: Preparing [2022-04-27T16:06:44.882Z] 50d31b275e81: Preparing [2022-04-27T16:06:44.882Z] 3edac4c7924f: Preparing [2022-04-27T16:06:44.882Z] b541d28bf3b4: Preparing [2022-04-27T16:06:44.882Z] b541d28bf3b4: Waiting [2022-04-27T16:06:44.882Z] dc69d07fe10e: Layer already exists [2022-04-27T16:06:44.882Z] 01af28552b66: Layer already exists [2022-04-27T16:06:44.882Z] 3edac4c7924f: Layer already exists [2022-04-27T16:06:44.882Z] 50d31b275e81: Layer already exists [2022-04-27T16:06:44.882Z] c65124bae411: Layer already exists [2022-04-27T16:06:44.882Z] b541d28bf3b4: Layer already exists [2022-04-27T16:06:44.882Z] main: digest: sha256:d50b3a2136b8795833990bcf749c709daf9168958c936a03e66f8276fb3f0ac9 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-27T16:06:44.924Z] ===================================================== [Pipeline] echo [2022-04-27T16:06:44.940Z] taggedImages: [2022-04-27T16:06:44.940Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73 [2022-04-27T16:06:44.940Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-27T16:06:44.940Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.31 [2022-04-27T16:06:44.940Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [2022-04-27T16:06:44.940Z] - 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 [2022-04-27T16:06:45.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-27T16:06:45.320Z] [2022-04-27T16:06:45.320Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:06:45.628Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-27T16:06:45.628Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-27T16:06:45.628Z] 5eb5b503b376: Pulling fs layer [2022-04-27T16:06:45.628Z] 5c69ac0246d0: Pulling fs layer [2022-04-27T16:06:45.628Z] ec43610c2a17: Pulling fs layer [2022-04-27T16:06:45.628Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-27T16:06:45.628Z] 33b1e0a273af: Pulling fs layer [2022-04-27T16:06:45.628Z] 5d3b04190fa2: Pulling fs layer [2022-04-27T16:06:45.628Z] 2f39f015ded8: Pulling fs layer [2022-04-27T16:06:45.628Z] 5d3b04190fa2: Waiting [2022-04-27T16:06:45.628Z] 3a2ae6a8a46f: Waiting [2022-04-27T16:06:45.628Z] 2f39f015ded8: Waiting [2022-04-27T16:06:45.628Z] 5c69ac0246d0: Verifying Checksum [2022-04-27T16:06:45.628Z] 5c69ac0246d0: Download complete [2022-04-27T16:06:45.628Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-27T16:06:45.628Z] 3a2ae6a8a46f: Download complete [2022-04-27T16:06:45.628Z] 33b1e0a273af: Download complete [2022-04-27T16:06:45.890Z] 5d3b04190fa2: Verifying Checksum [2022-04-27T16:06:45.890Z] 5d3b04190fa2: Download complete [2022-04-27T16:06:45.890Z] ec43610c2a17: Verifying Checksum [2022-04-27T16:06:45.890Z] ec43610c2a17: Download complete [2022-04-27T16:06:45.890Z] 5eb5b503b376: Verifying Checksum [2022-04-27T16:06:45.890Z] 5eb5b503b376: Download complete [2022-04-27T16:06:46.460Z] 2f39f015ded8: Download complete [2022-04-27T16:06:47.028Z] 5eb5b503b376: Pull complete [2022-04-27T16:06:47.300Z] 5c69ac0246d0: Pull complete [2022-04-27T16:06:47.608Z] ec43610c2a17: Pull complete [2022-04-27T16:06:47.608Z] 3a2ae6a8a46f: Pull complete [2022-04-27T16:06:47.886Z] 33b1e0a273af: Pull complete [2022-04-27T16:06:47.886Z] 5d3b04190fa2: Pull complete [2022-04-27T16:06:52.086Z] 2f39f015ded8: Pull complete [2022-04-27T16:06:52.086Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-27T16:06:52.086Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-27T16:06:52.086Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-27T16:06:52.154Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:06:52.192Z] $ 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 [2022-04-27T16:06:54.146Z] $ docker top d57f9aac6931d7bfb8ce5490a671225ab57d05ea3781bee2479e9cef1a56bc01 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:06:54.539Z] ---> job-cost.sh [2022-04-27T16:06:54.539Z] lf-activate-venv: SKIPPING [2022-04-27T16:06:54.539Z] INFO: No Stack... [2022-04-27T16:06:54.803Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-27T16:06:55.372Z] INFO: Archiving Costs [Pipeline] sh [2022-04-27T16:06:55.667Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-04-27T16:06:55.667Z] + cut -d, -f6 [Pipeline] lock [2022-04-27T16:06:55.680Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [2022-04-27T16:06:55.686Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] did not exist. Created. [2022-04-27T16:06:55.686Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-27T16:06:55.991Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-27T16:06:56.020Z] Stashed 1 file(s) [Pipeline] } [2022-04-27T16:06:56.026Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-27T16:06:56.050Z] $ docker stop --time=1 d57f9aac6931d7bfb8ce5490a671225ab57d05ea3781bee2479e9cef1a56bc01 [2022-04-27T16:06:57.204Z] $ docker rm -f d57f9aac6931d7bfb8ce5490a671225ab57d05ea3781bee2479e9cef1a56bc01 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-27T16:08:25.256Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-33500 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-04-27T16:08:25.268Z] Running in /w/workspace/app-service-configurable/67 [Pipeline] { [Pipeline] checkout [2022-04-27T16:08:25.693Z] Selected Git installation does not exist. Using Default [2022-04-27T16:08:25.693Z] The recommended git tool is: NONE [2022-04-27T16:08:34.146Z] using credential edgex-jenkins-ssh [2022-04-27T16:08:34.166Z] Cloning the remote Git repository [2022-04-27T16:08:34.235Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-04-27T16:08:34.316Z] > git init /w/workspace/app-service-configurable/67 # timeout=10 [2022-04-27T16:08:34.420Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-04-27T16:08:34.422Z] > git --version # timeout=10 [2022-04-27T16:08:34.444Z] > git --version # 'git version 2.25.1' [2022-04-27T16:08:34.446Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-27T16:08:34.547Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-27T16:08:35.895Z] Avoid second fetch [2022-04-27T16:08:35.895Z] Checking out Revision b8e8d1853d64b48b61878642b37bb0eb2b624c73 (main) [2022-04-27T16:08:35.858Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-04-27T16:08:35.880Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-27T16:08:35.931Z] > git config core.sparsecheckout # timeout=10 [2022-04-27T16:08:35.956Z] > git checkout -f b8e8d1853d64b48b61878642b37bb0eb2b624c73 # timeout=10 [2022-04-27T16:08:40.336Z] Commit message: "feat: Add new metrics-influxdb profile (#410)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-27T16:08:41.413Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-27T16:08:41.413Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-27T16:08:41.413Z] Dload Upload Total Spent Left Speed [2022-04-27T16:08:41.413Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 206k 0 --:--:-- --:--:-- --:--:-- 210k [Pipeline] sh [2022-04-27T16:08:41.972Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-27T16:08:42.340Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-27T16:08:42.340Z] + sudo tee /etc/docker/daemon.new [2022-04-27T16:08:42.340Z] { [2022-04-27T16:08:42.340Z] "registry-mirrors": [ [2022-04-27T16:08:42.340Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-27T16:08:42.340Z] ], [2022-04-27T16:08:42.340Z] "bip": "10.250.0.254/24", [2022-04-27T16:08:42.340Z] "hosts": [ [2022-04-27T16:08:42.340Z] "tcp://0.0.0.0:5555", [2022-04-27T16:08:42.340Z] "unix:///var/run/docker.sock" [2022-04-27T16:08:42.340Z] ], [2022-04-27T16:08:42.340Z] "mtu": 1458, [2022-04-27T16:08:42.340Z] "selinux-enabled": true, [2022-04-27T16:08:42.340Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-27T16:08:42.340Z] } [Pipeline] sh [2022-04-27T16:08:42.713Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-27T16:08:43.085Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-27T16:09:01.488Z] provisioning config files... [2022-04-27T16:09:01.516Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/67@tmp/config9091004762417256459tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:09:01.898Z] ---> docker-login.sh [2022-04-27T16:09:01.898Z] nexus3.edgexfoundry.org:10001 [2022-04-27T16:09:02.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:09:02.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:09:02.784Z] Configure a credential helper to remove this warning. See [2022-04-27T16:09:02.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:09:02.784Z] [2022-04-27T16:09:02.784Z] Login Succeeded [2022-04-27T16:09:02.784Z] nexus3.edgexfoundry.org:10002 [2022-04-27T16:09:03.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:09:03.386Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:09:03.386Z] Configure a credential helper to remove this warning. See [2022-04-27T16:09:03.386Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:09:03.386Z] [2022-04-27T16:09:03.386Z] Login Succeeded [2022-04-27T16:09:03.386Z] nexus3.edgexfoundry.org:10003 [2022-04-27T16:09:03.663Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:09:03.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:09:03.941Z] Configure a credential helper to remove this warning. See [2022-04-27T16:09:03.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:09:03.941Z] [2022-04-27T16:09:03.941Z] Login Succeeded [2022-04-27T16:09:03.941Z] nexus3.edgexfoundry.org:10004 [2022-04-27T16:09:04.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:09:04.493Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:09:04.493Z] Configure a credential helper to remove this warning. See [2022-04-27T16:09:04.493Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:09:04.493Z] [2022-04-27T16:09:04.493Z] Login Succeeded [2022-04-27T16:09:04.493Z] docker.io [2022-04-27T16:09:04.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:09:05.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:09:05.373Z] Configure a credential helper to remove this warning. See [2022-04-27T16:09:05.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:09:05.373Z] [2022-04-27T16:09:05.373Z] Login Succeeded [2022-04-27T16:09:05.373Z] ---> docker-login.sh ends [Pipeline] } [2022-04-27T16:09:05.392Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-27T16:09:06.063Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-27T16:09:06.074Z] ========================================================= [2022-04-27T16:09:06.074Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-27T16:09:06.074Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:09:06.495Z] + 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 . [2022-04-27T16:09:06.495Z] Sending build context to Docker daemon 206.8kB [2022-04-27T16:09:06.770Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-27T16:09:06.770Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-27T16:09:07.048Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-27T16:09:07.048Z] 9b3977197b4f: Pulling fs layer [2022-04-27T16:09:07.048Z] 1a89e8eeedd5: Pulling fs layer [2022-04-27T16:09:07.048Z] 94645a83ff95: Pulling fs layer [2022-04-27T16:09:07.048Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-27T16:09:07.048Z] 0c92f367c5e7: Pulling fs layer [2022-04-27T16:09:07.048Z] 3096ccb668a1: Pulling fs layer [2022-04-27T16:09:07.048Z] e8cf19c19ddd: Pulling fs layer [2022-04-27T16:09:07.048Z] a4caa8a26152: Pulling fs layer [2022-04-27T16:09:07.048Z] 3f3a8bcf1eab: Waiting [2022-04-27T16:09:07.048Z] 0c92f367c5e7: Waiting [2022-04-27T16:09:07.048Z] 3096ccb668a1: Waiting [2022-04-27T16:09:07.048Z] e8cf19c19ddd: Waiting [2022-04-27T16:09:07.048Z] a4caa8a26152: Waiting [2022-04-27T16:09:07.048Z] 94645a83ff95: Verifying Checksum [2022-04-27T16:09:07.048Z] 94645a83ff95: Download complete [2022-04-27T16:09:07.048Z] 1a89e8eeedd5: Verifying Checksum [2022-04-27T16:09:07.048Z] 1a89e8eeedd5: Download complete [2022-04-27T16:09:07.048Z] 0c92f367c5e7: Verifying Checksum [2022-04-27T16:09:07.048Z] 0c92f367c5e7: Download complete [2022-04-27T16:09:07.048Z] 3096ccb668a1: Verifying Checksum [2022-04-27T16:09:07.048Z] 3096ccb668a1: Download complete [2022-04-27T16:09:07.048Z] 9b3977197b4f: Verifying Checksum [2022-04-27T16:09:07.048Z] 9b3977197b4f: Download complete [2022-04-27T16:09:07.048Z] e8cf19c19ddd: Verifying Checksum [2022-04-27T16:09:07.048Z] e8cf19c19ddd: Download complete [2022-04-27T16:09:08.059Z] 9b3977197b4f: Pull complete [2022-04-27T16:09:08.668Z] 1a89e8eeedd5: Pull complete [2022-04-27T16:09:08.949Z] 94645a83ff95: Pull complete [2022-04-27T16:09:09.226Z] a4caa8a26152: Verifying Checksum [2022-04-27T16:09:09.226Z] a4caa8a26152: Download complete [2022-04-27T16:09:09.832Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-27T16:09:09.832Z] 3f3a8bcf1eab: Download complete [2022-04-27T16:09:24.971Z] 3f3a8bcf1eab: Pull complete [2022-04-27T16:09:24.971Z] 0c92f367c5e7: Pull complete [2022-04-27T16:09:24.971Z] 3096ccb668a1: Pull complete [2022-04-27T16:09:24.971Z] e8cf19c19ddd: Pull complete [2022-04-27T16:09:30.424Z] a4caa8a26152: Pull complete [2022-04-27T16:09:30.424Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-04-27T16:09:30.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-27T16:09:30.424Z] ---> 725f1c02e7f9 [2022-04-27T16:09:30.424Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-27T16:09:30.700Z] ---> Running in aeb4cc1548d2 [2022-04-27T16:09:30.978Z] Removing intermediate container aeb4cc1548d2 [2022-04-27T16:09:30.978Z] ---> 123e81f9c71d [2022-04-27T16:09:30.978Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-27T16:09:30.978Z] ---> Running in f7946344462f [2022-04-27T16:09:31.263Z] Removing intermediate container f7946344462f [2022-04-27T16:09:31.263Z] ---> 1d92302ce39d [2022-04-27T16:09:31.263Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-27T16:09:31.552Z] ---> Running in ff0f6999c2cd [2022-04-27T16:09:31.831Z] Removing intermediate container ff0f6999c2cd [2022-04-27T16:09:31.831Z] ---> a1c19565aad7 [2022-04-27T16:09:31.831Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-27T16:09:31.831Z] ---> Running in 52372ff1e899 [2022-04-27T16:09:33.839Z] Removing intermediate container 52372ff1e899 [2022-04-27T16:09:33.839Z] ---> 902ad55be6b6 [2022-04-27T16:09:33.839Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-27T16:09:33.839Z] ---> Running in 047ef6e3fb3a [2022-04-27T16:09:36.491Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-27T16:09:37.480Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-27T16:09:38.479Z] OK: 220 MiB in 52 packages [2022-04-27T16:09:39.471Z] Removing intermediate container 047ef6e3fb3a [2022-04-27T16:09:39.471Z] ---> 7f545d4fe9e5 [2022-04-27T16:09:39.471Z] Step 8/13 : WORKDIR /app [2022-04-27T16:09:39.471Z] ---> Running in 0b9717bc70ed [2022-04-27T16:09:39.746Z] Removing intermediate container 0b9717bc70ed [2022-04-27T16:09:39.746Z] ---> 18b025e39b45 [2022-04-27T16:09:39.746Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-27T16:09:40.737Z] ---> aaed47a6dccf [2022-04-27T16:09:40.737Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-27T16:09:40.737Z] ---> Running in 0c571f22f8f3 [2022-04-27T16:10:27.777Z] Removing intermediate container 0c571f22f8f3 [2022-04-27T16:10:27.777Z] ---> 0ef9f6aa12b6 [2022-04-27T16:10:27.777Z] Step 11/13 : COPY . . [2022-04-27T16:10:27.777Z] ---> 3316df16b7a1 [2022-04-27T16:10:27.777Z] Step 12/13 : ARG MAKE="make build" [2022-04-27T16:10:27.777Z] ---> Running in 0882d25d1ed7 [2022-04-27T16:10:28.061Z] Removing intermediate container 0882d25d1ed7 [2022-04-27T16:10:28.061Z] ---> 11fc2edf022e [2022-04-27T16:10:28.061Z] Step 13/13 : RUN $MAKE [2022-04-27T16:10:28.061Z] ---> Running in 09fe3c5d6b2b [2022-04-27T16:10:29.037Z] noop [2022-04-27T16:10:29.631Z] Removing intermediate container 09fe3c5d6b2b [2022-04-27T16:10:29.631Z] ---> 1bd84b552cea [2022-04-27T16:10:29.631Z] Successfully built 1bd84b552cea [2022-04-27T16:10:29.631Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:10:29.984Z] + docker inspect -f . ci-base-image-arm64 [2022-04-27T16:10:29.984Z] . [Pipeline] withDockerContainer [2022-04-27T16:10:30.216Z] prd-ubuntu20.04-docker-arm64-4c-16g-33500 does not seem to be running inside a container [2022-04-27T16:10:30.310Z] $ 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 [2022-04-27T16:10:31.614Z] $ docker top 86fd892faa159c1dddb341f253f10052b981362865bc49a4a700df4309757641 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-27T16:10:32.531Z] + go version [2022-04-27T16:10:32.531Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-27T16:10:32.559Z] $ docker stop --time=1 86fd892faa159c1dddb341f253f10052b981362865bc49a4a700df4309757641 [2022-04-27T16:10:34.203Z] $ docker rm -f 86fd892faa159c1dddb341f253f10052b981362865bc49a4a700df4309757641 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:10:34.804Z] + docker inspect -f . ci-base-image-arm64 [2022-04-27T16:10:34.804Z] . [Pipeline] withDockerContainer [2022-04-27T16:10:35.028Z] prd-ubuntu20.04-docker-arm64-4c-16g-33500 does not seem to be running inside a container [2022-04-27T16:10:35.115Z] $ 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 [2022-04-27T16:10:36.309Z] $ docker top 7ea3555e4a0d125313a71b3cc948602dd29f8114e45c383f21c5a37085fc66da -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-27T16:10:37.232Z] + make test [2022-04-27T16:10:37.232Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-27T16:12:14.169Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-27T16:12:14.169Z] CGO_ENABLED=1 go vet ./... [2022-04-27T16:12:32.761Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-27T16:12:32.761Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-27T16:12:32.761Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-27T16:12:34.232Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-27T16:12:34.254Z] $ docker stop --time=1 7ea3555e4a0d125313a71b3cc948602dd29f8114e45c383f21c5a37085fc66da [2022-04-27T16:12:36.098Z] $ docker rm -f 7ea3555e4a0d125313a71b3cc948602dd29f8114e45c383f21c5a37085fc66da [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-27T16:12:37.109Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-27T16:12:37.138Z] Warning: overwriting stash ‘coverage-report’ [2022-04-27T16:12:37.682Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-27T16:12:38.098Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-27T16:12:38.448Z] + ls -al . [2022-04-27T16:12:38.448Z] total 160 [2022-04-27T16:12:38.448Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 27 16:12 . [2022-04-27T16:12:38.448Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 27 16:08 .. [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 27 16:08 .dockerignore [2022-04-27T16:12:38.448Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 27 16:08 .git [2022-04-27T16:12:38.448Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 16:08 .github [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 27 16:08 .gitignore [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 8695 Apr 27 16:08 Attribution.txt [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 27 16:08 CHANGELOG.md [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 27 16:08 Dockerfile [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 27 16:08 GOVERNANCE.md [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 27 16:08 Jenkinsfile [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 27 16:08 LICENSE [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 27 16:08 OWNERS.md [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 27 16:08 README.md [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 27 16:05 VERSION [2022-04-27T16:12:38.448Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 27 16:08 bin [2022-04-27T16:12:38.448Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 27 16:10 coverage.out [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 3268 Apr 27 16:08 go.mod [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 34650 Apr 27 16:08 go.sum [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 27 16:08 main.go [2022-04-27T16:12:38.448Z] -rw-rw-r-- 1 jenkins jenkins 2007 Apr 27 16:08 makefile [2022-04-27T16:12:38.448Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 27 16:08 res [2022-04-27T16:12:38.448Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 27 16:08 snap [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:12:38.797Z] + 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 . [2022-04-27T16:12:38.797Z] Sending build context to Docker daemon 207.9kB [2022-04-27T16:12:39.078Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-27T16:12:39.078Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-27T16:12:39.078Z] ---> 1bd84b552cea [2022-04-27T16:12:39.078Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-27T16:12:39.355Z] ---> Running in 518e30c88e7e [2022-04-27T16:12:39.630Z] Removing intermediate container 518e30c88e7e [2022-04-27T16:12:39.630Z] ---> a86ddbc381a1 [2022-04-27T16:12:39.630Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-27T16:12:39.630Z] ---> Running in ef743f8c4b26 [2022-04-27T16:12:40.232Z] Removing intermediate container ef743f8c4b26 [2022-04-27T16:12:40.232Z] ---> e4b6c1c65807 [2022-04-27T16:12:40.232Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-27T16:12:40.232Z] ---> Running in c7e815dc9d6d [2022-04-27T16:12:40.510Z] Removing intermediate container c7e815dc9d6d [2022-04-27T16:12:40.510Z] ---> 6f696f9fc413 [2022-04-27T16:12:40.510Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-27T16:12:40.510Z] ---> Running in bef8f9c96f86 [2022-04-27T16:12:42.496Z] Removing intermediate container bef8f9c96f86 [2022-04-27T16:12:42.496Z] ---> abeebe69b02c [2022-04-27T16:12:42.496Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-27T16:12:42.496Z] ---> Running in d4e668ae9d68 [2022-04-27T16:12:43.495Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-27T16:12:44.491Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-27T16:12:45.477Z] OK: 220 MiB in 52 packages [2022-04-27T16:12:46.479Z] Removing intermediate container d4e668ae9d68 [2022-04-27T16:12:46.479Z] ---> 22fc471fcc5d [2022-04-27T16:12:46.479Z] Step 8/27 : WORKDIR /app [2022-04-27T16:12:46.479Z] ---> Running in bf6bf8f52d76 [2022-04-27T16:12:46.754Z] Removing intermediate container bf6bf8f52d76 [2022-04-27T16:12:46.754Z] ---> 59a3df4f856a [2022-04-27T16:12:46.754Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-27T16:12:47.358Z] ---> 9a352167fa95 [2022-04-27T16:12:47.358Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-27T16:12:47.358Z] ---> Running in c29d99daaaea [2022-04-27T16:12:49.374Z] Removing intermediate container c29d99daaaea [2022-04-27T16:12:49.374Z] ---> e53b9fa0d7a2 [2022-04-27T16:12:49.374Z] Step 11/27 : COPY . . [2022-04-27T16:12:50.390Z] ---> 926eb6eb2bab [2022-04-27T16:12:50.390Z] Step 12/27 : ARG MAKE="make build" [2022-04-27T16:12:50.390Z] ---> Running in 7d86d9e67847 [2022-04-27T16:12:50.668Z] Removing intermediate container 7d86d9e67847 [2022-04-27T16:12:50.668Z] ---> 03daafd9714f [2022-04-27T16:12:50.668Z] Step 13/27 : RUN $MAKE [2022-04-27T16:12:50.946Z] ---> Running in 1c38100a34fa [2022-04-27T16:12:51.947Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-04-27T16:15:13.943Z] Removing intermediate container 1c38100a34fa [2022-04-27T16:15:13.943Z] ---> 95e9551dd0ae [2022-04-27T16:15:13.943Z] Step 14/27 : FROM alpine:3.14 [2022-04-27T16:15:13.943Z] 3.14: Pulling from library/alpine [2022-04-27T16:15:13.943Z] 455c02918c45: Pulling fs layer [2022-04-27T16:15:13.943Z] 455c02918c45: Verifying Checksum [2022-04-27T16:15:13.943Z] 455c02918c45: Download complete [2022-04-27T16:15:13.943Z] 455c02918c45: Pull complete [2022-04-27T16:15:13.943Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-27T16:15:13.943Z] Status: Downloaded newer image for alpine:3.14 [2022-04-27T16:15:13.943Z] ---> ac73e934f311 [2022-04-27T16:15:13.943Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-27T16:15:13.943Z] ---> Running in ba31d3a78f36 [2022-04-27T16:15:13.943Z] Removing intermediate container ba31d3a78f36 [2022-04-27T16:15:13.943Z] ---> 1ee445d40d99 [2022-04-27T16:15:13.943Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-27T16:15:13.943Z] ---> Running in d5f880a851b1 [2022-04-27T16:15:13.943Z] Removing intermediate container d5f880a851b1 [2022-04-27T16:15:13.943Z] ---> 705566377042 [2022-04-27T16:15:13.943Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-27T16:15:13.943Z] ---> Running in d93c210d61f9 [2022-04-27T16:15:13.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-27T16:15:13.943Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-27T16:15:13.943Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-27T16:15:13.943Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-27T16:15:13.943Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-27T16:15:13.943Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-27T16:15:13.943Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-27T16:15:13.943Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-27T16:15:13.943Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-27T16:15:13.943Z] Executing busybox-1.33.1-r7.trigger [2022-04-27T16:15:13.943Z] Executing ca-certificates-20211220-r0.trigger [2022-04-27T16:15:13.943Z] OK: 9 MiB in 21 packages [2022-04-27T16:15:13.943Z] Removing intermediate container d93c210d61f9 [2022-04-27T16:15:13.943Z] ---> 4524b4546aa0 [2022-04-27T16:15:13.943Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-27T16:15:13.943Z] ---> 98cc75eb9cf0 [2022-04-27T16:15:13.943Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-27T16:15:13.943Z] ---> a52bed38a773 [2022-04-27T16:15:13.943Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-27T16:15:13.943Z] ---> 83519dc18bb1 [2022-04-27T16:15:13.943Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-27T16:15:13.943Z] ---> cc3fd3b2fa4e [2022-04-27T16:15:13.943Z] Step 22/27 : EXPOSE 48095 [2022-04-27T16:15:13.943Z] ---> Running in 2fe2160bc835 [2022-04-27T16:15:13.943Z] Removing intermediate container 2fe2160bc835 [2022-04-27T16:15:13.943Z] ---> 48b9e7b7fb96 [2022-04-27T16:15:13.943Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-27T16:15:13.943Z] ---> Running in a268785e3cdd [2022-04-27T16:15:13.943Z] Removing intermediate container a268785e3cdd [2022-04-27T16:15:13.943Z] ---> 8fa3802c2a2e [2022-04-27T16:15:13.943Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-27T16:15:14.229Z] ---> Running in b19f16db6143 [2022-04-27T16:15:14.504Z] Removing intermediate container b19f16db6143 [2022-04-27T16:15:14.504Z] ---> 54bba4ec43ab [2022-04-27T16:15:14.504Z] Step 25/27 : LABEL arch=arm64 [2022-04-27T16:15:14.504Z] ---> Running in 813ac30ef381 [2022-04-27T16:15:15.111Z] Removing intermediate container 813ac30ef381 [2022-04-27T16:15:15.111Z] ---> 4a26c8127502 [2022-04-27T16:15:15.111Z] Step 26/27 : LABEL git_sha=b8e8d1853d64b48b61878642b37bb0eb2b624c73 [2022-04-27T16:15:15.111Z] ---> Running in 28304b471735 [2022-04-27T16:15:15.386Z] Removing intermediate container 28304b471735 [2022-04-27T16:15:15.386Z] ---> 53730af6fd2d [2022-04-27T16:15:15.386Z] Step 27/27 : LABEL version=2.2.0-dev.31 [2022-04-27T16:15:15.386Z] ---> Running in edfeb4d6720a [2022-04-27T16:15:15.661Z] Removing intermediate container edfeb4d6720a [2022-04-27T16:15:15.661Z] ---> 2dfa74089a53 [2022-04-27T16:15:15.661Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-27T16:15:15.661Z] Successfully built 2dfa74089a53 [2022-04-27T16:15:15.661Z] 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 [2022-04-27T16:15:15.761Z] provisioning config files... [2022-04-27T16:15:15.785Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/67@tmp/config1175742413644819396tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:15:16.148Z] ---> docker-login.sh [2022-04-27T16:15:16.148Z] nexus3.edgexfoundry.org:10001 [2022-04-27T16:15:16.421Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:15:16.421Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:15:16.421Z] Configure a credential helper to remove this warning. See [2022-04-27T16:15:16.421Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:15:16.421Z] [2022-04-27T16:15:16.421Z] Login Succeeded [2022-04-27T16:15:16.421Z] nexus3.edgexfoundry.org:10002 [2022-04-27T16:15:17.019Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:15:17.019Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:15:17.019Z] Configure a credential helper to remove this warning. See [2022-04-27T16:15:17.019Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:15:17.019Z] [2022-04-27T16:15:17.019Z] Login Succeeded [2022-04-27T16:15:17.019Z] nexus3.edgexfoundry.org:10003 [2022-04-27T16:15:17.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:15:17.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:15:17.569Z] Configure a credential helper to remove this warning. See [2022-04-27T16:15:17.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:15:17.569Z] [2022-04-27T16:15:17.569Z] Login Succeeded [2022-04-27T16:15:17.569Z] nexus3.edgexfoundry.org:10004 [2022-04-27T16:15:17.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:15:18.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:15:18.116Z] Configure a credential helper to remove this warning. See [2022-04-27T16:15:18.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:15:18.116Z] [2022-04-27T16:15:18.116Z] Login Succeeded [2022-04-27T16:15:18.116Z] docker.io [2022-04-27T16:15:18.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-27T16:15:18.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-27T16:15:18.988Z] Configure a credential helper to remove this warning. See [2022-04-27T16:15:18.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-27T16:15:18.988Z] [2022-04-27T16:15:18.988Z] Login Succeeded [2022-04-27T16:15:18.988Z] ---> docker-login.sh ends [Pipeline] } [2022-04-27T16:15:19.006Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-27T16:15:19.036Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-27T16:15:19.057Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-04-27T16:15:19.057Z] b8e8d1853d64b48b61878642b37bb0eb2b624c73 [2022-04-27T16:15:19.057Z] latest [2022-04-27T16:15:19.057Z] 2.2.0-dev.31 [2022-04-27T16:15:19.057Z] b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [2022-04-27T16:15:19.057Z] main [2022-04-27T16:15:19.057Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:19.419Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:19.778Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73 [2022-04-27T16:15:19.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-27T16:15:19.778Z] 558d72c2b9d2: Preparing [2022-04-27T16:15:19.778Z] 921fe0916f7b: Preparing [2022-04-27T16:15:19.778Z] 58ac58b0095b: Preparing [2022-04-27T16:15:19.778Z] 225d4f5d00b1: Preparing [2022-04-27T16:15:19.778Z] 6186e0e8ec47: Preparing [2022-04-27T16:15:19.778Z] f73e7dbfee58: Preparing [2022-04-27T16:15:19.778Z] f73e7dbfee58: Waiting [2022-04-27T16:15:20.057Z] 225d4f5d00b1: Pushed [2022-04-27T16:15:20.057Z] 921fe0916f7b: Pushed [2022-04-27T16:15:20.057Z] 58ac58b0095b: Pushed [2022-04-27T16:15:20.057Z] f73e7dbfee58: Layer already exists [2022-04-27T16:15:21.041Z] 6186e0e8ec47: Pushed [2022-04-27T16:15:26.453Z] 558d72c2b9d2: Pushed [2022-04-27T16:15:26.453Z] b8e8d1853d64b48b61878642b37bb0eb2b624c73: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:26.807Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:27.152Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-27T16:15:27.152Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-27T16:15:27.152Z] 558d72c2b9d2: Preparing [2022-04-27T16:15:27.152Z] 921fe0916f7b: Preparing [2022-04-27T16:15:27.152Z] 58ac58b0095b: Preparing [2022-04-27T16:15:27.152Z] 225d4f5d00b1: Preparing [2022-04-27T16:15:27.152Z] 6186e0e8ec47: Preparing [2022-04-27T16:15:27.152Z] f73e7dbfee58: Preparing [2022-04-27T16:15:27.152Z] f73e7dbfee58: Waiting [2022-04-27T16:15:27.152Z] 6186e0e8ec47: Layer already exists [2022-04-27T16:15:27.152Z] 558d72c2b9d2: Layer already exists [2022-04-27T16:15:27.152Z] 58ac58b0095b: Layer already exists [2022-04-27T16:15:27.152Z] 225d4f5d00b1: Layer already exists [2022-04-27T16:15:27.152Z] 921fe0916f7b: Layer already exists [2022-04-27T16:15:27.427Z] f73e7dbfee58: Layer already exists [2022-04-27T16:15:27.427Z] latest: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:27.788Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:28.138Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.31 [2022-04-27T16:15:28.139Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-27T16:15:28.139Z] 558d72c2b9d2: Preparing [2022-04-27T16:15:28.139Z] 921fe0916f7b: Preparing [2022-04-27T16:15:28.139Z] 58ac58b0095b: Preparing [2022-04-27T16:15:28.139Z] 225d4f5d00b1: Preparing [2022-04-27T16:15:28.139Z] 6186e0e8ec47: Preparing [2022-04-27T16:15:28.139Z] f73e7dbfee58: Preparing [2022-04-27T16:15:28.139Z] f73e7dbfee58: Waiting [2022-04-27T16:15:28.139Z] 6186e0e8ec47: Layer already exists [2022-04-27T16:15:28.139Z] 558d72c2b9d2: Layer already exists [2022-04-27T16:15:28.139Z] 225d4f5d00b1: Layer already exists [2022-04-27T16:15:28.139Z] 58ac58b0095b: Layer already exists [2022-04-27T16:15:28.139Z] 921fe0916f7b: Layer already exists [2022-04-27T16:15:28.139Z] f73e7dbfee58: Layer already exists [2022-04-27T16:15:28.413Z] 2.2.0-dev.31: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:28.766Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:29.117Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [2022-04-27T16:15:29.117Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-27T16:15:29.117Z] 558d72c2b9d2: Preparing [2022-04-27T16:15:29.117Z] 921fe0916f7b: Preparing [2022-04-27T16:15:29.117Z] 58ac58b0095b: Preparing [2022-04-27T16:15:29.117Z] 225d4f5d00b1: Preparing [2022-04-27T16:15:29.117Z] 6186e0e8ec47: Preparing [2022-04-27T16:15:29.117Z] f73e7dbfee58: Preparing [2022-04-27T16:15:29.117Z] f73e7dbfee58: Waiting [2022-04-27T16:15:29.117Z] 921fe0916f7b: Layer already exists [2022-04-27T16:15:29.117Z] 225d4f5d00b1: Layer already exists [2022-04-27T16:15:29.117Z] 558d72c2b9d2: Layer already exists [2022-04-27T16:15:29.117Z] 6186e0e8ec47: Layer already exists [2022-04-27T16:15:29.117Z] 58ac58b0095b: Layer already exists [2022-04-27T16:15:29.392Z] f73e7dbfee58: Layer already exists [2022-04-27T16:15:29.392Z] b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:29.753Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:30.101Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-04-27T16:15:30.102Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-27T16:15:30.102Z] 558d72c2b9d2: Preparing [2022-04-27T16:15:30.102Z] 921fe0916f7b: Preparing [2022-04-27T16:15:30.102Z] 58ac58b0095b: Preparing [2022-04-27T16:15:30.102Z] 225d4f5d00b1: Preparing [2022-04-27T16:15:30.102Z] 6186e0e8ec47: Preparing [2022-04-27T16:15:30.102Z] f73e7dbfee58: Preparing [2022-04-27T16:15:30.102Z] f73e7dbfee58: Waiting [2022-04-27T16:15:30.102Z] 6186e0e8ec47: Layer already exists [2022-04-27T16:15:30.102Z] 225d4f5d00b1: Layer already exists [2022-04-27T16:15:30.102Z] 558d72c2b9d2: Layer already exists [2022-04-27T16:15:30.102Z] 921fe0916f7b: Layer already exists [2022-04-27T16:15:30.102Z] 58ac58b0095b: Layer already exists [2022-04-27T16:15:30.102Z] f73e7dbfee58: Layer already exists [2022-04-27T16:15:30.378Z] main: digest: sha256:1b81a2dcb3c0e1fa8a67bb131a8b87fa00deb46ba0dccbf9a59e7215424a1ceb size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-27T16:15:30.440Z] ===================================================== [Pipeline] echo [2022-04-27T16:15:30.451Z] taggedImages: [2022-04-27T16:15:30.451Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73 [2022-04-27T16:15:30.451Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-27T16:15:30.451Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.31 [2022-04-27T16:15:30.451Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:b8e8d1853d64b48b61878642b37bb0eb2b624c73-2.2.0-dev.31 [2022-04-27T16:15:30.451Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:30.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-27T16:15:30.844Z] [2022-04-27T16:15:30.844Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:15:31.202Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-27T16:15:31.481Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-27T16:15:31.481Z] 8998bd30e6a1: Pulling fs layer [2022-04-27T16:15:31.481Z] 04944245beec: Pulling fs layer [2022-04-27T16:15:31.481Z] 699f458cf7ca: Pulling fs layer [2022-04-27T16:15:31.481Z] 765212b225bb: Pulling fs layer [2022-04-27T16:15:31.481Z] f23df028b6ca: Pulling fs layer [2022-04-27T16:15:31.481Z] d65c8cfc05b1: Pulling fs layer [2022-04-27T16:15:31.481Z] 2437ff75d9bd: Pulling fs layer [2022-04-27T16:15:31.481Z] 765212b225bb: Waiting [2022-04-27T16:15:31.481Z] f23df028b6ca: Waiting [2022-04-27T16:15:31.481Z] d65c8cfc05b1: Waiting [2022-04-27T16:15:31.481Z] 2437ff75d9bd: Waiting [2022-04-27T16:15:31.481Z] 04944245beec: Verifying Checksum [2022-04-27T16:15:31.481Z] 04944245beec: Download complete [2022-04-27T16:15:31.481Z] 765212b225bb: Verifying Checksum [2022-04-27T16:15:31.481Z] 765212b225bb: Download complete [2022-04-27T16:15:31.481Z] f23df028b6ca: Download complete [2022-04-27T16:15:31.761Z] d65c8cfc05b1: Verifying Checksum [2022-04-27T16:15:31.761Z] d65c8cfc05b1: Download complete [2022-04-27T16:15:31.761Z] 699f458cf7ca: Verifying Checksum [2022-04-27T16:15:31.761Z] 699f458cf7ca: Download complete [2022-04-27T16:15:32.037Z] 8998bd30e6a1: Verifying Checksum [2022-04-27T16:15:32.037Z] 8998bd30e6a1: Download complete [2022-04-27T16:15:34.676Z] 2437ff75d9bd: Verifying Checksum [2022-04-27T16:15:34.676Z] 2437ff75d9bd: Download complete [2022-04-27T16:15:36.666Z] 8998bd30e6a1: Pull complete [2022-04-27T16:15:36.942Z] 04944245beec: Pull complete [2022-04-27T16:15:38.384Z] 699f458cf7ca: Pull complete [2022-04-27T16:15:38.659Z] 765212b225bb: Pull complete [2022-04-27T16:15:39.646Z] f23df028b6ca: Pull complete [2022-04-27T16:15:39.921Z] d65c8cfc05b1: Pull complete [2022-04-27T16:15:55.038Z] 2437ff75d9bd: Pull complete [2022-04-27T16:15:55.313Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-27T16:15:55.313Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-27T16:15:55.313Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-27T16:15:55.581Z] prd-ubuntu20.04-docker-arm64-4c-16g-33500 does not seem to be running inside a container [2022-04-27T16:15:55.683Z] $ 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 [2022-04-27T16:15:58.601Z] $ docker top 1ac5983740b08375369209c36f8aa7641bd9795a39d2b38e02d41b774f46f975 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:15:59.565Z] ---> job-cost.sh [2022-04-27T16:15:59.565Z] lf-activate-venv: SKIPPING [2022-04-27T16:15:59.565Z] INFO: No Stack... [2022-04-27T16:16:00.163Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-27T16:16:00.761Z] INFO: Archiving Costs [Pipeline] sh [2022-04-27T16:16:01.446Z] + cat /w/workspace/app-service-configurable/67/archives/cost.csv [2022-04-27T16:16:01.446Z] + cut -d, -f6 [Pipeline] lock [2022-04-27T16:16:01.519Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [2022-04-27T16:16:01.529Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] did not exist. Created. [2022-04-27T16:16:01.530Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-27T16:16:02.216Z] /w/workspace/app-service-configurable/67@tmp/durable-c7b915d9/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-27T16:16:02.909Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-27T16:16:02.937Z] Warning: overwriting stash ‘stack-cost’ [2022-04-27T16:16:02.985Z] Stashed 1 file(s) [Pipeline] } [2022-04-27T16:16:02.994Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-67-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-27T16:16:03.017Z] $ docker stop --time=1 1ac5983740b08375369209c36f8aa7641bd9795a39d2b38e02d41b774f46f975 [2022-04-27T16:16:04.558Z] $ 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 [2022-04-27T16:16:05.030Z] provisioning config files... [2022-04-27T16:16:05.042Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2158652591983398916tmp [Pipeline] { [Pipeline] sh [2022-04-27T16:16:05.334Z] + set +x [2022-04-27T16:16:05.334Z] + + bash -s -- [2022-04-27T16:16:05.334Z] curl -s https://codecov.io/bash [2022-04-27T16:16:05.334Z] [2022-04-27T16:16:05.334Z] _____ _ [2022-04-27T16:16:05.334Z] / ____| | | [2022-04-27T16:16:05.334Z] | | ___ __| | ___ ___ _____ __ [2022-04-27T16:16:05.334Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-27T16:16:05.334Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-27T16:16:05.334Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-27T16:16:05.334Z] Bash-1.0.6 [2022-04-27T16:16:05.334Z] [2022-04-27T16:16:05.334Z] [2022-04-27T16:16:05.334Z] ==> git version 2.25.1 found [2022-04-27T16:16:05.334Z] ==> 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 [2022-04-27T16:16:05.334Z] Release-Date: 2020-01-08 [2022-04-27T16:16:05.334Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-27T16:16:05.334Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-27T16:16:05.334Z] ==> Jenkins CI detected. [2022-04-27T16:16:05.334Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-04-27T16:16:05.334Z] project root: . [2022-04-27T16:16:05.334Z] --> token set from env [2022-04-27T16:16:05.334Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-27T16:16:05.334Z] ==> Running gcov in . (disable via -X gcov) [2022-04-27T16:16:05.334Z] ==> Python coveragepy not found [2022-04-27T16:16:05.334Z] ==> Searching for coverage reports in: [2022-04-27T16:16:05.334Z] + . [2022-04-27T16:16:05.334Z] -> Found 1 reports [2022-04-27T16:16:05.334Z] ==> Detecting git/mercurial file structure [2022-04-27T16:16:05.334Z] ==> Reading reports [2022-04-27T16:16:05.334Z] + ./coverage.out bytes=10 [2022-04-27T16:16:05.334Z] ==> Appending adjustments [2022-04-27T16:16:05.334Z] https://docs.codecov.io/docs/fixing-reports [2022-04-27T16:16:05.334Z] + Found adjustments [2022-04-27T16:16:05.334Z] ==> Gzipping contents [2022-04-27T16:16:05.334Z] 4.0K /tmp/codecov.X3vu9F.gz [2022-04-27T16:16:05.334Z] ==> Uploading reports [2022-04-27T16:16:05.334Z] url: https://codecov.io [2022-04-27T16:16:05.334Z] 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= [2022-04-27T16:16:05.334Z] -> Pinging Codecov [2022-04-27T16:16:05.334Z] 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= [2022-04-27T16:16:06.720Z] -> Uploading to [2022-04-27T16:16:06.720Z] 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 [2022-04-27T16:16:06.720Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-27T16:16:06.720Z] Dload Upload Total Spent Left Speed [2022-04-27T16:16:06.720Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2792 --:--:-- --:--:-- --:--:-- 2792 [2022-04-27T16:16:06.720Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] } [2022-04-27T16:16:06.729Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-04-27T16:16:07.076Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-04-27T16:16:07.084Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:16:07.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-27T16:16:07.385Z] [2022-04-27T16:16:07.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:16:07.686Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-27T16:16:07.686Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-04-27T16:16:07.686Z] 188c0c94c7c5: Pulling fs layer [2022-04-27T16:16:07.686Z] 0ef7d3d256c8: Pulling fs layer [2022-04-27T16:16:07.686Z] de9db76c5a1d: Pulling fs layer [2022-04-27T16:16:07.686Z] 0eba1c9be4d2: Pulling fs layer [2022-04-27T16:16:07.686Z] 0d57e429df01: Pulling fs layer [2022-04-27T16:16:07.686Z] 4e4be7b47b0d: Pulling fs layer [2022-04-27T16:16:07.686Z] e1f770b5df2f: Pulling fs layer [2022-04-27T16:16:07.686Z] 85a0685a4137: Pulling fs layer [2022-04-27T16:16:07.686Z] 4e4be7b47b0d: Waiting [2022-04-27T16:16:07.686Z] 85a0685a4137: Waiting [2022-04-27T16:16:07.686Z] e1f770b5df2f: Waiting [2022-04-27T16:16:07.686Z] 0d57e429df01: Waiting [2022-04-27T16:16:07.686Z] de9db76c5a1d: Verifying Checksum [2022-04-27T16:16:07.686Z] de9db76c5a1d: Download complete [2022-04-27T16:16:07.686Z] 0ef7d3d256c8: Download complete [2022-04-27T16:16:07.686Z] 0d57e429df01: Download complete [2022-04-27T16:16:07.686Z] 4e4be7b47b0d: Verifying Checksum [2022-04-27T16:16:07.686Z] 4e4be7b47b0d: Download complete [2022-04-27T16:16:07.686Z] 188c0c94c7c5: Verifying Checksum [2022-04-27T16:16:07.686Z] 188c0c94c7c5: Download complete [2022-04-27T16:16:07.946Z] 188c0c94c7c5: Pull complete [2022-04-27T16:16:07.946Z] e1f770b5df2f: Verifying Checksum [2022-04-27T16:16:07.946Z] e1f770b5df2f: Download complete [2022-04-27T16:16:07.946Z] 0ef7d3d256c8: Pull complete [2022-04-27T16:16:08.209Z] de9db76c5a1d: Pull complete [2022-04-27T16:16:08.474Z] 0eba1c9be4d2: Download complete [2022-04-27T16:16:08.733Z] 85a0685a4137: Verifying Checksum [2022-04-27T16:16:08.733Z] 85a0685a4137: Download complete [2022-04-27T16:16:12.030Z] 0eba1c9be4d2: Pull complete [2022-04-27T16:16:12.030Z] 0d57e429df01: Pull complete [2022-04-27T16:16:12.030Z] 4e4be7b47b0d: Pull complete [2022-04-27T16:16:12.292Z] e1f770b5df2f: Pull complete [2022-04-27T16:16:15.591Z] 85a0685a4137: Pull complete [2022-04-27T16:16:15.591Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-04-27T16:16:15.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-27T16:16:15.591Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-04-27T16:16:15.664Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:16:15.702Z] $ 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 [2022-04-27T16:16:18.516Z] $ docker top 9f596741ce473b4d8164aadb26717ce40de22bc0c31a87ea82dd8e80e831f78b -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-27T16:16:18.607Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-04-27T16:16:18.891Z] + set -o pipefail [2022-04-27T16:16:18.891Z] + snyk monitor '--org=edgex-jenkins' [2022-04-27T16:16:25.477Z] [2022-04-27T16:16:25.477Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-04-27T16:16:25.477Z] [2022-04-27T16:16:25.477Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/d090501c-b485-47a2-a159-9dd8446beca1 [2022-04-27T16:16:25.477Z] [2022-04-27T16:16:25.477Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-04-27T16:16:25.477Z] [2022-04-27T16:16:25.477Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-04-27T16:16:25.477Z] [2022-04-27T16:16:25.739Z] [Pipeline] } [2022-04-27T16:16:25.749Z] $ docker stop --time=1 9f596741ce473b4d8164aadb26717ce40de22bc0c31a87ea82dd8e80e831f78b [2022-04-27T16:16:28.085Z] $ 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 [2022-04-27T16:16:28.852Z] + git log --format=format:%s -1 b8e8d1853d64b48b61878642b37bb0eb2b624c73 [Pipeline] sh [2022-04-27T16:16:29.155Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-27T16:16:29.155Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:16:29.463Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T16:16:29.463Z] . [Pipeline] withDockerContainer [2022-04-27T16:16:29.532Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:16:29.568Z] $ 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 [2022-04-27T16:16:29.958Z] $ docker top ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-27T16:16:30.066Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T16:16:30.067Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T16:16:30.195Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T16:16:30.195Z] $ docker exec ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 ssh-agent [2022-04-27T16:16:30.305Z] SSH_AUTH_SOCK=/tmp/ssh-wRUZujp8qZPw/agent.33 [2022-04-27T16:16:30.305Z] SSH_AGENT_PID=39 [2022-04-27T16:16:30.309Z] Running ssh-add (command line suppressed) [2022-04-27T16:16:30.415Z] 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) [2022-04-27T16:16:30.435Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T16:16:30.726Z] + git semver tag [2022-04-27T16:16:30.987Z] 2022-04-27 16:16:30,923 [run_tag] DEBUG tag force:False [2022-04-27T16:16:30.987Z] 2022-04-27 16:16:30,923 [check_head_tag] DEBUG check head tag [2022-04-27T16:16:30.987Z] 2022-04-27 16:16:30,924 [execute] INFO git cat-file --batch-check [2022-04-27T16:16:30.987Z] 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=) [2022-04-27T16:16:30.987Z] 2022-04-27 16:16:30,927 [execute] INFO git cat-file --batch [2022-04-27T16:16:30.987Z] 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=) [2022-04-27T16:16:30.987Z] 2022-04-27 16:16:30,951 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:16:30.987Z] 2022-04-27 16:16:30,951 [execute] INFO git tag -a v2.2.0-dev.31 -m v2.2.0-dev.31 [2022-04-27T16:16:30.987Z] 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) [2022-04-27T16:16:30.987Z] 2022-04-27 16:16:30,954 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:16:30.987Z] 2.2.0-dev.31 [Pipeline] } [2022-04-27T16:16:30.992Z] $ docker exec --env ******** --env ******** ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 ssh-agent -k [2022-04-27T16:16:31.104Z] unset SSH_AUTH_SOCK; [2022-04-27T16:16:31.104Z] unset SSH_AGENT_PID; [2022-04-27T16:16:31.105Z] echo Agent pid 39 killed; [2022-04-27T16:16:31.116Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-27T16:16:31.418Z] + git semver [Pipeline] } [2022-04-27T16:16:31.695Z] $ docker stop --time=1 ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 [2022-04-27T16:16:33.016Z] $ docker rm -f ee64d1abd3ada163cd90d35b243c99a77dec54cabac30d6e05271f3e8edb6d16 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:16:33.450Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-27T16:16:33.450Z] [2022-04-27T16:16:33.450Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:16:33.755Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-27T16:16:33.755Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-04-27T16:16:33.755Z] ab5ef0e58194: Pulling fs layer [2022-04-27T16:16:33.755Z] 9712f1f96733: Pulling fs layer [2022-04-27T16:16:33.755Z] 63f879dbbcfc: Pulling fs layer [2022-04-27T16:16:33.755Z] 0d9ebad4ef96: Pulling fs layer [2022-04-27T16:16:33.755Z] e9a5061849ea: Pulling fs layer [2022-04-27T16:16:33.755Z] d747dcd14b5f: Pulling fs layer [2022-04-27T16:16:33.755Z] 2de7ff778b66: Pulling fs layer [2022-04-27T16:16:33.755Z] e9a5061849ea: Waiting [2022-04-27T16:16:33.755Z] d747dcd14b5f: Waiting [2022-04-27T16:16:33.755Z] 0d9ebad4ef96: Waiting [2022-04-27T16:16:33.755Z] 9712f1f96733: Verifying Checksum [2022-04-27T16:16:33.755Z] 9712f1f96733: Download complete [2022-04-27T16:16:34.017Z] 63f879dbbcfc: Verifying Checksum [2022-04-27T16:16:34.017Z] 63f879dbbcfc: Download complete [2022-04-27T16:16:34.279Z] e9a5061849ea: Verifying Checksum [2022-04-27T16:16:34.279Z] e9a5061849ea: Download complete [2022-04-27T16:16:34.279Z] d747dcd14b5f: Verifying Checksum [2022-04-27T16:16:34.279Z] d747dcd14b5f: Download complete [2022-04-27T16:16:34.279Z] ab5ef0e58194: Verifying Checksum [2022-04-27T16:16:34.279Z] ab5ef0e58194: Download complete [2022-04-27T16:16:34.538Z] 0d9ebad4ef96: Verifying Checksum [2022-04-27T16:16:34.538Z] 0d9ebad4ef96: Download complete [2022-04-27T16:16:34.538Z] 2de7ff778b66: Verifying Checksum [2022-04-27T16:16:34.538Z] 2de7ff778b66: Download complete [2022-04-27T16:16:37.075Z] ab5ef0e58194: Pull complete [2022-04-27T16:16:37.075Z] 9712f1f96733: Pull complete [2022-04-27T16:16:37.644Z] 63f879dbbcfc: Pull complete [2022-04-27T16:16:41.835Z] 0d9ebad4ef96: Pull complete [2022-04-27T16:16:41.835Z] e9a5061849ea: Pull complete [2022-04-27T16:16:41.835Z] d747dcd14b5f: Pull complete [2022-04-27T16:16:42.406Z] 2de7ff778b66: Pull complete [2022-04-27T16:16:42.406Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-04-27T16:16:42.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-27T16:16:42.406Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-04-27T16:16:42.478Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:16:42.511Z] $ 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 [2022-04-27T16:16:44.657Z] $ docker top d1a772a53172af0197cd819c9699be8ad8bf78528f2e005c9e4075797795012a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-04-27T16:16:44.762Z] provisioning config files... [2022-04-27T16:16:44.772Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6837778594403101401tmp [2022-04-27T16:16:44.785Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3906599750670844628tmp [2022-04-27T16:16:44.799Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5243078451194106661tmp [Pipeline] { [Pipeline] echo [2022-04-27T16:16:44.816Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:16:45.108Z] ---> sigul-configuration.sh [2022-04-27T16:16:45.108Z] gpg: directory `/root/.gnupg' created [2022-04-27T16:16:45.108Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-04-27T16:16:45.108Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-04-27T16:16:45.108Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-04-27T16:16:45.108Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-04-27T16:16:45.108Z] gpg: CAST5 encrypted data [2022-04-27T16:16:45.108Z] gpg: encrypted with 1 passphrase [2022-04-27T16:16:45.108Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-04-27T16:16:45.402Z] + mkdir /home/jenkins [2022-04-27T16:16:45.402Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-04-27T16:16:45.694Z] + 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 [2022-04-27T16:16:45.706Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:16:45.998Z] ---> sigul-install.sh [2022-04-27T16:16:45.998Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-04-27T16:16:46.295Z] + git tag --list [2022-04-27T16:16:46.295Z] v1.0.0 [2022-04-27T16:16:46.295Z] v1.1.0 [2022-04-27T16:16:46.295Z] v1.2.0 [2022-04-27T16:16:46.295Z] v1.3.0 [2022-04-27T16:16:46.295Z] v1.3.1 [2022-04-27T16:16:46.295Z] v2.0.0 [2022-04-27T16:16:46.295Z] v2.0.1 [2022-04-27T16:16:46.295Z] v2.0.1-dev.1 [2022-04-27T16:16:46.295Z] v2.0.2-dev.1 [2022-04-27T16:16:46.295Z] v2.0.2-dev.10 [2022-04-27T16:16:46.295Z] v2.0.2-dev.11 [2022-04-27T16:16:46.295Z] v2.0.2-dev.12 [2022-04-27T16:16:46.295Z] v2.0.2-dev.13 [2022-04-27T16:16:46.295Z] v2.0.2-dev.14 [2022-04-27T16:16:46.295Z] v2.0.2-dev.15 [2022-04-27T16:16:46.295Z] v2.0.2-dev.16 [2022-04-27T16:16:46.295Z] v2.0.2-dev.17 [2022-04-27T16:16:46.295Z] v2.0.2-dev.18 [2022-04-27T16:16:46.295Z] v2.0.2-dev.19 [2022-04-27T16:16:46.295Z] v2.0.2-dev.2 [2022-04-27T16:16:46.295Z] v2.0.2-dev.20 [2022-04-27T16:16:46.295Z] v2.0.2-dev.21 [2022-04-27T16:16:46.295Z] v2.0.2-dev.22 [2022-04-27T16:16:46.295Z] v2.0.2-dev.23 [2022-04-27T16:16:46.295Z] v2.0.2-dev.24 [2022-04-27T16:16:46.295Z] v2.0.2-dev.25 [2022-04-27T16:16:46.295Z] v2.0.2-dev.26 [2022-04-27T16:16:46.295Z] v2.0.2-dev.27 [2022-04-27T16:16:46.295Z] v2.0.2-dev.28 [2022-04-27T16:16:46.295Z] v2.0.2-dev.29 [2022-04-27T16:16:46.295Z] v2.0.2-dev.3 [2022-04-27T16:16:46.295Z] v2.0.2-dev.30 [2022-04-27T16:16:46.295Z] v2.0.2-dev.4 [2022-04-27T16:16:46.295Z] v2.0.2-dev.5 [2022-04-27T16:16:46.295Z] v2.0.2-dev.6 [2022-04-27T16:16:46.295Z] v2.0.2-dev.7 [2022-04-27T16:16:46.295Z] v2.0.2-dev.8 [2022-04-27T16:16:46.295Z] v2.0.2-dev.9 [2022-04-27T16:16:46.295Z] v2.1.0 [2022-04-27T16:16:46.295Z] v2.2.0-dev.1 [2022-04-27T16:16:46.295Z] v2.2.0-dev.10 [2022-04-27T16:16:46.295Z] v2.2.0-dev.11 [2022-04-27T16:16:46.295Z] v2.2.0-dev.12 [2022-04-27T16:16:46.295Z] v2.2.0-dev.13 [2022-04-27T16:16:46.295Z] v2.2.0-dev.14 [2022-04-27T16:16:46.295Z] v2.2.0-dev.15 [2022-04-27T16:16:46.295Z] v2.2.0-dev.16 [2022-04-27T16:16:46.295Z] v2.2.0-dev.17 [2022-04-27T16:16:46.295Z] v2.2.0-dev.18 [2022-04-27T16:16:46.295Z] v2.2.0-dev.19 [2022-04-27T16:16:46.295Z] v2.2.0-dev.2 [2022-04-27T16:16:46.295Z] v2.2.0-dev.20 [2022-04-27T16:16:46.295Z] v2.2.0-dev.21 [2022-04-27T16:16:46.295Z] v2.2.0-dev.22 [2022-04-27T16:16:46.295Z] v2.2.0-dev.23 [2022-04-27T16:16:46.295Z] v2.2.0-dev.24 [2022-04-27T16:16:46.295Z] v2.2.0-dev.25 [2022-04-27T16:16:46.295Z] v2.2.0-dev.26 [2022-04-27T16:16:46.295Z] v2.2.0-dev.27 [2022-04-27T16:16:46.295Z] v2.2.0-dev.28 [2022-04-27T16:16:46.295Z] v2.2.0-dev.29 [2022-04-27T16:16:46.295Z] v2.2.0-dev.3 [2022-04-27T16:16:46.295Z] v2.2.0-dev.30 [2022-04-27T16:16:46.295Z] v2.2.0-dev.31 [2022-04-27T16:16:46.295Z] v2.2.0-dev.4 [2022-04-27T16:16:46.295Z] v2.2.0-dev.5 [2022-04-27T16:16:46.295Z] v2.2.0-dev.6 [2022-04-27T16:16:46.295Z] v2.2.0-dev.7 [2022-04-27T16:16:46.295Z] v2.2.0-dev.8 [2022-04-27T16:16:46.295Z] v2.2.0-dev.9 [Pipeline] sh [2022-04-27T16:16:46.592Z] + lftools sign git-tag v2.2.0-dev.31 [2022-04-27T16:16:47.164Z] Signing Git tag with Sigul... [2022-04-27T16:16:47.164Z] Signing v2.2.0-dev.31 [Pipeline] echo [2022-04-27T16:16:47.435Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:16:47.720Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-04-27T16:16:47.726Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-27T16:16:47.744Z] $ docker stop --time=1 d1a772a53172af0197cd819c9699be8ad8bf78528f2e005c9e4075797795012a [2022-04-27T16:16:49.089Z] $ docker rm -f d1a772a53172af0197cd819c9699be8ad8bf78528f2e005c9e4075797795012a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-04-27T16:16:49.548Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-27T16:16:49.549Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:16:49.854Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T16:16:49.854Z] . [Pipeline] withDockerContainer [2022-04-27T16:16:49.921Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:16:49.953Z] $ 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 [2022-04-27T16:16:50.333Z] $ docker top 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-27T16:16:50.444Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T16:16:50.444Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T16:16:50.564Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T16:16:50.563Z] $ docker exec 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 ssh-agent [2022-04-27T16:16:50.704Z] SSH_AUTH_SOCK=/tmp/ssh-A1pl4yxJ1fmt/agent.32 [2022-04-27T16:16:50.704Z] SSH_AGENT_PID=38 [2022-04-27T16:16:50.709Z] Running ssh-add (command line suppressed) [2022-04-27T16:16:50.814Z] 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) [2022-04-27T16:16:50.833Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T16:16:51.123Z] + git semver bump pre [2022-04-27T16:16:51.384Z] 2022-04-27 16:16:51,300 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:16:51.384Z] 2022-04-27 16:16:51,301 [bump_version] DEBUG bumping version:2.2.0-dev.31 on axis:pre with prefix:dev [2022-04-27T16:16:51.384Z] 2022-04-27 16:16:51,301 [bump_version] DEBUG bumped version:2.2.0-dev.32 [2022-04-27T16:16:51.384Z] 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 [2022-04-27T16:16:51.384Z] 2022-04-27 16:16:51,301 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:16:51.384Z] 2022-04-27 16:16:51,301 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:16:51.384Z] 2022-04-27 16:16:51,303 [execute] INFO git cat-file --batch-check [2022-04-27T16:16:51.384Z] 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=) [2022-04-27T16:16:51.384Z] 2022-04-27 16:16:51,309 [execute] INFO git cat-file --batch [2022-04-27T16:16:51.384Z] 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=) [2022-04-27T16:16:51.384Z] 2022-04-27 16:16:51,314 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:16:51.384Z] 2.2.0-dev.32 [Pipeline] } [2022-04-27T16:16:51.390Z] $ docker exec --env ******** --env ******** 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 ssh-agent -k [2022-04-27T16:16:51.493Z] unset SSH_AUTH_SOCK; [2022-04-27T16:16:51.493Z] unset SSH_AGENT_PID; [2022-04-27T16:16:51.493Z] echo Agent pid 38 killed; [2022-04-27T16:16:51.507Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-27T16:16:51.808Z] + git semver [Pipeline] } [2022-04-27T16:16:52.079Z] $ docker stop --time=1 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 [2022-04-27T16:16:53.376Z] $ docker rm -f 6a77bb62137a497ecc15747cc64da4d8b022ddb4ec3efd2d832b784647893212 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-27T16:16:53.748Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-27T16:16:53.748Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:16:54.048Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-04-27T16:16:54.048Z] . [Pipeline] withDockerContainer [2022-04-27T16:16:54.117Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:16:54.148Z] $ 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 [2022-04-27T16:16:54.524Z] $ docker top e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-27T16:16:54.618Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-27T16:16:54.618Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-27T16:16:54.746Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-27T16:16:54.745Z] $ docker exec e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 ssh-agent [2022-04-27T16:16:54.868Z] SSH_AUTH_SOCK=/tmp/ssh-ficL9gmqF1JT/agent.32 [2022-04-27T16:16:54.868Z] SSH_AGENT_PID=38 [2022-04-27T16:16:54.873Z] Running ssh-add (command line suppressed) [2022-04-27T16:16:54.990Z] 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) [2022-04-27T16:16:55.009Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-27T16:16:55.308Z] + git semver push [2022-04-27T16:16:55.567Z] 2022-04-27 16:16:55,506 [run_push] DEBUG push [2022-04-27T16:16:55.567Z] 2022-04-27 16:16:55,507 [execute] INFO git push origin semver [2022-04-27T16:16:55.567Z] 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) [2022-04-27T16:16:56.508Z] 2022-04-27 16:16:56,322 [run_push] DEBUG push all version tags [2022-04-27T16:16:56.508Z] 2022-04-27 16:16:56,323 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-04-27T16:16:56.508Z] 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) [2022-04-27T16:16:57.890Z] 2022-04-27 16:16:57,470 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-04-27T16:16:57.890Z] 2.2.0-dev.32 [Pipeline] } [2022-04-27T16:16:57.897Z] $ docker exec --env ******** --env ******** e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 ssh-agent -k [2022-04-27T16:16:57.990Z] unset SSH_AUTH_SOCK; [2022-04-27T16:16:57.990Z] unset SSH_AGENT_PID; [2022-04-27T16:16:57.990Z] echo Agent pid 38 killed; [2022-04-27T16:16:58.007Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-27T16:16:58.312Z] + git semver [Pipeline] } [2022-04-27T16:16:58.589Z] $ docker stop --time=1 e8178f14882be02784dceef2c5839a69f41867747f74e53b0c0d6d64e87cec81 [2022-04-27T16:16:59.939Z] $ 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 [2022-04-27T16:17:00.576Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-04-27T16:17:00.577Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-27T16:17:00.577Z] total 16 [2022-04-27T16:17:00.577Z] drwxr-xr-x 3 root root 4096 Apr 27 16:06 . [2022-04-27T16:17:00.577Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 16:16 .. [2022-04-27T16:17:00.577Z] drwxr-xr-x 2 root root 4096 Apr 27 16:06 cost [2022-04-27T16:17:00.577Z] -rw-r--r-- 1 root root 94 Apr 27 16:06 cost.csv [2022-04-27T16:17:00.577Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-04-27T16:17:00.577Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-27T16:17:00.577Z] total 16 [2022-04-27T16:17:00.577Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 27 16:06 . [2022-04-27T16:17:00.577Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 27 16:16 .. [2022-04-27T16:17:00.577Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 27 16:06 cost [2022-04-27T16:17:00.577Z] -rw-r--r-- 1 jenkins jenkins 94 Apr 27 16:06 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:17:00.879Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:17:01.760Z] ---> package-listing.sh [2022-04-27T16:17:01.761Z] ++ facter osfamily [2022-04-27T16:17:01.761Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-27T16:17:02.023Z] + OS_FAMILY=debian [2022-04-27T16:17:02.023Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-04-27T16:17:02.023Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-27T16:17:02.023Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-27T16:17:02.023Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-27T16:17:02.023Z] + PACKAGES=/tmp/packages_start.txt [2022-04-27T16:17:02.023Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-27T16:17:02.023Z] + PACKAGES=/tmp/packages_end.txt [2022-04-27T16:17:02.023Z] + case "${OS_FAMILY}" in [2022-04-27T16:17:02.023Z] + dpkg -l [2022-04-27T16:17:02.023Z] + grep '^ii' [2022-04-27T16:17:02.023Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-27T16:17:02.023Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-27T16:17:02.023Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-27T16:17:02.023Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-27T16:17:02.023Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-04-27T16:17:02.023Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2022-04-27T16:17:02.036Z] 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 [2022-04-27T16:17:02.318Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-27T16:17:02.878Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-27T16:17:02.878Z] . [Pipeline] withDockerContainer [2022-04-27T16:17:02.943Z] prd-ubuntu20.04-docker-8c-8g-33497 does not seem to be running inside a container [2022-04-27T16:17:02.975Z] $ 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 [2022-04-27T16:17:03.214Z] $ docker top 62a4dd3a8dc15683747e5222453ecc1792965b42ac399e88d90e47dbf168a9af -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-27T16:17:03.585Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-27T16:17:03.877Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-27T16:17:04.165Z] + ls /var/log/sa-host [2022-04-27T16:17:04.165Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-27T16:17:04.276Z] provisioning config files... [2022-04-27T16:17:04.284Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config455544964829206772tmp [Pipeline] { [Pipeline] echo [2022-04-27T16:17:04.300Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:17:04.589Z] ---> create-netrc.sh [Pipeline] } [2022-04-27T16:17:04.596Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:17:04.937Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-27T16:17:04.946Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:17:05.234Z] ---> sudo-logs.sh [2022-04-27T16:17:05.234Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-27T16:17:05.266Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:17:05.555Z] ---> job-cost.sh [2022-04-27T16:17:05.556Z] lf-activate-venv: SKIPPING [2022-04-27T16:17:05.556Z] DEBUG: total: 0.2199999988079071 [2022-04-27T16:17:05.556Z] INFO: Retrieving Stack Cost... [2022-04-27T16:17:05.817Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-27T16:17:06.387Z] INFO: Archiving Costs [Pipeline] echo [2022-04-27T16:17:06.399Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-27T16:17:06.689Z] ---> logs-deploy.sh [2022-04-27T16:17:06.689Z] lf-activate-venv: SKIPPING [2022-04-27T16:17:06.689Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/67 [2022-04-27T16:17:06.689Z] INFO: archiving workspace using pattern(s): [2022-04-27T16:17:07.632Z] Archives upload complete. [2022-04-27T16:17:07.632Z] INFO: archiving logs to Nexus