Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4cd65a02709344c43b7ddd42f02d16e1ed625d79 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-ssh16131757698980969988.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh4026520294764893566.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 c72b16708d6eed9a08be464a432ce22db7d90667 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5124178424894524007.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh14151667933215151361.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh10599196880760157216.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-31962’ Running on prd-ubuntu20.04-docker-8c-8g-33359 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 4cd65a02709344c43b7ddd42f02d16e1ed625d79 (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 4cd65a02709344c43b7ddd42f02d16e1ed625d79 # timeout=10 Commit message: "feat: Enable use of common app service metrics (#409)" > git rev-list --no-walk df3e4aa32325b4ff01c9571101f476251afb5081 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-26T18:30:04.106Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-26T18:30:04.163Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-26T18:30:04.181Z] ========================================================= [2022-04-26T18:30:04.181Z] EdgeX Global Pipelines Version Info [2022-04-26T18:30:04.181Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:30:04.976Z] ------------------- [2022-04-26T18:30:04.976Z] stable info: [2022-04-26T18:30:04.976Z] ------------------- [2022-04-26T18:30:04.976Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-26T18:30:04.976Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-26T18:30:04.976Z] Message: update stable to v1.0.221 [2022-04-26T18:30:05.549Z] ------------------- [2022-04-26T18:30:05.549Z] experimental info: [2022-04-26T18:30:05.549Z] ------------------- [2022-04-26T18:30:05.549Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2022-04-26T18:30:05.549Z] Commit SHA: 0296cfd70f3001d69e24c2db393b493f66f700db [2022-04-26T18:30:05.549Z] Message: update experimental to v1.0.225 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-26T18:30:05.687Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-04-26T18:30:05.703Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-04-26T18:30:05.720Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-26T18:30:05.740Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-26T18:30:05.759Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-26T18:30:05.779Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-26T18:30:05.792Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-26T18:30:05.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-26T18:30:05.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-26T18:30:05.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-26T18:30:05.841Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-26T18:30:05.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-04-26T18:30:05.876Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-26T18:30:05.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-26T18:30:05.902Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-26T18:30:05.920Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-26T18:30:05.935Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-26T18:30:05.952Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-26T18:30:05.971Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-26T18:30:05.986Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-26T18:30:06.004Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-26T18:30:06.022Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-26T18:30:06.040Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-26T18:30:06.056Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-26T18:30:06.065Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-26T18:30:06.081Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-26T18:30:06.096Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-04-26T18:30:06.113Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-04-26T18:30:06.126Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-04-26T18:30:06.139Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] echo [2022-04-26T18:30:06.157Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4cd65a0 [Pipeline] echo [2022-04-26T18:30:06.173Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T18:30:06.214Z] provisioning config files... [2022-04-26T18:30:06.229Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3152126494555547092tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:30:06.550Z] ---> docker-login.sh [2022-04-26T18:30:06.550Z] nexus3.edgexfoundry.org:10001 [2022-04-26T18:30:06.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:06.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:06.812Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:06.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:06.812Z] [2022-04-26T18:30:06.812Z] Login Succeeded [2022-04-26T18:30:06.812Z] nexus3.edgexfoundry.org:10002 [2022-04-26T18:30:07.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:07.075Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:07.075Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:07.075Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:07.075Z] [2022-04-26T18:30:07.075Z] Login Succeeded [2022-04-26T18:30:07.075Z] nexus3.edgexfoundry.org:10003 [2022-04-26T18:30:07.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:07.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:07.340Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:07.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:07.340Z] [2022-04-26T18:30:07.340Z] Login Succeeded [2022-04-26T18:30:07.340Z] nexus3.edgexfoundry.org:10004 [2022-04-26T18:30:07.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:07.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:07.340Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:07.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:07.340Z] [2022-04-26T18:30:07.340Z] Login Succeeded [2022-04-26T18:30:07.340Z] docker.io [2022-04-26T18:30:07.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:07.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:07.915Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:07.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:07.915Z] [2022-04-26T18:30:07.915Z] Login Succeeded [2022-04-26T18:30:07.915Z] ---> docker-login.sh ends [Pipeline] } [2022-04-26T18:30:07.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-26T18:30:08.321Z] + git rev-list -1 --merges 4cd65a02709344c43b7ddd42f02d16e1ed625d79~1..4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] echo [2022-04-26T18:30:08.355Z] -----------> git rev-list -1 --merges 4cd65a02709344c43b7ddd42f02d16e1ed625d79~1..4cd65a02709344c43b7ddd42f02d16e1ed625d79 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [false] [Pipeline] sh [2022-04-26T18:30:08.667Z] + git log --format=format:%s -1 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] echo [2022-04-26T18:30:08.685Z] ========================================================= [2022-04-26T18:30:08.685Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-26T18:30:08.685Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-26T18:30:09.023Z] + git log --format=format:%s -1 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] echo [2022-04-26T18:30:09.035Z] [semverPrep] GIT_COMMIT: 4cd65a02709344c43b7ddd42f02d16e1ed625d79, Commit Message: feat: Enable use of common app service metrics (#409) [Pipeline] echo [2022-04-26T18:30:09.046Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-26T18:30:09.512Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-26T18:30:09.512Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-26T18:30:09.512Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-26T18:30:09.512Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-26T18:30:09.512Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-26T18:30:09.512Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-26T18:30:09.512Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:30:09.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T18:30:09.954Z] [2022-04-26T18:30:09.954Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:30:10.279Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T18:30:10.279Z] latest: Pulling from edgex-devops/git-semver [2022-04-26T18:30:10.279Z] a0d0a0d46f8b: Pulling fs layer [2022-04-26T18:30:10.279Z] 3e5f54012d9b: Pulling fs layer [2022-04-26T18:30:10.279Z] 4c7163046ea9: Pulling fs layer [2022-04-26T18:30:10.279Z] 0c2d73faf560: Pulling fs layer [2022-04-26T18:30:10.279Z] 0c2d73faf560: Waiting [2022-04-26T18:30:10.279Z] 3e5f54012d9b: Verifying Checksum [2022-04-26T18:30:10.279Z] 3e5f54012d9b: Download complete [2022-04-26T18:30:10.279Z] a0d0a0d46f8b: Verifying Checksum [2022-04-26T18:30:10.279Z] a0d0a0d46f8b: Download complete [2022-04-26T18:30:10.557Z] 0c2d73faf560: Verifying Checksum [2022-04-26T18:30:10.557Z] 4c7163046ea9: Verifying Checksum [2022-04-26T18:30:10.557Z] 4c7163046ea9: Download complete [2022-04-26T18:30:10.557Z] a0d0a0d46f8b: Pull complete [2022-04-26T18:30:10.557Z] 3e5f54012d9b: Pull complete [2022-04-26T18:30:11.134Z] 4c7163046ea9: Pull complete [2022-04-26T18:30:11.134Z] 0c2d73faf560: Pull complete [2022-04-26T18:30:11.134Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-26T18:30:11.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T18:30:11.134Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-26T18:30:11.222Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:30:11.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-26T18:30:12.357Z] $ docker top 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-26T18:30:12.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-26T18:30:12.469Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-26T18:30:12.622Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-26T18:30:12.631Z] $ docker exec 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 ssh-agent [2022-04-26T18:30:12.750Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKnedga/agent.14 [2022-04-26T18:30:12.750Z] SSH_AGENT_PID=22 [2022-04-26T18:30:12.759Z] Running ssh-add (command line suppressed) [2022-04-26T18:30:12.881Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_141341705395899090.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_141341705395899090.key) [2022-04-26T18:30:12.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-26T18:30:13.194Z] + git tag --points-at HEAD [Pipeline] } [2022-04-26T18:30:13.216Z] $ docker exec --env ******** --env ******** 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 ssh-agent -k [2022-04-26T18:30:13.349Z] unset SSH_AUTH_SOCK; [2022-04-26T18:30:13.349Z] unset SSH_AGENT_PID; [2022-04-26T18:30:13.350Z] echo Agent pid 22 killed; [2022-04-26T18:30:13.358Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-26T18:30:13.385Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-26T18:30:13.385Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-26T18:30:13.547Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-26T18:30:13.556Z] $ docker exec 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 ssh-agent [2022-04-26T18:30:13.668Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXdlLAnM/agent.56 [2022-04-26T18:30:13.668Z] SSH_AGENT_PID=62 [2022-04-26T18:30:13.675Z] Running ssh-add (command line suppressed) [2022-04-26T18:30:13.807Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2435216010375104989.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2435216010375104989.key) [2022-04-26T18:30:13.817Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-26T18:30:14.112Z] + git semver init [2022-04-26T18:30:14.112Z] # -> Open(): unable to determine branch for HEAD [2022-04-26T18:30:14.112Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-26T18:30:14.112Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-26T18:30:14.112Z] # $SEMVER_REMOTE_NAME = origin [2022-04-26T18:30:14.112Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-26T18:30:14.112Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-26T18:30:14.112Z] # $SEMVER_BRANCH = main [2022-04-26T18:30:14.112Z] # $SEMVER_TEMP = /tmp/semver-779475898 [2022-04-26T18:30:14.112Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2022-04-26T18:30:15.072Z] # '/tmp/semver-779475898' -> '/w/workspace/ry_app-service-configurable_main/.semver' [2022-04-26T18:30:15.072Z] # -> Force: false [2022-04-26T18:30:15.072Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-04-26T18:30:15.089Z] $ docker exec --env ******** --env ******** 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 ssh-agent -k [2022-04-26T18:30:15.218Z] unset SSH_AUTH_SOCK; [2022-04-26T18:30:15.218Z] unset SSH_AGENT_PID; [2022-04-26T18:30:15.218Z] echo Agent pid 62 killed; [2022-04-26T18:30:15.225Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-26T18:30:15.546Z] + git semver [Pipeline] } [2022-04-26T18:30:15.568Z] $ docker stop --time=1 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 [2022-04-26T18:30:16.987Z] $ docker rm -f 3ca77d7ca340c5265dd0c3f832b1139b283a804bb2160a1b4294e5cf734e5168 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-26T18:30:17.347Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-26T18:30:17.665Z] Stashed 1 file(s) [Pipeline] echo [2022-04-26T18:30:17.669Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.30 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T18:30:17.818Z] provisioning config files... [2022-04-26T18:30:17.830Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1727716981223776116tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:30:17.917Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-33347 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-04-26T18:30:17.930Z] Running in /w/workspace/app-service-configurable/66 [Pipeline] { [Pipeline] checkout [2022-04-26T18:30:17.957Z] Selected Git installation does not exist. Using Default [2022-04-26T18:30:17.957Z] The recommended git tool is: NONE [2022-04-26T18:30:18.130Z] ---> docker-login.sh [2022-04-26T18:30:18.130Z] nexus3.edgexfoundry.org:10001 [2022-04-26T18:30:18.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:18.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:18.130Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:18.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:18.130Z] [2022-04-26T18:30:18.130Z] Login Succeeded [2022-04-26T18:30:18.130Z] nexus3.edgexfoundry.org:10002 [2022-04-26T18:30:18.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:18.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:18.391Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:18.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:18.391Z] [2022-04-26T18:30:18.391Z] Login Succeeded [2022-04-26T18:30:18.391Z] nexus3.edgexfoundry.org:10003 [2022-04-26T18:30:18.391Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:18.391Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:18.391Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:18.391Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:18.391Z] [2022-04-26T18:30:18.391Z] Login Succeeded [2022-04-26T18:30:18.391Z] nexus3.edgexfoundry.org:10004 [2022-04-26T18:30:18.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:18.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:18.652Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:18.652Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:18.652Z] [2022-04-26T18:30:18.652Z] Login Succeeded [2022-04-26T18:30:18.652Z] docker.io [2022-04-26T18:30:18.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:18.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:18.913Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:18.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:18.913Z] [2022-04-26T18:30:18.913Z] Login Succeeded [2022-04-26T18:30:18.913Z] ---> docker-login.sh ends [Pipeline] } [2022-04-26T18:30:18.920Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-26T18:30:18.992Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-26T18:30:19.004Z] ========================================================= [2022-04-26T18:30:19.004Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-26T18:30:19.004Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:30:19.329Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-26T18:30:19.330Z] Sending build context to Docker daemon 3.026MB [2022-04-26T18:30:19.330Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-26T18:30:19.330Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-26T18:30:19.330Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-26T18:30:19.330Z] 59bf1c3509f3: Pulling fs layer [2022-04-26T18:30:19.330Z] 666ba61612fd: Pulling fs layer [2022-04-26T18:30:19.330Z] 8ed8ca486205: Pulling fs layer [2022-04-26T18:30:19.330Z] 4fe6c5a15a65: Pulling fs layer [2022-04-26T18:30:19.330Z] 22a0e8bec74d: Pulling fs layer [2022-04-26T18:30:19.330Z] ca2b28591e48: Pulling fs layer [2022-04-26T18:30:19.330Z] a51346096db8: Pulling fs layer [2022-04-26T18:30:19.330Z] daebc70d1ce1: Pulling fs layer [2022-04-26T18:30:19.330Z] 0e18a0eac166: Pulling fs layer [2022-04-26T18:30:19.330Z] a51346096db8: Waiting [2022-04-26T18:30:19.330Z] ca2b28591e48: Waiting [2022-04-26T18:30:19.330Z] 22a0e8bec74d: Waiting [2022-04-26T18:30:19.330Z] daebc70d1ce1: Waiting [2022-04-26T18:30:19.330Z] 0e18a0eac166: Waiting [2022-04-26T18:30:19.330Z] 4fe6c5a15a65: Waiting [2022-04-26T18:30:19.330Z] 8ed8ca486205: Verifying Checksum [2022-04-26T18:30:19.330Z] 8ed8ca486205: Download complete [2022-04-26T18:30:19.330Z] 666ba61612fd: Verifying Checksum [2022-04-26T18:30:19.330Z] 666ba61612fd: Download complete [2022-04-26T18:30:19.330Z] 22a0e8bec74d: Download complete [2022-04-26T18:30:19.591Z] ca2b28591e48: Download complete [2022-04-26T18:30:19.591Z] 59bf1c3509f3: Verifying Checksum [2022-04-26T18:30:19.591Z] a51346096db8: Verifying Checksum [2022-04-26T18:30:19.591Z] a51346096db8: Download complete [2022-04-26T18:30:19.591Z] daebc70d1ce1: Verifying Checksum [2022-04-26T18:30:19.591Z] daebc70d1ce1: Download complete [2022-04-26T18:30:19.591Z] 59bf1c3509f3: Pull complete [2022-04-26T18:30:19.857Z] 666ba61612fd: Pull complete [2022-04-26T18:30:19.857Z] 8ed8ca486205: Pull complete [2022-04-26T18:30:20.118Z] 0e18a0eac166: Verifying Checksum [2022-04-26T18:30:20.118Z] 0e18a0eac166: Download complete [2022-04-26T18:30:20.378Z] 4fe6c5a15a65: Download complete [2022-04-26T18:30:22.602Z] using credential edgex-jenkins-ssh [2022-04-26T18:30:22.619Z] Cloning the remote Git repository [2022-04-26T18:30:22.618Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-04-26T18:30:22.684Z] > git init /w/workspace/app-service-configurable/66 # timeout=10 [2022-04-26T18:30:22.762Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-04-26T18:30:24.004Z] Avoid second fetch [2022-04-26T18:30:24.005Z] Checking out Revision 4cd65a02709344c43b7ddd42f02d16e1ed625d79 (main) [2022-04-26T18:30:22.763Z] > git --version # timeout=10 [2022-04-26T18:30:22.784Z] > git --version # 'git version 2.25.1' [2022-04-26T18:30:22.786Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-26T18:30:22.852Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-26T18:30:23.908Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-04-26T18:30:23.927Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-26T18:30:23.972Z] > git config core.sparsecheckout # timeout=10 [2022-04-26T18:30:24.579Z] 4fe6c5a15a65: Pull complete [2022-04-26T18:30:24.579Z] 22a0e8bec74d: Pull complete [2022-04-26T18:30:24.579Z] ca2b28591e48: Pull complete [2022-04-26T18:30:24.579Z] a51346096db8: Pull complete [2022-04-26T18:30:24.840Z] daebc70d1ce1: Pull complete [2022-04-26T18:30:23.992Z] > git checkout -f 4cd65a02709344c43b7ddd42f02d16e1ed625d79 # timeout=10 [2022-04-26T18:30:27.388Z] 0e18a0eac166: Pull complete [2022-04-26T18:30:27.388Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-04-26T18:30:27.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-26T18:30:27.388Z] ---> f018257e8ee9 [2022-04-26T18:30:27.388Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-26T18:30:28.579Z] Commit message: "feat: Enable use of common app service metrics (#409)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-26T18:30:29.317Z] ---> Running in b520397a675e [2022-04-26T18:30:29.317Z] Removing intermediate container b520397a675e [2022-04-26T18:30:29.317Z] ---> 958244d89e35 [2022-04-26T18:30:29.317Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-26T18:30:29.317Z] ---> Running in 22cf7d23d590 [2022-04-26T18:30:29.317Z] Removing intermediate container 22cf7d23d590 [2022-04-26T18:30:29.317Z] ---> dd2dc0999a2e [2022-04-26T18:30:29.317Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-26T18:30:29.317Z] ---> Running in 1fcef48bc7a0 [2022-04-26T18:30:29.317Z] Removing intermediate container 1fcef48bc7a0 [2022-04-26T18:30:29.317Z] ---> 64f672e6fc8d [2022-04-26T18:30:29.317Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-26T18:30:29.317Z] ---> Running in d08fe11bf2b5 [2022-04-26T18:30:29.406Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-26T18:30:29.406Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-26T18:30:29.406Z] Dload Upload Total Spent Left Speed [2022-04-26T18:30:29.406Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 81675 0 --:--:-- --:--:-- --:--:-- 81675 100 11843 100 11843 0 0 81116 0 --:--:-- --:--:-- --:--:-- 81116 [Pipeline] sh [2022-04-26T18:30:29.978Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-26T18:30:30.257Z] Removing intermediate container d08fe11bf2b5 [2022-04-26T18:30:30.257Z] ---> ecb7932d6cb3 [2022-04-26T18:30:30.257Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-26T18:30:30.257Z] ---> Running in 9f9ea8fc8c4b [2022-04-26T18:30:30.335Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-26T18:30:30.335Z] + sudo tee /etc/docker/daemon.new [2022-04-26T18:30:30.335Z] { [2022-04-26T18:30:30.335Z] "registry-mirrors": [ [2022-04-26T18:30:30.335Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-26T18:30:30.335Z] ], [2022-04-26T18:30:30.335Z] "bip": "10.250.0.254/24", [2022-04-26T18:30:30.335Z] "hosts": [ [2022-04-26T18:30:30.335Z] "tcp://0.0.0.0:5555", [2022-04-26T18:30:30.335Z] "unix:///var/run/docker.sock" [2022-04-26T18:30:30.335Z] ], [2022-04-26T18:30:30.335Z] "mtu": 1458, [2022-04-26T18:30:30.335Z] "selinux-enabled": true, [2022-04-26T18:30:30.335Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-26T18:30:30.335Z] } [Pipeline] sh [2022-04-26T18:30:30.517Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-26T18:30:30.685Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-26T18:30:31.032Z] + sudo service docker restart [2022-04-26T18:30:31.457Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-26T18:30:31.718Z] OK: 221 MiB in 52 packages [2022-04-26T18:30:31.980Z] Removing intermediate container 9f9ea8fc8c4b [2022-04-26T18:30:31.980Z] ---> e62f65204931 [2022-04-26T18:30:31.980Z] Step 8/13 : WORKDIR /app [2022-04-26T18:30:31.980Z] ---> Running in ca6da0798df5 [2022-04-26T18:30:32.242Z] Removing intermediate container ca6da0798df5 [2022-04-26T18:30:32.242Z] ---> e1b5046e4d0a [2022-04-26T18:30:32.242Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-26T18:30:32.242Z] ---> 9c458483429d [2022-04-26T18:30:32.242Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-26T18:30:32.242Z] ---> Running in 75be8d1801da [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T18:30:49.383Z] provisioning config files... [2022-04-26T18:30:49.409Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config6517151409265013138tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:30:49.773Z] ---> docker-login.sh [2022-04-26T18:30:49.773Z] nexus3.edgexfoundry.org:10001 [2022-04-26T18:30:50.370Z] Removing intermediate container 75be8d1801da [2022-04-26T18:30:50.370Z] ---> 81bcd5de2141 [2022-04-26T18:30:50.370Z] Step 11/13 : COPY . . [2022-04-26T18:30:50.370Z] ---> 77bdb458ea8a [2022-04-26T18:30:50.370Z] Step 12/13 : ARG MAKE="make build" [2022-04-26T18:30:50.370Z] ---> Running in 456544658ec3 [2022-04-26T18:30:50.370Z] Removing intermediate container 456544658ec3 [2022-04-26T18:30:50.370Z] ---> ae25569aa4ff [2022-04-26T18:30:50.370Z] Step 13/13 : RUN $MAKE [2022-04-26T18:30:50.370Z] ---> Running in 2c574c14057f [2022-04-26T18:30:50.370Z] noop [2022-04-26T18:30:50.370Z] Removing intermediate container 2c574c14057f [2022-04-26T18:30:50.370Z] ---> 0ecae71703fb [2022-04-26T18:30:50.370Z] Successfully built 0ecae71703fb [2022-04-26T18:30:50.370Z] Successfully tagged ci-base-image-x86_64:latest [2022-04-26T18:30:50.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:30:50.658Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:50.658Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:50.658Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:50.658Z] [2022-04-26T18:30:50.658Z] Login Succeeded [2022-04-26T18:30:50.658Z] nexus3.edgexfoundry.org:10002 [2022-04-26T18:30:50.671Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-26T18:30:50.671Z] . [Pipeline] withDockerContainer [2022-04-26T18:30:50.741Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:30:50.783Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-26T18:30:50.931Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:51.194Z] $ docker top 2a302b2daa08fd7d637963bd4e71fff5dc92829722f1b1fb3ee18e05bd358ca9 -eo pid,comm [2022-04-26T18:30:51.205Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:51.205Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:51.205Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:51.205Z] [2022-04-26T18:30:51.205Z] Login Succeeded [2022-04-26T18:30:51.205Z] nexus3.edgexfoundry.org:10003 [Pipeline] { [Pipeline] sh [2022-04-26T18:30:51.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:51.554Z] + go version [2022-04-26T18:30:51.555Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-26T18:30:51.571Z] $ docker stop --time=1 2a302b2daa08fd7d637963bd4e71fff5dc92829722f1b1fb3ee18e05bd358ca9 [2022-04-26T18:30:51.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:51.755Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:51.755Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:51.755Z] [2022-04-26T18:30:51.755Z] Login Succeeded [2022-04-26T18:30:51.755Z] nexus3.edgexfoundry.org:10004 [2022-04-26T18:30:52.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:52.300Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:52.300Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:52.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:52.300Z] [2022-04-26T18:30:52.300Z] Login Succeeded [2022-04-26T18:30:52.300Z] docker.io [2022-04-26T18:30:52.574Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:30:52.894Z] $ docker rm -f 2a302b2daa08fd7d637963bd4e71fff5dc92829722f1b1fb3ee18e05bd358ca9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:30:53.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:30:53.167Z] Configure a credential helper to remove this warning. See [2022-04-26T18:30:53.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:30:53.167Z] [2022-04-26T18:30:53.167Z] Login Succeeded [2022-04-26T18:30:53.167Z] ---> docker-login.sh ends [Pipeline] } [2022-04-26T18:30:53.184Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-04-26T18:30:53.326Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-26T18:30:53.327Z] . [Pipeline] withDockerContainer [2022-04-26T18:30:53.395Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:30:53.439Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-26T18:30:53.831Z] $ docker top b30f69691c3141f37d20640ea81de598bb8a05b367100ad462845537d4341264 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] echo [2022-04-26T18:30:53.923Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-26T18:30:53.938Z] ========================================================= [2022-04-26T18:30:53.938Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-26T18:30:53.938Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:30:54.227Z] + make test [2022-04-26T18:30:54.227Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-26T18:30:54.309Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-26T18:30:54.309Z] Sending build context to Docker daemon 200.7kB [2022-04-26T18:30:54.581Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-26T18:30:54.581Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-26T18:30:54.856Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-26T18:30:54.856Z] 9b3977197b4f: Pulling fs layer [2022-04-26T18:30:54.856Z] 1a89e8eeedd5: Pulling fs layer [2022-04-26T18:30:54.856Z] 94645a83ff95: Pulling fs layer [2022-04-26T18:30:54.856Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-26T18:30:54.856Z] 0c92f367c5e7: Pulling fs layer [2022-04-26T18:30:54.856Z] 3096ccb668a1: Pulling fs layer [2022-04-26T18:30:54.856Z] e8cf19c19ddd: Pulling fs layer [2022-04-26T18:30:54.856Z] a4caa8a26152: Pulling fs layer [2022-04-26T18:30:54.856Z] 3f3a8bcf1eab: Waiting [2022-04-26T18:30:54.856Z] 0c92f367c5e7: Waiting [2022-04-26T18:30:54.856Z] 3096ccb668a1: Waiting [2022-04-26T18:30:54.856Z] a4caa8a26152: Waiting [2022-04-26T18:30:54.856Z] e8cf19c19ddd: Waiting [2022-04-26T18:30:54.856Z] 94645a83ff95: Download complete [2022-04-26T18:30:54.856Z] 1a89e8eeedd5: Verifying Checksum [2022-04-26T18:30:54.856Z] 1a89e8eeedd5: Download complete [2022-04-26T18:30:54.856Z] 0c92f367c5e7: Verifying Checksum [2022-04-26T18:30:54.856Z] 0c92f367c5e7: Download complete [2022-04-26T18:30:54.856Z] 3096ccb668a1: Verifying Checksum [2022-04-26T18:30:54.856Z] 3096ccb668a1: Download complete [2022-04-26T18:30:54.856Z] 9b3977197b4f: Download complete [2022-04-26T18:30:54.856Z] e8cf19c19ddd: Verifying Checksum [2022-04-26T18:30:54.856Z] e8cf19c19ddd: Download complete [2022-04-26T18:30:55.853Z] 9b3977197b4f: Pull complete [2022-04-26T18:30:56.448Z] 1a89e8eeedd5: Pull complete [2022-04-26T18:30:56.721Z] 94645a83ff95: Pull complete [2022-04-26T18:30:56.996Z] a4caa8a26152: Verifying Checksum [2022-04-26T18:30:56.996Z] a4caa8a26152: Download complete [2022-04-26T18:30:57.589Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-26T18:30:57.589Z] 3f3a8bcf1eab: Download complete [2022-04-26T18:31:06.543Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-26T18:31:06.543Z] CGO_ENABLED=1 go vet ./... [2022-04-26T18:31:09.849Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-26T18:31:09.849Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-26T18:31:09.849Z] ./bin/test-attribution-txt.sh [2022-04-26T18:31:09.989Z] 3f3a8bcf1eab: Pull complete [2022-04-26T18:31:09.989Z] 0c92f367c5e7: Pull complete [2022-04-26T18:31:09.989Z] 3096ccb668a1: Pull complete [2022-04-26T18:31:09.989Z] e8cf19c19ddd: Pull complete [Pipeline] echo [2022-04-26T18:31:10.127Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-26T18:31:10.146Z] $ docker stop --time=1 b30f69691c3141f37d20640ea81de598bb8a05b367100ad462845537d4341264 [2022-04-26T18:31:11.971Z] $ docker rm -f b30f69691c3141f37d20640ea81de598bb8a05b367100ad462845537d4341264 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-26T18:31:12.406Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-26T18:31:12.440Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-26T18:31:13.443Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-26T18:31:13.739Z] + ls -al . [2022-04-26T18:31:13.739Z] total 164 [2022-04-26T18:31:13.739Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:31 . [2022-04-26T18:31:13.739Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:29 .. [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 26 18:29 .dockerignore [2022-04-26T18:31:13.739Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:30 .git [2022-04-26T18:31:13.739Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:29 .github [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 26 18:29 .gitignore [2022-04-26T18:31:13.739Z] drwx------ 3 jenkins jenkins 4096 Apr 26 18:30 .semver [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 8695 Apr 26 18:29 Attribution.txt [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 26 18:29 CHANGELOG.md [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 26 18:29 Dockerfile [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 18:29 GOVERNANCE.md [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 26 18:29 Jenkinsfile [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 26 18:29 LICENSE [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 26 18:29 OWNERS.md [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 26 18:29 README.md [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 26 18:30 VERSION [2022-04-26T18:31:13.739Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 18:29 bin [2022-04-26T18:31:13.739Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 26 18:30 coverage.out [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 3268 Apr 26 18:29 go.mod [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 34650 Apr 26 18:29 go.sum [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 26 18:29 main.go [2022-04-26T18:31:13.739Z] -rw-rw-r-- 1 jenkins jenkins 2007 Apr 26 18:29 makefile [2022-04-26T18:31:13.739Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:29 res [2022-04-26T18:31:13.739Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:29 snap [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:14.039Z] + 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=4cd65a02709344c43b7ddd42f02d16e1ed625d79 --label arch=amd64 --label version=2.2.0-dev.30 . [2022-04-26T18:31:14.039Z] Sending build context to Docker daemon 3.027MB [2022-04-26T18:31:14.039Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-26T18:31:14.039Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-26T18:31:14.039Z] ---> 0ecae71703fb [2022-04-26T18:31:14.039Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-26T18:31:14.039Z] ---> Running in 933f1d8bd36d [2022-04-26T18:31:14.300Z] Removing intermediate container 933f1d8bd36d [2022-04-26T18:31:14.300Z] ---> a2fd0e02b9b3 [2022-04-26T18:31:14.300Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-26T18:31:14.300Z] ---> Running in 04d1d6293989 [2022-04-26T18:31:14.300Z] Removing intermediate container 04d1d6293989 [2022-04-26T18:31:14.300Z] ---> ae75c0c00723 [2022-04-26T18:31:14.300Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-26T18:31:14.561Z] ---> Running in 0db618b034be [2022-04-26T18:31:14.561Z] Removing intermediate container 0db618b034be [2022-04-26T18:31:14.561Z] ---> e665abc6ed99 [2022-04-26T18:31:14.561Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-26T18:31:14.561Z] ---> Running in 18159729f47a [2022-04-26T18:31:15.137Z] Removing intermediate container 18159729f47a [2022-04-26T18:31:15.137Z] ---> c0b0593d03f2 [2022-04-26T18:31:15.137Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-26T18:31:15.137Z] ---> Running in b2db818fd59a [2022-04-26T18:31:15.403Z] a4caa8a26152: Pull complete [2022-04-26T18:31:15.403Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-04-26T18:31:15.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-26T18:31:15.403Z] ---> 725f1c02e7f9 [2022-04-26T18:31:15.403Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-26T18:31:15.709Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-26T18:31:16.283Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-26T18:31:16.848Z] ---> Running in 9cc911309364 [2022-04-26T18:31:16.857Z] OK: 221 MiB in 52 packages [2022-04-26T18:31:17.118Z] Removing intermediate container b2db818fd59a [2022-04-26T18:31:17.118Z] ---> 8d7fc4923004 [2022-04-26T18:31:17.118Z] Step 8/27 : WORKDIR /app [2022-04-26T18:31:17.118Z] ---> Running in c6f341134d72 [2022-04-26T18:31:17.118Z] Removing intermediate container c6f341134d72 [2022-04-26T18:31:17.118Z] ---> 7eebc3188ae1 [2022-04-26T18:31:17.118Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-26T18:31:17.132Z] Removing intermediate container 9cc911309364 [2022-04-26T18:31:17.132Z] ---> a253a9783c7f [2022-04-26T18:31:17.132Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-26T18:31:17.378Z] ---> 83815b38bfc9 [2022-04-26T18:31:17.378Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-26T18:31:17.378Z] ---> Running in b82eef074fc0 [2022-04-26T18:31:17.411Z] ---> Running in 08b2ef54ef8e [2022-04-26T18:31:17.687Z] Removing intermediate container 08b2ef54ef8e [2022-04-26T18:31:17.687Z] ---> 292e4704c852 [2022-04-26T18:31:17.687Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-26T18:31:17.687Z] ---> Running in 566f09fa42c9 [2022-04-26T18:31:17.962Z] Removing intermediate container 566f09fa42c9 [2022-04-26T18:31:17.962Z] ---> 25374f76a0db [2022-04-26T18:31:17.962Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-26T18:31:18.244Z] ---> Running in dc54610a15db [2022-04-26T18:31:18.320Z] Removing intermediate container b82eef074fc0 [2022-04-26T18:31:18.320Z] ---> 142ac7d6a33c [2022-04-26T18:31:18.320Z] Step 11/27 : COPY . . [2022-04-26T18:31:18.320Z] ---> 5f78e5419384 [2022-04-26T18:31:18.320Z] Step 12/27 : ARG MAKE="make build" [2022-04-26T18:31:18.581Z] ---> Running in d5ff53730d3e [2022-04-26T18:31:18.581Z] Removing intermediate container d5ff53730d3e [2022-04-26T18:31:18.581Z] ---> 57d599770321 [2022-04-26T18:31:18.581Z] Step 13/27 : RUN $MAKE [2022-04-26T18:31:18.581Z] ---> Running in 50ff984d94ca [2022-04-26T18:31:18.841Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-04-26T18:31:20.226Z] Removing intermediate container dc54610a15db [2022-04-26T18:31:20.226Z] ---> 9c9209e0c32c [2022-04-26T18:31:20.226Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-26T18:31:20.226Z] ---> Running in 435d71dbfd59 [2022-04-26T18:31:20.825Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-26T18:31:21.806Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-26T18:31:22.784Z] OK: 220 MiB in 52 packages [2022-04-26T18:31:23.383Z] Removing intermediate container 435d71dbfd59 [2022-04-26T18:31:23.383Z] ---> 62041feaf8f0 [2022-04-26T18:31:23.383Z] Step 8/13 : WORKDIR /app [2022-04-26T18:31:23.661Z] ---> Running in d13f4cb977d7 [2022-04-26T18:31:23.944Z] Removing intermediate container d13f4cb977d7 [2022-04-26T18:31:23.944Z] ---> 1cfd90d93955 [2022-04-26T18:31:23.944Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-26T18:31:24.541Z] ---> b5d142783c68 [2022-04-26T18:31:24.541Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-26T18:31:24.541Z] ---> Running in fdcc7a8ccfc1 [2022-04-26T18:31:40.814Z] Removing intermediate container 50ff984d94ca [2022-04-26T18:31:40.814Z] ---> fe94cdf1fea6 [2022-04-26T18:31:40.814Z] Step 14/27 : FROM alpine:3.14 [2022-04-26T18:31:40.814Z] 3.14: Pulling from library/alpine [2022-04-26T18:31:40.814Z] 8663204ce13b: Pulling fs layer [2022-04-26T18:31:40.814Z] 8663204ce13b: Verifying Checksum [2022-04-26T18:31:40.814Z] 8663204ce13b: Download complete [2022-04-26T18:31:40.814Z] 8663204ce13b: Pull complete [2022-04-26T18:31:40.814Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-26T18:31:40.814Z] Status: Downloaded newer image for alpine:3.14 [2022-04-26T18:31:40.814Z] ---> e04c818066af [2022-04-26T18:31:40.814Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-26T18:31:41.075Z] ---> Running in ba8f1803b9ec [2022-04-26T18:31:41.075Z] Removing intermediate container ba8f1803b9ec [2022-04-26T18:31:41.075Z] ---> 7903fe562f3d [2022-04-26T18:31:41.075Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-26T18:31:41.075Z] ---> Running in 6f84f728fd04 [2022-04-26T18:31:41.336Z] Removing intermediate container 6f84f728fd04 [2022-04-26T18:31:41.336Z] ---> f8d3aab76f1f [2022-04-26T18:31:41.336Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-26T18:31:41.336Z] ---> Running in 3e87ee20c7dd [2022-04-26T18:31:41.599Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-26T18:31:41.860Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-26T18:31:42.121Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-26T18:31:42.121Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-26T18:31:42.121Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-26T18:31:42.121Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-26T18:31:42.121Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-26T18:31:42.121Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-26T18:31:42.121Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-26T18:31:42.121Z] Executing busybox-1.33.1-r7.trigger [2022-04-26T18:31:42.121Z] Executing ca-certificates-20211220-r0.trigger [2022-04-26T18:31:42.121Z] OK: 9 MiB in 21 packages [2022-04-26T18:31:42.695Z] Removing intermediate container 3e87ee20c7dd [2022-04-26T18:31:42.695Z] ---> 3549386b7bc7 [2022-04-26T18:31:42.695Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-26T18:31:42.956Z] ---> 1ffa5bb06ba6 [2022-04-26T18:31:42.956Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-26T18:31:42.956Z] ---> 636d653062e2 [2022-04-26T18:31:42.956Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-26T18:31:43.217Z] ---> 50aa01783687 [2022-04-26T18:31:43.217Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-26T18:31:44.160Z] ---> 14a0c8c9cf41 [2022-04-26T18:31:44.160Z] Step 22/27 : EXPOSE 48095 [2022-04-26T18:31:44.160Z] ---> Running in 7d8d50388ab7 [2022-04-26T18:31:44.160Z] Removing intermediate container 7d8d50388ab7 [2022-04-26T18:31:44.160Z] ---> 746c7f788be3 [2022-04-26T18:31:44.160Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-26T18:31:44.160Z] ---> Running in 203f0e7e9c41 [2022-04-26T18:31:44.422Z] Removing intermediate container 203f0e7e9c41 [2022-04-26T18:31:44.422Z] ---> c81363c6ca68 [2022-04-26T18:31:44.422Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-26T18:31:44.422Z] ---> Running in 9473ed9118af [2022-04-26T18:31:44.683Z] Removing intermediate container 9473ed9118af [2022-04-26T18:31:44.683Z] ---> 6fe0bec2a8e4 [2022-04-26T18:31:44.683Z] Step 25/27 : LABEL arch=amd64 [2022-04-26T18:31:44.683Z] ---> Running in f1c0bb8fa53f [2022-04-26T18:31:44.945Z] Removing intermediate container f1c0bb8fa53f [2022-04-26T18:31:44.945Z] ---> 2dba489f36ec [2022-04-26T18:31:44.945Z] Step 26/27 : LABEL git_sha=4cd65a02709344c43b7ddd42f02d16e1ed625d79 [2022-04-26T18:31:44.945Z] ---> Running in b944e92c2d29 [2022-04-26T18:31:45.207Z] Removing intermediate container b944e92c2d29 [2022-04-26T18:31:45.207Z] ---> 08b69b8f8e43 [2022-04-26T18:31:45.207Z] Step 27/27 : LABEL version=2.2.0-dev.30 [2022-04-26T18:31:45.207Z] ---> Running in 214f866a0127 [2022-04-26T18:31:45.207Z] Removing intermediate container 214f866a0127 [2022-04-26T18:31:45.207Z] ---> 98b6659d40fc [2022-04-26T18:31:45.207Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-26T18:31:45.207Z] Successfully built 98b6659d40fc [2022-04-26T18:31:45.207Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T18:31:45.293Z] provisioning config files... [2022-04-26T18:31:45.304Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5106591061514539143tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:31:45.610Z] ---> docker-login.sh [2022-04-26T18:31:45.610Z] nexus3.edgexfoundry.org:10001 [2022-04-26T18:31:45.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:31:45.610Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:31:45.610Z] Configure a credential helper to remove this warning. See [2022-04-26T18:31:45.610Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:31:45.610Z] [2022-04-26T18:31:45.610Z] Login Succeeded [2022-04-26T18:31:45.610Z] nexus3.edgexfoundry.org:10002 [2022-04-26T18:31:45.610Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:31:45.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:31:45.871Z] Configure a credential helper to remove this warning. See [2022-04-26T18:31:45.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:31:45.871Z] [2022-04-26T18:31:45.871Z] Login Succeeded [2022-04-26T18:31:45.871Z] nexus3.edgexfoundry.org:10003 [2022-04-26T18:31:45.871Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:31:45.871Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:31:45.871Z] Configure a credential helper to remove this warning. See [2022-04-26T18:31:45.871Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:31:45.871Z] [2022-04-26T18:31:45.871Z] Login Succeeded [2022-04-26T18:31:45.871Z] nexus3.edgexfoundry.org:10004 [2022-04-26T18:31:46.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:31:46.135Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:31:46.135Z] Configure a credential helper to remove this warning. See [2022-04-26T18:31:46.135Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:31:46.135Z] [2022-04-26T18:31:46.135Z] Login Succeeded [2022-04-26T18:31:46.135Z] docker.io [2022-04-26T18:31:46.135Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:31:46.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:31:46.396Z] Configure a credential helper to remove this warning. See [2022-04-26T18:31:46.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:31:46.396Z] [2022-04-26T18:31:46.396Z] Login Succeeded [2022-04-26T18:31:46.396Z] ---> docker-login.sh ends [Pipeline] } [2022-04-26T18:31:46.404Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-26T18:31:46.436Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-26T18:31:46.451Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-04-26T18:31:46.451Z] 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [2022-04-26T18:31:46.451Z] latest [2022-04-26T18:31:46.451Z] 2.2.0-dev.30 [2022-04-26T18:31:46.451Z] 4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [2022-04-26T18:31:46.451Z] main [2022-04-26T18:31:46.451Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:46.759Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:47.055Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79 [2022-04-26T18:31:47.055Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-26T18:31:47.055Z] 875f17cb5c9c: Preparing [2022-04-26T18:31:47.055Z] eac186ef235c: Preparing [2022-04-26T18:31:47.055Z] 137270a04ad6: Preparing [2022-04-26T18:31:47.055Z] fb9bf5b4b085: Preparing [2022-04-26T18:31:47.055Z] 66c6239eeed9: Preparing [2022-04-26T18:31:47.055Z] b541d28bf3b4: Preparing [2022-04-26T18:31:47.055Z] b541d28bf3b4: Waiting [2022-04-26T18:31:47.055Z] eac186ef235c: Pushed [2022-04-26T18:31:47.055Z] 137270a04ad6: Pushed [2022-04-26T18:31:47.055Z] fb9bf5b4b085: Pushed [2022-04-26T18:31:47.055Z] b541d28bf3b4: Layer already exists [2022-04-26T18:31:47.629Z] 66c6239eeed9: Pushed [2022-04-26T18:31:50.180Z] 875f17cb5c9c: Pushed [2022-04-26T18:31:50.180Z] 4cd65a02709344c43b7ddd42f02d16e1ed625d79: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:50.485Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:50.781Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-26T18:31:50.781Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-26T18:31:50.781Z] 875f17cb5c9c: Preparing [2022-04-26T18:31:50.781Z] eac186ef235c: Preparing [2022-04-26T18:31:50.781Z] 137270a04ad6: Preparing [2022-04-26T18:31:50.781Z] fb9bf5b4b085: Preparing [2022-04-26T18:31:50.781Z] 66c6239eeed9: Preparing [2022-04-26T18:31:50.781Z] b541d28bf3b4: Preparing [2022-04-26T18:31:50.781Z] b541d28bf3b4: Waiting [2022-04-26T18:31:50.781Z] 137270a04ad6: Layer already exists [2022-04-26T18:31:50.781Z] 66c6239eeed9: Layer already exists [2022-04-26T18:31:50.781Z] 875f17cb5c9c: Layer already exists [2022-04-26T18:31:50.781Z] eac186ef235c: Layer already exists [2022-04-26T18:31:50.781Z] fb9bf5b4b085: Layer already exists [2022-04-26T18:31:50.781Z] b541d28bf3b4: Layer already exists [2022-04-26T18:31:50.781Z] latest: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:51.089Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.30 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:51.386Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.30 [2022-04-26T18:31:51.386Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-26T18:31:51.386Z] 875f17cb5c9c: Preparing [2022-04-26T18:31:51.386Z] eac186ef235c: Preparing [2022-04-26T18:31:51.386Z] 137270a04ad6: Preparing [2022-04-26T18:31:51.386Z] fb9bf5b4b085: Preparing [2022-04-26T18:31:51.386Z] 66c6239eeed9: Preparing [2022-04-26T18:31:51.386Z] b541d28bf3b4: Preparing [2022-04-26T18:31:51.386Z] b541d28bf3b4: Waiting [2022-04-26T18:31:51.386Z] 66c6239eeed9: Layer already exists [2022-04-26T18:31:51.386Z] eac186ef235c: Layer already exists [2022-04-26T18:31:51.386Z] 875f17cb5c9c: Layer already exists [2022-04-26T18:31:51.386Z] 137270a04ad6: Layer already exists [2022-04-26T18:31:51.386Z] fb9bf5b4b085: Layer already exists [2022-04-26T18:31:51.386Z] b541d28bf3b4: Layer already exists [2022-04-26T18:31:51.387Z] 2.2.0-dev.30: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:51.689Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:51.990Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [2022-04-26T18:31:51.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-26T18:31:51.990Z] 875f17cb5c9c: Preparing [2022-04-26T18:31:51.990Z] eac186ef235c: Preparing [2022-04-26T18:31:51.990Z] 137270a04ad6: Preparing [2022-04-26T18:31:51.990Z] fb9bf5b4b085: Preparing [2022-04-26T18:31:51.990Z] 66c6239eeed9: Preparing [2022-04-26T18:31:51.990Z] b541d28bf3b4: Preparing [2022-04-26T18:31:51.990Z] 137270a04ad6: Layer already exists [2022-04-26T18:31:51.990Z] eac186ef235c: Layer already exists [2022-04-26T18:31:51.990Z] 66c6239eeed9: Layer already exists [2022-04-26T18:31:51.990Z] 875f17cb5c9c: Layer already exists [2022-04-26T18:31:51.990Z] fb9bf5b4b085: Layer already exists [2022-04-26T18:31:51.990Z] b541d28bf3b4: Layer already exists [2022-04-26T18:31:51.990Z] 4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:52.292Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:52.588Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-04-26T18:31:52.588Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-26T18:31:52.588Z] 875f17cb5c9c: Preparing [2022-04-26T18:31:52.588Z] eac186ef235c: Preparing [2022-04-26T18:31:52.588Z] 137270a04ad6: Preparing [2022-04-26T18:31:52.588Z] fb9bf5b4b085: Preparing [2022-04-26T18:31:52.588Z] 66c6239eeed9: Preparing [2022-04-26T18:31:52.588Z] b541d28bf3b4: Preparing [2022-04-26T18:31:52.588Z] b541d28bf3b4: Waiting [2022-04-26T18:31:52.588Z] fb9bf5b4b085: Layer already exists [2022-04-26T18:31:52.588Z] eac186ef235c: Layer already exists [2022-04-26T18:31:52.588Z] 875f17cb5c9c: Layer already exists [2022-04-26T18:31:52.588Z] 137270a04ad6: Layer already exists [2022-04-26T18:31:52.588Z] 66c6239eeed9: Layer already exists [2022-04-26T18:31:52.588Z] b541d28bf3b4: Layer already exists [2022-04-26T18:31:52.588Z] main: digest: sha256:ba8c537e0b0399f4c9935b47441684c1ebe513196fd0bf7f61af204436a1bae6 size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-26T18:31:52.630Z] ===================================================== [Pipeline] echo [2022-04-26T18:31:52.640Z] taggedImages: [2022-04-26T18:31:52.640Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79 [2022-04-26T18:31:52.640Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-26T18:31:52.640Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.30 [2022-04-26T18:31:52.640Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [2022-04-26T18:31:52.640Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:52.991Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-26T18:31:52.991Z] [2022-04-26T18:31:52.991Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:31:53.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-26T18:31:53.293Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-26T18:31:53.293Z] 5eb5b503b376: Pulling fs layer [2022-04-26T18:31:53.293Z] 5c69ac0246d0: Pulling fs layer [2022-04-26T18:31:53.293Z] ec43610c2a17: Pulling fs layer [2022-04-26T18:31:53.293Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-26T18:31:53.293Z] 33b1e0a273af: Pulling fs layer [2022-04-26T18:31:53.293Z] 5d3b04190fa2: Pulling fs layer [2022-04-26T18:31:53.293Z] 2f39f015ded8: Pulling fs layer [2022-04-26T18:31:53.293Z] 33b1e0a273af: Waiting [2022-04-26T18:31:53.293Z] 2f39f015ded8: Waiting [2022-04-26T18:31:53.293Z] 5d3b04190fa2: Waiting [2022-04-26T18:31:53.293Z] 3a2ae6a8a46f: Waiting [2022-04-26T18:31:53.293Z] 5c69ac0246d0: Download complete [2022-04-26T18:31:53.293Z] 3a2ae6a8a46f: Download complete [2022-04-26T18:31:53.293Z] 33b1e0a273af: Verifying Checksum [2022-04-26T18:31:53.293Z] 33b1e0a273af: Download complete [2022-04-26T18:31:53.293Z] 5d3b04190fa2: Verifying Checksum [2022-04-26T18:31:53.293Z] 5d3b04190fa2: Download complete [2022-04-26T18:31:53.293Z] ec43610c2a17: Verifying Checksum [2022-04-26T18:31:53.293Z] ec43610c2a17: Download complete [2022-04-26T18:31:53.555Z] 5eb5b503b376: Verifying Checksum [2022-04-26T18:31:53.555Z] 5eb5b503b376: Download complete [2022-04-26T18:31:54.128Z] 2f39f015ded8: Download complete [2022-04-26T18:31:55.067Z] 5eb5b503b376: Pull complete [2022-04-26T18:31:55.067Z] 5c69ac0246d0: Pull complete [2022-04-26T18:31:55.637Z] ec43610c2a17: Pull complete [2022-04-26T18:31:55.637Z] 3a2ae6a8a46f: Pull complete [2022-04-26T18:31:56.208Z] 33b1e0a273af: Pull complete [2022-04-26T18:31:56.208Z] 5d3b04190fa2: Pull complete [2022-04-26T18:32:01.499Z] 2f39f015ded8: Pull complete [2022-04-26T18:32:01.499Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-26T18:32:01.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-26T18:32:01.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-26T18:32:01.564Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:32:01.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-26T18:32:03.857Z] $ docker top 8fd5f189ad7f5f09b5db310fc6b0f826a677b807169bccee0073df15249afb5f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:32:04.333Z] ---> job-cost.sh [2022-04-26T18:32:04.333Z] lf-activate-venv: SKIPPING [2022-04-26T18:32:04.333Z] INFO: No Stack... [2022-04-26T18:32:04.632Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-26T18:32:04.906Z] INFO: Archiving Costs [Pipeline] sh [2022-04-26T18:32:05.214Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-04-26T18:32:05.214Z] + cut -d, -f6 [Pipeline] lock [2022-04-26T18:32:05.233Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [2022-04-26T18:32:05.244Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] did not exist. Created. [2022-04-26T18:32:05.244Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-26T18:32:05.549Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-26T18:32:05.580Z] Stashed 1 file(s) [Pipeline] } [2022-04-26T18:32:05.586Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-26T18:32:05.613Z] $ docker stop --time=1 8fd5f189ad7f5f09b5db310fc6b0f826a677b807169bccee0073df15249afb5f [2022-04-26T18:32:07.004Z] $ docker rm -f 8fd5f189ad7f5f09b5db310fc6b0f826a677b807169bccee0073df15249afb5f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-26T18:32:11.537Z] Removing intermediate container fdcc7a8ccfc1 [2022-04-26T18:32:11.537Z] ---> 2bc8614b72a2 [2022-04-26T18:32:11.537Z] Step 11/13 : COPY . . [2022-04-26T18:32:11.537Z] ---> 42f1a9ffffd7 [2022-04-26T18:32:11.537Z] Step 12/13 : ARG MAKE="make build" [2022-04-26T18:32:11.537Z] ---> Running in f5e13f9ac8ba [2022-04-26T18:32:11.537Z] Removing intermediate container f5e13f9ac8ba [2022-04-26T18:32:11.537Z] ---> 095fc6831bf3 [2022-04-26T18:32:11.537Z] Step 13/13 : RUN $MAKE [2022-04-26T18:32:11.537Z] ---> Running in e92d894d976c [2022-04-26T18:32:11.537Z] noop [2022-04-26T18:32:11.537Z] Removing intermediate container e92d894d976c [2022-04-26T18:32:11.537Z] ---> f2ee7e76adfa [2022-04-26T18:32:11.537Z] Successfully built f2ee7e76adfa [2022-04-26T18:32:11.537Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:32:11.894Z] + docker inspect -f . ci-base-image-arm64 [2022-04-26T18:32:11.894Z] . [Pipeline] withDockerContainer [2022-04-26T18:32:12.150Z] prd-ubuntu20.04-docker-arm64-4c-16g-33347 does not seem to be running inside a container [2022-04-26T18:32:12.185Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-26T18:32:13.528Z] $ docker top 7dd1ad9a53093baa9a0e3608e58459edbb68244d714115e7d75b91dee99e3e62 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-26T18:32:14.527Z] + go version [2022-04-26T18:32:14.527Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-26T18:32:14.497Z] $ docker stop --time=1 7dd1ad9a53093baa9a0e3608e58459edbb68244d714115e7d75b91dee99e3e62 [2022-04-26T18:32:16.176Z] $ docker rm -f 7dd1ad9a53093baa9a0e3608e58459edbb68244d714115e7d75b91dee99e3e62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:32:16.888Z] + docker inspect -f . ci-base-image-arm64 [2022-04-26T18:32:16.888Z] . [Pipeline] withDockerContainer [2022-04-26T18:32:17.138Z] prd-ubuntu20.04-docker-arm64-4c-16g-33347 does not seem to be running inside a container [2022-04-26T18:32:17.167Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-26T18:32:18.553Z] $ docker top a40fea8544ff2d2fa8cdd2f9a6dbdcffe86534ebbd2aa917f9ed94d656550217 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-26T18:32:19.569Z] + make test [2022-04-26T18:32:19.569Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-26T18:33:41.413Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-26T18:33:41.413Z] CGO_ENABLED=1 go vet ./... [2022-04-26T18:34:08.245Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-26T18:34:08.245Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-26T18:34:08.245Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-26T18:34:09.247Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-26T18:34:09.204Z] $ docker stop --time=1 a40fea8544ff2d2fa8cdd2f9a6dbdcffe86534ebbd2aa917f9ed94d656550217 [2022-04-26T18:34:11.088Z] $ docker rm -f a40fea8544ff2d2fa8cdd2f9a6dbdcffe86534ebbd2aa917f9ed94d656550217 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-26T18:34:12.151Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-26T18:34:12.172Z] Warning: overwriting stash ‘coverage-report’ [2022-04-26T18:34:12.609Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-26T18:34:12.996Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-26T18:34:13.332Z] + ls -al . [2022-04-26T18:34:13.332Z] total 160 [2022-04-26T18:34:13.332Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 26 18:34 . [2022-04-26T18:34:13.332Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 18:30 .. [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 26 18:30 .dockerignore [2022-04-26T18:34:13.332Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 18:30 .git [2022-04-26T18:34:13.332Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:30 .github [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 26 18:30 .gitignore [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 8695 Apr 26 18:30 Attribution.txt [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 26 18:30 CHANGELOG.md [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 26 18:30 Dockerfile [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 26 18:30 GOVERNANCE.md [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 26 18:30 Jenkinsfile [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 26 18:30 LICENSE [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 26 18:30 OWNERS.md [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 26 18:30 README.md [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 26 18:30 VERSION [2022-04-26T18:34:13.332Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 18:30 bin [2022-04-26T18:34:13.332Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 26 18:32 coverage.out [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 3268 Apr 26 18:30 go.mod [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 34650 Apr 26 18:30 go.sum [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 26 18:30 main.go [2022-04-26T18:34:13.332Z] -rw-rw-r-- 1 jenkins jenkins 2007 Apr 26 18:30 makefile [2022-04-26T18:34:13.332Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:30 res [2022-04-26T18:34:13.332Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 18:30 snap [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:34:13.680Z] + 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=4cd65a02709344c43b7ddd42f02d16e1ed625d79 --label arch=arm64 --label version=2.2.0-dev.30 . [2022-04-26T18:34:13.680Z] Sending build context to Docker daemon 201.7kB [2022-04-26T18:34:13.952Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-26T18:34:13.952Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-26T18:34:13.952Z] ---> f2ee7e76adfa [2022-04-26T18:34:13.952Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-26T18:34:14.223Z] ---> Running in 8b25c02e07f4 [2022-04-26T18:34:14.494Z] Removing intermediate container 8b25c02e07f4 [2022-04-26T18:34:14.494Z] ---> a02ccd3088a8 [2022-04-26T18:34:14.494Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-26T18:34:14.494Z] ---> Running in c7cb007f3593 [2022-04-26T18:34:14.772Z] Removing intermediate container c7cb007f3593 [2022-04-26T18:34:14.772Z] ---> 1917df4d6cfe [2022-04-26T18:34:14.772Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-26T18:34:15.085Z] ---> Running in 806f3070947b [2022-04-26T18:34:15.371Z] Removing intermediate container 806f3070947b [2022-04-26T18:34:15.371Z] ---> 890b52e2de0e [2022-04-26T18:34:15.371Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-26T18:34:15.371Z] ---> Running in 28c39b4c6812 [2022-04-26T18:34:17.409Z] Removing intermediate container 28c39b4c6812 [2022-04-26T18:34:17.409Z] ---> 9af1f4a4bdff [2022-04-26T18:34:17.409Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-26T18:34:17.409Z] ---> Running in 23c30dc37c0a [2022-04-26T18:34:18.392Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-26T18:34:19.368Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-26T18:34:20.347Z] OK: 220 MiB in 52 packages [2022-04-26T18:34:20.947Z] Removing intermediate container 23c30dc37c0a [2022-04-26T18:34:20.947Z] ---> 6d93437fb0f9 [2022-04-26T18:34:20.947Z] Step 8/27 : WORKDIR /app [2022-04-26T18:34:21.219Z] ---> Running in 5b9d329a5d89 [2022-04-26T18:34:21.492Z] Removing intermediate container 5b9d329a5d89 [2022-04-26T18:34:21.492Z] ---> 711254945f7f [2022-04-26T18:34:21.492Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-26T18:34:22.087Z] ---> 359c9283f9b3 [2022-04-26T18:34:22.087Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-26T18:34:22.087Z] ---> Running in 47c2ba937b49 [2022-04-26T18:34:24.076Z] Removing intermediate container 47c2ba937b49 [2022-04-26T18:34:24.076Z] ---> 973db0d94976 [2022-04-26T18:34:24.076Z] Step 11/27 : COPY . . [2022-04-26T18:34:24.670Z] ---> 2e1ed095cd22 [2022-04-26T18:34:24.670Z] Step 12/27 : ARG MAKE="make build" [2022-04-26T18:34:24.943Z] ---> Running in 6d36b324ee2c [2022-04-26T18:34:25.216Z] Removing intermediate container 6d36b324ee2c [2022-04-26T18:34:25.216Z] ---> 0dffe61560e5 [2022-04-26T18:34:25.216Z] Step 13/27 : RUN $MAKE [2022-04-26T18:34:25.216Z] ---> Running in 34ac3e8ffd73 [2022-04-26T18:34:26.196Z] CGO_ENABLED=1 go build -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=" -trimpath -mod=readonly -buildmode=pie -o app-service-configurable [2022-04-26T18:36:33.038Z] Removing intermediate container 34ac3e8ffd73 [2022-04-26T18:36:33.038Z] ---> b0c698b34834 [2022-04-26T18:36:33.038Z] Step 14/27 : FROM alpine:3.14 [2022-04-26T18:36:33.038Z] 3.14: Pulling from library/alpine [2022-04-26T18:36:33.038Z] 455c02918c45: Pulling fs layer [2022-04-26T18:36:33.038Z] 455c02918c45: Verifying Checksum [2022-04-26T18:36:33.038Z] 455c02918c45: Download complete [2022-04-26T18:36:33.038Z] 455c02918c45: Pull complete [2022-04-26T18:36:33.038Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-26T18:36:33.038Z] Status: Downloaded newer image for alpine:3.14 [2022-04-26T18:36:33.038Z] ---> ac73e934f311 [2022-04-26T18:36:33.038Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-26T18:36:33.038Z] ---> Running in 18f7f66bd7ab [2022-04-26T18:36:33.038Z] Removing intermediate container 18f7f66bd7ab [2022-04-26T18:36:33.038Z] ---> f1ec08694759 [2022-04-26T18:36:33.038Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-26T18:36:33.038Z] ---> Running in 1ceab1dd38a2 [2022-04-26T18:36:33.038Z] Removing intermediate container 1ceab1dd38a2 [2022-04-26T18:36:33.038Z] ---> 0d64ad84605c [2022-04-26T18:36:33.038Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-26T18:36:33.038Z] ---> Running in 9c2786d4173e [2022-04-26T18:36:33.311Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-26T18:36:33.587Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-26T18:36:34.565Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-26T18:36:34.565Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-26T18:36:34.565Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-26T18:36:34.565Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-26T18:36:34.565Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-26T18:36:34.565Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-26T18:36:34.565Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-26T18:36:34.565Z] Executing busybox-1.33.1-r7.trigger [2022-04-26T18:36:34.565Z] Executing ca-certificates-20211220-r0.trigger [2022-04-26T18:36:34.840Z] OK: 9 MiB in 21 packages [2022-04-26T18:36:36.279Z] Removing intermediate container 9c2786d4173e [2022-04-26T18:36:36.279Z] ---> fb0878b53b49 [2022-04-26T18:36:36.279Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-26T18:36:36.564Z] ---> e39a99461227 [2022-04-26T18:36:36.564Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-26T18:36:37.161Z] ---> 14ed55107baa [2022-04-26T18:36:37.161Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-26T18:36:37.759Z] ---> 569a649e92a3 [2022-04-26T18:36:37.759Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-26T18:36:39.194Z] ---> 83609d4e655d [2022-04-26T18:36:39.194Z] Step 22/27 : EXPOSE 48095 [2022-04-26T18:36:39.467Z] ---> Running in a5ce13f018dd [2022-04-26T18:36:39.739Z] Removing intermediate container a5ce13f018dd [2022-04-26T18:36:39.739Z] ---> af485196d33e [2022-04-26T18:36:39.739Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-26T18:36:39.739Z] ---> Running in a0bee0be09b0 [2022-04-26T18:36:40.014Z] Removing intermediate container a0bee0be09b0 [2022-04-26T18:36:40.014Z] ---> 06fab151eea3 [2022-04-26T18:36:40.014Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-26T18:36:40.288Z] ---> Running in 2a33f161d001 [2022-04-26T18:36:40.561Z] Removing intermediate container 2a33f161d001 [2022-04-26T18:36:40.561Z] ---> 55b3c9b8e560 [2022-04-26T18:36:40.561Z] Step 25/27 : LABEL arch=arm64 [2022-04-26T18:36:40.561Z] ---> Running in 1171093647b8 [2022-04-26T18:36:40.841Z] Removing intermediate container 1171093647b8 [2022-04-26T18:36:40.842Z] ---> 3042352d96b1 [2022-04-26T18:36:40.842Z] Step 26/27 : LABEL git_sha=4cd65a02709344c43b7ddd42f02d16e1ed625d79 [2022-04-26T18:36:40.842Z] ---> Running in b63045876f6c [2022-04-26T18:36:41.435Z] Removing intermediate container b63045876f6c [2022-04-26T18:36:41.435Z] ---> 0d1b9d4877d4 [2022-04-26T18:36:41.435Z] Step 27/27 : LABEL version=2.2.0-dev.30 [2022-04-26T18:36:41.435Z] ---> Running in d5dfb75e9028 [2022-04-26T18:36:41.706Z] Removing intermediate container d5dfb75e9028 [2022-04-26T18:36:41.706Z] ---> 00915b5063ec [2022-04-26T18:36:41.706Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-26T18:36:41.706Z] Successfully built 00915b5063ec [2022-04-26T18:36:41.706Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T18:36:41.790Z] provisioning config files... [2022-04-26T18:36:41.809Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/66@tmp/config704282945760194722tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:36:42.163Z] ---> docker-login.sh [2022-04-26T18:36:42.163Z] nexus3.edgexfoundry.org:10001 [2022-04-26T18:36:42.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:36:42.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:36:42.435Z] Configure a credential helper to remove this warning. See [2022-04-26T18:36:42.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:36:42.435Z] [2022-04-26T18:36:42.435Z] Login Succeeded [2022-04-26T18:36:42.435Z] nexus3.edgexfoundry.org:10002 [2022-04-26T18:36:43.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:36:43.032Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:36:43.032Z] Configure a credential helper to remove this warning. See [2022-04-26T18:36:43.032Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:36:43.032Z] [2022-04-26T18:36:43.032Z] Login Succeeded [2022-04-26T18:36:43.032Z] nexus3.edgexfoundry.org:10003 [2022-04-26T18:36:43.305Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:36:43.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:36:43.578Z] Configure a credential helper to remove this warning. See [2022-04-26T18:36:43.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:36:43.578Z] [2022-04-26T18:36:43.578Z] Login Succeeded [2022-04-26T18:36:43.578Z] nexus3.edgexfoundry.org:10004 [2022-04-26T18:36:43.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:36:44.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:36:44.123Z] Configure a credential helper to remove this warning. See [2022-04-26T18:36:44.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:36:44.123Z] [2022-04-26T18:36:44.123Z] Login Succeeded [2022-04-26T18:36:44.123Z] docker.io [2022-04-26T18:36:44.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T18:36:44.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T18:36:44.669Z] Configure a credential helper to remove this warning. See [2022-04-26T18:36:44.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T18:36:44.669Z] [2022-04-26T18:36:44.669Z] Login Succeeded [2022-04-26T18:36:44.669Z] ---> docker-login.sh ends [Pipeline] } [2022-04-26T18:36:44.687Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-26T18:36:44.726Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-26T18:36:44.747Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-04-26T18:36:44.747Z] 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [2022-04-26T18:36:44.747Z] latest [2022-04-26T18:36:44.747Z] 2.2.0-dev.30 [2022-04-26T18:36:44.747Z] 4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [2022-04-26T18:36:44.747Z] main [2022-04-26T18:36:44.747Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:45.112Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:45.456Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79 [2022-04-26T18:36:45.456Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-26T18:36:45.456Z] a9b60952b035: Preparing [2022-04-26T18:36:45.456Z] b4f4b6a7f727: Preparing [2022-04-26T18:36:45.456Z] e431730a0a7a: Preparing [2022-04-26T18:36:45.456Z] a9495d89fbd3: Preparing [2022-04-26T18:36:45.456Z] 754183d45b5b: Preparing [2022-04-26T18:36:45.456Z] f73e7dbfee58: Preparing [2022-04-26T18:36:45.456Z] f73e7dbfee58: Waiting [2022-04-26T18:36:45.732Z] a9495d89fbd3: Pushed [2022-04-26T18:36:45.732Z] e431730a0a7a: Pushed [2022-04-26T18:36:45.732Z] b4f4b6a7f727: Pushed [2022-04-26T18:36:45.732Z] f73e7dbfee58: Layer already exists [2022-04-26T18:36:46.709Z] 754183d45b5b: Pushed [2022-04-26T18:36:52.103Z] a9b60952b035: Pushed [2022-04-26T18:36:52.103Z] 4cd65a02709344c43b7ddd42f02d16e1ed625d79: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:52.450Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:52.796Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-26T18:36:52.796Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-26T18:36:52.796Z] a9b60952b035: Preparing [2022-04-26T18:36:52.796Z] b4f4b6a7f727: Preparing [2022-04-26T18:36:52.796Z] e431730a0a7a: Preparing [2022-04-26T18:36:52.796Z] a9495d89fbd3: Preparing [2022-04-26T18:36:52.796Z] 754183d45b5b: Preparing [2022-04-26T18:36:52.796Z] f73e7dbfee58: Preparing [2022-04-26T18:36:52.796Z] f73e7dbfee58: Waiting [2022-04-26T18:36:52.796Z] a9495d89fbd3: Layer already exists [2022-04-26T18:36:52.796Z] a9b60952b035: Layer already exists [2022-04-26T18:36:52.796Z] b4f4b6a7f727: Layer already exists [2022-04-26T18:36:52.796Z] e431730a0a7a: Layer already exists [2022-04-26T18:36:52.796Z] 754183d45b5b: Layer already exists [2022-04-26T18:36:53.076Z] f73e7dbfee58: Layer already exists [2022-04-26T18:36:53.076Z] latest: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:53.428Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.30 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:53.778Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.30 [2022-04-26T18:36:53.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-26T18:36:53.778Z] a9b60952b035: Preparing [2022-04-26T18:36:53.778Z] b4f4b6a7f727: Preparing [2022-04-26T18:36:53.778Z] e431730a0a7a: Preparing [2022-04-26T18:36:53.778Z] a9495d89fbd3: Preparing [2022-04-26T18:36:53.778Z] 754183d45b5b: Preparing [2022-04-26T18:36:53.778Z] f73e7dbfee58: Preparing [2022-04-26T18:36:53.778Z] f73e7dbfee58: Waiting [2022-04-26T18:36:53.778Z] b4f4b6a7f727: Layer already exists [2022-04-26T18:36:53.778Z] e431730a0a7a: Layer already exists [2022-04-26T18:36:53.778Z] a9b60952b035: Layer already exists [2022-04-26T18:36:53.778Z] 754183d45b5b: Layer already exists [2022-04-26T18:36:53.778Z] a9495d89fbd3: Layer already exists [2022-04-26T18:36:54.052Z] f73e7dbfee58: Layer already exists [2022-04-26T18:36:54.052Z] 2.2.0-dev.30: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:54.401Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:54.742Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [2022-04-26T18:36:54.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-26T18:36:54.742Z] a9b60952b035: Preparing [2022-04-26T18:36:54.742Z] b4f4b6a7f727: Preparing [2022-04-26T18:36:54.742Z] e431730a0a7a: Preparing [2022-04-26T18:36:54.742Z] a9495d89fbd3: Preparing [2022-04-26T18:36:54.742Z] 754183d45b5b: Preparing [2022-04-26T18:36:54.742Z] f73e7dbfee58: Preparing [2022-04-26T18:36:54.742Z] f73e7dbfee58: Waiting [2022-04-26T18:36:54.742Z] b4f4b6a7f727: Layer already exists [2022-04-26T18:36:54.742Z] e431730a0a7a: Layer already exists [2022-04-26T18:36:54.742Z] a9495d89fbd3: Layer already exists [2022-04-26T18:36:54.742Z] 754183d45b5b: Layer already exists [2022-04-26T18:36:54.742Z] a9b60952b035: Layer already exists [2022-04-26T18:36:54.742Z] f73e7dbfee58: Layer already exists [2022-04-26T18:36:55.016Z] 4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:55.379Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:55.722Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-04-26T18:36:55.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-26T18:36:55.722Z] a9b60952b035: Preparing [2022-04-26T18:36:55.722Z] b4f4b6a7f727: Preparing [2022-04-26T18:36:55.722Z] e431730a0a7a: Preparing [2022-04-26T18:36:55.722Z] a9495d89fbd3: Preparing [2022-04-26T18:36:55.722Z] 754183d45b5b: Preparing [2022-04-26T18:36:55.722Z] f73e7dbfee58: Preparing [2022-04-26T18:36:55.722Z] f73e7dbfee58: Waiting [2022-04-26T18:36:55.722Z] b4f4b6a7f727: Layer already exists [2022-04-26T18:36:55.722Z] e431730a0a7a: Layer already exists [2022-04-26T18:36:55.722Z] 754183d45b5b: Layer already exists [2022-04-26T18:36:55.722Z] a9b60952b035: Layer already exists [2022-04-26T18:36:55.722Z] a9495d89fbd3: Layer already exists [2022-04-26T18:36:55.722Z] f73e7dbfee58: Layer already exists [2022-04-26T18:36:55.996Z] main: digest: sha256:1ee8dc0cf5a891ebfe1dd9cda2570e468c40399c31932dc86265bd7a140614ac size: 1575 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-26T18:36:56.051Z] ===================================================== [Pipeline] echo [2022-04-26T18:36:56.062Z] taggedImages: [2022-04-26T18:36:56.062Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79 [2022-04-26T18:36:56.062Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-26T18:36:56.062Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.30 [2022-04-26T18:36:56.062Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4cd65a02709344c43b7ddd42f02d16e1ed625d79-2.2.0-dev.30 [2022-04-26T18:36:56.062Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:56.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-26T18:36:56.435Z] [2022-04-26T18:36:56.435Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:36:57.001Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-26T18:36:57.001Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-26T18:36:57.001Z] 8998bd30e6a1: Pulling fs layer [2022-04-26T18:36:57.001Z] 04944245beec: Pulling fs layer [2022-04-26T18:36:57.001Z] 699f458cf7ca: Pulling fs layer [2022-04-26T18:36:57.001Z] 765212b225bb: Pulling fs layer [2022-04-26T18:36:57.001Z] f23df028b6ca: Pulling fs layer [2022-04-26T18:36:57.001Z] d65c8cfc05b1: Pulling fs layer [2022-04-26T18:36:57.001Z] 2437ff75d9bd: Pulling fs layer [2022-04-26T18:36:57.001Z] f23df028b6ca: Waiting [2022-04-26T18:36:57.001Z] d65c8cfc05b1: Waiting [2022-04-26T18:36:57.001Z] 2437ff75d9bd: Waiting [2022-04-26T18:36:57.001Z] 765212b225bb: Waiting [2022-04-26T18:36:57.001Z] 04944245beec: Verifying Checksum [2022-04-26T18:36:57.001Z] 04944245beec: Download complete [2022-04-26T18:36:57.001Z] 765212b225bb: Verifying Checksum [2022-04-26T18:36:57.001Z] 765212b225bb: Download complete [2022-04-26T18:36:57.280Z] f23df028b6ca: Verifying Checksum [2022-04-26T18:36:57.280Z] f23df028b6ca: Download complete [2022-04-26T18:36:57.280Z] 699f458cf7ca: Verifying Checksum [2022-04-26T18:36:57.280Z] 699f458cf7ca: Download complete [2022-04-26T18:36:57.880Z] 8998bd30e6a1: Verifying Checksum [2022-04-26T18:36:57.880Z] 8998bd30e6a1: Download complete [2022-04-26T18:36:59.863Z] 2437ff75d9bd: Verifying Checksum [2022-04-26T18:36:59.863Z] 2437ff75d9bd: Download complete [2022-04-26T18:37:02.507Z] 8998bd30e6a1: Pull complete [2022-04-26T18:37:02.507Z] 04944245beec: Pull complete [2022-04-26T18:37:04.534Z] 699f458cf7ca: Pull complete [2022-04-26T18:37:04.534Z] 765212b225bb: Pull complete [2022-04-26T18:37:05.878Z] f23df028b6ca: Pull complete [2022-04-26T18:37:05.878Z] d65c8cfc05b1: Pull complete [2022-04-26T18:37:20.974Z] 2437ff75d9bd: Pull complete [2022-04-26T18:37:20.974Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-26T18:37:20.974Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-26T18:37:20.974Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-26T18:37:21.227Z] prd-ubuntu20.04-docker-arm64-4c-16g-33347 does not seem to be running inside a container [2022-04-26T18:37:21.252Z] $ 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/66 -v /w/workspace/app-service-configurable/66:/w/workspace/app-service-configurable/66:rw,z -v /w/workspace/app-service-configurable/66@tmp:/w/workspace/app-service-configurable/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-26T18:37:23.997Z] $ docker top 8582fca313121a96bb69669352b73d87dda74e5f64616d08bd673923cbc5d791 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:37:25.022Z] ---> job-cost.sh [2022-04-26T18:37:25.022Z] lf-activate-venv: SKIPPING [2022-04-26T18:37:25.022Z] INFO: No Stack... [2022-04-26T18:37:25.617Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-26T18:37:26.213Z] INFO: Archiving Costs [Pipeline] sh [2022-04-26T18:37:26.888Z] + cat /w/workspace/app-service-configurable/66/archives/cost.csv [2022-04-26T18:37:26.888Z] + cut -d, -f6 [Pipeline] lock [2022-04-26T18:37:26.922Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [2022-04-26T18:37:26.930Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] did not exist. Created. [2022-04-26T18:37:26.930Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-26T18:37:27.607Z] /w/workspace/app-service-configurable/66@tmp/durable-97190c95/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-26T18:37:28.291Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-26T18:37:28.314Z] Warning: overwriting stash ‘stack-cost’ [2022-04-26T18:37:28.369Z] Stashed 1 file(s) [Pipeline] } [2022-04-26T18:37:28.375Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-66-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-26T18:37:28.329Z] $ docker stop --time=1 8582fca313121a96bb69669352b73d87dda74e5f64616d08bd673923cbc5d791 [2022-04-26T18:37:29.903Z] $ docker rm -f 8582fca313121a96bb69669352b73d87dda74e5f64616d08bd673923cbc5d791 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-26T18:37:30.558Z] provisioning config files... [2022-04-26T18:37:30.567Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config802390278360704795tmp [Pipeline] { [Pipeline] sh [2022-04-26T18:37:30.913Z] + set +x [2022-04-26T18:37:30.913Z] + curl -s https://codecov.io/bash [2022-04-26T18:37:30.913Z] + bash -s -- [2022-04-26T18:37:30.913Z] [2022-04-26T18:37:30.913Z] _____ _ [2022-04-26T18:37:30.913Z] / ____| | | [2022-04-26T18:37:30.913Z] | | ___ __| | ___ ___ _____ __ [2022-04-26T18:37:30.913Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-26T18:37:30.913Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-26T18:37:30.913Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-26T18:37:30.913Z] Bash-1.0.6 [2022-04-26T18:37:30.913Z] [2022-04-26T18:37:30.913Z] [2022-04-26T18:37:30.913Z] ==> git version 2.25.1 found [2022-04-26T18:37:30.913Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-26T18:37:30.913Z] Release-Date: 2020-01-08 [2022-04-26T18:37:30.913Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-26T18:37:30.913Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-26T18:37:30.913Z] ==> Jenkins CI detected. [2022-04-26T18:37:30.913Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-04-26T18:37:30.913Z] project root: . [2022-04-26T18:37:30.913Z] --> token set from env [2022-04-26T18:37:30.913Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-26T18:37:30.913Z] ==> Running gcov in . (disable via -X gcov) [2022-04-26T18:37:30.913Z] ==> Python coveragepy not found [2022-04-26T18:37:30.913Z] ==> Searching for coverage reports in: [2022-04-26T18:37:30.913Z] + . [2022-04-26T18:37:30.913Z] -> Found 1 reports [2022-04-26T18:37:30.913Z] ==> Detecting git/mercurial file structure [2022-04-26T18:37:31.173Z] ==> Reading reports [2022-04-26T18:37:31.173Z] + ./coverage.out bytes=10 [2022-04-26T18:37:31.173Z] ==> Appending adjustments [2022-04-26T18:37:31.173Z] https://docs.codecov.io/docs/fixing-reports [2022-04-26T18:37:31.173Z] + Found adjustments [2022-04-26T18:37:31.173Z] ==> Gzipping contents [2022-04-26T18:37:31.173Z] 4.0K /tmp/codecov.PPXTjw.gz [2022-04-26T18:37:31.173Z] ==> Uploading reports [2022-04-26T18:37:31.173Z] url: https://codecov.io [2022-04-26T18:37:31.173Z] query: branch=main&commit=4cd65a02709344c43b7ddd42f02d16e1ed625d79&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F66%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-26T18:37:31.173Z] -> Pinging Codecov [2022-04-26T18:37:31.173Z] 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=4cd65a02709344c43b7ddd42f02d16e1ed625d79&build=66&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F66%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-26T18:37:31.433Z] -> Uploading to [2022-04-26T18:37:31.433Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-26/A97CA9966030D2A3747ED39772930CCE/4cd65a02709344c43b7ddd42f02d16e1ed625d79/afac45aa-dc13-4894-a82d-d417f96f8f3e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220426T183731Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2809705987803a5919161540cee932d402b3e4a7d551545109a662c071634870 [2022-04-26T18:37:31.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-26T18:37:31.433Z] Dload Upload Total Spent Left Speed [2022-04-26T18:37:31.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 577 0 0 100 577 0 2519 --:--:-- --:--:-- --:--:-- 2508 100 577 0 0 100 577 0 2185 --:--:-- --:--:-- --:--:-- 2177 [2022-04-26T18:37:31.694Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] } [2022-04-26T18:37:31.702Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-04-26T18:37:31.972Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-04-26T18:37:31.985Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:37:32.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-26T18:37:32.288Z] [2022-04-26T18:37:32.288Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:37:32.595Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-26T18:37:32.595Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-04-26T18:37:32.595Z] 188c0c94c7c5: Pulling fs layer [2022-04-26T18:37:32.595Z] 0ef7d3d256c8: Pulling fs layer [2022-04-26T18:37:32.595Z] de9db76c5a1d: Pulling fs layer [2022-04-26T18:37:32.595Z] 0eba1c9be4d2: Pulling fs layer [2022-04-26T18:37:32.595Z] 0d57e429df01: Pulling fs layer [2022-04-26T18:37:32.595Z] 4e4be7b47b0d: Pulling fs layer [2022-04-26T18:37:32.595Z] e1f770b5df2f: Pulling fs layer [2022-04-26T18:37:32.595Z] 85a0685a4137: Pulling fs layer [2022-04-26T18:37:32.595Z] 0d57e429df01: Waiting [2022-04-26T18:37:32.595Z] 4e4be7b47b0d: Waiting [2022-04-26T18:37:32.595Z] 0eba1c9be4d2: Waiting [2022-04-26T18:37:32.595Z] de9db76c5a1d: Verifying Checksum [2022-04-26T18:37:32.595Z] de9db76c5a1d: Download complete [2022-04-26T18:37:32.595Z] 0ef7d3d256c8: Download complete [2022-04-26T18:37:32.595Z] 0d57e429df01: Verifying Checksum [2022-04-26T18:37:32.595Z] 0d57e429df01: Download complete [2022-04-26T18:37:32.595Z] 4e4be7b47b0d: Verifying Checksum [2022-04-26T18:37:32.596Z] 4e4be7b47b0d: Download complete [2022-04-26T18:37:32.596Z] 188c0c94c7c5: Verifying Checksum [2022-04-26T18:37:32.858Z] 188c0c94c7c5: Pull complete [2022-04-26T18:37:32.858Z] e1f770b5df2f: Verifying Checksum [2022-04-26T18:37:32.858Z] e1f770b5df2f: Download complete [2022-04-26T18:37:32.858Z] 0ef7d3d256c8: Pull complete [2022-04-26T18:37:33.120Z] de9db76c5a1d: Pull complete [2022-04-26T18:37:33.692Z] 0eba1c9be4d2: Verifying Checksum [2022-04-26T18:37:33.692Z] 0eba1c9be4d2: Download complete [2022-04-26T18:37:33.954Z] 85a0685a4137: Verifying Checksum [2022-04-26T18:37:33.954Z] 85a0685a4137: Download complete [2022-04-26T18:37:38.152Z] 0eba1c9be4d2: Pull complete [2022-04-26T18:37:38.152Z] 0d57e429df01: Pull complete [2022-04-26T18:37:38.152Z] 4e4be7b47b0d: Pull complete [2022-04-26T18:37:38.152Z] e1f770b5df2f: Pull complete [2022-04-26T18:37:42.347Z] 85a0685a4137: Pull complete [2022-04-26T18:37:42.347Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-04-26T18:37:42.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-26T18:37:42.347Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-04-26T18:37:42.417Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:37:42.456Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-04-26T18:37:44.294Z] $ docker top 25b913cda5228dd7ee4e9cc3aa0f2719882edc1769a4e41730d81fd54b731208 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-26T18:37:44.379Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-04-26T18:37:44.664Z] + set -o pipefail [2022-04-26T18:37:44.664Z] + snyk monitor '--org=edgex-jenkins' [2022-04-26T18:37:51.248Z] [2022-04-26T18:37:51.248Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-04-26T18:37:51.248Z] [2022-04-26T18:37:51.248Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/a43046d7-f375-41aa-a2d1-75d47cf980fb [2022-04-26T18:37:51.248Z] [2022-04-26T18:37:51.248Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-04-26T18:37:51.248Z] [2022-04-26T18:37:51.248Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-04-26T18:37:51.248Z] [2022-04-26T18:37:51.508Z] [Pipeline] } [2022-04-26T18:37:51.522Z] $ docker stop --time=1 25b913cda5228dd7ee4e9cc3aa0f2719882edc1769a4e41730d81fd54b731208 [2022-04-26T18:37:53.588Z] $ docker rm -f 25b913cda5228dd7ee4e9cc3aa0f2719882edc1769a4e41730d81fd54b731208 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-26T18:37:54.324Z] + git log --format=format:%s -1 4cd65a02709344c43b7ddd42f02d16e1ed625d79 [Pipeline] sh [2022-04-26T18:37:54.624Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-26T18:37:54.624Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:37:54.924Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T18:37:54.924Z] . [Pipeline] withDockerContainer [2022-04-26T18:37:54.994Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:37:55.027Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-26T18:37:55.462Z] $ docker top e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-26T18:37:55.569Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-26T18:37:55.569Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-26T18:37:55.694Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-26T18:37:55.699Z] $ docker exec e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 ssh-agent [2022-04-26T18:37:55.822Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXojKmch/agent.14 [2022-04-26T18:37:55.822Z] SSH_AGENT_PID=20 [2022-04-26T18:37:55.827Z] Running ssh-add (command line suppressed) [2022-04-26T18:37:55.943Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1237830899661572645.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1237830899661572645.key) [2022-04-26T18:37:55.955Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-26T18:37:56.249Z] + git semver tag [2022-04-26T18:37:56.250Z] # -> Open(): unable to determine branch for HEAD [2022-04-26T18:37:56.250Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-26T18:37:56.250Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-26T18:37:56.250Z] # $SEMVER_REMOTE_NAME = origin [2022-04-26T18:37:56.250Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-26T18:37:56.250Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-26T18:37:56.250Z] # $SEMVER_BRANCH = main [2022-04-26T18:37:56.250Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-04-26T18:37:56.250Z] # 4cd65a02709344c43b7ddd42f02d16e1ed625d79 HEAD [2022-04-26T18:37:56.250Z] # -> Force: false [2022-04-26T18:37:56.250Z] # 0090a63bf38f3ebc8896984e635ce086a9aa4788 refs/tags/v2.2.0-dev.30 [Pipeline] } [2022-04-26T18:37:56.264Z] $ docker exec --env ******** --env ******** e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 ssh-agent -k [2022-04-26T18:37:56.374Z] unset SSH_AUTH_SOCK; [2022-04-26T18:37:56.374Z] unset SSH_AGENT_PID; [2022-04-26T18:37:56.375Z] echo Agent pid 20 killed; [2022-04-26T18:37:56.384Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-26T18:37:56.694Z] + git semver [Pipeline] } [2022-04-26T18:37:56.711Z] $ docker stop --time=1 e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 [2022-04-26T18:37:58.034Z] $ docker rm -f e579734619c8766bdf2a9d1f7e4b3b7c82b98f1d24e1f1063b489703a2c724b6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:37:58.482Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-26T18:37:58.482Z] [2022-04-26T18:37:58.482Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:37:58.783Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-26T18:37:58.783Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-04-26T18:37:58.783Z] ab5ef0e58194: Pulling fs layer [2022-04-26T18:37:58.783Z] 9712f1f96733: Pulling fs layer [2022-04-26T18:37:58.783Z] 63f879dbbcfc: Pulling fs layer [2022-04-26T18:37:58.783Z] 0d9ebad4ef96: Pulling fs layer [2022-04-26T18:37:58.783Z] e9a5061849ea: Pulling fs layer [2022-04-26T18:37:58.783Z] 0d9ebad4ef96: Waiting [2022-04-26T18:37:58.783Z] d747dcd14b5f: Pulling fs layer [2022-04-26T18:37:58.783Z] 2de7ff778b66: Pulling fs layer [2022-04-26T18:37:58.783Z] d747dcd14b5f: Waiting [2022-04-26T18:37:58.783Z] 2de7ff778b66: Waiting [2022-04-26T18:37:58.783Z] e9a5061849ea: Waiting [2022-04-26T18:37:58.783Z] 9712f1f96733: Verifying Checksum [2022-04-26T18:37:58.783Z] 9712f1f96733: Download complete [2022-04-26T18:37:59.048Z] 63f879dbbcfc: Verifying Checksum [2022-04-26T18:37:59.048Z] 63f879dbbcfc: Download complete [2022-04-26T18:37:59.311Z] 0d9ebad4ef96: Verifying Checksum [2022-04-26T18:37:59.311Z] 0d9ebad4ef96: Download complete [2022-04-26T18:37:59.311Z] d747dcd14b5f: Verifying Checksum [2022-04-26T18:37:59.311Z] d747dcd14b5f: Download complete [2022-04-26T18:37:59.311Z] e9a5061849ea: Verifying Checksum [2022-04-26T18:37:59.311Z] e9a5061849ea: Download complete [2022-04-26T18:37:59.311Z] ab5ef0e58194: Verifying Checksum [2022-04-26T18:37:59.311Z] ab5ef0e58194: Download complete [2022-04-26T18:37:59.571Z] 2de7ff778b66: Verifying Checksum [2022-04-26T18:37:59.571Z] 2de7ff778b66: Download complete [2022-04-26T18:38:02.109Z] ab5ef0e58194: Pull complete [2022-04-26T18:38:02.109Z] 9712f1f96733: Pull complete [2022-04-26T18:38:03.048Z] 63f879dbbcfc: Pull complete [2022-04-26T18:38:07.247Z] 0d9ebad4ef96: Pull complete [2022-04-26T18:38:07.247Z] e9a5061849ea: Pull complete [2022-04-26T18:38:07.507Z] d747dcd14b5f: Pull complete [2022-04-26T18:38:08.889Z] 2de7ff778b66: Pull complete [2022-04-26T18:38:08.889Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-04-26T18:38:08.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-26T18:38:08.889Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-04-26T18:38:08.952Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:38:08.988Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-04-26T18:38:11.117Z] $ docker top 8d84b71ffd70a5b6938093162cdd230acae7ddc907a11f4ff1aaa49063bf0d0a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-04-26T18:38:11.207Z] provisioning config files... [2022-04-26T18:38:11.216Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1414810706836620050tmp [2022-04-26T18:38:11.228Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2999128047605352873tmp [2022-04-26T18:38:11.240Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7227099423609388422tmp [Pipeline] { [Pipeline] echo [2022-04-26T18:38:11.257Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:11.543Z] ---> sigul-configuration.sh [2022-04-26T18:38:11.543Z] gpg: directory `/root/.gnupg' created [2022-04-26T18:38:11.543Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-04-26T18:38:11.543Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-04-26T18:38:11.543Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-04-26T18:38:11.543Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-04-26T18:38:11.543Z] gpg: CAST5 encrypted data [2022-04-26T18:38:11.543Z] gpg: encrypted with 1 passphrase [2022-04-26T18:38:11.543Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-04-26T18:38:11.833Z] + mkdir /home/jenkins [2022-04-26T18:38:11.833Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-04-26T18:38:12.124Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-04-26T18:38:12.135Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:12.424Z] ---> sigul-install.sh [2022-04-26T18:38:12.424Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-04-26T18:38:12.714Z] + git tag --list [2022-04-26T18:38:12.714Z] v1.0.0 [2022-04-26T18:38:12.714Z] v1.1.0 [2022-04-26T18:38:12.714Z] v1.2.0 [2022-04-26T18:38:12.714Z] v1.3.0 [2022-04-26T18:38:12.714Z] v1.3.1 [2022-04-26T18:38:12.714Z] v2.0.0 [2022-04-26T18:38:12.714Z] v2.0.1 [2022-04-26T18:38:12.714Z] v2.0.1-dev.1 [2022-04-26T18:38:12.714Z] v2.0.2-dev.1 [2022-04-26T18:38:12.714Z] v2.0.2-dev.10 [2022-04-26T18:38:12.714Z] v2.0.2-dev.11 [2022-04-26T18:38:12.714Z] v2.0.2-dev.12 [2022-04-26T18:38:12.714Z] v2.0.2-dev.13 [2022-04-26T18:38:12.714Z] v2.0.2-dev.14 [2022-04-26T18:38:12.714Z] v2.0.2-dev.15 [2022-04-26T18:38:12.714Z] v2.0.2-dev.16 [2022-04-26T18:38:12.714Z] v2.0.2-dev.17 [2022-04-26T18:38:12.714Z] v2.0.2-dev.18 [2022-04-26T18:38:12.714Z] v2.0.2-dev.19 [2022-04-26T18:38:12.714Z] v2.0.2-dev.2 [2022-04-26T18:38:12.714Z] v2.0.2-dev.20 [2022-04-26T18:38:12.714Z] v2.0.2-dev.21 [2022-04-26T18:38:12.714Z] v2.0.2-dev.22 [2022-04-26T18:38:12.714Z] v2.0.2-dev.23 [2022-04-26T18:38:12.714Z] v2.0.2-dev.24 [2022-04-26T18:38:12.714Z] v2.0.2-dev.25 [2022-04-26T18:38:12.714Z] v2.0.2-dev.26 [2022-04-26T18:38:12.714Z] v2.0.2-dev.27 [2022-04-26T18:38:12.714Z] v2.0.2-dev.28 [2022-04-26T18:38:12.714Z] v2.0.2-dev.29 [2022-04-26T18:38:12.714Z] v2.0.2-dev.3 [2022-04-26T18:38:12.714Z] v2.0.2-dev.30 [2022-04-26T18:38:12.714Z] v2.0.2-dev.4 [2022-04-26T18:38:12.714Z] v2.0.2-dev.5 [2022-04-26T18:38:12.714Z] v2.0.2-dev.6 [2022-04-26T18:38:12.714Z] v2.0.2-dev.7 [2022-04-26T18:38:12.714Z] v2.0.2-dev.8 [2022-04-26T18:38:12.714Z] v2.0.2-dev.9 [2022-04-26T18:38:12.714Z] v2.1.0 [2022-04-26T18:38:12.714Z] v2.2.0-dev.1 [2022-04-26T18:38:12.714Z] v2.2.0-dev.10 [2022-04-26T18:38:12.714Z] v2.2.0-dev.11 [2022-04-26T18:38:12.714Z] v2.2.0-dev.12 [2022-04-26T18:38:12.714Z] v2.2.0-dev.13 [2022-04-26T18:38:12.714Z] v2.2.0-dev.14 [2022-04-26T18:38:12.714Z] v2.2.0-dev.15 [2022-04-26T18:38:12.714Z] v2.2.0-dev.16 [2022-04-26T18:38:12.714Z] v2.2.0-dev.17 [2022-04-26T18:38:12.714Z] v2.2.0-dev.18 [2022-04-26T18:38:12.714Z] v2.2.0-dev.19 [2022-04-26T18:38:12.714Z] v2.2.0-dev.2 [2022-04-26T18:38:12.714Z] v2.2.0-dev.20 [2022-04-26T18:38:12.714Z] v2.2.0-dev.21 [2022-04-26T18:38:12.714Z] v2.2.0-dev.22 [2022-04-26T18:38:12.714Z] v2.2.0-dev.23 [2022-04-26T18:38:12.714Z] v2.2.0-dev.24 [2022-04-26T18:38:12.714Z] v2.2.0-dev.25 [2022-04-26T18:38:12.714Z] v2.2.0-dev.26 [2022-04-26T18:38:12.714Z] v2.2.0-dev.27 [2022-04-26T18:38:12.714Z] v2.2.0-dev.28 [2022-04-26T18:38:12.714Z] v2.2.0-dev.29 [2022-04-26T18:38:12.714Z] v2.2.0-dev.3 [2022-04-26T18:38:12.714Z] v2.2.0-dev.30 [2022-04-26T18:38:12.714Z] v2.2.0-dev.4 [2022-04-26T18:38:12.714Z] v2.2.0-dev.5 [2022-04-26T18:38:12.714Z] v2.2.0-dev.6 [2022-04-26T18:38:12.714Z] v2.2.0-dev.7 [2022-04-26T18:38:12.714Z] v2.2.0-dev.8 [2022-04-26T18:38:12.714Z] v2.2.0-dev.9 [Pipeline] sh [2022-04-26T18:38:13.009Z] + lftools sign git-tag v2.2.0-dev.30 [2022-04-26T18:38:13.580Z] Signing Git tag with Sigul... [2022-04-26T18:38:13.580Z] Signing v2.2.0-dev.30 [Pipeline] echo [2022-04-26T18:38:14.161Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:14.450Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-04-26T18:38:14.458Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-26T18:38:14.476Z] $ docker stop --time=1 8d84b71ffd70a5b6938093162cdd230acae7ddc907a11f4ff1aaa49063bf0d0a [2022-04-26T18:38:15.777Z] $ docker rm -f 8d84b71ffd70a5b6938093162cdd230acae7ddc907a11f4ff1aaa49063bf0d0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-04-26T18:38:16.206Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-26T18:38:16.206Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:38:16.508Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T18:38:16.508Z] . [Pipeline] withDockerContainer [2022-04-26T18:38:16.587Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:38:16.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-26T18:38:17.070Z] $ docker top 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-26T18:38:17.176Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-26T18:38:17.176Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-26T18:38:17.297Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-26T18:38:17.303Z] $ docker exec 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 ssh-agent [2022-04-26T18:38:17.414Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXlIMjmN/agent.13 [2022-04-26T18:38:17.414Z] SSH_AGENT_PID=19 [2022-04-26T18:38:17.420Z] Running ssh-add (command line suppressed) [2022-04-26T18:38:17.546Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8014707186268567617.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8014707186268567617.key) [2022-04-26T18:38:17.559Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-26T18:38:17.856Z] + git semver bump pre [2022-04-26T18:38:17.856Z] # -> Open(): unable to determine branch for HEAD [2022-04-26T18:38:17.856Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-26T18:38:17.856Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-26T18:38:17.856Z] # $SEMVER_REMOTE_NAME = origin [2022-04-26T18:38:17.856Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-26T18:38:17.856Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-26T18:38:17.856Z] # $SEMVER_BRANCH = main [2022-04-26T18:38:17.856Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-04-26T18:38:17.856Z] 2.2.0-dev.31 [Pipeline] } [2022-04-26T18:38:17.870Z] $ docker exec --env ******** --env ******** 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 ssh-agent -k [2022-04-26T18:38:17.986Z] unset SSH_AUTH_SOCK; [2022-04-26T18:38:17.987Z] unset SSH_AGENT_PID; [2022-04-26T18:38:17.987Z] echo Agent pid 19 killed; [2022-04-26T18:38:17.996Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-26T18:38:18.307Z] + git semver [Pipeline] } [2022-04-26T18:38:18.323Z] $ docker stop --time=1 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 [2022-04-26T18:38:19.629Z] $ docker rm -f 840dc6c8ed1901f713359cf223782e5ed5cd211eb93c785861f6d05d4a5da263 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-26T18:38:19.988Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-26T18:38:19.988Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:38:20.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T18:38:20.285Z] . [Pipeline] withDockerContainer [2022-04-26T18:38:20.351Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:38:20.390Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-26T18:38:20.807Z] $ docker top 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-26T18:38:20.904Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-26T18:38:20.904Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-26T18:38:21.044Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-26T18:38:21.050Z] $ docker exec 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 ssh-agent [2022-04-26T18:38:21.171Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXblLDpc/agent.14 [2022-04-26T18:38:21.171Z] SSH_AGENT_PID=20 [2022-04-26T18:38:21.177Z] Running ssh-add (command line suppressed) [2022-04-26T18:38:21.302Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2836545772842374646.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2836545772842374646.key) [2022-04-26T18:38:21.315Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-26T18:38:21.610Z] + git semver push [2022-04-26T18:38:21.610Z] # -> Open(): unable to determine branch for HEAD [2022-04-26T18:38:21.610Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-26T18:38:21.610Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-26T18:38:21.610Z] # $SEMVER_REMOTE_NAME = origin [2022-04-26T18:38:21.610Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-26T18:38:21.610Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-26T18:38:21.610Z] # $SEMVER_BRANCH = main [2022-04-26T18:38:21.610Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-04-26T18:38:23.542Z] $ docker exec --env ******** --env ******** 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 ssh-agent -k [2022-04-26T18:38:23.674Z] unset SSH_AUTH_SOCK; [2022-04-26T18:38:23.675Z] unset SSH_AGENT_PID; [2022-04-26T18:38:23.675Z] echo Agent pid 20 killed; [2022-04-26T18:38:23.685Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-26T18:38:23.997Z] + git semver [Pipeline] } [2022-04-26T18:38:24.015Z] $ docker stop --time=1 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 [2022-04-26T18:38:25.339Z] $ docker rm -f 43d03dece9ddaec944ee17045d44049be21c554c291cbf9e414972adc958ebd5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-26T18:38:26.003Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-04-26T18:38:26.003Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-26T18:38:26.003Z] total 16 [2022-04-26T18:38:26.003Z] drwxr-xr-x 3 root root 4096 Apr 26 18:32 . [2022-04-26T18:38:26.003Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:38 .. [2022-04-26T18:38:26.003Z] drwxr-xr-x 2 root root 4096 Apr 26 18:32 cost [2022-04-26T18:38:26.003Z] -rw-r--r-- 1 root root 94 Apr 26 18:32 cost.csv [2022-04-26T18:38:26.003Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-04-26T18:38:26.003Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-26T18:38:26.003Z] total 16 [2022-04-26T18:38:26.003Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 18:32 . [2022-04-26T18:38:26.003Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 18:38 .. [2022-04-26T18:38:26.003Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 18:32 cost [2022-04-26T18:38:26.003Z] -rw-r--r-- 1 jenkins jenkins 94 Apr 26 18:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:26.320Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:27.189Z] ---> package-listing.sh [2022-04-26T18:38:27.189Z] ++ facter osfamily [2022-04-26T18:38:27.189Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-26T18:38:27.449Z] + OS_FAMILY=debian [2022-04-26T18:38:27.449Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-04-26T18:38:27.449Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-26T18:38:27.449Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-26T18:38:27.449Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-26T18:38:27.449Z] + PACKAGES=/tmp/packages_start.txt [2022-04-26T18:38:27.449Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-26T18:38:27.449Z] + PACKAGES=/tmp/packages_end.txt [2022-04-26T18:38:27.449Z] + case "${OS_FAMILY}" in [2022-04-26T18:38:27.449Z] + dpkg -l [2022-04-26T18:38:27.449Z] + grep '^ii' [2022-04-26T18:38:27.449Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-26T18:38:27.449Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-26T18:38:27.449Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-26T18:38:27.449Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-26T18:38:27.449Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-04-26T18:38:27.449Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2022-04-26T18:38:27.463Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-26T18:38:27.744Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-26T18:38:28.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-26T18:38:28.308Z] . [Pipeline] withDockerContainer [2022-04-26T18:38:28.374Z] prd-ubuntu20.04-docker-8c-8g-33359 does not seem to be running inside a container [2022-04-26T18:38:28.412Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-26T18:38:28.647Z] $ docker top f1eebdb7a4010d13397a058c7a6f017f1d932f73755b2ceef10a8e1f70cade50 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-26T18:38:29.009Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-26T18:38:29.302Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-26T18:38:29.600Z] + ls /var/log/sa-host [2022-04-26T18:38:29.600Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T18:38:29.808Z] provisioning config files... [2022-04-26T18:38:29.819Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8409950495013279097tmp [Pipeline] { [Pipeline] echo [2022-04-26T18:38:29.835Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:30.124Z] ---> create-netrc.sh [Pipeline] } [2022-04-26T18:38:30.134Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:30.481Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-26T18:38:30.492Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:30.779Z] ---> sudo-logs.sh [2022-04-26T18:38:30.779Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-26T18:38:30.804Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:31.093Z] ---> job-cost.sh [2022-04-26T18:38:31.093Z] lf-activate-venv: SKIPPING [2022-04-26T18:38:31.093Z] DEBUG: total: 0.2199999988079071 [2022-04-26T18:38:31.093Z] INFO: Retrieving Stack Cost... [2022-04-26T18:38:31.355Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-26T18:38:31.927Z] INFO: Archiving Costs [Pipeline] echo [2022-04-26T18:38:31.942Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T18:38:32.228Z] ---> logs-deploy.sh [2022-04-26T18:38:32.228Z] lf-activate-venv: SKIPPING [2022-04-26T18:38:32.228Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/66 [2022-04-26T18:38:32.228Z] INFO: archiving workspace using pattern(s): [2022-04-26T18:38:33.168Z] Archives upload complete. [2022-04-26T18:38:33.428Z] INFO: archiving logs to Nexus [2022-04-26T18:38:33.997Z] ---> uname -a: [2022-04-26T18:38:33.997Z] Linux prd-ubuntu20-04-docker-8c-8g-33359 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-04-26T18:38:33.997Z] [2022-04-26T18:38:33.997Z] [2022-04-26T18:38:33.997Z] ---> lscpu: [2022-04-26T18:38:33.997Z] Architecture: x86_64 [2022-04-26T18:38:33.997Z] CPU op-mode(s): 32-bit, 64-bit [2022-04-26T18:38:33.997Z] Byte Order: Little Endian [2022-04-26T18:38:33.997Z] Address sizes: 40 bits physical, 48 bits virtual [2022-04-26T18:38:33.997Z] CPU(s): 8 [2022-04-26T18:38:33.997Z] On-line CPU(s) list: 0-7 [2022-04-26T18:38:33.997Z] Thread(s) per core: 1 [2022-04-26T18:38:33.997Z] Core(s) per socket: 1 [2022-04-26T18:38:33.997Z] Socket(s): 8 [2022-04-26T18:38:33.997Z] NUMA node(s): 1 [2022-04-26T18:38:33.997Z] Vendor ID: AuthenticAMD [2022-04-26T18:38:33.997Z] CPU family: 23 [2022-04-26T18:38:33.997Z] Model: 49 [2022-04-26T18:38:33.997Z] Model name: AMD EPYC-Rome Processor [2022-04-26T18:38:33.997Z] Stepping: 0 [2022-04-26T18:38:33.997Z] CPU MHz: 2799.998 [2022-04-26T18:38:33.997Z] BogoMIPS: 5599.99 [2022-04-26T18:38:33.997Z] Virtualization: AMD-V [2022-04-26T18:38:33.997Z] Hypervisor vendor: KVM [2022-04-26T18:38:33.997Z] Virtualization type: full [2022-04-26T18:38:33.997Z] L1d cache: 256 KiB [2022-04-26T18:38:33.997Z] L1i cache: 256 KiB [2022-04-26T18:38:33.997Z] L2 cache: 4 MiB [2022-04-26T18:38:33.997Z] L3 cache: 128 MiB [2022-04-26T18:38:33.997Z] NUMA node0 CPU(s): 0-7 [2022-04-26T18:38:33.997Z] Vulnerability Itlb multihit: Not affected [2022-04-26T18:38:33.997Z] Vulnerability L1tf: Not affected [2022-04-26T18:38:33.997Z] Vulnerability Mds: Not affected [2022-04-26T18:38:33.997Z] Vulnerability Meltdown: Not affected [2022-04-26T18:38:33.997Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-04-26T18:38:33.997Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-04-26T18:38:33.997Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-04-26T18:38:33.997Z] Vulnerability Srbds: Not affected [2022-04-26T18:38:33.997Z] Vulnerability Tsx async abort: Not affected [2022-04-26T18:38:33.997Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-04-26T18:38:33.997Z] [2022-04-26T18:38:33.997Z] [2022-04-26T18:38:33.997Z] ---> nproc: [2022-04-26T18:38:33.997Z] 8 [2022-04-26T18:38:33.997Z] [2022-04-26T18:38:33.997Z] [2022-04-26T18:38:33.997Z] ---> df -h: [2022-04-26T18:38:33.997Z] Filesystem Size Used Avail Use% Mounted on [2022-04-26T18:38:33.997Z] overlay 155G 12G 144G 8% / [2022-04-26T18:38:33.997Z] tmpfs 64M 0 64M 0% /dev [2022-04-26T18:38:33.997Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-04-26T18:38:33.997Z] shm 64M 0 64M 0% /dev/shm [2022-04-26T18:38:33.997Z] /dev/vda1 155G 12G 144G 8% /facter-os [2022-04-26T18:38:33.997Z] [2022-04-26T18:38:33.997Z]