Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 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-ssh5847297960792220692.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-ssh17955747473095035198.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-ssh5258452664632900093.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-ssh3685406078066268782.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-ssh12866887908774828927.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-8423 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 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 (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 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#389)" > git rev-list --no-walk f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-21T16:55:28.522Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-21T16:55:28.569Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-21T16:55:28.583Z] ========================================================= [2022-03-21T16:55:28.583Z] EdgeX Global Pipelines Version Info [2022-03-21T16:55:28.583Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-21T16:55:29.369Z] ------------------- [2022-03-21T16:55:29.369Z] stable info: [2022-03-21T16:55:29.369Z] ------------------- [2022-03-21T16:55:29.369Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-21T16:55:29.369Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-21T16:55:29.369Z] Message: update stable to v1.0.221 [2022-03-21T16:55:29.945Z] ------------------- [2022-03-21T16:55:29.945Z] experimental info: [2022-03-21T16:55:29.945Z] ------------------- [2022-03-21T16:55:29.945Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-21T16:55:29.945Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-21T16:55:29.945Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-21T16:55:30.057Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-03-21T16:55:30.066Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-03-21T16:55:30.075Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-21T16:55:30.084Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-21T16:55:30.094Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-21T16:55:30.103Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-21T16:55:30.112Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-21T16:55:30.121Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-03-21T16:55:30.131Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-21T16:55:30.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-21T16:55:30.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-21T16:55:30.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-03-21T16:55:30.201Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-21T16:55:30.211Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-21T16:55:30.223Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-21T16:55:30.235Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-21T16:55:30.249Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-03-21T16:55:30.260Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-03-21T16:55:30.272Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-21T16:55:30.284Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-21T16:55:30.299Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-03-21T16:55:30.315Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-03-21T16:55:30.329Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-03-21T16:55:30.343Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-03-21T16:55:30.358Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-03-21T16:55:30.373Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-21T16:55:30.386Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-03-21T16:55:30.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-03-21T16:55:30.413Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-03-21T16:55:30.429Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] echo [2022-03-21T16:55:30.446Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92fb1b1 [Pipeline] echo [2022-03-21T16:55:30.469Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-21T16:55:30.514Z] provisioning config files... [2022-03-21T16:55:30.529Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3952367999587393615tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-21T16:55:30.839Z] ---> docker-login.sh [2022-03-21T16:55:30.839Z] nexus3.edgexfoundry.org:10001 [2022-03-21T16:55:31.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:31.102Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:31.102Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:31.102Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:31.102Z] [2022-03-21T16:55:31.102Z] Login Succeeded [2022-03-21T16:55:31.102Z] nexus3.edgexfoundry.org:10002 [2022-03-21T16:55:31.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:31.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:31.365Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:31.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:31.365Z] [2022-03-21T16:55:31.365Z] Login Succeeded [2022-03-21T16:55:31.365Z] nexus3.edgexfoundry.org:10003 [2022-03-21T16:55:31.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:31.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:31.635Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:31.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:31.635Z] [2022-03-21T16:55:31.635Z] Login Succeeded [2022-03-21T16:55:31.635Z] nexus3.edgexfoundry.org:10004 [2022-03-21T16:55:31.635Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:31.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:31.635Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:31.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:31.635Z] [2022-03-21T16:55:31.635Z] Login Succeeded [2022-03-21T16:55:31.635Z] docker.io [2022-03-21T16:55:31.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:32.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:32.160Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:32.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:32.160Z] [2022-03-21T16:55:32.160Z] Login Succeeded [2022-03-21T16:55:32.160Z] ---> docker-login.sh ends [Pipeline] } [2022-03-21T16:55:32.170Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-21T16:55:32.539Z] + git rev-list -1 --merges 92fb1b13d260eb9383d909cf158b9f7c84f7ba93~1..92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] echo [2022-03-21T16:55:32.662Z] -----------> git rev-list -1 --merges 92fb1b13d260eb9383d909cf158b9f7c84f7ba93~1..92fb1b13d260eb9383d909cf158b9f7c84f7ba93 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [false] [Pipeline] sh [2022-03-21T16:55:32.953Z] + git log --format=format:%s -1 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] echo [2022-03-21T16:55:32.970Z] ========================================================= [2022-03-21T16:55:32.970Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-21T16:55:32.970Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-21T16:55:33.307Z] + git log --format=format:%s -1 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] echo [2022-03-21T16:55:33.322Z] [semverPrep] GIT_COMMIT: 92fb1b13d260eb9383d909cf158b9f7c84f7ba93, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#389) [Pipeline] echo [2022-03-21T16:55:33.332Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-03-21T16:55:33.767Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-21T16:55:33.767Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-21T16:55:33.767Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-21T16:55:33.767Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-21T16:55:33.767Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-21T16:55:33.767Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-21T16:55:33.767Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:55:34.189Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-21T16:55:34.189Z] [2022-03-21T16:55:34.189Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:55:34.499Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-21T16:55:34.499Z] latest: Pulling from edgex-devops/git-semver [2022-03-21T16:55:34.499Z] a0d0a0d46f8b: Pulling fs layer [2022-03-21T16:55:34.499Z] 3e5f54012d9b: Pulling fs layer [2022-03-21T16:55:34.499Z] 4c7163046ea9: Pulling fs layer [2022-03-21T16:55:34.499Z] 0c2d73faf560: Pulling fs layer [2022-03-21T16:55:34.499Z] 0c2d73faf560: Waiting [2022-03-21T16:55:34.499Z] 3e5f54012d9b: Verifying Checksum [2022-03-21T16:55:34.499Z] 3e5f54012d9b: Download complete [2022-03-21T16:55:34.499Z] a0d0a0d46f8b: Download complete [2022-03-21T16:55:34.499Z] 0c2d73faf560: Verifying Checksum [2022-03-21T16:55:34.499Z] 0c2d73faf560: Download complete [2022-03-21T16:55:34.499Z] 4c7163046ea9: Verifying Checksum [2022-03-21T16:55:34.499Z] 4c7163046ea9: Download complete [2022-03-21T16:55:34.761Z] a0d0a0d46f8b: Pull complete [2022-03-21T16:55:34.761Z] 3e5f54012d9b: Pull complete [2022-03-21T16:55:35.332Z] 4c7163046ea9: Pull complete [2022-03-21T16:55:35.332Z] 0c2d73faf560: Pull complete [2022-03-21T16:55:35.332Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-21T16:55:35.332Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-21T16:55:35.332Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-21T16:55:35.414Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T16:55:35.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-21T16:55:36.169Z] $ docker top 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-21T16:55:36.269Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-21T16:55:36.270Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-21T16:55:36.407Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-21T16:55:36.413Z] $ docker exec 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 ssh-agent [2022-03-21T16:55:36.533Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXgaCjiL/agent.14 [2022-03-21T16:55:36.533Z] SSH_AGENT_PID=20 [2022-03-21T16:55:36.542Z] Running ssh-add (command line suppressed) [2022-03-21T16:55:36.659Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2331915955511713975.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2331915955511713975.key) [2022-03-21T16:55:36.672Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-21T16:55:36.966Z] + git tag --points-at HEAD [Pipeline] } [2022-03-21T16:55:36.983Z] $ docker exec --env ******** --env ******** 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 ssh-agent -k [2022-03-21T16:55:37.094Z] unset SSH_AUTH_SOCK; [2022-03-21T16:55:37.094Z] unset SSH_AGENT_PID; [2022-03-21T16:55:37.094Z] echo Agent pid 20 killed; [2022-03-21T16:55:37.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-21T16:55:37.131Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-21T16:55:37.131Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-21T16:55:37.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-21T16:55:37.268Z] $ docker exec 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 ssh-agent [2022-03-21T16:55:37.395Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXplMjlg/agent.55 [2022-03-21T16:55:37.395Z] SSH_AGENT_PID=61 [2022-03-21T16:55:37.402Z] Running ssh-add (command line suppressed) [2022-03-21T16:55:37.516Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8267603469065301128.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8267603469065301128.key) [2022-03-21T16:55:37.528Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-21T16:55:37.818Z] + git semver init [2022-03-21T16:55:37.818Z] # -> Open(): unable to determine branch for HEAD [2022-03-21T16:55:37.818Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-21T16:55:37.818Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-21T16:55:37.818Z] # $SEMVER_REMOTE_NAME = origin [2022-03-21T16:55:37.818Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-21T16:55:37.818Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-21T16:55:37.818Z] # $SEMVER_BRANCH = main [2022-03-21T16:55:37.818Z] # $SEMVER_TEMP = /tmp/semver-485313953 [2022-03-21T16:55:37.818Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2022-03-21T16:55:38.758Z] # '/tmp/semver-485313953' -> '/w/workspace/ry_app-service-configurable_main/.semver' [2022-03-21T16:55:38.758Z] # -> Force: false [2022-03-21T16:55:38.758Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-03-21T16:55:38.772Z] $ docker exec --env ******** --env ******** 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 ssh-agent -k [2022-03-21T16:55:38.889Z] unset SSH_AUTH_SOCK; [2022-03-21T16:55:38.890Z] unset SSH_AGENT_PID; [2022-03-21T16:55:38.890Z] echo Agent pid 61 killed; [2022-03-21T16:55:38.898Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-21T16:55:39.213Z] + git semver [Pipeline] } [2022-03-21T16:55:39.232Z] $ docker stop --time=1 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 [2022-03-21T16:55:40.644Z] $ docker rm -f 659ca2e68d302a59238377968d43787389d55868926528ae6df26db160548199 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-21T16:55:41.002Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-21T16:55:41.278Z] Stashed 1 file(s) [Pipeline] echo [2022-03-21T16:55:41.282Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.21 [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-21T16:55:41.410Z] provisioning config files... [2022-03-21T16:55:41.421Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4769289550291151415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-21T16:55:41.722Z] ---> docker-login.sh [2022-03-21T16:55:41.722Z] nexus3.edgexfoundry.org:10001 [2022-03-21T16:55:41.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:41.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:41.722Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:41.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:41.722Z] [2022-03-21T16:55:41.722Z] Login Succeeded [2022-03-21T16:55:41.722Z] nexus3.edgexfoundry.org:10002 [2022-03-21T16:55:41.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:41.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:41.984Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:41.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:41.984Z] [2022-03-21T16:55:41.984Z] Login Succeeded [2022-03-21T16:55:41.984Z] nexus3.edgexfoundry.org:10003 [2022-03-21T16:55:41.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:41.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:41.984Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:41.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:41.984Z] [2022-03-21T16:55:41.984Z] Login Succeeded [2022-03-21T16:55:41.984Z] nexus3.edgexfoundry.org:10004 [2022-03-21T16:55:42.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:42.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:42.245Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:42.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:42.245Z] [2022-03-21T16:55:42.245Z] Login Succeeded [2022-03-21T16:55:42.245Z] docker.io [2022-03-21T16:55:42.245Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:55:42.507Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:55:42.507Z] Configure a credential helper to remove this warning. See [2022-03-21T16:55:42.507Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:55:42.507Z] [2022-03-21T16:55:42.507Z] Login Succeeded [2022-03-21T16:55:42.507Z] ---> docker-login.sh ends [Pipeline] } [2022-03-21T16:55:42.516Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-21T16:55:42.592Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-21T16:55:42.603Z] ========================================================= [2022-03-21T16:55:42.603Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-21T16:55:42.603Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:55:42.911Z] + 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-21T16:55:42.911Z] Sending build context to Docker daemon 2.977MB [2022-03-21T16:55:42.911Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-03-21T16:55:42.911Z] Step 2/13 : FROM ${BASE} AS builder [2022-03-21T16:55:42.911Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-21T16:55:42.911Z] 59bf1c3509f3: Pulling fs layer [2022-03-21T16:55:42.911Z] 666ba61612fd: Pulling fs layer [2022-03-21T16:55:42.911Z] 8ed8ca486205: Pulling fs layer [2022-03-21T16:55:42.911Z] 4fe6c5a15a65: Pulling fs layer [2022-03-21T16:55:42.911Z] 22a0e8bec74d: Pulling fs layer [2022-03-21T16:55:42.911Z] 640e595b4fbd: Pulling fs layer [2022-03-21T16:55:42.911Z] 763cafe07f6e: Pulling fs layer [2022-03-21T16:55:42.911Z] 0c0b528cf693: Pulling fs layer [2022-03-21T16:55:42.911Z] 10935f4eaf8b: Pulling fs layer [2022-03-21T16:55:42.911Z] 640e595b4fbd: Waiting [2022-03-21T16:55:42.911Z] 763cafe07f6e: Waiting [2022-03-21T16:55:42.911Z] 0c0b528cf693: Waiting [2022-03-21T16:55:42.911Z] 10935f4eaf8b: Waiting [2022-03-21T16:55:42.911Z] 4fe6c5a15a65: Waiting [2022-03-21T16:55:42.911Z] 22a0e8bec74d: Waiting [2022-03-21T16:55:42.911Z] 8ed8ca486205: Download complete [2022-03-21T16:55:42.911Z] 666ba61612fd: Verifying Checksum [2022-03-21T16:55:42.911Z] 666ba61612fd: Download complete [2022-03-21T16:55:42.911Z] 22a0e8bec74d: Download complete [2022-03-21T16:55:43.173Z] 640e595b4fbd: Download complete [2022-03-21T16:55:43.173Z] 59bf1c3509f3: Verifying Checksum [2022-03-21T16:55:43.173Z] 59bf1c3509f3: Download complete [2022-03-21T16:55:43.173Z] 763cafe07f6e: Verifying Checksum [2022-03-21T16:55:43.173Z] 763cafe07f6e: Download complete [2022-03-21T16:55:43.173Z] 0c0b528cf693: Verifying Checksum [2022-03-21T16:55:43.173Z] 0c0b528cf693: Download complete [2022-03-21T16:55:43.173Z] 59bf1c3509f3: Pull complete [2022-03-21T16:55:43.435Z] 666ba61612fd: Pull complete [2022-03-21T16:55:43.435Z] 8ed8ca486205: Pull complete [2022-03-21T16:55:43.696Z] 10935f4eaf8b: Verifying Checksum [2022-03-21T16:55:43.696Z] 10935f4eaf8b: Download complete [2022-03-21T16:55:43.957Z] 4fe6c5a15a65: Verifying Checksum [2022-03-21T16:55:43.957Z] 4fe6c5a15a65: Download complete [2022-03-21T16:55:48.162Z] 4fe6c5a15a65: Pull complete [2022-03-21T16:55:48.162Z] 22a0e8bec74d: Pull complete [2022-03-21T16:55:48.162Z] 640e595b4fbd: Pull complete [2022-03-21T16:55:48.427Z] 763cafe07f6e: Pull complete [2022-03-21T16:55:48.427Z] 0c0b528cf693: Pull complete [2022-03-21T16:55:50.973Z] 10935f4eaf8b: Pull complete [2022-03-21T16:55:50.973Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-21T16:55:50.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-21T16:55:50.973Z] ---> 99d49a6021b9 [2022-03-21T16:55:50.973Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-21T16:55:52.360Z] ---> Running in 29757191fa44 [2022-03-21T16:55:52.360Z] Removing intermediate container 29757191fa44 [2022-03-21T16:55:52.360Z] ---> 52e387b0c63f [2022-03-21T16:55:52.360Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-03-21T16:55:52.621Z] ---> Running in d93ef092fe16 [2022-03-21T16:55:52.621Z] Removing intermediate container d93ef092fe16 [2022-03-21T16:55:52.621Z] ---> 7ab8502d8716 [2022-03-21T16:55:52.621Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-21T16:55:52.621Z] ---> Running in e39a6fe0e86c [2022-03-21T16:55:52.621Z] Removing intermediate container e39a6fe0e86c [2022-03-21T16:55:52.621Z] ---> a02b0e140850 [2022-03-21T16:55:52.621Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-21T16:55:52.882Z] ---> Running in 2139412199c7 [2022-03-21T16:55:53.456Z] Removing intermediate container 2139412199c7 [2022-03-21T16:55:53.456Z] ---> 795aa3d67545 [2022-03-21T16:55:53.456Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-21T16:55:53.456Z] ---> Running in 92f350ed67e5 [2022-03-21T16:55:53.716Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-21T16:55:54.661Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-21T16:55:54.923Z] OK: 221 MiB in 52 packages [2022-03-21T16:55:55.498Z] Removing intermediate container 92f350ed67e5 [2022-03-21T16:55:55.498Z] ---> c7aebe89deac [2022-03-21T16:55:55.498Z] Step 8/13 : WORKDIR /app [2022-03-21T16:55:55.498Z] ---> Running in a495c31cd773 [2022-03-21T16:55:55.498Z] Removing intermediate container a495c31cd773 [2022-03-21T16:55:55.498Z] ---> ab750e839036 [2022-03-21T16:55:55.498Z] Step 9/13 : COPY go.mod vendor* ./ [2022-03-21T16:55:55.760Z] ---> 49cd06cdd0f2 [2022-03-21T16:55:55.760Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-21T16:55:55.760Z] ---> Running in 7b8f1af2320b [2022-03-21T16:55:56.373Z] Still waiting to schedule task [2022-03-21T16:55:56.373Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-03-21T16:56:22.367Z] Removing intermediate container 7b8f1af2320b [2022-03-21T16:56:22.367Z] ---> fcc6453e7624 [2022-03-21T16:56:22.367Z] Step 11/13 : COPY . . [2022-03-21T16:56:22.367Z] ---> e93c570447f4 [2022-03-21T16:56:22.367Z] Step 12/13 : ARG MAKE="make build" [2022-03-21T16:56:22.367Z] ---> Running in 077462ee3c2e [2022-03-21T16:56:22.367Z] Removing intermediate container 077462ee3c2e [2022-03-21T16:56:22.367Z] ---> 69081e7f4361 [2022-03-21T16:56:22.367Z] Step 13/13 : RUN $MAKE [2022-03-21T16:56:22.367Z] ---> Running in dde0dc316ad0 [2022-03-21T16:56:22.367Z] noop [2022-03-21T16:56:22.629Z] Removing intermediate container dde0dc316ad0 [2022-03-21T16:56:22.629Z] ---> 82cd670ad6b9 [2022-03-21T16:56:22.629Z] Successfully built 82cd670ad6b9 [2022-03-21T16:56:22.629Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:56:22.933Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-21T16:56:22.933Z] . [Pipeline] withDockerContainer [2022-03-21T16:56:23.006Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T16:56:23.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-21T16:56:23.436Z] $ docker top a328d14c8948793b7dc43046443f099006c43a935386f9268a91a801c7aa7389 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-21T16:56:23.800Z] + go version [2022-03-21T16:56:23.800Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-21T16:56:23.810Z] $ docker stop --time=1 a328d14c8948793b7dc43046443f099006c43a935386f9268a91a801c7aa7389 [2022-03-21T16:56:25.102Z] $ docker rm -f a328d14c8948793b7dc43046443f099006c43a935386f9268a91a801c7aa7389 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:56:25.547Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-21T16:56:25.548Z] . [Pipeline] withDockerContainer [2022-03-21T16:56:25.620Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T16:56:25.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-21T16:56:26.041Z] $ docker top db6b1d63765b56005fb28a551f9a8db2f3ac90b019373ce90f2f7d2d60a3d1fd -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-21T16:56:26.431Z] + make test [2022-03-21T16:56:26.431Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-03-21T16:56:34.576Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-03-21T16:56:34.576Z] CGO_ENABLED=1 go vet ./... [2022-03-21T16:56:37.201Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-21T16:56:37.201Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-21T16:56:37.201Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-21T16:56:37.217Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-21T16:56:37.231Z] $ docker stop --time=1 db6b1d63765b56005fb28a551f9a8db2f3ac90b019373ce90f2f7d2d60a3d1fd [2022-03-21T16:56:38.855Z] $ docker rm -f db6b1d63765b56005fb28a551f9a8db2f3ac90b019373ce90f2f7d2d60a3d1fd [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-21T16:56:39.256Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-21T16:56:39.303Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-03-21T16:56:40.303Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-21T16:56:40.595Z] + ls -al . [2022-03-21T16:56:40.595Z] total 176 [2022-03-21T16:56:40.595Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 16:56 . [2022-03-21T16:56:40.595Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 16:55 .. [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 21 16:55 .dockerignore [2022-03-21T16:56:40.595Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 16:55 .git [2022-03-21T16:56:40.595Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 16:55 .github [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 104 Mar 21 16:55 .gitignore [2022-03-21T16:56:40.595Z] drwx------ 3 jenkins jenkins 4096 Mar 21 16:55 .semver [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 7627 Mar 21 16:55 Attribution.txt [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 23791 Mar 21 16:55 CHANGELOG.md [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 2087 Mar 21 16:55 Dockerfile [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 21 16:55 GOVERNANCE.md [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 21 16:55 Jenkinsfile [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 21 16:55 LICENSE [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 21 16:55 OWNERS.md [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 3860 Mar 21 16:55 README.md [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 21 16:55 VERSION [2022-03-21T16:56:40.595Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 16:55 bin [2022-03-21T16:56:40.595Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 21 16:56 coverage.out [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 2816 Mar 21 16:55 go.mod [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 50121 Mar 21 16:55 go.sum [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 21 16:55 main.go [2022-03-21T16:56:40.595Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 21 16:55 makefile [2022-03-21T16:56:40.595Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 16:55 res [2022-03-21T16:56:40.595Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 16:55 snap [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:56:40.898Z] + 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=92fb1b13d260eb9383d909cf158b9f7c84f7ba93 --label arch=amd64 --label version=2.2.0-dev.21 . [2022-03-21T16:56:40.898Z] Sending build context to Docker daemon 2.978MB [2022-03-21T16:56:40.898Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-03-21T16:56:40.898Z] Step 2/27 : FROM ${BASE} AS builder [2022-03-21T16:56:40.898Z] ---> 82cd670ad6b9 [2022-03-21T16:56:40.898Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-21T16:56:40.898Z] ---> Running in 7ad95feeb47c [2022-03-21T16:56:41.159Z] Removing intermediate container 7ad95feeb47c [2022-03-21T16:56:41.159Z] ---> 51afc31e43c2 [2022-03-21T16:56:41.159Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-03-21T16:56:41.159Z] ---> Running in 25f8931e14b1 [2022-03-21T16:56:41.159Z] Removing intermediate container 25f8931e14b1 [2022-03-21T16:56:41.159Z] ---> 1f93f3019868 [2022-03-21T16:56:41.159Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-21T16:56:41.159Z] ---> Running in 886404b27462 [2022-03-21T16:56:41.420Z] Removing intermediate container 886404b27462 [2022-03-21T16:56:41.420Z] ---> 75f96e15a08d [2022-03-21T16:56:41.420Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-21T16:56:41.420Z] ---> Running in 1a5677ab332e [2022-03-21T16:56:41.993Z] Removing intermediate container 1a5677ab332e [2022-03-21T16:56:41.993Z] ---> 1ad3f4bba764 [2022-03-21T16:56:41.993Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-21T16:56:41.993Z] ---> Running in 39d06a0921d0 [2022-03-21T16:56:42.255Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-21T16:56:43.198Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-21T16:56:43.460Z] OK: 221 MiB in 52 packages [2022-03-21T16:56:44.033Z] Removing intermediate container 39d06a0921d0 [2022-03-21T16:56:44.033Z] ---> 6ed1aa7278cc [2022-03-21T16:56:44.033Z] Step 8/27 : WORKDIR /app [2022-03-21T16:56:44.033Z] ---> Running in 3590665c3bca [2022-03-21T16:56:44.033Z] Removing intermediate container 3590665c3bca [2022-03-21T16:56:44.033Z] ---> 40062bc3f032 [2022-03-21T16:56:44.033Z] Step 9/27 : COPY go.mod vendor* ./ [2022-03-21T16:56:44.294Z] ---> 3f7f54f2cb74 [2022-03-21T16:56:44.294Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-21T16:56:44.294Z] ---> Running in d2cfec09de60 [2022-03-21T16:56:44.865Z] Removing intermediate container d2cfec09de60 [2022-03-21T16:56:44.865Z] ---> f39736d8e0d9 [2022-03-21T16:56:44.865Z] Step 11/27 : COPY . . [2022-03-21T16:56:45.126Z] ---> 987b9466f4b9 [2022-03-21T16:56:45.126Z] Step 12/27 : ARG MAKE="make build" [2022-03-21T16:56:45.385Z] ---> Running in acc3526bafa9 [2022-03-21T16:56:45.385Z] Removing intermediate container acc3526bafa9 [2022-03-21T16:56:45.385Z] ---> 9132c29ef5a3 [2022-03-21T16:56:45.385Z] Step 13/27 : RUN $MAKE [2022-03-21T16:56:45.385Z] ---> Running in 219b97a3e854 [2022-03-21T16:56:45.645Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.21" -o app-service-configurable [2022-03-21T16:56:53.774Z] Removing intermediate container 219b97a3e854 [2022-03-21T16:56:53.774Z] ---> a268f222d76b [2022-03-21T16:56:53.774Z] Step 14/27 : FROM alpine:3.14 [2022-03-21T16:56:54.345Z] 3.14: Pulling from library/alpine [2022-03-21T16:56:54.345Z] 36ccefbf3d8a: Pulling fs layer [2022-03-21T16:56:54.631Z] 36ccefbf3d8a: Verifying Checksum [2022-03-21T16:56:54.631Z] 36ccefbf3d8a: Download complete [2022-03-21T16:56:54.631Z] 36ccefbf3d8a: Pull complete [2022-03-21T16:56:54.631Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-21T16:56:54.631Z] Status: Downloaded newer image for alpine:3.14 [2022-03-21T16:56:54.631Z] ---> a33ac4f1069a [2022-03-21T16:56:54.631Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-21T16:56:54.891Z] ---> Running in 2202ae2dc014 [2022-03-21T16:56:54.891Z] Removing intermediate container 2202ae2dc014 [2022-03-21T16:56:54.891Z] ---> 3875d567c236 [2022-03-21T16:56:54.891Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-03-21T16:56:54.891Z] ---> Running in fed03642ee11 [2022-03-21T16:56:55.151Z] Removing intermediate container fed03642ee11 [2022-03-21T16:56:55.151Z] ---> 67bc0db6aa0b [2022-03-21T16:56:55.151Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-03-21T16:56:55.151Z] ---> Running in a24388f86d5f [2022-03-21T16:56:55.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-21T16:56:55.412Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-21T16:56:55.672Z] (1/7) Installing ca-certificates (20211220-r0) [2022-03-21T16:56:55.672Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-03-21T16:56:55.672Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-03-21T16:56:55.672Z] (4/7) Installing libsodium (1.0.18-r0) [2022-03-21T16:56:55.672Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-21T16:56:55.672Z] (6/7) Installing libzmq (4.3.4-r0) [2022-03-21T16:56:55.672Z] (7/7) Installing zeromq (4.3.4-r0) [2022-03-21T16:56:55.672Z] Executing busybox-1.33.1-r6.trigger [2022-03-21T16:56:55.672Z] Executing ca-certificates-20211220-r0.trigger [2022-03-21T16:56:55.968Z] OK: 9 MiB in 21 packages [2022-03-21T16:56:56.231Z] Removing intermediate container a24388f86d5f [2022-03-21T16:56:56.231Z] ---> ed5965238e14 [2022-03-21T16:56:56.231Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-03-21T16:56:56.497Z] ---> a9786229c6d9 [2022-03-21T16:56:56.497Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-03-21T16:56:56.759Z] ---> a0fee59f8a9d [2022-03-21T16:56:56.759Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-03-21T16:56:56.759Z] ---> 0b2529b8ee8d [2022-03-21T16:56:56.759Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-03-21T16:56:57.332Z] ---> 224da652f405 [2022-03-21T16:56:57.332Z] Step 22/27 : EXPOSE 48095 [2022-03-21T16:56:57.332Z] ---> Running in fc5f5fc62214 [2022-03-21T16:56:57.332Z] Removing intermediate container fc5f5fc62214 [2022-03-21T16:56:57.332Z] ---> 741426df40bd [2022-03-21T16:56:57.332Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-03-21T16:56:57.332Z] ---> Running in f48890117d71 [2022-03-21T16:56:57.592Z] Removing intermediate container f48890117d71 [2022-03-21T16:56:57.593Z] ---> 6b25d9a674fa [2022-03-21T16:56:57.593Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-21T16:56:57.593Z] ---> Running in 993dfae7e8c2 [2022-03-21T16:56:57.593Z] Removing intermediate container 993dfae7e8c2 [2022-03-21T16:56:57.593Z] ---> 3096082041a2 [2022-03-21T16:56:57.593Z] Step 25/27 : LABEL arch=amd64 [2022-03-21T16:56:57.593Z] ---> Running in 64cb29043a01 [2022-03-21T16:56:57.853Z] Removing intermediate container 64cb29043a01 [2022-03-21T16:56:57.853Z] ---> ada8bbfc6f24 [2022-03-21T16:56:57.853Z] Step 26/27 : LABEL git_sha=92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [2022-03-21T16:56:57.853Z] ---> Running in 1b217b5a6718 [2022-03-21T16:56:57.853Z] Removing intermediate container 1b217b5a6718 [2022-03-21T16:56:57.854Z] ---> 7d006dffb214 [2022-03-21T16:56:57.854Z] Step 27/27 : LABEL version=2.2.0-dev.21 [2022-03-21T16:56:58.114Z] ---> Running in 215ed10ab34f [2022-03-21T16:56:58.114Z] Removing intermediate container 215ed10ab34f [2022-03-21T16:56:58.114Z] ---> b9cf76c94589 [2022-03-21T16:56:58.114Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-21T16:56:58.114Z] Successfully built b9cf76c94589 [2022-03-21T16:56:58.114Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-21T16:56:58.211Z] provisioning config files... [2022-03-21T16:56:58.220Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config476612927953443846tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-21T16:56:58.520Z] ---> docker-login.sh [2022-03-21T16:56:58.520Z] nexus3.edgexfoundry.org:10001 [2022-03-21T16:56:58.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:56:58.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:56:58.520Z] Configure a credential helper to remove this warning. See [2022-03-21T16:56:58.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:56:58.520Z] [2022-03-21T16:56:58.520Z] Login Succeeded [2022-03-21T16:56:58.520Z] nexus3.edgexfoundry.org:10002 [2022-03-21T16:56:58.520Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:56:58.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:56:58.782Z] Configure a credential helper to remove this warning. See [2022-03-21T16:56:58.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:56:58.782Z] [2022-03-21T16:56:58.782Z] Login Succeeded [2022-03-21T16:56:58.782Z] nexus3.edgexfoundry.org:10003 [2022-03-21T16:56:58.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:56:58.782Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:56:58.782Z] Configure a credential helper to remove this warning. See [2022-03-21T16:56:58.782Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:56:58.782Z] [2022-03-21T16:56:58.782Z] Login Succeeded [2022-03-21T16:56:58.782Z] nexus3.edgexfoundry.org:10004 [2022-03-21T16:56:58.782Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:56:59.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:56:59.042Z] Configure a credential helper to remove this warning. See [2022-03-21T16:56:59.042Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:56:59.042Z] [2022-03-21T16:56:59.042Z] Login Succeeded [2022-03-21T16:56:59.042Z] docker.io [2022-03-21T16:56:59.042Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:56:59.302Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:56:59.302Z] Configure a credential helper to remove this warning. See [2022-03-21T16:56:59.302Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:56:59.302Z] [2022-03-21T16:56:59.302Z] Login Succeeded [2022-03-21T16:56:59.302Z] ---> docker-login.sh ends [Pipeline] } [2022-03-21T16:56:59.310Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-21T16:56:59.346Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-21T16:56:59.367Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-03-21T16:56:59.367Z] 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [2022-03-21T16:56:59.367Z] latest [2022-03-21T16:56:59.367Z] 2.2.0-dev.21 [2022-03-21T16:56:59.367Z] 92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [2022-03-21T16:56:59.367Z] main [2022-03-21T16:56:59.367Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:56:59.696Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:56:59.990Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [2022-03-21T16:56:59.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-21T16:56:59.990Z] 4aa326cc2833: Preparing [2022-03-21T16:56:59.990Z] d16a0e078be6: Preparing [2022-03-21T16:56:59.990Z] 31f0be7e75ec: Preparing [2022-03-21T16:56:59.990Z] 3a6997aea130: Preparing [2022-03-21T16:56:59.990Z] 146674e0b1dd: Preparing [2022-03-21T16:56:59.990Z] 2e38978dfe40: Preparing [2022-03-21T16:56:59.990Z] 3a6997aea130: Pushed [2022-03-21T16:56:59.990Z] 31f0be7e75ec: Pushed [2022-03-21T16:56:59.990Z] d16a0e078be6: Pushed [2022-03-21T16:56:59.990Z] 2e38978dfe40: Layer already exists [2022-03-21T16:57:00.251Z] 146674e0b1dd: Pushed [2022-03-21T16:57:02.167Z] 4aa326cc2833: Pushed [2022-03-21T16:57:02.167Z] 92fb1b13d260eb9383d909cf158b9f7c84f7ba93: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:02.468Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:02.761Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-03-21T16:57:02.761Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-21T16:57:02.761Z] 4aa326cc2833: Preparing [2022-03-21T16:57:02.761Z] d16a0e078be6: Preparing [2022-03-21T16:57:02.761Z] 31f0be7e75ec: Preparing [2022-03-21T16:57:02.761Z] 3a6997aea130: Preparing [2022-03-21T16:57:02.761Z] 146674e0b1dd: Preparing [2022-03-21T16:57:02.761Z] 2e38978dfe40: Preparing [2022-03-21T16:57:02.761Z] 2e38978dfe40: Waiting [2022-03-21T16:57:02.761Z] d16a0e078be6: Layer already exists [2022-03-21T16:57:02.761Z] 31f0be7e75ec: Layer already exists [2022-03-21T16:57:02.761Z] 146674e0b1dd: Layer already exists [2022-03-21T16:57:02.761Z] 4aa326cc2833: Layer already exists [2022-03-21T16:57:02.761Z] 3a6997aea130: Layer already exists [2022-03-21T16:57:02.761Z] 2e38978dfe40: Layer already exists [2022-03-21T16:57:02.761Z] latest: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:03.055Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:03.351Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.21 [2022-03-21T16:57:03.352Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-21T16:57:03.352Z] 4aa326cc2833: Preparing [2022-03-21T16:57:03.352Z] d16a0e078be6: Preparing [2022-03-21T16:57:03.352Z] 31f0be7e75ec: Preparing [2022-03-21T16:57:03.352Z] 3a6997aea130: Preparing [2022-03-21T16:57:03.352Z] 146674e0b1dd: Preparing [2022-03-21T16:57:03.352Z] 2e38978dfe40: Preparing [2022-03-21T16:57:03.352Z] 2e38978dfe40: Waiting [2022-03-21T16:57:03.352Z] d16a0e078be6: Layer already exists [2022-03-21T16:57:03.352Z] 31f0be7e75ec: Layer already exists [2022-03-21T16:57:03.352Z] 4aa326cc2833: Layer already exists [2022-03-21T16:57:03.352Z] 146674e0b1dd: Layer already exists [2022-03-21T16:57:03.352Z] 3a6997aea130: Layer already exists [2022-03-21T16:57:03.352Z] 2e38978dfe40: Layer already exists [2022-03-21T16:57:03.352Z] 2.2.0-dev.21: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:03.655Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:03.952Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [2022-03-21T16:57:03.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-21T16:57:03.952Z] 4aa326cc2833: Preparing [2022-03-21T16:57:03.952Z] d16a0e078be6: Preparing [2022-03-21T16:57:03.952Z] 31f0be7e75ec: Preparing [2022-03-21T16:57:03.952Z] 3a6997aea130: Preparing [2022-03-21T16:57:03.952Z] 146674e0b1dd: Preparing [2022-03-21T16:57:03.952Z] 2e38978dfe40: Preparing [2022-03-21T16:57:03.952Z] 2e38978dfe40: Waiting [2022-03-21T16:57:03.952Z] 31f0be7e75ec: Layer already exists [2022-03-21T16:57:03.952Z] 3a6997aea130: Layer already exists [2022-03-21T16:57:03.952Z] d16a0e078be6: Layer already exists [2022-03-21T16:57:03.952Z] 4aa326cc2833: Layer already exists [2022-03-21T16:57:03.952Z] 146674e0b1dd: Layer already exists [2022-03-21T16:57:03.952Z] 2e38978dfe40: Layer already exists [2022-03-21T16:57:03.952Z] 92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:04.252Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:04.549Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-03-21T16:57:04.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-21T16:57:04.550Z] 4aa326cc2833: Preparing [2022-03-21T16:57:04.550Z] d16a0e078be6: Preparing [2022-03-21T16:57:04.550Z] 31f0be7e75ec: Preparing [2022-03-21T16:57:04.550Z] 3a6997aea130: Preparing [2022-03-21T16:57:04.550Z] 146674e0b1dd: Preparing [2022-03-21T16:57:04.550Z] 2e38978dfe40: Preparing [2022-03-21T16:57:04.550Z] 2e38978dfe40: Waiting [2022-03-21T16:57:04.550Z] 31f0be7e75ec: Layer already exists [2022-03-21T16:57:04.550Z] d16a0e078be6: Layer already exists [2022-03-21T16:57:04.550Z] 4aa326cc2833: Layer already exists [2022-03-21T16:57:04.550Z] 3a6997aea130: Layer already exists [2022-03-21T16:57:04.550Z] 146674e0b1dd: Layer already exists [2022-03-21T16:57:04.550Z] 2e38978dfe40: Layer already exists [2022-03-21T16:57:04.550Z] main: digest: sha256:7bd43d60f95b7e30ae5d57794f2da6d693d8a7c59e7600b4ae51e63ef0bd47de size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-21T16:57:04.593Z] ===================================================== [Pipeline] echo [2022-03-21T16:57:04.604Z] taggedImages: [2022-03-21T16:57:04.604Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [2022-03-21T16:57:04.604Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-03-21T16:57:04.604Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.21 [2022-03-21T16:57:04.604Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [2022-03-21T16:57:04.604Z] - 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-21T16:57:04.992Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-21T16:57:04.992Z] [2022-03-21T16:57:04.992Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:57:05.289Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-21T16:57:05.289Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-21T16:57:05.289Z] 5eb5b503b376: Pulling fs layer [2022-03-21T16:57:05.289Z] 5c69ac0246d0: Pulling fs layer [2022-03-21T16:57:05.289Z] ec43610c2a17: Pulling fs layer [2022-03-21T16:57:05.289Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-21T16:57:05.289Z] 33b1e0a273af: Pulling fs layer [2022-03-21T16:57:05.289Z] 5d3b04190fa2: Pulling fs layer [2022-03-21T16:57:05.289Z] 2f39f015ded8: Pulling fs layer [2022-03-21T16:57:05.289Z] 3a2ae6a8a46f: Waiting [2022-03-21T16:57:05.289Z] 33b1e0a273af: Waiting [2022-03-21T16:57:05.289Z] 5d3b04190fa2: Waiting [2022-03-21T16:57:05.289Z] 2f39f015ded8: Waiting [2022-03-21T16:57:05.289Z] 5c69ac0246d0: Verifying Checksum [2022-03-21T16:57:05.289Z] 5c69ac0246d0: Download complete [2022-03-21T16:57:05.289Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-21T16:57:05.289Z] 3a2ae6a8a46f: Download complete [2022-03-21T16:57:05.289Z] 33b1e0a273af: Verifying Checksum [2022-03-21T16:57:05.289Z] 33b1e0a273af: Download complete [2022-03-21T16:57:05.289Z] 5d3b04190fa2: Download complete [2022-03-21T16:57:05.289Z] ec43610c2a17: Download complete [2022-03-21T16:57:05.547Z] 5eb5b503b376: Verifying Checksum [2022-03-21T16:57:05.548Z] 5eb5b503b376: Download complete [2022-03-21T16:57:06.117Z] 2f39f015ded8: Download complete [2022-03-21T16:57:07.057Z] 5eb5b503b376: Pull complete [2022-03-21T16:57:07.057Z] 5c69ac0246d0: Pull complete [2022-03-21T16:57:07.629Z] ec43610c2a17: Pull complete [2022-03-21T16:57:07.629Z] 3a2ae6a8a46f: Pull complete [2022-03-21T16:57:07.888Z] 33b1e0a273af: Pull complete [2022-03-21T16:57:07.888Z] 5d3b04190fa2: Pull complete [2022-03-21T16:57:13.167Z] 2f39f015ded8: Pull complete [2022-03-21T16:57:13.167Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-21T16:57:13.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-21T16:57:13.167Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-21T16:57:13.236Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T16:57:13.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-21T16:57:15.006Z] $ docker top 8a490030f51e8dceb0b2783a8680e30b728b2ec8c996a0273bb765855ed30aa0 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-21T16:57:15.444Z] ---> job-cost.sh [2022-03-21T16:57:15.445Z] lf-activate-venv: SKIPPING [2022-03-21T16:57:15.445Z] INFO: No Stack... [2022-03-21T16:57:16.016Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-21T16:57:16.279Z] INFO: Archiving Costs [Pipeline] sh [2022-03-21T16:57:16.575Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-03-21T16:57:16.575Z] + cut -d, -f6 [Pipeline] lock [2022-03-21T16:57:16.593Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [2022-03-21T16:57:16.599Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] did not exist. Created. [2022-03-21T16:57:16.599Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-21T16:57:16.907Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-03-21T16:57:16.932Z] Stashed 1 file(s) [Pipeline] } [2022-03-21T16:57:16.939Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-21T16:57:16.960Z] $ docker stop --time=1 8a490030f51e8dceb0b2783a8680e30b728b2ec8c996a0273bb765855ed30aa0 [2022-03-21T16:57:18.183Z] $ docker rm -f 8a490030f51e8dceb0b2783a8680e30b728b2ec8c996a0273bb765855ed30aa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-21T16:57:27.324Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8424 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-03-21T16:57:27.338Z] Running in /w/workspace/app-service-configurable/57 [Pipeline] { [Pipeline] checkout [2022-03-21T16:57:27.581Z] Selected Git installation does not exist. Using Default [2022-03-21T16:57:27.581Z] The recommended git tool is: NONE [2022-03-21T16:57:34.308Z] using credential edgex-jenkins-ssh [2022-03-21T16:57:34.325Z] Cloning the remote Git repository [2022-03-21T16:57:34.393Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-03-21T16:57:34.484Z] > git init /w/workspace/app-service-configurable/57 # timeout=10 [2022-03-21T16:57:34.586Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-03-21T16:57:34.587Z] > git --version # timeout=10 [2022-03-21T16:57:34.603Z] > git --version # 'git version 2.25.1' [2022-03-21T16:57:34.605Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-21T16:57:34.686Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-21T16:57:36.097Z] Avoid second fetch [2022-03-21T16:57:36.097Z] Checking out Revision 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 (main) [2022-03-21T16:57:36.044Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-03-21T16:57:36.076Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-21T16:57:36.127Z] > git config core.sparsecheckout # timeout=10 [2022-03-21T16:57:36.168Z] > git checkout -f 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 # timeout=10 [2022-03-21T16:57:40.875Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#389)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-21T16:57:41.905Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-21T16:57:41.905Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-21T16:57:41.905Z] Dload Upload Total Spent Left Speed [2022-03-21T16:57:41.905Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 46996 0 --:--:-- --:--:-- --:--:-- 47183 [Pipeline] sh [2022-03-21T16:57:42.498Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-21T16:57:42.843Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-21T16:57:42.843Z] + sudo tee /etc/docker/daemon.new [2022-03-21T16:57:42.843Z] { [2022-03-21T16:57:42.843Z] "registry-mirrors": [ [2022-03-21T16:57:42.843Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-21T16:57:42.843Z] ], [2022-03-21T16:57:42.843Z] "bip": "10.250.0.254/24", [2022-03-21T16:57:42.843Z] "hosts": [ [2022-03-21T16:57:42.843Z] "tcp://0.0.0.0:5555", [2022-03-21T16:57:42.843Z] "unix:///var/run/docker.sock" [2022-03-21T16:57:42.843Z] ], [2022-03-21T16:57:42.843Z] "mtu": 1458, [2022-03-21T16:57:42.843Z] "selinux-enabled": true, [2022-03-21T16:57:42.843Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-21T16:57:42.843Z] } [Pipeline] sh [2022-03-21T16:57:43.199Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-21T16:57:43.546Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-21T16:58:01.898Z] provisioning config files... [2022-03-21T16:58:01.925Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/57@tmp/config5480212339048384415tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-21T16:58:02.294Z] ---> docker-login.sh [2022-03-21T16:58:02.294Z] nexus3.edgexfoundry.org:10001 [2022-03-21T16:58:02.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:58:03.173Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:58:03.173Z] Configure a credential helper to remove this warning. See [2022-03-21T16:58:03.173Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:58:03.173Z] [2022-03-21T16:58:03.173Z] Login Succeeded [2022-03-21T16:58:03.173Z] nexus3.edgexfoundry.org:10002 [2022-03-21T16:58:03.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:58:03.450Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:58:03.450Z] Configure a credential helper to remove this warning. See [2022-03-21T16:58:03.450Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:58:03.450Z] [2022-03-21T16:58:03.450Z] Login Succeeded [2022-03-21T16:58:03.726Z] nexus3.edgexfoundry.org:10003 [2022-03-21T16:58:04.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:58:04.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:58:04.014Z] Configure a credential helper to remove this warning. See [2022-03-21T16:58:04.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:58:04.014Z] [2022-03-21T16:58:04.014Z] Login Succeeded [2022-03-21T16:58:04.014Z] nexus3.edgexfoundry.org:10004 [2022-03-21T16:58:04.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:58:04.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:58:04.570Z] Configure a credential helper to remove this warning. See [2022-03-21T16:58:04.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:58:04.570Z] [2022-03-21T16:58:04.570Z] Login Succeeded [2022-03-21T16:58:04.570Z] docker.io [2022-03-21T16:58:04.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T16:58:05.440Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T16:58:05.440Z] Configure a credential helper to remove this warning. See [2022-03-21T16:58:05.440Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T16:58:05.440Z] [2022-03-21T16:58:05.440Z] Login Succeeded [2022-03-21T16:58:05.440Z] ---> docker-login.sh ends [Pipeline] } [2022-03-21T16:58:05.459Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-21T16:58:06.081Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-21T16:58:06.097Z] ========================================================= [2022-03-21T16:58:06.097Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-21T16:58:06.097Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:58:06.464Z] + 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-21T16:58:06.464Z] Sending build context to Docker daemon 207.9kB [2022-03-21T16:58:06.742Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-03-21T16:58:06.742Z] Step 2/13 : FROM ${BASE} AS builder [2022-03-21T16:58:07.019Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-21T16:58:07.020Z] 9b3977197b4f: Pulling fs layer [2022-03-21T16:58:07.020Z] 1a89e8eeedd5: Pulling fs layer [2022-03-21T16:58:07.020Z] 94645a83ff95: Pulling fs layer [2022-03-21T16:58:07.020Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-21T16:58:07.020Z] 0c92f367c5e7: Pulling fs layer [2022-03-21T16:58:07.020Z] f7c0051592d6: Pulling fs layer [2022-03-21T16:58:07.020Z] a227ed2f7395: Pulling fs layer [2022-03-21T16:58:07.020Z] 7b1c46037f91: Pulling fs layer [2022-03-21T16:58:07.020Z] 3f3a8bcf1eab: Waiting [2022-03-21T16:58:07.020Z] 0c92f367c5e7: Waiting [2022-03-21T16:58:07.020Z] f7c0051592d6: Waiting [2022-03-21T16:58:07.020Z] a227ed2f7395: Waiting [2022-03-21T16:58:07.020Z] 7b1c46037f91: Waiting [2022-03-21T16:58:07.020Z] 94645a83ff95: Verifying Checksum [2022-03-21T16:58:07.020Z] 94645a83ff95: Download complete [2022-03-21T16:58:07.020Z] 1a89e8eeedd5: Verifying Checksum [2022-03-21T16:58:07.020Z] 1a89e8eeedd5: Download complete [2022-03-21T16:58:07.020Z] 0c92f367c5e7: Verifying Checksum [2022-03-21T16:58:07.020Z] 0c92f367c5e7: Download complete [2022-03-21T16:58:07.020Z] f7c0051592d6: Verifying Checksum [2022-03-21T16:58:07.020Z] f7c0051592d6: Download complete [2022-03-21T16:58:07.020Z] 9b3977197b4f: Download complete [2022-03-21T16:58:07.020Z] a227ed2f7395: Verifying Checksum [2022-03-21T16:58:07.020Z] a227ed2f7395: Download complete [2022-03-21T16:58:07.634Z] 9b3977197b4f: Pull complete [2022-03-21T16:58:08.246Z] 1a89e8eeedd5: Pull complete [2022-03-21T16:58:08.522Z] 94645a83ff95: Pull complete [2022-03-21T16:58:09.125Z] 7b1c46037f91: Verifying Checksum [2022-03-21T16:58:09.125Z] 7b1c46037f91: Download complete [2022-03-21T16:58:09.725Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-21T16:58:09.725Z] 3f3a8bcf1eab: Download complete [2022-03-21T16:58:22.142Z] 3f3a8bcf1eab: Pull complete [2022-03-21T16:58:22.142Z] 0c92f367c5e7: Pull complete [2022-03-21T16:58:22.142Z] f7c0051592d6: Pull complete [2022-03-21T16:58:22.417Z] a227ed2f7395: Pull complete [2022-03-21T16:58:29.169Z] 7b1c46037f91: Pull complete [2022-03-21T16:58:29.169Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-21T16:58:29.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-21T16:58:29.170Z] ---> f79e39bc4007 [2022-03-21T16:58:29.170Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-21T16:58:30.152Z] ---> Running in fb7c7c0ff8bc [2022-03-21T16:58:30.428Z] Removing intermediate container fb7c7c0ff8bc [2022-03-21T16:58:30.428Z] ---> 962bb54f0703 [2022-03-21T16:58:30.428Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-03-21T16:58:30.428Z] ---> Running in 7331c96baede [2022-03-21T16:58:30.712Z] Removing intermediate container 7331c96baede [2022-03-21T16:58:30.712Z] ---> 4644acf6793a [2022-03-21T16:58:30.712Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-21T16:58:30.712Z] ---> Running in 897280c58b73 [2022-03-21T16:58:31.318Z] Removing intermediate container 897280c58b73 [2022-03-21T16:58:31.318Z] ---> f1037164283d [2022-03-21T16:58:31.318Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-21T16:58:31.318Z] ---> Running in 9b254fe9fb4e [2022-03-21T16:58:33.308Z] Removing intermediate container 9b254fe9fb4e [2022-03-21T16:58:33.308Z] ---> cbb7f573f60a [2022-03-21T16:58:33.308Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-21T16:58:33.308Z] ---> Running in 98d324634371 [2022-03-21T16:58:33.905Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-21T16:58:34.883Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-21T16:58:35.864Z] OK: 220 MiB in 52 packages [2022-03-21T16:58:36.466Z] Removing intermediate container 98d324634371 [2022-03-21T16:58:36.466Z] ---> 5ea7be028e88 [2022-03-21T16:58:36.466Z] Step 8/13 : WORKDIR /app [2022-03-21T16:58:36.466Z] ---> Running in a03e6113d9ac [2022-03-21T16:58:36.741Z] Removing intermediate container a03e6113d9ac [2022-03-21T16:58:36.741Z] ---> 4bcaa52dea1f [2022-03-21T16:58:36.741Z] Step 9/13 : COPY go.mod vendor* ./ [2022-03-21T16:58:37.347Z] ---> da482d882d5a [2022-03-21T16:58:37.347Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-21T16:58:37.347Z] ---> Running in 175007a57f01 [2022-03-21T16:59:59.178Z] Removing intermediate container 175007a57f01 [2022-03-21T16:59:59.178Z] ---> b10cb5797da6 [2022-03-21T16:59:59.178Z] Step 11/13 : COPY . . [2022-03-21T16:59:59.178Z] ---> 938264ed12b2 [2022-03-21T16:59:59.178Z] Step 12/13 : ARG MAKE="make build" [2022-03-21T16:59:59.178Z] ---> Running in c1621241c04b [2022-03-21T16:59:59.178Z] Removing intermediate container c1621241c04b [2022-03-21T16:59:59.178Z] ---> 2f9e56bdb9ef [2022-03-21T16:59:59.178Z] Step 13/13 : RUN $MAKE [2022-03-21T16:59:59.178Z] ---> Running in 1c185f81594f [2022-03-21T16:59:59.178Z] noop [2022-03-21T16:59:59.178Z] Removing intermediate container 1c185f81594f [2022-03-21T16:59:59.178Z] ---> 9104e6ab1034 [2022-03-21T16:59:59.178Z] Successfully built 9104e6ab1034 [2022-03-21T16:59:59.178Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-21T16:59:59.526Z] + docker inspect -f . ci-base-image-arm64 [2022-03-21T16:59:59.526Z] . [Pipeline] withDockerContainer [2022-03-21T16:59:59.773Z] prd-ubuntu20.04-docker-arm64-4c-16g-8424 does not seem to be running inside a container [2022-03-21T16:59:59.863Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/57 -v /w/workspace/app-service-configurable/57:/w/workspace/app-service-configurable/57:rw,z -v /w/workspace/app-service-configurable/57@tmp:/w/workspace/app-service-configurable/57@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-21T17:00:01.205Z] $ docker top 43af1df6528227828f3428bfcf99386cd97ba82276e3e1b53be00168f1bd1821 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-21T17:00:02.131Z] + go version [2022-03-21T17:00:02.131Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-21T17:00:02.158Z] $ docker stop --time=1 43af1df6528227828f3428bfcf99386cd97ba82276e3e1b53be00168f1bd1821 [2022-03-21T17:00:03.799Z] $ docker rm -f 43af1df6528227828f3428bfcf99386cd97ba82276e3e1b53be00168f1bd1821 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:00:04.602Z] + docker inspect -f . ci-base-image-arm64 [2022-03-21T17:00:04.602Z] . [Pipeline] withDockerContainer [2022-03-21T17:00:04.831Z] prd-ubuntu20.04-docker-arm64-4c-16g-8424 does not seem to be running inside a container [2022-03-21T17:00:04.910Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/57 -v /w/workspace/app-service-configurable/57:/w/workspace/app-service-configurable/57:rw,z -v /w/workspace/app-service-configurable/57@tmp:/w/workspace/app-service-configurable/57@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-21T17:00:06.234Z] $ docker top 7354defa03bb828a3ae370575372bd49a60cd0c0a78f1c881c79effab0cc92d7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-21T17:00:07.159Z] + make test [2022-03-21T17:00:07.159Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-03-21T17:00:54.181Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-03-21T17:00:54.181Z] CGO_ENABLED=1 go vet ./... [2022-03-21T17:01:16.380Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-21T17:01:16.380Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-21T17:01:16.380Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-21T17:01:16.403Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-21T17:01:16.423Z] $ docker stop --time=1 7354defa03bb828a3ae370575372bd49a60cd0c0a78f1c881c79effab0cc92d7 [2022-03-21T17:01:18.170Z] $ docker rm -f 7354defa03bb828a3ae370575372bd49a60cd0c0a78f1c881c79effab0cc92d7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-21T17:01:18.968Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-21T17:01:18.990Z] Warning: overwriting stash ‘coverage-report’ [2022-03-21T17:01:19.448Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-21T17:01:19.859Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-21T17:01:20.200Z] + ls -al . [2022-03-21T17:01:20.200Z] total 172 [2022-03-21T17:01:20.200Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 21 17:01 . [2022-03-21T17:01:20.200Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 21 16:57 .. [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 21 16:57 .dockerignore [2022-03-21T17:01:20.200Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 21 16:57 .git [2022-03-21T17:01:20.200Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 16:57 .github [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 104 Mar 21 16:57 .gitignore [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 7627 Mar 21 16:57 Attribution.txt [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 23791 Mar 21 16:57 CHANGELOG.md [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 2087 Mar 21 16:57 Dockerfile [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 21 16:57 GOVERNANCE.md [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 21 16:57 Jenkinsfile [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 21 16:57 LICENSE [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 21 16:57 OWNERS.md [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 3860 Mar 21 16:57 README.md [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 21 16:55 VERSION [2022-03-21T17:01:20.200Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 21 16:57 bin [2022-03-21T17:01:20.200Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 21 17:00 coverage.out [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 2816 Mar 21 16:57 go.mod [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 50121 Mar 21 16:57 go.sum [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 21 16:57 main.go [2022-03-21T17:01:20.200Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 21 16:57 makefile [2022-03-21T17:01:20.200Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 16:57 res [2022-03-21T17:01:20.200Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 21 16:57 snap [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:01:20.547Z] + 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=92fb1b13d260eb9383d909cf158b9f7c84f7ba93 --label arch=arm64 --label version=2.2.0-dev.21 . [2022-03-21T17:01:20.547Z] Sending build context to Docker daemon 208.9kB [2022-03-21T17:01:20.820Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-03-21T17:01:20.820Z] Step 2/27 : FROM ${BASE} AS builder [2022-03-21T17:01:20.820Z] ---> 9104e6ab1034 [2022-03-21T17:01:20.820Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-21T17:01:20.820Z] ---> Running in 21d1f69fa00d [2022-03-21T17:01:21.414Z] Removing intermediate container 21d1f69fa00d [2022-03-21T17:01:21.414Z] ---> ba7944163210 [2022-03-21T17:01:21.414Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-03-21T17:01:21.414Z] ---> Running in 882d8e08983c [2022-03-21T17:01:21.686Z] Removing intermediate container 882d8e08983c [2022-03-21T17:01:21.686Z] ---> 5da4211614a7 [2022-03-21T17:01:21.686Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-21T17:01:21.686Z] ---> Running in 17483509d14d [2022-03-21T17:01:21.960Z] Removing intermediate container 17483509d14d [2022-03-21T17:01:21.960Z] ---> f63dcfc867e9 [2022-03-21T17:01:21.960Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-21T17:01:22.235Z] ---> Running in 3fb6fc1b1e50 [2022-03-21T17:01:23.671Z] Removing intermediate container 3fb6fc1b1e50 [2022-03-21T17:01:23.671Z] ---> 647c1dec0965 [2022-03-21T17:01:23.671Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-21T17:01:23.671Z] ---> Running in 9e2448d80bfb [2022-03-21T17:01:24.652Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-21T17:01:25.630Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-21T17:01:26.610Z] OK: 220 MiB in 52 packages [2022-03-21T17:01:27.594Z] Removing intermediate container 9e2448d80bfb [2022-03-21T17:01:27.594Z] ---> 69f6022e305c [2022-03-21T17:01:27.594Z] Step 8/27 : WORKDIR /app [2022-03-21T17:01:27.594Z] ---> Running in 07634f5f1928 [2022-03-21T17:01:27.868Z] Removing intermediate container 07634f5f1928 [2022-03-21T17:01:27.868Z] ---> 1c5d934ca91a [2022-03-21T17:01:27.868Z] Step 9/27 : COPY go.mod vendor* ./ [2022-03-21T17:01:28.467Z] ---> f4cc5b1bcc67 [2022-03-21T17:01:28.467Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-21T17:01:28.467Z] ---> Running in bb1f71e6587c [2022-03-21T17:01:30.460Z] Removing intermediate container bb1f71e6587c [2022-03-21T17:01:30.460Z] ---> f7df7270818d [2022-03-21T17:01:30.460Z] Step 11/27 : COPY . . [2022-03-21T17:01:31.059Z] ---> 11d83ce19d16 [2022-03-21T17:01:31.059Z] Step 12/27 : ARG MAKE="make build" [2022-03-21T17:01:31.332Z] ---> Running in 9d848e3ed5f7 [2022-03-21T17:01:31.607Z] Removing intermediate container 9d848e3ed5f7 [2022-03-21T17:01:31.607Z] ---> 6c3b40637dad [2022-03-21T17:01:31.607Z] Step 13/27 : RUN $MAKE [2022-03-21T17:01:31.607Z] ---> Running in aae786f8479e [2022-03-21T17:01:32.591Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.31 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.21" -o app-service-configurable [2022-03-21T17:02:19.625Z] Removing intermediate container aae786f8479e [2022-03-21T17:02:19.625Z] ---> 2a62eafd8ae6 [2022-03-21T17:02:19.625Z] Step 14/27 : FROM alpine:3.14 [2022-03-21T17:02:19.625Z] 3.14: Pulling from library/alpine [2022-03-21T17:02:19.625Z] 93a1719cf261: Pulling fs layer [2022-03-21T17:02:19.625Z] 93a1719cf261: Verifying Checksum [2022-03-21T17:02:19.625Z] 93a1719cf261: Download complete [2022-03-21T17:02:19.625Z] 93a1719cf261: Pull complete [2022-03-21T17:02:19.625Z] Digest: sha256:beca83085fd7f5b2a2cc457ddb2ed180c090c13ad7e806530e4ef578cb5cfe7b [2022-03-21T17:02:19.625Z] Status: Downloaded newer image for alpine:3.14 [2022-03-21T17:02:19.625Z] ---> 71a2028e5025 [2022-03-21T17:02:19.625Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-21T17:02:19.625Z] ---> Running in eb50acdce38e [2022-03-21T17:02:19.625Z] Removing intermediate container eb50acdce38e [2022-03-21T17:02:19.625Z] ---> 2ee0afefe464 [2022-03-21T17:02:19.625Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-03-21T17:02:19.625Z] ---> Running in 9a230b6cf3ad [2022-03-21T17:02:19.625Z] Removing intermediate container 9a230b6cf3ad [2022-03-21T17:02:19.625Z] ---> b55ee7f2a95e [2022-03-21T17:02:19.625Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-03-21T17:02:19.625Z] ---> Running in 943bff89c40e [2022-03-21T17:02:19.625Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-21T17:02:19.626Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-21T17:02:19.626Z] (1/7) Installing ca-certificates (20211220-r0) [2022-03-21T17:02:19.626Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-03-21T17:02:19.626Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-03-21T17:02:19.626Z] (4/7) Installing libsodium (1.0.18-r0) [2022-03-21T17:02:19.626Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-21T17:02:19.626Z] (6/7) Installing libzmq (4.3.4-r0) [2022-03-21T17:02:19.626Z] (7/7) Installing zeromq (4.3.4-r0) [2022-03-21T17:02:19.626Z] Executing busybox-1.33.1-r6.trigger [2022-03-21T17:02:19.626Z] Executing ca-certificates-20211220-r0.trigger [2022-03-21T17:02:19.906Z] OK: 9 MiB in 21 packages [2022-03-21T17:02:21.363Z] Removing intermediate container 943bff89c40e [2022-03-21T17:02:21.363Z] ---> 200a81c156a4 [2022-03-21T17:02:21.363Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-03-21T17:02:21.639Z] ---> 7e57f6dd0f4d [2022-03-21T17:02:21.639Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-03-21T17:02:22.248Z] ---> e928388cad69 [2022-03-21T17:02:22.248Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-03-21T17:02:22.852Z] ---> aaf48ce10ed9 [2022-03-21T17:02:22.852Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-03-21T17:02:23.840Z] ---> 33047b4e66f2 [2022-03-21T17:02:23.841Z] Step 22/27 : EXPOSE 48095 [2022-03-21T17:02:24.118Z] ---> Running in af311208639b [2022-03-21T17:02:24.394Z] Removing intermediate container af311208639b [2022-03-21T17:02:24.394Z] ---> ad11c3752d09 [2022-03-21T17:02:24.394Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-03-21T17:02:24.394Z] ---> Running in d7f1e68dfa3f [2022-03-21T17:02:24.669Z] Removing intermediate container d7f1e68dfa3f [2022-03-21T17:02:24.669Z] ---> 0da85359ae22 [2022-03-21T17:02:24.669Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-21T17:02:24.669Z] ---> Running in ce26601ad4dc [2022-03-21T17:02:24.946Z] Removing intermediate container ce26601ad4dc [2022-03-21T17:02:24.946Z] ---> 79c2a6fa7ac3 [2022-03-21T17:02:24.946Z] Step 25/27 : LABEL arch=arm64 [2022-03-21T17:02:25.225Z] ---> Running in 0834ece4f44e [2022-03-21T17:02:25.501Z] Removing intermediate container 0834ece4f44e [2022-03-21T17:02:25.501Z] ---> 5a4029de9c22 [2022-03-21T17:02:25.501Z] Step 26/27 : LABEL git_sha=92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [2022-03-21T17:02:25.501Z] ---> Running in 81a399e51e46 [2022-03-21T17:02:25.777Z] Removing intermediate container 81a399e51e46 [2022-03-21T17:02:25.777Z] ---> 99c89ec58eb3 [2022-03-21T17:02:25.777Z] Step 27/27 : LABEL version=2.2.0-dev.21 [2022-03-21T17:02:25.777Z] ---> Running in 499d32b3bb0e [2022-03-21T17:02:26.381Z] Removing intermediate container 499d32b3bb0e [2022-03-21T17:02:26.381Z] ---> 8630e84690b6 [2022-03-21T17:02:26.381Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-21T17:02:26.381Z] Successfully built 8630e84690b6 [2022-03-21T17:02:26.381Z] 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-21T17:02:26.490Z] provisioning config files... [2022-03-21T17:02:26.510Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/57@tmp/config5844546621690910442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:02:26.866Z] ---> docker-login.sh [2022-03-21T17:02:26.867Z] nexus3.edgexfoundry.org:10001 [2022-03-21T17:02:27.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T17:02:27.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T17:02:27.143Z] Configure a credential helper to remove this warning. See [2022-03-21T17:02:27.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T17:02:27.143Z] [2022-03-21T17:02:27.143Z] Login Succeeded [2022-03-21T17:02:27.143Z] nexus3.edgexfoundry.org:10002 [2022-03-21T17:02:27.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T17:02:27.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T17:02:27.752Z] Configure a credential helper to remove this warning. See [2022-03-21T17:02:27.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T17:02:27.752Z] [2022-03-21T17:02:27.752Z] Login Succeeded [2022-03-21T17:02:27.752Z] nexus3.edgexfoundry.org:10003 [2022-03-21T17:02:28.029Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T17:02:28.303Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T17:02:28.303Z] Configure a credential helper to remove this warning. See [2022-03-21T17:02:28.303Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T17:02:28.303Z] [2022-03-21T17:02:28.303Z] Login Succeeded [2022-03-21T17:02:28.303Z] nexus3.edgexfoundry.org:10004 [2022-03-21T17:02:28.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T17:02:28.853Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T17:02:28.853Z] Configure a credential helper to remove this warning. See [2022-03-21T17:02:28.853Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T17:02:28.853Z] [2022-03-21T17:02:28.853Z] Login Succeeded [2022-03-21T17:02:28.853Z] docker.io [2022-03-21T17:02:29.125Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-21T17:02:29.397Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-21T17:02:29.397Z] Configure a credential helper to remove this warning. See [2022-03-21T17:02:29.397Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-21T17:02:29.397Z] [2022-03-21T17:02:29.397Z] Login Succeeded [2022-03-21T17:02:29.397Z] ---> docker-login.sh ends [Pipeline] } [2022-03-21T17:02:29.416Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-21T17:02:29.453Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-21T17:02:29.475Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-03-21T17:02:29.475Z] 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [2022-03-21T17:02:29.475Z] latest [2022-03-21T17:02:29.475Z] 2.2.0-dev.21 [2022-03-21T17:02:29.475Z] 92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [2022-03-21T17:02:29.475Z] main [2022-03-21T17:02:29.475Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:29.835Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:30.204Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [2022-03-21T17:02:30.204Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-21T17:02:30.204Z] a560c3a1f62d: Preparing [2022-03-21T17:02:30.204Z] 0918cd3d671d: Preparing [2022-03-21T17:02:30.204Z] 3cdf1ff37480: Preparing [2022-03-21T17:02:30.204Z] f7cf924c6116: Preparing [2022-03-21T17:02:30.204Z] 92ada85a6317: Preparing [2022-03-21T17:02:30.204Z] 49c7c6f6dc6c: Preparing [2022-03-21T17:02:30.204Z] 49c7c6f6dc6c: Waiting [2022-03-21T17:02:30.480Z] f7cf924c6116: Pushed [2022-03-21T17:02:30.480Z] 3cdf1ff37480: Pushed [2022-03-21T17:02:30.480Z] 0918cd3d671d: Pushed [2022-03-21T17:02:30.480Z] 49c7c6f6dc6c: Layer already exists [2022-03-21T17:02:31.461Z] 92ada85a6317: Pushed [2022-03-21T17:02:34.078Z] a560c3a1f62d: Pushed [2022-03-21T17:02:34.078Z] 92fb1b13d260eb9383d909cf158b9f7c84f7ba93: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:34.429Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:34.775Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-03-21T17:02:34.775Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-21T17:02:34.775Z] a560c3a1f62d: Preparing [2022-03-21T17:02:34.775Z] 0918cd3d671d: Preparing [2022-03-21T17:02:34.775Z] 3cdf1ff37480: Preparing [2022-03-21T17:02:34.775Z] f7cf924c6116: Preparing [2022-03-21T17:02:34.775Z] 92ada85a6317: Preparing [2022-03-21T17:02:34.775Z] 49c7c6f6dc6c: Preparing [2022-03-21T17:02:34.775Z] 49c7c6f6dc6c: Waiting [2022-03-21T17:02:34.775Z] 3cdf1ff37480: Layer already exists [2022-03-21T17:02:34.775Z] f7cf924c6116: Layer already exists [2022-03-21T17:02:34.775Z] 0918cd3d671d: Layer already exists [2022-03-21T17:02:34.775Z] 92ada85a6317: Layer already exists [2022-03-21T17:02:34.775Z] a560c3a1f62d: Layer already exists [2022-03-21T17:02:34.775Z] 49c7c6f6dc6c: Layer already exists [2022-03-21T17:02:35.045Z] latest: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:35.394Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:35.742Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.21 [2022-03-21T17:02:35.742Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-21T17:02:35.742Z] a560c3a1f62d: Preparing [2022-03-21T17:02:35.742Z] 0918cd3d671d: Preparing [2022-03-21T17:02:35.742Z] 3cdf1ff37480: Preparing [2022-03-21T17:02:35.742Z] f7cf924c6116: Preparing [2022-03-21T17:02:35.742Z] 92ada85a6317: Preparing [2022-03-21T17:02:35.742Z] 49c7c6f6dc6c: Preparing [2022-03-21T17:02:35.742Z] 49c7c6f6dc6c: Waiting [2022-03-21T17:02:35.742Z] a560c3a1f62d: Layer already exists [2022-03-21T17:02:35.742Z] 0918cd3d671d: Layer already exists [2022-03-21T17:02:35.742Z] 3cdf1ff37480: Layer already exists [2022-03-21T17:02:35.742Z] f7cf924c6116: Layer already exists [2022-03-21T17:02:35.742Z] 92ada85a6317: Layer already exists [2022-03-21T17:02:35.742Z] 49c7c6f6dc6c: Layer already exists [2022-03-21T17:02:36.013Z] 2.2.0-dev.21: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:36.364Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:36.705Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [2022-03-21T17:02:36.705Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-21T17:02:36.705Z] a560c3a1f62d: Preparing [2022-03-21T17:02:36.705Z] 0918cd3d671d: Preparing [2022-03-21T17:02:36.705Z] 3cdf1ff37480: Preparing [2022-03-21T17:02:36.705Z] f7cf924c6116: Preparing [2022-03-21T17:02:36.705Z] 92ada85a6317: Preparing [2022-03-21T17:02:36.705Z] 49c7c6f6dc6c: Preparing [2022-03-21T17:02:36.705Z] 49c7c6f6dc6c: Waiting [2022-03-21T17:02:36.705Z] 3cdf1ff37480: Layer already exists [2022-03-21T17:02:36.705Z] f7cf924c6116: Layer already exists [2022-03-21T17:02:36.705Z] a560c3a1f62d: Layer already exists [2022-03-21T17:02:36.705Z] 0918cd3d671d: Layer already exists [2022-03-21T17:02:36.705Z] 92ada85a6317: Layer already exists [2022-03-21T17:02:36.705Z] 49c7c6f6dc6c: Layer already exists [2022-03-21T17:02:36.977Z] 92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:37.330Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:37.674Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-03-21T17:02:37.675Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-21T17:02:37.675Z] a560c3a1f62d: Preparing [2022-03-21T17:02:37.675Z] 0918cd3d671d: Preparing [2022-03-21T17:02:37.675Z] 3cdf1ff37480: Preparing [2022-03-21T17:02:37.675Z] f7cf924c6116: Preparing [2022-03-21T17:02:37.675Z] 92ada85a6317: Preparing [2022-03-21T17:02:37.675Z] 49c7c6f6dc6c: Preparing [2022-03-21T17:02:37.675Z] 49c7c6f6dc6c: Waiting [2022-03-21T17:02:37.675Z] 0918cd3d671d: Layer already exists [2022-03-21T17:02:37.675Z] 3cdf1ff37480: Layer already exists [2022-03-21T17:02:37.675Z] 92ada85a6317: Layer already exists [2022-03-21T17:02:37.675Z] f7cf924c6116: Layer already exists [2022-03-21T17:02:37.675Z] a560c3a1f62d: Layer already exists [2022-03-21T17:02:37.675Z] 49c7c6f6dc6c: Layer already exists [2022-03-21T17:02:37.948Z] main: digest: sha256:ab510f933a3cb85f150ac6362e612ceb1208e46ac2064eb82c9405279513712a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-21T17:02:37.998Z] ===================================================== [Pipeline] echo [2022-03-21T17:02:38.007Z] taggedImages: [2022-03-21T17:02:38.007Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [2022-03-21T17:02:38.007Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-03-21T17:02:38.007Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.21 [2022-03-21T17:02:38.007Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:92fb1b13d260eb9383d909cf158b9f7c84f7ba93-2.2.0-dev.21 [2022-03-21T17:02:38.007Z] - 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-21T17:02:38.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-21T17:02:38.385Z] [2022-03-21T17:02:38.385Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:02:38.737Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-21T17:02:39.013Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-21T17:02:39.013Z] 8998bd30e6a1: Pulling fs layer [2022-03-21T17:02:39.013Z] 04944245beec: Pulling fs layer [2022-03-21T17:02:39.013Z] 699f458cf7ca: Pulling fs layer [2022-03-21T17:02:39.013Z] 765212b225bb: Pulling fs layer [2022-03-21T17:02:39.013Z] f23df028b6ca: Pulling fs layer [2022-03-21T17:02:39.013Z] d65c8cfc05b1: Pulling fs layer [2022-03-21T17:02:39.013Z] 2437ff75d9bd: Pulling fs layer [2022-03-21T17:02:39.013Z] d65c8cfc05b1: Waiting [2022-03-21T17:02:39.013Z] 2437ff75d9bd: Waiting [2022-03-21T17:02:39.013Z] 765212b225bb: Waiting [2022-03-21T17:02:39.013Z] f23df028b6ca: Waiting [2022-03-21T17:02:39.013Z] 04944245beec: Verifying Checksum [2022-03-21T17:02:39.013Z] 04944245beec: Download complete [2022-03-21T17:02:39.013Z] 765212b225bb: Verifying Checksum [2022-03-21T17:02:39.013Z] 765212b225bb: Download complete [2022-03-21T17:02:39.013Z] f23df028b6ca: Verifying Checksum [2022-03-21T17:02:39.013Z] f23df028b6ca: Download complete [2022-03-21T17:02:39.013Z] d65c8cfc05b1: Verifying Checksum [2022-03-21T17:02:39.013Z] d65c8cfc05b1: Download complete [2022-03-21T17:02:39.296Z] 699f458cf7ca: Verifying Checksum [2022-03-21T17:02:39.296Z] 699f458cf7ca: Download complete [2022-03-21T17:02:39.575Z] 8998bd30e6a1: Download complete [2022-03-21T17:02:42.227Z] 2437ff75d9bd: Verifying Checksum [2022-03-21T17:02:42.227Z] 2437ff75d9bd: Download complete [2022-03-21T17:02:44.213Z] 8998bd30e6a1: Pull complete [2022-03-21T17:02:44.487Z] 04944245beec: Pull complete [2022-03-21T17:02:45.936Z] 699f458cf7ca: Pull complete [2022-03-21T17:02:46.210Z] 765212b225bb: Pull complete [2022-03-21T17:02:46.810Z] f23df028b6ca: Pull complete [2022-03-21T17:02:47.085Z] d65c8cfc05b1: Pull complete [2022-03-21T17:03:02.182Z] 2437ff75d9bd: Pull complete [2022-03-21T17:03:02.182Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-21T17:03:02.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-21T17:03:02.182Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-21T17:03:02.406Z] prd-ubuntu20.04-docker-arm64-4c-16g-8424 does not seem to be running inside a container [2022-03-21T17:03:02.497Z] $ 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/57 -v /w/workspace/app-service-configurable/57:/w/workspace/app-service-configurable/57:rw,z -v /w/workspace/app-service-configurable/57@tmp:/w/workspace/app-service-configurable/57@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-21T17:03:04.914Z] $ docker top bdf1676fc030e68c82bb77e3b1ce578bb139ffac95ed9e5649c93d72b3344f49 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:03:05.825Z] ---> job-cost.sh [2022-03-21T17:03:05.826Z] lf-activate-venv: SKIPPING [2022-03-21T17:03:05.826Z] INFO: No Stack... [2022-03-21T17:03:06.420Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-21T17:03:07.016Z] INFO: Archiving Costs [Pipeline] sh [2022-03-21T17:03:07.683Z] + cat /w/workspace/app-service-configurable/57/archives/cost.csv [2022-03-21T17:03:07.683Z] + cut -d, -f6 [Pipeline] lock [2022-03-21T17:03:07.752Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [2022-03-21T17:03:07.760Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] did not exist. Created. [2022-03-21T17:03:07.760Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-21T17:03:08.434Z] /w/workspace/app-service-configurable/57@tmp/durable-47e10af6/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-03-21T17:03:09.114Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-21T17:03:09.136Z] Warning: overwriting stash ‘stack-cost’ [2022-03-21T17:03:09.184Z] Stashed 1 file(s) [Pipeline] } [2022-03-21T17:03:09.191Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-57-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-21T17:03:09.217Z] $ docker stop --time=1 bdf1676fc030e68c82bb77e3b1ce578bb139ffac95ed9e5649c93d72b3344f49 [2022-03-21T17:03:10.734Z] $ docker rm -f bdf1676fc030e68c82bb77e3b1ce578bb139ffac95ed9e5649c93d72b3344f49 [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-21T17:03:11.252Z] provisioning config files... [2022-03-21T17:03:11.298Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5077689832055248941tmp [Pipeline] { [Pipeline] sh [2022-03-21T17:03:11.636Z] + set +x [2022-03-21T17:03:11.636Z] + curl -s https://codecov.io/bash [2022-03-21T17:03:11.636Z] + bash -s -- [2022-03-21T17:03:11.636Z] [2022-03-21T17:03:11.636Z] _____ _ [2022-03-21T17:03:11.636Z] / ____| | | [2022-03-21T17:03:11.636Z] | | ___ __| | ___ ___ _____ __ [2022-03-21T17:03:11.636Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-21T17:03:11.636Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-21T17:03:11.636Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-21T17:03:11.636Z] Bash-1.0.6 [2022-03-21T17:03:11.636Z] [2022-03-21T17:03:11.636Z] [2022-03-21T17:03:11.636Z] ==> git version 2.25.1 found [2022-03-21T17:03:11.636Z] ==> 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-21T17:03:11.636Z] Release-Date: 2020-01-08 [2022-03-21T17:03:11.636Z] 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-21T17:03:11.636Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-21T17:03:11.636Z] ==> Jenkins CI detected. [2022-03-21T17:03:11.636Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-03-21T17:03:11.636Z] project root: . [2022-03-21T17:03:11.636Z] --> token set from env [2022-03-21T17:03:11.636Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-21T17:03:11.636Z] ==> Running gcov in . (disable via -X gcov) [2022-03-21T17:03:11.636Z] ==> Python coveragepy not found [2022-03-21T17:03:11.636Z] ==> Searching for coverage reports in: [2022-03-21T17:03:11.636Z] + . [2022-03-21T17:03:11.636Z] -> Found 1 reports [2022-03-21T17:03:11.636Z] ==> Detecting git/mercurial file structure [2022-03-21T17:03:11.636Z] ==> Reading reports [2022-03-21T17:03:11.636Z] + ./coverage.out bytes=10 [2022-03-21T17:03:11.636Z] ==> Appending adjustments [2022-03-21T17:03:11.636Z] https://docs.codecov.io/docs/fixing-reports [2022-03-21T17:03:11.897Z] + Found adjustments [2022-03-21T17:03:11.897Z] ==> Gzipping contents [2022-03-21T17:03:11.897Z] 4.0K /tmp/codecov.Z4kZi3.gz [2022-03-21T17:03:11.897Z] ==> Uploading reports [2022-03-21T17:03:11.897Z] url: https://codecov.io [2022-03-21T17:03:11.897Z] query: branch=main&commit=92fb1b13d260eb9383d909cf158b9f7c84f7ba93&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F57%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-21T17:03:11.897Z] -> Pinging Codecov [2022-03-21T17:03:11.897Z] 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=92fb1b13d260eb9383d909cf158b9f7c84f7ba93&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F57%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-21T17:03:12.158Z] -> Uploading to [2022-03-21T17:03:12.158Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-21/A97CA9966030D2A3747ED39772930CCE/92fb1b13d260eb9383d909cf158b9f7c84f7ba93/9643f8d4-2587-426a-982d-264f9f34f315.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220321%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220321T170311Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=90bd6c2232439344ebbdae3f59a2770723aed0ee33bf8330361c6bc41949469a [2022-03-21T17:03:12.158Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-21T17:03:12.158Z] Dload Upload Total Spent Left Speed [2022-03-21T17:03:12.420Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2563 --:--:-- --:--:-- --:--:-- 2551 100 569 0 0 100 569 0 2322 --:--:-- --:--:-- --:--:-- 2313 [2022-03-21T17:03:12.420Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] } [2022-03-21T17:03:12.429Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-03-21T17:03:12.686Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-03-21T17:03:12.698Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:03:12.990Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-21T17:03:12.990Z] [2022-03-21T17:03:12.990Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:03:13.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-21T17:03:13.292Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-03-21T17:03:13.293Z] 188c0c94c7c5: Pulling fs layer [2022-03-21T17:03:13.293Z] 0ef7d3d256c8: Pulling fs layer [2022-03-21T17:03:13.293Z] de9db76c5a1d: Pulling fs layer [2022-03-21T17:03:13.293Z] 0eba1c9be4d2: Pulling fs layer [2022-03-21T17:03:13.293Z] 0d57e429df01: Pulling fs layer [2022-03-21T17:03:13.293Z] 4e4be7b47b0d: Pulling fs layer [2022-03-21T17:03:13.293Z] e1f770b5df2f: Pulling fs layer [2022-03-21T17:03:13.293Z] 85a0685a4137: Pulling fs layer [2022-03-21T17:03:13.293Z] 0d57e429df01: Waiting [2022-03-21T17:03:13.293Z] 4e4be7b47b0d: Waiting [2022-03-21T17:03:13.293Z] e1f770b5df2f: Waiting [2022-03-21T17:03:13.293Z] 85a0685a4137: Waiting [2022-03-21T17:03:13.293Z] 0eba1c9be4d2: Waiting [2022-03-21T17:03:13.293Z] de9db76c5a1d: Download complete [2022-03-21T17:03:13.293Z] 0ef7d3d256c8: Verifying Checksum [2022-03-21T17:03:13.293Z] 0ef7d3d256c8: Download complete [2022-03-21T17:03:13.293Z] 0d57e429df01: Verifying Checksum [2022-03-21T17:03:13.293Z] 0d57e429df01: Download complete [2022-03-21T17:03:13.293Z] 4e4be7b47b0d: Verifying Checksum [2022-03-21T17:03:13.293Z] 4e4be7b47b0d: Download complete [2022-03-21T17:03:13.293Z] 188c0c94c7c5: Verifying Checksum [2022-03-21T17:03:13.293Z] 188c0c94c7c5: Download complete [2022-03-21T17:03:13.551Z] e1f770b5df2f: Verifying Checksum [2022-03-21T17:03:13.551Z] e1f770b5df2f: Download complete [2022-03-21T17:03:13.551Z] 188c0c94c7c5: Pull complete [2022-03-21T17:03:13.551Z] 0ef7d3d256c8: Pull complete [2022-03-21T17:03:13.810Z] de9db76c5a1d: Pull complete [2022-03-21T17:03:14.069Z] 0eba1c9be4d2: Download complete [2022-03-21T17:03:14.069Z] 85a0685a4137: Verifying Checksum [2022-03-21T17:03:14.069Z] 85a0685a4137: Download complete [2022-03-21T17:03:17.361Z] 0eba1c9be4d2: Pull complete [2022-03-21T17:03:17.361Z] 0d57e429df01: Pull complete [2022-03-21T17:03:17.361Z] 4e4be7b47b0d: Pull complete [2022-03-21T17:03:17.932Z] e1f770b5df2f: Pull complete [2022-03-21T17:03:21.226Z] 85a0685a4137: Pull complete [2022-03-21T17:03:21.226Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-03-21T17:03:21.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-21T17:03:21.226Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-03-21T17:03:21.294Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T17:03:21.333Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-03-21T17:03:23.431Z] $ docker top 45771abbd44a69847d92b47369e9a765896212ff0c5528c5fdee688d372613b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-21T17:03:23.510Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-03-21T17:03:23.792Z] + set -o pipefail [2022-03-21T17:03:23.792Z] + snyk monitor '--org=edgex-jenkins' [2022-03-21T17:03:29.079Z] [2022-03-21T17:03:29.079Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-03-21T17:03:29.079Z] [2022-03-21T17:03:29.079Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/dfb8d9ee-4029-4669-bf8d-136d53896216 [2022-03-21T17:03:29.079Z] [2022-03-21T17:03:29.079Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-03-21T17:03:29.079Z] [2022-03-21T17:03:29.079Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-03-21T17:03:29.079Z] [2022-03-21T17:03:29.650Z] [Pipeline] } [2022-03-21T17:03:29.666Z] $ docker stop --time=1 45771abbd44a69847d92b47369e9a765896212ff0c5528c5fdee688d372613b0 [2022-03-21T17:03:31.377Z] $ docker rm -f 45771abbd44a69847d92b47369e9a765896212ff0c5528c5fdee688d372613b0 [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-21T17:03:32.033Z] + git log --format=format:%s -1 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 [Pipeline] sh [2022-03-21T17:03:32.327Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-21T17:03:32.327Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:03:32.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-21T17:03:32.624Z] . [Pipeline] withDockerContainer [2022-03-21T17:03:32.697Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T17:03:32.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-21T17:03:33.171Z] $ docker top b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-21T17:03:33.269Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-21T17:03:33.269Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-21T17:03:33.399Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-21T17:03:33.405Z] $ docker exec b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 ssh-agent [2022-03-21T17:03:33.527Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLPmOge/agent.15 [2022-03-21T17:03:33.527Z] SSH_AGENT_PID=23 [2022-03-21T17:03:33.533Z] Running ssh-add (command line suppressed) [2022-03-21T17:03:33.651Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_5412967496324913437.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_5412967496324913437.key) [2022-03-21T17:03:33.664Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-21T17:03:33.954Z] + git semver tag [2022-03-21T17:03:33.954Z] # -> Open(): unable to determine branch for HEAD [2022-03-21T17:03:33.954Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-21T17:03:33.954Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-21T17:03:33.954Z] # $SEMVER_REMOTE_NAME = origin [2022-03-21T17:03:33.954Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-21T17:03:33.954Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-21T17:03:33.954Z] # $SEMVER_BRANCH = main [2022-03-21T17:03:33.954Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-03-21T17:03:33.954Z] # 92fb1b13d260eb9383d909cf158b9f7c84f7ba93 HEAD [2022-03-21T17:03:33.954Z] # -> Force: false [2022-03-21T17:03:33.954Z] # 88b59025ffb42261af07333984de3376827e865e refs/tags/v2.2.0-dev.21 [Pipeline] } [2022-03-21T17:03:33.966Z] $ docker exec --env ******** --env ******** b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 ssh-agent -k [2022-03-21T17:03:34.077Z] unset SSH_AUTH_SOCK; [2022-03-21T17:03:34.077Z] unset SSH_AGENT_PID; [2022-03-21T17:03:34.077Z] echo Agent pid 23 killed; [2022-03-21T17:03:34.085Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-21T17:03:34.394Z] + git semver [Pipeline] } [2022-03-21T17:03:34.410Z] $ docker stop --time=1 b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 [2022-03-21T17:03:35.709Z] $ docker rm -f b5409d783f85a7fe7799c22b21051bbf0188ce68047af45fc5a1c6cfe11ab761 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:03:36.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-21T17:03:36.095Z] [2022-03-21T17:03:36.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:03:36.395Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-21T17:03:36.396Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-03-21T17:03:36.396Z] ab5ef0e58194: Pulling fs layer [2022-03-21T17:03:36.396Z] 9712f1f96733: Pulling fs layer [2022-03-21T17:03:36.396Z] 63f879dbbcfc: Pulling fs layer [2022-03-21T17:03:36.396Z] 0d9ebad4ef96: Pulling fs layer [2022-03-21T17:03:36.396Z] e9a5061849ea: Pulling fs layer [2022-03-21T17:03:36.396Z] d747dcd14b5f: Pulling fs layer [2022-03-21T17:03:36.396Z] 2de7ff778b66: Pulling fs layer [2022-03-21T17:03:36.396Z] e9a5061849ea: Waiting [2022-03-21T17:03:36.396Z] 0d9ebad4ef96: Waiting [2022-03-21T17:03:36.396Z] 2de7ff778b66: Waiting [2022-03-21T17:03:36.396Z] d747dcd14b5f: Waiting [2022-03-21T17:03:36.396Z] 9712f1f96733: Verifying Checksum [2022-03-21T17:03:36.396Z] 9712f1f96733: Download complete [2022-03-21T17:03:36.656Z] 63f879dbbcfc: Verifying Checksum [2022-03-21T17:03:36.656Z] 63f879dbbcfc: Download complete [2022-03-21T17:03:36.924Z] e9a5061849ea: Verifying Checksum [2022-03-21T17:03:36.924Z] e9a5061849ea: Download complete [2022-03-21T17:03:36.924Z] d747dcd14b5f: Verifying Checksum [2022-03-21T17:03:36.924Z] d747dcd14b5f: Download complete [2022-03-21T17:03:36.924Z] 0d9ebad4ef96: Verifying Checksum [2022-03-21T17:03:36.924Z] 0d9ebad4ef96: Download complete [2022-03-21T17:03:36.924Z] ab5ef0e58194: Verifying Checksum [2022-03-21T17:03:36.924Z] ab5ef0e58194: Download complete [2022-03-21T17:03:36.924Z] 2de7ff778b66: Verifying Checksum [2022-03-21T17:03:36.924Z] 2de7ff778b66: Download complete [2022-03-21T17:03:39.460Z] ab5ef0e58194: Pull complete [2022-03-21T17:03:39.460Z] 9712f1f96733: Pull complete [2022-03-21T17:03:40.482Z] 63f879dbbcfc: Pull complete [2022-03-21T17:03:43.914Z] 0d9ebad4ef96: Pull complete [2022-03-21T17:03:44.172Z] e9a5061849ea: Pull complete [2022-03-21T17:03:44.172Z] d747dcd14b5f: Pull complete [2022-03-21T17:03:45.556Z] 2de7ff778b66: Pull complete [2022-03-21T17:03:45.556Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-03-21T17:03:45.556Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-21T17:03:45.556Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-03-21T17:03:45.623Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T17:03:45.662Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-03-21T17:03:48.044Z] $ docker top 49b2a4e5fa80ba566f36d4c59aa0da159ea21f21edfdbcdec29bd053b5dc5221 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-03-21T17:03:48.129Z] provisioning config files... [2022-03-21T17:03:48.137Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8875582491063360994tmp [2022-03-21T17:03:48.149Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2212148466002664051tmp [2022-03-21T17:03:48.160Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config414945547581354314tmp [Pipeline] { [Pipeline] echo [2022-03-21T17:03:48.174Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:03:48.460Z] ---> sigul-configuration.sh [2022-03-21T17:03:48.460Z] gpg: directory `/root/.gnupg' created [2022-03-21T17:03:48.460Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-03-21T17:03:48.460Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-03-21T17:03:48.460Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-03-21T17:03:48.460Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-03-21T17:03:48.460Z] gpg: CAST5 encrypted data [2022-03-21T17:03:48.460Z] gpg: encrypted with 1 passphrase [2022-03-21T17:03:48.460Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-03-21T17:03:48.749Z] + mkdir /home/jenkins [2022-03-21T17:03:48.749Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-03-21T17:03:49.040Z] + 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-21T17:03:49.050Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:03:49.337Z] ---> sigul-install.sh [2022-03-21T17:03:49.337Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-03-21T17:03:49.628Z] + git tag --list [2022-03-21T17:03:49.629Z] v1.0.0 [2022-03-21T17:03:49.629Z] v1.1.0 [2022-03-21T17:03:49.629Z] v1.2.0 [2022-03-21T17:03:49.629Z] v1.3.0 [2022-03-21T17:03:49.629Z] v1.3.1 [2022-03-21T17:03:49.629Z] v2.0.0 [2022-03-21T17:03:49.629Z] v2.0.1 [2022-03-21T17:03:49.629Z] v2.0.1-dev.1 [2022-03-21T17:03:49.629Z] v2.0.2-dev.1 [2022-03-21T17:03:49.629Z] v2.0.2-dev.10 [2022-03-21T17:03:49.629Z] v2.0.2-dev.11 [2022-03-21T17:03:49.629Z] v2.0.2-dev.12 [2022-03-21T17:03:49.629Z] v2.0.2-dev.13 [2022-03-21T17:03:49.629Z] v2.0.2-dev.14 [2022-03-21T17:03:49.629Z] v2.0.2-dev.15 [2022-03-21T17:03:49.629Z] v2.0.2-dev.16 [2022-03-21T17:03:49.629Z] v2.0.2-dev.17 [2022-03-21T17:03:49.629Z] v2.0.2-dev.18 [2022-03-21T17:03:49.629Z] v2.0.2-dev.19 [2022-03-21T17:03:49.629Z] v2.0.2-dev.2 [2022-03-21T17:03:49.629Z] v2.0.2-dev.20 [2022-03-21T17:03:49.629Z] v2.0.2-dev.21 [2022-03-21T17:03:49.629Z] v2.0.2-dev.22 [2022-03-21T17:03:49.629Z] v2.0.2-dev.23 [2022-03-21T17:03:49.629Z] v2.0.2-dev.24 [2022-03-21T17:03:49.629Z] v2.0.2-dev.25 [2022-03-21T17:03:49.629Z] v2.0.2-dev.26 [2022-03-21T17:03:49.629Z] v2.0.2-dev.27 [2022-03-21T17:03:49.629Z] v2.0.2-dev.28 [2022-03-21T17:03:49.629Z] v2.0.2-dev.29 [2022-03-21T17:03:49.629Z] v2.0.2-dev.3 [2022-03-21T17:03:49.629Z] v2.0.2-dev.30 [2022-03-21T17:03:49.629Z] v2.0.2-dev.4 [2022-03-21T17:03:49.629Z] v2.0.2-dev.5 [2022-03-21T17:03:49.629Z] v2.0.2-dev.6 [2022-03-21T17:03:49.629Z] v2.0.2-dev.7 [2022-03-21T17:03:49.629Z] v2.0.2-dev.8 [2022-03-21T17:03:49.629Z] v2.0.2-dev.9 [2022-03-21T17:03:49.629Z] v2.1.0 [2022-03-21T17:03:49.629Z] v2.2.0-dev.1 [2022-03-21T17:03:49.629Z] v2.2.0-dev.10 [2022-03-21T17:03:49.629Z] v2.2.0-dev.11 [2022-03-21T17:03:49.629Z] v2.2.0-dev.12 [2022-03-21T17:03:49.629Z] v2.2.0-dev.13 [2022-03-21T17:03:49.629Z] v2.2.0-dev.14 [2022-03-21T17:03:49.629Z] v2.2.0-dev.15 [2022-03-21T17:03:49.629Z] v2.2.0-dev.16 [2022-03-21T17:03:49.629Z] v2.2.0-dev.17 [2022-03-21T17:03:49.629Z] v2.2.0-dev.18 [2022-03-21T17:03:49.629Z] v2.2.0-dev.19 [2022-03-21T17:03:49.629Z] v2.2.0-dev.2 [2022-03-21T17:03:49.629Z] v2.2.0-dev.20 [2022-03-21T17:03:49.629Z] v2.2.0-dev.21 [2022-03-21T17:03:49.629Z] v2.2.0-dev.3 [2022-03-21T17:03:49.629Z] v2.2.0-dev.4 [2022-03-21T17:03:49.629Z] v2.2.0-dev.5 [2022-03-21T17:03:49.629Z] v2.2.0-dev.6 [2022-03-21T17:03:49.629Z] v2.2.0-dev.7 [2022-03-21T17:03:49.629Z] v2.2.0-dev.8 [2022-03-21T17:03:49.629Z] v2.2.0-dev.9 [Pipeline] sh [2022-03-21T17:03:49.919Z] + lftools sign git-tag v2.2.0-dev.21 [2022-03-21T17:03:50.489Z] Signing Git tag with Sigul... [2022-03-21T17:03:50.489Z] Signing v2.2.0-dev.21 [Pipeline] echo [2022-03-21T17:03:50.761Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:03:51.048Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-03-21T17:03:51.056Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-03-21T17:03:51.078Z] $ docker stop --time=1 49b2a4e5fa80ba566f36d4c59aa0da159ea21f21edfdbcdec29bd053b5dc5221 [2022-03-21T17:03:52.450Z] $ docker rm -f 49b2a4e5fa80ba566f36d4c59aa0da159ea21f21edfdbcdec29bd053b5dc5221 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-03-21T17:03:52.875Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-21T17:03:52.875Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:03:53.169Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-21T17:03:53.169Z] . [Pipeline] withDockerContainer [2022-03-21T17:03:53.235Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T17:03:53.271Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-21T17:03:53.652Z] $ docker top bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-21T17:03:53.758Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-21T17:03:53.758Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-21T17:03:53.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-21T17:03:53.887Z] $ docker exec bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad ssh-agent [2022-03-21T17:03:54.002Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXbcHpOE/agent.13 [2022-03-21T17:03:54.002Z] SSH_AGENT_PID=20 [2022-03-21T17:03:54.008Z] Running ssh-add (command line suppressed) [2022-03-21T17:03:54.128Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_103606257832856220.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_103606257832856220.key) [2022-03-21T17:03:54.141Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-21T17:03:54.435Z] + git semver bump pre [2022-03-21T17:03:54.435Z] # -> Open(): unable to determine branch for HEAD [2022-03-21T17:03:54.435Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-21T17:03:54.435Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-21T17:03:54.435Z] # $SEMVER_REMOTE_NAME = origin [2022-03-21T17:03:54.435Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-21T17:03:54.435Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-21T17:03:54.435Z] # $SEMVER_BRANCH = main [2022-03-21T17:03:54.435Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-03-21T17:03:54.435Z] 2.2.0-dev.22 [Pipeline] } [2022-03-21T17:03:54.449Z] $ docker exec --env ******** --env ******** bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad ssh-agent -k [2022-03-21T17:03:54.545Z] unset SSH_AUTH_SOCK; [2022-03-21T17:03:54.545Z] unset SSH_AGENT_PID; [2022-03-21T17:03:54.545Z] echo Agent pid 20 killed; [2022-03-21T17:03:54.554Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-21T17:03:54.860Z] + git semver [Pipeline] } [2022-03-21T17:03:54.879Z] $ docker stop --time=1 bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad [2022-03-21T17:03:56.215Z] $ docker rm -f bda055df692f543c41c7689aee45f34e1bad8f1c4be96cce865a797b5f6bfcad [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-21T17:03:56.575Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-21T17:03:56.575Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:03:56.870Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-21T17:03:56.870Z] . [Pipeline] withDockerContainer [2022-03-21T17:03:56.945Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T17:03:56.985Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-21T17:03:57.393Z] $ docker top 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-21T17:03:57.486Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-21T17:03:57.486Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-21T17:03:57.612Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-21T17:03:57.618Z] $ docker exec 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 ssh-agent [2022-03-21T17:03:57.740Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJAeMEF/agent.13 [2022-03-21T17:03:57.740Z] SSH_AGENT_PID=19 [2022-03-21T17:03:57.745Z] Running ssh-add (command line suppressed) [2022-03-21T17:03:57.869Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_2340602274427033004.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_2340602274427033004.key) [2022-03-21T17:03:57.882Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-21T17:03:58.173Z] + git semver push [2022-03-21T17:03:58.174Z] # -> Open(): unable to determine branch for HEAD [2022-03-21T17:03:58.174Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-21T17:03:58.174Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-21T17:03:58.174Z] # $SEMVER_REMOTE_NAME = origin [2022-03-21T17:03:58.174Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-21T17:03:58.174Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-21T17:03:58.174Z] # $SEMVER_BRANCH = main [2022-03-21T17:03:58.174Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-03-21T17:04:00.100Z] $ docker exec --env ******** --env ******** 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 ssh-agent -k [2022-03-21T17:04:00.212Z] unset SSH_AUTH_SOCK; [2022-03-21T17:04:00.213Z] unset SSH_AGENT_PID; [2022-03-21T17:04:00.213Z] echo Agent pid 19 killed; [2022-03-21T17:04:00.227Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-21T17:04:00.527Z] + git semver [Pipeline] } [2022-03-21T17:04:00.544Z] $ docker stop --time=1 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 [2022-03-21T17:04:01.861Z] $ docker rm -f 4d41d2b51fbaf3eb6cf08d75571fbbaacade257ed1910b7090ce5118b315ce04 [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-21T17:04:02.456Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-03-21T17:04:02.456Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-03-21T17:04:02.456Z] total 16 [2022-03-21T17:04:02.456Z] drwxr-xr-x 3 root root 4096 Mar 21 16:57 . [2022-03-21T17:04:02.456Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 17:03 .. [2022-03-21T17:04:02.456Z] drwxr-xr-x 2 root root 4096 Mar 21 16:57 cost [2022-03-21T17:04:02.456Z] -rw-r--r-- 1 root root 94 Mar 21 16:57 cost.csv [2022-03-21T17:04:02.456Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-03-21T17:04:02.456Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-03-21T17:04:02.456Z] total 16 [2022-03-21T17:04:02.456Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 21 16:57 . [2022-03-21T17:04:02.456Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 21 17:03 .. [2022-03-21T17:04:02.456Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 21 16:57 cost [2022-03-21T17:04:02.456Z] -rw-r--r-- 1 jenkins jenkins 94 Mar 21 16:57 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:04:02.803Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:04:03.686Z] ---> package-listing.sh [2022-03-21T17:04:03.686Z] ++ facter osfamily [2022-03-21T17:04:03.686Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-21T17:04:03.946Z] + OS_FAMILY=debian [2022-03-21T17:04:03.946Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-03-21T17:04:03.946Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-21T17:04:03.946Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-21T17:04:03.946Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-21T17:04:03.946Z] + PACKAGES=/tmp/packages_start.txt [2022-03-21T17:04:03.946Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-03-21T17:04:03.946Z] + PACKAGES=/tmp/packages_end.txt [2022-03-21T17:04:03.946Z] + case "${OS_FAMILY}" in [2022-03-21T17:04:03.946Z] + dpkg -l [2022-03-21T17:04:03.946Z] + grep '^ii' [2022-03-21T17:04:03.946Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-21T17:04:03.946Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-21T17:04:03.946Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-21T17:04:03.946Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-03-21T17:04:03.946Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-03-21T17:04:03.946Z] + 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-21T17:04:03.960Z] 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-21T17:04:04.246Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-21T17:04:04.809Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-21T17:04:04.809Z] . [Pipeline] withDockerContainer [2022-03-21T17:04:04.875Z] prd-ubuntu20.04-docker-8c-8g-8423 does not seem to be running inside a container [2022-03-21T17:04:04.916Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-21T17:04:05.165Z] $ docker top f9c39f5902ead56735322d2e1dc6dddaee2ded445923994716f9dc6c408ef54e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-21T17:04:05.525Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-21T17:04:05.818Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-21T17:04:06.111Z] + ls /var/log/sa-host [2022-03-21T17:04:06.111Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-21T17:04:06.310Z] provisioning config files... [2022-03-21T17:04:06.319Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2363177963900150516tmp [Pipeline] { [Pipeline] echo [2022-03-21T17:04:06.333Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:04:06.618Z] ---> create-netrc.sh [Pipeline] } [2022-03-21T17:04:06.626Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:04:06.961Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-21T17:04:06.971Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:04:07.258Z] ---> sudo-logs.sh [2022-03-21T17:04:07.258Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-21T17:04:07.289Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:04:07.576Z] ---> job-cost.sh [2022-03-21T17:04:07.576Z] lf-activate-venv: SKIPPING [2022-03-21T17:04:07.576Z] DEBUG: total: 0.2199999988079071 [2022-03-21T17:04:07.576Z] INFO: Retrieving Stack Cost... [2022-03-21T17:04:07.836Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-21T17:04:08.408Z] INFO: Archiving Costs [Pipeline] echo [2022-03-21T17:04:08.422Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-21T17:04:08.708Z] ---> logs-deploy.sh [2022-03-21T17:04:08.708Z] lf-activate-venv: SKIPPING [2022-03-21T17:04:08.708Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/57 [2022-03-21T17:04:08.708Z] INFO: archiving workspace using pattern(s): [2022-03-21T17:04:09.652Z] Archives upload complete. [2022-03-21T17:04:09.914Z] INFO: archiving logs to Nexus