Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 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-ssh11086137653507286380.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-ssh17793856286595749134.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-ssh5176440541329839767.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-ssh2107034477936442930.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-ssh16324595149115598708.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:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7295 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 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b (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 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#387)" > git rev-list --no-walk 7ed787468645177c8f186633e86aabab1c6042de # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-16T16:05:46.754Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-16T16:05:46.824Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-16T16:05:46.846Z] ========================================================= [2022-03-16T16:05:46.846Z] EdgeX Global Pipelines Version Info [2022-03-16T16:05:46.846Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:05:47.611Z] ------------------- [2022-03-16T16:05:47.611Z] stable info: [2022-03-16T16:05:47.611Z] ------------------- [2022-03-16T16:05:47.611Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-16T16:05:47.611Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-16T16:05:47.611Z] Message: update stable to v1.0.221 [2022-03-16T16:05:48.183Z] ------------------- [2022-03-16T16:05:48.183Z] experimental info: [2022-03-16T16:05:48.183Z] ------------------- [2022-03-16T16:05:48.183Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-16T16:05:48.183Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-16T16:05:48.183Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-16T16:05:48.311Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-03-16T16:05:48.322Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-03-16T16:05:48.337Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-16T16:05:48.350Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-16T16:05:48.361Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-16T16:05:48.376Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-16T16:05:48.389Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-16T16:05:48.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-03-16T16:05:48.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-16T16:05:48.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-16T16:05:48.458Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-16T16:05:48.472Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-03-16T16:05:48.484Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-16T16:05:48.498Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-16T16:05:48.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-16T16:05:48.522Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-16T16:05:48.534Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-03-16T16:05:48.552Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-03-16T16:05:48.567Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-16T16:05:48.582Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-16T16:05:48.593Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-03-16T16:05:48.605Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-03-16T16:05:48.617Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-03-16T16:05:48.628Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-03-16T16:05:48.640Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-03-16T16:05:48.653Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-16T16:05:48.666Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-03-16T16:05:48.677Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-03-16T16:05:48.687Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-03-16T16:05:48.705Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] echo [2022-03-16T16:05:48.725Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 95134ef [Pipeline] echo [2022-03-16T16:05:48.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-16T16:05:48.771Z] provisioning config files... [2022-03-16T16:05:48.784Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8980972803893189039tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:05:49.172Z] ---> docker-login.sh [2022-03-16T16:05:49.172Z] nexus3.edgexfoundry.org:10001 [2022-03-16T16:05:49.434Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:05:49.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:05:49.434Z] Configure a credential helper to remove this warning. See [2022-03-16T16:05:49.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:05:49.434Z] [2022-03-16T16:05:49.434Z] Login Succeeded [2022-03-16T16:05:49.434Z] nexus3.edgexfoundry.org:10002 [2022-03-16T16:05:49.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:05:49.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:05:49.696Z] Configure a credential helper to remove this warning. See [2022-03-16T16:05:49.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:05:49.696Z] [2022-03-16T16:05:49.696Z] Login Succeeded [2022-03-16T16:05:49.696Z] nexus3.edgexfoundry.org:10003 [2022-03-16T16:05:49.696Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:05:49.696Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:05:49.696Z] Configure a credential helper to remove this warning. See [2022-03-16T16:05:49.696Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:05:49.697Z] [2022-03-16T16:05:49.697Z] Login Succeeded [2022-03-16T16:05:49.697Z] nexus3.edgexfoundry.org:10004 [2022-03-16T16:05:49.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:05:49.958Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:05:49.958Z] Configure a credential helper to remove this warning. See [2022-03-16T16:05:49.958Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:05:49.958Z] [2022-03-16T16:05:49.958Z] Login Succeeded [2022-03-16T16:05:49.958Z] docker.io [2022-03-16T16:05:49.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:05:50.220Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:05:50.220Z] Configure a credential helper to remove this warning. See [2022-03-16T16:05:50.220Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:05:50.220Z] [2022-03-16T16:05:50.220Z] Login Succeeded [2022-03-16T16:05:50.482Z] ---> docker-login.sh ends [Pipeline] } [2022-03-16T16:05:50.491Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-16T16:05:50.882Z] + git rev-list -1 --merges 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b~1..95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] echo [2022-03-16T16:05:50.916Z] -----------> git rev-list -1 --merges 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b~1..95134ef0fa24dfe0e02402ba6bbc631c65b2c71b 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [false] [Pipeline] sh [2022-03-16T16:05:51.222Z] + git log --format=format:%s -1 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] echo [2022-03-16T16:05:51.239Z] ========================================================= [2022-03-16T16:05:51.239Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-16T16:05:51.239Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-16T16:05:51.598Z] + git log --format=format:%s -1 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] echo [2022-03-16T16:05:51.613Z] [semverPrep] GIT_COMMIT: 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#387) [Pipeline] echo [2022-03-16T16:05:51.624Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-03-16T16:05:52.063Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-16T16:05:52.063Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-16T16:05:52.063Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-16T16:05:52.063Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-16T16:05:52.063Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-16T16:05:52.063Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-16T16:05:52.063Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:05:52.492Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T16:05:52.492Z] [2022-03-16T16:05:52.492Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:05:52.796Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T16:05:52.796Z] latest: Pulling from edgex-devops/git-semver [2022-03-16T16:05:52.796Z] a0d0a0d46f8b: Pulling fs layer [2022-03-16T16:05:52.796Z] 3e5f54012d9b: Pulling fs layer [2022-03-16T16:05:52.796Z] 4c7163046ea9: Pulling fs layer [2022-03-16T16:05:52.796Z] 0c2d73faf560: Pulling fs layer [2022-03-16T16:05:52.796Z] 3e5f54012d9b: Download complete [2022-03-16T16:05:52.796Z] a0d0a0d46f8b: Download complete [2022-03-16T16:05:52.796Z] 0c2d73faf560: Verifying Checksum [2022-03-16T16:05:52.796Z] 0c2d73faf560: Download complete [2022-03-16T16:05:52.796Z] 4c7163046ea9: Verifying Checksum [2022-03-16T16:05:52.796Z] 4c7163046ea9: Download complete [2022-03-16T16:05:53.061Z] a0d0a0d46f8b: Pull complete [2022-03-16T16:05:53.061Z] 3e5f54012d9b: Pull complete [2022-03-16T16:05:53.322Z] 4c7163046ea9: Pull complete [2022-03-16T16:05:53.584Z] 0c2d73faf560: Pull complete [2022-03-16T16:05:53.584Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-16T16:05:53.584Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T16:05:53.584Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-16T16:05:53.663Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:05:53.699Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-16T16:05:54.342Z] $ docker top d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-16T16:05:54.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-16T16:05:54.454Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-16T16:05:54.589Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-16T16:05:54.586Z] $ docker exec d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e ssh-agent [2022-03-16T16:05:54.709Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXmMPPdc/agent.15 [2022-03-16T16:05:54.709Z] SSH_AGENT_PID=21 [2022-03-16T16:05:54.718Z] Running ssh-add (command line suppressed) [2022-03-16T16:05:54.823Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2460159685945906344.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2460159685945906344.key) [2022-03-16T16:05:54.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-16T16:05:55.140Z] + git tag --points-at HEAD [Pipeline] } [2022-03-16T16:05:55.149Z] $ docker exec --env ******** --env ******** d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e ssh-agent -k [2022-03-16T16:05:55.258Z] unset SSH_AUTH_SOCK; [2022-03-16T16:05:55.258Z] unset SSH_AGENT_PID; [2022-03-16T16:05:55.258Z] echo Agent pid 21 killed; [2022-03-16T16:05:55.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-16T16:05:55.309Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-16T16:05:55.309Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-16T16:05:55.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-16T16:05:55.440Z] $ docker exec d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e ssh-agent [2022-03-16T16:05:55.562Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOmiDnC/agent.54 [2022-03-16T16:05:55.562Z] SSH_AGENT_PID=60 [2022-03-16T16:05:55.568Z] Running ssh-add (command line suppressed) [2022-03-16T16:05:55.680Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1156649636477595219.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1156649636477595219.key) [2022-03-16T16:05:55.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-16T16:05:55.993Z] + git semver init [2022-03-16T16:05:55.993Z] # -> Open(): unable to determine branch for HEAD [2022-03-16T16:05:55.993Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-16T16:05:55.993Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-16T16:05:55.993Z] # $SEMVER_REMOTE_NAME = origin [2022-03-16T16:05:55.993Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-16T16:05:55.993Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-16T16:05:55.993Z] # $SEMVER_BRANCH = main [2022-03-16T16:05:55.993Z] # $SEMVER_TEMP = /tmp/semver-147141777 [2022-03-16T16:05:55.993Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2022-03-16T16:05:56.935Z] # '/tmp/semver-147141777' -> '/w/workspace/ry_app-service-configurable_main/.semver' [2022-03-16T16:05:56.935Z] # -> Force: false [2022-03-16T16:05:56.935Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-03-16T16:05:56.943Z] $ docker exec --env ******** --env ******** d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e ssh-agent -k [2022-03-16T16:05:57.055Z] unset SSH_AUTH_SOCK; [2022-03-16T16:05:57.055Z] unset SSH_AGENT_PID; [2022-03-16T16:05:57.055Z] echo Agent pid 60 killed; [2022-03-16T16:05:57.071Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-16T16:05:57.381Z] + git semver [Pipeline] } [2022-03-16T16:05:57.392Z] $ docker stop --time=1 d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e [2022-03-16T16:05:58.726Z] $ docker rm -f d129f120a2d78963473c47580d3b0c92fd723968584d6f982430d249c206146e [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-16T16:05:59.089Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-16T16:05:59.332Z] Stashed 1 file(s) [Pipeline] echo [2022-03-16T16:05:59.336Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.19 [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-03-16T16:05:59.497Z] provisioning config files... [2022-03-16T16:05:59.506Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3166313581445558758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:05:59.809Z] ---> docker-login.sh [2022-03-16T16:05:59.809Z] nexus3.edgexfoundry.org:10001 [2022-03-16T16:05:59.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:05:59.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:05:59.809Z] Configure a credential helper to remove this warning. See [2022-03-16T16:05:59.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:05:59.809Z] [2022-03-16T16:05:59.809Z] Login Succeeded [2022-03-16T16:05:59.809Z] nexus3.edgexfoundry.org:10002 [2022-03-16T16:05:59.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:06:00.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:06:00.069Z] Configure a credential helper to remove this warning. See [2022-03-16T16:06:00.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:06:00.069Z] [2022-03-16T16:06:00.069Z] Login Succeeded [2022-03-16T16:06:00.069Z] nexus3.edgexfoundry.org:10003 [2022-03-16T16:06:00.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:06:00.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:06:00.069Z] Configure a credential helper to remove this warning. See [2022-03-16T16:06:00.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:06:00.069Z] [2022-03-16T16:06:00.069Z] Login Succeeded [2022-03-16T16:06:00.069Z] nexus3.edgexfoundry.org:10004 [2022-03-16T16:06:00.069Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:06:00.329Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:06:00.329Z] Configure a credential helper to remove this warning. See [2022-03-16T16:06:00.329Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:06:00.329Z] [2022-03-16T16:06:00.329Z] Login Succeeded [2022-03-16T16:06:00.329Z] docker.io [2022-03-16T16:06:00.329Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:06:00.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:06:00.589Z] Configure a credential helper to remove this warning. See [2022-03-16T16:06:00.589Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:06:00.589Z] [2022-03-16T16:06:00.589Z] Login Succeeded [2022-03-16T16:06:00.589Z] ---> docker-login.sh ends [Pipeline] } [2022-03-16T16:06:00.597Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-16T16:06:00.666Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-16T16:06:00.676Z] ========================================================= [2022-03-16T16:06:00.676Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-16T16:06:00.676Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:06:00.979Z] + 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-03-16T16:06:00.979Z] Sending build context to Docker daemon 2.971MB [2022-03-16T16:06:00.979Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-03-16T16:06:00.979Z] Step 2/13 : FROM ${BASE} AS builder [2022-03-16T16:06:00.979Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-16T16:06:00.979Z] 59bf1c3509f3: Pulling fs layer [2022-03-16T16:06:00.979Z] 666ba61612fd: Pulling fs layer [2022-03-16T16:06:00.979Z] 8ed8ca486205: Pulling fs layer [2022-03-16T16:06:00.979Z] 4fe6c5a15a65: Pulling fs layer [2022-03-16T16:06:00.979Z] 22a0e8bec74d: Pulling fs layer [2022-03-16T16:06:00.979Z] 640e595b4fbd: Pulling fs layer [2022-03-16T16:06:00.979Z] 763cafe07f6e: Pulling fs layer [2022-03-16T16:06:00.979Z] 0c0b528cf693: Pulling fs layer [2022-03-16T16:06:00.979Z] 10935f4eaf8b: Pulling fs layer [2022-03-16T16:06:00.979Z] 640e595b4fbd: Waiting [2022-03-16T16:06:00.979Z] 763cafe07f6e: Waiting [2022-03-16T16:06:00.979Z] 4fe6c5a15a65: Waiting [2022-03-16T16:06:00.979Z] 22a0e8bec74d: Waiting [2022-03-16T16:06:00.979Z] 8ed8ca486205: Verifying Checksum [2022-03-16T16:06:00.979Z] 8ed8ca486205: Download complete [2022-03-16T16:06:00.979Z] 666ba61612fd: Download complete [2022-03-16T16:06:00.979Z] 22a0e8bec74d: Download complete [2022-03-16T16:06:00.979Z] 640e595b4fbd: Verifying Checksum [2022-03-16T16:06:00.979Z] 640e595b4fbd: Download complete [2022-03-16T16:06:00.979Z] 59bf1c3509f3: Verifying Checksum [2022-03-16T16:06:00.979Z] 59bf1c3509f3: Download complete [2022-03-16T16:06:00.979Z] 763cafe07f6e: Verifying Checksum [2022-03-16T16:06:00.979Z] 763cafe07f6e: Download complete [2022-03-16T16:06:01.248Z] 0c0b528cf693: Verifying Checksum [2022-03-16T16:06:01.249Z] 0c0b528cf693: Download complete [2022-03-16T16:06:01.249Z] 59bf1c3509f3: Pull complete [2022-03-16T16:06:01.511Z] 666ba61612fd: Pull complete [2022-03-16T16:06:01.511Z] 8ed8ca486205: Pull complete [2022-03-16T16:06:01.771Z] 10935f4eaf8b: Verifying Checksum [2022-03-16T16:06:01.771Z] 4fe6c5a15a65: Download complete [2022-03-16T16:06:05.972Z] 4fe6c5a15a65: Pull complete [2022-03-16T16:06:05.972Z] 22a0e8bec74d: Pull complete [2022-03-16T16:06:05.972Z] 640e595b4fbd: Pull complete [2022-03-16T16:06:05.972Z] 763cafe07f6e: Pull complete [2022-03-16T16:06:05.972Z] 0c0b528cf693: Pull complete [2022-03-16T16:06:07.882Z] 10935f4eaf8b: Pull complete [2022-03-16T16:06:07.882Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-16T16:06:07.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-16T16:06:07.882Z] ---> 99d49a6021b9 [2022-03-16T16:06:07.882Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-16T16:06:08.824Z] ---> Running in 670ea1965534 [2022-03-16T16:06:09.085Z] Removing intermediate container 670ea1965534 [2022-03-16T16:06:09.085Z] ---> 2bbfef01f515 [2022-03-16T16:06:09.085Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-03-16T16:06:09.085Z] ---> Running in 0af70d4d54d0 [2022-03-16T16:06:09.085Z] Removing intermediate container 0af70d4d54d0 [2022-03-16T16:06:09.085Z] ---> 054a1ee540b4 [2022-03-16T16:06:09.085Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-16T16:06:09.085Z] ---> Running in 29148e1ff6cd [2022-03-16T16:06:09.085Z] Removing intermediate container 29148e1ff6cd [2022-03-16T16:06:09.085Z] ---> 9c03ff00d1c7 [2022-03-16T16:06:09.085Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T16:06:09.345Z] ---> Running in 458e0439ec1e [2022-03-16T16:06:09.915Z] Removing intermediate container 458e0439ec1e [2022-03-16T16:06:09.915Z] ---> 88666ec5552a [2022-03-16T16:06:09.915Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-16T16:06:09.915Z] ---> Running in 44bd1c5fc9d8 [2022-03-16T16:06:10.174Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-16T16:06:11.118Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-16T16:06:11.378Z] OK: 221 MiB in 52 packages [2022-03-16T16:06:11.639Z] Removing intermediate container 44bd1c5fc9d8 [2022-03-16T16:06:11.639Z] ---> 0c87dda06cc0 [2022-03-16T16:06:11.639Z] Step 8/13 : WORKDIR /app [2022-03-16T16:06:11.639Z] ---> Running in 0d476833e175 [2022-03-16T16:06:11.900Z] Removing intermediate container 0d476833e175 [2022-03-16T16:06:11.900Z] ---> 1ce54e89b221 [2022-03-16T16:06:11.900Z] Step 9/13 : COPY go.mod vendor* ./ [2022-03-16T16:06:11.900Z] ---> 82fbcc9e7cf4 [2022-03-16T16:06:11.900Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T16:06:11.900Z] ---> Running in eafc6261bc0b [2022-03-16T16:06:14.446Z] Still waiting to schedule task [2022-03-16T16:06:14.446Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-03-16T16:06:38.499Z] Removing intermediate container eafc6261bc0b [2022-03-16T16:06:38.500Z] ---> b3709ffc9a8d [2022-03-16T16:06:38.500Z] Step 11/13 : COPY . . [2022-03-16T16:06:38.500Z] ---> 14e479312a18 [2022-03-16T16:06:38.500Z] Step 12/13 : ARG MAKE="make build" [2022-03-16T16:06:38.500Z] ---> Running in a8cc329c8b72 [2022-03-16T16:06:38.500Z] Removing intermediate container a8cc329c8b72 [2022-03-16T16:06:38.500Z] ---> f94ea0a5380d [2022-03-16T16:06:38.500Z] Step 13/13 : RUN $MAKE [2022-03-16T16:06:38.500Z] ---> Running in d589154c5f1d [2022-03-16T16:06:38.500Z] noop [2022-03-16T16:06:38.500Z] Removing intermediate container d589154c5f1d [2022-03-16T16:06:38.500Z] ---> e57e9bd69de2 [2022-03-16T16:06:38.500Z] Successfully built e57e9bd69de2 [2022-03-16T16:06:38.500Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:06:38.801Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-16T16:06:38.801Z] . [Pipeline] withDockerContainer [2022-03-16T16:06:38.867Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:06:38.907Z] $ 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 ******** ci-base-image-x86_64 cat [2022-03-16T16:06:39.262Z] $ docker top 7333c52e329263c1fce1efa10ee9ee4d86f181a3f1b0ce2d23fc845be52b089a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T16:06:39.611Z] + go version [2022-03-16T16:06:39.612Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-16T16:06:39.631Z] $ docker stop --time=1 7333c52e329263c1fce1efa10ee9ee4d86f181a3f1b0ce2d23fc845be52b089a [2022-03-16T16:06:40.933Z] $ docker rm -f 7333c52e329263c1fce1efa10ee9ee4d86f181a3f1b0ce2d23fc845be52b089a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:06:41.348Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-16T16:06:41.349Z] . [Pipeline] withDockerContainer [2022-03-16T16:06:41.427Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:06:41.471Z] $ 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 ******** ci-base-image-x86_64 cat [2022-03-16T16:06:41.852Z] $ docker top 0ff6925b7e93957b03d8e9fb66753d144505e10f098f7dee0ad036e99b95e3bb -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-16T16:06:42.223Z] + make test [2022-03-16T16:06:42.223Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-03-16T16:06:48.915Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-03-16T16:06:48.915Z] CGO_ENABLED=1 go vet ./... [2022-03-16T16:06:52.213Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-16T16:06:52.213Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-16T16:06:52.213Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-16T16:06:52.229Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-16T16:06:52.249Z] $ docker stop --time=1 0ff6925b7e93957b03d8e9fb66753d144505e10f098f7dee0ad036e99b95e3bb [2022-03-16T16:06:53.764Z] $ docker rm -f 0ff6925b7e93957b03d8e9fb66753d144505e10f098f7dee0ad036e99b95e3bb [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-16T16:06:54.141Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-16T16:06:54.174Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-03-16T16:06:55.188Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-16T16:06:55.479Z] + ls -al . [2022-03-16T16:06:55.479Z] total 176 [2022-03-16T16:06:55.479Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 16:06 . [2022-03-16T16:06:55.479Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 16:05 .. [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 16 16:05 .dockerignore [2022-03-16T16:06:55.479Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 16:05 .git [2022-03-16T16:06:55.479Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 16:05 .github [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 104 Mar 16 16:05 .gitignore [2022-03-16T16:06:55.479Z] drwx------ 3 jenkins jenkins 4096 Mar 16 16:05 .semver [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 7627 Mar 16 16:05 Attribution.txt [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 23791 Mar 16 16:05 CHANGELOG.md [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 2087 Mar 16 16:05 Dockerfile [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 16:05 GOVERNANCE.md [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 16 16:05 Jenkinsfile [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 16 16:05 LICENSE [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 16 16:05 OWNERS.md [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 3860 Mar 16 16:05 README.md [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 16 16:05 VERSION [2022-03-16T16:06:55.479Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 16:05 bin [2022-03-16T16:06:55.479Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 16 16:06 coverage.out [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 2816 Mar 16 16:05 go.mod [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 50031 Mar 16 16:05 go.sum [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 16 16:05 main.go [2022-03-16T16:06:55.479Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 16 16:05 makefile [2022-03-16T16:06:55.479Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 16:05 res [2022-03-16T16:06:55.479Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 16:05 snap [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:06:55.776Z] + 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=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b --label arch=amd64 --label version=2.2.0-dev.19 . [2022-03-16T16:06:55.776Z] Sending build context to Docker daemon 2.972MB [2022-03-16T16:06:55.776Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-03-16T16:06:55.776Z] Step 2/27 : FROM ${BASE} AS builder [2022-03-16T16:06:55.776Z] ---> e57e9bd69de2 [2022-03-16T16:06:55.776Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-16T16:06:55.776Z] ---> Running in 18d0b30e0c35 [2022-03-16T16:06:55.776Z] Removing intermediate container 18d0b30e0c35 [2022-03-16T16:06:55.776Z] ---> 2b1918042215 [2022-03-16T16:06:55.776Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-03-16T16:06:56.038Z] ---> Running in b845c72aadfd [2022-03-16T16:06:56.038Z] Removing intermediate container b845c72aadfd [2022-03-16T16:06:56.038Z] ---> c548d9a2ceb6 [2022-03-16T16:06:56.038Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-16T16:06:56.038Z] ---> Running in 1f6e4e626dd4 [2022-03-16T16:06:56.038Z] Removing intermediate container 1f6e4e626dd4 [2022-03-16T16:06:56.038Z] ---> d707d4fb81ab [2022-03-16T16:06:56.038Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T16:06:56.299Z] ---> Running in df90069ebbec [2022-03-16T16:06:56.869Z] Removing intermediate container df90069ebbec [2022-03-16T16:06:56.869Z] ---> aac0eae8f25f [2022-03-16T16:06:56.869Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-16T16:06:56.869Z] ---> Running in 96999dbeac9d [2022-03-16T16:06:57.130Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-16T16:06:57.703Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-16T16:06:58.275Z] OK: 221 MiB in 52 packages [2022-03-16T16:06:58.536Z] Removing intermediate container 96999dbeac9d [2022-03-16T16:06:58.536Z] ---> 9edaa125fad6 [2022-03-16T16:06:58.536Z] Step 8/27 : WORKDIR /app [2022-03-16T16:06:58.536Z] ---> Running in 910237d0446e [2022-03-16T16:06:58.536Z] Removing intermediate container 910237d0446e [2022-03-16T16:06:58.536Z] ---> 441d26c821f4 [2022-03-16T16:06:58.536Z] Step 9/27 : COPY go.mod vendor* ./ [2022-03-16T16:06:58.797Z] ---> 72a4acec3bc1 [2022-03-16T16:06:58.797Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T16:06:58.797Z] ---> Running in b1850a829bb0 [2022-03-16T16:06:59.368Z] Removing intermediate container b1850a829bb0 [2022-03-16T16:06:59.368Z] ---> bbe1209f5ea3 [2022-03-16T16:06:59.368Z] Step 11/27 : COPY . . [2022-03-16T16:06:59.628Z] ---> cd517b337065 [2022-03-16T16:06:59.628Z] Step 12/27 : ARG MAKE="make build" [2022-03-16T16:06:59.628Z] ---> Running in 8421420efc5e [2022-03-16T16:06:59.628Z] Removing intermediate container 8421420efc5e [2022-03-16T16:06:59.628Z] ---> 1b193a823c47 [2022-03-16T16:06:59.628Z] Step 13/27 : RUN $MAKE [2022-03-16T16:06:59.887Z] ---> Running in 8c40f846f216 [2022-03-16T16:07:00.146Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.19" -o app-service-configurable [2022-03-16T16:07:08.275Z] Removing intermediate container 8c40f846f216 [2022-03-16T16:07:08.275Z] ---> c0af2350f458 [2022-03-16T16:07:08.275Z] Step 14/27 : FROM alpine:3.14 [2022-03-16T16:07:08.275Z] 3.14: Pulling from library/alpine [2022-03-16T16:07:08.275Z] 97518928ae5f: Pulling fs layer [2022-03-16T16:07:08.275Z] 97518928ae5f: Verifying Checksum [2022-03-16T16:07:08.275Z] 97518928ae5f: Download complete [2022-03-16T16:07:08.275Z] 97518928ae5f: Pull complete [2022-03-16T16:07:08.275Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-16T16:07:08.275Z] Status: Downloaded newer image for alpine:3.14 [2022-03-16T16:07:08.275Z] ---> 0a97eee8041e [2022-03-16T16:07:08.275Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-16T16:07:08.275Z] ---> Running in dbff9331e5be [2022-03-16T16:07:08.275Z] Removing intermediate container dbff9331e5be [2022-03-16T16:07:08.275Z] ---> 28fda6276857 [2022-03-16T16:07:08.275Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-03-16T16:07:08.275Z] ---> Running in 430f94142406 [2022-03-16T16:07:08.535Z] Removing intermediate container 430f94142406 [2022-03-16T16:07:08.535Z] ---> 43126adb6e3a [2022-03-16T16:07:08.535Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-03-16T16:07:08.535Z] ---> Running in f867e6025679 [2022-03-16T16:07:08.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-16T16:07:08.798Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-16T16:07:09.058Z] (1/7) Installing ca-certificates (20211220-r0) [2022-03-16T16:07:09.058Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-03-16T16:07:09.058Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-03-16T16:07:09.058Z] (4/7) Installing libsodium (1.0.18-r0) [2022-03-16T16:07:09.058Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-16T16:07:09.058Z] (6/7) Installing libzmq (4.3.4-r0) [2022-03-16T16:07:09.058Z] (7/7) Installing zeromq (4.3.4-r0) [2022-03-16T16:07:09.058Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T16:07:09.058Z] Executing ca-certificates-20211220-r0.trigger [2022-03-16T16:07:09.058Z] OK: 9 MiB in 21 packages [2022-03-16T16:07:09.627Z] Removing intermediate container f867e6025679 [2022-03-16T16:07:09.627Z] ---> b2d1c6903fe2 [2022-03-16T16:07:09.627Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-03-16T16:07:09.627Z] ---> 172dfaf577ed [2022-03-16T16:07:09.627Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-03-16T16:07:09.887Z] ---> c23db7a561b6 [2022-03-16T16:07:09.887Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-03-16T16:07:09.887Z] ---> d6e0155e92fe [2022-03-16T16:07:09.887Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-03-16T16:07:10.146Z] ---> 72df3b9d7506 [2022-03-16T16:07:10.146Z] Step 22/27 : EXPOSE 48095 [2022-03-16T16:07:10.411Z] ---> Running in 6c5bb615c42f [2022-03-16T16:07:10.411Z] Removing intermediate container 6c5bb615c42f [2022-03-16T16:07:10.411Z] ---> c7e9fdd8641e [2022-03-16T16:07:10.411Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-03-16T16:07:10.411Z] ---> Running in 4f8514464872 [2022-03-16T16:07:10.411Z] Removing intermediate container 4f8514464872 [2022-03-16T16:07:10.411Z] ---> 00c24092fae8 [2022-03-16T16:07:10.411Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T16:07:10.411Z] ---> Running in 2c54479f1892 [2022-03-16T16:07:10.674Z] Removing intermediate container 2c54479f1892 [2022-03-16T16:07:10.674Z] ---> 5175555d3254 [2022-03-16T16:07:10.674Z] Step 25/27 : LABEL arch=amd64 [2022-03-16T16:07:10.674Z] ---> Running in b49d4682fbcb [2022-03-16T16:07:10.674Z] Removing intermediate container b49d4682fbcb [2022-03-16T16:07:10.674Z] ---> 74562a445646 [2022-03-16T16:07:10.674Z] Step 26/27 : LABEL git_sha=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [2022-03-16T16:07:10.674Z] ---> Running in 743ae7511e25 [2022-03-16T16:07:10.934Z] Removing intermediate container 743ae7511e25 [2022-03-16T16:07:10.934Z] ---> 5dd953db321b [2022-03-16T16:07:10.934Z] Step 27/27 : LABEL version=2.2.0-dev.19 [2022-03-16T16:07:10.934Z] ---> Running in 051489d2a700 [2022-03-16T16:07:10.934Z] Removing intermediate container 051489d2a700 [2022-03-16T16:07:10.934Z] ---> 2cf55ff3d509 [2022-03-16T16:07:10.934Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-16T16:07:10.934Z] Successfully built 2cf55ff3d509 [2022-03-16T16:07:10.934Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-16T16:07:11.008Z] provisioning config files... [2022-03-16T16:07:11.020Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4085107251011862616tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:07:11.318Z] ---> docker-login.sh [2022-03-16T16:07:11.318Z] nexus3.edgexfoundry.org:10001 [2022-03-16T16:07:11.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:07:11.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:07:11.318Z] Configure a credential helper to remove this warning. See [2022-03-16T16:07:11.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:07:11.318Z] [2022-03-16T16:07:11.318Z] Login Succeeded [2022-03-16T16:07:11.318Z] nexus3.edgexfoundry.org:10002 [2022-03-16T16:07:11.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:07:11.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:07:11.579Z] Configure a credential helper to remove this warning. See [2022-03-16T16:07:11.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:07:11.579Z] [2022-03-16T16:07:11.579Z] Login Succeeded [2022-03-16T16:07:11.579Z] nexus3.edgexfoundry.org:10003 [2022-03-16T16:07:11.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:07:11.579Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:07:11.579Z] Configure a credential helper to remove this warning. See [2022-03-16T16:07:11.579Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:07:11.579Z] [2022-03-16T16:07:11.579Z] Login Succeeded [2022-03-16T16:07:11.579Z] nexus3.edgexfoundry.org:10004 [2022-03-16T16:07:11.579Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:07:11.840Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:07:11.840Z] Configure a credential helper to remove this warning. See [2022-03-16T16:07:11.840Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:07:11.840Z] [2022-03-16T16:07:11.840Z] Login Succeeded [2022-03-16T16:07:11.840Z] docker.io [2022-03-16T16:07:11.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:07:12.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:07:12.101Z] Configure a credential helper to remove this warning. See [2022-03-16T16:07:12.101Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:07:12.101Z] [2022-03-16T16:07:12.101Z] Login Succeeded [2022-03-16T16:07:12.101Z] ---> docker-login.sh ends [Pipeline] } [2022-03-16T16:07:12.109Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-16T16:07:12.142Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-16T16:07:12.173Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-03-16T16:07:12.173Z] 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [2022-03-16T16:07:12.173Z] latest [2022-03-16T16:07:12.173Z] 2.2.0-dev.19 [2022-03-16T16:07:12.173Z] 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [2022-03-16T16:07:12.173Z] main [2022-03-16T16:07:12.173Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:12.501Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:12.794Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [2022-03-16T16:07:12.794Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-16T16:07:12.794Z] d2f13a06d6fb: Preparing [2022-03-16T16:07:12.794Z] 665ff62443f7: Preparing [2022-03-16T16:07:12.794Z] 24bb9a6675b4: Preparing [2022-03-16T16:07:12.794Z] a210c6b46b21: Preparing [2022-03-16T16:07:12.794Z] 077ab01df929: Preparing [2022-03-16T16:07:12.794Z] 1a058d5342cc: Preparing [2022-03-16T16:07:12.794Z] 1a058d5342cc: Waiting [2022-03-16T16:07:12.794Z] a210c6b46b21: Pushed [2022-03-16T16:07:12.794Z] 665ff62443f7: Pushed [2022-03-16T16:07:12.794Z] 24bb9a6675b4: Pushed [2022-03-16T16:07:12.794Z] 1a058d5342cc: Layer already exists [2022-03-16T16:07:13.053Z] 077ab01df929: Pushed [2022-03-16T16:07:14.435Z] d2f13a06d6fb: Pushed [2022-03-16T16:07:14.435Z] 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:14.737Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:15.030Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-03-16T16:07:15.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-16T16:07:15.030Z] d2f13a06d6fb: Preparing [2022-03-16T16:07:15.030Z] 665ff62443f7: Preparing [2022-03-16T16:07:15.030Z] 24bb9a6675b4: Preparing [2022-03-16T16:07:15.030Z] a210c6b46b21: Preparing [2022-03-16T16:07:15.030Z] 077ab01df929: Preparing [2022-03-16T16:07:15.030Z] 1a058d5342cc: Preparing [2022-03-16T16:07:15.030Z] 1a058d5342cc: Waiting [2022-03-16T16:07:15.030Z] d2f13a06d6fb: Layer already exists [2022-03-16T16:07:15.030Z] 24bb9a6675b4: Layer already exists [2022-03-16T16:07:15.030Z] a210c6b46b21: Layer already exists [2022-03-16T16:07:15.030Z] 077ab01df929: Layer already exists [2022-03-16T16:07:15.030Z] 665ff62443f7: Layer already exists [2022-03-16T16:07:15.030Z] 1a058d5342cc: Layer already exists [2022-03-16T16:07:15.030Z] latest: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:15.330Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:15.624Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.19 [2022-03-16T16:07:15.624Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-16T16:07:15.624Z] d2f13a06d6fb: Preparing [2022-03-16T16:07:15.624Z] 665ff62443f7: Preparing [2022-03-16T16:07:15.624Z] 24bb9a6675b4: Preparing [2022-03-16T16:07:15.624Z] a210c6b46b21: Preparing [2022-03-16T16:07:15.624Z] 077ab01df929: Preparing [2022-03-16T16:07:15.624Z] 1a058d5342cc: Preparing [2022-03-16T16:07:15.624Z] 1a058d5342cc: Waiting [2022-03-16T16:07:15.624Z] 665ff62443f7: Layer already exists [2022-03-16T16:07:15.624Z] 24bb9a6675b4: Layer already exists [2022-03-16T16:07:15.624Z] d2f13a06d6fb: Layer already exists [2022-03-16T16:07:15.624Z] 077ab01df929: Layer already exists [2022-03-16T16:07:15.624Z] a210c6b46b21: Layer already exists [2022-03-16T16:07:15.624Z] 1a058d5342cc: Layer already exists [2022-03-16T16:07:15.624Z] 2.2.0-dev.19: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:15.918Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:16.215Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [2022-03-16T16:07:16.215Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-16T16:07:16.215Z] d2f13a06d6fb: Preparing [2022-03-16T16:07:16.215Z] 665ff62443f7: Preparing [2022-03-16T16:07:16.215Z] 24bb9a6675b4: Preparing [2022-03-16T16:07:16.215Z] a210c6b46b21: Preparing [2022-03-16T16:07:16.215Z] 077ab01df929: Preparing [2022-03-16T16:07:16.215Z] 1a058d5342cc: Preparing [2022-03-16T16:07:16.215Z] 1a058d5342cc: Waiting [2022-03-16T16:07:16.215Z] a210c6b46b21: Layer already exists [2022-03-16T16:07:16.215Z] 077ab01df929: Layer already exists [2022-03-16T16:07:16.215Z] d2f13a06d6fb: Layer already exists [2022-03-16T16:07:16.215Z] 665ff62443f7: Layer already exists [2022-03-16T16:07:16.215Z] 24bb9a6675b4: Layer already exists [2022-03-16T16:07:16.215Z] 1a058d5342cc: Layer already exists [2022-03-16T16:07:16.215Z] 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:16.514Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:16.803Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-03-16T16:07:16.803Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-16T16:07:16.803Z] d2f13a06d6fb: Preparing [2022-03-16T16:07:16.803Z] 665ff62443f7: Preparing [2022-03-16T16:07:16.803Z] 24bb9a6675b4: Preparing [2022-03-16T16:07:16.803Z] a210c6b46b21: Preparing [2022-03-16T16:07:16.803Z] 077ab01df929: Preparing [2022-03-16T16:07:16.803Z] 1a058d5342cc: Preparing [2022-03-16T16:07:16.803Z] 1a058d5342cc: Waiting [2022-03-16T16:07:16.803Z] 24bb9a6675b4: Layer already exists [2022-03-16T16:07:16.803Z] 665ff62443f7: Layer already exists [2022-03-16T16:07:16.803Z] a210c6b46b21: Layer already exists [2022-03-16T16:07:16.803Z] d2f13a06d6fb: Layer already exists [2022-03-16T16:07:16.803Z] 077ab01df929: Layer already exists [2022-03-16T16:07:16.803Z] 1a058d5342cc: Layer already exists [2022-03-16T16:07:16.803Z] main: digest: sha256:7d3176c939a36d644b50c80a3d797340697608f6f45aca8d5c66732e89f2254a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-16T16:07:16.841Z] ===================================================== [Pipeline] echo [2022-03-16T16:07:16.850Z] taggedImages: [2022-03-16T16:07:16.850Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [2022-03-16T16:07:16.850Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-03-16T16:07:16.850Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.19 [2022-03-16T16:07:16.850Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [2022-03-16T16:07:16.850Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:17.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-16T16:07:17.225Z] [2022-03-16T16:07:17.225Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:07:17.523Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-16T16:07:17.523Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-16T16:07:17.523Z] 5eb5b503b376: Pulling fs layer [2022-03-16T16:07:17.523Z] 5c69ac0246d0: Pulling fs layer [2022-03-16T16:07:17.523Z] ec43610c2a17: Pulling fs layer [2022-03-16T16:07:17.523Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-16T16:07:17.523Z] 33b1e0a273af: Pulling fs layer [2022-03-16T16:07:17.523Z] 5d3b04190fa2: Pulling fs layer [2022-03-16T16:07:17.523Z] 2f39f015ded8: Pulling fs layer [2022-03-16T16:07:17.523Z] 5d3b04190fa2: Waiting [2022-03-16T16:07:17.523Z] 2f39f015ded8: Waiting [2022-03-16T16:07:17.523Z] 33b1e0a273af: Waiting [2022-03-16T16:07:17.523Z] 5c69ac0246d0: Verifying Checksum [2022-03-16T16:07:17.523Z] 5c69ac0246d0: Download complete [2022-03-16T16:07:17.523Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-16T16:07:17.523Z] 3a2ae6a8a46f: Download complete [2022-03-16T16:07:17.523Z] 33b1e0a273af: Verifying Checksum [2022-03-16T16:07:17.523Z] 33b1e0a273af: Download complete [2022-03-16T16:07:17.523Z] ec43610c2a17: Verifying Checksum [2022-03-16T16:07:17.523Z] ec43610c2a17: Download complete [2022-03-16T16:07:17.523Z] 5d3b04190fa2: Verifying Checksum [2022-03-16T16:07:17.523Z] 5d3b04190fa2: Download complete [2022-03-16T16:07:17.781Z] 5eb5b503b376: Verifying Checksum [2022-03-16T16:07:17.781Z] 5eb5b503b376: Download complete [2022-03-16T16:07:18.348Z] 2f39f015ded8: Download complete [2022-03-16T16:07:18.918Z] 5eb5b503b376: Pull complete [2022-03-16T16:07:19.178Z] 5c69ac0246d0: Pull complete [2022-03-16T16:07:19.746Z] ec43610c2a17: Pull complete [2022-03-16T16:07:19.746Z] 3a2ae6a8a46f: Pull complete [2022-03-16T16:07:20.006Z] 33b1e0a273af: Pull complete [2022-03-16T16:07:20.006Z] 5d3b04190fa2: Pull complete [2022-03-16T16:07:24.202Z] 2f39f015ded8: Pull complete [2022-03-16T16:07:24.203Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-16T16:07:24.203Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-16T16:07:24.203Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-16T16:07:24.273Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:07:24.313Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-16T16:07:25.638Z] $ docker top d72b1f37068b788ca018127ba731ff1b80b3742a366b1d8dc80520345ff18d8f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:07:26.072Z] ---> job-cost.sh [2022-03-16T16:07:26.072Z] lf-activate-venv: SKIPPING [2022-03-16T16:07:26.072Z] INFO: No Stack... [2022-03-16T16:07:26.333Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-16T16:07:26.903Z] INFO: Archiving Costs [Pipeline] sh [2022-03-16T16:07:27.199Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-03-16T16:07:27.200Z] + cut -d, -f6 [Pipeline] lock [2022-03-16T16:07:27.214Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [2022-03-16T16:07:27.221Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] did not exist. Created. [2022-03-16T16:07:27.221Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-16T16:07:27.525Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-03-16T16:07:27.557Z] Stashed 1 file(s) [Pipeline] } [2022-03-16T16:07:27.563Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-16T16:07:27.592Z] $ docker stop --time=1 d72b1f37068b788ca018127ba731ff1b80b3742a366b1d8dc80520345ff18d8f [2022-03-16T16:07:28.792Z] $ docker rm -f d72b1f37068b788ca018127ba731ff1b80b3742a366b1d8dc80520345ff18d8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-16T16:07:48.593Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7296 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-03-16T16:07:48.607Z] Running in /w/workspace/app-service-configurable/55 [Pipeline] { [Pipeline] checkout [2022-03-16T16:07:48.815Z] Selected Git installation does not exist. Using Default [2022-03-16T16:07:48.815Z] The recommended git tool is: NONE [2022-03-16T16:07:56.137Z] using credential edgex-jenkins-ssh [2022-03-16T16:07:56.155Z] Cloning the remote Git repository [2022-03-16T16:07:56.255Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-03-16T16:07:56.374Z] > git init /w/workspace/app-service-configurable/55 # timeout=10 [2022-03-16T16:07:56.496Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-03-16T16:07:56.497Z] > git --version # timeout=10 [2022-03-16T16:07:56.525Z] > git --version # 'git version 2.25.1' [2022-03-16T16:07:56.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-16T16:07:56.743Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-16T16:07:58.179Z] Avoid second fetch [2022-03-16T16:07:58.180Z] Checking out Revision 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b (main) [2022-03-16T16:07:58.087Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-03-16T16:07:58.123Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-16T16:07:58.207Z] > git config core.sparsecheckout # timeout=10 [2022-03-16T16:07:58.266Z] > git checkout -f 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b # timeout=10 [2022-03-16T16:08:02.877Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#387)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-16T16:08:03.883Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-16T16:08:03.883Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-16T16:08:03.883Z] Dload Upload Total Spent Left Speed [2022-03-16T16:08:03.883Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 43540 0 --:--:-- --:--:-- --:--:-- 43701 [Pipeline] sh [2022-03-16T16:08:04.441Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-16T16:08:04.799Z] + + sudo tee /etc/docker/daemon.new [2022-03-16T16:08:04.799Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-16T16:08:04.799Z] { [2022-03-16T16:08:04.799Z] "registry-mirrors": [ [2022-03-16T16:08:04.799Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-16T16:08:04.799Z] ], [2022-03-16T16:08:04.799Z] "bip": "10.250.0.254/24", [2022-03-16T16:08:04.799Z] "hosts": [ [2022-03-16T16:08:04.799Z] "tcp://0.0.0.0:5555", [2022-03-16T16:08:04.799Z] "unix:///var/run/docker.sock" [2022-03-16T16:08:04.799Z] ], [2022-03-16T16:08:04.799Z] "mtu": 1458, [2022-03-16T16:08:04.799Z] "selinux-enabled": true, [2022-03-16T16:08:04.799Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-16T16:08:04.799Z] } [Pipeline] sh [2022-03-16T16:08:05.149Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-16T16:08:05.493Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-16T16:08:23.856Z] provisioning config files... [2022-03-16T16:08:23.883Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/55@tmp/config8165228150521785886tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:08:24.268Z] ---> docker-login.sh [2022-03-16T16:08:24.268Z] nexus3.edgexfoundry.org:10001 [2022-03-16T16:08:24.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:08:25.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:08:25.268Z] Configure a credential helper to remove this warning. See [2022-03-16T16:08:25.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:08:25.268Z] [2022-03-16T16:08:25.268Z] Login Succeeded [2022-03-16T16:08:25.268Z] nexus3.edgexfoundry.org:10002 [2022-03-16T16:08:25.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:08:25.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:08:25.821Z] Configure a credential helper to remove this warning. See [2022-03-16T16:08:25.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:08:25.821Z] [2022-03-16T16:08:25.821Z] Login Succeeded [2022-03-16T16:08:25.821Z] nexus3.edgexfoundry.org:10003 [2022-03-16T16:08:26.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:08:26.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:08:26.098Z] Configure a credential helper to remove this warning. See [2022-03-16T16:08:26.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:08:26.098Z] [2022-03-16T16:08:26.098Z] Login Succeeded [2022-03-16T16:08:26.098Z] nexus3.edgexfoundry.org:10004 [2022-03-16T16:08:26.699Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:08:26.699Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:08:26.699Z] Configure a credential helper to remove this warning. See [2022-03-16T16:08:26.699Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:08:26.699Z] [2022-03-16T16:08:26.699Z] Login Succeeded [2022-03-16T16:08:26.699Z] docker.io [2022-03-16T16:08:26.973Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:08:27.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:08:27.571Z] Configure a credential helper to remove this warning. See [2022-03-16T16:08:27.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:08:27.571Z] [2022-03-16T16:08:27.571Z] Login Succeeded [2022-03-16T16:08:27.571Z] ---> docker-login.sh ends [Pipeline] } [2022-03-16T16:08:27.589Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-16T16:08:28.041Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-16T16:08:28.053Z] ========================================================= [2022-03-16T16:08:28.053Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-16T16:08:28.053Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:08:28.405Z] + 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-03-16T16:08:28.405Z] Sending build context to Docker daemon 207.9kB [2022-03-16T16:08:28.679Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-03-16T16:08:28.679Z] Step 2/13 : FROM ${BASE} AS builder [2022-03-16T16:08:28.959Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-16T16:08:28.959Z] 9b3977197b4f: Pulling fs layer [2022-03-16T16:08:28.959Z] 1a89e8eeedd5: Pulling fs layer [2022-03-16T16:08:28.959Z] 94645a83ff95: Pulling fs layer [2022-03-16T16:08:28.959Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-16T16:08:28.959Z] 0c92f367c5e7: Pulling fs layer [2022-03-16T16:08:28.959Z] f7c0051592d6: Pulling fs layer [2022-03-16T16:08:28.959Z] a227ed2f7395: Pulling fs layer [2022-03-16T16:08:28.959Z] 7b1c46037f91: Pulling fs layer [2022-03-16T16:08:28.959Z] 3f3a8bcf1eab: Waiting [2022-03-16T16:08:28.959Z] 0c92f367c5e7: Waiting [2022-03-16T16:08:28.959Z] f7c0051592d6: Waiting [2022-03-16T16:08:28.959Z] a227ed2f7395: Waiting [2022-03-16T16:08:28.959Z] 7b1c46037f91: Waiting [2022-03-16T16:08:28.959Z] 94645a83ff95: Verifying Checksum [2022-03-16T16:08:28.959Z] 94645a83ff95: Download complete [2022-03-16T16:08:28.959Z] 1a89e8eeedd5: Download complete [2022-03-16T16:08:28.959Z] 0c92f367c5e7: Download complete [2022-03-16T16:08:28.959Z] 9b3977197b4f: Download complete [2022-03-16T16:08:28.959Z] f7c0051592d6: Verifying Checksum [2022-03-16T16:08:28.959Z] f7c0051592d6: Download complete [2022-03-16T16:08:28.959Z] a227ed2f7395: Verifying Checksum [2022-03-16T16:08:28.959Z] a227ed2f7395: Download complete [2022-03-16T16:08:29.954Z] 9b3977197b4f: Pull complete [2022-03-16T16:08:30.231Z] 1a89e8eeedd5: Pull complete [2022-03-16T16:08:30.838Z] 94645a83ff95: Pull complete [2022-03-16T16:08:31.112Z] 7b1c46037f91: Verifying Checksum [2022-03-16T16:08:31.112Z] 7b1c46037f91: Download complete [2022-03-16T16:08:31.711Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-16T16:08:31.711Z] 3f3a8bcf1eab: Download complete [2022-03-16T16:08:44.117Z] 3f3a8bcf1eab: Pull complete [2022-03-16T16:08:44.117Z] 0c92f367c5e7: Pull complete [2022-03-16T16:08:44.117Z] f7c0051592d6: Pull complete [2022-03-16T16:08:44.390Z] a227ed2f7395: Pull complete [2022-03-16T16:08:51.120Z] 7b1c46037f91: Pull complete [2022-03-16T16:08:51.120Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-16T16:08:51.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-16T16:08:51.120Z] ---> f79e39bc4007 [2022-03-16T16:08:51.120Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-16T16:08:52.101Z] ---> Running in e5daba6c5845 [2022-03-16T16:08:52.373Z] Removing intermediate container e5daba6c5845 [2022-03-16T16:08:52.373Z] ---> ad6a4062160c [2022-03-16T16:08:52.373Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-03-16T16:08:52.373Z] ---> Running in ab98027e48c3 [2022-03-16T16:08:52.651Z] Removing intermediate container ab98027e48c3 [2022-03-16T16:08:52.651Z] ---> 6140707e666f [2022-03-16T16:08:52.651Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-16T16:08:52.651Z] ---> Running in 59322aa66557 [2022-03-16T16:08:52.925Z] Removing intermediate container 59322aa66557 [2022-03-16T16:08:52.925Z] ---> 0c799191726f [2022-03-16T16:08:52.925Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T16:08:52.925Z] ---> Running in daf9de08f695 [2022-03-16T16:08:54.917Z] Removing intermediate container daf9de08f695 [2022-03-16T16:08:54.917Z] ---> fe7c6551b142 [2022-03-16T16:08:54.917Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-16T16:08:54.917Z] ---> Running in 2b3ac42e4b8f [2022-03-16T16:08:55.900Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T16:08:56.881Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T16:08:57.477Z] OK: 220 MiB in 52 packages [2022-03-16T16:08:58.462Z] Removing intermediate container 2b3ac42e4b8f [2022-03-16T16:08:58.462Z] ---> e27db77d9bb0 [2022-03-16T16:08:58.462Z] Step 8/13 : WORKDIR /app [2022-03-16T16:08:58.462Z] ---> Running in 2df2fb62a00f [2022-03-16T16:08:58.735Z] Removing intermediate container 2df2fb62a00f [2022-03-16T16:08:58.735Z] ---> 71dd3c4d7c4d [2022-03-16T16:08:58.735Z] Step 9/13 : COPY go.mod vendor* ./ [2022-03-16T16:08:59.346Z] ---> 5e00bd73482e [2022-03-16T16:08:59.346Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T16:08:59.346Z] ---> Running in 745d44b1b8d7 [2022-03-16T16:10:21.200Z] Removing intermediate container 745d44b1b8d7 [2022-03-16T16:10:21.200Z] ---> 4c5343ebbb41 [2022-03-16T16:10:21.200Z] Step 11/13 : COPY . . [2022-03-16T16:10:21.200Z] ---> cbcb495d577f [2022-03-16T16:10:21.200Z] Step 12/13 : ARG MAKE="make build" [2022-03-16T16:10:21.200Z] ---> Running in 7037516b6c30 [2022-03-16T16:10:21.200Z] Removing intermediate container 7037516b6c30 [2022-03-16T16:10:21.200Z] ---> 88e23194641e [2022-03-16T16:10:21.200Z] Step 13/13 : RUN $MAKE [2022-03-16T16:10:21.200Z] ---> Running in 0e9154ed5b00 [2022-03-16T16:10:21.200Z] noop [2022-03-16T16:10:21.200Z] Removing intermediate container 0e9154ed5b00 [2022-03-16T16:10:21.200Z] ---> b9ceb2923935 [2022-03-16T16:10:21.200Z] Successfully built b9ceb2923935 [2022-03-16T16:10:21.200Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:10:21.550Z] + docker inspect -f . ci-base-image-arm64 [2022-03-16T16:10:21.550Z] . [Pipeline] withDockerContainer [2022-03-16T16:10:21.803Z] prd-ubuntu20.04-docker-arm64-4c-16g-7296 does not seem to be running inside a container [2022-03-16T16:10:21.905Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-16T16:10:23.265Z] $ docker top a177d3e14df0271be5cc4a0b2ae2a3ccda3951a592ad69d58f19bd01e85fc088 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T16:10:24.166Z] + go version [2022-03-16T16:10:24.166Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-16T16:10:24.207Z] $ docker stop --time=1 a177d3e14df0271be5cc4a0b2ae2a3ccda3951a592ad69d58f19bd01e85fc088 [2022-03-16T16:10:25.921Z] $ docker rm -f a177d3e14df0271be5cc4a0b2ae2a3ccda3951a592ad69d58f19bd01e85fc088 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:10:26.552Z] + docker inspect -f . ci-base-image-arm64 [2022-03-16T16:10:26.552Z] . [Pipeline] withDockerContainer [2022-03-16T16:10:26.811Z] prd-ubuntu20.04-docker-arm64-4c-16g-7296 does not seem to be running inside a container [2022-03-16T16:10:26.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-16T16:10:28.239Z] $ docker top 1cb779ae3a39a87a5905b60c109ebf649938b466b06842345fc9643c30e2ef83 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-16T16:10:29.161Z] + make test [2022-03-16T16:10:29.161Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-03-16T16:11:25.787Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-03-16T16:11:25.787Z] CGO_ENABLED=1 go vet ./... [2022-03-16T16:11:44.109Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-16T16:11:44.109Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-16T16:11:44.109Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-16T16:11:44.134Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-16T16:11:44.164Z] $ docker stop --time=1 1cb779ae3a39a87a5905b60c109ebf649938b466b06842345fc9643c30e2ef83 [2022-03-16T16:11:45.865Z] $ docker rm -f 1cb779ae3a39a87a5905b60c109ebf649938b466b06842345fc9643c30e2ef83 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-16T16:11:46.649Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-16T16:11:46.676Z] Warning: overwriting stash ‘coverage-report’ [2022-03-16T16:11:47.149Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-16T16:11:47.664Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-16T16:11:48.008Z] + ls -al . [2022-03-16T16:11:48.008Z] total 172 [2022-03-16T16:11:48.008Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 16 16:11 . [2022-03-16T16:11:48.008Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 16 16:07 .. [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 16 16:07 .dockerignore [2022-03-16T16:11:48.008Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 16 16:08 .git [2022-03-16T16:11:48.008Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 16:07 .github [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 104 Mar 16 16:07 .gitignore [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 7627 Mar 16 16:07 Attribution.txt [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 23791 Mar 16 16:07 CHANGELOG.md [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 2087 Mar 16 16:07 Dockerfile [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 16 16:07 GOVERNANCE.md [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 16 16:07 Jenkinsfile [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 16 16:07 LICENSE [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 16 16:07 OWNERS.md [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 3860 Mar 16 16:07 README.md [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 16 16:05 VERSION [2022-03-16T16:11:48.008Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 16 16:07 bin [2022-03-16T16:11:48.008Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 16 16:10 coverage.out [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 2816 Mar 16 16:07 go.mod [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 50031 Mar 16 16:07 go.sum [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 16 16:07 main.go [2022-03-16T16:11:48.008Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 16 16:07 makefile [2022-03-16T16:11:48.008Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 16:07 res [2022-03-16T16:11:48.008Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 16 16:07 snap [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:11:48.390Z] + 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=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b --label arch=arm64 --label version=2.2.0-dev.19 . [2022-03-16T16:11:48.390Z] Sending build context to Docker daemon 208.9kB [2022-03-16T16:11:48.666Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-03-16T16:11:48.666Z] Step 2/27 : FROM ${BASE} AS builder [2022-03-16T16:11:48.666Z] ---> b9ceb2923935 [2022-03-16T16:11:48.666Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-16T16:11:48.942Z] ---> Running in ecaf6e6807f0 [2022-03-16T16:11:49.218Z] Removing intermediate container ecaf6e6807f0 [2022-03-16T16:11:49.218Z] ---> 61dfb0330178 [2022-03-16T16:11:49.218Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-03-16T16:11:49.218Z] ---> Running in 9a84ee8c7bd0 [2022-03-16T16:11:49.492Z] Removing intermediate container 9a84ee8c7bd0 [2022-03-16T16:11:49.492Z] ---> 9d7f7cebe293 [2022-03-16T16:11:49.492Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-16T16:11:49.492Z] ---> Running in ab98d763f4af [2022-03-16T16:11:50.099Z] Removing intermediate container ab98d763f4af [2022-03-16T16:11:50.099Z] ---> b20d39c85b7e [2022-03-16T16:11:50.099Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-16T16:11:50.099Z] ---> Running in e614811bafeb [2022-03-16T16:11:52.085Z] Removing intermediate container e614811bafeb [2022-03-16T16:11:52.085Z] ---> a20eef171887 [2022-03-16T16:11:52.085Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-16T16:11:52.085Z] ---> Running in 3736e76de340 [2022-03-16T16:11:53.075Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-16T16:11:54.054Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-16T16:11:55.039Z] OK: 220 MiB in 52 packages [2022-03-16T16:11:55.636Z] Removing intermediate container 3736e76de340 [2022-03-16T16:11:55.636Z] ---> c57ed8cc4738 [2022-03-16T16:11:55.636Z] Step 8/27 : WORKDIR /app [2022-03-16T16:11:55.636Z] ---> Running in 6693ea7fdcfa [2022-03-16T16:11:55.910Z] Removing intermediate container 6693ea7fdcfa [2022-03-16T16:11:55.910Z] ---> 6128dd464a97 [2022-03-16T16:11:55.910Z] Step 9/27 : COPY go.mod vendor* ./ [2022-03-16T16:11:56.517Z] ---> 5a6166226524 [2022-03-16T16:11:56.517Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-16T16:11:56.517Z] ---> Running in ad87663adfc8 [2022-03-16T16:11:59.147Z] Removing intermediate container ad87663adfc8 [2022-03-16T16:11:59.147Z] ---> 3f43df899137 [2022-03-16T16:11:59.147Z] Step 11/27 : COPY . . [2022-03-16T16:11:59.427Z] ---> f4dec342aa25 [2022-03-16T16:11:59.427Z] Step 12/27 : ARG MAKE="make build" [2022-03-16T16:11:59.427Z] ---> Running in 9ac065210b4e [2022-03-16T16:12:00.037Z] Removing intermediate container 9ac065210b4e [2022-03-16T16:12:00.037Z] ---> 61161f704b8e [2022-03-16T16:12:00.037Z] Step 13/27 : RUN $MAKE [2022-03-16T16:12:00.037Z] ---> Running in 6541bf94acba [2022-03-16T16:12:01.026Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.29 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.19" -o app-service-configurable [2022-03-16T16:12:57.619Z] Removing intermediate container 6541bf94acba [2022-03-16T16:12:57.619Z] ---> 40ddbcacfff7 [2022-03-16T16:12:57.619Z] Step 14/27 : FROM alpine:3.14 [2022-03-16T16:12:57.619Z] 3.14: Pulling from library/alpine [2022-03-16T16:12:57.619Z] be307f383ecc: Pulling fs layer [2022-03-16T16:12:57.619Z] be307f383ecc: Download complete [2022-03-16T16:12:57.619Z] be307f383ecc: Pull complete [2022-03-16T16:12:57.619Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-03-16T16:12:57.619Z] Status: Downloaded newer image for alpine:3.14 [2022-03-16T16:12:57.619Z] ---> 5b8b7b635229 [2022-03-16T16:12:57.619Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-16T16:12:57.619Z] ---> Running in a7ae72467241 [2022-03-16T16:12:57.619Z] Removing intermediate container a7ae72467241 [2022-03-16T16:12:57.619Z] ---> a46470296d60 [2022-03-16T16:12:57.619Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-03-16T16:12:57.619Z] ---> Running in 1eaeedea7e26 [2022-03-16T16:12:57.619Z] Removing intermediate container 1eaeedea7e26 [2022-03-16T16:12:57.619Z] ---> 90b81d92f8c7 [2022-03-16T16:12:57.619Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-03-16T16:12:57.619Z] ---> Running in 50d9f5169d71 [2022-03-16T16:12:57.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-16T16:12:57.619Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-16T16:12:57.619Z] (1/7) Installing ca-certificates (20211220-r0) [2022-03-16T16:12:57.619Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-03-16T16:12:57.619Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-03-16T16:12:57.619Z] (4/7) Installing libsodium (1.0.18-r0) [2022-03-16T16:12:57.619Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-16T16:12:57.619Z] (6/7) Installing libzmq (4.3.4-r0) [2022-03-16T16:12:57.619Z] (7/7) Installing zeromq (4.3.4-r0) [2022-03-16T16:12:57.619Z] Executing busybox-1.33.1-r6.trigger [2022-03-16T16:12:57.619Z] Executing ca-certificates-20211220-r0.trigger [2022-03-16T16:12:57.619Z] OK: 9 MiB in 21 packages [2022-03-16T16:12:57.619Z] Removing intermediate container 50d9f5169d71 [2022-03-16T16:12:57.619Z] ---> 38b323940a1e [2022-03-16T16:12:57.619Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-03-16T16:12:57.619Z] ---> 18bf74cafcf0 [2022-03-16T16:12:57.619Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-03-16T16:12:58.223Z] ---> 0c78790590c6 [2022-03-16T16:12:58.223Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-03-16T16:12:58.826Z] ---> 78f3ad93973e [2022-03-16T16:12:58.826Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-03-16T16:13:00.264Z] ---> 62b5dec8e4e2 [2022-03-16T16:13:00.264Z] Step 22/27 : EXPOSE 48095 [2022-03-16T16:13:00.264Z] ---> Running in 2204d11ba4e0 [2022-03-16T16:13:00.541Z] Removing intermediate container 2204d11ba4e0 [2022-03-16T16:13:00.541Z] ---> d9fea489d7b5 [2022-03-16T16:13:00.541Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-03-16T16:13:00.541Z] ---> Running in 6673dc56a39e [2022-03-16T16:13:00.824Z] Removing intermediate container 6673dc56a39e [2022-03-16T16:13:00.824Z] ---> 16250560c608 [2022-03-16T16:13:00.824Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-16T16:13:01.098Z] ---> Running in fa4c11d9e646 [2022-03-16T16:13:01.378Z] Removing intermediate container fa4c11d9e646 [2022-03-16T16:13:01.378Z] ---> 19c75ddfef18 [2022-03-16T16:13:01.378Z] Step 25/27 : LABEL arch=arm64 [2022-03-16T16:13:01.378Z] ---> Running in 9e806958e54a [2022-03-16T16:13:01.663Z] Removing intermediate container 9e806958e54a [2022-03-16T16:13:01.663Z] ---> cb3b2239ece3 [2022-03-16T16:13:01.663Z] Step 26/27 : LABEL git_sha=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [2022-03-16T16:13:01.939Z] ---> Running in 1487b7726198 [2022-03-16T16:13:02.215Z] Removing intermediate container 1487b7726198 [2022-03-16T16:13:02.215Z] ---> e9c8e625af8e [2022-03-16T16:13:02.215Z] Step 27/27 : LABEL version=2.2.0-dev.19 [2022-03-16T16:13:02.215Z] ---> Running in 2423bfca0e9a [2022-03-16T16:13:02.490Z] Removing intermediate container 2423bfca0e9a [2022-03-16T16:13:02.490Z] ---> 3a8a80cf2392 [2022-03-16T16:13:02.490Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-16T16:13:02.490Z] Successfully built 3a8a80cf2392 [2022-03-16T16:13:02.490Z] 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-03-16T16:13:02.602Z] provisioning config files... [2022-03-16T16:13:02.624Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/55@tmp/config3887837716870661597tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:13:02.986Z] ---> docker-login.sh [2022-03-16T16:13:02.986Z] nexus3.edgexfoundry.org:10001 [2022-03-16T16:13:03.263Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:13:03.263Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:13:03.263Z] Configure a credential helper to remove this warning. See [2022-03-16T16:13:03.263Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:13:03.263Z] [2022-03-16T16:13:03.263Z] Login Succeeded [2022-03-16T16:13:03.263Z] nexus3.edgexfoundry.org:10002 [2022-03-16T16:13:03.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:13:03.861Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:13:03.861Z] Configure a credential helper to remove this warning. See [2022-03-16T16:13:03.861Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:13:03.861Z] [2022-03-16T16:13:03.861Z] Login Succeeded [2022-03-16T16:13:03.861Z] nexus3.edgexfoundry.org:10003 [2022-03-16T16:13:04.460Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:13:04.460Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:13:04.460Z] Configure a credential helper to remove this warning. See [2022-03-16T16:13:04.460Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:13:04.460Z] [2022-03-16T16:13:04.460Z] Login Succeeded [2022-03-16T16:13:04.460Z] nexus3.edgexfoundry.org:10004 [2022-03-16T16:13:05.057Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:13:05.057Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:13:05.057Z] Configure a credential helper to remove this warning. See [2022-03-16T16:13:05.057Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:13:05.057Z] [2022-03-16T16:13:05.057Z] Login Succeeded [2022-03-16T16:13:05.057Z] docker.io [2022-03-16T16:13:05.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-16T16:13:05.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-16T16:13:05.933Z] Configure a credential helper to remove this warning. See [2022-03-16T16:13:05.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-16T16:13:05.933Z] [2022-03-16T16:13:05.933Z] Login Succeeded [2022-03-16T16:13:05.933Z] ---> docker-login.sh ends [Pipeline] } [2022-03-16T16:13:05.955Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-16T16:13:05.991Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-16T16:13:06.014Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-03-16T16:13:06.014Z] 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [2022-03-16T16:13:06.014Z] latest [2022-03-16T16:13:06.014Z] 2.2.0-dev.19 [2022-03-16T16:13:06.014Z] 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [2022-03-16T16:13:06.014Z] main [2022-03-16T16:13:06.014Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:06.374Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:06.722Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [2022-03-16T16:13:06.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-16T16:13:06.722Z] 5605a682e6f9: Preparing [2022-03-16T16:13:06.722Z] efdb944712f3: Preparing [2022-03-16T16:13:06.722Z] 9e262aa1ae55: Preparing [2022-03-16T16:13:06.722Z] 7a05a621dd20: Preparing [2022-03-16T16:13:06.722Z] b7d1c6deac29: Preparing [2022-03-16T16:13:06.722Z] 62170e181a92: Preparing [2022-03-16T16:13:06.722Z] 62170e181a92: Waiting [2022-03-16T16:13:06.995Z] efdb944712f3: Pushed [2022-03-16T16:13:06.995Z] 9e262aa1ae55: Pushed [2022-03-16T16:13:06.995Z] 7a05a621dd20: Pushed [2022-03-16T16:13:06.995Z] 62170e181a92: Layer already exists [2022-03-16T16:13:07.979Z] b7d1c6deac29: Pushed [2022-03-16T16:13:10.601Z] 5605a682e6f9: Pushed [2022-03-16T16:13:10.601Z] 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:10.962Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:11.313Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-03-16T16:13:11.313Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-16T16:13:11.313Z] 5605a682e6f9: Preparing [2022-03-16T16:13:11.313Z] efdb944712f3: Preparing [2022-03-16T16:13:11.313Z] 9e262aa1ae55: Preparing [2022-03-16T16:13:11.313Z] 7a05a621dd20: Preparing [2022-03-16T16:13:11.313Z] b7d1c6deac29: Preparing [2022-03-16T16:13:11.313Z] 62170e181a92: Preparing [2022-03-16T16:13:11.313Z] 62170e181a92: Waiting [2022-03-16T16:13:11.313Z] efdb944712f3: Layer already exists [2022-03-16T16:13:11.313Z] 5605a682e6f9: Layer already exists [2022-03-16T16:13:11.313Z] 7a05a621dd20: Layer already exists [2022-03-16T16:13:11.313Z] 9e262aa1ae55: Layer already exists [2022-03-16T16:13:11.313Z] b7d1c6deac29: Layer already exists [2022-03-16T16:13:11.587Z] 62170e181a92: Layer already exists [2022-03-16T16:13:11.587Z] latest: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:11.943Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:12.292Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.19 [2022-03-16T16:13:12.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-16T16:13:12.292Z] 5605a682e6f9: Preparing [2022-03-16T16:13:12.292Z] efdb944712f3: Preparing [2022-03-16T16:13:12.292Z] 9e262aa1ae55: Preparing [2022-03-16T16:13:12.292Z] 7a05a621dd20: Preparing [2022-03-16T16:13:12.292Z] b7d1c6deac29: Preparing [2022-03-16T16:13:12.292Z] 62170e181a92: Preparing [2022-03-16T16:13:12.292Z] 62170e181a92: Waiting [2022-03-16T16:13:12.292Z] b7d1c6deac29: Layer already exists [2022-03-16T16:13:12.292Z] 9e262aa1ae55: Layer already exists [2022-03-16T16:13:12.292Z] 7a05a621dd20: Layer already exists [2022-03-16T16:13:12.292Z] 5605a682e6f9: Layer already exists [2022-03-16T16:13:12.292Z] efdb944712f3: Layer already exists [2022-03-16T16:13:12.565Z] 62170e181a92: Layer already exists [2022-03-16T16:13:12.565Z] 2.2.0-dev.19: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:12.911Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:13.257Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [2022-03-16T16:13:13.257Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-16T16:13:13.257Z] 5605a682e6f9: Preparing [2022-03-16T16:13:13.257Z] efdb944712f3: Preparing [2022-03-16T16:13:13.257Z] 9e262aa1ae55: Preparing [2022-03-16T16:13:13.257Z] 7a05a621dd20: Preparing [2022-03-16T16:13:13.257Z] b7d1c6deac29: Preparing [2022-03-16T16:13:13.257Z] 62170e181a92: Preparing [2022-03-16T16:13:13.257Z] 62170e181a92: Waiting [2022-03-16T16:13:13.257Z] 5605a682e6f9: Layer already exists [2022-03-16T16:13:13.257Z] 9e262aa1ae55: Layer already exists [2022-03-16T16:13:13.532Z] efdb944712f3: Layer already exists [2022-03-16T16:13:13.532Z] 7a05a621dd20: Layer already exists [2022-03-16T16:13:13.532Z] b7d1c6deac29: Layer already exists [2022-03-16T16:13:13.532Z] 62170e181a92: Layer already exists [2022-03-16T16:13:13.532Z] 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:13.889Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:14.242Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-03-16T16:13:14.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-16T16:13:14.242Z] 5605a682e6f9: Preparing [2022-03-16T16:13:14.242Z] efdb944712f3: Preparing [2022-03-16T16:13:14.242Z] 9e262aa1ae55: Preparing [2022-03-16T16:13:14.242Z] 7a05a621dd20: Preparing [2022-03-16T16:13:14.242Z] b7d1c6deac29: Preparing [2022-03-16T16:13:14.242Z] 62170e181a92: Preparing [2022-03-16T16:13:14.242Z] efdb944712f3: Layer already exists [2022-03-16T16:13:14.242Z] 9e262aa1ae55: Layer already exists [2022-03-16T16:13:14.242Z] 7a05a621dd20: Layer already exists [2022-03-16T16:13:14.242Z] 5605a682e6f9: Layer already exists [2022-03-16T16:13:14.242Z] b7d1c6deac29: Layer already exists [2022-03-16T16:13:14.518Z] 62170e181a92: Layer already exists [2022-03-16T16:13:14.518Z] main: digest: sha256:6e8891a121d006f6bffedda932dbf77e63f770e548d2715c0cfd400990b8d0dd size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-16T16:13:14.563Z] ===================================================== [Pipeline] echo [2022-03-16T16:13:14.573Z] taggedImages: [2022-03-16T16:13:14.573Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [2022-03-16T16:13:14.573Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-03-16T16:13:14.573Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.19 [2022-03-16T16:13:14.573Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:95134ef0fa24dfe0e02402ba6bbc631c65b2c71b-2.2.0-dev.19 [2022-03-16T16:13:14.573Z] - 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-03-16T16:13:14.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-16T16:13:14.939Z] [2022-03-16T16:13:14.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:15.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-16T16:13:15.567Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-16T16:13:15.567Z] 8998bd30e6a1: Pulling fs layer [2022-03-16T16:13:15.567Z] 04944245beec: Pulling fs layer [2022-03-16T16:13:15.567Z] 699f458cf7ca: Pulling fs layer [2022-03-16T16:13:15.567Z] 765212b225bb: Pulling fs layer [2022-03-16T16:13:15.567Z] f23df028b6ca: Pulling fs layer [2022-03-16T16:13:15.567Z] d65c8cfc05b1: Pulling fs layer [2022-03-16T16:13:15.567Z] 2437ff75d9bd: Pulling fs layer [2022-03-16T16:13:15.567Z] f23df028b6ca: Waiting [2022-03-16T16:13:15.567Z] 765212b225bb: Waiting [2022-03-16T16:13:15.567Z] d65c8cfc05b1: Waiting [2022-03-16T16:13:15.567Z] 2437ff75d9bd: Waiting [2022-03-16T16:13:15.567Z] 04944245beec: Verifying Checksum [2022-03-16T16:13:15.567Z] 04944245beec: Download complete [2022-03-16T16:13:15.567Z] 765212b225bb: Verifying Checksum [2022-03-16T16:13:15.567Z] 765212b225bb: Download complete [2022-03-16T16:13:15.567Z] f23df028b6ca: Verifying Checksum [2022-03-16T16:13:15.846Z] d65c8cfc05b1: Verifying Checksum [2022-03-16T16:13:15.846Z] d65c8cfc05b1: Download complete [2022-03-16T16:13:15.846Z] 699f458cf7ca: Verifying Checksum [2022-03-16T16:13:15.846Z] 699f458cf7ca: Download complete [2022-03-16T16:13:16.121Z] 8998bd30e6a1: Verifying Checksum [2022-03-16T16:13:16.121Z] 8998bd30e6a1: Download complete [2022-03-16T16:13:18.757Z] 2437ff75d9bd: Verifying Checksum [2022-03-16T16:13:18.757Z] 2437ff75d9bd: Download complete [2022-03-16T16:13:20.741Z] 8998bd30e6a1: Pull complete [2022-03-16T16:13:21.337Z] 04944245beec: Pull complete [2022-03-16T16:13:22.780Z] 699f458cf7ca: Pull complete [2022-03-16T16:13:22.780Z] 765212b225bb: Pull complete [2022-03-16T16:13:23.764Z] f23df028b6ca: Pull complete [2022-03-16T16:13:24.039Z] d65c8cfc05b1: Pull complete [2022-03-16T16:13:39.147Z] 2437ff75d9bd: Pull complete [2022-03-16T16:13:39.147Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-16T16:13:39.147Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-16T16:13:39.147Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-16T16:13:39.402Z] prd-ubuntu20.04-docker-arm64-4c-16g-7296 does not seem to be running inside a container [2022-03-16T16:13:39.519Z] $ 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/55 -v /w/workspace/app-service-configurable/55:/w/workspace/app-service-configurable/55:rw,z -v /w/workspace/app-service-configurable/55@tmp:/w/workspace/app-service-configurable/55@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-03-16T16:13:42.396Z] $ docker top ccf9f4c31c2466d3cf976a2ddc9e4f482402d9123119bb3183da75c89ae1a2bd -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:13:43.320Z] ---> job-cost.sh [2022-03-16T16:13:43.321Z] lf-activate-venv: SKIPPING [2022-03-16T16:13:43.321Z] INFO: No Stack... [2022-03-16T16:13:43.919Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-16T16:13:44.904Z] INFO: Archiving Costs [Pipeline] sh [2022-03-16T16:13:45.584Z] + cat /w/workspace/app-service-configurable/55/archives/cost.csv [2022-03-16T16:13:45.584Z] + cut -d, -f6 [Pipeline] lock [2022-03-16T16:13:45.655Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [2022-03-16T16:13:45.662Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] did not exist. Created. [2022-03-16T16:13:45.662Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-16T16:13:46.337Z] /w/workspace/app-service-configurable/55@tmp/durable-3a0b55f2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-03-16T16:13:47.033Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-16T16:13:47.055Z] Warning: overwriting stash ‘stack-cost’ [2022-03-16T16:13:47.108Z] Stashed 1 file(s) [Pipeline] } [2022-03-16T16:13:47.114Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-55-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-16T16:13:47.156Z] $ docker stop --time=1 ccf9f4c31c2466d3cf976a2ddc9e4f482402d9123119bb3183da75c89ae1a2bd [2022-03-16T16:13:48.694Z] $ docker rm -f ccf9f4c31c2466d3cf976a2ddc9e4f482402d9123119bb3183da75c89ae1a2bd [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-03-16T16:13:49.265Z] provisioning config files... [2022-03-16T16:13:49.275Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3171889589921353292tmp [Pipeline] { [Pipeline] sh [2022-03-16T16:13:49.583Z] + set +x [2022-03-16T16:13:49.583Z] + curl -s https://codecov.io/bash [2022-03-16T16:13:49.583Z] + bash -s -- [2022-03-16T16:13:49.583Z] [2022-03-16T16:13:49.583Z] _____ _ [2022-03-16T16:13:49.583Z] / ____| | | [2022-03-16T16:13:49.583Z] | | ___ __| | ___ ___ _____ __ [2022-03-16T16:13:49.583Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-16T16:13:49.583Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-16T16:13:49.583Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-16T16:13:49.583Z] Bash-1.0.6 [2022-03-16T16:13:49.583Z] [2022-03-16T16:13:49.583Z] [2022-03-16T16:13:49.583Z] ==> git version 2.25.1 found [2022-03-16T16:13:49.583Z] ==> 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-03-16T16:13:49.583Z] Release-Date: 2020-01-08 [2022-03-16T16:13:49.583Z] 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-03-16T16:13:49.583Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-16T16:13:49.583Z] ==> Jenkins CI detected. [2022-03-16T16:13:49.583Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-03-16T16:13:49.583Z] project root: . [2022-03-16T16:13:49.583Z] --> token set from env [2022-03-16T16:13:49.583Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-16T16:13:49.583Z] ==> Running gcov in . (disable via -X gcov) [2022-03-16T16:13:49.583Z] ==> Python coveragepy not found [2022-03-16T16:13:49.583Z] ==> Searching for coverage reports in: [2022-03-16T16:13:49.583Z] + . [2022-03-16T16:13:49.583Z] -> Found 1 reports [2022-03-16T16:13:49.583Z] ==> Detecting git/mercurial file structure [2022-03-16T16:13:49.583Z] ==> Reading reports [2022-03-16T16:13:49.583Z] + ./coverage.out bytes=10 [2022-03-16T16:13:49.583Z] ==> Appending adjustments [2022-03-16T16:13:49.583Z] https://docs.codecov.io/docs/fixing-reports [2022-03-16T16:13:49.844Z] + Found adjustments [2022-03-16T16:13:49.844Z] ==> Gzipping contents [2022-03-16T16:13:49.844Z] 4.0K /tmp/codecov.3BR05p.gz [2022-03-16T16:13:49.844Z] ==> Uploading reports [2022-03-16T16:13:49.844Z] url: https://codecov.io [2022-03-16T16:13:49.844Z] query: branch=main&commit=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F55%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-16T16:13:49.844Z] -> Pinging Codecov [2022-03-16T16:13:49.844Z] 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=95134ef0fa24dfe0e02402ba6bbc631c65b2c71b&build=55&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F55%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-16T16:13:50.106Z] -> Uploading to [2022-03-16T16:13:50.106Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-16/A97CA9966030D2A3747ED39772930CCE/95134ef0fa24dfe0e02402ba6bbc631c65b2c71b/76185803-a9bb-4d16-9f18-d10fc2bb31fc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220316%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220316T161349Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=53ea980a67f84f0e3eb4b763e64c31f7e1d3a1dd6cc2d49cffc526335b767d76 [2022-03-16T16:13:50.106Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-16T16:13:50.106Z] Dload Upload Total Spent Left Speed [2022-03-16T16:13:50.369Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2411 --:--:-- --:--:-- --:--:-- 2411 [2022-03-16T16:13:50.369Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] } [2022-03-16T16:13:50.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-03-16T16:13:50.680Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-03-16T16:13:50.691Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:50.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-16T16:13:50.988Z] [2022-03-16T16:13:50.988Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:13:51.291Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-16T16:13:51.291Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-03-16T16:13:51.291Z] 188c0c94c7c5: Pulling fs layer [2022-03-16T16:13:51.291Z] 0ef7d3d256c8: Pulling fs layer [2022-03-16T16:13:51.291Z] de9db76c5a1d: Pulling fs layer [2022-03-16T16:13:51.291Z] 0eba1c9be4d2: Pulling fs layer [2022-03-16T16:13:51.291Z] 0d57e429df01: Pulling fs layer [2022-03-16T16:13:51.291Z] 4e4be7b47b0d: Pulling fs layer [2022-03-16T16:13:51.291Z] e1f770b5df2f: Pulling fs layer [2022-03-16T16:13:51.291Z] 85a0685a4137: Pulling fs layer [2022-03-16T16:13:51.291Z] 0eba1c9be4d2: Waiting [2022-03-16T16:13:51.291Z] 4e4be7b47b0d: Waiting [2022-03-16T16:13:51.291Z] e1f770b5df2f: Waiting [2022-03-16T16:13:51.291Z] 0d57e429df01: Waiting [2022-03-16T16:13:51.291Z] 85a0685a4137: Waiting [2022-03-16T16:13:51.291Z] de9db76c5a1d: Download complete [2022-03-16T16:13:51.291Z] 0ef7d3d256c8: Verifying Checksum [2022-03-16T16:13:51.291Z] 0ef7d3d256c8: Download complete [2022-03-16T16:13:51.291Z] 0d57e429df01: Verifying Checksum [2022-03-16T16:13:51.291Z] 0d57e429df01: Download complete [2022-03-16T16:13:51.291Z] 4e4be7b47b0d: Verifying Checksum [2022-03-16T16:13:51.291Z] 4e4be7b47b0d: Download complete [2022-03-16T16:13:51.291Z] 188c0c94c7c5: Verifying Checksum [2022-03-16T16:13:51.291Z] 188c0c94c7c5: Download complete [2022-03-16T16:13:51.551Z] e1f770b5df2f: Verifying Checksum [2022-03-16T16:13:51.551Z] e1f770b5df2f: Download complete [2022-03-16T16:13:51.551Z] 188c0c94c7c5: Pull complete [2022-03-16T16:13:51.551Z] 0ef7d3d256c8: Pull complete [2022-03-16T16:13:51.811Z] de9db76c5a1d: Pull complete [2022-03-16T16:13:52.071Z] 0eba1c9be4d2: Verifying Checksum [2022-03-16T16:13:52.071Z] 0eba1c9be4d2: Download complete [2022-03-16T16:13:52.071Z] 85a0685a4137: Verifying Checksum [2022-03-16T16:13:52.071Z] 85a0685a4137: Download complete [2022-03-16T16:13:56.267Z] 0eba1c9be4d2: Pull complete [2022-03-16T16:13:56.267Z] 0d57e429df01: Pull complete [2022-03-16T16:13:56.267Z] 4e4be7b47b0d: Pull complete [2022-03-16T16:13:56.267Z] e1f770b5df2f: Pull complete [2022-03-16T16:13:59.557Z] 85a0685a4137: Pull complete [2022-03-16T16:13:59.557Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-03-16T16:13:59.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-16T16:13:59.557Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-03-16T16:13:59.623Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:13:59.670Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-03-16T16:14:01.124Z] $ docker top 2db475645fdfbf9e2eb9fa2eb26c7e8234a87efea285ffa041a3896c8092ae64 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-16T16:14:01.190Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-03-16T16:14:01.473Z] + set -o pipefail [2022-03-16T16:14:01.473Z] + snyk monitor '--org=edgex-jenkins' [2022-03-16T16:14:05.676Z] [2022-03-16T16:14:05.676Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-03-16T16:14:05.676Z] [2022-03-16T16:14:05.676Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/081c6087-6d42-4ec1-bd6f-d1903082021b [2022-03-16T16:14:05.676Z] [2022-03-16T16:14:05.676Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-03-16T16:14:05.676Z] [2022-03-16T16:14:05.676Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-03-16T16:14:05.676Z] [2022-03-16T16:14:05.937Z] [Pipeline] } [2022-03-16T16:14:05.962Z] $ docker stop --time=1 2db475645fdfbf9e2eb9fa2eb26c7e8234a87efea285ffa041a3896c8092ae64 [2022-03-16T16:14:07.522Z] $ docker rm -f 2db475645fdfbf9e2eb9fa2eb26c7e8234a87efea285ffa041a3896c8092ae64 [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-03-16T16:14:08.182Z] + git log --format=format:%s -1 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b [Pipeline] sh [2022-03-16T16:14:08.486Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-16T16:14:08.486Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:14:08.784Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T16:14:08.784Z] . [Pipeline] withDockerContainer [2022-03-16T16:14:08.852Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:14:08.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-16T16:14:09.276Z] $ docker top 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-16T16:14:09.360Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-16T16:14:09.360Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-16T16:14:09.490Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-16T16:14:09.505Z] $ docker exec 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 ssh-agent [2022-03-16T16:14:09.627Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbFNbNl/agent.14 [2022-03-16T16:14:09.627Z] SSH_AGENT_PID=20 [2022-03-16T16:14:09.632Z] Running ssh-add (command line suppressed) [2022-03-16T16:14:09.762Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_131906530727463131.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_131906530727463131.key) [2022-03-16T16:14:09.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-16T16:14:10.056Z] + git semver tag [2022-03-16T16:14:10.056Z] # -> Open(): unable to determine branch for HEAD [2022-03-16T16:14:10.056Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-16T16:14:10.056Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-16T16:14:10.056Z] # $SEMVER_REMOTE_NAME = origin [2022-03-16T16:14:10.056Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-16T16:14:10.056Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-16T16:14:10.056Z] # $SEMVER_BRANCH = main [2022-03-16T16:14:10.056Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-03-16T16:14:10.056Z] # 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b HEAD [2022-03-16T16:14:10.056Z] # -> Force: false [2022-03-16T16:14:10.056Z] # 70e40b091dfed9e4b4949c697cf5d0ef629a77e3 refs/tags/v2.2.0-dev.19 [Pipeline] } [2022-03-16T16:14:10.079Z] $ docker exec --env ******** --env ******** 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 ssh-agent -k [2022-03-16T16:14:10.186Z] unset SSH_AUTH_SOCK; [2022-03-16T16:14:10.186Z] unset SSH_AGENT_PID; [2022-03-16T16:14:10.186Z] echo Agent pid 20 killed; [2022-03-16T16:14:10.186Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-16T16:14:10.495Z] + git semver [Pipeline] } [2022-03-16T16:14:10.521Z] $ docker stop --time=1 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 [2022-03-16T16:14:11.800Z] $ docker rm -f 8b67b2331113957c4e9cd73106e939b39edc93832712592819c402f8a1256620 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:14:12.177Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-16T16:14:12.177Z] [2022-03-16T16:14:12.177Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:14:12.480Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-16T16:14:12.480Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-03-16T16:14:12.480Z] ab5ef0e58194: Pulling fs layer [2022-03-16T16:14:12.480Z] 9712f1f96733: Pulling fs layer [2022-03-16T16:14:12.480Z] 63f879dbbcfc: Pulling fs layer [2022-03-16T16:14:12.480Z] 0d9ebad4ef96: Pulling fs layer [2022-03-16T16:14:12.480Z] e9a5061849ea: Pulling fs layer [2022-03-16T16:14:12.480Z] d747dcd14b5f: Pulling fs layer [2022-03-16T16:14:12.480Z] 2de7ff778b66: Pulling fs layer [2022-03-16T16:14:12.480Z] e9a5061849ea: Waiting [2022-03-16T16:14:12.480Z] d747dcd14b5f: Waiting [2022-03-16T16:14:12.480Z] 0d9ebad4ef96: Waiting [2022-03-16T16:14:12.480Z] 2de7ff778b66: Waiting [2022-03-16T16:14:12.480Z] 9712f1f96733: Verifying Checksum [2022-03-16T16:14:12.480Z] 9712f1f96733: Download complete [2022-03-16T16:14:12.741Z] 63f879dbbcfc: Verifying Checksum [2022-03-16T16:14:12.741Z] 63f879dbbcfc: Download complete [2022-03-16T16:14:12.741Z] e9a5061849ea: Verifying Checksum [2022-03-16T16:14:12.741Z] e9a5061849ea: Download complete [2022-03-16T16:14:12.741Z] d747dcd14b5f: Verifying Checksum [2022-03-16T16:14:12.741Z] d747dcd14b5f: Download complete [2022-03-16T16:14:13.001Z] ab5ef0e58194: Verifying Checksum [2022-03-16T16:14:13.001Z] ab5ef0e58194: Download complete [2022-03-16T16:14:13.001Z] 0d9ebad4ef96: Verifying Checksum [2022-03-16T16:14:13.001Z] 0d9ebad4ef96: Download complete [2022-03-16T16:14:13.001Z] 2de7ff778b66: Verifying Checksum [2022-03-16T16:14:13.001Z] 2de7ff778b66: Download complete [2022-03-16T16:14:15.544Z] ab5ef0e58194: Pull complete [2022-03-16T16:14:15.544Z] 9712f1f96733: Pull complete [2022-03-16T16:14:16.112Z] 63f879dbbcfc: Pull complete [2022-03-16T16:14:20.305Z] 0d9ebad4ef96: Pull complete [2022-03-16T16:14:20.305Z] e9a5061849ea: Pull complete [2022-03-16T16:14:20.305Z] d747dcd14b5f: Pull complete [2022-03-16T16:14:21.284Z] 2de7ff778b66: Pull complete [2022-03-16T16:14:21.284Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-03-16T16:14:21.284Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-16T16:14:21.284Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-03-16T16:14:21.358Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:14:21.405Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-03-16T16:14:23.162Z] $ docker top 6dcfea9712d194f6ba74569dd48eb26d472c77e793370166e2e1be6dd950a02b -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-03-16T16:14:23.232Z] provisioning config files... [2022-03-16T16:14:23.240Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config7068399857809758396tmp [2022-03-16T16:14:23.253Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config657199567640541980tmp [2022-03-16T16:14:23.265Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config1753757727746262761tmp [Pipeline] { [Pipeline] echo [2022-03-16T16:14:23.284Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:23.572Z] ---> sigul-configuration.sh [2022-03-16T16:14:23.572Z] gpg: directory `/root/.gnupg' created [2022-03-16T16:14:23.572Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-03-16T16:14:23.572Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-03-16T16:14:23.572Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-03-16T16:14:23.572Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-03-16T16:14:23.572Z] gpg: CAST5 encrypted data [2022-03-16T16:14:23.572Z] gpg: encrypted with 1 passphrase [2022-03-16T16:14:23.572Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-03-16T16:14:23.863Z] + mkdir /home/jenkins [2022-03-16T16:14:23.863Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-03-16T16:14:24.155Z] + 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-03-16T16:14:24.166Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:24.458Z] ---> sigul-install.sh [2022-03-16T16:14:24.458Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-03-16T16:14:24.751Z] + git tag --list [2022-03-16T16:14:24.751Z] v1.0.0 [2022-03-16T16:14:24.751Z] v1.1.0 [2022-03-16T16:14:24.751Z] v1.2.0 [2022-03-16T16:14:24.751Z] v1.3.0 [2022-03-16T16:14:24.751Z] v1.3.1 [2022-03-16T16:14:24.751Z] v2.0.0 [2022-03-16T16:14:24.751Z] v2.0.1 [2022-03-16T16:14:24.751Z] v2.0.1-dev.1 [2022-03-16T16:14:24.751Z] v2.0.2-dev.1 [2022-03-16T16:14:24.751Z] v2.0.2-dev.10 [2022-03-16T16:14:24.751Z] v2.0.2-dev.11 [2022-03-16T16:14:24.751Z] v2.0.2-dev.12 [2022-03-16T16:14:24.751Z] v2.0.2-dev.13 [2022-03-16T16:14:24.751Z] v2.0.2-dev.14 [2022-03-16T16:14:24.751Z] v2.0.2-dev.15 [2022-03-16T16:14:24.751Z] v2.0.2-dev.16 [2022-03-16T16:14:24.751Z] v2.0.2-dev.17 [2022-03-16T16:14:24.751Z] v2.0.2-dev.18 [2022-03-16T16:14:24.751Z] v2.0.2-dev.19 [2022-03-16T16:14:24.751Z] v2.0.2-dev.2 [2022-03-16T16:14:24.751Z] v2.0.2-dev.20 [2022-03-16T16:14:24.751Z] v2.0.2-dev.21 [2022-03-16T16:14:24.751Z] v2.0.2-dev.22 [2022-03-16T16:14:24.751Z] v2.0.2-dev.23 [2022-03-16T16:14:24.751Z] v2.0.2-dev.24 [2022-03-16T16:14:24.751Z] v2.0.2-dev.25 [2022-03-16T16:14:24.751Z] v2.0.2-dev.26 [2022-03-16T16:14:24.751Z] v2.0.2-dev.27 [2022-03-16T16:14:24.751Z] v2.0.2-dev.28 [2022-03-16T16:14:24.751Z] v2.0.2-dev.29 [2022-03-16T16:14:24.751Z] v2.0.2-dev.3 [2022-03-16T16:14:24.751Z] v2.0.2-dev.30 [2022-03-16T16:14:24.751Z] v2.0.2-dev.4 [2022-03-16T16:14:24.751Z] v2.0.2-dev.5 [2022-03-16T16:14:24.751Z] v2.0.2-dev.6 [2022-03-16T16:14:24.751Z] v2.0.2-dev.7 [2022-03-16T16:14:24.751Z] v2.0.2-dev.8 [2022-03-16T16:14:24.751Z] v2.0.2-dev.9 [2022-03-16T16:14:24.751Z] v2.1.0 [2022-03-16T16:14:24.751Z] v2.2.0-dev.1 [2022-03-16T16:14:24.751Z] v2.2.0-dev.10 [2022-03-16T16:14:24.751Z] v2.2.0-dev.11 [2022-03-16T16:14:24.751Z] v2.2.0-dev.12 [2022-03-16T16:14:24.751Z] v2.2.0-dev.13 [2022-03-16T16:14:24.751Z] v2.2.0-dev.14 [2022-03-16T16:14:24.751Z] v2.2.0-dev.15 [2022-03-16T16:14:24.751Z] v2.2.0-dev.16 [2022-03-16T16:14:24.751Z] v2.2.0-dev.17 [2022-03-16T16:14:24.751Z] v2.2.0-dev.18 [2022-03-16T16:14:24.751Z] v2.2.0-dev.19 [2022-03-16T16:14:24.751Z] v2.2.0-dev.2 [2022-03-16T16:14:24.751Z] v2.2.0-dev.3 [2022-03-16T16:14:24.751Z] v2.2.0-dev.4 [2022-03-16T16:14:24.751Z] v2.2.0-dev.5 [2022-03-16T16:14:24.751Z] v2.2.0-dev.6 [2022-03-16T16:14:24.751Z] v2.2.0-dev.7 [2022-03-16T16:14:24.751Z] v2.2.0-dev.8 [2022-03-16T16:14:24.751Z] v2.2.0-dev.9 [Pipeline] sh [2022-03-16T16:14:25.041Z] + lftools sign git-tag v2.2.0-dev.19 [2022-03-16T16:14:25.614Z] Signing Git tag with Sigul... [2022-03-16T16:14:25.614Z] Signing v2.2.0-dev.19 [Pipeline] echo [2022-03-16T16:14:26.199Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:26.485Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-03-16T16:14:26.493Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-03-16T16:14:26.526Z] $ docker stop --time=1 6dcfea9712d194f6ba74569dd48eb26d472c77e793370166e2e1be6dd950a02b [2022-03-16T16:14:27.801Z] $ docker rm -f 6dcfea9712d194f6ba74569dd48eb26d472c77e793370166e2e1be6dd950a02b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-03-16T16:14:28.207Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-16T16:14:28.207Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:14:28.512Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T16:14:28.512Z] . [Pipeline] withDockerContainer [2022-03-16T16:14:28.578Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:14:28.624Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-16T16:14:28.968Z] $ docker top fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-16T16:14:29.055Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-16T16:14:29.055Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-16T16:14:29.185Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-16T16:14:29.199Z] $ docker exec fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc ssh-agent [2022-03-16T16:14:29.313Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXjPCKgO/agent.13 [2022-03-16T16:14:29.313Z] SSH_AGENT_PID=19 [2022-03-16T16:14:29.319Z] Running ssh-add (command line suppressed) [2022-03-16T16:14:29.443Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8261581635566844113.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8261581635566844113.key) [2022-03-16T16:14:29.445Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-16T16:14:29.739Z] + git semver bump pre [2022-03-16T16:14:29.739Z] # -> Open(): unable to determine branch for HEAD [2022-03-16T16:14:29.739Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-16T16:14:29.739Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-16T16:14:29.739Z] # $SEMVER_REMOTE_NAME = origin [2022-03-16T16:14:29.739Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-16T16:14:29.739Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-16T16:14:29.739Z] # $SEMVER_BRANCH = main [2022-03-16T16:14:29.739Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-03-16T16:14:29.739Z] 2.2.0-dev.20 [Pipeline] } [2022-03-16T16:14:29.761Z] $ docker exec --env ******** --env ******** fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc ssh-agent -k [2022-03-16T16:14:29.878Z] unset SSH_AUTH_SOCK; [2022-03-16T16:14:29.878Z] unset SSH_AGENT_PID; [2022-03-16T16:14:29.878Z] echo Agent pid 19 killed; [2022-03-16T16:14:29.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-16T16:14:30.186Z] + git semver [Pipeline] } [2022-03-16T16:14:30.212Z] $ docker stop --time=1 fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc [2022-03-16T16:14:31.489Z] $ docker rm -f fbdba090f761e37d1f14d39232c39299ff81966e316fd161e1ab46a17c40d0cc [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-16T16:14:31.843Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-16T16:14:31.843Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:14:32.141Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-16T16:14:32.141Z] . [Pipeline] withDockerContainer [2022-03-16T16:14:32.207Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:14:32.254Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-16T16:14:32.620Z] $ docker top 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-16T16:14:32.696Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-16T16:14:32.696Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-16T16:14:32.829Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-16T16:14:32.844Z] $ docker exec 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db ssh-agent [2022-03-16T16:14:32.953Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgJnBJc/agent.13 [2022-03-16T16:14:32.953Z] SSH_AGENT_PID=19 [2022-03-16T16:14:32.959Z] Running ssh-add (command line suppressed) [2022-03-16T16:14:33.091Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8589035433430968464.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8589035433430968464.key) [2022-03-16T16:14:33.094Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-16T16:14:33.385Z] + git semver push [2022-03-16T16:14:33.385Z] # -> Open(): unable to determine branch for HEAD [2022-03-16T16:14:33.385Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-16T16:14:33.385Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-16T16:14:33.385Z] # $SEMVER_REMOTE_NAME = origin [2022-03-16T16:14:33.386Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-16T16:14:33.386Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-16T16:14:33.386Z] # $SEMVER_BRANCH = main [2022-03-16T16:14:33.386Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-03-16T16:14:35.952Z] $ docker exec --env ******** --env ******** 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db ssh-agent -k [2022-03-16T16:14:36.056Z] unset SSH_AUTH_SOCK; [2022-03-16T16:14:36.057Z] unset SSH_AGENT_PID; [2022-03-16T16:14:36.057Z] echo Agent pid 19 killed; [2022-03-16T16:14:36.057Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-16T16:14:36.359Z] + git semver [Pipeline] } [2022-03-16T16:14:36.387Z] $ docker stop --time=1 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db [2022-03-16T16:14:37.677Z] $ docker rm -f 510807b0509dcfab6acc58cdc6a76c7d8a5ff1fa78f92cb59f30304fa84846db [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-03-16T16:14:38.260Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-03-16T16:14:38.260Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-03-16T16:14:38.260Z] total 16 [2022-03-16T16:14:38.260Z] drwxr-xr-x 3 root root 4096 Mar 16 16:07 . [2022-03-16T16:14:38.260Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 16:14 .. [2022-03-16T16:14:38.260Z] drwxr-xr-x 2 root root 4096 Mar 16 16:07 cost [2022-03-16T16:14:38.260Z] -rw-r--r-- 1 root root 94 Mar 16 16:07 cost.csv [2022-03-16T16:14:38.260Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-03-16T16:14:38.260Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-03-16T16:14:38.260Z] total 16 [2022-03-16T16:14:38.260Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 16 16:07 . [2022-03-16T16:14:38.260Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 16 16:14 .. [2022-03-16T16:14:38.260Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 16 16:07 cost [2022-03-16T16:14:38.260Z] -rw-r--r-- 1 jenkins jenkins 94 Mar 16 16:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:38.554Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:39.423Z] ---> package-listing.sh [2022-03-16T16:14:39.423Z] ++ facter osfamily [2022-03-16T16:14:39.423Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-16T16:14:39.684Z] + OS_FAMILY=debian [2022-03-16T16:14:39.684Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-03-16T16:14:39.684Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-16T16:14:39.684Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-16T16:14:39.684Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-16T16:14:39.684Z] + PACKAGES=/tmp/packages_start.txt [2022-03-16T16:14:39.684Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-03-16T16:14:39.684Z] + PACKAGES=/tmp/packages_end.txt [2022-03-16T16:14:39.684Z] + case "${OS_FAMILY}" in [2022-03-16T16:14:39.684Z] + dpkg -l [2022-03-16T16:14:39.684Z] + grep '^ii' [2022-03-16T16:14:39.684Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-16T16:14:39.684Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-16T16:14:39.684Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-16T16:14:39.684Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-03-16T16:14:39.684Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-03-16T16:14:39.684Z] + 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-03-16T16:14:39.697Z] 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-03-16T16:14:39.975Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-16T16:14:40.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-16T16:14:40.277Z] . [Pipeline] withDockerContainer [2022-03-16T16:14:40.378Z] prd-ubuntu20.04-docker-8c-8g-7295 does not seem to be running inside a container [2022-03-16T16:14:40.444Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-16T16:14:40.657Z] $ docker top 4d93173a23af8de78681ffdb3d1d0aa8fa516f2cb99ec0533fb9297bab52a6d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-16T16:14:41.002Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-16T16:14:41.289Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-16T16:14:41.577Z] + ls /var/log/sa-host [2022-03-16T16:14:41.577Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-16T16:14:41.791Z] provisioning config files... [2022-03-16T16:14:41.800Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4339129893380545867tmp [Pipeline] { [Pipeline] echo [2022-03-16T16:14:41.814Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:42.098Z] ---> create-netrc.sh [Pipeline] } [2022-03-16T16:14:42.105Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:42.448Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-16T16:14:42.458Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:42.744Z] ---> sudo-logs.sh [2022-03-16T16:14:42.744Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-16T16:14:42.768Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:43.055Z] ---> job-cost.sh [2022-03-16T16:14:43.055Z] lf-activate-venv: SKIPPING [2022-03-16T16:14:43.055Z] DEBUG: total: 0.2199999988079071 [2022-03-16T16:14:43.055Z] INFO: Retrieving Stack Cost... [2022-03-16T16:14:43.627Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-16T16:14:44.199Z] INFO: Archiving Costs [Pipeline] echo [2022-03-16T16:14:44.214Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-16T16:14:44.504Z] ---> logs-deploy.sh [2022-03-16T16:14:44.504Z] lf-activate-venv: SKIPPING [2022-03-16T16:14:44.504Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/55 [2022-03-16T16:14:44.504Z] INFO: archiving workspace using pattern(s): [2022-03-16T16:14:45.444Z] Archives upload complete. [2022-03-16T16:14:45.444Z] INFO: archiving logs to Nexus