Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 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-ssh8439848944597056826.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-ssh14580743606629184031.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-ssh5826153752794108915.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-ssh14401332941845624795.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-ssh752017252757942099.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 Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7856 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 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 (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 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 # timeout=10 Commit message: "Merge pull request #388 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v2-2.2.0-dev.30" > git rev-list --no-walk 95134ef0fa24dfe0e02402ba6bbc631c65b2c71b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-17T16:54:07.705Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-17T16:54:07.761Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-17T16:54:07.776Z] ========================================================= [2022-03-17T16:54:07.776Z] EdgeX Global Pipelines Version Info [2022-03-17T16:54:07.776Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-17T16:54:08.543Z] ------------------- [2022-03-17T16:54:08.543Z] stable info: [2022-03-17T16:54:08.543Z] ------------------- [2022-03-17T16:54:08.543Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-17T16:54:08.543Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-17T16:54:08.543Z] Message: update stable to v1.0.221 [2022-03-17T16:54:09.119Z] ------------------- [2022-03-17T16:54:09.119Z] experimental info: [2022-03-17T16:54:09.119Z] ------------------- [2022-03-17T16:54:09.119Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-17T16:54:09.119Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-17T16:54:09.119Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-17T16:54:09.266Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-03-17T16:54:09.283Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-03-17T16:54:09.295Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-17T16:54:09.310Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-17T16:54:09.324Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-17T16:54:09.336Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-17T16:54:09.349Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-17T16:54:09.365Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-03-17T16:54:09.379Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-17T16:54:09.396Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-17T16:54:09.409Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-17T16:54:09.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-03-17T16:54:09.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-17T16:54:09.448Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-17T16:54:09.465Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-17T16:54:09.485Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-17T16:54:09.503Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-03-17T16:54:09.522Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-03-17T16:54:09.536Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-17T16:54:09.549Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2022-03-17T16:54:09.565Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-03-17T16:54:09.580Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-03-17T16:54:09.594Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-03-17T16:54:09.611Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-03-17T16:54:09.622Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-03-17T16:54:09.637Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-17T16:54:09.649Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-03-17T16:54:09.663Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-03-17T16:54:09.675Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-03-17T16:54:09.687Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] echo [2022-03-17T16:54:09.702Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f9293bd [Pipeline] echo [2022-03-17T16:54:09.713Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-17T16:54:09.762Z] provisioning config files... [2022-03-17T16:54:09.777Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5958699624535450920tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-17T16:54:10.169Z] ---> docker-login.sh [2022-03-17T16:54:10.169Z] nexus3.edgexfoundry.org:10001 [2022-03-17T16:54:10.431Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:10.431Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:10.431Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:10.431Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:10.431Z] [2022-03-17T16:54:10.431Z] Login Succeeded [2022-03-17T16:54:10.431Z] nexus3.edgexfoundry.org:10002 [2022-03-17T16:54:10.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:10.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:10.695Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:10.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:10.695Z] [2022-03-17T16:54:10.695Z] Login Succeeded [2022-03-17T16:54:10.695Z] nexus3.edgexfoundry.org:10003 [2022-03-17T16:54:10.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:10.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:10.957Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:10.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:10.957Z] [2022-03-17T16:54:10.957Z] Login Succeeded [2022-03-17T16:54:10.957Z] nexus3.edgexfoundry.org:10004 [2022-03-17T16:54:10.957Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:10.957Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:10.957Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:10.957Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:10.957Z] [2022-03-17T16:54:10.957Z] Login Succeeded [2022-03-17T16:54:10.957Z] docker.io [2022-03-17T16:54:11.219Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:11.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:11.481Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:11.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:11.481Z] [2022-03-17T16:54:11.481Z] Login Succeeded [2022-03-17T16:54:11.481Z] ---> docker-login.sh ends [Pipeline] } [2022-03-17T16:54:11.491Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-17T16:54:11.868Z] + git rev-list -1 --merges f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3~1..f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] echo [2022-03-17T16:54:11.900Z] -----------> git rev-list -1 --merges f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3~1..f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T16:54:11.900Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [false] [Pipeline] sh [2022-03-17T16:54:12.194Z] + git log --format=format:%s -1 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] echo [2022-03-17T16:54:12.211Z] ========================================================= [2022-03-17T16:54:12.211Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-17T16:54:12.211Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-17T16:54:12.544Z] + git log --format=format:%s -1 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] echo [2022-03-17T16:54:12.558Z] [semverPrep] GIT_COMMIT: f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3, Commit Message: Merge pull request #388 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v2-2.2.0-dev.30 [Pipeline] echo [2022-03-17T16:54:12.567Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-03-17T16:54:13.027Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-17T16:54:13.027Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-17T16:54:13.027Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-17T16:54:13.027Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-17T16:54:13.027Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-17T16:54:13.027Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-17T16:54:13.027Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:54:13.376Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-17T16:54:13.376Z] [2022-03-17T16:54:13.376Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:54:13.681Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-17T16:54:13.682Z] latest: Pulling from edgex-devops/git-semver [2022-03-17T16:54:13.682Z] a0d0a0d46f8b: Pulling fs layer [2022-03-17T16:54:13.682Z] 3e5f54012d9b: Pulling fs layer [2022-03-17T16:54:13.682Z] 4c7163046ea9: Pulling fs layer [2022-03-17T16:54:13.682Z] 0c2d73faf560: Pulling fs layer [2022-03-17T16:54:13.682Z] 0c2d73faf560: Waiting [2022-03-17T16:54:13.682Z] 3e5f54012d9b: Verifying Checksum [2022-03-17T16:54:13.682Z] 3e5f54012d9b: Download complete [2022-03-17T16:54:13.682Z] a0d0a0d46f8b: Download complete [2022-03-17T16:54:13.682Z] 0c2d73faf560: Download complete [2022-03-17T16:54:13.682Z] 4c7163046ea9: Verifying Checksum [2022-03-17T16:54:13.682Z] 4c7163046ea9: Download complete [2022-03-17T16:54:13.942Z] a0d0a0d46f8b: Pull complete [2022-03-17T16:54:13.942Z] 3e5f54012d9b: Pull complete [2022-03-17T16:54:14.515Z] 4c7163046ea9: Pull complete [2022-03-17T16:54:14.515Z] 0c2d73faf560: Pull complete [2022-03-17T16:54:14.515Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-17T16:54:14.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-17T16:54:14.515Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-17T16:54:14.597Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T16:54:14.638Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-17T16:54:15.374Z] $ docker top cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-17T16:54:15.479Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-17T16:54:15.479Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-17T16:54:15.619Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-17T16:54:15.625Z] $ docker exec cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 ssh-agent [2022-03-17T16:54:15.758Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXddEhMp/agent.13 [2022-03-17T16:54:15.758Z] SSH_AGENT_PID=19 [2022-03-17T16:54:15.769Z] Running ssh-add (command line suppressed) [2022-03-17T16:54:15.894Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_7100226631226069402.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_7100226631226069402.key) [2022-03-17T16:54:15.909Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-17T16:54:16.203Z] + git tag --points-at HEAD [Pipeline] } [2022-03-17T16:54:16.230Z] $ docker exec --env ******** --env ******** cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 ssh-agent -k [2022-03-17T16:54:16.344Z] unset SSH_AUTH_SOCK; [2022-03-17T16:54:16.344Z] unset SSH_AGENT_PID; [2022-03-17T16:54:16.344Z] echo Agent pid 19 killed; [2022-03-17T16:54:16.355Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-17T16:54:16.377Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-17T16:54:16.377Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-17T16:54:16.523Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-17T16:54:16.528Z] $ docker exec cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 ssh-agent [2022-03-17T16:54:16.653Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXHAiFlo/agent.51 [2022-03-17T16:54:16.653Z] SSH_AGENT_PID=57 [2022-03-17T16:54:16.659Z] Running ssh-add (command line suppressed) [2022-03-17T16:54:16.767Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8739050753249701938.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8739050753249701938.key) [2022-03-17T16:54:16.780Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-17T16:54:17.074Z] + git semver init [2022-03-17T16:54:17.074Z] # -> Open(): unable to determine branch for HEAD [2022-03-17T16:54:17.074Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-17T16:54:17.074Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-17T16:54:17.074Z] # $SEMVER_REMOTE_NAME = origin [2022-03-17T16:54:17.074Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-17T16:54:17.074Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-17T16:54:17.074Z] # $SEMVER_BRANCH = main [2022-03-17T16:54:17.074Z] # $SEMVER_TEMP = /tmp/semver-084897393 [2022-03-17T16:54:17.074Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2022-03-17T16:54:18.017Z] # '/tmp/semver-084897393' -> '/w/workspace/ry_app-service-configurable_main/.semver' [2022-03-17T16:54:18.017Z] # -> Force: false [2022-03-17T16:54:18.017Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-03-17T16:54:18.031Z] $ docker exec --env ******** --env ******** cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 ssh-agent -k [2022-03-17T16:54:18.150Z] unset SSH_AUTH_SOCK; [2022-03-17T16:54:18.151Z] unset SSH_AGENT_PID; [2022-03-17T16:54:18.151Z] echo Agent pid 57 killed; [2022-03-17T16:54:18.160Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-17T16:54:18.462Z] + git semver [Pipeline] } [2022-03-17T16:54:18.480Z] $ docker stop --time=1 cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 [2022-03-17T16:54:19.824Z] $ docker rm -f cb91bab875329cf401a233ba24688011fbbc2c268e7d0b50420f11adf13ccea1 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-17T16:54:20.185Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-17T16:54:20.432Z] Stashed 1 file(s) [Pipeline] echo [2022-03-17T16:54:20.436Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.20 [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-17T16:54:20.580Z] provisioning config files... [2022-03-17T16:54:20.590Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6515464240170833857tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-17T16:54:20.901Z] ---> docker-login.sh [2022-03-17T16:54:20.901Z] nexus3.edgexfoundry.org:10001 [2022-03-17T16:54:20.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:20.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:20.901Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:20.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:20.901Z] [2022-03-17T16:54:20.901Z] Login Succeeded [2022-03-17T16:54:20.901Z] nexus3.edgexfoundry.org:10002 [2022-03-17T16:54:20.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:21.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:21.162Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:21.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:21.162Z] [2022-03-17T16:54:21.162Z] Login Succeeded [2022-03-17T16:54:21.162Z] nexus3.edgexfoundry.org:10003 [2022-03-17T16:54:21.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:21.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:21.162Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:21.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:21.162Z] [2022-03-17T16:54:21.162Z] Login Succeeded [2022-03-17T16:54:21.162Z] nexus3.edgexfoundry.org:10004 [2022-03-17T16:54:21.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:21.424Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:21.424Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:21.424Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:21.424Z] [2022-03-17T16:54:21.424Z] Login Succeeded [2022-03-17T16:54:21.424Z] docker.io [2022-03-17T16:54:21.424Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:54:21.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:54:21.685Z] Configure a credential helper to remove this warning. See [2022-03-17T16:54:21.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:54:21.685Z] [2022-03-17T16:54:21.685Z] Login Succeeded [2022-03-17T16:54:21.685Z] ---> docker-login.sh ends [Pipeline] } [2022-03-17T16:54:21.694Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-17T16:54:21.762Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-17T16:54:21.771Z] ========================================================= [2022-03-17T16:54:21.771Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-17T16:54:21.771Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:54:22.084Z] + 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-17T16:54:22.084Z] Sending build context to Docker daemon 2.974MB [2022-03-17T16:54:22.084Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-03-17T16:54:22.084Z] Step 2/13 : FROM ${BASE} AS builder [2022-03-17T16:54:22.084Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-17T16:54:22.084Z] 59bf1c3509f3: Pulling fs layer [2022-03-17T16:54:22.084Z] 666ba61612fd: Pulling fs layer [2022-03-17T16:54:22.084Z] 8ed8ca486205: Pulling fs layer [2022-03-17T16:54:22.084Z] 4fe6c5a15a65: Pulling fs layer [2022-03-17T16:54:22.084Z] 22a0e8bec74d: Pulling fs layer [2022-03-17T16:54:22.084Z] 640e595b4fbd: Pulling fs layer [2022-03-17T16:54:22.084Z] 763cafe07f6e: Pulling fs layer [2022-03-17T16:54:22.084Z] 0c0b528cf693: Pulling fs layer [2022-03-17T16:54:22.084Z] 10935f4eaf8b: Pulling fs layer [2022-03-17T16:54:22.084Z] 22a0e8bec74d: Waiting [2022-03-17T16:54:22.084Z] 10935f4eaf8b: Waiting [2022-03-17T16:54:22.084Z] 0c0b528cf693: Waiting [2022-03-17T16:54:22.084Z] 763cafe07f6e: Waiting [2022-03-17T16:54:22.084Z] 4fe6c5a15a65: Waiting [2022-03-17T16:54:22.084Z] 8ed8ca486205: Download complete [2022-03-17T16:54:22.352Z] 666ba61612fd: Download complete [2022-03-17T16:54:22.352Z] 22a0e8bec74d: Verifying Checksum [2022-03-17T16:54:22.352Z] 22a0e8bec74d: Download complete [2022-03-17T16:54:22.352Z] 640e595b4fbd: Verifying Checksum [2022-03-17T16:54:22.352Z] 640e595b4fbd: Download complete [2022-03-17T16:54:22.352Z] 59bf1c3509f3: Verifying Checksum [2022-03-17T16:54:22.352Z] 59bf1c3509f3: Download complete [2022-03-17T16:54:22.352Z] 763cafe07f6e: Verifying Checksum [2022-03-17T16:54:22.352Z] 763cafe07f6e: Download complete [2022-03-17T16:54:22.352Z] 0c0b528cf693: Verifying Checksum [2022-03-17T16:54:22.352Z] 0c0b528cf693: Download complete [2022-03-17T16:54:22.352Z] 59bf1c3509f3: Pull complete [2022-03-17T16:54:22.614Z] 666ba61612fd: Pull complete [2022-03-17T16:54:22.614Z] 8ed8ca486205: Pull complete [2022-03-17T16:54:22.874Z] 10935f4eaf8b: Verifying Checksum [2022-03-17T16:54:22.874Z] 10935f4eaf8b: Download complete [2022-03-17T16:54:23.134Z] 4fe6c5a15a65: Verifying Checksum [2022-03-17T16:54:23.134Z] 4fe6c5a15a65: Download complete [2022-03-17T16:54:27.352Z] 4fe6c5a15a65: Pull complete [2022-03-17T16:54:27.352Z] 22a0e8bec74d: Pull complete [2022-03-17T16:54:27.352Z] 640e595b4fbd: Pull complete [2022-03-17T16:54:27.613Z] 763cafe07f6e: Pull complete [2022-03-17T16:54:27.613Z] 0c0b528cf693: Pull complete [2022-03-17T16:54:30.160Z] 10935f4eaf8b: Pull complete [2022-03-17T16:54:30.160Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-17T16:54:30.160Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-17T16:54:30.160Z] ---> 99d49a6021b9 [2022-03-17T16:54:30.160Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-17T16:54:31.547Z] ---> Running in c69668bda6a9 [2022-03-17T16:54:31.547Z] Removing intermediate container c69668bda6a9 [2022-03-17T16:54:31.547Z] ---> b4fe496b2120 [2022-03-17T16:54:31.547Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-03-17T16:54:31.547Z] ---> Running in 4a656370e641 [2022-03-17T16:54:31.547Z] Removing intermediate container 4a656370e641 [2022-03-17T16:54:31.547Z] ---> 9ff616a8d43c [2022-03-17T16:54:31.547Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-17T16:54:31.547Z] ---> Running in d11550845690 [2022-03-17T16:54:31.547Z] Removing intermediate container d11550845690 [2022-03-17T16:54:31.547Z] ---> 53da43103af3 [2022-03-17T16:54:31.547Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-17T16:54:31.807Z] ---> Running in 0e33acabe94d [2022-03-17T16:54:32.381Z] Removing intermediate container 0e33acabe94d [2022-03-17T16:54:32.381Z] ---> b7b2b2b1523a [2022-03-17T16:54:32.381Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-17T16:54:32.381Z] ---> Running in fe1d013298aa [2022-03-17T16:54:32.642Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-17T16:54:33.583Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-17T16:54:33.844Z] OK: 221 MiB in 52 packages [2022-03-17T16:54:34.107Z] Removing intermediate container fe1d013298aa [2022-03-17T16:54:34.107Z] ---> 1bef718d7a3e [2022-03-17T16:54:34.107Z] Step 8/13 : WORKDIR /app [2022-03-17T16:54:34.107Z] ---> Running in 06f9414338c5 [2022-03-17T16:54:34.107Z] Removing intermediate container 06f9414338c5 [2022-03-17T16:54:34.107Z] ---> dac77d2c4621 [2022-03-17T16:54:34.107Z] Step 9/13 : COPY go.mod vendor* ./ [2022-03-17T16:54:34.366Z] ---> 5a35b375fc7c [2022-03-17T16:54:34.366Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-17T16:54:34.366Z] ---> Running in 228bc97fa690 [2022-03-17T16:54:35.548Z] Still waiting to schedule task [2022-03-17T16:54:35.549Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7854’ [2022-03-17T16:55:00.952Z] Removing intermediate container 228bc97fa690 [2022-03-17T16:55:00.952Z] ---> 2d047092cc41 [2022-03-17T16:55:00.952Z] Step 11/13 : COPY . . [2022-03-17T16:55:00.952Z] ---> 44236c68d5ec [2022-03-17T16:55:00.952Z] Step 12/13 : ARG MAKE="make build" [2022-03-17T16:55:00.952Z] ---> Running in d21139759eac [2022-03-17T16:55:00.952Z] Removing intermediate container d21139759eac [2022-03-17T16:55:00.952Z] ---> e1cf3ea81ac7 [2022-03-17T16:55:00.952Z] Step 13/13 : RUN $MAKE [2022-03-17T16:55:00.952Z] ---> Running in 043502a1abe8 [2022-03-17T16:55:00.952Z] noop [2022-03-17T16:55:00.952Z] Removing intermediate container 043502a1abe8 [2022-03-17T16:55:00.952Z] ---> 306ade08a76c [2022-03-17T16:55:00.952Z] Successfully built 306ade08a76c [2022-03-17T16:55:00.952Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:01.250Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-17T16:55:01.250Z] . [Pipeline] withDockerContainer [2022-03-17T16:55:01.321Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T16:55:01.356Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-17T16:55:01.763Z] $ docker top 1e9cad519ad476e1ffe2003a3284cbccb303fdef0ad324feec7f2de1918af335 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-17T16:55:02.128Z] + go version [2022-03-17T16:55:02.128Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-17T16:55:02.144Z] $ docker stop --time=1 1e9cad519ad476e1ffe2003a3284cbccb303fdef0ad324feec7f2de1918af335 [2022-03-17T16:55:03.452Z] $ docker rm -f 1e9cad519ad476e1ffe2003a3284cbccb303fdef0ad324feec7f2de1918af335 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:03.863Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-17T16:55:03.863Z] . [Pipeline] withDockerContainer [2022-03-17T16:55:03.973Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T16:55:04.044Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-17T16:55:04.454Z] $ docker top d1746dc0ae7ee504c66e637820160783cc103be6be89fc5f7e5c5280974324c6 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-17T16:55:04.822Z] + make test [2022-03-17T16:55:04.822Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-03-17T16:55:11.398Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-03-17T16:55:11.398Z] CGO_ENABLED=1 go vet ./... [2022-03-17T16:55:14.697Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-17T16:55:14.697Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-17T16:55:14.697Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-17T16:55:14.969Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-17T16:55:14.986Z] $ docker stop --time=1 d1746dc0ae7ee504c66e637820160783cc103be6be89fc5f7e5c5280974324c6 [2022-03-17T16:55:16.661Z] $ docker rm -f d1746dc0ae7ee504c66e637820160783cc103be6be89fc5f7e5c5280974324c6 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-17T16:55:17.048Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-17T16:55:17.088Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-03-17T16:55:17.653Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-17T16:55:17.941Z] + ls -al . [2022-03-17T16:55:17.941Z] total 176 [2022-03-17T16:55:17.941Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 16:55 . [2022-03-17T16:55:17.941Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 16:54 .. [2022-03-17T16:55:17.941Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 17 16:54 .dockerignore [2022-03-17T16:55:17.941Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 16:54 .git [2022-03-17T16:55:17.942Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 16:54 .github [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 104 Mar 17 16:54 .gitignore [2022-03-17T16:55:17.942Z] drwx------ 3 jenkins jenkins 4096 Mar 17 16:54 .semver [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 7627 Mar 17 16:54 Attribution.txt [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 23791 Mar 17 16:54 CHANGELOG.md [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 2087 Mar 17 16:54 Dockerfile [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 17 16:54 GOVERNANCE.md [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 17 16:54 Jenkinsfile [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 17 16:54 LICENSE [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 17 16:54 OWNERS.md [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 3860 Mar 17 16:54 README.md [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 17 16:54 VERSION [2022-03-17T16:55:17.942Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 16:54 bin [2022-03-17T16:55:17.942Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 17 16:55 coverage.out [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 2816 Mar 17 16:54 go.mod [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 50121 Mar 17 16:54 go.sum [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 17 16:54 main.go [2022-03-17T16:55:17.942Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 17 16:54 makefile [2022-03-17T16:55:17.942Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 16:54 res [2022-03-17T16:55:17.942Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 16:54 snap [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:18.245Z] + 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=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 --label arch=amd64 --label version=2.2.0-dev.20 . [2022-03-17T16:55:18.246Z] Sending build context to Docker daemon 2.975MB [2022-03-17T16:55:18.246Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-03-17T16:55:18.246Z] Step 2/27 : FROM ${BASE} AS builder [2022-03-17T16:55:18.246Z] ---> 306ade08a76c [2022-03-17T16:55:18.246Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-17T16:55:18.246Z] ---> Running in 5e9dfa9ea9cc [2022-03-17T16:55:18.506Z] Removing intermediate container 5e9dfa9ea9cc [2022-03-17T16:55:18.506Z] ---> 44841e356a29 [2022-03-17T16:55:18.506Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-03-17T16:55:18.506Z] ---> Running in 064177fcec64 [2022-03-17T16:55:18.506Z] Removing intermediate container 064177fcec64 [2022-03-17T16:55:18.506Z] ---> 5f85b4f48898 [2022-03-17T16:55:18.506Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-17T16:55:18.506Z] ---> Running in 4d0162a7611c [2022-03-17T16:55:18.767Z] Removing intermediate container 4d0162a7611c [2022-03-17T16:55:18.767Z] ---> 91ce82df43ad [2022-03-17T16:55:18.767Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-17T16:55:18.767Z] ---> Running in 70fd0f3849bc [2022-03-17T16:55:19.337Z] Removing intermediate container 70fd0f3849bc [2022-03-17T16:55:19.337Z] ---> 0f5ee09e62bd [2022-03-17T16:55:19.337Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-17T16:55:19.337Z] ---> Running in 50ad730b916c [2022-03-17T16:55:19.598Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-17T16:55:20.541Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-17T16:55:20.802Z] OK: 221 MiB in 52 packages [2022-03-17T16:55:21.064Z] Removing intermediate container 50ad730b916c [2022-03-17T16:55:21.064Z] ---> 996e0722cba1 [2022-03-17T16:55:21.064Z] Step 8/27 : WORKDIR /app [2022-03-17T16:55:21.064Z] ---> Running in e17d623b9466 [2022-03-17T16:55:21.325Z] Removing intermediate container e17d623b9466 [2022-03-17T16:55:21.325Z] ---> cf4448f4eb45 [2022-03-17T16:55:21.325Z] Step 9/27 : COPY go.mod vendor* ./ [2022-03-17T16:55:21.325Z] ---> 2479970406ad [2022-03-17T16:55:21.325Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-17T16:55:21.586Z] ---> Running in 07f2f4f5b2c1 [2022-03-17T16:55:22.157Z] Removing intermediate container 07f2f4f5b2c1 [2022-03-17T16:55:22.157Z] ---> d69116e2d4af [2022-03-17T16:55:22.157Z] Step 11/27 : COPY . . [2022-03-17T16:55:22.418Z] ---> 19160a6aa975 [2022-03-17T16:55:22.419Z] Step 12/27 : ARG MAKE="make build" [2022-03-17T16:55:22.419Z] ---> Running in 96a0208ac6a2 [2022-03-17T16:55:22.419Z] Removing intermediate container 96a0208ac6a2 [2022-03-17T16:55:22.419Z] ---> 42b33b06018f [2022-03-17T16:55:22.419Z] Step 13/27 : RUN $MAKE [2022-03-17T16:55:22.419Z] ---> Running in d29fceb12efc [2022-03-17T16:55:22.687Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.30 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.20" -o app-service-configurable [2022-03-17T16:55:30.822Z] Removing intermediate container d29fceb12efc [2022-03-17T16:55:30.822Z] ---> c1f7bd9d977c [2022-03-17T16:55:30.822Z] Step 14/27 : FROM alpine:3.14 [2022-03-17T16:55:30.822Z] 3.14: Pulling from library/alpine [2022-03-17T16:55:31.083Z] 36ccefbf3d8a: Pulling fs layer [2022-03-17T16:55:31.344Z] 36ccefbf3d8a: Verifying Checksum [2022-03-17T16:55:31.344Z] 36ccefbf3d8a: Download complete [2022-03-17T16:55:31.344Z] 36ccefbf3d8a: Pull complete [2022-03-17T16:55:31.344Z] Digest: sha256:f1ed84ca390bf30ed80fcfe093f9cecee089b022277b15c9a6abcf5ebfd496ae [2022-03-17T16:55:31.344Z] Status: Downloaded newer image for alpine:3.14 [2022-03-17T16:55:31.344Z] ---> a33ac4f1069a [2022-03-17T16:55:31.344Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-17T16:55:31.604Z] ---> Running in 22a716f07558 [2022-03-17T16:55:31.604Z] Removing intermediate container 22a716f07558 [2022-03-17T16:55:31.604Z] ---> dec33a04cdbb [2022-03-17T16:55:31.604Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-03-17T16:55:31.604Z] ---> Running in e62f0044ebe8 [2022-03-17T16:55:31.604Z] Removing intermediate container e62f0044ebe8 [2022-03-17T16:55:31.604Z] ---> b3dd1be3a034 [2022-03-17T16:55:31.604Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-03-17T16:55:31.866Z] ---> Running in 6e04291b43e2 [2022-03-17T16:55:32.127Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-03-17T16:55:32.390Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-03-17T16:55:32.390Z] (1/7) Installing ca-certificates (20211220-r0) [2022-03-17T16:55:32.390Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-03-17T16:55:32.390Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-03-17T16:55:32.390Z] (4/7) Installing libsodium (1.0.18-r0) [2022-03-17T16:55:32.390Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-17T16:55:32.653Z] (6/7) Installing libzmq (4.3.4-r0) [2022-03-17T16:55:32.653Z] (7/7) Installing zeromq (4.3.4-r0) [2022-03-17T16:55:32.653Z] Executing busybox-1.33.1-r6.trigger [2022-03-17T16:55:32.653Z] Executing ca-certificates-20211220-r0.trigger [2022-03-17T16:55:32.653Z] OK: 9 MiB in 21 packages [2022-03-17T16:55:32.914Z] Removing intermediate container 6e04291b43e2 [2022-03-17T16:55:32.914Z] ---> 154642dd2c8e [2022-03-17T16:55:32.914Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-03-17T16:55:33.174Z] ---> bb51d4a9710f [2022-03-17T16:55:33.174Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-03-17T16:55:33.434Z] ---> 485bdb621ecc [2022-03-17T16:55:33.434Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-03-17T16:55:33.434Z] ---> a471bede4290 [2022-03-17T16:55:33.434Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-03-17T16:55:34.005Z] ---> 714fcd83bad4 [2022-03-17T16:55:34.005Z] Step 22/27 : EXPOSE 48095 [2022-03-17T16:55:34.005Z] ---> Running in bfdbdd5726d3 [2022-03-17T16:55:34.006Z] Removing intermediate container bfdbdd5726d3 [2022-03-17T16:55:34.006Z] ---> d0f7841fd8e7 [2022-03-17T16:55:34.006Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-03-17T16:55:34.006Z] ---> Running in f8c4644c32d6 [2022-03-17T16:55:34.267Z] Removing intermediate container f8c4644c32d6 [2022-03-17T16:55:34.267Z] ---> 25960f80cc6a [2022-03-17T16:55:34.267Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-17T16:55:34.267Z] ---> Running in e710e92e4347 [2022-03-17T16:55:34.267Z] Removing intermediate container e710e92e4347 [2022-03-17T16:55:34.267Z] ---> 1bfcc08c763c [2022-03-17T16:55:34.267Z] Step 25/27 : LABEL arch=amd64 [2022-03-17T16:55:34.267Z] ---> Running in f6db7a108e3c [2022-03-17T16:55:34.529Z] Removing intermediate container f6db7a108e3c [2022-03-17T16:55:34.529Z] ---> 2b5579a08966 [2022-03-17T16:55:34.529Z] Step 26/27 : LABEL git_sha=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T16:55:34.529Z] ---> Running in 8c0fbe1b80aa [2022-03-17T16:55:34.529Z] Removing intermediate container 8c0fbe1b80aa [2022-03-17T16:55:34.529Z] ---> 223dcf7c3caa [2022-03-17T16:55:34.529Z] Step 27/27 : LABEL version=2.2.0-dev.20 [2022-03-17T16:55:34.529Z] ---> Running in 7eae17e2784c [2022-03-17T16:55:34.791Z] Removing intermediate container 7eae17e2784c [2022-03-17T16:55:34.791Z] ---> 40076cc25277 [2022-03-17T16:55:34.791Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-17T16:55:34.791Z] Successfully built 40076cc25277 [2022-03-17T16:55:34.791Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-17T16:55:34.885Z] provisioning config files... [2022-03-17T16:55:34.896Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3450486901621170897tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-17T16:55:35.200Z] ---> docker-login.sh [2022-03-17T16:55:35.200Z] nexus3.edgexfoundry.org:10001 [2022-03-17T16:55:35.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:55:35.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:55:35.200Z] Configure a credential helper to remove this warning. See [2022-03-17T16:55:35.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:55:35.200Z] [2022-03-17T16:55:35.200Z] Login Succeeded [2022-03-17T16:55:35.200Z] nexus3.edgexfoundry.org:10002 [2022-03-17T16:55:35.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:55:35.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:55:35.461Z] Configure a credential helper to remove this warning. See [2022-03-17T16:55:35.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:55:35.461Z] [2022-03-17T16:55:35.461Z] Login Succeeded [2022-03-17T16:55:35.461Z] nexus3.edgexfoundry.org:10003 [2022-03-17T16:55:35.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:55:35.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:55:35.461Z] Configure a credential helper to remove this warning. See [2022-03-17T16:55:35.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:55:35.461Z] [2022-03-17T16:55:35.461Z] Login Succeeded [2022-03-17T16:55:35.461Z] nexus3.edgexfoundry.org:10004 [2022-03-17T16:55:35.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:55:35.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:55:35.461Z] Configure a credential helper to remove this warning. See [2022-03-17T16:55:35.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:55:35.461Z] [2022-03-17T16:55:35.461Z] Login Succeeded [2022-03-17T16:55:35.722Z] docker.io [2022-03-17T16:55:35.722Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:55:35.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:55:35.983Z] Configure a credential helper to remove this warning. See [2022-03-17T16:55:35.983Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:55:35.983Z] [2022-03-17T16:55:35.983Z] Login Succeeded [2022-03-17T16:55:35.983Z] ---> docker-login.sh ends [Pipeline] } [2022-03-17T16:55:35.992Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-17T16:55:36.030Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-17T16:55:36.059Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-03-17T16:55:36.059Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T16:55:36.059Z] latest [2022-03-17T16:55:36.059Z] 2.2.0-dev.20 [2022-03-17T16:55:36.059Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [2022-03-17T16:55:36.059Z] main [2022-03-17T16:55:36.059Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:36.389Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:36.688Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T16:55:36.688Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-17T16:55:36.688Z] 21f6d5912e32: Preparing [2022-03-17T16:55:36.688Z] ba1b56a2c157: Preparing [2022-03-17T16:55:36.688Z] 3c358e864c14: Preparing [2022-03-17T16:55:36.688Z] ed3c2f71b388: Preparing [2022-03-17T16:55:36.688Z] 3f5a34539227: Preparing [2022-03-17T16:55:36.688Z] 2e38978dfe40: Preparing [2022-03-17T16:55:36.688Z] 2e38978dfe40: Waiting [2022-03-17T16:55:36.688Z] ba1b56a2c157: Pushed [2022-03-17T16:55:36.688Z] ed3c2f71b388: Pushed [2022-03-17T16:55:36.688Z] 3c358e864c14: Pushed [2022-03-17T16:55:36.688Z] 2e38978dfe40: Layer already exists [2022-03-17T16:55:37.263Z] 3f5a34539227: Pushed [2022-03-17T16:55:38.652Z] 21f6d5912e32: Pushed [2022-03-17T16:55:38.652Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:38.957Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:39.257Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-03-17T16:55:39.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-17T16:55:39.258Z] 21f6d5912e32: Preparing [2022-03-17T16:55:39.258Z] ba1b56a2c157: Preparing [2022-03-17T16:55:39.258Z] 3c358e864c14: Preparing [2022-03-17T16:55:39.258Z] ed3c2f71b388: Preparing [2022-03-17T16:55:39.258Z] 3f5a34539227: Preparing [2022-03-17T16:55:39.258Z] 2e38978dfe40: Preparing [2022-03-17T16:55:39.258Z] 2e38978dfe40: Waiting [2022-03-17T16:55:39.258Z] 3c358e864c14: Layer already exists [2022-03-17T16:55:39.258Z] ba1b56a2c157: Layer already exists [2022-03-17T16:55:39.258Z] 3f5a34539227: Layer already exists [2022-03-17T16:55:39.258Z] ed3c2f71b388: Layer already exists [2022-03-17T16:55:39.258Z] 21f6d5912e32: Layer already exists [2022-03-17T16:55:39.258Z] 2e38978dfe40: Layer already exists [2022-03-17T16:55:39.258Z] latest: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:39.559Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:39.861Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.20 [2022-03-17T16:55:39.861Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-17T16:55:39.861Z] 21f6d5912e32: Preparing [2022-03-17T16:55:39.861Z] ba1b56a2c157: Preparing [2022-03-17T16:55:39.861Z] 3c358e864c14: Preparing [2022-03-17T16:55:39.861Z] ed3c2f71b388: Preparing [2022-03-17T16:55:39.861Z] 3f5a34539227: Preparing [2022-03-17T16:55:39.861Z] 2e38978dfe40: Preparing [2022-03-17T16:55:39.861Z] 2e38978dfe40: Waiting [2022-03-17T16:55:39.861Z] 21f6d5912e32: Layer already exists [2022-03-17T16:55:39.861Z] ba1b56a2c157: Layer already exists [2022-03-17T16:55:39.861Z] 3c358e864c14: Layer already exists [2022-03-17T16:55:39.861Z] 3f5a34539227: Layer already exists [2022-03-17T16:55:39.861Z] ed3c2f71b388: Layer already exists [2022-03-17T16:55:39.861Z] 2e38978dfe40: Layer already exists [2022-03-17T16:55:39.861Z] 2.2.0-dev.20: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:40.171Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:40.470Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [2022-03-17T16:55:40.470Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-17T16:55:40.470Z] 21f6d5912e32: Preparing [2022-03-17T16:55:40.470Z] ba1b56a2c157: Preparing [2022-03-17T16:55:40.470Z] 3c358e864c14: Preparing [2022-03-17T16:55:40.470Z] ed3c2f71b388: Preparing [2022-03-17T16:55:40.470Z] 3f5a34539227: Preparing [2022-03-17T16:55:40.470Z] 2e38978dfe40: Preparing [2022-03-17T16:55:40.470Z] 2e38978dfe40: Waiting [2022-03-17T16:55:40.470Z] ba1b56a2c157: Layer already exists [2022-03-17T16:55:40.470Z] ed3c2f71b388: Layer already exists [2022-03-17T16:55:40.470Z] 21f6d5912e32: Layer already exists [2022-03-17T16:55:40.470Z] 3c358e864c14: Layer already exists [2022-03-17T16:55:40.470Z] 3f5a34539227: Layer already exists [2022-03-17T16:55:40.470Z] 2e38978dfe40: Layer already exists [2022-03-17T16:55:40.470Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:40.782Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:41.084Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-03-17T16:55:41.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-03-17T16:55:41.084Z] 21f6d5912e32: Preparing [2022-03-17T16:55:41.084Z] ba1b56a2c157: Preparing [2022-03-17T16:55:41.084Z] 3c358e864c14: Preparing [2022-03-17T16:55:41.084Z] ed3c2f71b388: Preparing [2022-03-17T16:55:41.084Z] 3f5a34539227: Preparing [2022-03-17T16:55:41.084Z] 2e38978dfe40: Preparing [2022-03-17T16:55:41.084Z] 2e38978dfe40: Waiting [2022-03-17T16:55:41.084Z] ba1b56a2c157: Layer already exists [2022-03-17T16:55:41.084Z] ed3c2f71b388: Layer already exists [2022-03-17T16:55:41.084Z] 3f5a34539227: Layer already exists [2022-03-17T16:55:41.084Z] 21f6d5912e32: Layer already exists [2022-03-17T16:55:41.084Z] 3c358e864c14: Layer already exists [2022-03-17T16:55:41.084Z] 2e38978dfe40: Layer already exists [2022-03-17T16:55:41.084Z] main: digest: sha256:288ae774e5800b99ad48ac20419a61c187e5126c08962b31b1a5ed02862741d0 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-17T16:55:41.119Z] ===================================================== [Pipeline] echo [2022-03-17T16:55:41.127Z] taggedImages: [2022-03-17T16:55:41.127Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T16:55:41.127Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-03-17T16:55:41.127Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.20 [2022-03-17T16:55:41.127Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [2022-03-17T16:55:41.127Z] - 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-17T16:55:41.536Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-17T16:55:41.536Z] [2022-03-17T16:55:41.536Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:55:41.844Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-17T16:55:41.844Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-17T16:55:41.844Z] 5eb5b503b376: Pulling fs layer [2022-03-17T16:55:41.844Z] 5c69ac0246d0: Pulling fs layer [2022-03-17T16:55:41.844Z] ec43610c2a17: Pulling fs layer [2022-03-17T16:55:41.844Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-17T16:55:41.844Z] 33b1e0a273af: Pulling fs layer [2022-03-17T16:55:41.844Z] 5d3b04190fa2: Pulling fs layer [2022-03-17T16:55:41.844Z] 2f39f015ded8: Pulling fs layer [2022-03-17T16:55:41.844Z] 33b1e0a273af: Waiting [2022-03-17T16:55:41.844Z] 2f39f015ded8: Waiting [2022-03-17T16:55:41.844Z] 5d3b04190fa2: Waiting [2022-03-17T16:55:41.844Z] 3a2ae6a8a46f: Waiting [2022-03-17T16:55:41.844Z] 5c69ac0246d0: Download complete [2022-03-17T16:55:41.844Z] 3a2ae6a8a46f: Verifying Checksum [2022-03-17T16:55:41.844Z] 3a2ae6a8a46f: Download complete [2022-03-17T16:55:41.844Z] 33b1e0a273af: Verifying Checksum [2022-03-17T16:55:41.844Z] 33b1e0a273af: Download complete [2022-03-17T16:55:41.844Z] 5d3b04190fa2: Verifying Checksum [2022-03-17T16:55:41.844Z] 5d3b04190fa2: Download complete [2022-03-17T16:55:41.844Z] ec43610c2a17: Verifying Checksum [2022-03-17T16:55:41.844Z] ec43610c2a17: Download complete [2022-03-17T16:55:42.105Z] 5eb5b503b376: Verifying Checksum [2022-03-17T16:55:42.105Z] 5eb5b503b376: Download complete [2022-03-17T16:55:42.676Z] 2f39f015ded8: Verifying Checksum [2022-03-17T16:55:42.676Z] 2f39f015ded8: Download complete [2022-03-17T16:55:43.617Z] 5eb5b503b376: Pull complete [2022-03-17T16:55:43.617Z] 5c69ac0246d0: Pull complete [2022-03-17T16:55:44.185Z] ec43610c2a17: Pull complete [2022-03-17T16:55:44.185Z] 3a2ae6a8a46f: Pull complete [2022-03-17T16:55:44.446Z] 33b1e0a273af: Pull complete [2022-03-17T16:55:44.446Z] 5d3b04190fa2: Pull complete [2022-03-17T16:55:49.725Z] 2f39f015ded8: Pull complete [2022-03-17T16:55:49.725Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-17T16:55:49.725Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-17T16:55:49.725Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-17T16:55:49.800Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T16:55:49.841Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-17T16:55:51.424Z] $ docker top 2b4d4e02fd71124f8288b971f4fcc605f52c9702740afc28901e43e848585284 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-17T16:55:51.891Z] ---> job-cost.sh [2022-03-17T16:55:51.892Z] lf-activate-venv: SKIPPING [2022-03-17T16:55:51.892Z] INFO: No Stack... [2022-03-17T16:55:52.182Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-17T16:55:52.751Z] INFO: Archiving Costs [Pipeline] sh [2022-03-17T16:55:53.047Z] + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-03-17T16:55:53.047Z] + cut -d, -f6 [Pipeline] lock [2022-03-17T16:55:53.065Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [2022-03-17T16:55:53.071Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] did not exist. Created. [2022-03-17T16:55:53.071Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-17T16:55:53.383Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-03-17T16:55:53.409Z] Stashed 1 file(s) [Pipeline] } [2022-03-17T16:55:53.416Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-17T16:55:53.440Z] $ docker stop --time=1 2b4d4e02fd71124f8288b971f4fcc605f52c9702740afc28901e43e848585284 [2022-03-17T16:55:54.606Z] $ docker rm -f 2b4d4e02fd71124f8288b971f4fcc605f52c9702740afc28901e43e848585284 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-17T16:58:00.048Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7857 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-03-17T16:58:00.061Z] Running in /w/workspace/app-service-configurable/56 [Pipeline] { [Pipeline] checkout [2022-03-17T16:58:00.338Z] Selected Git installation does not exist. Using Default [2022-03-17T16:58:00.339Z] The recommended git tool is: NONE [2022-03-17T16:58:07.366Z] using credential edgex-jenkins-ssh [2022-03-17T16:58:07.414Z] Cloning the remote Git repository [2022-03-17T16:58:07.536Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-03-17T16:58:07.614Z] > git init /w/workspace/app-service-configurable/56 # timeout=10 [2022-03-17T16:58:07.733Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-03-17T16:58:07.734Z] > git --version # timeout=10 [2022-03-17T16:58:07.778Z] > git --version # 'git version 2.25.1' [2022-03-17T16:58:07.780Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-17T16:58:07.880Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-17T16:58:09.175Z] Avoid second fetch [2022-03-17T16:58:09.176Z] Checking out Revision f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 (main) [2022-03-17T16:58:09.109Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-03-17T16:58:09.154Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-17T16:58:09.196Z] > git config core.sparsecheckout # timeout=10 [2022-03-17T16:58:09.212Z] > git checkout -f f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 # timeout=10 [2022-03-17T16:58:13.819Z] Commit message: "Merge pull request #388 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/app-functions-sdk-go/v2-2.2.0-dev.30" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-17T16:58:14.707Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-17T16:58:14.707Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-17T16:58:14.707Z] Dload Upload Total Spent Left Speed [2022-03-17T16:58:14.707Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 49760 0 --:--:-- --:--:-- --:--:-- 49760 [Pipeline] sh [2022-03-17T16:58:15.280Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-17T16:58:15.635Z] + + sudo tee /etc/docker/daemon.new [2022-03-17T16:58:15.635Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-17T16:58:15.635Z] { [2022-03-17T16:58:15.635Z] "registry-mirrors": [ [2022-03-17T16:58:15.635Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-17T16:58:15.635Z] ], [2022-03-17T16:58:15.635Z] "bip": "10.250.0.254/24", [2022-03-17T16:58:15.635Z] "hosts": [ [2022-03-17T16:58:15.635Z] "tcp://0.0.0.0:5555", [2022-03-17T16:58:15.635Z] "unix:///var/run/docker.sock" [2022-03-17T16:58:15.635Z] ], [2022-03-17T16:58:15.635Z] "mtu": 1458, [2022-03-17T16:58:15.635Z] "selinux-enabled": true, [2022-03-17T16:58:15.635Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-17T16:58:15.635Z] } [Pipeline] sh [2022-03-17T16:58:15.995Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-17T16:58:16.346Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-17T16:58:34.735Z] provisioning config files... [2022-03-17T16:58:34.763Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/56@tmp/config5659930986837017073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-17T16:58:35.129Z] ---> docker-login.sh [2022-03-17T16:58:35.129Z] nexus3.edgexfoundry.org:10001 [2022-03-17T16:58:35.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:58:36.004Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:58:36.004Z] Configure a credential helper to remove this warning. See [2022-03-17T16:58:36.004Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:58:36.004Z] [2022-03-17T16:58:36.004Z] Login Succeeded [2022-03-17T16:58:36.004Z] nexus3.edgexfoundry.org:10002 [2022-03-17T16:58:36.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:58:36.279Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:58:36.279Z] Configure a credential helper to remove this warning. See [2022-03-17T16:58:36.279Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:58:36.279Z] [2022-03-17T16:58:36.279Z] Login Succeeded [2022-03-17T16:58:36.555Z] nexus3.edgexfoundry.org:10003 [2022-03-17T16:58:36.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:58:36.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:58:36.834Z] Configure a credential helper to remove this warning. See [2022-03-17T16:58:36.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:58:36.834Z] [2022-03-17T16:58:36.834Z] Login Succeeded [2022-03-17T16:58:36.834Z] nexus3.edgexfoundry.org:10004 [2022-03-17T16:58:37.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:58:37.439Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:58:37.439Z] Configure a credential helper to remove this warning. See [2022-03-17T16:58:37.439Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:58:37.439Z] [2022-03-17T16:58:37.439Z] Login Succeeded [2022-03-17T16:58:37.439Z] docker.io [2022-03-17T16:58:37.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T16:58:38.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T16:58:38.315Z] Configure a credential helper to remove this warning. See [2022-03-17T16:58:38.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T16:58:38.315Z] [2022-03-17T16:58:38.315Z] Login Succeeded [2022-03-17T16:58:38.315Z] ---> docker-login.sh ends [Pipeline] } [2022-03-17T16:58:38.335Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-17T16:58:39.038Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-17T16:58:39.052Z] ========================================================= [2022-03-17T16:58:39.052Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-17T16:58:39.052Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-17T16:58:39.401Z] + 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-17T16:58:39.401Z] Sending build context to Docker daemon 207.9kB [2022-03-17T16:58:39.676Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-03-17T16:58:39.676Z] Step 2/13 : FROM ${BASE} AS builder [2022-03-17T16:58:39.952Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-17T16:58:39.952Z] 9b3977197b4f: Pulling fs layer [2022-03-17T16:58:39.952Z] 1a89e8eeedd5: Pulling fs layer [2022-03-17T16:58:39.952Z] 94645a83ff95: Pulling fs layer [2022-03-17T16:58:39.952Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-17T16:58:39.952Z] 0c92f367c5e7: Pulling fs layer [2022-03-17T16:58:39.952Z] f7c0051592d6: Pulling fs layer [2022-03-17T16:58:39.952Z] a227ed2f7395: Pulling fs layer [2022-03-17T16:58:39.952Z] 7b1c46037f91: Pulling fs layer [2022-03-17T16:58:39.952Z] f7c0051592d6: Waiting [2022-03-17T16:58:39.952Z] a227ed2f7395: Waiting [2022-03-17T16:58:39.952Z] 7b1c46037f91: Waiting [2022-03-17T16:58:39.952Z] 3f3a8bcf1eab: Waiting [2022-03-17T16:58:39.952Z] 0c92f367c5e7: Waiting [2022-03-17T16:58:39.952Z] 94645a83ff95: Verifying Checksum [2022-03-17T16:58:39.952Z] 94645a83ff95: Download complete [2022-03-17T16:58:39.952Z] 1a89e8eeedd5: Verifying Checksum [2022-03-17T16:58:39.952Z] 1a89e8eeedd5: Download complete [2022-03-17T16:58:39.952Z] 0c92f367c5e7: Verifying Checksum [2022-03-17T16:58:39.952Z] 0c92f367c5e7: Download complete [2022-03-17T16:58:39.952Z] f7c0051592d6: Verifying Checksum [2022-03-17T16:58:39.952Z] f7c0051592d6: Download complete [2022-03-17T16:58:39.952Z] 9b3977197b4f: Verifying Checksum [2022-03-17T16:58:39.952Z] 9b3977197b4f: Download complete [2022-03-17T16:58:39.952Z] a227ed2f7395: Download complete [2022-03-17T16:58:40.559Z] 9b3977197b4f: Pull complete [2022-03-17T16:58:41.172Z] 1a89e8eeedd5: Pull complete [2022-03-17T16:58:41.774Z] 94645a83ff95: Pull complete [2022-03-17T16:58:42.048Z] 7b1c46037f91: Verifying Checksum [2022-03-17T16:58:42.048Z] 7b1c46037f91: Download complete [2022-03-17T16:58:42.644Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-17T16:58:42.644Z] 3f3a8bcf1eab: Download complete [2022-03-17T16:58:55.062Z] 3f3a8bcf1eab: Pull complete [2022-03-17T16:58:55.063Z] 0c92f367c5e7: Pull complete [2022-03-17T16:58:55.063Z] f7c0051592d6: Pull complete [2022-03-17T16:58:55.339Z] a227ed2f7395: Pull complete [2022-03-17T16:59:02.066Z] 7b1c46037f91: Pull complete [2022-03-17T16:59:02.066Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-17T16:59:02.066Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-17T16:59:02.066Z] ---> f79e39bc4007 [2022-03-17T16:59:02.066Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-17T16:59:02.676Z] ---> Running in 27622dfa61c7 [2022-03-17T16:59:02.952Z] Removing intermediate container 27622dfa61c7 [2022-03-17T16:59:02.952Z] ---> 9a7acf0d977c [2022-03-17T16:59:02.952Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-03-17T16:59:02.952Z] ---> Running in 32f1f81948b6 [2022-03-17T16:59:03.232Z] Removing intermediate container 32f1f81948b6 [2022-03-17T16:59:03.232Z] ---> a2816dec3bc2 [2022-03-17T16:59:03.232Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-17T16:59:03.232Z] ---> Running in 91161c907dba [2022-03-17T16:59:03.836Z] Removing intermediate container 91161c907dba [2022-03-17T16:59:03.836Z] ---> 4d9f973e902a [2022-03-17T16:59:03.836Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-17T16:59:03.836Z] ---> Running in d6b4c4d68ccc [2022-03-17T16:59:05.817Z] Removing intermediate container d6b4c4d68ccc [2022-03-17T16:59:05.817Z] ---> 6ba685344475 [2022-03-17T16:59:05.817Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-17T16:59:05.817Z] ---> Running in 22e604f53219 [2022-03-17T16:59:06.417Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-17T16:59:07.410Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-17T16:59:08.006Z] OK: 220 MiB in 52 packages [2022-03-17T16:59:08.995Z] Removing intermediate container 22e604f53219 [2022-03-17T16:59:08.995Z] ---> a59914285327 [2022-03-17T16:59:08.995Z] Step 8/13 : WORKDIR /app [2022-03-17T16:59:08.995Z] ---> Running in df2ea0b22d25 [2022-03-17T16:59:09.272Z] Removing intermediate container df2ea0b22d25 [2022-03-17T16:59:09.272Z] ---> 5b865991c113 [2022-03-17T16:59:09.272Z] Step 9/13 : COPY go.mod vendor* ./ [2022-03-17T16:59:09.877Z] ---> 815025a66b31 [2022-03-17T16:59:09.877Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-17T16:59:09.877Z] ---> Running in ad1f2359723e [2022-03-17T17:00:31.732Z] Removing intermediate container ad1f2359723e [2022-03-17T17:00:31.732Z] ---> a87877a5cf88 [2022-03-17T17:00:31.732Z] Step 11/13 : COPY . . [2022-03-17T17:00:31.732Z] ---> 796f7e44d4da [2022-03-17T17:00:31.732Z] Step 12/13 : ARG MAKE="make build" [2022-03-17T17:00:31.732Z] ---> Running in 0314156e5336 [2022-03-17T17:00:31.732Z] Removing intermediate container 0314156e5336 [2022-03-17T17:00:31.732Z] ---> 6b6b92fb77be [2022-03-17T17:00:31.732Z] Step 13/13 : RUN $MAKE [2022-03-17T17:00:31.732Z] ---> Running in 0c494a65bdd0 [2022-03-17T17:00:31.732Z] noop [2022-03-17T17:00:31.732Z] Removing intermediate container 0c494a65bdd0 [2022-03-17T17:00:31.732Z] ---> df8f57477bde [2022-03-17T17:00:31.732Z] Successfully built df8f57477bde [2022-03-17T17:00:31.732Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:00:32.078Z] + docker inspect -f . ci-base-image-arm64 [2022-03-17T17:00:32.078Z] . [Pipeline] withDockerContainer [2022-03-17T17:00:32.321Z] prd-ubuntu20.04-docker-arm64-4c-16g-7857 does not seem to be running inside a container [2022-03-17T17:00:32.399Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/56 -v /w/workspace/app-service-configurable/56:/w/workspace/app-service-configurable/56:rw,z -v /w/workspace/app-service-configurable/56@tmp:/w/workspace/app-service-configurable/56@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-17T17:00:33.745Z] $ docker top ab7f46b238adecc57daf76c0e6ad9d95a77b39688bf7df250d31fb6073fa9fe7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-17T17:00:34.666Z] + go version [2022-03-17T17:00:34.667Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-17T17:00:34.695Z] $ docker stop --time=1 ab7f46b238adecc57daf76c0e6ad9d95a77b39688bf7df250d31fb6073fa9fe7 [2022-03-17T17:00:36.337Z] $ docker rm -f ab7f46b238adecc57daf76c0e6ad9d95a77b39688bf7df250d31fb6073fa9fe7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:00:36.953Z] + docker inspect -f . ci-base-image-arm64 [2022-03-17T17:00:36.953Z] . [Pipeline] withDockerContainer [2022-03-17T17:00:37.194Z] prd-ubuntu20.04-docker-arm64-4c-16g-7857 does not seem to be running inside a container [2022-03-17T17:00:37.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/56 -v /w/workspace/app-service-configurable/56:/w/workspace/app-service-configurable/56:rw,z -v /w/workspace/app-service-configurable/56@tmp:/w/workspace/app-service-configurable/56@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-17T17:00:38.577Z] $ docker top cbfdd85f1c2cdca1bc4372406f92841ad56539929764d933c737377fa1c5c848 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-17T17:00:39.507Z] + make test [2022-03-17T17:00:39.507Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-03-17T17:01:26.534Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-03-17T17:01:26.534Z] CGO_ENABLED=1 go vet ./... [2022-03-17T17:01:44.876Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-17T17:01:44.876Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-03-17T17:01:44.876Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-03-17T17:01:45.880Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-17T17:01:45.899Z] $ docker stop --time=1 cbfdd85f1c2cdca1bc4372406f92841ad56539929764d933c737377fa1c5c848 [2022-03-17T17:01:47.670Z] $ docker rm -f cbfdd85f1c2cdca1bc4372406f92841ad56539929764d933c737377fa1c5c848 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-17T17:01:48.473Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-17T17:01:48.502Z] Warning: overwriting stash ‘coverage-report’ [2022-03-17T17:01:48.933Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-17T17:01:49.329Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-17T17:01:49.666Z] + ls -al . [2022-03-17T17:01:49.666Z] total 172 [2022-03-17T17:01:49.666Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 17 17:01 . [2022-03-17T17:01:49.667Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 17 16:58 .. [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 119 Mar 17 16:58 .dockerignore [2022-03-17T17:01:49.667Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 17 16:58 .git [2022-03-17T17:01:49.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 16:58 .github [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 104 Mar 17 16:58 .gitignore [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 7627 Mar 17 16:58 Attribution.txt [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 23791 Mar 17 16:58 CHANGELOG.md [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 2087 Mar 17 16:58 Dockerfile [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 17 16:58 GOVERNANCE.md [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 687 Mar 17 16:58 Jenkinsfile [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 10174 Mar 17 16:58 LICENSE [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 618 Mar 17 16:58 OWNERS.md [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 3860 Mar 17 16:58 README.md [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 12 Mar 17 16:54 VERSION [2022-03-17T17:01:49.667Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 17 16:58 bin [2022-03-17T17:01:49.667Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 17 17:00 coverage.out [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 2816 Mar 17 16:58 go.mod [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 50121 Mar 17 16:58 go.sum [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 1949 Mar 17 16:58 main.go [2022-03-17T17:01:49.667Z] -rw-rw-r-- 1 jenkins jenkins 1614 Mar 17 16:58 makefile [2022-03-17T17:01:49.667Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 16:58 res [2022-03-17T17:01:49.667Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 17 16:58 snap [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:01:50.013Z] + 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=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 --label arch=arm64 --label version=2.2.0-dev.20 . [2022-03-17T17:01:50.013Z] Sending build context to Docker daemon 208.9kB [2022-03-17T17:01:50.287Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-03-17T17:01:50.287Z] Step 2/27 : FROM ${BASE} AS builder [2022-03-17T17:01:50.287Z] ---> df8f57477bde [2022-03-17T17:01:50.287Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-03-17T17:01:50.287Z] ---> Running in bf86401935a8 [2022-03-17T17:01:50.885Z] Removing intermediate container bf86401935a8 [2022-03-17T17:01:50.885Z] ---> 488d53617a43 [2022-03-17T17:01:50.885Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-03-17T17:01:50.885Z] ---> Running in 2e582dec6f8b [2022-03-17T17:01:51.161Z] Removing intermediate container 2e582dec6f8b [2022-03-17T17:01:51.161Z] ---> fb4331b71866 [2022-03-17T17:01:51.161Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-17T17:01:51.161Z] ---> Running in 5c8944c247b7 [2022-03-17T17:01:51.438Z] Removing intermediate container 5c8944c247b7 [2022-03-17T17:01:51.438Z] ---> bb31f6295a49 [2022-03-17T17:01:51.438Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-17T17:01:51.438Z] ---> Running in bac642ccbe4f [2022-03-17T17:01:53.482Z] Removing intermediate container bac642ccbe4f [2022-03-17T17:01:53.482Z] ---> 918e65045dbb [2022-03-17T17:01:53.482Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-17T17:01:53.482Z] ---> Running in b7b1c0e076ce [2022-03-17T17:01:54.485Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-17T17:01:55.485Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-17T17:01:56.081Z] OK: 220 MiB in 52 packages [2022-03-17T17:01:57.062Z] Removing intermediate container b7b1c0e076ce [2022-03-17T17:01:57.062Z] ---> 5b771241a60c [2022-03-17T17:01:57.062Z] Step 8/27 : WORKDIR /app [2022-03-17T17:01:57.062Z] ---> Running in 0b806520c4ca [2022-03-17T17:01:57.342Z] Removing intermediate container 0b806520c4ca [2022-03-17T17:01:57.342Z] ---> 63111b39b505 [2022-03-17T17:01:57.342Z] Step 9/27 : COPY go.mod vendor* ./ [2022-03-17T17:01:57.939Z] ---> 91e37f3c1f11 [2022-03-17T17:01:57.939Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-17T17:01:57.939Z] ---> Running in c03ea0f711f7 [2022-03-17T17:02:00.574Z] Removing intermediate container c03ea0f711f7 [2022-03-17T17:02:00.574Z] ---> b478ae837e4a [2022-03-17T17:02:00.574Z] Step 11/27 : COPY . . [2022-03-17T17:02:00.849Z] ---> f26e73a730d5 [2022-03-17T17:02:00.849Z] Step 12/27 : ARG MAKE="make build" [2022-03-17T17:02:00.849Z] ---> Running in 95d769e3a325 [2022-03-17T17:02:01.123Z] Removing intermediate container 95d769e3a325 [2022-03-17T17:02:01.123Z] ---> 0e275bc8662f [2022-03-17T17:02:01.123Z] Step 13/27 : RUN $MAKE [2022-03-17T17:02:01.123Z] ---> Running in 99492cdb6715 [2022-03-17T17:02:02.105Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.30 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.20" -o app-service-configurable [2022-03-17T17:02:49.110Z] Removing intermediate container 99492cdb6715 [2022-03-17T17:02:49.110Z] ---> 3820a8c2e992 [2022-03-17T17:02:49.110Z] Step 14/27 : FROM alpine:3.14 [2022-03-17T17:02:49.110Z] 3.14: Pulling from library/alpine [2022-03-17T17:02:49.110Z] be307f383ecc: Pulling fs layer [2022-03-17T17:02:49.110Z] be307f383ecc: Download complete [2022-03-17T17:02:49.110Z] be307f383ecc: Pull complete [2022-03-17T17:02:49.110Z] Digest: sha256:f1ed84ca390bf30ed80fcfe093f9cecee089b022277b15c9a6abcf5ebfd496ae [2022-03-17T17:02:49.110Z] Status: Downloaded newer image for alpine:3.14 [2022-03-17T17:02:49.110Z] ---> 5b8b7b635229 [2022-03-17T17:02:49.110Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-03-17T17:02:49.110Z] ---> Running in 4c7829a869cf [2022-03-17T17:02:49.110Z] Removing intermediate container 4c7829a869cf [2022-03-17T17:02:49.110Z] ---> 7dc1a17a51e7 [2022-03-17T17:02:49.110Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-03-17T17:02:49.110Z] ---> Running in b05398d70364 [2022-03-17T17:02:49.110Z] Removing intermediate container b05398d70364 [2022-03-17T17:02:49.110Z] ---> 9ea72d80b6d9 [2022-03-17T17:02:49.110Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-03-17T17:02:49.110Z] ---> Running in af7a7f58c6ff [2022-03-17T17:02:49.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-03-17T17:02:49.110Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-03-17T17:02:49.384Z] (1/7) Installing ca-certificates (20211220-r0) [2022-03-17T17:02:49.658Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-03-17T17:02:49.658Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-03-17T17:02:49.658Z] (4/7) Installing libsodium (1.0.18-r0) [2022-03-17T17:02:49.658Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-03-17T17:02:49.658Z] (6/7) Installing libzmq (4.3.4-r0) [2022-03-17T17:02:49.658Z] (7/7) Installing zeromq (4.3.4-r0) [2022-03-17T17:02:49.658Z] Executing busybox-1.33.1-r6.trigger [2022-03-17T17:02:49.658Z] Executing ca-certificates-20211220-r0.trigger [2022-03-17T17:02:49.933Z] OK: 9 MiB in 21 packages [2022-03-17T17:02:51.398Z] Removing intermediate container af7a7f58c6ff [2022-03-17T17:02:51.398Z] ---> bc40a1bd40ad [2022-03-17T17:02:51.398Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-03-17T17:02:51.670Z] ---> 7ab9f1e4c535 [2022-03-17T17:02:51.670Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-03-17T17:02:52.269Z] ---> 2855d1ab9194 [2022-03-17T17:02:52.269Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-03-17T17:02:52.866Z] ---> da554c10d688 [2022-03-17T17:02:52.866Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-03-17T17:02:53.850Z] ---> 8e350978e3cb [2022-03-17T17:02:53.850Z] Step 22/27 : EXPOSE 48095 [2022-03-17T17:02:53.850Z] ---> Running in cbc4502c90bd [2022-03-17T17:02:54.450Z] Removing intermediate container cbc4502c90bd [2022-03-17T17:02:54.450Z] ---> 8a30ec557e1f [2022-03-17T17:02:54.450Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-03-17T17:02:54.450Z] ---> Running in 97540c131d53 [2022-03-17T17:02:54.725Z] Removing intermediate container 97540c131d53 [2022-03-17T17:02:54.725Z] ---> 8b79a0b70b80 [2022-03-17T17:02:54.725Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-03-17T17:02:54.725Z] ---> Running in 54ab4520b5d1 [2022-03-17T17:02:55.002Z] Removing intermediate container 54ab4520b5d1 [2022-03-17T17:02:55.002Z] ---> cd5858fb84bb [2022-03-17T17:02:55.002Z] Step 25/27 : LABEL arch=arm64 [2022-03-17T17:02:55.002Z] ---> Running in af097d093a80 [2022-03-17T17:02:55.606Z] Removing intermediate container af097d093a80 [2022-03-17T17:02:55.606Z] ---> 26e37959dc27 [2022-03-17T17:02:55.606Z] Step 26/27 : LABEL git_sha=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T17:02:55.606Z] ---> Running in 97e28aeb65b1 [2022-03-17T17:02:55.880Z] Removing intermediate container 97e28aeb65b1 [2022-03-17T17:02:55.880Z] ---> c3e55b5dd0e5 [2022-03-17T17:02:55.880Z] Step 27/27 : LABEL version=2.2.0-dev.20 [2022-03-17T17:02:55.880Z] ---> Running in d6e7ae5faebe [2022-03-17T17:02:56.157Z] Removing intermediate container d6e7ae5faebe [2022-03-17T17:02:56.157Z] ---> 881a070fe913 [2022-03-17T17:02:56.157Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-17T17:02:56.157Z] Successfully built 881a070fe913 [2022-03-17T17:02:56.157Z] 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-17T17:02:56.276Z] provisioning config files... [2022-03-17T17:02:56.295Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/56@tmp/config902735435932639245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:02:56.649Z] ---> docker-login.sh [2022-03-17T17:02:56.649Z] nexus3.edgexfoundry.org:10001 [2022-03-17T17:02:56.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T17:02:56.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T17:02:56.923Z] Configure a credential helper to remove this warning. See [2022-03-17T17:02:56.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T17:02:56.923Z] [2022-03-17T17:02:56.923Z] Login Succeeded [2022-03-17T17:02:56.923Z] nexus3.edgexfoundry.org:10002 [2022-03-17T17:02:57.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T17:02:57.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T17:02:57.516Z] Configure a credential helper to remove this warning. See [2022-03-17T17:02:57.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T17:02:57.516Z] [2022-03-17T17:02:57.516Z] Login Succeeded [2022-03-17T17:02:57.516Z] nexus3.edgexfoundry.org:10003 [2022-03-17T17:02:57.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T17:02:58.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T17:02:58.063Z] Configure a credential helper to remove this warning. See [2022-03-17T17:02:58.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T17:02:58.063Z] [2022-03-17T17:02:58.063Z] Login Succeeded [2022-03-17T17:02:58.063Z] nexus3.edgexfoundry.org:10004 [2022-03-17T17:02:58.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T17:02:58.613Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T17:02:58.613Z] Configure a credential helper to remove this warning. See [2022-03-17T17:02:58.613Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T17:02:58.613Z] [2022-03-17T17:02:58.613Z] Login Succeeded [2022-03-17T17:02:58.613Z] docker.io [2022-03-17T17:02:58.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-17T17:02:59.157Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-17T17:02:59.157Z] Configure a credential helper to remove this warning. See [2022-03-17T17:02:59.157Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-17T17:02:59.157Z] [2022-03-17T17:02:59.157Z] Login Succeeded [2022-03-17T17:02:59.157Z] ---> docker-login.sh ends [Pipeline] } [2022-03-17T17:02:59.175Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-17T17:02:59.210Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-17T17:02:59.233Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-03-17T17:02:59.233Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T17:02:59.233Z] latest [2022-03-17T17:02:59.233Z] 2.2.0-dev.20 [2022-03-17T17:02:59.233Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [2022-03-17T17:02:59.233Z] main [2022-03-17T17:02:59.233Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:02:59.584Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:02:59.921Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T17:02:59.922Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-17T17:02:59.922Z] c12ee027549f: Preparing [2022-03-17T17:02:59.922Z] c7219c7b0057: Preparing [2022-03-17T17:02:59.922Z] 4a1cee4013ec: Preparing [2022-03-17T17:02:59.922Z] 4ae66cd3dab8: Preparing [2022-03-17T17:02:59.922Z] 7f3e22678e81: Preparing [2022-03-17T17:02:59.922Z] 62170e181a92: Preparing [2022-03-17T17:02:59.922Z] 62170e181a92: Waiting [2022-03-17T17:03:00.193Z] 4ae66cd3dab8: Pushed [2022-03-17T17:03:00.193Z] c7219c7b0057: Pushed [2022-03-17T17:03:00.193Z] 4a1cee4013ec: Pushed [2022-03-17T17:03:00.193Z] 62170e181a92: Layer already exists [2022-03-17T17:03:01.178Z] 7f3e22678e81: Pushed [2022-03-17T17:03:04.553Z] c12ee027549f: Pushed [2022-03-17T17:03:04.553Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:04.902Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:05.242Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-03-17T17:03:05.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-17T17:03:05.242Z] c12ee027549f: Preparing [2022-03-17T17:03:05.242Z] c7219c7b0057: Preparing [2022-03-17T17:03:05.242Z] 4a1cee4013ec: Preparing [2022-03-17T17:03:05.242Z] 4ae66cd3dab8: Preparing [2022-03-17T17:03:05.242Z] 7f3e22678e81: Preparing [2022-03-17T17:03:05.242Z] 62170e181a92: Preparing [2022-03-17T17:03:05.242Z] 62170e181a92: Waiting [2022-03-17T17:03:05.242Z] 4a1cee4013ec: Layer already exists [2022-03-17T17:03:05.242Z] 4ae66cd3dab8: Layer already exists [2022-03-17T17:03:05.242Z] 7f3e22678e81: Layer already exists [2022-03-17T17:03:05.242Z] c7219c7b0057: Layer already exists [2022-03-17T17:03:05.242Z] c12ee027549f: Layer already exists [2022-03-17T17:03:05.242Z] 62170e181a92: Layer already exists [2022-03-17T17:03:05.515Z] latest: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:05.872Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:06.216Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.20 [2022-03-17T17:03:06.216Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-17T17:03:06.216Z] c12ee027549f: Preparing [2022-03-17T17:03:06.216Z] c7219c7b0057: Preparing [2022-03-17T17:03:06.216Z] 4a1cee4013ec: Preparing [2022-03-17T17:03:06.216Z] 4ae66cd3dab8: Preparing [2022-03-17T17:03:06.216Z] 7f3e22678e81: Preparing [2022-03-17T17:03:06.216Z] 62170e181a92: Preparing [2022-03-17T17:03:06.216Z] 62170e181a92: Waiting [2022-03-17T17:03:06.216Z] c7219c7b0057: Layer already exists [2022-03-17T17:03:06.216Z] 4a1cee4013ec: Layer already exists [2022-03-17T17:03:06.216Z] 7f3e22678e81: Layer already exists [2022-03-17T17:03:06.216Z] 4ae66cd3dab8: Layer already exists [2022-03-17T17:03:06.216Z] c12ee027549f: Layer already exists [2022-03-17T17:03:06.216Z] 62170e181a92: Layer already exists [2022-03-17T17:03:06.491Z] 2.2.0-dev.20: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:06.841Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:07.186Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [2022-03-17T17:03:07.186Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-17T17:03:07.186Z] c12ee027549f: Preparing [2022-03-17T17:03:07.186Z] c7219c7b0057: Preparing [2022-03-17T17:03:07.186Z] 4a1cee4013ec: Preparing [2022-03-17T17:03:07.186Z] 4ae66cd3dab8: Preparing [2022-03-17T17:03:07.186Z] 7f3e22678e81: Preparing [2022-03-17T17:03:07.186Z] 62170e181a92: Preparing [2022-03-17T17:03:07.186Z] 7f3e22678e81: Layer already exists [2022-03-17T17:03:07.186Z] c7219c7b0057: Layer already exists [2022-03-17T17:03:07.186Z] 4ae66cd3dab8: Layer already exists [2022-03-17T17:03:07.186Z] 4a1cee4013ec: Layer already exists [2022-03-17T17:03:07.186Z] c12ee027549f: Layer already exists [2022-03-17T17:03:07.186Z] 62170e181a92: Layer already exists [2022-03-17T17:03:07.458Z] f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:07.808Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:08.148Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-03-17T17:03:08.148Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-03-17T17:03:08.148Z] c12ee027549f: Preparing [2022-03-17T17:03:08.148Z] c7219c7b0057: Preparing [2022-03-17T17:03:08.148Z] 4a1cee4013ec: Preparing [2022-03-17T17:03:08.148Z] 4ae66cd3dab8: Preparing [2022-03-17T17:03:08.148Z] 7f3e22678e81: Preparing [2022-03-17T17:03:08.148Z] 62170e181a92: Preparing [2022-03-17T17:03:08.148Z] 62170e181a92: Waiting [2022-03-17T17:03:08.148Z] c12ee027549f: Layer already exists [2022-03-17T17:03:08.148Z] c7219c7b0057: Layer already exists [2022-03-17T17:03:08.148Z] 4a1cee4013ec: Layer already exists [2022-03-17T17:03:08.148Z] 4ae66cd3dab8: Layer already exists [2022-03-17T17:03:08.148Z] 7f3e22678e81: Layer already exists [2022-03-17T17:03:08.148Z] 62170e181a92: Layer already exists [2022-03-17T17:03:08.417Z] main: digest: sha256:0c9b2b6294dc39666a2ecd3d08ab69551452c69a2a0b0d7cf5ecacf50652ac0b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-03-17T17:03:08.466Z] ===================================================== [Pipeline] echo [2022-03-17T17:03:08.474Z] taggedImages: [2022-03-17T17:03:08.474Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [2022-03-17T17:03:08.474Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-03-17T17:03:08.474Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.20 [2022-03-17T17:03:08.474Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3-2.2.0-dev.20 [2022-03-17T17:03:08.474Z] - 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-17T17:03:08.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-17T17:03:08.824Z] [2022-03-17T17:03:08.824Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:09.169Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-17T17:03:09.446Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-17T17:03:09.446Z] 8998bd30e6a1: Pulling fs layer [2022-03-17T17:03:09.446Z] 04944245beec: Pulling fs layer [2022-03-17T17:03:09.446Z] 699f458cf7ca: Pulling fs layer [2022-03-17T17:03:09.446Z] 765212b225bb: Pulling fs layer [2022-03-17T17:03:09.446Z] f23df028b6ca: Pulling fs layer [2022-03-17T17:03:09.446Z] d65c8cfc05b1: Pulling fs layer [2022-03-17T17:03:09.446Z] 2437ff75d9bd: Pulling fs layer [2022-03-17T17:03:09.446Z] 765212b225bb: Waiting [2022-03-17T17:03:09.446Z] f23df028b6ca: Waiting [2022-03-17T17:03:09.446Z] d65c8cfc05b1: Waiting [2022-03-17T17:03:09.446Z] 2437ff75d9bd: Waiting [2022-03-17T17:03:09.446Z] 04944245beec: Download complete [2022-03-17T17:03:09.446Z] 765212b225bb: Verifying Checksum [2022-03-17T17:03:09.446Z] 765212b225bb: Download complete [2022-03-17T17:03:09.446Z] f23df028b6ca: Verifying Checksum [2022-03-17T17:03:09.446Z] f23df028b6ca: Download complete [2022-03-17T17:03:09.446Z] d65c8cfc05b1: Verifying Checksum [2022-03-17T17:03:09.446Z] d65c8cfc05b1: Download complete [2022-03-17T17:03:09.724Z] 699f458cf7ca: Verifying Checksum [2022-03-17T17:03:09.724Z] 699f458cf7ca: Download complete [2022-03-17T17:03:09.999Z] 8998bd30e6a1: Verifying Checksum [2022-03-17T17:03:09.999Z] 8998bd30e6a1: Download complete [2022-03-17T17:03:12.631Z] 2437ff75d9bd: Verifying Checksum [2022-03-17T17:03:12.631Z] 2437ff75d9bd: Download complete [2022-03-17T17:03:14.066Z] 8998bd30e6a1: Pull complete [2022-03-17T17:03:14.662Z] 04944245beec: Pull complete [2022-03-17T17:03:16.095Z] 699f458cf7ca: Pull complete [2022-03-17T17:03:16.369Z] 765212b225bb: Pull complete [2022-03-17T17:03:17.358Z] f23df028b6ca: Pull complete [2022-03-17T17:03:17.358Z] d65c8cfc05b1: Pull complete [2022-03-17T17:03:32.449Z] 2437ff75d9bd: Pull complete [2022-03-17T17:03:32.449Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-17T17:03:32.449Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-17T17:03:32.449Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-17T17:03:32.669Z] prd-ubuntu20.04-docker-arm64-4c-16g-7857 does not seem to be running inside a container [2022-03-17T17:03:32.755Z] $ 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/56 -v /w/workspace/app-service-configurable/56:/w/workspace/app-service-configurable/56:rw,z -v /w/workspace/app-service-configurable/56@tmp:/w/workspace/app-service-configurable/56@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-17T17:03:35.175Z] $ docker top df084a58dc8bcd9e34762d762c9a3bb6547b2c19cd533cdfe88641ad92254af5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:03:36.170Z] ---> job-cost.sh [2022-03-17T17:03:36.171Z] lf-activate-venv: SKIPPING [2022-03-17T17:03:36.171Z] INFO: No Stack... [2022-03-17T17:03:36.446Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-17T17:03:37.436Z] INFO: Archiving Costs [Pipeline] sh [2022-03-17T17:03:38.099Z] + cat /w/workspace/app-service-configurable/56/archives/cost.csv [2022-03-17T17:03:38.099Z] + cut -d, -f6 [Pipeline] lock [2022-03-17T17:03:38.160Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [2022-03-17T17:03:38.165Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] did not exist. Created. [2022-03-17T17:03:38.165Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-17T17:03:38.847Z] /w/workspace/app-service-configurable/56@tmp/durable-110217a8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-03-17T17:03:39.525Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-17T17:03:39.548Z] Warning: overwriting stash ‘stack-cost’ [2022-03-17T17:03:39.596Z] Stashed 1 file(s) [Pipeline] } [2022-03-17T17:03:39.602Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-56-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-17T17:03:39.628Z] $ docker stop --time=1 df084a58dc8bcd9e34762d762c9a3bb6547b2c19cd533cdfe88641ad92254af5 [2022-03-17T17:03:41.126Z] $ docker rm -f df084a58dc8bcd9e34762d762c9a3bb6547b2c19cd533cdfe88641ad92254af5 [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-17T17:03:41.654Z] provisioning config files... [2022-03-17T17:03:41.663Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config529150612072186223tmp [Pipeline] { [Pipeline] sh [2022-03-17T17:03:41.961Z] + set +x [2022-03-17T17:03:41.961Z] + curl -s https://codecov.io/bash [2022-03-17T17:03:41.961Z] + bash -s -- [2022-03-17T17:03:41.961Z] [2022-03-17T17:03:41.961Z] _____ _ [2022-03-17T17:03:41.961Z] / ____| | | [2022-03-17T17:03:41.961Z] | | ___ __| | ___ ___ _____ __ [2022-03-17T17:03:41.961Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-17T17:03:41.961Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-17T17:03:41.961Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-17T17:03:41.961Z] Bash-1.0.6 [2022-03-17T17:03:41.961Z] [2022-03-17T17:03:41.961Z] [2022-03-17T17:03:41.961Z] ==> git version 2.25.1 found [2022-03-17T17:03:41.961Z] ==> 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-17T17:03:41.961Z] Release-Date: 2020-01-08 [2022-03-17T17:03:41.962Z] 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-17T17:03:41.962Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-17T17:03:41.962Z] ==> Jenkins CI detected. [2022-03-17T17:03:41.962Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-03-17T17:03:41.962Z] project root: . [2022-03-17T17:03:41.962Z] --> token set from env [2022-03-17T17:03:41.962Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-17T17:03:41.962Z] ==> Running gcov in . (disable via -X gcov) [2022-03-17T17:03:41.962Z] ==> Python coveragepy not found [2022-03-17T17:03:41.962Z] ==> Searching for coverage reports in: [2022-03-17T17:03:41.962Z] + . [2022-03-17T17:03:41.962Z] -> Found 1 reports [2022-03-17T17:03:41.962Z] ==> Detecting git/mercurial file structure [2022-03-17T17:03:41.962Z] ==> Reading reports [2022-03-17T17:03:41.962Z] + ./coverage.out bytes=10 [2022-03-17T17:03:41.962Z] ==> Appending adjustments [2022-03-17T17:03:41.962Z] https://docs.codecov.io/docs/fixing-reports [2022-03-17T17:03:42.223Z] + Found adjustments [2022-03-17T17:03:42.223Z] ==> Gzipping contents [2022-03-17T17:03:42.223Z] 4.0K /tmp/codecov.xDxJH7.gz [2022-03-17T17:03:42.223Z] ==> Uploading reports [2022-03-17T17:03:42.223Z] url: https://codecov.io [2022-03-17T17:03:42.223Z] query: branch=main&commit=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F56%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-17T17:03:42.223Z] -> Pinging Codecov [2022-03-17T17:03:42.223Z] 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=f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3&build=56&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F56%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-03-17T17:03:42.485Z] -> Uploading to [2022-03-17T17:03:42.485Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-17/A97CA9966030D2A3747ED39772930CCE/f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3/15f79c6f-3302-4a6a-854e-9a79bf87ebe2.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220317%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220317T170342Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c7784e7028af78e643754fae82cde4e377d5a40992b19bf920270248a8967965 [2022-03-17T17:03:42.485Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-17T17:03:42.485Z] Dload Upload Total Spent Left Speed [2022-03-17T17:03:42.746Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2069 --:--:-- --:--:-- --:--:-- 2069 [2022-03-17T17:03:42.746Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] } [2022-03-17T17:03:42.755Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-03-17T17:03:43.014Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-03-17T17:03:43.025Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:43.318Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-17T17:03:43.318Z] [2022-03-17T17:03:43.318Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:03:43.619Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-17T17:03:43.619Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-03-17T17:03:43.619Z] 188c0c94c7c5: Pulling fs layer [2022-03-17T17:03:43.619Z] 0ef7d3d256c8: Pulling fs layer [2022-03-17T17:03:43.619Z] de9db76c5a1d: Pulling fs layer [2022-03-17T17:03:43.619Z] 0eba1c9be4d2: Pulling fs layer [2022-03-17T17:03:43.619Z] 0d57e429df01: Pulling fs layer [2022-03-17T17:03:43.619Z] 4e4be7b47b0d: Pulling fs layer [2022-03-17T17:03:43.619Z] e1f770b5df2f: Pulling fs layer [2022-03-17T17:03:43.619Z] 85a0685a4137: Pulling fs layer [2022-03-17T17:03:43.619Z] 0eba1c9be4d2: Waiting [2022-03-17T17:03:43.619Z] 4e4be7b47b0d: Waiting [2022-03-17T17:03:43.619Z] e1f770b5df2f: Waiting [2022-03-17T17:03:43.619Z] 85a0685a4137: Waiting [2022-03-17T17:03:43.619Z] de9db76c5a1d: Verifying Checksum [2022-03-17T17:03:43.619Z] de9db76c5a1d: Download complete [2022-03-17T17:03:43.619Z] 0ef7d3d256c8: Verifying Checksum [2022-03-17T17:03:43.619Z] 0ef7d3d256c8: Download complete [2022-03-17T17:03:43.619Z] 0d57e429df01: Verifying Checksum [2022-03-17T17:03:43.619Z] 0d57e429df01: Download complete [2022-03-17T17:03:43.619Z] 4e4be7b47b0d: Verifying Checksum [2022-03-17T17:03:43.619Z] 4e4be7b47b0d: Download complete [2022-03-17T17:03:43.619Z] 188c0c94c7c5: Verifying Checksum [2022-03-17T17:03:43.619Z] 188c0c94c7c5: Download complete [2022-03-17T17:03:43.878Z] 188c0c94c7c5: Pull complete [2022-03-17T17:03:43.879Z] e1f770b5df2f: Verifying Checksum [2022-03-17T17:03:43.879Z] e1f770b5df2f: Download complete [2022-03-17T17:03:43.879Z] 0ef7d3d256c8: Pull complete [2022-03-17T17:03:44.139Z] de9db76c5a1d: Pull complete [2022-03-17T17:03:44.400Z] 0eba1c9be4d2: Download complete [2022-03-17T17:03:44.659Z] 85a0685a4137: Verifying Checksum [2022-03-17T17:03:44.659Z] 85a0685a4137: Download complete [2022-03-17T17:03:47.949Z] 0eba1c9be4d2: Pull complete [2022-03-17T17:03:47.949Z] 0d57e429df01: Pull complete [2022-03-17T17:03:47.949Z] 4e4be7b47b0d: Pull complete [2022-03-17T17:03:48.517Z] e1f770b5df2f: Pull complete [2022-03-17T17:03:51.811Z] 85a0685a4137: Pull complete [2022-03-17T17:03:51.811Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-03-17T17:03:51.811Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-03-17T17:03:51.811Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-03-17T17:03:51.877Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T17:03:51.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-03-17T17:03:53.741Z] $ docker top e8fd986c8eeffe98049807b61a12e57f4c535ac0c00a67d7b9287ab632e7ea1a -eo pid,comm [Pipeline] { [Pipeline] echo [2022-03-17T17:03:53.819Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-03-17T17:03:54.099Z] + set -o pipefail [2022-03-17T17:03:54.099Z] + snyk monitor '--org=edgex-jenkins' [2022-03-17T17:03:59.381Z] [2022-03-17T17:03:59.381Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-03-17T17:03:59.381Z] [2022-03-17T17:03:59.381Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/b8d458ca-3f7e-4ce3-b728-9b6708a7be70 [2022-03-17T17:03:59.381Z] [2022-03-17T17:03:59.381Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-03-17T17:03:59.381Z] [2022-03-17T17:03:59.381Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-03-17T17:03:59.381Z] [2022-03-17T17:03:59.952Z] [Pipeline] } [2022-03-17T17:03:59.967Z] $ docker stop --time=1 e8fd986c8eeffe98049807b61a12e57f4c535ac0c00a67d7b9287ab632e7ea1a [2022-03-17T17:04:01.716Z] $ docker rm -f e8fd986c8eeffe98049807b61a12e57f4c535ac0c00a67d7b9287ab632e7ea1a [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-17T17:04:02.382Z] + git log --format=format:%s -1 f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 [Pipeline] sh [2022-03-17T17:04:02.679Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-17T17:04:02.679Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:04:02.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-17T17:04:02.975Z] . [Pipeline] withDockerContainer [2022-03-17T17:04:03.045Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T17:04:03.085Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-17T17:04:03.511Z] $ docker top b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-17T17:04:03.609Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-17T17:04:03.609Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-17T17:04:03.736Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-17T17:04:03.740Z] $ docker exec b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 ssh-agent [2022-03-17T17:04:03.854Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkeFNbM/agent.13 [2022-03-17T17:04:03.854Z] SSH_AGENT_PID=19 [2022-03-17T17:04:03.859Z] Running ssh-add (command line suppressed) [2022-03-17T17:04:03.964Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1733449540262374874.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1733449540262374874.key) [2022-03-17T17:04:03.977Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-17T17:04:04.271Z] + git semver tag [2022-03-17T17:04:04.272Z] # -> Open(): unable to determine branch for HEAD [2022-03-17T17:04:04.272Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-17T17:04:04.272Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-17T17:04:04.272Z] # $SEMVER_REMOTE_NAME = origin [2022-03-17T17:04:04.272Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-17T17:04:04.272Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-17T17:04:04.272Z] # $SEMVER_BRANCH = main [2022-03-17T17:04:04.272Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-03-17T17:04:04.272Z] # f9293bd72fc3ac1c3d8d55cd461a0e68f237d0a3 HEAD [2022-03-17T17:04:04.272Z] # -> Force: false [2022-03-17T17:04:04.272Z] # 1d7dd64904728150290b6c14ab22825003de0170 refs/tags/v2.2.0-dev.20 [Pipeline] } [2022-03-17T17:04:04.284Z] $ docker exec --env ******** --env ******** b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 ssh-agent -k [2022-03-17T17:04:04.383Z] unset SSH_AUTH_SOCK; [2022-03-17T17:04:04.384Z] unset SSH_AGENT_PID; [2022-03-17T17:04:04.384Z] echo Agent pid 19 killed; [2022-03-17T17:04:04.394Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-17T17:04:04.697Z] + git semver [Pipeline] } [2022-03-17T17:04:04.713Z] $ docker stop --time=1 b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 [2022-03-17T17:04:06.005Z] $ docker rm -f b248020dd543258198f7f30a9e3e55d46653b55fac393af31d11001fc13f4c29 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:04:06.438Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-17T17:04:06.438Z] [2022-03-17T17:04:06.438Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:04:06.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-17T17:04:06.781Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-03-17T17:04:06.781Z] ab5ef0e58194: Pulling fs layer [2022-03-17T17:04:06.781Z] 9712f1f96733: Pulling fs layer [2022-03-17T17:04:06.781Z] 63f879dbbcfc: Pulling fs layer [2022-03-17T17:04:06.781Z] 0d9ebad4ef96: Pulling fs layer [2022-03-17T17:04:06.781Z] e9a5061849ea: Pulling fs layer [2022-03-17T17:04:06.781Z] d747dcd14b5f: Pulling fs layer [2022-03-17T17:04:06.781Z] 2de7ff778b66: Pulling fs layer [2022-03-17T17:04:06.781Z] 0d9ebad4ef96: Waiting [2022-03-17T17:04:06.781Z] e9a5061849ea: Waiting [2022-03-17T17:04:06.781Z] d747dcd14b5f: Waiting [2022-03-17T17:04:06.781Z] 9712f1f96733: Verifying Checksum [2022-03-17T17:04:06.781Z] 9712f1f96733: Download complete [2022-03-17T17:04:07.047Z] 63f879dbbcfc: Verifying Checksum [2022-03-17T17:04:07.047Z] 63f879dbbcfc: Download complete [2022-03-17T17:04:07.047Z] e9a5061849ea: Verifying Checksum [2022-03-17T17:04:07.047Z] e9a5061849ea: Download complete [2022-03-17T17:04:07.047Z] d747dcd14b5f: Verifying Checksum [2022-03-17T17:04:07.047Z] d747dcd14b5f: Download complete [2022-03-17T17:04:07.308Z] ab5ef0e58194: Verifying Checksum [2022-03-17T17:04:07.308Z] ab5ef0e58194: Download complete [2022-03-17T17:04:07.308Z] 0d9ebad4ef96: Verifying Checksum [2022-03-17T17:04:07.308Z] 0d9ebad4ef96: Download complete [2022-03-17T17:04:07.308Z] 2de7ff778b66: Verifying Checksum [2022-03-17T17:04:07.308Z] 2de7ff778b66: Download complete [2022-03-17T17:04:09.856Z] ab5ef0e58194: Pull complete [2022-03-17T17:04:09.856Z] 9712f1f96733: Pull complete [2022-03-17T17:04:10.791Z] 63f879dbbcfc: Pull complete [2022-03-17T17:04:14.987Z] 0d9ebad4ef96: Pull complete [2022-03-17T17:04:14.987Z] e9a5061849ea: Pull complete [2022-03-17T17:04:14.987Z] d747dcd14b5f: Pull complete [2022-03-17T17:04:15.930Z] 2de7ff778b66: Pull complete [2022-03-17T17:04:15.930Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-03-17T17:04:15.930Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-03-17T17:04:15.930Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-03-17T17:04:15.999Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T17:04:16.033Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-03-17T17:04:18.935Z] $ docker top dd184cfd9d5540e8b85aa1e51147c8c9b48d67287d56355360cca569375233fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-03-17T17:04:19.022Z] provisioning config files... [2022-03-17T17:04:19.031Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config3508194840079147043tmp [2022-03-17T17:04:19.042Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6619182598145071032tmp [2022-03-17T17:04:19.053Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4869952700682201209tmp [Pipeline] { [Pipeline] echo [2022-03-17T17:04:19.069Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:19.357Z] ---> sigul-configuration.sh [2022-03-17T17:04:19.357Z] gpg: directory `/root/.gnupg' created [2022-03-17T17:04:19.357Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-03-17T17:04:19.357Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-03-17T17:04:19.357Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-03-17T17:04:19.357Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-03-17T17:04:19.357Z] gpg: CAST5 encrypted data [2022-03-17T17:04:19.357Z] gpg: encrypted with 1 passphrase [2022-03-17T17:04:19.357Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-03-17T17:04:19.646Z] + mkdir /home/jenkins [2022-03-17T17:04:19.646Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-03-17T17:04:19.938Z] + 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-17T17:04:19.949Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:20.237Z] ---> sigul-install.sh [2022-03-17T17:04:20.237Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-03-17T17:04:20.524Z] + git tag --list [2022-03-17T17:04:20.524Z] v1.0.0 [2022-03-17T17:04:20.524Z] v1.1.0 [2022-03-17T17:04:20.524Z] v1.2.0 [2022-03-17T17:04:20.524Z] v1.3.0 [2022-03-17T17:04:20.524Z] v1.3.1 [2022-03-17T17:04:20.524Z] v2.0.0 [2022-03-17T17:04:20.524Z] v2.0.1 [2022-03-17T17:04:20.524Z] v2.0.1-dev.1 [2022-03-17T17:04:20.524Z] v2.0.2-dev.1 [2022-03-17T17:04:20.524Z] v2.0.2-dev.10 [2022-03-17T17:04:20.524Z] v2.0.2-dev.11 [2022-03-17T17:04:20.524Z] v2.0.2-dev.12 [2022-03-17T17:04:20.524Z] v2.0.2-dev.13 [2022-03-17T17:04:20.524Z] v2.0.2-dev.14 [2022-03-17T17:04:20.524Z] v2.0.2-dev.15 [2022-03-17T17:04:20.524Z] v2.0.2-dev.16 [2022-03-17T17:04:20.524Z] v2.0.2-dev.17 [2022-03-17T17:04:20.524Z] v2.0.2-dev.18 [2022-03-17T17:04:20.524Z] v2.0.2-dev.19 [2022-03-17T17:04:20.524Z] v2.0.2-dev.2 [2022-03-17T17:04:20.524Z] v2.0.2-dev.20 [2022-03-17T17:04:20.524Z] v2.0.2-dev.21 [2022-03-17T17:04:20.524Z] v2.0.2-dev.22 [2022-03-17T17:04:20.524Z] v2.0.2-dev.23 [2022-03-17T17:04:20.524Z] v2.0.2-dev.24 [2022-03-17T17:04:20.524Z] v2.0.2-dev.25 [2022-03-17T17:04:20.524Z] v2.0.2-dev.26 [2022-03-17T17:04:20.524Z] v2.0.2-dev.27 [2022-03-17T17:04:20.524Z] v2.0.2-dev.28 [2022-03-17T17:04:20.524Z] v2.0.2-dev.29 [2022-03-17T17:04:20.524Z] v2.0.2-dev.3 [2022-03-17T17:04:20.524Z] v2.0.2-dev.30 [2022-03-17T17:04:20.524Z] v2.0.2-dev.4 [2022-03-17T17:04:20.525Z] v2.0.2-dev.5 [2022-03-17T17:04:20.525Z] v2.0.2-dev.6 [2022-03-17T17:04:20.525Z] v2.0.2-dev.7 [2022-03-17T17:04:20.525Z] v2.0.2-dev.8 [2022-03-17T17:04:20.525Z] v2.0.2-dev.9 [2022-03-17T17:04:20.525Z] v2.1.0 [2022-03-17T17:04:20.525Z] v2.2.0-dev.1 [2022-03-17T17:04:20.525Z] v2.2.0-dev.10 [2022-03-17T17:04:20.525Z] v2.2.0-dev.11 [2022-03-17T17:04:20.525Z] v2.2.0-dev.12 [2022-03-17T17:04:20.525Z] v2.2.0-dev.13 [2022-03-17T17:04:20.525Z] v2.2.0-dev.14 [2022-03-17T17:04:20.525Z] v2.2.0-dev.15 [2022-03-17T17:04:20.525Z] v2.2.0-dev.16 [2022-03-17T17:04:20.525Z] v2.2.0-dev.17 [2022-03-17T17:04:20.525Z] v2.2.0-dev.18 [2022-03-17T17:04:20.525Z] v2.2.0-dev.19 [2022-03-17T17:04:20.525Z] v2.2.0-dev.2 [2022-03-17T17:04:20.525Z] v2.2.0-dev.20 [2022-03-17T17:04:20.525Z] v2.2.0-dev.3 [2022-03-17T17:04:20.525Z] v2.2.0-dev.4 [2022-03-17T17:04:20.525Z] v2.2.0-dev.5 [2022-03-17T17:04:20.525Z] v2.2.0-dev.6 [2022-03-17T17:04:20.525Z] v2.2.0-dev.7 [2022-03-17T17:04:20.525Z] v2.2.0-dev.8 [2022-03-17T17:04:20.525Z] v2.2.0-dev.9 [Pipeline] sh [2022-03-17T17:04:20.813Z] + lftools sign git-tag v2.2.0-dev.20 [2022-03-17T17:04:21.384Z] Signing Git tag with Sigul... [2022-03-17T17:04:21.384Z] Signing v2.2.0-dev.20 [Pipeline] echo [2022-03-17T17:04:21.653Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:21.939Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-03-17T17:04:21.947Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-03-17T17:04:21.968Z] $ docker stop --time=1 dd184cfd9d5540e8b85aa1e51147c8c9b48d67287d56355360cca569375233fd [2022-03-17T17:04:23.265Z] $ docker rm -f dd184cfd9d5540e8b85aa1e51147c8c9b48d67287d56355360cca569375233fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-03-17T17:04:23.691Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-17T17:04:23.691Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:04:23.987Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-17T17:04:23.987Z] . [Pipeline] withDockerContainer [2022-03-17T17:04:24.058Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T17:04:24.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-17T17:04:24.530Z] $ docker top 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-17T17:04:24.630Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-17T17:04:24.630Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-17T17:04:24.756Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-17T17:04:24.762Z] $ docker exec 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 ssh-agent [2022-03-17T17:04:24.886Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXiicDoH/agent.13 [2022-03-17T17:04:24.886Z] SSH_AGENT_PID=19 [2022-03-17T17:04:24.892Z] Running ssh-add (command line suppressed) [2022-03-17T17:04:25.005Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_6454455720145572736.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_6454455720145572736.key) [2022-03-17T17:04:25.019Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-17T17:04:25.314Z] + git semver bump pre [2022-03-17T17:04:25.314Z] # -> Open(): unable to determine branch for HEAD [2022-03-17T17:04:25.314Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-17T17:04:25.314Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-17T17:04:25.314Z] # $SEMVER_REMOTE_NAME = origin [2022-03-17T17:04:25.314Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-17T17:04:25.314Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-17T17:04:25.314Z] # $SEMVER_BRANCH = main [2022-03-17T17:04:25.314Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-03-17T17:04:25.314Z] 2.2.0-dev.21 [Pipeline] } [2022-03-17T17:04:25.327Z] $ docker exec --env ******** --env ******** 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 ssh-agent -k [2022-03-17T17:04:25.431Z] unset SSH_AUTH_SOCK; [2022-03-17T17:04:25.431Z] unset SSH_AGENT_PID; [2022-03-17T17:04:25.431Z] echo Agent pid 19 killed; [2022-03-17T17:04:25.445Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-17T17:04:25.759Z] + git semver [Pipeline] } [2022-03-17T17:04:25.775Z] $ docker stop --time=1 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 [2022-03-17T17:04:27.116Z] $ docker rm -f 76b8472d893d0ef7cfcc621a846ab499fd4786d43aa3c543f75e4ebe81babeb5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-17T17:04:27.478Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-17T17:04:27.478Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:04:27.775Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-17T17:04:27.775Z] . [Pipeline] withDockerContainer [2022-03-17T17:04:27.849Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T17:04:27.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-17T17:04:28.290Z] $ docker top 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-17T17:04:28.386Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-17T17:04:28.386Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-17T17:04:28.523Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-17T17:04:28.527Z] $ docker exec 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 ssh-agent [2022-03-17T17:04:28.651Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPLdFfF/agent.13 [2022-03-17T17:04:28.651Z] SSH_AGENT_PID=19 [2022-03-17T17:04:28.656Z] Running ssh-add (command line suppressed) [2022-03-17T17:04:28.760Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_8483547752419905115.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_8483547752419905115.key) [2022-03-17T17:04:28.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-17T17:04:29.065Z] + git semver push [2022-03-17T17:04:29.065Z] # -> Open(): unable to determine branch for HEAD [2022-03-17T17:04:29.065Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-03-17T17:04:29.065Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-03-17T17:04:29.065Z] # $SEMVER_REMOTE_NAME = origin [2022-03-17T17:04:29.065Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-17T17:04:29.065Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-17T17:04:29.065Z] # $SEMVER_BRANCH = main [2022-03-17T17:04:29.065Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-03-17T17:04:30.988Z] $ docker exec --env ******** --env ******** 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 ssh-agent -k [2022-03-17T17:04:31.082Z] unset SSH_AUTH_SOCK; [2022-03-17T17:04:31.082Z] unset SSH_AGENT_PID; [2022-03-17T17:04:31.083Z] echo Agent pid 19 killed; [2022-03-17T17:04:31.094Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-17T17:04:31.412Z] + git semver [Pipeline] } [2022-03-17T17:04:31.429Z] $ docker stop --time=1 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 [2022-03-17T17:04:32.785Z] $ docker rm -f 5520f42a8d5312bea4a09587074f5142d27a98d1d90bb5f7f989ae4986c6baa2 [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-17T17:04:33.421Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-03-17T17:04:33.421Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-03-17T17:04:33.421Z] total 16 [2022-03-17T17:04:33.421Z] drwxr-xr-x 3 root root 4096 Mar 17 16:55 . [2022-03-17T17:04:33.421Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 17:04 .. [2022-03-17T17:04:33.421Z] drwxr-xr-x 2 root root 4096 Mar 17 16:55 cost [2022-03-17T17:04:33.421Z] -rw-r--r-- 1 root root 94 Mar 17 16:55 cost.csv [2022-03-17T17:04:33.421Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-03-17T17:04:33.421Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-03-17T17:04:33.421Z] total 16 [2022-03-17T17:04:33.421Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 17 16:55 . [2022-03-17T17:04:33.421Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 17 17:04 .. [2022-03-17T17:04:33.421Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 17 16:55 cost [2022-03-17T17:04:33.421Z] -rw-r--r-- 1 jenkins jenkins 94 Mar 17 16:55 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:33.721Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:34.699Z] ---> package-listing.sh [2022-03-17T17:04:34.699Z] ++ facter osfamily [2022-03-17T17:04:34.699Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-17T17:04:34.962Z] + OS_FAMILY=debian [2022-03-17T17:04:34.962Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-03-17T17:04:34.962Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-17T17:04:34.962Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-17T17:04:34.962Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-17T17:04:34.962Z] + PACKAGES=/tmp/packages_start.txt [2022-03-17T17:04:34.962Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-03-17T17:04:34.962Z] + PACKAGES=/tmp/packages_end.txt [2022-03-17T17:04:34.962Z] + case "${OS_FAMILY}" in [2022-03-17T17:04:34.962Z] + dpkg -l [2022-03-17T17:04:34.962Z] + grep '^ii' [2022-03-17T17:04:34.962Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-17T17:04:34.962Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-17T17:04:34.962Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-17T17:04:34.962Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-03-17T17:04:34.962Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-03-17T17:04:34.962Z] + 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-17T17:04:34.974Z] 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-17T17:04:35.256Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-17T17:04:35.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-17T17:04:35.817Z] . [Pipeline] withDockerContainer [2022-03-17T17:04:35.885Z] prd-ubuntu20.04-docker-8c-8g-7856 does not seem to be running inside a container [2022-03-17T17:04:35.923Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-17T17:04:36.387Z] $ docker top f86c8973a3698d4d4a82ed5266276e9a581a64fa2e1051025cb714dc01465c47 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-17T17:04:36.745Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-17T17:04:37.035Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-17T17:04:37.327Z] + ls /var/log/sa-host [2022-03-17T17:04:37.328Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-17T17:04:37.550Z] provisioning config files... [2022-03-17T17:04:37.562Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4236931869904590659tmp [Pipeline] { [Pipeline] echo [2022-03-17T17:04:37.577Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:37.864Z] ---> create-netrc.sh [Pipeline] } [2022-03-17T17:04:37.873Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:38.236Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-17T17:04:38.246Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:38.533Z] ---> sudo-logs.sh [2022-03-17T17:04:38.533Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-17T17:04:38.570Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:38.859Z] ---> job-cost.sh [2022-03-17T17:04:38.859Z] lf-activate-venv: SKIPPING [2022-03-17T17:04:38.859Z] DEBUG: total: 0.2199999988079071 [2022-03-17T17:04:38.859Z] INFO: Retrieving Stack Cost... [2022-03-17T17:04:39.121Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-17T17:04:39.694Z] INFO: Archiving Costs [Pipeline] echo [2022-03-17T17:04:39.709Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-17T17:04:39.993Z] ---> logs-deploy.sh [2022-03-17T17:04:39.993Z] lf-activate-venv: SKIPPING [2022-03-17T17:04:39.993Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/56 [2022-03-17T17:04:39.993Z] INFO: archiving workspace using pattern(s): [2022-03-17T17:04:40.933Z] Archives upload complete. [2022-03-17T17:04:40.933Z] INFO: archiving logs to Nexus