Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5ce181da19694a4307a13509148c3e1aea68fdc3 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-ssh8831291686295205693.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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-ssh13047760948698503830.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 2c7614b56cb57ece5b5bdf52d827492071d4cc62 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/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15077273404570351888.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 2c7614b56cb57ece5b5bdf52d827492071d4cc62 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 2c7614b56cb57ece5b5bdf52d827492071d4cc62 # timeout=10 Commit message: "Merge pull request #399 from ernestojeda/fix-go-mod-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh17395418399375161991.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7925297307784866901.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap: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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-15459’ Running on prd-ubuntu20.04-docker-8c-8g-15463 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 5ce181da19694a4307a13509148c3e1aea68fdc3 (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 5ce181da19694a4307a13509148c3e1aea68fdc3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#433)" > git rev-list --no-walk 2322ffdcb95edf8567155f04f68d1e09bc614b8a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-23T16:45:21.918Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-23T16:45:21.962Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-23T16:45:21.975Z] ========================================================= [2022-06-23T16:45:21.975Z] EdgeX Global Pipelines Version Info [2022-06-23T16:45:21.975Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:45:22.726Z] ------------------- [2022-06-23T16:45:22.726Z] stable info: [2022-06-23T16:45:22.726Z] ------------------- [2022-06-23T16:45:22.726Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-23T16:45:22.726Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-23T16:45:22.726Z] Message: update stable to v1.0.234 [2022-06-23T16:45:23.299Z] ------------------- [2022-06-23T16:45:23.299Z] experimental info: [2022-06-23T16:45:23.299Z] ------------------- [2022-06-23T16:45:23.299Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-23T16:45:23.299Z] Commit SHA: 2c7614b56cb57ece5b5bdf52d827492071d4cc62 [2022-06-23T16:45:23.299Z] Message: update experimental to v1.0.234 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-23T16:45:23.560Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-06-23T16:45:23.569Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-06-23T16:45:23.578Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-23T16:45:23.587Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-23T16:45:23.595Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-23T16:45:23.613Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-23T16:45:23.627Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-23T16:45:23.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-23T16:45:23.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-23T16:45:23.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-23T16:45:23.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-23T16:45:23.686Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-06-23T16:45:23.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-23T16:45:23.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-23T16:45:23.722Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-23T16:45:23.733Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-23T16:45:23.751Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-23T16:45:23.766Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-23T16:45:23.785Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-23T16:45:23.802Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-23T16:45:23.820Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-23T16:45:23.838Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-23T16:45:23.858Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-23T16:45:23.877Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-23T16:45:23.896Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-23T16:45:23.915Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-23T16:45:23.928Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-23T16:45:23.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-06-23T16:45:23.952Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-06-23T16:45:23.967Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-06-23T16:45:23.982Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] echo [2022-06-23T16:45:23.996Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5ce181d [Pipeline] echo [2022-06-23T16:45:24.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-23T16:45:24.056Z] provisioning config files... [2022-06-23T16:45:24.073Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6567498404894830583tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:45:24.382Z] ---> docker-login.sh [2022-06-23T16:45:24.383Z] nexus3.edgexfoundry.org:10001 [2022-06-23T16:45:24.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:24.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:24.645Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:24.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:24.645Z] [2022-06-23T16:45:24.645Z] Login Succeeded [2022-06-23T16:45:24.645Z] nexus3.edgexfoundry.org:10002 [2022-06-23T16:45:24.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:24.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:24.908Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:24.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:24.908Z] [2022-06-23T16:45:24.908Z] Login Succeeded [2022-06-23T16:45:24.908Z] nexus3.edgexfoundry.org:10003 [2022-06-23T16:45:24.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:24.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:24.908Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:24.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:24.908Z] [2022-06-23T16:45:24.908Z] Login Succeeded [2022-06-23T16:45:24.908Z] nexus3.edgexfoundry.org:10004 [2022-06-23T16:45:24.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:25.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:25.171Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:25.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:25.171Z] [2022-06-23T16:45:25.171Z] Login Succeeded [2022-06-23T16:45:25.171Z] docker.io [2022-06-23T16:45:25.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:25.433Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:25.433Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:25.433Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:25.433Z] [2022-06-23T16:45:25.433Z] Login Succeeded [2022-06-23T16:45:25.433Z] ---> docker-login.sh ends [Pipeline] } [2022-06-23T16:45:25.443Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-23T16:45:25.839Z] + git rev-list -1 --merges 5ce181da19694a4307a13509148c3e1aea68fdc3~1..5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] echo [2022-06-23T16:45:25.874Z] -----------> git rev-list -1 --merges 5ce181da19694a4307a13509148c3e1aea68fdc3~1..5ce181da19694a4307a13509148c3e1aea68fdc3 5ce181da19694a4307a13509148c3e1aea68fdc3 [false] [Pipeline] sh [2022-06-23T16:45:26.173Z] + git log --format=format:%s -1 5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] echo [2022-06-23T16:45:26.188Z] ========================================================= [2022-06-23T16:45:26.188Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-23T16:45:26.188Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-23T16:45:26.532Z] + git log --format=format:%s -1 5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] echo [2022-06-23T16:45:26.544Z] [semverPrep] GIT_COMMIT: 5ce181da19694a4307a13509148c3e1aea68fdc3, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#433) [Pipeline] echo [2022-06-23T16:45:26.555Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-23T16:45:27.006Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-23T16:45:27.006Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-23T16:45:27.006Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-23T16:45:27.006Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-23T16:45:27.006Z] + + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-23T16:45:27.006Z] echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-23T16:45:27.007Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:45:27.425Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-23T16:45:27.425Z] [2022-06-23T16:45:27.425Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:45:27.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-23T16:45:27.739Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-23T16:45:27.739Z] 42c077c10790: Pulling fs layer [2022-06-23T16:45:27.739Z] f63e77b7563a: Pulling fs layer [2022-06-23T16:45:27.739Z] bd5fdadae976: Pulling fs layer [2022-06-23T16:45:27.739Z] 205491f53016: Pulling fs layer [2022-06-23T16:45:27.739Z] df18705c85c3: Pulling fs layer [2022-06-23T16:45:27.739Z] bdb3f477010e: Pulling fs layer [2022-06-23T16:45:27.739Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-23T16:45:27.739Z] 2c6e9b1d212d: Pulling fs layer [2022-06-23T16:45:27.739Z] bdb8f0575790: Pulling fs layer [2022-06-23T16:45:27.739Z] 386e3cb2ff24: Pulling fs layer [2022-06-23T16:45:27.739Z] 2343380bae48: Pulling fs layer [2022-06-23T16:45:27.739Z] c8a8fc8e1c8f: Waiting [2022-06-23T16:45:27.739Z] 2c6e9b1d212d: Waiting [2022-06-23T16:45:27.739Z] 2343380bae48: Waiting [2022-06-23T16:45:27.739Z] bdb8f0575790: Waiting [2022-06-23T16:45:27.739Z] df18705c85c3: Waiting [2022-06-23T16:45:27.739Z] 205491f53016: Waiting [2022-06-23T16:45:27.739Z] bdb3f477010e: Waiting [2022-06-23T16:45:27.739Z] 386e3cb2ff24: Waiting [2022-06-23T16:45:27.739Z] f63e77b7563a: Verifying Checksum [2022-06-23T16:45:27.739Z] f63e77b7563a: Download complete [2022-06-23T16:45:27.739Z] 205491f53016: Download complete [2022-06-23T16:45:27.739Z] df18705c85c3: Verifying Checksum [2022-06-23T16:45:27.739Z] df18705c85c3: Download complete [2022-06-23T16:45:28.002Z] bdb3f477010e: Verifying Checksum [2022-06-23T16:45:28.002Z] bdb3f477010e: Download complete [2022-06-23T16:45:28.002Z] bd5fdadae976: Verifying Checksum [2022-06-23T16:45:28.002Z] bd5fdadae976: Download complete [2022-06-23T16:45:28.002Z] 2c6e9b1d212d: Verifying Checksum [2022-06-23T16:45:28.002Z] 2c6e9b1d212d: Download complete [2022-06-23T16:45:28.002Z] bdb8f0575790: Verifying Checksum [2022-06-23T16:45:28.002Z] bdb8f0575790: Download complete [2022-06-23T16:45:28.002Z] 386e3cb2ff24: Verifying Checksum [2022-06-23T16:45:28.002Z] 386e3cb2ff24: Download complete [2022-06-23T16:45:28.002Z] 2343380bae48: Verifying Checksum [2022-06-23T16:45:28.002Z] 2343380bae48: Download complete [2022-06-23T16:45:28.002Z] 42c077c10790: Verifying Checksum [2022-06-23T16:45:28.002Z] 42c077c10790: Download complete [2022-06-23T16:45:28.263Z] c8a8fc8e1c8f: Download complete [2022-06-23T16:45:29.647Z] 42c077c10790: Pull complete [2022-06-23T16:45:29.647Z] f63e77b7563a: Pull complete [2022-06-23T16:45:30.220Z] bd5fdadae976: Pull complete [2022-06-23T16:45:30.220Z] 205491f53016: Pull complete [2022-06-23T16:45:30.482Z] df18705c85c3: Pull complete [2022-06-23T16:45:30.749Z] bdb3f477010e: Pull complete [2022-06-23T16:45:32.668Z] c8a8fc8e1c8f: Pull complete [2022-06-23T16:45:32.934Z] 2c6e9b1d212d: Pull complete [2022-06-23T16:45:32.934Z] bdb8f0575790: Pull complete [2022-06-23T16:45:32.934Z] 386e3cb2ff24: Pull complete [2022-06-23T16:45:33.195Z] 2343380bae48: Pull complete [2022-06-23T16:45:33.195Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-23T16:45:33.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-23T16:45:33.195Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:45:33.313Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:45:33.356Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-23T16:45:34.526Z] $ docker top e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-23T16:45:34.626Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-23T16:45:34.626Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-23T16:45:34.744Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-23T16:45:34.752Z] $ docker exec e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a ssh-agent [2022-06-23T16:45:34.883Z] SSH_AUTH_SOCK=/tmp/ssh-QJI6AuMWdp3Q/agent.33 [2022-06-23T16:45:34.883Z] SSH_AGENT_PID=39 [2022-06-23T16:45:34.889Z] Running ssh-add (command line suppressed) [2022-06-23T16:45:35.010Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7356952871524492338.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7356952871524492338.key) [2022-06-23T16:45:35.022Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-23T16:45:35.316Z] + git tag --points-at HEAD [Pipeline] } [2022-06-23T16:45:35.337Z] $ docker exec --env ******** --env ******** e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a ssh-agent -k [2022-06-23T16:45:35.471Z] unset SSH_AUTH_SOCK; [2022-06-23T16:45:35.471Z] unset SSH_AGENT_PID; [2022-06-23T16:45:35.471Z] echo Agent pid 39 killed; [2022-06-23T16:45:35.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-23T16:45:35.501Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-23T16:45:35.501Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-23T16:45:35.618Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-23T16:45:35.626Z] $ docker exec e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a ssh-agent [2022-06-23T16:45:35.750Z] SSH_AUTH_SOCK=/tmp/ssh-BjmUTBwCKK0y/agent.72 [2022-06-23T16:45:35.750Z] SSH_AGENT_PID=79 [2022-06-23T16:45:35.756Z] Running ssh-add (command line suppressed) [2022-06-23T16:45:35.888Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6621906375712730565.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6621906375712730565.key) [2022-06-23T16:45:35.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-23T16:45:36.193Z] + git semver init [2022-06-23T16:45:36.454Z] 2022-06-23 16:45:36,434 [run_init] DEBUG init version:0.0.0 force:False [2022-06-23T16:45:36.454Z] 2022-06-23 16:45:36,435 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/ry_app-service-configurable_main/.semver [2022-06-23T16:45:36.454Z] 2022-06-23 16:45:36,435 [execute] INFO git clone -b semver git@github.com:edgexfoundry/app-service-configurable.git /w/workspace/ry_app-service-configurable_main/.semver [2022-06-23T16:45:36.454Z] 2022-06-23 16:45:36,436 [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-06-23T16:45:37.398Z] 2022-06-23 16:45:37,120 [append_file] DEBUG append to file:/w/workspace/ry_app-service-configurable_main/.git/info/exclude [2022-06-23T16:45:37.398Z] 2022-06-23 16:45:37,121 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:False [2022-06-23T16:45:37.398Z] 2022-06-23 16:45:37,121 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:45:37.398Z] 2022-06-23 16:45:37,121 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:45:37.398Z] 2.2.1-dev.4 [Pipeline] } [2022-06-23T16:45:37.413Z] $ docker exec --env ******** --env ******** e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a ssh-agent -k [2022-06-23T16:45:37.533Z] unset SSH_AUTH_SOCK; [2022-06-23T16:45:37.533Z] unset SSH_AGENT_PID; [2022-06-23T16:45:37.533Z] echo Agent pid 79 killed; [2022-06-23T16:45:37.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-23T16:45:37.855Z] + git semver [Pipeline] } [2022-06-23T16:45:38.135Z] $ docker stop --time=1 e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a [2022-06-23T16:45:39.443Z] $ docker rm -f e1a1d1d7ea48eb18631fcdfd83730d98dede8168f223d932415b8d292ee46f3a [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-23T16:45:39.798Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-23T16:45:40.075Z] Stashed 1 file(s) [Pipeline] echo [2022-06-23T16:45:40.078Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.4 [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-06-23T16:45:40.249Z] provisioning config files... [2022-06-23T16:45:40.261Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6296985059238432805tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:45:40.566Z] ---> docker-login.sh [2022-06-23T16:45:40.566Z] nexus3.edgexfoundry.org:10001 [2022-06-23T16:45:40.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:40.566Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:40.566Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:40.566Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:40.566Z] [2022-06-23T16:45:40.566Z] Login Succeeded [2022-06-23T16:45:40.566Z] nexus3.edgexfoundry.org:10002 [2022-06-23T16:45:40.566Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:40.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:40.828Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:40.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:40.828Z] [2022-06-23T16:45:40.828Z] Login Succeeded [2022-06-23T16:45:40.828Z] nexus3.edgexfoundry.org:10003 [2022-06-23T16:45:40.828Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:40.828Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:40.828Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:40.828Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:40.828Z] [2022-06-23T16:45:40.828Z] Login Succeeded [2022-06-23T16:45:40.828Z] nexus3.edgexfoundry.org:10004 [2022-06-23T16:45:41.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:41.093Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:41.093Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:41.093Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:41.093Z] [2022-06-23T16:45:41.093Z] Login Succeeded [2022-06-23T16:45:41.093Z] docker.io [2022-06-23T16:45:41.093Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:45:41.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:45:41.356Z] Configure a credential helper to remove this warning. See [2022-06-23T16:45:41.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:45:41.356Z] [2022-06-23T16:45:41.356Z] Login Succeeded [2022-06-23T16:45:41.356Z] ---> docker-login.sh ends [Pipeline] } [2022-06-23T16:45:41.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-23T16:45:41.426Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-23T16:45:41.436Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-23T16:45:41.441Z] ========================================================= [2022-06-23T16:45:41.441Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-23T16:45:41.441Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:45:41.769Z] + 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-06-23T16:45:41.769Z] Sending build context to Docker daemon 3.08MB [2022-06-23T16:45:41.769Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-23T16:45:41.769Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-23T16:45:41.769Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-23T16:45:41.769Z] 59bf1c3509f3: Pulling fs layer [2022-06-23T16:45:41.769Z] 666ba61612fd: Pulling fs layer [2022-06-23T16:45:41.769Z] 8ed8ca486205: Pulling fs layer [2022-06-23T16:45:41.769Z] cc1cd167ecdc: Pulling fs layer [2022-06-23T16:45:41.769Z] c516ae0d96e1: Pulling fs layer [2022-06-23T16:45:41.769Z] 684cea983483: Pulling fs layer [2022-06-23T16:45:41.769Z] dd3240ac7de5: Pulling fs layer [2022-06-23T16:45:41.769Z] b1e948a4e11c: Pulling fs layer [2022-06-23T16:45:41.769Z] a8fd76ee1af6: Pulling fs layer [2022-06-23T16:45:41.769Z] 646ad004c059: Pulling fs layer [2022-06-23T16:45:41.769Z] dd3240ac7de5: Waiting [2022-06-23T16:45:41.769Z] b1e948a4e11c: Waiting [2022-06-23T16:45:41.769Z] a8fd76ee1af6: Waiting [2022-06-23T16:45:41.769Z] 646ad004c059: Waiting [2022-06-23T16:45:41.769Z] cc1cd167ecdc: Waiting [2022-06-23T16:45:41.769Z] c516ae0d96e1: Waiting [2022-06-23T16:45:41.769Z] 8ed8ca486205: Verifying Checksum [2022-06-23T16:45:41.769Z] 8ed8ca486205: Download complete [2022-06-23T16:45:41.769Z] 666ba61612fd: Verifying Checksum [2022-06-23T16:45:41.769Z] 666ba61612fd: Download complete [2022-06-23T16:45:41.769Z] c516ae0d96e1: Download complete [2022-06-23T16:45:41.769Z] 684cea983483: Download complete [2022-06-23T16:45:42.032Z] 59bf1c3509f3: Verifying Checksum [2022-06-23T16:45:42.032Z] 59bf1c3509f3: Download complete [2022-06-23T16:45:42.032Z] dd3240ac7de5: Verifying Checksum [2022-06-23T16:45:42.032Z] dd3240ac7de5: Download complete [2022-06-23T16:45:42.032Z] b1e948a4e11c: Verifying Checksum [2022-06-23T16:45:42.032Z] b1e948a4e11c: Download complete [2022-06-23T16:45:42.032Z] 59bf1c3509f3: Pull complete [2022-06-23T16:45:42.299Z] 666ba61612fd: Pull complete [2022-06-23T16:45:42.299Z] 8ed8ca486205: Pull complete [2022-06-23T16:45:42.560Z] a8fd76ee1af6: Verifying Checksum [2022-06-23T16:45:42.560Z] a8fd76ee1af6: Download complete [2022-06-23T16:45:42.560Z] 646ad004c059: Verifying Checksum [2022-06-23T16:45:42.560Z] 646ad004c059: Download complete [2022-06-23T16:45:42.820Z] cc1cd167ecdc: Verifying Checksum [2022-06-23T16:45:42.820Z] cc1cd167ecdc: Download complete [2022-06-23T16:45:47.026Z] cc1cd167ecdc: Pull complete [2022-06-23T16:45:47.026Z] c516ae0d96e1: Pull complete [2022-06-23T16:45:47.026Z] 684cea983483: Pull complete [2022-06-23T16:45:47.026Z] dd3240ac7de5: Pull complete [2022-06-23T16:45:47.026Z] b1e948a4e11c: Pull complete [2022-06-23T16:45:49.568Z] a8fd76ee1af6: Pull complete [2022-06-23T16:45:50.515Z] 646ad004c059: Pull complete [2022-06-23T16:45:50.515Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-23T16:45:50.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-23T16:45:50.515Z] ---> 8f69c11f6b0c [2022-06-23T16:45:50.515Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-23T16:45:51.907Z] ---> Running in 712345160d55 [2022-06-23T16:45:51.907Z] Removing intermediate container 712345160d55 [2022-06-23T16:45:51.907Z] ---> ca236471c68c [2022-06-23T16:45:51.907Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-23T16:45:51.907Z] ---> Running in fe66f741f6a9 [2022-06-23T16:45:51.907Z] Removing intermediate container fe66f741f6a9 [2022-06-23T16:45:51.907Z] ---> a940ac47dd9e [2022-06-23T16:45:51.907Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-23T16:45:51.907Z] ---> Running in ed49b471c37f [2022-06-23T16:45:51.907Z] Removing intermediate container ed49b471c37f [2022-06-23T16:45:51.907Z] ---> 8eed3c190026 [2022-06-23T16:45:51.907Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-23T16:45:51.907Z] ---> Running in 417035eaf2b5 [2022-06-23T16:45:52.479Z] Removing intermediate container 417035eaf2b5 [2022-06-23T16:45:52.479Z] ---> 5e04267e1968 [2022-06-23T16:45:52.479Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-23T16:45:52.479Z] ---> Running in 2b6045f21407 [2022-06-23T16:45:52.740Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-23T16:45:53.684Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-23T16:45:53.945Z] OK: 221 MiB in 52 packages [2022-06-23T16:45:54.206Z] Removing intermediate container 2b6045f21407 [2022-06-23T16:45:54.206Z] ---> 37c2296d4f40 [2022-06-23T16:45:54.206Z] Step 8/13 : WORKDIR /app [2022-06-23T16:45:54.206Z] ---> Running in a39e6217a309 [2022-06-23T16:45:54.467Z] Removing intermediate container a39e6217a309 [2022-06-23T16:45:54.467Z] ---> 3d8dea2c1d22 [2022-06-23T16:45:54.467Z] Step 9/13 : COPY go.mod vendor* ./ [2022-06-23T16:45:54.467Z] ---> e1171aeddd07 [2022-06-23T16:45:54.467Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-23T16:45:54.467Z] ---> Running in de58ed3f6cce [2022-06-23T16:45:55.197Z] Still waiting to schedule task [2022-06-23T16:45:55.197Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-15461’ [2022-06-23T16:46:16.440Z] Removing intermediate container de58ed3f6cce [2022-06-23T16:46:16.440Z] ---> e8c37d3594a1 [2022-06-23T16:46:16.440Z] Step 11/13 : COPY . . [2022-06-23T16:46:16.440Z] ---> 03043329e673 [2022-06-23T16:46:16.440Z] Step 12/13 : ARG MAKE="make build" [2022-06-23T16:46:16.440Z] ---> Running in f1c6b673b81d [2022-06-23T16:46:16.440Z] Removing intermediate container f1c6b673b81d [2022-06-23T16:46:16.440Z] ---> daf30f4c3da8 [2022-06-23T16:46:16.440Z] Step 13/13 : RUN $MAKE [2022-06-23T16:46:16.440Z] ---> Running in 0a11232e4bde [2022-06-23T16:46:16.440Z] noop [2022-06-23T16:46:16.440Z] Removing intermediate container 0a11232e4bde [2022-06-23T16:46:16.440Z] ---> b95ebe7ef349 [2022-06-23T16:46:16.440Z] Successfully built b95ebe7ef349 [2022-06-23T16:46:16.440Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:46:16.777Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-23T16:46:16.777Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:46:16.861Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:46:16.899Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2022-06-23T16:46:17.311Z] $ docker top b9c183d8cd3bfea374d6a076531f3c670214e7a97ab1428c1db64f2099b0c94e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-23T16:46:17.741Z] + go version [2022-06-23T16:46:17.741Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-23T16:46:17.782Z] $ docker stop --time=1 b9c183d8cd3bfea374d6a076531f3c670214e7a97ab1428c1db64f2099b0c94e [2022-06-23T16:46:19.116Z] $ docker rm -f b9c183d8cd3bfea374d6a076531f3c670214e7a97ab1428c1db64f2099b0c94e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:46:19.535Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-23T16:46:19.535Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:46:19.613Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:46:19.656Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2022-06-23T16:46:20.090Z] $ docker top 9c48815b3695b2fe1dc2fa96686323d6b87c44fb7551239c704b2c1e3ba63244 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-23T16:46:20.461Z] + make test [2022-06-23T16:46:20.461Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-06-23T16:46:30.450Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-06-23T16:46:30.450Z] CGO_ENABLED=1 go vet ./... [2022-06-23T16:46:34.659Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-23T16:46:34.659Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-23T16:46:34.659Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-23T16:46:35.245Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-23T16:46:35.263Z] $ docker stop --time=1 9c48815b3695b2fe1dc2fa96686323d6b87c44fb7551239c704b2c1e3ba63244 [2022-06-23T16:46:36.843Z] $ docker rm -f 9c48815b3695b2fe1dc2fa96686323d6b87c44fb7551239c704b2c1e3ba63244 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-23T16:46:37.249Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-23T16:46:37.288Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-23T16:46:37.822Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-23T16:46:38.115Z] + ls -al . [2022-06-23T16:46:38.115Z] total 168 [2022-06-23T16:46:38.115Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 16:46 . [2022-06-23T16:46:38.115Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 16:45 .. [2022-06-23T16:46:38.115Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 23 16:45 .dockerignore [2022-06-23T16:46:38.115Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 16:45 .git [2022-06-23T16:46:38.115Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 16:45 .github [2022-06-23T16:46:38.115Z] -rw-rw-r-- 1 jenkins jenkins 104 Jun 23 16:45 .gitignore [2022-06-23T16:46:38.115Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 16:45 .semver [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 8698 Jun 23 16:45 Attribution.txt [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jun 23 16:45 CHANGELOG.md [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 2087 Jun 23 16:45 Dockerfile [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 23 16:45 GOVERNANCE.md [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 688 Jun 23 16:45 Jenkinsfile [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 23 16:45 LICENSE [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 618 Jun 23 16:45 OWNERS.md [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jun 23 16:45 README.md [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 16:45 VERSION [2022-06-23T16:46:38.116Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 16:45 bin [2022-06-23T16:46:38.116Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 23 16:46 coverage.out [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 3273 Jun 23 16:45 go.mod [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 35803 Jun 23 16:45 go.sum [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jun 23 16:45 main.go [2022-06-23T16:46:38.116Z] -rw-rw-r-- 1 jenkins jenkins 1972 Jun 23 16:45 makefile [2022-06-23T16:46:38.116Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 16:45 res [2022-06-23T16:46:38.116Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 16:45 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:46:38.431Z] + 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=5ce181da19694a4307a13509148c3e1aea68fdc3 --label arch=amd64 --label version=2.2.1-dev.4 . [2022-06-23T16:46:38.431Z] Sending build context to Docker daemon 3.081MB [2022-06-23T16:46:38.431Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-06-23T16:46:38.431Z] Step 2/27 : FROM ${BASE} AS builder [2022-06-23T16:46:38.431Z] ---> b95ebe7ef349 [2022-06-23T16:46:38.431Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-23T16:46:38.431Z] ---> Running in 44c303d2052e [2022-06-23T16:46:38.691Z] Removing intermediate container 44c303d2052e [2022-06-23T16:46:38.691Z] ---> e70e7d79b570 [2022-06-23T16:46:38.691Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-06-23T16:46:38.691Z] ---> Running in 68f41e094b21 [2022-06-23T16:46:38.691Z] Removing intermediate container 68f41e094b21 [2022-06-23T16:46:38.691Z] ---> ac9010ad5d0f [2022-06-23T16:46:38.691Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-23T16:46:38.691Z] ---> Running in cbc37342bdf1 [2022-06-23T16:46:38.951Z] Removing intermediate container cbc37342bdf1 [2022-06-23T16:46:38.951Z] ---> e30d7e767452 [2022-06-23T16:46:38.951Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-23T16:46:38.951Z] ---> Running in 7bca068ba6a6 [2022-06-23T16:46:39.522Z] Removing intermediate container 7bca068ba6a6 [2022-06-23T16:46:39.522Z] ---> 3ca50243261d [2022-06-23T16:46:39.522Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-23T16:46:39.522Z] ---> Running in 9b64a97ee607 [2022-06-23T16:46:39.784Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-23T16:46:40.727Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-23T16:46:40.989Z] OK: 221 MiB in 52 packages [2022-06-23T16:46:41.249Z] Removing intermediate container 9b64a97ee607 [2022-06-23T16:46:41.249Z] ---> e4e5637883d8 [2022-06-23T16:46:41.249Z] Step 8/27 : WORKDIR /app [2022-06-23T16:46:41.249Z] ---> Running in 42bb3a07c930 [2022-06-23T16:46:41.510Z] Removing intermediate container 42bb3a07c930 [2022-06-23T16:46:41.510Z] ---> 2a41e5370d7d [2022-06-23T16:46:41.510Z] Step 9/27 : COPY go.mod vendor* ./ [2022-06-23T16:46:41.510Z] ---> 386eafc1bae8 [2022-06-23T16:46:41.510Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-23T16:46:41.510Z] ---> Running in 13b9a93a59ca [2022-06-23T16:46:42.452Z] Removing intermediate container 13b9a93a59ca [2022-06-23T16:46:42.452Z] ---> 633664805ccd [2022-06-23T16:46:42.452Z] Step 11/27 : COPY . . [2022-06-23T16:46:42.452Z] ---> cf8fab404a20 [2022-06-23T16:46:42.452Z] Step 12/27 : ARG MAKE="make build" [2022-06-23T16:46:42.452Z] ---> Running in d2c37f1d645c [2022-06-23T16:46:42.452Z] Removing intermediate container d2c37f1d645c [2022-06-23T16:46:42.452Z] ---> 75ec0f7ce07b [2022-06-23T16:46:42.453Z] Step 13/27 : RUN $MAKE [2022-06-23T16:46:42.714Z] ---> Running in 6afcca915b1a [2022-06-23T16:46:42.975Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-06-23T16:47:05.152Z] Removing intermediate container 6afcca915b1a [2022-06-23T16:47:05.152Z] ---> 3742b2684fe2 [2022-06-23T16:47:05.152Z] Step 14/27 : FROM alpine:3.14 [2022-06-23T16:47:05.152Z] 3.14: Pulling from library/alpine [2022-06-23T16:47:05.152Z] 8663204ce13b: Pulling fs layer [2022-06-23T16:47:05.152Z] 8663204ce13b: Verifying Checksum [2022-06-23T16:47:05.152Z] 8663204ce13b: Download complete [2022-06-23T16:47:05.152Z] 8663204ce13b: Pull complete [2022-06-23T16:47:05.152Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-23T16:47:05.152Z] Status: Downloaded newer image for alpine:3.14 [2022-06-23T16:47:05.152Z] ---> e04c818066af [2022-06-23T16:47:05.152Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-23T16:47:05.152Z] ---> Running in 97305f82194b [2022-06-23T16:47:05.152Z] Removing intermediate container 97305f82194b [2022-06-23T16:47:05.152Z] ---> 446a0cac36bc [2022-06-23T16:47:05.152Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-06-23T16:47:05.152Z] ---> Running in fb66467afb21 [2022-06-23T16:47:05.152Z] Removing intermediate container fb66467afb21 [2022-06-23T16:47:05.152Z] ---> 557b04bd1715 [2022-06-23T16:47:05.152Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-06-23T16:47:05.152Z] ---> Running in c43a9d6c4b87 [2022-06-23T16:47:05.152Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-23T16:47:05.413Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-23T16:47:05.413Z] (1/7) Installing ca-certificates (20211220-r0) [2022-06-23T16:47:05.413Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-06-23T16:47:05.413Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-06-23T16:47:05.413Z] (4/7) Installing libsodium (1.0.18-r0) [2022-06-23T16:47:05.413Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-23T16:47:05.413Z] (6/7) Installing libzmq (4.3.4-r0) [2022-06-23T16:47:05.413Z] (7/7) Installing zeromq (4.3.4-r0) [2022-06-23T16:47:05.413Z] Executing busybox-1.33.1-r7.trigger [2022-06-23T16:47:05.685Z] Executing ca-certificates-20211220-r0.trigger [2022-06-23T16:47:05.685Z] OK: 9 MiB in 21 packages [2022-06-23T16:47:05.946Z] Removing intermediate container c43a9d6c4b87 [2022-06-23T16:47:05.946Z] ---> 5118cbca25db [2022-06-23T16:47:05.946Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-06-23T16:47:06.206Z] ---> 7d325a35ce45 [2022-06-23T16:47:06.206Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-06-23T16:47:06.473Z] ---> b4c703a528ae [2022-06-23T16:47:06.473Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-06-23T16:47:06.473Z] ---> beff0a59d4cb [2022-06-23T16:47:06.473Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-06-23T16:47:07.044Z] ---> ba6e378b27d9 [2022-06-23T16:47:07.044Z] Step 22/27 : EXPOSE 48095 [2022-06-23T16:47:07.044Z] ---> Running in c1b63708cfac [2022-06-23T16:47:07.305Z] Removing intermediate container c1b63708cfac [2022-06-23T16:47:07.306Z] ---> 92af83309861 [2022-06-23T16:47:07.306Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-06-23T16:47:07.306Z] ---> Running in 13aa8cafd483 [2022-06-23T16:47:07.306Z] Removing intermediate container 13aa8cafd483 [2022-06-23T16:47:07.306Z] ---> 5a641a96afe3 [2022-06-23T16:47:07.306Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-23T16:47:07.306Z] ---> Running in b20777fb7f76 [2022-06-23T16:47:07.567Z] Removing intermediate container b20777fb7f76 [2022-06-23T16:47:07.567Z] ---> 1906180e5ca0 [2022-06-23T16:47:07.567Z] Step 25/27 : LABEL arch=amd64 [2022-06-23T16:47:07.567Z] ---> Running in 5b0e787ce783 [2022-06-23T16:47:07.567Z] Removing intermediate container 5b0e787ce783 [2022-06-23T16:47:07.567Z] ---> 727053ee3d20 [2022-06-23T16:47:07.567Z] Step 26/27 : LABEL git_sha=5ce181da19694a4307a13509148c3e1aea68fdc3 [2022-06-23T16:47:07.567Z] ---> Running in 7f5983f9a681 [2022-06-23T16:47:07.830Z] Removing intermediate container 7f5983f9a681 [2022-06-23T16:47:07.830Z] ---> 684fd95a0733 [2022-06-23T16:47:07.830Z] Step 27/27 : LABEL version=2.2.1-dev.4 [2022-06-23T16:47:07.830Z] ---> Running in 5b5942a5631b [2022-06-23T16:47:07.830Z] Removing intermediate container 5b5942a5631b [2022-06-23T16:47:07.830Z] ---> 69050768015c [2022-06-23T16:47:07.830Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-23T16:47:07.830Z] Successfully built 69050768015c [2022-06-23T16:47:07.830Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-23T16:47:07.933Z] provisioning config files... [2022-06-23T16:47:07.944Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6514614126024056148tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:47:08.244Z] ---> docker-login.sh [2022-06-23T16:47:08.244Z] nexus3.edgexfoundry.org:10001 [2022-06-23T16:47:08.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:47:08.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:47:08.244Z] Configure a credential helper to remove this warning. See [2022-06-23T16:47:08.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:47:08.244Z] [2022-06-23T16:47:08.244Z] Login Succeeded [2022-06-23T16:47:08.244Z] nexus3.edgexfoundry.org:10002 [2022-06-23T16:47:08.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:47:08.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:47:08.506Z] Configure a credential helper to remove this warning. See [2022-06-23T16:47:08.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:47:08.506Z] [2022-06-23T16:47:08.506Z] Login Succeeded [2022-06-23T16:47:08.506Z] nexus3.edgexfoundry.org:10003 [2022-06-23T16:47:08.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:47:08.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:47:08.506Z] Configure a credential helper to remove this warning. See [2022-06-23T16:47:08.506Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:47:08.506Z] [2022-06-23T16:47:08.506Z] Login Succeeded [2022-06-23T16:47:08.506Z] nexus3.edgexfoundry.org:10004 [2022-06-23T16:47:08.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:47:08.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:47:08.767Z] Configure a credential helper to remove this warning. See [2022-06-23T16:47:08.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:47:08.767Z] [2022-06-23T16:47:08.767Z] Login Succeeded [2022-06-23T16:47:08.767Z] docker.io [2022-06-23T16:47:08.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:47:09.030Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:47:09.030Z] Configure a credential helper to remove this warning. See [2022-06-23T16:47:09.030Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:47:09.030Z] [2022-06-23T16:47:09.030Z] Login Succeeded [2022-06-23T16:47:09.030Z] ---> docker-login.sh ends [Pipeline] } [2022-06-23T16:47:09.039Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-23T16:47:09.078Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-23T16:47:09.109Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-06-23T16:47:09.109Z] 5ce181da19694a4307a13509148c3e1aea68fdc3 [2022-06-23T16:47:09.109Z] latest [2022-06-23T16:47:09.109Z] 2.2.1-dev.4 [2022-06-23T16:47:09.109Z] 5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [2022-06-23T16:47:09.109Z] main [2022-06-23T16:47:09.109Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:09.434Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:09.757Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3 [2022-06-23T16:47:09.757Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-23T16:47:09.757Z] a65c9f30edc6: Preparing [2022-06-23T16:47:09.757Z] e4b38aec061f: Preparing [2022-06-23T16:47:09.757Z] b49653d85656: Preparing [2022-06-23T16:47:09.757Z] c03295c471bc: Preparing [2022-06-23T16:47:09.757Z] 6acd00b1839f: Preparing [2022-06-23T16:47:09.757Z] b541d28bf3b4: Preparing [2022-06-23T16:47:09.757Z] b541d28bf3b4: Waiting [2022-06-23T16:47:09.757Z] b49653d85656: Pushed [2022-06-23T16:47:09.757Z] c03295c471bc: Pushed [2022-06-23T16:47:09.757Z] e4b38aec061f: Pushed [2022-06-23T16:47:09.757Z] b541d28bf3b4: Layer already exists [2022-06-23T16:47:10.328Z] 6acd00b1839f: Pushed [2022-06-23T16:47:12.877Z] a65c9f30edc6: Pushed [2022-06-23T16:47:13.138Z] 5ce181da19694a4307a13509148c3e1aea68fdc3: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:13.467Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:13.784Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-06-23T16:47:13.784Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-23T16:47:13.784Z] a65c9f30edc6: Preparing [2022-06-23T16:47:13.784Z] e4b38aec061f: Preparing [2022-06-23T16:47:13.784Z] b49653d85656: Preparing [2022-06-23T16:47:13.784Z] c03295c471bc: Preparing [2022-06-23T16:47:13.784Z] 6acd00b1839f: Preparing [2022-06-23T16:47:13.784Z] b541d28bf3b4: Preparing [2022-06-23T16:47:13.784Z] b541d28bf3b4: Waiting [2022-06-23T16:47:13.784Z] b49653d85656: Layer already exists [2022-06-23T16:47:13.784Z] 6acd00b1839f: Layer already exists [2022-06-23T16:47:13.784Z] a65c9f30edc6: Layer already exists [2022-06-23T16:47:13.784Z] c03295c471bc: Layer already exists [2022-06-23T16:47:13.784Z] e4b38aec061f: Layer already exists [2022-06-23T16:47:13.784Z] b541d28bf3b4: Layer already exists [2022-06-23T16:47:13.784Z] latest: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:14.100Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:14.422Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.4 [2022-06-23T16:47:14.422Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-23T16:47:14.422Z] a65c9f30edc6: Preparing [2022-06-23T16:47:14.422Z] e4b38aec061f: Preparing [2022-06-23T16:47:14.422Z] b49653d85656: Preparing [2022-06-23T16:47:14.422Z] c03295c471bc: Preparing [2022-06-23T16:47:14.422Z] 6acd00b1839f: Preparing [2022-06-23T16:47:14.422Z] b541d28bf3b4: Preparing [2022-06-23T16:47:14.422Z] b541d28bf3b4: Waiting [2022-06-23T16:47:14.422Z] c03295c471bc: Layer already exists [2022-06-23T16:47:14.422Z] a65c9f30edc6: Layer already exists [2022-06-23T16:47:14.422Z] e4b38aec061f: Layer already exists [2022-06-23T16:47:14.422Z] b49653d85656: Layer already exists [2022-06-23T16:47:14.422Z] 6acd00b1839f: Layer already exists [2022-06-23T16:47:14.422Z] b541d28bf3b4: Layer already exists [2022-06-23T16:47:14.422Z] 2.2.1-dev.4: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:14.745Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:15.064Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [2022-06-23T16:47:15.064Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-23T16:47:15.064Z] a65c9f30edc6: Preparing [2022-06-23T16:47:15.064Z] e4b38aec061f: Preparing [2022-06-23T16:47:15.064Z] b49653d85656: Preparing [2022-06-23T16:47:15.064Z] c03295c471bc: Preparing [2022-06-23T16:47:15.064Z] 6acd00b1839f: Preparing [2022-06-23T16:47:15.064Z] b541d28bf3b4: Preparing [2022-06-23T16:47:15.064Z] c03295c471bc: Layer already exists [2022-06-23T16:47:15.064Z] a65c9f30edc6: Layer already exists [2022-06-23T16:47:15.064Z] e4b38aec061f: Layer already exists [2022-06-23T16:47:15.064Z] b49653d85656: Layer already exists [2022-06-23T16:47:15.064Z] 6acd00b1839f: Layer already exists [2022-06-23T16:47:15.064Z] b541d28bf3b4: Layer already exists [2022-06-23T16:47:15.064Z] 5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:15.391Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:15.709Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-06-23T16:47:15.709Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-06-23T16:47:15.709Z] a65c9f30edc6: Preparing [2022-06-23T16:47:15.709Z] e4b38aec061f: Preparing [2022-06-23T16:47:15.709Z] b49653d85656: Preparing [2022-06-23T16:47:15.709Z] c03295c471bc: Preparing [2022-06-23T16:47:15.709Z] 6acd00b1839f: Preparing [2022-06-23T16:47:15.709Z] b541d28bf3b4: Preparing [2022-06-23T16:47:15.709Z] b541d28bf3b4: Waiting [2022-06-23T16:47:15.709Z] 6acd00b1839f: Layer already exists [2022-06-23T16:47:15.709Z] c03295c471bc: Layer already exists [2022-06-23T16:47:15.709Z] e4b38aec061f: Layer already exists [2022-06-23T16:47:15.709Z] b49653d85656: Layer already exists [2022-06-23T16:47:15.709Z] a65c9f30edc6: Layer already exists [2022-06-23T16:47:15.709Z] b541d28bf3b4: Layer already exists [2022-06-23T16:47:15.709Z] main: digest: sha256:87ff0a5864e607742a2799d8e1977d7951ee253efe1675320eec21129bded8fa size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-23T16:47:15.761Z] ===================================================== [Pipeline] echo [2022-06-23T16:47:15.769Z] taggedImages: [2022-06-23T16:47:15.769Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3 [2022-06-23T16:47:15.769Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-06-23T16:47:15.769Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.1-dev.4 [2022-06-23T16:47:15.769Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [2022-06-23T16:47:15.769Z] - 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] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:16.156Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-23T16:47:16.156Z] [2022-06-23T16:47:16.156Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:47:16.461Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-23T16:47:16.461Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-23T16:47:16.461Z] 5eb5b503b376: Pulling fs layer [2022-06-23T16:47:16.461Z] 5c69ac0246d0: Pulling fs layer [2022-06-23T16:47:16.461Z] ec43610c2a17: Pulling fs layer [2022-06-23T16:47:16.461Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-23T16:47:16.461Z] 33b1e0a273af: Pulling fs layer [2022-06-23T16:47:16.461Z] 5d3b04190fa2: Pulling fs layer [2022-06-23T16:47:16.461Z] 2f39f015ded8: Pulling fs layer [2022-06-23T16:47:16.461Z] 5d3b04190fa2: Waiting [2022-06-23T16:47:16.461Z] 3a2ae6a8a46f: Waiting [2022-06-23T16:47:16.461Z] 2f39f015ded8: Waiting [2022-06-23T16:47:16.461Z] 33b1e0a273af: Waiting [2022-06-23T16:47:16.461Z] 5c69ac0246d0: Download complete [2022-06-23T16:47:16.461Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-23T16:47:16.461Z] 3a2ae6a8a46f: Download complete [2022-06-23T16:47:16.461Z] 33b1e0a273af: Verifying Checksum [2022-06-23T16:47:16.461Z] 33b1e0a273af: Download complete [2022-06-23T16:47:16.461Z] ec43610c2a17: Verifying Checksum [2022-06-23T16:47:16.461Z] ec43610c2a17: Download complete [2022-06-23T16:47:16.461Z] 5d3b04190fa2: Verifying Checksum [2022-06-23T16:47:16.461Z] 5d3b04190fa2: Download complete [2022-06-23T16:47:16.721Z] 5eb5b503b376: Verifying Checksum [2022-06-23T16:47:16.721Z] 5eb5b503b376: Download complete [2022-06-23T16:47:17.292Z] 2f39f015ded8: Download complete [2022-06-23T16:47:17.862Z] 5eb5b503b376: Pull complete [2022-06-23T16:47:18.121Z] 5c69ac0246d0: Pull complete [2022-06-23T16:47:18.690Z] ec43610c2a17: Pull complete [2022-06-23T16:47:18.690Z] 3a2ae6a8a46f: Pull complete [2022-06-23T16:47:18.950Z] 33b1e0a273af: Pull complete [2022-06-23T16:47:18.950Z] 5d3b04190fa2: Pull complete [2022-06-23T16:47:24.308Z] 2f39f015ded8: Pull complete [2022-06-23T16:47:24.308Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-23T16:47:24.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-23T16:47:24.308Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:47:24.456Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:47:24.511Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-23T16:47:25.883Z] $ docker top fa0be5927901203edd74d706e5671506eb0faf29ff2c4452eb16acbc10a1d2f3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:47:26.268Z] ---> job-cost.sh [2022-06-23T16:47:26.268Z] lf-activate-venv: SKIPPING [2022-06-23T16:47:26.268Z] INFO: No Stack... [2022-06-23T16:47:26.839Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-23T16:47:27.099Z] INFO: Archiving Costs [Pipeline] sh [2022-06-23T16:47:27.392Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-06-23T16:47:27.392Z] + cut -d, -f6 [Pipeline] lock [2022-06-23T16:47:27.406Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [2022-06-23T16:47:27.412Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] did not exist. Created. [2022-06-23T16:47:27.412Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-23T16:47:27.715Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-23T16:47:27.745Z] Stashed 1 file(s) [Pipeline] } [2022-06-23T16:47:27.751Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-23T16:47:27.770Z] $ docker stop --time=1 fa0be5927901203edd74d706e5671506eb0faf29ff2c4452eb16acbc10a1d2f3 [2022-06-23T16:47:28.921Z] $ docker rm -f fa0be5927901203edd74d706e5671506eb0faf29ff2c4452eb16acbc10a1d2f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-23T16:49:31.068Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-15464 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-06-23T16:49:31.081Z] Running in /w/workspace/app-service-configurable/81 [Pipeline] { [Pipeline] checkout [2022-06-23T16:49:31.123Z] Selected Git installation does not exist. Using Default [2022-06-23T16:49:31.123Z] The recommended git tool is: NONE [2022-06-23T16:49:37.460Z] using credential edgex-jenkins-ssh [2022-06-23T16:49:37.476Z] Cloning the remote Git repository [2022-06-23T16:49:37.543Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-06-23T16:49:37.625Z] > git init /w/workspace/app-service-configurable/81 # timeout=10 [2022-06-23T16:49:37.758Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-06-23T16:49:37.759Z] > git --version # timeout=10 [2022-06-23T16:49:37.786Z] > git --version # 'git version 2.25.1' [2022-06-23T16:49:37.788Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-23T16:49:37.894Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-23T16:49:38.935Z] Avoid second fetch [2022-06-23T16:49:38.936Z] Checking out Revision 5ce181da19694a4307a13509148c3e1aea68fdc3 (main) [2022-06-23T16:49:38.892Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-06-23T16:49:38.918Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-23T16:49:38.997Z] > git config core.sparsecheckout # timeout=10 [2022-06-23T16:49:39.017Z] > git checkout -f 5ce181da19694a4307a13509148c3e1aea68fdc3 # timeout=10 [2022-06-23T16:49:43.294Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#433)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-23T16:49:44.697Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-23T16:49:44.697Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-23T16:49:44.697Z] Dload Upload Total Spent Left Speed [2022-06-23T16:49:44.697Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 93534 0 --:--:-- --:--:-- --:--:-- 93534 [Pipeline] sh [2022-06-23T16:49:45.328Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-23T16:49:45.677Z] + sudo tee /etc/docker/daemon.new [2022-06-23T16:49:45.677Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-23T16:49:45.677Z] { [2022-06-23T16:49:45.677Z] "registry-mirrors": [ [2022-06-23T16:49:45.677Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-23T16:49:45.677Z] ], [2022-06-23T16:49:45.677Z] "bip": "10.250.0.254/24", [2022-06-23T16:49:45.677Z] "hosts": [ [2022-06-23T16:49:45.677Z] "tcp://0.0.0.0:5555", [2022-06-23T16:49:45.677Z] "unix:///var/run/docker.sock" [2022-06-23T16:49:45.677Z] ], [2022-06-23T16:49:45.677Z] "mtu": 1458, [2022-06-23T16:49:45.677Z] "selinux-enabled": true, [2022-06-23T16:49:45.677Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-23T16:49:45.677Z] } [Pipeline] sh [2022-06-23T16:49:46.037Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-23T16:49:46.446Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-23T16:50:04.795Z] provisioning config files... [2022-06-23T16:50:04.819Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config7217916383338499505tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:50:05.180Z] ---> docker-login.sh [2022-06-23T16:50:05.180Z] nexus3.edgexfoundry.org:10001 [2022-06-23T16:50:05.778Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:50:06.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:50:06.071Z] Configure a credential helper to remove this warning. See [2022-06-23T16:50:06.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:50:06.071Z] [2022-06-23T16:50:06.071Z] Login Succeeded [2022-06-23T16:50:06.071Z] nexus3.edgexfoundry.org:10002 [2022-06-23T16:50:06.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:50:06.627Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:50:06.627Z] Configure a credential helper to remove this warning. See [2022-06-23T16:50:06.627Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:50:06.627Z] [2022-06-23T16:50:06.627Z] Login Succeeded [2022-06-23T16:50:06.627Z] nexus3.edgexfoundry.org:10003 [2022-06-23T16:50:06.903Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:50:06.903Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:50:06.903Z] Configure a credential helper to remove this warning. See [2022-06-23T16:50:06.903Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:50:06.903Z] [2022-06-23T16:50:06.903Z] Login Succeeded [2022-06-23T16:50:06.903Z] nexus3.edgexfoundry.org:10004 [2022-06-23T16:50:07.501Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:50:07.501Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:50:07.501Z] Configure a credential helper to remove this warning. See [2022-06-23T16:50:07.501Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:50:07.501Z] [2022-06-23T16:50:07.501Z] Login Succeeded [2022-06-23T16:50:07.501Z] docker.io [2022-06-23T16:50:07.774Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:50:08.370Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:50:08.370Z] Configure a credential helper to remove this warning. See [2022-06-23T16:50:08.370Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:50:08.371Z] [2022-06-23T16:50:08.371Z] Login Succeeded [2022-06-23T16:50:08.371Z] ---> docker-login.sh ends [Pipeline] } [2022-06-23T16:50:08.388Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-23T16:50:08.917Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-23T16:50:08.932Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-23T16:50:08.942Z] ========================================================= [2022-06-23T16:50:08.942Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-23T16:50:08.942Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:50:09.313Z] + 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-06-23T16:50:09.313Z] Sending build context to Docker daemon 204.8kB [2022-06-23T16:50:09.585Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-06-23T16:50:09.585Z] Step 2/13 : FROM ${BASE} AS builder [2022-06-23T16:50:09.864Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-23T16:50:09.864Z] 9b3977197b4f: Pulling fs layer [2022-06-23T16:50:09.864Z] 1a89e8eeedd5: Pulling fs layer [2022-06-23T16:50:09.864Z] 94645a83ff95: Pulling fs layer [2022-06-23T16:50:09.864Z] e6fb740bc735: Pulling fs layer [2022-06-23T16:50:09.864Z] 3a77bd46dcc9: Pulling fs layer [2022-06-23T16:50:09.864Z] 355e64cbe906: Pulling fs layer [2022-06-23T16:50:09.864Z] 63ab81a10011: Pulling fs layer [2022-06-23T16:50:09.864Z] 555d1d1c4555: Pulling fs layer [2022-06-23T16:50:09.864Z] 7d9057610161: Pulling fs layer [2022-06-23T16:50:09.864Z] 355e64cbe906: Waiting [2022-06-23T16:50:09.864Z] 63ab81a10011: Waiting [2022-06-23T16:50:09.864Z] 555d1d1c4555: Waiting [2022-06-23T16:50:09.864Z] e6fb740bc735: Waiting [2022-06-23T16:50:09.864Z] 7d9057610161: Waiting [2022-06-23T16:50:09.864Z] 3a77bd46dcc9: Waiting [2022-06-23T16:50:09.864Z] 94645a83ff95: Verifying Checksum [2022-06-23T16:50:09.864Z] 94645a83ff95: Download complete [2022-06-23T16:50:09.864Z] 1a89e8eeedd5: Verifying Checksum [2022-06-23T16:50:09.864Z] 1a89e8eeedd5: Download complete [2022-06-23T16:50:09.864Z] 3a77bd46dcc9: Download complete [2022-06-23T16:50:09.864Z] 9b3977197b4f: Verifying Checksum [2022-06-23T16:50:09.864Z] 9b3977197b4f: Download complete [2022-06-23T16:50:09.864Z] 355e64cbe906: Verifying Checksum [2022-06-23T16:50:09.864Z] 355e64cbe906: Download complete [2022-06-23T16:50:09.864Z] 63ab81a10011: Verifying Checksum [2022-06-23T16:50:09.864Z] 63ab81a10011: Download complete [2022-06-23T16:50:10.863Z] 9b3977197b4f: Pull complete [2022-06-23T16:50:10.863Z] 7d9057610161: Verifying Checksum [2022-06-23T16:50:10.863Z] 7d9057610161: Download complete [2022-06-23T16:50:11.484Z] 1a89e8eeedd5: Pull complete [2022-06-23T16:50:11.770Z] 94645a83ff95: Pull complete [2022-06-23T16:50:12.048Z] 555d1d1c4555: Verifying Checksum [2022-06-23T16:50:12.048Z] 555d1d1c4555: Download complete [2022-06-23T16:50:12.646Z] e6fb740bc735: Verifying Checksum [2022-06-23T16:50:12.647Z] e6fb740bc735: Download complete [2022-06-23T16:50:25.061Z] e6fb740bc735: Pull complete [2022-06-23T16:50:25.061Z] 3a77bd46dcc9: Pull complete [2022-06-23T16:50:25.378Z] 355e64cbe906: Pull complete [2022-06-23T16:50:25.654Z] 63ab81a10011: Pull complete [2022-06-23T16:50:32.398Z] 555d1d1c4555: Pull complete [2022-06-23T16:50:34.383Z] 7d9057610161: Pull complete [2022-06-23T16:50:34.384Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-23T16:50:34.384Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-23T16:50:34.384Z] ---> 819e984ddca1 [2022-06-23T16:50:34.384Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-23T16:50:35.370Z] ---> Running in eeca4922e368 [2022-06-23T16:50:35.370Z] Removing intermediate container eeca4922e368 [2022-06-23T16:50:35.370Z] ---> a7c8bb45b5b9 [2022-06-23T16:50:35.370Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-06-23T16:50:35.370Z] ---> Running in 3381ea77cbe4 [2022-06-23T16:50:35.651Z] Removing intermediate container 3381ea77cbe4 [2022-06-23T16:50:35.651Z] ---> 81d7ba449995 [2022-06-23T16:50:35.651Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-23T16:50:35.936Z] ---> Running in a9459fcd0ed6 [2022-06-23T16:50:36.217Z] Removing intermediate container a9459fcd0ed6 [2022-06-23T16:50:36.217Z] ---> ba31939ece45 [2022-06-23T16:50:36.217Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-23T16:50:36.217Z] ---> Running in 0438e453c7df [2022-06-23T16:50:38.210Z] Removing intermediate container 0438e453c7df [2022-06-23T16:50:38.210Z] ---> 3894e0994434 [2022-06-23T16:50:38.210Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-23T16:50:38.210Z] ---> Running in f6ccc7b1b206 [2022-06-23T16:50:39.221Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-23T16:50:40.232Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-23T16:50:41.215Z] OK: 220 MiB in 52 packages [2022-06-23T16:50:42.211Z] Removing intermediate container f6ccc7b1b206 [2022-06-23T16:50:42.211Z] ---> f4a03798afa0 [2022-06-23T16:50:42.211Z] Step 8/13 : WORKDIR /app [2022-06-23T16:50:42.211Z] ---> Running in e5d790399a53 [2022-06-23T16:50:42.486Z] Removing intermediate container e5d790399a53 [2022-06-23T16:50:42.486Z] ---> b292c3a4652b [2022-06-23T16:50:42.486Z] Step 9/13 : COPY go.mod vendor* ./ [2022-06-23T16:50:43.097Z] ---> 76348304932c [2022-06-23T16:50:43.097Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-23T16:50:43.097Z] ---> Running in cf1d7b4d795f [2022-06-23T16:51:30.141Z] Removing intermediate container cf1d7b4d795f [2022-06-23T16:51:30.141Z] ---> 1ab71afbe291 [2022-06-23T16:51:30.141Z] Step 11/13 : COPY . . [2022-06-23T16:51:30.416Z] ---> 9807700ebcf8 [2022-06-23T16:51:30.416Z] Step 12/13 : ARG MAKE="make build" [2022-06-23T16:51:30.416Z] ---> Running in faf27baab249 [2022-06-23T16:51:30.691Z] Removing intermediate container faf27baab249 [2022-06-23T16:51:30.691Z] ---> dc42e2fdee79 [2022-06-23T16:51:30.691Z] Step 13/13 : RUN $MAKE [2022-06-23T16:51:30.991Z] ---> Running in 70399a322408 [2022-06-23T16:51:31.976Z] noop [2022-06-23T16:51:32.575Z] Removing intermediate container 70399a322408 [2022-06-23T16:51:32.575Z] ---> 585f40daf7f4 [2022-06-23T16:51:32.575Z] Successfully built 585f40daf7f4 [2022-06-23T16:51:32.575Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:51:32.949Z] + docker inspect -f . ci-base-image-arm64 [2022-06-23T16:51:32.949Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:51:33.223Z] prd-ubuntu20.04-docker-arm64-4c-16g-15464 does not seem to be running inside a container [2022-06-23T16:51:33.321Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-23T16:51:34.711Z] $ docker top 550782405a1ed2f0cab0fdc2b801925cac414a4676d1c87dafefffe39f957924 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-23T16:51:35.661Z] + go version [2022-06-23T16:51:35.661Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-23T16:51:35.693Z] $ docker stop --time=1 550782405a1ed2f0cab0fdc2b801925cac414a4676d1c87dafefffe39f957924 [2022-06-23T16:51:37.383Z] $ docker rm -f 550782405a1ed2f0cab0fdc2b801925cac414a4676d1c87dafefffe39f957924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:51:38.007Z] + docker inspect -f . ci-base-image-arm64 [2022-06-23T16:51:38.007Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:51:38.276Z] prd-ubuntu20.04-docker-arm64-4c-16g-15464 does not seem to be running inside a container [2022-06-23T16:51:38.377Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-23T16:51:39.725Z] $ docker top b99a55ffce4ca169dc1f0dfceef59fdf3909743da930173960959e8d49adb8f8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-23T16:51:40.679Z] + make test [2022-06-23T16:51:40.679Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-06-23T16:53:17.563Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-06-23T16:53:17.563Z] CGO_ENABLED=1 go vet ./... [2022-06-23T16:53:35.955Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-23T16:53:35.955Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-23T16:53:35.955Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-23T16:53:36.253Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-23T16:53:36.277Z] $ docker stop --time=1 b99a55ffce4ca169dc1f0dfceef59fdf3909743da930173960959e8d49adb8f8 [2022-06-23T16:53:38.066Z] $ docker rm -f b99a55ffce4ca169dc1f0dfceef59fdf3909743da930173960959e8d49adb8f8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-23T16:53:39.062Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-23T16:53:39.091Z] Warning: overwriting stash ‘coverage-report’ [2022-06-23T16:53:39.557Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-23T16:53:39.975Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-23T16:53:40.319Z] + ls -al . [2022-06-23T16:53:40.319Z] total 164 [2022-06-23T16:53:40.319Z] drwxrwxr-x 7 jenkins jenkins 4096 Jun 23 16:53 . [2022-06-23T16:53:40.319Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 23 16:49 .. [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 119 Jun 23 16:49 .dockerignore [2022-06-23T16:53:40.319Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 23 16:49 .git [2022-06-23T16:53:40.319Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 16:49 .github [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 104 Jun 23 16:49 .gitignore [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 8698 Jun 23 16:49 Attribution.txt [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 27269 Jun 23 16:49 CHANGELOG.md [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 2087 Jun 23 16:49 Dockerfile [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 677 Jun 23 16:49 GOVERNANCE.md [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 688 Jun 23 16:49 Jenkinsfile [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 10174 Jun 23 16:49 LICENSE [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 618 Jun 23 16:49 OWNERS.md [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 3718 Jun 23 16:49 README.md [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 11 Jun 23 16:45 VERSION [2022-06-23T16:53:40.319Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 23 16:49 bin [2022-06-23T16:53:40.319Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 23 16:51 coverage.out [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 3273 Jun 23 16:49 go.mod [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 35803 Jun 23 16:49 go.sum [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 1949 Jun 23 16:49 main.go [2022-06-23T16:53:40.319Z] -rw-rw-r-- 1 jenkins jenkins 1972 Jun 23 16:49 makefile [2022-06-23T16:53:40.319Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 23 16:49 res [2022-06-23T16:53:40.319Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 23 16:49 snap [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:53:40.679Z] + 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=5ce181da19694a4307a13509148c3e1aea68fdc3 --label arch=arm64 --label version=2.2.1-dev.4 . [2022-06-23T16:53:40.679Z] Sending build context to Docker daemon 205.8kB [2022-06-23T16:53:40.955Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-06-23T16:53:40.955Z] Step 2/27 : FROM ${BASE} AS builder [2022-06-23T16:53:40.955Z] ---> 585f40daf7f4 [2022-06-23T16:53:40.955Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-06-23T16:53:41.234Z] ---> Running in 7a732b90b726 [2022-06-23T16:53:41.509Z] Removing intermediate container 7a732b90b726 [2022-06-23T16:53:41.509Z] ---> f4c4af1e0b58 [2022-06-23T16:53:41.509Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-06-23T16:53:41.509Z] ---> Running in 03b392c8a607 [2022-06-23T16:53:41.783Z] Removing intermediate container 03b392c8a607 [2022-06-23T16:53:41.783Z] ---> 7dc4bae7df6a [2022-06-23T16:53:41.783Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-23T16:53:41.783Z] ---> Running in 7c6fffee3de0 [2022-06-23T16:53:42.388Z] Removing intermediate container 7c6fffee3de0 [2022-06-23T16:53:42.388Z] ---> dd95279054e4 [2022-06-23T16:53:42.388Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-23T16:53:42.388Z] ---> Running in 5807742bfbe6 [2022-06-23T16:53:44.372Z] Removing intermediate container 5807742bfbe6 [2022-06-23T16:53:44.372Z] ---> cfe531d5d0be [2022-06-23T16:53:44.372Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-23T16:53:44.372Z] ---> Running in 14aafc6817fe [2022-06-23T16:53:45.390Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-23T16:53:46.051Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-23T16:53:47.108Z] OK: 220 MiB in 52 packages [2022-06-23T16:53:48.168Z] Removing intermediate container 14aafc6817fe [2022-06-23T16:53:48.168Z] ---> 8601247d9219 [2022-06-23T16:53:48.168Z] Step 8/27 : WORKDIR /app [2022-06-23T16:53:48.168Z] ---> Running in dbb8a99541e6 [2022-06-23T16:53:48.444Z] Removing intermediate container dbb8a99541e6 [2022-06-23T16:53:48.444Z] ---> f49ebfb25f25 [2022-06-23T16:53:48.444Z] Step 9/27 : COPY go.mod vendor* ./ [2022-06-23T16:53:49.045Z] ---> 616ce6ad4ab0 [2022-06-23T16:53:49.045Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-23T16:53:49.045Z] ---> Running in c76407cafaba [2022-06-23T16:53:51.035Z] Removing intermediate container c76407cafaba [2022-06-23T16:53:51.035Z] ---> 6691e7bb5f22 [2022-06-23T16:53:51.035Z] Step 11/27 : COPY . . [2022-06-23T16:53:51.651Z] ---> 7cb5c4accc7a [2022-06-23T16:53:51.651Z] Step 12/27 : ARG MAKE="make build" [2022-06-23T16:53:51.651Z] ---> Running in 377a583fce2a [2022-06-23T16:53:51.926Z] Removing intermediate container 377a583fce2a [2022-06-23T16:53:51.926Z] ---> b46715dc3c32 [2022-06-23T16:53:51.927Z] Step 13/27 : RUN $MAKE [2022-06-23T16:53:52.200Z] ---> Running in 0619c059f30a [2022-06-23T16:53:53.186Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.1-dev.9 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.1-dev.4" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-06-23T16:56:15.055Z] Removing intermediate container 0619c059f30a [2022-06-23T16:56:15.055Z] ---> 5dab8831d3ed [2022-06-23T16:56:15.055Z] Step 14/27 : FROM alpine:3.14 [2022-06-23T16:56:15.055Z] 3.14: Pulling from library/alpine [2022-06-23T16:56:15.055Z] 455c02918c45: Pulling fs layer [2022-06-23T16:56:15.055Z] 455c02918c45: Verifying Checksum [2022-06-23T16:56:15.055Z] 455c02918c45: Download complete [2022-06-23T16:56:15.055Z] 455c02918c45: Pull complete [2022-06-23T16:56:15.055Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-23T16:56:15.055Z] Status: Downloaded newer image for alpine:3.14 [2022-06-23T16:56:15.055Z] ---> ac73e934f311 [2022-06-23T16:56:15.055Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-06-23T16:56:15.055Z] ---> Running in e7b35f05464f [2022-06-23T16:56:15.055Z] Removing intermediate container e7b35f05464f [2022-06-23T16:56:15.055Z] ---> d21162808c7c [2022-06-23T16:56:15.055Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-06-23T16:56:15.055Z] ---> Running in 8c966d160e4d [2022-06-23T16:56:15.055Z] Removing intermediate container 8c966d160e4d [2022-06-23T16:56:15.055Z] ---> 3b27cfdbe993 [2022-06-23T16:56:15.055Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-06-23T16:56:15.055Z] ---> Running in 600d0dfc2713 [2022-06-23T16:56:15.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-23T16:56:15.055Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-23T16:56:15.055Z] (1/7) Installing ca-certificates (20211220-r0) [2022-06-23T16:56:15.055Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-06-23T16:56:15.055Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-06-23T16:56:15.055Z] (4/7) Installing libsodium (1.0.18-r0) [2022-06-23T16:56:15.055Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-23T16:56:15.055Z] (6/7) Installing libzmq (4.3.4-r0) [2022-06-23T16:56:15.055Z] (7/7) Installing zeromq (4.3.4-r0) [2022-06-23T16:56:15.055Z] Executing busybox-1.33.1-r7.trigger [2022-06-23T16:56:15.055Z] Executing ca-certificates-20211220-r0.trigger [2022-06-23T16:56:15.055Z] OK: 9 MiB in 21 packages [2022-06-23T16:56:15.055Z] Removing intermediate container 600d0dfc2713 [2022-06-23T16:56:15.055Z] ---> c86bfa3498f5 [2022-06-23T16:56:15.055Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-06-23T16:56:15.055Z] ---> ff3f32c613ba [2022-06-23T16:56:15.055Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-06-23T16:56:15.055Z] ---> 0cb02b733f0f [2022-06-23T16:56:15.055Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-06-23T16:56:15.055Z] ---> a0c420712098 [2022-06-23T16:56:15.055Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-06-23T16:56:15.055Z] ---> e71b89a258dd [2022-06-23T16:56:15.055Z] Step 22/27 : EXPOSE 48095 [2022-06-23T16:56:15.055Z] ---> Running in 0d098ebfaa34 [2022-06-23T16:56:15.055Z] Removing intermediate container 0d098ebfaa34 [2022-06-23T16:56:15.055Z] ---> 1637c619c863 [2022-06-23T16:56:15.055Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-06-23T16:56:15.055Z] ---> Running in dfb9e7c8fb49 [2022-06-23T16:56:15.055Z] Removing intermediate container dfb9e7c8fb49 [2022-06-23T16:56:15.055Z] ---> 92566f27ab88 [2022-06-23T16:56:15.055Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-23T16:56:15.055Z] ---> Running in 375ce1802112 [2022-06-23T16:56:15.055Z] Removing intermediate container 375ce1802112 [2022-06-23T16:56:15.055Z] ---> 1523babda971 [2022-06-23T16:56:15.055Z] Step 25/27 : LABEL arch=arm64 [2022-06-23T16:56:15.055Z] ---> Running in b73173c9b2fe [2022-06-23T16:56:15.055Z] Removing intermediate container b73173c9b2fe [2022-06-23T16:56:15.055Z] ---> 41c11ea963c8 [2022-06-23T16:56:15.055Z] Step 26/27 : LABEL git_sha=5ce181da19694a4307a13509148c3e1aea68fdc3 [2022-06-23T16:56:15.055Z] ---> Running in 770e01561f4c [2022-06-23T16:56:15.055Z] Removing intermediate container 770e01561f4c [2022-06-23T16:56:15.055Z] ---> 86b6be35a9d4 [2022-06-23T16:56:15.055Z] Step 27/27 : LABEL version=2.2.1-dev.4 [2022-06-23T16:56:15.055Z] ---> Running in 63b67bcda51b [2022-06-23T16:56:15.329Z] Removing intermediate container 63b67bcda51b [2022-06-23T16:56:15.329Z] ---> 4c44703e4eb5 [2022-06-23T16:56:15.329Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-23T16:56:15.329Z] Successfully built 4c44703e4eb5 [2022-06-23T16:56:15.329Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-23T16:56:15.442Z] provisioning config files... [2022-06-23T16:56:15.461Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/81@tmp/config2241422253895581823tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:56:15.815Z] ---> docker-login.sh [2022-06-23T16:56:15.815Z] nexus3.edgexfoundry.org:10001 [2022-06-23T16:56:16.090Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:56:16.090Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:56:16.090Z] Configure a credential helper to remove this warning. See [2022-06-23T16:56:16.090Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:56:16.090Z] [2022-06-23T16:56:16.090Z] Login Succeeded [2022-06-23T16:56:16.090Z] nexus3.edgexfoundry.org:10002 [2022-06-23T16:56:16.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:56:16.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:56:16.686Z] Configure a credential helper to remove this warning. See [2022-06-23T16:56:16.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:56:16.686Z] [2022-06-23T16:56:16.687Z] Login Succeeded [2022-06-23T16:56:16.687Z] nexus3.edgexfoundry.org:10003 [2022-06-23T16:56:16.960Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:56:17.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:56:17.233Z] Configure a credential helper to remove this warning. See [2022-06-23T16:56:17.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:56:17.233Z] [2022-06-23T16:56:17.233Z] Login Succeeded [2022-06-23T16:56:17.233Z] nexus3.edgexfoundry.org:10004 [2022-06-23T16:56:17.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:56:17.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:56:17.785Z] Configure a credential helper to remove this warning. See [2022-06-23T16:56:17.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:56:17.785Z] [2022-06-23T16:56:17.785Z] Login Succeeded [2022-06-23T16:56:17.785Z] docker.io [2022-06-23T16:56:18.058Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-23T16:56:18.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-23T16:56:18.331Z] Configure a credential helper to remove this warning. See [2022-06-23T16:56:18.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-23T16:56:18.331Z] [2022-06-23T16:56:18.331Z] Login Succeeded [2022-06-23T16:56:18.331Z] ---> docker-login.sh ends [Pipeline] } [2022-06-23T16:56:18.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-23T16:56:18.384Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-23T16:56:18.409Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-06-23T16:56:18.409Z] 5ce181da19694a4307a13509148c3e1aea68fdc3 [2022-06-23T16:56:18.409Z] latest [2022-06-23T16:56:18.409Z] 2.2.1-dev.4 [2022-06-23T16:56:18.409Z] 5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [2022-06-23T16:56:18.409Z] main [2022-06-23T16:56:18.409Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:18.763Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:19.133Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3 [2022-06-23T16:56:19.133Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-23T16:56:19.133Z] ce82543ab000: Preparing [2022-06-23T16:56:19.133Z] 46101b91037e: Preparing [2022-06-23T16:56:19.133Z] 9ebd4f348a9e: Preparing [2022-06-23T16:56:19.133Z] cd5fe693b6cd: Preparing [2022-06-23T16:56:19.133Z] beb91020e13f: Preparing [2022-06-23T16:56:19.133Z] f73e7dbfee58: Preparing [2022-06-23T16:56:19.133Z] f73e7dbfee58: Waiting [2022-06-23T16:56:19.419Z] 46101b91037e: Pushed [2022-06-23T16:56:19.419Z] 9ebd4f348a9e: Pushed [2022-06-23T16:56:19.419Z] cd5fe693b6cd: Pushed [2022-06-23T16:56:19.419Z] f73e7dbfee58: Layer already exists [2022-06-23T16:56:20.401Z] beb91020e13f: Pushed [2022-06-23T16:56:26.014Z] ce82543ab000: Pushed [2022-06-23T16:56:26.014Z] 5ce181da19694a4307a13509148c3e1aea68fdc3: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:26.375Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:26.735Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-06-23T16:56:26.735Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-23T16:56:26.735Z] ce82543ab000: Preparing [2022-06-23T16:56:26.735Z] 46101b91037e: Preparing [2022-06-23T16:56:26.735Z] 9ebd4f348a9e: Preparing [2022-06-23T16:56:26.735Z] cd5fe693b6cd: Preparing [2022-06-23T16:56:26.735Z] beb91020e13f: Preparing [2022-06-23T16:56:26.735Z] f73e7dbfee58: Preparing [2022-06-23T16:56:26.735Z] f73e7dbfee58: Waiting [2022-06-23T16:56:26.735Z] 9ebd4f348a9e: Layer already exists [2022-06-23T16:56:26.735Z] ce82543ab000: Layer already exists [2022-06-23T16:56:26.735Z] 46101b91037e: Layer already exists [2022-06-23T16:56:26.735Z] cd5fe693b6cd: Layer already exists [2022-06-23T16:56:26.735Z] beb91020e13f: Layer already exists [2022-06-23T16:56:26.735Z] f73e7dbfee58: Layer already exists [2022-06-23T16:56:27.007Z] latest: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:27.381Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:27.741Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.4 [2022-06-23T16:56:27.741Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-23T16:56:27.741Z] ce82543ab000: Preparing [2022-06-23T16:56:27.741Z] 46101b91037e: Preparing [2022-06-23T16:56:27.741Z] 9ebd4f348a9e: Preparing [2022-06-23T16:56:27.741Z] cd5fe693b6cd: Preparing [2022-06-23T16:56:27.741Z] beb91020e13f: Preparing [2022-06-23T16:56:27.741Z] f73e7dbfee58: Preparing [2022-06-23T16:56:27.741Z] f73e7dbfee58: Waiting [2022-06-23T16:56:27.741Z] 9ebd4f348a9e: Layer already exists [2022-06-23T16:56:27.741Z] ce82543ab000: Layer already exists [2022-06-23T16:56:27.741Z] cd5fe693b6cd: Layer already exists [2022-06-23T16:56:28.012Z] 46101b91037e: Layer already exists [2022-06-23T16:56:28.012Z] beb91020e13f: Layer already exists [2022-06-23T16:56:28.012Z] f73e7dbfee58: Layer already exists [2022-06-23T16:56:28.012Z] 2.2.1-dev.4: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:28.371Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:28.727Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [2022-06-23T16:56:28.727Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-23T16:56:28.727Z] ce82543ab000: Preparing [2022-06-23T16:56:28.727Z] 46101b91037e: Preparing [2022-06-23T16:56:28.727Z] 9ebd4f348a9e: Preparing [2022-06-23T16:56:28.727Z] cd5fe693b6cd: Preparing [2022-06-23T16:56:28.727Z] beb91020e13f: Preparing [2022-06-23T16:56:28.727Z] f73e7dbfee58: Preparing [2022-06-23T16:56:28.727Z] f73e7dbfee58: Waiting [2022-06-23T16:56:28.727Z] ce82543ab000: Layer already exists [2022-06-23T16:56:28.727Z] beb91020e13f: Layer already exists [2022-06-23T16:56:28.727Z] 9ebd4f348a9e: Layer already exists [2022-06-23T16:56:28.727Z] cd5fe693b6cd: Layer already exists [2022-06-23T16:56:28.727Z] 46101b91037e: Layer already exists [2022-06-23T16:56:28.727Z] f73e7dbfee58: Layer already exists [2022-06-23T16:56:28.998Z] 5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:29.363Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:29.720Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-06-23T16:56:29.720Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-06-23T16:56:29.720Z] ce82543ab000: Preparing [2022-06-23T16:56:29.720Z] 46101b91037e: Preparing [2022-06-23T16:56:29.720Z] 9ebd4f348a9e: Preparing [2022-06-23T16:56:29.720Z] cd5fe693b6cd: Preparing [2022-06-23T16:56:29.720Z] beb91020e13f: Preparing [2022-06-23T16:56:29.720Z] f73e7dbfee58: Preparing [2022-06-23T16:56:29.720Z] f73e7dbfee58: Waiting [2022-06-23T16:56:29.720Z] 46101b91037e: Layer already exists [2022-06-23T16:56:29.720Z] cd5fe693b6cd: Layer already exists [2022-06-23T16:56:29.720Z] beb91020e13f: Layer already exists [2022-06-23T16:56:29.720Z] ce82543ab000: Layer already exists [2022-06-23T16:56:29.720Z] 9ebd4f348a9e: Layer already exists [2022-06-23T16:56:29.720Z] f73e7dbfee58: Layer already exists [2022-06-23T16:56:29.997Z] main: digest: sha256:65bb17d0814d0ce5a03482b825a4875850d78b05447c548a182103853fff6d14 size: 1575 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-23T16:56:30.051Z] ===================================================== [Pipeline] echo [2022-06-23T16:56:30.058Z] taggedImages: [2022-06-23T16:56:30.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3 [2022-06-23T16:56:30.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-06-23T16:56:30.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.1-dev.4 [2022-06-23T16:56:30.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:5ce181da19694a4307a13509148c3e1aea68fdc3-2.2.1-dev.4 [2022-06-23T16:56:30.058Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:30.421Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-23T16:56:30.421Z] [2022-06-23T16:56:30.421Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:56:30.776Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-23T16:56:31.055Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-23T16:56:31.055Z] 8998bd30e6a1: Pulling fs layer [2022-06-23T16:56:31.055Z] 04944245beec: Pulling fs layer [2022-06-23T16:56:31.055Z] 699f458cf7ca: Pulling fs layer [2022-06-23T16:56:31.055Z] 765212b225bb: Pulling fs layer [2022-06-23T16:56:31.055Z] f23df028b6ca: Pulling fs layer [2022-06-23T16:56:31.055Z] d65c8cfc05b1: Pulling fs layer [2022-06-23T16:56:31.055Z] 2437ff75d9bd: Pulling fs layer [2022-06-23T16:56:31.055Z] 765212b225bb: Waiting [2022-06-23T16:56:31.055Z] f23df028b6ca: Waiting [2022-06-23T16:56:31.055Z] d65c8cfc05b1: Waiting [2022-06-23T16:56:31.055Z] 2437ff75d9bd: Waiting [2022-06-23T16:56:31.055Z] 04944245beec: Download complete [2022-06-23T16:56:31.055Z] 765212b225bb: Verifying Checksum [2022-06-23T16:56:31.055Z] 765212b225bb: Download complete [2022-06-23T16:56:31.055Z] f23df028b6ca: Verifying Checksum [2022-06-23T16:56:31.055Z] f23df028b6ca: Download complete [2022-06-23T16:56:31.055Z] d65c8cfc05b1: Verifying Checksum [2022-06-23T16:56:31.055Z] d65c8cfc05b1: Download complete [2022-06-23T16:56:31.328Z] 699f458cf7ca: Download complete [2022-06-23T16:56:31.605Z] 8998bd30e6a1: Verifying Checksum [2022-06-23T16:56:31.605Z] 8998bd30e6a1: Download complete [2022-06-23T16:56:34.229Z] 2437ff75d9bd: Verifying Checksum [2022-06-23T16:56:34.229Z] 2437ff75d9bd: Download complete [2022-06-23T16:56:35.672Z] 8998bd30e6a1: Pull complete [2022-06-23T16:56:36.271Z] 04944245beec: Pull complete [2022-06-23T16:56:37.711Z] 699f458cf7ca: Pull complete [2022-06-23T16:56:37.711Z] 765212b225bb: Pull complete [2022-06-23T16:56:38.733Z] f23df028b6ca: Pull complete [2022-06-23T16:56:39.017Z] d65c8cfc05b1: Pull complete [2022-06-23T16:56:54.165Z] 2437ff75d9bd: Pull complete [2022-06-23T16:56:54.165Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-23T16:56:54.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-23T16:56:54.165Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:56:54.419Z] prd-ubuntu20.04-docker-arm64-4c-16g-15464 does not seem to be running inside a container [2022-06-23T16:56:54.514Z] $ 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/81 -v /w/workspace/app-service-configurable/81:/w/workspace/app-service-configurable/81:rw,z -v /w/workspace/app-service-configurable/81@tmp:/w/workspace/app-service-configurable/81@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-23T16:56:57.173Z] $ docker top 1117530b22181295795ff38d59f08b66d4da3b86c04870ff6d78c5bf71b4880e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:56:58.082Z] ---> job-cost.sh [2022-06-23T16:56:58.082Z] lf-activate-venv: SKIPPING [2022-06-23T16:56:58.082Z] INFO: No Stack... [2022-06-23T16:56:58.354Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-23T16:56:59.330Z] INFO: Archiving Costs [Pipeline] sh [2022-06-23T16:56:59.995Z] + cat /w/workspace/app-service-configurable/81/archives/cost.csv [2022-06-23T16:56:59.995Z] + cut -d, -f6 [Pipeline] lock [2022-06-23T16:57:00.063Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [2022-06-23T16:57:00.070Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] did not exist. Created. [2022-06-23T16:57:00.070Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-23T16:57:00.754Z] /w/workspace/app-service-configurable/81@tmp/durable-5a6294e0/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-23T16:57:01.444Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-23T16:57:01.465Z] Warning: overwriting stash ‘stack-cost’ [2022-06-23T16:57:01.513Z] Stashed 1 file(s) [Pipeline] } [2022-06-23T16:57:01.522Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-81-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-23T16:57:01.553Z] $ docker stop --time=1 1117530b22181295795ff38d59f08b66d4da3b86c04870ff6d78c5bf71b4880e [2022-06-23T16:57:03.085Z] $ docker rm -f 1117530b22181295795ff38d59f08b66d4da3b86c04870ff6d78c5bf71b4880e [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-06-23T16:57:03.543Z] provisioning config files... [2022-06-23T16:57:03.551Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config691644201211699384tmp [Pipeline] { [Pipeline] sh [2022-06-23T16:57:03.849Z] + set +x [2022-06-23T16:57:03.849Z] + curl+ -s https://codecov.io/bash [2022-06-23T16:57:03.849Z] bash -s -- [2022-06-23T16:57:03.849Z] [2022-06-23T16:57:03.849Z] _____ _ [2022-06-23T16:57:03.849Z] / ____| | | [2022-06-23T16:57:03.849Z] | | ___ __| | ___ ___ _____ __ [2022-06-23T16:57:03.849Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-23T16:57:03.849Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-23T16:57:03.849Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-23T16:57:03.849Z] Bash-1.0.6 [2022-06-23T16:57:03.849Z] [2022-06-23T16:57:03.849Z] [2022-06-23T16:57:03.849Z] ==> git version 2.25.1 found [2022-06-23T16:57:03.849Z] ==> 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-06-23T16:57:03.849Z] Release-Date: 2020-01-08 [2022-06-23T16:57:03.849Z] 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-06-23T16:57:03.849Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-23T16:57:03.849Z] ==> Jenkins CI detected. [2022-06-23T16:57:03.849Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-06-23T16:57:03.849Z] project root: . [2022-06-23T16:57:03.849Z] --> token set from env [2022-06-23T16:57:03.849Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-23T16:57:03.849Z] ==> Running gcov in . (disable via -X gcov) [2022-06-23T16:57:03.849Z] ==> Python coveragepy not found [2022-06-23T16:57:03.849Z] ==> Searching for coverage reports in: [2022-06-23T16:57:03.849Z] + . [2022-06-23T16:57:03.849Z] -> Found 1 reports [2022-06-23T16:57:03.849Z] ==> Detecting git/mercurial file structure [2022-06-23T16:57:03.849Z] ==> Reading reports [2022-06-23T16:57:03.849Z] + ./coverage.out bytes=10 [2022-06-23T16:57:03.849Z] ==> Appending adjustments [2022-06-23T16:57:03.849Z] https://docs.codecov.io/docs/fixing-reports [2022-06-23T16:57:04.111Z] + Found adjustments [2022-06-23T16:57:04.111Z] ==> Gzipping contents [2022-06-23T16:57:04.111Z] 4.0K /tmp/codecov.lqyRJw.gz [2022-06-23T16:57:04.111Z] ==> Uploading reports [2022-06-23T16:57:04.111Z] url: https://codecov.io [2022-06-23T16:57:04.111Z] query: branch=main&commit=5ce181da19694a4307a13509148c3e1aea68fdc3&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F81%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-23T16:57:04.111Z] -> Pinging Codecov [2022-06-23T16:57:04.111Z] 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=5ce181da19694a4307a13509148c3e1aea68fdc3&build=81&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F81%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-23T16:57:04.371Z] -> Uploading to [2022-06-23T16:57:04.371Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-23/A97CA9966030D2A3747ED39772930CCE/5ce181da19694a4307a13509148c3e1aea68fdc3/27c6fc53-d98c-40fb-8e78-c8010971e73b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220623%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220623T165704Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3ffac5a0913919b2a58ab01640a75322df57e5f22bda4a5cbe6b4d8dc3afea69 [2022-06-23T16:57:04.371Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-23T16:57:04.371Z] Dload Upload Total Spent Left Speed [2022-06-23T16:57:04.633Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 592 0 0 100 592 0 2020 --:--:-- --:--:-- --:--:-- 2020 [2022-06-23T16:57:04.633Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] } [2022-06-23T16:57:04.642Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-06-23T16:57:04.823Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-06-23T16:57:04.833Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:57:05.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-23T16:57:05.126Z] [2022-06-23T16:57:05.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:57:05.431Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-23T16:57:05.431Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-06-23T16:57:05.431Z] df9b9388f04a: Pulling fs layer [2022-06-23T16:57:05.431Z] 52dc419b0ee2: Pulling fs layer [2022-06-23T16:57:05.431Z] 25bc292e5bac: Pulling fs layer [2022-06-23T16:57:05.431Z] 114826534d7a: Pulling fs layer [2022-06-23T16:57:05.431Z] 4657fd5d0bcf: Pulling fs layer [2022-06-23T16:57:05.431Z] 6ad1cebc031e: Pulling fs layer [2022-06-23T16:57:05.431Z] 8a3aa393b2d8: Pulling fs layer [2022-06-23T16:57:05.431Z] 4657fd5d0bcf: Waiting [2022-06-23T16:57:05.431Z] 114826534d7a: Waiting [2022-06-23T16:57:05.431Z] 6ad1cebc031e: Waiting [2022-06-23T16:57:05.431Z] 8a3aa393b2d8: Waiting [2022-06-23T16:57:05.431Z] 25bc292e5bac: Verifying Checksum [2022-06-23T16:57:05.431Z] 25bc292e5bac: Download complete [2022-06-23T16:57:05.431Z] 52dc419b0ee2: Download complete [2022-06-23T16:57:05.431Z] 4657fd5d0bcf: Verifying Checksum [2022-06-23T16:57:05.431Z] 4657fd5d0bcf: Download complete [2022-06-23T16:57:05.431Z] df9b9388f04a: Download complete [2022-06-23T16:57:05.690Z] 6ad1cebc031e: Verifying Checksum [2022-06-23T16:57:05.690Z] 6ad1cebc031e: Download complete [2022-06-23T16:57:05.690Z] df9b9388f04a: Pull complete [2022-06-23T16:57:05.690Z] 52dc419b0ee2: Pull complete [2022-06-23T16:57:05.952Z] 25bc292e5bac: Pull complete [2022-06-23T16:57:06.212Z] 114826534d7a: Verifying Checksum [2022-06-23T16:57:06.212Z] 114826534d7a: Download complete [2022-06-23T16:57:06.212Z] 8a3aa393b2d8: Download complete [2022-06-23T16:57:10.406Z] 114826534d7a: Pull complete [2022-06-23T16:57:10.406Z] 4657fd5d0bcf: Pull complete [2022-06-23T16:57:10.406Z] 6ad1cebc031e: Pull complete [2022-06-23T16:57:13.699Z] 8a3aa393b2d8: Pull complete [2022-06-23T16:57:13.699Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-06-23T16:57:13.699Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-23T16:57:13.699Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:57:13.809Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:57:13.854Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-06-23T16:57:15.150Z] $ docker top a9fb9e49eafe821df55f65423cc5115f5d5c21684babf89b1e778a1e0e1a0e7e -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-23T16:57:15.244Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/app-service-configurable:main' [Pipeline] sh [2022-06-23T16:57:15.530Z] + set -o pipefail [2022-06-23T16:57:15.530Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/app-service-configurable:main' [2022-06-23T16:57:20.823Z] [2022-06-23T16:57:20.823Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-06-23T16:57:20.823Z] [2022-06-23T16:57:20.823Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/5a27cfc0-dfdd-4ec8-bbe4-aefccf3d4d74/history/074c90f9-4bcc-4706-bdef-d38dec114ed6 [2022-06-23T16:57:20.823Z] [2022-06-23T16:57:20.823Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-06-23T16:57:20.823Z] [2022-06-23T16:57:20.823Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-06-23T16:57:20.823Z] [2022-06-23T16:57:21.084Z] [2022-06-23T16:57:21.084Z] You have reached your monthly limit of 401 private tests for your edgex-jenkins org. [2022-06-23T16:57:21.084Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2022-06-23T16:57:21.098Z] $ docker stop --time=1 a9fb9e49eafe821df55f65423cc5115f5d5c21684babf89b1e778a1e0e1a0e7e [2022-06-23T16:57:23.048Z] $ docker rm -f a9fb9e49eafe821df55f65423cc5115f5d5c21684babf89b1e778a1e0e1a0e7e [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-06-23T16:57:23.821Z] + git log --format=format:%s -1 5ce181da19694a4307a13509148c3e1aea68fdc3 [Pipeline] sh [2022-06-23T16:57:24.118Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-23T16:57:24.118Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:57:24.429Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-23T16:57:24.429Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:57:24.521Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:57:24.566Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-23T16:57:24.998Z] $ docker top ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-23T16:57:25.094Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-23T16:57:25.094Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-23T16:57:25.238Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-23T16:57:25.245Z] $ docker exec ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca ssh-agent [2022-06-23T16:57:25.379Z] SSH_AUTH_SOCK=/tmp/ssh-3hoTpFIXl7xz/agent.31 [2022-06-23T16:57:25.379Z] SSH_AGENT_PID=37 [2022-06-23T16:57:25.385Z] Running ssh-add (command line suppressed) [2022-06-23T16:57:25.509Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2411224554584778.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2411224554584778.key) [2022-06-23T16:57:25.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-23T16:57:25.816Z] + git semver tag [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,030 [run_tag] DEBUG tag force:False [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,030 [check_head_tag] DEBUG check head tag [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,031 [execute] INFO git cat-file --batch-check [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,031 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,036 [execute] INFO git cat-file --batch [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,036 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=) [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,046 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,046 [execute] INFO git tag -a v2.2.1-dev.4 -m v2.2.1-dev.4 [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,046 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.4', '-m', 'v2.2.1-dev.4'], cwd=/w/workspace/ry_app-service-configurable_main, universal_newlines=False, shell=None, istream=None) [2022-06-23T16:57:26.077Z] 2022-06-23 16:57:26,051 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:57:26.077Z] 2.2.1-dev.4 [Pipeline] } [2022-06-23T16:57:26.091Z] $ docker exec --env ******** --env ******** ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca ssh-agent -k [2022-06-23T16:57:26.209Z] unset SSH_AUTH_SOCK; [2022-06-23T16:57:26.209Z] unset SSH_AGENT_PID; [2022-06-23T16:57:26.210Z] echo Agent pid 37 killed; [2022-06-23T16:57:26.222Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-23T16:57:26.535Z] + git semver [Pipeline] } [2022-06-23T16:57:26.813Z] $ docker stop --time=1 ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca [2022-06-23T16:57:28.149Z] $ docker rm -f ea125cc26a1e82f5a76f7b415b4ffa2b2aae8adafda866c0acdd85a3975eadca [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:57:28.557Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-23T16:57:28.557Z] [2022-06-23T16:57:28.557Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:57:28.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-23T16:57:28.861Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-06-23T16:57:28.861Z] ab5ef0e58194: Pulling fs layer [2022-06-23T16:57:28.861Z] 9712f1f96733: Pulling fs layer [2022-06-23T16:57:28.861Z] 63f879dbbcfc: Pulling fs layer [2022-06-23T16:57:28.861Z] 0d9ebad4ef96: Pulling fs layer [2022-06-23T16:57:28.861Z] e9a5061849ea: Pulling fs layer [2022-06-23T16:57:28.861Z] d747dcd14b5f: Pulling fs layer [2022-06-23T16:57:28.861Z] 2de7ff778b66: Pulling fs layer [2022-06-23T16:57:28.861Z] 0d9ebad4ef96: Waiting [2022-06-23T16:57:28.861Z] e9a5061849ea: Waiting [2022-06-23T16:57:28.861Z] 2de7ff778b66: Waiting [2022-06-23T16:57:28.861Z] d747dcd14b5f: Waiting [2022-06-23T16:57:28.861Z] 9712f1f96733: Verifying Checksum [2022-06-23T16:57:28.861Z] 9712f1f96733: Download complete [2022-06-23T16:57:29.126Z] 63f879dbbcfc: Verifying Checksum [2022-06-23T16:57:29.126Z] 63f879dbbcfc: Download complete [2022-06-23T16:57:29.388Z] e9a5061849ea: Verifying Checksum [2022-06-23T16:57:29.388Z] e9a5061849ea: Download complete [2022-06-23T16:57:29.388Z] d747dcd14b5f: Download complete [2022-06-23T16:57:29.388Z] ab5ef0e58194: Verifying Checksum [2022-06-23T16:57:29.388Z] ab5ef0e58194: Download complete [2022-06-23T16:57:29.388Z] 0d9ebad4ef96: Verifying Checksum [2022-06-23T16:57:29.388Z] 0d9ebad4ef96: Download complete [2022-06-23T16:57:29.649Z] 2de7ff778b66: Verifying Checksum [2022-06-23T16:57:29.649Z] 2de7ff778b66: Download complete [2022-06-23T16:57:32.948Z] ab5ef0e58194: Pull complete [2022-06-23T16:57:32.948Z] 9712f1f96733: Pull complete [2022-06-23T16:57:33.519Z] 63f879dbbcfc: Pull complete [2022-06-23T16:57:38.802Z] 0d9ebad4ef96: Pull complete [2022-06-23T16:57:38.802Z] e9a5061849ea: Pull complete [2022-06-23T16:57:38.802Z] d747dcd14b5f: Pull complete [2022-06-23T16:57:39.743Z] 2de7ff778b66: Pull complete [2022-06-23T16:57:39.743Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-06-23T16:57:39.743Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-23T16:57:39.743Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:57:39.890Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:57:39.937Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-06-23T16:57:41.671Z] $ docker top 792e7e8f80edad8daed1e6c91a699512c3a42964fd01cbd1f944b50ae43aacf0 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-06-23T16:57:41.755Z] provisioning config files... [2022-06-23T16:57:41.764Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2685956767192354403tmp [2022-06-23T16:57:41.777Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3267848687090622405tmp [2022-06-23T16:57:41.793Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7864500461936163196tmp [Pipeline] { [Pipeline] echo [2022-06-23T16:57:41.814Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:57:42.109Z] ---> sigul-configuration.sh [2022-06-23T16:57:42.109Z] gpg: directory `/root/.gnupg' created [2022-06-23T16:57:42.109Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-06-23T16:57:42.109Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-06-23T16:57:42.109Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-06-23T16:57:42.109Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-06-23T16:57:42.109Z] gpg: CAST5 encrypted data [2022-06-23T16:57:42.109Z] gpg: encrypted with 1 passphrase [2022-06-23T16:57:42.109Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-06-23T16:57:42.403Z] + mkdir /home/jenkins [2022-06-23T16:57:42.403Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-06-23T16:57:42.696Z] + 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-06-23T16:57:42.706Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:57:42.998Z] ---> sigul-install.sh [2022-06-23T16:57:42.998Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-06-23T16:57:43.294Z] + git tag --list [2022-06-23T16:57:43.294Z] v1.0.0 [2022-06-23T16:57:43.294Z] v1.1.0 [2022-06-23T16:57:43.294Z] v1.2.0 [2022-06-23T16:57:43.294Z] v1.3.0 [2022-06-23T16:57:43.294Z] v1.3.1 [2022-06-23T16:57:43.294Z] v2.0.0 [2022-06-23T16:57:43.294Z] v2.0.1 [2022-06-23T16:57:43.294Z] v2.1.0 [2022-06-23T16:57:43.294Z] v2.1.1 [2022-06-23T16:57:43.294Z] v2.1.1-dev.1 [2022-06-23T16:57:43.294Z] v2.1.1-dev.2 [2022-06-23T16:57:43.294Z] v2.2.0 [2022-06-23T16:57:43.294Z] v2.2.1-dev.1 [2022-06-23T16:57:43.294Z] v2.2.1-dev.2 [2022-06-23T16:57:43.294Z] v2.2.1-dev.3 [2022-06-23T16:57:43.294Z] v2.2.1-dev.4 [Pipeline] sh [2022-06-23T16:57:43.585Z] + lftools sign git-tag v2.2.1-dev.4 [2022-06-23T16:57:44.157Z] Signing Git tag with Sigul... [2022-06-23T16:57:44.157Z] Signing v2.2.1-dev.4 [Pipeline] echo [2022-06-23T16:57:44.742Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:57:45.031Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-06-23T16:57:45.039Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-06-23T16:57:45.061Z] $ docker stop --time=1 792e7e8f80edad8daed1e6c91a699512c3a42964fd01cbd1f944b50ae43aacf0 [2022-06-23T16:57:46.404Z] $ docker rm -f 792e7e8f80edad8daed1e6c91a699512c3a42964fd01cbd1f944b50ae43aacf0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-06-23T16:57:46.812Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-23T16:57:46.812Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:57:47.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-23T16:57:47.112Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:57:47.194Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:57:47.236Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-23T16:57:47.637Z] $ docker top 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-23T16:57:47.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-23T16:57:47.734Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-23T16:57:47.870Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-23T16:57:47.876Z] $ docker exec 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc ssh-agent [2022-06-23T16:57:48.003Z] SSH_AUTH_SOCK=/tmp/ssh-xA6IVOLlfjlX/agent.33 [2022-06-23T16:57:48.003Z] SSH_AGENT_PID=39 [2022-06-23T16:57:48.009Z] Running ssh-add (command line suppressed) [2022-06-23T16:57:48.133Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6737568961969491402.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6737568961969491402.key) [2022-06-23T16:57:48.149Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-23T16:57:48.439Z] + git semver bump pre [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,634 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,634 [bump_version] DEBUG bumping version:2.2.1-dev.4 on axis:pre with prefix:dev [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,634 [bump_version] DEBUG bumped version:2.2.1-dev.5 [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,634 [write_version] DEBUG write version:2.2.1-dev.5 to path:/w/workspace/ry_app-service-configurable_main/.semver/main with force:True [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,634 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,634 [write_file] DEBUG write to file:/w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,636 [execute] INFO git cat-file --batch-check [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,636 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,640 [execute] INFO git cat-file --batch [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,641 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-23T16:57:48.701Z] 2022-06-23 16:57:48,645 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:57:48.701Z] 2.2.1-dev.5 [Pipeline] } [2022-06-23T16:57:48.715Z] $ docker exec --env ******** --env ******** 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc ssh-agent -k [2022-06-23T16:57:48.834Z] unset SSH_AUTH_SOCK; [2022-06-23T16:57:48.835Z] unset SSH_AGENT_PID; [2022-06-23T16:57:48.835Z] echo Agent pid 39 killed; [2022-06-23T16:57:48.846Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-23T16:57:49.157Z] + git semver [Pipeline] } [2022-06-23T16:57:49.437Z] $ docker stop --time=1 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc [2022-06-23T16:57:50.766Z] $ docker rm -f 4ab59b226d9b9b4896eec8a2a8b86b18f83598d2d3631883da9c303d82c6b4dc [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-23T16:57:51.125Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-23T16:57:51.125Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:57:51.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-23T16:57:51.433Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:57:51.523Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:57:51.591Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-23T16:57:52.023Z] $ docker top 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-23T16:57:52.122Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-23T16:57:52.122Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-23T16:57:52.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-23T16:57:52.268Z] $ docker exec 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c ssh-agent [2022-06-23T16:57:52.408Z] SSH_AUTH_SOCK=/tmp/ssh-IW7B3QbYVB7x/agent.32 [2022-06-23T16:57:52.408Z] SSH_AGENT_PID=38 [2022-06-23T16:57:52.414Z] Running ssh-add (command line suppressed) [2022-06-23T16:57:52.558Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_979315442382739631.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_979315442382739631.key) [2022-06-23T16:57:52.573Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-23T16:57:52.862Z] + git semver push [2022-06-23T16:57:53.123Z] 2022-06-23 16:57:53,068 [run_push] DEBUG push [2022-06-23T16:57:53.123Z] 2022-06-23 16:57:53,069 [execute] INFO git cat-file --batch-check [2022-06-23T16:57:53.123Z] 2022-06-23 16:57:53,069 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=) [2022-06-23T16:57:53.123Z] 2022-06-23 16:57:53,074 [execute] INFO git rev-list ebdbaf25d6f106f169aa440319766fd5e9b24406 -- [2022-06-23T16:57:53.123Z] 2022-06-23 16:57:53,074 [execute] DEBUG Popen(['git', 'rev-list', 'ebdbaf25d6f106f169aa440319766fd5e9b24406', '--'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-23T16:57:53.123Z] 2022-06-23 16:57:53,084 [execute] INFO git fetch -v origin [2022-06-23T16:57:53.123Z] 2022-06-23 16:57:53,084 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=True, shell=None, istream=None) [2022-06-23T16:57:53.695Z] 2022-06-23 16:57:53,559 [run_push] DEBUG no remote changes detected [2022-06-23T16:57:53.695Z] 2022-06-23 16:57:53,559 [execute] INFO git push origin semver [2022-06-23T16:57:53.695Z] 2022-06-23 16:57:53,560 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/ry_app-service-configurable_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-23T16:57:54.641Z] 2022-06-23 16:57:54,425 [run_push] DEBUG push all version tags [2022-06-23T16:57:54.641Z] 2022-06-23 16:57:54,426 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-06-23T16:57:54.641Z] 2022-06-23 16:57:54,427 [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-06-23T16:57:55.215Z] 2022-06-23 16:57:55,198 [read_version] DEBUG read version from /w/workspace/ry_app-service-configurable_main/.semver/main [2022-06-23T16:57:55.215Z] 2.2.1-dev.5 [Pipeline] } [2022-06-23T16:57:55.229Z] $ docker exec --env ******** --env ******** 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c ssh-agent -k [2022-06-23T16:57:55.340Z] unset SSH_AUTH_SOCK; [2022-06-23T16:57:55.341Z] unset SSH_AGENT_PID; [2022-06-23T16:57:55.341Z] echo Agent pid 38 killed; [2022-06-23T16:57:55.350Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-23T16:57:55.665Z] + git semver [Pipeline] } [2022-06-23T16:57:55.943Z] $ docker stop --time=1 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c [2022-06-23T16:57:57.254Z] $ docker rm -f 767024e5fab62ad1f3678c8a9b99af984e98c1bf3bb0b290820cf2e2e353bb9c [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-06-23T16:57:57.886Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-06-23T16:57:57.886Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-06-23T16:57:57.886Z] total 16 [2022-06-23T16:57:57.886Z] drwxr-xr-x 3 root root 4096 Jun 23 16:47 . [2022-06-23T16:57:57.886Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 16:57 .. [2022-06-23T16:57:57.886Z] drwxr-xr-x 2 root root 4096 Jun 23 16:47 cost [2022-06-23T16:57:57.886Z] -rw-r--r-- 1 root root 94 Jun 23 16:47 cost.csv [2022-06-23T16:57:57.886Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-06-23T16:57:57.886Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-06-23T16:57:57.886Z] total 16 [2022-06-23T16:57:57.886Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 23 16:47 . [2022-06-23T16:57:57.886Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 23 16:57 .. [2022-06-23T16:57:57.886Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 23 16:47 cost [2022-06-23T16:57:57.886Z] -rw-r--r-- 1 jenkins jenkins 94 Jun 23 16:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:57:58.185Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:57:59.054Z] ---> package-listing.sh [2022-06-23T16:57:59.054Z] ++ facter osfamily [2022-06-23T16:57:59.054Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-23T16:57:59.315Z] + OS_FAMILY=debian [2022-06-23T16:57:59.315Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-06-23T16:57:59.315Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-23T16:57:59.315Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-23T16:57:59.315Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-23T16:57:59.315Z] + PACKAGES=/tmp/packages_start.txt [2022-06-23T16:57:59.315Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-06-23T16:57:59.315Z] + PACKAGES=/tmp/packages_end.txt [2022-06-23T16:57:59.315Z] + case "${OS_FAMILY}" in [2022-06-23T16:57:59.315Z] + dpkg -l [2022-06-23T16:57:59.315Z] + grep '^ii' [2022-06-23T16:57:59.315Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-23T16:57:59.315Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-23T16:57:59.315Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-23T16:57:59.315Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-06-23T16:57:59.315Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-06-23T16:57:59.315Z] + 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-06-23T16:57:59.327Z] 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-06-23T16:57:59.608Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-23T16:58:00.172Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-23T16:58:00.172Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-23T16:58:00.268Z] prd-ubuntu20.04-docker-8c-8g-15463 does not seem to be running inside a container [2022-06-23T16:58:00.318Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-23T16:58:00.551Z] $ docker top 2900fe6197c45c40a744b70e37888bbf26a356f9a659680979d7d16f240d1ea7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-23T16:58:00.907Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-23T16:58:01.191Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-23T16:58:01.480Z] + ls /var/log/sa-host [2022-06-23T16:58:01.480Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-23T16:58:01.621Z] provisioning config files... [2022-06-23T16:58:01.631Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6778439870877503671tmp [Pipeline] { [Pipeline] echo [2022-06-23T16:58:01.644Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:58:01.930Z] ---> create-netrc.sh [Pipeline] } [2022-06-23T16:58:01.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:58:02.279Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-23T16:58:02.287Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:58:02.571Z] ---> sudo-logs.sh [2022-06-23T16:58:02.571Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-23T16:58:02.596Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:58:02.882Z] ---> job-cost.sh [2022-06-23T16:58:02.882Z] lf-activate-venv: SKIPPING [2022-06-23T16:58:02.882Z] DEBUG: total: 0.2199999988079071 [2022-06-23T16:58:02.882Z] INFO: Retrieving Stack Cost... [2022-06-23T16:58:03.143Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-23T16:58:03.715Z] INFO: Archiving Costs [Pipeline] echo [2022-06-23T16:58:03.727Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-23T16:58:04.015Z] ---> logs-deploy.sh [2022-06-23T16:58:04.015Z] lf-activate-venv: SKIPPING [2022-06-23T16:58:04.015Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/81 [2022-06-23T16:58:04.015Z] INFO: archiving workspace using pattern(s): [2022-06-23T16:58:04.956Z] Archives upload complete. [2022-06-23T16:58:04.956Z] INFO: archiving logs to Nexus