Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4190c6fd5c33f3107dc794a5b34667c4978bc33f 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-ssh7455660170520455366.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-ssh15892218493644505764.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-ssh3640155799170050330.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-ssh1302831508901766588.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-ssh16054720616239055712.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-ubuntu20.04-docker-8c-8g-11419’ is offline Running on prd-ubuntu20.04-docker-8c-8g-11420 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 4190c6fd5c33f3107dc794a5b34667c4978bc33f (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 4190c6fd5c33f3107dc794a5b34667c4978bc33f # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#395)" > git rev-list --no-walk ab4754bb686cc1a901ed29aff581db85023172aa # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-07T16:59:18.038Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-07T16:59:18.103Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-07T16:59:18.124Z] ========================================================= [2022-04-07T16:59:18.124Z] EdgeX Global Pipelines Version Info [2022-04-07T16:59:18.124Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-07T16:59:18.911Z] ------------------- [2022-04-07T16:59:18.911Z] stable info: [2022-04-07T16:59:18.911Z] ------------------- [2022-04-07T16:59:18.911Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-07T16:59:18.911Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-07T16:59:18.911Z] Message: update stable to v1.0.221 [2022-04-07T16:59:19.484Z] ------------------- [2022-04-07T16:59:19.484Z] experimental info: [2022-04-07T16:59:19.484Z] ------------------- [2022-04-07T16:59:19.484Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-07T16:59:19.484Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-07T16:59:19.484Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-07T16:59:19.618Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2022-04-07T16:59:19.630Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2022-04-07T16:59:19.641Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-07T16:59:19.653Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-07T16:59:19.664Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-07T16:59:19.675Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-07T16:59:19.686Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-07T16:59:19.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-07T16:59:19.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-07T16:59:19.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-07T16:59:19.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-07T16:59:19.741Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo [2022-04-07T16:59:19.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-07T16:59:19.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-07T16:59:19.773Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-07T16:59:19.784Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-07T16:59:19.796Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-07T16:59:19.809Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-07T16:59:19.819Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-07T16:59:19.830Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-07T16:59:19.840Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-07T16:59:19.855Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-07T16:59:19.870Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-07T16:59:19.884Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-07T16:59:19.903Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-07T16:59:19.920Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-07T16:59:19.936Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-04-07T16:59:19.947Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-04-07T16:59:19.960Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-04-07T16:59:19.972Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] echo [2022-04-07T16:59:19.982Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4190c6f [Pipeline] echo [2022-04-07T16:59:19.997Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T16:59:20.050Z] provisioning config files... [2022-04-07T16:59:20.064Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2944801962998571442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T16:59:20.373Z] ---> docker-login.sh [2022-04-07T16:59:20.373Z] nexus3.edgexfoundry.org:10001 [2022-04-07T16:59:20.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:20.644Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:20.644Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:20.644Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:20.644Z] [2022-04-07T16:59:20.644Z] Login Succeeded [2022-04-07T16:59:20.644Z] nexus3.edgexfoundry.org:10002 [2022-04-07T16:59:20.644Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:20.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:20.911Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:20.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:20.911Z] [2022-04-07T16:59:20.911Z] Login Succeeded [2022-04-07T16:59:20.911Z] nexus3.edgexfoundry.org:10003 [2022-04-07T16:59:20.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:20.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:20.911Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:20.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:20.911Z] [2022-04-07T16:59:20.911Z] Login Succeeded [2022-04-07T16:59:20.911Z] nexus3.edgexfoundry.org:10004 [2022-04-07T16:59:20.911Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:21.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:21.174Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:21.174Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:21.174Z] [2022-04-07T16:59:21.174Z] Login Succeeded [2022-04-07T16:59:21.174Z] docker.io [2022-04-07T16:59:21.174Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:21.437Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:21.437Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:21.437Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:21.437Z] [2022-04-07T16:59:21.437Z] Login Succeeded [2022-04-07T16:59:21.437Z] ---> docker-login.sh ends [Pipeline] } [2022-04-07T16:59:21.447Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-07T16:59:21.840Z] + git rev-list -1 --merges 4190c6fd5c33f3107dc794a5b34667c4978bc33f~1..4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] echo [2022-04-07T16:59:21.937Z] -----------> git rev-list -1 --merges 4190c6fd5c33f3107dc794a5b34667c4978bc33f~1..4190c6fd5c33f3107dc794a5b34667c4978bc33f 4190c6fd5c33f3107dc794a5b34667c4978bc33f [false] [Pipeline] sh [2022-04-07T16:59:22.230Z] + git log --format=format:%s -1 4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] echo [2022-04-07T16:59:22.250Z] ========================================================= [2022-04-07T16:59:22.250Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-07T16:59:22.250Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-07T16:59:22.598Z] + git log --format=format:%s -1 4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] echo [2022-04-07T16:59:22.611Z] [semverPrep] GIT_COMMIT: 4190c6fd5c33f3107dc794a5b34667c4978bc33f, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#395) [Pipeline] echo [2022-04-07T16:59:22.621Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-07T16:59:23.027Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-07T16:59:23.027Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-07T16:59:23.027Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-07T16:59:23.027Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-07T16:59:23.027Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-07T16:59:23.027Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-07T16:59:23.027Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-07T16:59:23.390Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T16:59:23.390Z] [2022-04-07T16:59:23.390Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T16:59:23.699Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T16:59:23.699Z] latest: Pulling from edgex-devops/git-semver [2022-04-07T16:59:23.699Z] a0d0a0d46f8b: Pulling fs layer [2022-04-07T16:59:23.699Z] 3e5f54012d9b: Pulling fs layer [2022-04-07T16:59:23.699Z] 4c7163046ea9: Pulling fs layer [2022-04-07T16:59:23.699Z] 0c2d73faf560: Pulling fs layer [2022-04-07T16:59:23.699Z] 0c2d73faf560: Waiting [2022-04-07T16:59:23.699Z] 3e5f54012d9b: Verifying Checksum [2022-04-07T16:59:23.699Z] 3e5f54012d9b: Download complete [2022-04-07T16:59:23.699Z] a0d0a0d46f8b: Verifying Checksum [2022-04-07T16:59:23.699Z] a0d0a0d46f8b: Download complete [2022-04-07T16:59:23.699Z] 4c7163046ea9: Verifying Checksum [2022-04-07T16:59:23.699Z] 4c7163046ea9: Download complete [2022-04-07T16:59:23.699Z] 0c2d73faf560: Verifying Checksum [2022-04-07T16:59:23.699Z] 0c2d73faf560: Download complete [2022-04-07T16:59:23.963Z] a0d0a0d46f8b: Pull complete [2022-04-07T16:59:23.963Z] 3e5f54012d9b: Pull complete [2022-04-07T16:59:24.232Z] 4c7163046ea9: Pull complete [2022-04-07T16:59:24.495Z] 0c2d73faf560: Pull complete [2022-04-07T16:59:24.495Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-07T16:59:24.495Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T16:59:24.495Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-07T16:59:24.570Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T16:59:24.613Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-07T16:59:25.235Z] $ docker top 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-07T16:59:25.335Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-07T16:59:25.335Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-07T16:59:25.472Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-07T16:59:25.478Z] $ docker exec 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 ssh-agent [2022-04-07T16:59:25.613Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLBcaKP/agent.13 [2022-04-07T16:59:25.613Z] SSH_AGENT_PID=21 [2022-04-07T16:59:25.622Z] Running ssh-add (command line suppressed) [2022-04-07T16:59:25.761Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1660440922916748981.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1660440922916748981.key) [2022-04-07T16:59:25.774Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-07T16:59:26.073Z] + git tag --points-at HEAD [Pipeline] } [2022-04-07T16:59:26.088Z] $ docker exec --env ******** --env ******** 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 ssh-agent -k [2022-04-07T16:59:26.199Z] unset SSH_AUTH_SOCK; [2022-04-07T16:59:26.200Z] unset SSH_AGENT_PID; [2022-04-07T16:59:26.200Z] echo Agent pid 21 killed; [2022-04-07T16:59:26.215Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-07T16:59:26.241Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-07T16:59:26.241Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-07T16:59:26.391Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-07T16:59:26.397Z] $ docker exec 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 ssh-agent [2022-04-07T16:59:26.536Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXNehNBk/agent.54 [2022-04-07T16:59:26.536Z] SSH_AGENT_PID=60 [2022-04-07T16:59:26.541Z] Running ssh-add (command line suppressed) [2022-04-07T16:59:26.660Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_77862969926576278.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_77862969926576278.key) [2022-04-07T16:59:26.677Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-07T16:59:26.970Z] + git semver init [2022-04-07T16:59:26.970Z] # -> Open(): unable to determine branch for HEAD [2022-04-07T16:59:26.970Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-07T16:59:26.970Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-07T16:59:26.970Z] # $SEMVER_REMOTE_NAME = origin [2022-04-07T16:59:26.970Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-07T16:59:26.970Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-07T16:59:26.970Z] # $SEMVER_BRANCH = main [2022-04-07T16:59:26.970Z] # $SEMVER_TEMP = /tmp/semver-583614258 [2022-04-07T16:59:26.970Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2022-04-07T16:59:27.914Z] # '/tmp/semver-583614258' -> '/w/workspace/ry_app-service-configurable_main/.semver' [2022-04-07T16:59:27.914Z] # -> Force: false [2022-04-07T16:59:27.914Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-04-07T16:59:27.928Z] $ docker exec --env ******** --env ******** 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 ssh-agent -k [2022-04-07T16:59:28.039Z] unset SSH_AUTH_SOCK; [2022-04-07T16:59:28.040Z] unset SSH_AGENT_PID; [2022-04-07T16:59:28.040Z] echo Agent pid 60 killed; [2022-04-07T16:59:28.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-07T16:59:28.359Z] + git semver [Pipeline] } [2022-04-07T16:59:28.377Z] $ docker stop --time=1 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 [2022-04-07T16:59:29.727Z] $ docker rm -f 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-07T16:59:30.083Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-07T16:59:30.366Z] Stashed 1 file(s) [Pipeline] echo [2022-04-07T16:59:30.371Z] [edgeXSemver]: initialized semver on version 2.2.0-dev.25 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T16:59:30.486Z] provisioning config files... [2022-04-07T16:59:30.497Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2625803415790336497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T16:59:30.805Z] ---> docker-login.sh [2022-04-07T16:59:30.805Z] nexus3.edgexfoundry.org:10001 [2022-04-07T16:59:30.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:30.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:30.805Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:30.805Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:30.805Z] [2022-04-07T16:59:30.805Z] Login Succeeded [2022-04-07T16:59:30.805Z] nexus3.edgexfoundry.org:10002 [2022-04-07T16:59:30.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:31.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:31.066Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:31.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:31.066Z] [2022-04-07T16:59:31.066Z] Login Succeeded [2022-04-07T16:59:31.066Z] nexus3.edgexfoundry.org:10003 [2022-04-07T16:59:31.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:31.066Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:31.066Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:31.066Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:31.066Z] [2022-04-07T16:59:31.066Z] Login Succeeded [2022-04-07T16:59:31.066Z] nexus3.edgexfoundry.org:10004 [2022-04-07T16:59:31.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:31.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:31.326Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:31.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:31.326Z] [2022-04-07T16:59:31.326Z] Login Succeeded [2022-04-07T16:59:31.326Z] docker.io [2022-04-07T16:59:31.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T16:59:31.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T16:59:31.588Z] Configure a credential helper to remove this warning. See [2022-04-07T16:59:31.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T16:59:31.588Z] [2022-04-07T16:59:31.588Z] Login Succeeded [2022-04-07T16:59:31.588Z] ---> docker-login.sh ends [Pipeline] } [2022-04-07T16:59:31.597Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-07T16:59:31.662Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-07T16:59:31.673Z] ========================================================= [2022-04-07T16:59:31.673Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-07T16:59:31.673Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-07T16:59:31.996Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-07T16:59:31.996Z] Sending build context to Docker daemon 2.992MB [2022-04-07T16:59:31.996Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-07T16:59:31.996Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-07T16:59:31.996Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-07T16:59:31.996Z] 59bf1c3509f3: Pulling fs layer [2022-04-07T16:59:31.996Z] 666ba61612fd: Pulling fs layer [2022-04-07T16:59:31.996Z] 8ed8ca486205: Pulling fs layer [2022-04-07T16:59:31.996Z] 4fe6c5a15a65: Pulling fs layer [2022-04-07T16:59:31.996Z] 22a0e8bec74d: Pulling fs layer [2022-04-07T16:59:31.996Z] 640e595b4fbd: Pulling fs layer [2022-04-07T16:59:31.996Z] 763cafe07f6e: Pulling fs layer [2022-04-07T16:59:31.996Z] 0c0b528cf693: Pulling fs layer [2022-04-07T16:59:31.996Z] 10935f4eaf8b: Pulling fs layer [2022-04-07T16:59:31.996Z] 763cafe07f6e: Waiting [2022-04-07T16:59:31.996Z] 10935f4eaf8b: Waiting [2022-04-07T16:59:31.996Z] 640e595b4fbd: Waiting [2022-04-07T16:59:31.996Z] 4fe6c5a15a65: Waiting [2022-04-07T16:59:31.996Z] 22a0e8bec74d: Waiting [2022-04-07T16:59:31.996Z] 0c0b528cf693: Waiting [2022-04-07T16:59:31.996Z] 8ed8ca486205: Verifying Checksum [2022-04-07T16:59:31.996Z] 8ed8ca486205: Download complete [2022-04-07T16:59:31.996Z] 666ba61612fd: Verifying Checksum [2022-04-07T16:59:31.996Z] 666ba61612fd: Download complete [2022-04-07T16:59:31.996Z] 22a0e8bec74d: Verifying Checksum [2022-04-07T16:59:31.996Z] 22a0e8bec74d: Download complete [2022-04-07T16:59:31.996Z] 640e595b4fbd: Verifying Checksum [2022-04-07T16:59:31.996Z] 640e595b4fbd: Download complete [2022-04-07T16:59:32.258Z] 763cafe07f6e: Verifying Checksum [2022-04-07T16:59:32.258Z] 763cafe07f6e: Download complete [2022-04-07T16:59:32.258Z] 59bf1c3509f3: Verifying Checksum [2022-04-07T16:59:32.258Z] 59bf1c3509f3: Download complete [2022-04-07T16:59:32.258Z] 0c0b528cf693: Verifying Checksum [2022-04-07T16:59:32.258Z] 0c0b528cf693: Download complete [2022-04-07T16:59:32.258Z] 59bf1c3509f3: Pull complete [2022-04-07T16:59:32.519Z] 666ba61612fd: Pull complete [2022-04-07T16:59:32.519Z] 8ed8ca486205: Pull complete [2022-04-07T16:59:32.781Z] 10935f4eaf8b: Verifying Checksum [2022-04-07T16:59:32.781Z] 10935f4eaf8b: Download complete [2022-04-07T16:59:33.041Z] 4fe6c5a15a65: Verifying Checksum [2022-04-07T16:59:33.041Z] 4fe6c5a15a65: Download complete [2022-04-07T16:59:37.246Z] 4fe6c5a15a65: Pull complete [2022-04-07T16:59:37.246Z] 22a0e8bec74d: Pull complete [2022-04-07T16:59:37.246Z] 640e595b4fbd: Pull complete [2022-04-07T16:59:37.246Z] 763cafe07f6e: Pull complete [2022-04-07T16:59:37.246Z] 0c0b528cf693: Pull complete [2022-04-07T16:59:39.164Z] 10935f4eaf8b: Pull complete [2022-04-07T16:59:39.165Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-07T16:59:39.165Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-07T16:59:39.165Z] ---> 99d49a6021b9 [2022-04-07T16:59:39.165Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-07T16:59:40.555Z] ---> Running in 3d7c65dc78fd [2022-04-07T16:59:40.555Z] Removing intermediate container 3d7c65dc78fd [2022-04-07T16:59:40.555Z] ---> edbe5a475b38 [2022-04-07T16:59:40.555Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-07T16:59:40.555Z] ---> Running in 776b3da0df48 [2022-04-07T16:59:40.555Z] Removing intermediate container 776b3da0df48 [2022-04-07T16:59:40.555Z] ---> 1385f5177560 [2022-04-07T16:59:40.555Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-07T16:59:40.555Z] ---> Running in 2ed515af99e9 [2022-04-07T16:59:40.555Z] Removing intermediate container 2ed515af99e9 [2022-04-07T16:59:40.555Z] ---> f47f9d5d5b40 [2022-04-07T16:59:40.555Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T16:59:40.555Z] ---> Running in 64fcb56e39d9 [2022-04-07T16:59:41.126Z] Removing intermediate container 64fcb56e39d9 [2022-04-07T16:59:41.126Z] ---> aa2825f7e386 [2022-04-07T16:59:41.126Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-07T16:59:41.126Z] ---> Running in e9c47d3b6801 [2022-04-07T16:59:41.698Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T16:59:42.271Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T16:59:42.847Z] OK: 221 MiB in 52 packages [2022-04-07T16:59:43.110Z] Removing intermediate container e9c47d3b6801 [2022-04-07T16:59:43.110Z] ---> 768827b9b8fe [2022-04-07T16:59:43.110Z] Step 8/13 : WORKDIR /app [2022-04-07T16:59:43.110Z] ---> Running in 3c81d9bd0a19 [2022-04-07T16:59:43.110Z] Removing intermediate container 3c81d9bd0a19 [2022-04-07T16:59:43.110Z] ---> 63c21fa8a0fd [2022-04-07T16:59:43.110Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-07T16:59:43.110Z] ---> 26dadcdfa1e5 [2022-04-07T16:59:43.110Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T16:59:43.375Z] ---> Running in a32ffc5a1690 [2022-04-07T16:59:45.455Z] Still waiting to schedule task [2022-04-07T16:59:45.455Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-07T17:00:09.964Z] Removing intermediate container a32ffc5a1690 [2022-04-07T17:00:09.964Z] ---> 63987dae17a4 [2022-04-07T17:00:09.964Z] Step 11/13 : COPY . . [2022-04-07T17:00:09.964Z] ---> 54d07de4b57c [2022-04-07T17:00:09.964Z] Step 12/13 : ARG MAKE="make build" [2022-04-07T17:00:09.964Z] ---> Running in f2083277af33 [2022-04-07T17:00:09.964Z] Removing intermediate container f2083277af33 [2022-04-07T17:00:09.964Z] ---> 02b470e06209 [2022-04-07T17:00:09.964Z] Step 13/13 : RUN $MAKE [2022-04-07T17:00:09.964Z] ---> Running in b99c4c450d93 [2022-04-07T17:00:09.964Z] noop [2022-04-07T17:00:09.964Z] Removing intermediate container b99c4c450d93 [2022-04-07T17:00:09.964Z] ---> 6759ce4139c7 [2022-04-07T17:00:09.964Z] Successfully built 6759ce4139c7 [2022-04-07T17:00:09.964Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:10.261Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-07T17:00:10.261Z] . [Pipeline] withDockerContainer [2022-04-07T17:00:10.323Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:00:10.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-07T17:00:10.738Z] $ docker top 30acf9808fd1cd3dc72bf8e37aa8a9317a3f4580e4c0811f292c2ea139b98914 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T17:00:11.097Z] + go version [2022-04-07T17:00:11.097Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-07T17:00:11.111Z] $ docker stop --time=1 30acf9808fd1cd3dc72bf8e37aa8a9317a3f4580e4c0811f292c2ea139b98914 [2022-04-07T17:00:12.409Z] $ docker rm -f 30acf9808fd1cd3dc72bf8e37aa8a9317a3f4580e4c0811f292c2ea139b98914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:12.843Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-07T17:00:12.843Z] . [Pipeline] withDockerContainer [2022-04-07T17:00:12.909Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:00:12.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-07T17:00:13.321Z] $ docker top 8664fcbf31506cead5504947b2db844b283560f44b85073fc9c32e03a6e414f8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-07T17:00:13.706Z] + make test [2022-04-07T17:00:13.706Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-07T17:00:20.294Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-07T17:00:20.294Z] CGO_ENABLED=1 go vet ./... [2022-04-07T17:00:23.593Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-07T17:00:23.593Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-07T17:00:23.593Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-07T17:00:23.608Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-07T17:00:23.627Z] $ docker stop --time=1 8664fcbf31506cead5504947b2db844b283560f44b85073fc9c32e03a6e414f8 [2022-04-07T17:00:25.111Z] $ docker rm -f 8664fcbf31506cead5504947b2db844b283560f44b85073fc9c32e03a6e414f8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-07T17:00:25.512Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-07T17:00:25.554Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-07T17:00:26.547Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-07T17:00:26.837Z] + ls -al . [2022-04-07T17:00:26.837Z] total 176 [2022-04-07T17:00:26.837Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 17:00 . [2022-04-07T17:00:26.837Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 16:59 .. [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 7 16:59 .dockerignore [2022-04-07T17:00:26.837Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 16:59 .git [2022-04-07T17:00:26.837Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 16:59 .github [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 7 16:59 .gitignore [2022-04-07T17:00:26.837Z] drwx------ 3 jenkins jenkins 4096 Apr 7 16:59 .semver [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 7627 Apr 7 16:59 Attribution.txt [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 7 16:59 CHANGELOG.md [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 7 16:59 Dockerfile [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 16:59 GOVERNANCE.md [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 7 16:59 Jenkinsfile [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 16:59 LICENSE [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 7 16:59 OWNERS.md [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 7 16:59 README.md [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 16:59 VERSION [2022-04-07T17:00:26.837Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 16:59 bin [2022-04-07T17:00:26.837Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 7 17:00 coverage.out [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 2816 Apr 7 16:59 go.mod [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 50335 Apr 7 16:59 go.sum [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 7 16:59 main.go [2022-04-07T17:00:26.837Z] -rw-rw-r-- 1 jenkins jenkins 1614 Apr 7 16:59 makefile [2022-04-07T17:00:26.837Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 16:59 res [2022-04-07T17:00:26.837Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 16:59 snap [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:27.142Z] + 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=4190c6fd5c33f3107dc794a5b34667c4978bc33f --label arch=amd64 --label version=2.2.0-dev.25 . [2022-04-07T17:00:27.142Z] Sending build context to Docker daemon 2.993MB [2022-04-07T17:00:27.142Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-07T17:00:27.142Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-07T17:00:27.142Z] ---> 6759ce4139c7 [2022-04-07T17:00:27.142Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-07T17:00:27.142Z] ---> Running in 82b0545e35ab [2022-04-07T17:00:27.142Z] Removing intermediate container 82b0545e35ab [2022-04-07T17:00:27.142Z] ---> 295b9bc5ee22 [2022-04-07T17:00:27.142Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-07T17:00:27.403Z] ---> Running in 7bdf658886b6 [2022-04-07T17:00:27.403Z] Removing intermediate container 7bdf658886b6 [2022-04-07T17:00:27.403Z] ---> 4a8b948c49f5 [2022-04-07T17:00:27.403Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-07T17:00:27.403Z] ---> Running in 96c9e03c3434 [2022-04-07T17:00:27.403Z] Removing intermediate container 96c9e03c3434 [2022-04-07T17:00:27.403Z] ---> 7fe195931403 [2022-04-07T17:00:27.403Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T17:00:27.403Z] ---> Running in a484d6799a42 [2022-04-07T17:00:27.972Z] Removing intermediate container a484d6799a42 [2022-04-07T17:00:27.972Z] ---> ac1bb9dc0bfe [2022-04-07T17:00:27.972Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-07T17:00:28.233Z] ---> Running in 6cc105d38988 [2022-04-07T17:00:28.494Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-07T17:00:29.440Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-07T17:00:29.440Z] OK: 221 MiB in 52 packages [2022-04-07T17:00:29.702Z] Removing intermediate container 6cc105d38988 [2022-04-07T17:00:29.702Z] ---> 91b25b4675a4 [2022-04-07T17:00:29.702Z] Step 8/27 : WORKDIR /app [2022-04-07T17:00:29.963Z] ---> Running in d66894a155fe [2022-04-07T17:00:29.963Z] Removing intermediate container d66894a155fe [2022-04-07T17:00:29.963Z] ---> 4d7d0b75dd8b [2022-04-07T17:00:29.963Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-07T17:00:29.963Z] ---> c9f3b1ef5d87 [2022-04-07T17:00:29.963Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T17:00:30.224Z] ---> Running in fb9b20f0528a [2022-04-07T17:00:30.796Z] Removing intermediate container fb9b20f0528a [2022-04-07T17:00:30.796Z] ---> fd7b4a4a369d [2022-04-07T17:00:30.796Z] Step 11/27 : COPY . . [2022-04-07T17:00:31.056Z] ---> b361adf317e7 [2022-04-07T17:00:31.056Z] Step 12/27 : ARG MAKE="make build" [2022-04-07T17:00:31.056Z] ---> Running in 1f0079431aef [2022-04-07T17:00:31.056Z] Removing intermediate container 1f0079431aef [2022-04-07T17:00:31.056Z] ---> b3f503358634 [2022-04-07T17:00:31.056Z] Step 13/27 : RUN $MAKE [2022-04-07T17:00:31.056Z] ---> Running in 44a34c696b40 [2022-04-07T17:00:31.627Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.38 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.25" -o app-service-configurable [2022-04-07T17:00:39.759Z] Removing intermediate container 44a34c696b40 [2022-04-07T17:00:39.759Z] ---> 85b3ab4b839b [2022-04-07T17:00:39.759Z] Step 14/27 : FROM alpine:3.14 [2022-04-07T17:00:39.759Z] 3.14: Pulling from library/alpine [2022-04-07T17:00:39.759Z] 8663204ce13b: Pulling fs layer [2022-04-07T17:00:39.759Z] 8663204ce13b: Verifying Checksum [2022-04-07T17:00:39.759Z] 8663204ce13b: Download complete [2022-04-07T17:00:39.759Z] 8663204ce13b: Pull complete [2022-04-07T17:00:39.759Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-07T17:00:39.759Z] Status: Downloaded newer image for alpine:3.14 [2022-04-07T17:00:39.759Z] ---> e04c818066af [2022-04-07T17:00:39.759Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-07T17:00:39.759Z] ---> Running in c0e08d652e37 [2022-04-07T17:00:40.020Z] Removing intermediate container c0e08d652e37 [2022-04-07T17:00:40.020Z] ---> bf9bd9869f9c [2022-04-07T17:00:40.020Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-07T17:00:40.020Z] ---> Running in 8b7e0229bae3 [2022-04-07T17:00:40.020Z] Removing intermediate container 8b7e0229bae3 [2022-04-07T17:00:40.020Z] ---> 7219b17926cc [2022-04-07T17:00:40.020Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-07T17:00:40.020Z] ---> Running in e2a55f6d0c00 [2022-04-07T17:00:40.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-07T17:00:40.544Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-07T17:00:40.805Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-07T17:00:40.805Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-07T17:00:40.805Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-07T17:00:40.805Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-07T17:00:40.805Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-07T17:00:40.805Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-07T17:00:40.805Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-07T17:00:40.805Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T17:00:40.805Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T17:00:40.805Z] OK: 9 MiB in 21 packages [2022-04-07T17:00:41.376Z] Removing intermediate container e2a55f6d0c00 [2022-04-07T17:00:41.376Z] ---> 3d42a1db3374 [2022-04-07T17:00:41.376Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-07T17:00:41.376Z] ---> d2522bb35849 [2022-04-07T17:00:41.376Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-07T17:00:41.376Z] ---> 4d4da12e57f9 [2022-04-07T17:00:41.376Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-07T17:00:41.639Z] ---> 804335569785 [2022-04-07T17:00:41.639Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-07T17:00:41.901Z] ---> 8a71cb20ea53 [2022-04-07T17:00:41.901Z] Step 22/27 : EXPOSE 48095 [2022-04-07T17:00:42.163Z] ---> Running in 63f4b48936e2 [2022-04-07T17:00:42.163Z] Removing intermediate container 63f4b48936e2 [2022-04-07T17:00:42.163Z] ---> 0c542a01b379 [2022-04-07T17:00:42.163Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-07T17:00:42.163Z] ---> Running in 316c004ddcee [2022-04-07T17:00:42.163Z] Removing intermediate container 316c004ddcee [2022-04-07T17:00:42.163Z] ---> 21220196748c [2022-04-07T17:00:42.163Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T17:00:42.163Z] ---> Running in b1d5442f0138 [2022-04-07T17:00:42.424Z] Removing intermediate container b1d5442f0138 [2022-04-07T17:00:42.424Z] ---> 32828c9e296a [2022-04-07T17:00:42.424Z] Step 25/27 : LABEL arch=amd64 [2022-04-07T17:00:42.424Z] ---> Running in c497a3aed378 [2022-04-07T17:00:42.424Z] Removing intermediate container c497a3aed378 [2022-04-07T17:00:42.424Z] ---> 4a67a134584c [2022-04-07T17:00:42.424Z] Step 26/27 : LABEL git_sha=4190c6fd5c33f3107dc794a5b34667c4978bc33f [2022-04-07T17:00:42.424Z] ---> Running in edfe23098533 [2022-04-07T17:00:42.685Z] Removing intermediate container edfe23098533 [2022-04-07T17:00:42.685Z] ---> 32e280fe9fab [2022-04-07T17:00:42.685Z] Step 27/27 : LABEL version=2.2.0-dev.25 [2022-04-07T17:00:42.685Z] ---> Running in 59570fbc163e [2022-04-07T17:00:42.685Z] Removing intermediate container 59570fbc163e [2022-04-07T17:00:42.685Z] ---> e913a3be3534 [2022-04-07T17:00:42.685Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-07T17:00:42.685Z] Successfully built e913a3be3534 [2022-04-07T17:00:42.685Z] Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T17:00:42.786Z] provisioning config files... [2022-04-07T17:00:42.797Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5845562026984620817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:00:43.105Z] ---> docker-login.sh [2022-04-07T17:00:43.106Z] nexus3.edgexfoundry.org:10001 [2022-04-07T17:00:43.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:00:43.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:00:43.106Z] Configure a credential helper to remove this warning. See [2022-04-07T17:00:43.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:00:43.106Z] [2022-04-07T17:00:43.106Z] Login Succeeded [2022-04-07T17:00:43.106Z] nexus3.edgexfoundry.org:10002 [2022-04-07T17:00:43.106Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:00:43.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:00:43.365Z] Configure a credential helper to remove this warning. See [2022-04-07T17:00:43.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:00:43.365Z] [2022-04-07T17:00:43.365Z] Login Succeeded [2022-04-07T17:00:43.365Z] nexus3.edgexfoundry.org:10003 [2022-04-07T17:00:43.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:00:43.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:00:43.365Z] Configure a credential helper to remove this warning. See [2022-04-07T17:00:43.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:00:43.365Z] [2022-04-07T17:00:43.365Z] Login Succeeded [2022-04-07T17:00:43.365Z] nexus3.edgexfoundry.org:10004 [2022-04-07T17:00:43.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:00:43.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:00:43.626Z] Configure a credential helper to remove this warning. See [2022-04-07T17:00:43.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:00:43.626Z] [2022-04-07T17:00:43.626Z] Login Succeeded [2022-04-07T17:00:43.626Z] docker.io [2022-04-07T17:00:43.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:00:43.887Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:00:43.887Z] Configure a credential helper to remove this warning. See [2022-04-07T17:00:43.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:00:43.887Z] [2022-04-07T17:00:43.887Z] Login Succeeded [2022-04-07T17:00:43.887Z] ---> docker-login.sh ends [Pipeline] } [2022-04-07T17:00:43.895Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-07T17:00:43.930Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-07T17:00:43.954Z] [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: [2022-04-07T17:00:43.954Z] 4190c6fd5c33f3107dc794a5b34667c4978bc33f [2022-04-07T17:00:43.954Z] latest [2022-04-07T17:00:43.954Z] 2.2.0-dev.25 [2022-04-07T17:00:43.954Z] 4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [2022-04-07T17:00:43.954Z] main [2022-04-07T17:00:43.954Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:44.278Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:44.573Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f [2022-04-07T17:00:44.573Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-07T17:00:44.573Z] a6c9862ed6ae: Preparing [2022-04-07T17:00:44.573Z] c692e2738796: Preparing [2022-04-07T17:00:44.573Z] 9dd069a35e74: Preparing [2022-04-07T17:00:44.573Z] 69486b85f15f: Preparing [2022-04-07T17:00:44.573Z] 543dd48a58c8: Preparing [2022-04-07T17:00:44.573Z] b541d28bf3b4: Preparing [2022-04-07T17:00:44.573Z] c692e2738796: Pushed [2022-04-07T17:00:44.573Z] 9dd069a35e74: Pushed [2022-04-07T17:00:44.573Z] 69486b85f15f: Pushed [2022-04-07T17:00:44.573Z] b541d28bf3b4: Layer already exists [2022-04-07T17:00:45.144Z] 543dd48a58c8: Pushed [2022-04-07T17:00:46.533Z] a6c9862ed6ae: Pushed [2022-04-07T17:00:46.533Z] 4190c6fd5c33f3107dc794a5b34667c4978bc33f: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:46.838Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:47.130Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-07T17:00:47.130Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-07T17:00:47.130Z] a6c9862ed6ae: Preparing [2022-04-07T17:00:47.130Z] c692e2738796: Preparing [2022-04-07T17:00:47.130Z] 9dd069a35e74: Preparing [2022-04-07T17:00:47.130Z] 69486b85f15f: Preparing [2022-04-07T17:00:47.130Z] 543dd48a58c8: Preparing [2022-04-07T17:00:47.130Z] b541d28bf3b4: Preparing [2022-04-07T17:00:47.130Z] b541d28bf3b4: Waiting [2022-04-07T17:00:47.130Z] 9dd069a35e74: Layer already exists [2022-04-07T17:00:47.130Z] 69486b85f15f: Layer already exists [2022-04-07T17:00:47.130Z] a6c9862ed6ae: Layer already exists [2022-04-07T17:00:47.130Z] c692e2738796: Layer already exists [2022-04-07T17:00:47.130Z] 543dd48a58c8: Layer already exists [2022-04-07T17:00:47.130Z] b541d28bf3b4: Layer already exists [2022-04-07T17:00:47.130Z] latest: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:47.434Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:47.729Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.25 [2022-04-07T17:00:47.729Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-07T17:00:47.729Z] a6c9862ed6ae: Preparing [2022-04-07T17:00:47.729Z] c692e2738796: Preparing [2022-04-07T17:00:47.729Z] 9dd069a35e74: Preparing [2022-04-07T17:00:47.729Z] 69486b85f15f: Preparing [2022-04-07T17:00:47.729Z] 543dd48a58c8: Preparing [2022-04-07T17:00:47.729Z] b541d28bf3b4: Preparing [2022-04-07T17:00:47.729Z] b541d28bf3b4: Waiting [2022-04-07T17:00:47.729Z] 543dd48a58c8: Layer already exists [2022-04-07T17:00:47.729Z] 9dd069a35e74: Layer already exists [2022-04-07T17:00:47.729Z] 69486b85f15f: Layer already exists [2022-04-07T17:00:47.729Z] c692e2738796: Layer already exists [2022-04-07T17:00:47.729Z] a6c9862ed6ae: Layer already exists [2022-04-07T17:00:47.729Z] b541d28bf3b4: Layer already exists [2022-04-07T17:00:47.729Z] 2.2.0-dev.25: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:48.037Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:48.330Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [2022-04-07T17:00:48.330Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-07T17:00:48.330Z] a6c9862ed6ae: Preparing [2022-04-07T17:00:48.330Z] c692e2738796: Preparing [2022-04-07T17:00:48.330Z] 9dd069a35e74: Preparing [2022-04-07T17:00:48.330Z] 69486b85f15f: Preparing [2022-04-07T17:00:48.330Z] 543dd48a58c8: Preparing [2022-04-07T17:00:48.330Z] b541d28bf3b4: Preparing [2022-04-07T17:00:48.330Z] b541d28bf3b4: Waiting [2022-04-07T17:00:48.330Z] a6c9862ed6ae: Layer already exists [2022-04-07T17:00:48.330Z] 69486b85f15f: Layer already exists [2022-04-07T17:00:48.330Z] 543dd48a58c8: Layer already exists [2022-04-07T17:00:48.330Z] c692e2738796: Layer already exists [2022-04-07T17:00:48.330Z] 9dd069a35e74: Layer already exists [2022-04-07T17:00:48.330Z] b541d28bf3b4: Layer already exists [2022-04-07T17:00:48.330Z] 4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:48.631Z] + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:48.927Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main [2022-04-07T17:00:48.927Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] [2022-04-07T17:00:48.927Z] a6c9862ed6ae: Preparing [2022-04-07T17:00:48.927Z] c692e2738796: Preparing [2022-04-07T17:00:48.927Z] 9dd069a35e74: Preparing [2022-04-07T17:00:48.927Z] 69486b85f15f: Preparing [2022-04-07T17:00:48.927Z] 543dd48a58c8: Preparing [2022-04-07T17:00:48.927Z] b541d28bf3b4: Preparing [2022-04-07T17:00:48.927Z] b541d28bf3b4: Waiting [2022-04-07T17:00:48.927Z] c692e2738796: Layer already exists [2022-04-07T17:00:48.927Z] 69486b85f15f: Layer already exists [2022-04-07T17:00:48.927Z] 543dd48a58c8: Layer already exists [2022-04-07T17:00:48.927Z] a6c9862ed6ae: Layer already exists [2022-04-07T17:00:48.927Z] 9dd069a35e74: Layer already exists [2022-04-07T17:00:48.927Z] b541d28bf3b4: Layer already exists [2022-04-07T17:00:48.927Z] main: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-07T17:00:48.969Z] ===================================================== [Pipeline] echo [2022-04-07T17:00:48.978Z] taggedImages: [2022-04-07T17:00:48.978Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f [2022-04-07T17:00:48.978Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:latest [2022-04-07T17:00:48.978Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.25 [2022-04-07T17:00:48.978Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [2022-04-07T17:00:48.978Z] - nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:49.333Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-07T17:00:49.333Z] [2022-04-07T17:00:49.333Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:00:49.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-07T17:00:49.647Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-07T17:00:49.647Z] 5eb5b503b376: Pulling fs layer [2022-04-07T17:00:49.647Z] 5c69ac0246d0: Pulling fs layer [2022-04-07T17:00:49.647Z] ec43610c2a17: Pulling fs layer [2022-04-07T17:00:49.647Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-07T17:00:49.647Z] 33b1e0a273af: Pulling fs layer [2022-04-07T17:00:49.647Z] 5d3b04190fa2: Pulling fs layer [2022-04-07T17:00:49.647Z] 2f39f015ded8: Pulling fs layer [2022-04-07T17:00:49.647Z] 3a2ae6a8a46f: Waiting [2022-04-07T17:00:49.647Z] 2f39f015ded8: Waiting [2022-04-07T17:00:49.647Z] 5d3b04190fa2: Waiting [2022-04-07T17:00:49.647Z] 33b1e0a273af: Waiting [2022-04-07T17:00:49.647Z] 5c69ac0246d0: Download complete [2022-04-07T17:00:49.647Z] 3a2ae6a8a46f: Download complete [2022-04-07T17:00:49.647Z] 33b1e0a273af: Verifying Checksum [2022-04-07T17:00:49.647Z] 33b1e0a273af: Download complete [2022-04-07T17:00:49.647Z] ec43610c2a17: Verifying Checksum [2022-04-07T17:00:49.647Z] ec43610c2a17: Download complete [2022-04-07T17:00:49.647Z] 5d3b04190fa2: Verifying Checksum [2022-04-07T17:00:49.647Z] 5d3b04190fa2: Download complete [2022-04-07T17:00:49.907Z] 5eb5b503b376: Verifying Checksum [2022-04-07T17:00:49.907Z] 5eb5b503b376: Download complete [2022-04-07T17:00:50.480Z] 2f39f015ded8: Verifying Checksum [2022-04-07T17:00:50.480Z] 2f39f015ded8: Download complete [2022-04-07T17:00:51.047Z] 5eb5b503b376: Pull complete [2022-04-07T17:00:51.307Z] 5c69ac0246d0: Pull complete [2022-04-07T17:00:51.568Z] ec43610c2a17: Pull complete [2022-04-07T17:00:51.829Z] 3a2ae6a8a46f: Pull complete [2022-04-07T17:00:51.829Z] 33b1e0a273af: Pull complete [2022-04-07T17:00:52.088Z] 5d3b04190fa2: Pull complete [2022-04-07T17:00:56.285Z] 2f39f015ded8: Pull complete [2022-04-07T17:00:56.285Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-07T17:00:56.285Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-07T17:00:56.285Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-07T17:00:56.361Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:00:56.401Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-07T17:00:57.752Z] $ docker top 6eb059923b7a030b81daae5854b3b35f357b113493e5f633f20f3df6eb902561 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:00:58.145Z] ---> job-cost.sh [2022-04-07T17:00:58.145Z] lf-activate-venv: SKIPPING [2022-04-07T17:00:58.145Z] INFO: No Stack... [2022-04-07T17:00:58.405Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-07T17:00:58.976Z] INFO: Archiving Costs [Pipeline] sh [2022-04-07T17:00:59.272Z] + + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv [2022-04-07T17:00:59.272Z] cut -d, -f6 [Pipeline] lock [2022-04-07T17:00:59.292Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [2022-04-07T17:00:59.302Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] did not exist. Created. [2022-04-07T17:00:59.302Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-07T17:00:59.612Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-07T17:00:59.643Z] Stashed 1 file(s) [Pipeline] } [2022-04-07T17:00:59.650Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-07T17:00:59.673Z] $ docker stop --time=1 6eb059923b7a030b81daae5854b3b35f357b113493e5f633f20f3df6eb902561 [2022-04-07T17:01:00.840Z] $ docker rm -f 6eb059923b7a030b81daae5854b3b35f357b113493e5f633f20f3df6eb902561 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-07T17:01:16.492Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-11421 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws [2022-04-07T17:01:16.504Z] Running in /w/workspace/app-service-configurable/61 [Pipeline] { [Pipeline] checkout [2022-04-07T17:01:16.772Z] Selected Git installation does not exist. Using Default [2022-04-07T17:01:16.772Z] The recommended git tool is: NONE [2022-04-07T17:01:24.248Z] using credential edgex-jenkins-ssh [2022-04-07T17:01:24.266Z] Cloning the remote Git repository [2022-04-07T17:01:24.368Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2022-04-07T17:01:24.447Z] > git init /w/workspace/app-service-configurable/61 # timeout=10 [2022-04-07T17:01:24.580Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2022-04-07T17:01:24.581Z] > git --version # timeout=10 [2022-04-07T17:01:24.611Z] > git --version # 'git version 2.25.1' [2022-04-07T17:01:24.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-07T17:01:26.073Z] Avoid second fetch [2022-04-07T17:01:26.073Z] Checking out Revision 4190c6fd5c33f3107dc794a5b34667c4978bc33f (main) [2022-04-07T17:01:24.809Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-07T17:01:25.996Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2022-04-07T17:01:26.047Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-07T17:01:26.100Z] > git config core.sparsecheckout # timeout=10 [2022-04-07T17:01:26.130Z] > git checkout -f 4190c6fd5c33f3107dc794a5b34667c4978bc33f # timeout=10 [2022-04-07T17:01:30.700Z] Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#395)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-07T17:01:31.649Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-07T17:01:31.649Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-07T17:01:31.649Z] Dload Upload Total Spent Left Speed [2022-04-07T17:01:31.649Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 88 11843 88 10477 0 0 39239 0 --:--:-- --:--:-- --:--:-- 39093 100 11843 100 11843 0 0 44026 0 --:--:-- --:--:-- --:--:-- 44026 [Pipeline] sh [2022-04-07T17:01:32.304Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-07T17:01:32.664Z] + sudo tee /etc/docker/daemon.new [2022-04-07T17:01:32.664Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-07T17:01:32.664Z] { [2022-04-07T17:01:32.664Z] "registry-mirrors": [ [2022-04-07T17:01:32.664Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-07T17:01:32.664Z] ], [2022-04-07T17:01:32.664Z] "bip": "10.250.0.254/24", [2022-04-07T17:01:32.664Z] "hosts": [ [2022-04-07T17:01:32.664Z] "tcp://0.0.0.0:5555", [2022-04-07T17:01:32.664Z] "unix:///var/run/docker.sock" [2022-04-07T17:01:32.664Z] ], [2022-04-07T17:01:32.664Z] "mtu": 1458, [2022-04-07T17:01:32.664Z] "selinux-enabled": true, [2022-04-07T17:01:32.664Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-07T17:01:32.664Z] } [Pipeline] sh [2022-04-07T17:01:33.029Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-07T17:01:33.388Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T17:01:51.799Z] provisioning config files... [2022-04-07T17:01:51.824Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config1711248263627737363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:01:52.183Z] ---> docker-login.sh [2022-04-07T17:01:52.183Z] nexus3.edgexfoundry.org:10001 [2022-04-07T17:01:52.785Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:01:53.059Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:01:53.059Z] Configure a credential helper to remove this warning. See [2022-04-07T17:01:53.059Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:01:53.059Z] [2022-04-07T17:01:53.059Z] Login Succeeded [2022-04-07T17:01:53.059Z] nexus3.edgexfoundry.org:10002 [2022-04-07T17:01:53.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:01:53.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:01:53.340Z] Configure a credential helper to remove this warning. See [2022-04-07T17:01:53.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:01:53.340Z] [2022-04-07T17:01:53.340Z] Login Succeeded [2022-04-07T17:01:53.340Z] nexus3.edgexfoundry.org:10003 [2022-04-07T17:01:53.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:01:53.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:01:53.943Z] Configure a credential helper to remove this warning. See [2022-04-07T17:01:53.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:01:53.943Z] [2022-04-07T17:01:53.943Z] Login Succeeded [2022-04-07T17:01:53.943Z] nexus3.edgexfoundry.org:10004 [2022-04-07T17:01:54.220Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:01:54.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:01:54.494Z] Configure a credential helper to remove this warning. See [2022-04-07T17:01:54.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:01:54.494Z] [2022-04-07T17:01:54.494Z] Login Succeeded [2022-04-07T17:01:54.494Z] docker.io [2022-04-07T17:01:54.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:01:55.042Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:01:55.043Z] Configure a credential helper to remove this warning. See [2022-04-07T17:01:55.043Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:01:55.043Z] [2022-04-07T17:01:55.043Z] Login Succeeded [2022-04-07T17:01:55.043Z] ---> docker-login.sh ends [Pipeline] } [2022-04-07T17:01:55.060Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-07T17:01:55.540Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-07T17:01:55.551Z] ========================================================= [2022-04-07T17:01:55.551Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-07T17:01:55.551Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:01:55.898Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-04-07T17:01:55.898Z] Sending build context to Docker daemon 210.4kB [2022-04-07T17:01:56.175Z] Step 1/13 : ARG BASE=golang:1.17-alpine3.15 [2022-04-07T17:01:56.175Z] Step 2/13 : FROM ${BASE} AS builder [2022-04-07T17:01:56.175Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-07T17:01:56.175Z] 9b3977197b4f: Pulling fs layer [2022-04-07T17:01:56.175Z] 1a89e8eeedd5: Pulling fs layer [2022-04-07T17:01:56.175Z] 94645a83ff95: Pulling fs layer [2022-04-07T17:01:56.175Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-07T17:01:56.175Z] 0c92f367c5e7: Pulling fs layer [2022-04-07T17:01:56.175Z] f7c0051592d6: Pulling fs layer [2022-04-07T17:01:56.175Z] a227ed2f7395: Pulling fs layer [2022-04-07T17:01:56.175Z] 7b1c46037f91: Pulling fs layer [2022-04-07T17:01:56.175Z] f7c0051592d6: Waiting [2022-04-07T17:01:56.175Z] a227ed2f7395: Waiting [2022-04-07T17:01:56.175Z] 3f3a8bcf1eab: Waiting [2022-04-07T17:01:56.175Z] 7b1c46037f91: Waiting [2022-04-07T17:01:56.175Z] 0c92f367c5e7: Waiting [2022-04-07T17:01:56.453Z] 94645a83ff95: Verifying Checksum [2022-04-07T17:01:56.453Z] 94645a83ff95: Download complete [2022-04-07T17:01:56.453Z] 1a89e8eeedd5: Verifying Checksum [2022-04-07T17:01:56.453Z] 1a89e8eeedd5: Download complete [2022-04-07T17:01:56.453Z] 0c92f367c5e7: Verifying Checksum [2022-04-07T17:01:56.453Z] 0c92f367c5e7: Download complete [2022-04-07T17:01:56.453Z] f7c0051592d6: Verifying Checksum [2022-04-07T17:01:56.453Z] f7c0051592d6: Download complete [2022-04-07T17:01:56.453Z] 9b3977197b4f: Verifying Checksum [2022-04-07T17:01:56.453Z] 9b3977197b4f: Download complete [2022-04-07T17:01:56.453Z] a227ed2f7395: Verifying Checksum [2022-04-07T17:01:56.453Z] a227ed2f7395: Download complete [2022-04-07T17:01:57.063Z] 9b3977197b4f: Pull complete [2022-04-07T17:01:57.671Z] 1a89e8eeedd5: Pull complete [2022-04-07T17:01:57.950Z] 94645a83ff95: Pull complete [2022-04-07T17:01:58.550Z] 7b1c46037f91: Verifying Checksum [2022-04-07T17:01:58.550Z] 7b1c46037f91: Download complete [2022-04-07T17:01:59.147Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-07T17:01:59.147Z] 3f3a8bcf1eab: Download complete [2022-04-07T17:02:11.563Z] 3f3a8bcf1eab: Pull complete [2022-04-07T17:02:11.563Z] 0c92f367c5e7: Pull complete [2022-04-07T17:02:11.563Z] f7c0051592d6: Pull complete [2022-04-07T17:02:11.838Z] a227ed2f7395: Pull complete [2022-04-07T17:02:18.571Z] 7b1c46037f91: Pull complete [2022-04-07T17:02:18.571Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-07T17:02:18.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-07T17:02:18.571Z] ---> f79e39bc4007 [2022-04-07T17:02:18.571Z] Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-07T17:02:18.847Z] ---> Running in a9a740b33fe6 [2022-04-07T17:02:19.122Z] Removing intermediate container a9a740b33fe6 [2022-04-07T17:02:19.122Z] ---> 7f66dc5bdabb [2022-04-07T17:02:19.122Z] Step 4/13 : ARG ALPINE_PKG_EXTRA="" [2022-04-07T17:02:19.122Z] ---> Running in 40bff8992636 [2022-04-07T17:02:19.397Z] Removing intermediate container 40bff8992636 [2022-04-07T17:02:19.397Z] ---> 71d1313cc9d5 [2022-04-07T17:02:19.397Z] Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-07T17:02:19.397Z] ---> Running in fcf4f967cb8e [2022-04-07T17:02:19.677Z] Removing intermediate container fcf4f967cb8e [2022-04-07T17:02:19.677Z] ---> ddaf4360e938 [2022-04-07T17:02:19.677Z] Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T17:02:19.677Z] ---> Running in 30c4bc3bc9a7 [2022-04-07T17:02:21.669Z] Removing intermediate container 30c4bc3bc9a7 [2022-04-07T17:02:21.669Z] ---> 4e1575b43ed2 [2022-04-07T17:02:21.669Z] Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-07T17:02:21.669Z] ---> Running in c252c61ffb4b [2022-04-07T17:02:22.653Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T17:02:23.632Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T17:02:24.227Z] OK: 220 MiB in 52 packages [2022-04-07T17:02:25.215Z] Removing intermediate container c252c61ffb4b [2022-04-07T17:02:25.215Z] ---> 3a65f1c5f6f8 [2022-04-07T17:02:25.215Z] Step 8/13 : WORKDIR /app [2022-04-07T17:02:25.215Z] ---> Running in b70b92b9fe4f [2022-04-07T17:02:25.491Z] Removing intermediate container b70b92b9fe4f [2022-04-07T17:02:25.491Z] ---> 5ea1b016b9d1 [2022-04-07T17:02:25.491Z] Step 9/13 : COPY go.mod vendor* ./ [2022-04-07T17:02:26.098Z] ---> 78edca8af935 [2022-04-07T17:02:26.098Z] Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T17:02:26.098Z] ---> Running in 1334d7f1cf0a [2022-04-07T17:03:47.920Z] Removing intermediate container 1334d7f1cf0a [2022-04-07T17:03:47.920Z] ---> 5e7d38f0aae7 [2022-04-07T17:03:47.920Z] Step 11/13 : COPY . . [2022-04-07T17:03:47.920Z] ---> 4dcb39dde1af [2022-04-07T17:03:47.920Z] Step 12/13 : ARG MAKE="make build" [2022-04-07T17:03:47.920Z] ---> Running in a4dc74621fa7 [2022-04-07T17:03:47.920Z] Removing intermediate container a4dc74621fa7 [2022-04-07T17:03:47.920Z] ---> 10ea0b7271aa [2022-04-07T17:03:47.920Z] Step 13/13 : RUN $MAKE [2022-04-07T17:03:47.920Z] ---> Running in 33b64c6b1678 [2022-04-07T17:03:47.920Z] noop [2022-04-07T17:03:47.920Z] Removing intermediate container 33b64c6b1678 [2022-04-07T17:03:47.920Z] ---> 23dccb4d40ba [2022-04-07T17:03:47.920Z] Successfully built 23dccb4d40ba [2022-04-07T17:03:47.920Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:03:48.265Z] + docker inspect -f . ci-base-image-arm64 [2022-04-07T17:03:48.265Z] . [Pipeline] withDockerContainer [2022-04-07T17:03:48.501Z] prd-ubuntu20.04-docker-arm64-4c-16g-11421 does not seem to be running inside a container [2022-04-07T17:03:48.582Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@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-04-07T17:03:49.844Z] $ docker top 9c78eccf60cadfa01d01487ce5e2bcb28c3051dd8947c6d3a3acb742ec4c3999 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T17:03:50.743Z] + go version [2022-04-07T17:03:50.743Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-07T17:03:50.772Z] $ docker stop --time=1 9c78eccf60cadfa01d01487ce5e2bcb28c3051dd8947c6d3a3acb742ec4c3999 [2022-04-07T17:03:52.404Z] $ docker rm -f 9c78eccf60cadfa01d01487ce5e2bcb28c3051dd8947c6d3a3acb742ec4c3999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:03:52.998Z] + docker inspect -f . ci-base-image-arm64 [2022-04-07T17:03:52.998Z] . [Pipeline] withDockerContainer [2022-04-07T17:03:53.206Z] prd-ubuntu20.04-docker-arm64-4c-16g-11421 does not seem to be running inside a container [2022-04-07T17:03:53.287Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@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-04-07T17:03:54.564Z] $ docker top 0b238450ea26022bce2a7dc2dc42d273ecdac7cdf0cbbeb80818cc474b2f2e6e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-07T17:03:55.489Z] + make test [2022-04-07T17:03:55.489Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2022-04-07T17:04:42.521Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2022-04-07T17:04:42.521Z] CGO_ENABLED=1 go vet ./... [2022-04-07T17:05:00.856Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-07T17:05:00.856Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-07T17:05:00.856Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-07T17:05:00.882Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-07T17:05:00.904Z] $ docker stop --time=1 0b238450ea26022bce2a7dc2dc42d273ecdac7cdf0cbbeb80818cc474b2f2e6e [2022-04-07T17:05:02.693Z] $ docker rm -f 0b238450ea26022bce2a7dc2dc42d273ecdac7cdf0cbbeb80818cc474b2f2e6e [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-07T17:05:03.507Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-07T17:05:03.530Z] Warning: overwriting stash ‘coverage-report’ [2022-04-07T17:05:03.978Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-07T17:05:04.405Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-07T17:05:04.745Z] + ls -al . [2022-04-07T17:05:04.746Z] total 172 [2022-04-07T17:05:04.746Z] drwxrwxr-x 7 jenkins jenkins 4096 Apr 7 17:05 . [2022-04-07T17:05:04.746Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 17:01 .. [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 119 Apr 7 17:01 .dockerignore [2022-04-07T17:05:04.746Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 17:01 .git [2022-04-07T17:05:04.746Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 17:01 .github [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 104 Apr 7 17:01 .gitignore [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 7627 Apr 7 17:01 Attribution.txt [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 23791 Apr 7 17:01 CHANGELOG.md [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 2087 Apr 7 17:01 Dockerfile [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 17:01 GOVERNANCE.md [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 688 Apr 7 17:01 Jenkinsfile [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 17:01 LICENSE [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 618 Apr 7 17:01 OWNERS.md [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 3860 Apr 7 17:01 README.md [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 16:59 VERSION [2022-04-07T17:05:04.746Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 17:01 bin [2022-04-07T17:05:04.746Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 7 17:03 coverage.out [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 2816 Apr 7 17:01 go.mod [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 50335 Apr 7 17:01 go.sum [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 1949 Apr 7 17:01 main.go [2022-04-07T17:05:04.746Z] -rw-rw-r-- 1 jenkins jenkins 1614 Apr 7 17:01 makefile [2022-04-07T17:05:04.746Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 17:01 res [2022-04-07T17:05:04.746Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 17:01 snap [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:05:05.096Z] + 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=4190c6fd5c33f3107dc794a5b34667c4978bc33f --label arch=arm64 --label version=2.2.0-dev.25 . [2022-04-07T17:05:05.096Z] Sending build context to Docker daemon 211.5kB [2022-04-07T17:05:05.377Z] Step 1/27 : ARG BASE=golang:1.17-alpine3.15 [2022-04-07T17:05:05.377Z] Step 2/27 : FROM ${BASE} AS builder [2022-04-07T17:05:05.377Z] ---> 23dccb4d40ba [2022-04-07T17:05:05.377Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2022-04-07T17:05:05.377Z] ---> Running in d8ea0f7e00d8 [2022-04-07T17:05:05.980Z] Removing intermediate container d8ea0f7e00d8 [2022-04-07T17:05:05.980Z] ---> 960f7b1734ea [2022-04-07T17:05:05.980Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2022-04-07T17:05:05.980Z] ---> Running in b895ea89311e [2022-04-07T17:05:06.253Z] Removing intermediate container b895ea89311e [2022-04-07T17:05:06.253Z] ---> 9849f80af142 [2022-04-07T17:05:06.253Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-07T17:05:06.253Z] ---> Running in 5dd5858efac0 [2022-04-07T17:05:06.527Z] Removing intermediate container 5dd5858efac0 [2022-04-07T17:05:06.527Z] ---> a52b5bf2708e [2022-04-07T17:05:06.527Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-07T17:05:06.527Z] ---> Running in 720bf9a00e3f [2022-04-07T17:05:08.508Z] Removing intermediate container 720bf9a00e3f [2022-04-07T17:05:08.508Z] ---> 589460763145 [2022-04-07T17:05:08.508Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-07T17:05:08.508Z] ---> Running in b04e5566d30d [2022-04-07T17:05:09.104Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-07T17:05:10.085Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-07T17:05:11.058Z] OK: 220 MiB in 52 packages [2022-04-07T17:05:11.666Z] Removing intermediate container b04e5566d30d [2022-04-07T17:05:11.666Z] ---> 12eb140a588d [2022-04-07T17:05:11.666Z] Step 8/27 : WORKDIR /app [2022-04-07T17:05:11.940Z] ---> Running in e3a3a440e6a6 [2022-04-07T17:05:12.215Z] Removing intermediate container e3a3a440e6a6 [2022-04-07T17:05:12.215Z] ---> d8b070aa02b6 [2022-04-07T17:05:12.215Z] Step 9/27 : COPY go.mod vendor* ./ [2022-04-07T17:05:12.821Z] ---> e3ad53589886 [2022-04-07T17:05:12.821Z] Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-07T17:05:12.821Z] ---> Running in d694c7381b3a [2022-04-07T17:05:15.453Z] Removing intermediate container d694c7381b3a [2022-04-07T17:05:15.453Z] ---> 98ba7df1c6e2 [2022-04-07T17:05:15.453Z] Step 11/27 : COPY . . [2022-04-07T17:05:15.726Z] ---> a49075383228 [2022-04-07T17:05:15.726Z] Step 12/27 : ARG MAKE="make build" [2022-04-07T17:05:16.007Z] ---> Running in 1cc712f8d4d5 [2022-04-07T17:05:16.286Z] Removing intermediate container 1cc712f8d4d5 [2022-04-07T17:05:16.286Z] ---> 3c245f626bb6 [2022-04-07T17:05:16.286Z] Step 13/27 : RUN $MAKE [2022-04-07T17:05:16.286Z] ---> Running in dd80cee03d16 [2022-04-07T17:05:17.272Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.2.0-dev.38 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.2.0-dev.25" -o app-service-configurable [2022-04-07T17:06:04.551Z] Removing intermediate container dd80cee03d16 [2022-04-07T17:06:04.551Z] ---> 329dd4b7a022 [2022-04-07T17:06:04.551Z] Step 14/27 : FROM alpine:3.14 [2022-04-07T17:06:04.551Z] 3.14: Pulling from library/alpine [2022-04-07T17:06:04.551Z] 455c02918c45: Pulling fs layer [2022-04-07T17:06:04.551Z] 455c02918c45: Verifying Checksum [2022-04-07T17:06:04.551Z] 455c02918c45: Download complete [2022-04-07T17:06:05.143Z] 455c02918c45: Pull complete [2022-04-07T17:06:05.143Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-07T17:06:05.143Z] Status: Downloaded newer image for alpine:3.14 [2022-04-07T17:06:05.143Z] ---> ac73e934f311 [2022-04-07T17:06:05.143Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2022-04-07T17:06:05.417Z] ---> Running in 1436cd41e187 [2022-04-07T17:06:06.011Z] Removing intermediate container 1436cd41e187 [2022-04-07T17:06:06.011Z] ---> e9b727585991 [2022-04-07T17:06:06.011Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2022-04-07T17:06:06.285Z] ---> Running in cc5d1ab74939 [2022-04-07T17:06:06.559Z] Removing intermediate container cc5d1ab74939 [2022-04-07T17:06:06.559Z] ---> 37f26fe0aac1 [2022-04-07T17:06:06.559Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2022-04-07T17:06:06.559Z] ---> Running in 98924811e23f [2022-04-07T17:06:08.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-07T17:06:08.005Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-07T17:06:08.980Z] (1/7) Installing ca-certificates (20211220-r0) [2022-04-07T17:06:08.980Z] (2/7) Installing dumb-init (1.2.5-r1) [2022-04-07T17:06:08.980Z] (3/7) Installing libgcc (10.3.1_git20210424-r2) [2022-04-07T17:06:08.980Z] (4/7) Installing libsodium (1.0.18-r0) [2022-04-07T17:06:08.980Z] (5/7) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-07T17:06:08.980Z] (6/7) Installing libzmq (4.3.4-r0) [2022-04-07T17:06:08.980Z] (7/7) Installing zeromq (4.3.4-r0) [2022-04-07T17:06:08.980Z] Executing busybox-1.33.1-r7.trigger [2022-04-07T17:06:08.980Z] Executing ca-certificates-20211220-r0.trigger [2022-04-07T17:06:09.252Z] OK: 9 MiB in 21 packages [2022-04-07T17:06:10.689Z] Removing intermediate container 98924811e23f [2022-04-07T17:06:10.689Z] ---> 88834abe619c [2022-04-07T17:06:10.689Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2022-04-07T17:06:10.964Z] ---> 6a70b1834d41 [2022-04-07T17:06:10.964Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2022-04-07T17:06:11.558Z] ---> 52a8016a5810 [2022-04-07T17:06:11.558Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2022-04-07T17:06:12.151Z] ---> 2e0c17879748 [2022-04-07T17:06:12.152Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2022-04-07T17:06:13.581Z] ---> a51f594d3f35 [2022-04-07T17:06:13.581Z] Step 22/27 : EXPOSE 48095 [2022-04-07T17:06:13.581Z] ---> Running in 4e7bc749b716 [2022-04-07T17:06:13.853Z] Removing intermediate container 4e7bc749b716 [2022-04-07T17:06:13.853Z] ---> a732e1056f40 [2022-04-07T17:06:13.853Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2022-04-07T17:06:13.853Z] ---> Running in ec9b11334fed [2022-04-07T17:06:14.126Z] Removing intermediate container ec9b11334fed [2022-04-07T17:06:14.126Z] ---> aaf248530a76 [2022-04-07T17:06:14.126Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-07T17:06:14.126Z] ---> Running in b0970a2c9b5d [2022-04-07T17:06:14.721Z] Removing intermediate container b0970a2c9b5d [2022-04-07T17:06:14.721Z] ---> 212b34c4c151 [2022-04-07T17:06:14.721Z] Step 25/27 : LABEL arch=arm64 [2022-04-07T17:06:14.721Z] ---> Running in 1d3f4a841ef1 [2022-04-07T17:06:14.996Z] Removing intermediate container 1d3f4a841ef1 [2022-04-07T17:06:14.996Z] ---> a62e9ca9eeb2 [2022-04-07T17:06:14.996Z] Step 26/27 : LABEL git_sha=4190c6fd5c33f3107dc794a5b34667c4978bc33f [2022-04-07T17:06:14.996Z] ---> Running in c3af2933aaac [2022-04-07T17:06:15.270Z] Removing intermediate container c3af2933aaac [2022-04-07T17:06:15.270Z] ---> 5edc29034aae [2022-04-07T17:06:15.270Z] Step 27/27 : LABEL version=2.2.0-dev.25 [2022-04-07T17:06:15.547Z] ---> Running in d099524bf8f3 [2022-04-07T17:06:15.822Z] Removing intermediate container d099524bf8f3 [2022-04-07T17:06:15.822Z] ---> fc9e59027cb4 [2022-04-07T17:06:15.822Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-07T17:06:15.822Z] Successfully built fc9e59027cb4 [2022-04-07T17:06:15.822Z] Successfully tagged app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T17:06:15.952Z] provisioning config files... [2022-04-07T17:06:15.974Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config1202468266478408228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:06:16.325Z] ---> docker-login.sh [2022-04-07T17:06:16.325Z] nexus3.edgexfoundry.org:10001 [2022-04-07T17:06:16.598Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:06:16.598Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:06:16.598Z] Configure a credential helper to remove this warning. See [2022-04-07T17:06:16.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:06:16.599Z] [2022-04-07T17:06:16.599Z] Login Succeeded [2022-04-07T17:06:16.599Z] nexus3.edgexfoundry.org:10002 [2022-04-07T17:06:17.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:06:17.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:06:17.196Z] Configure a credential helper to remove this warning. See [2022-04-07T17:06:17.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:06:17.196Z] [2022-04-07T17:06:17.196Z] Login Succeeded [2022-04-07T17:06:17.196Z] nexus3.edgexfoundry.org:10003 [2022-04-07T17:06:17.790Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:06:17.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:06:17.790Z] Configure a credential helper to remove this warning. See [2022-04-07T17:06:17.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:06:17.790Z] [2022-04-07T17:06:17.790Z] Login Succeeded [2022-04-07T17:06:17.790Z] nexus3.edgexfoundry.org:10004 [2022-04-07T17:06:18.060Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:06:18.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:06:18.335Z] Configure a credential helper to remove this warning. See [2022-04-07T17:06:18.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:06:18.335Z] [2022-04-07T17:06:18.335Z] Login Succeeded [2022-04-07T17:06:18.335Z] docker.io [2022-04-07T17:06:18.606Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-07T17:06:19.196Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-07T17:06:19.196Z] Configure a credential helper to remove this warning. See [2022-04-07T17:06:19.196Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-07T17:06:19.196Z] [2022-04-07T17:06:19.197Z] Login Succeeded [2022-04-07T17:06:19.197Z] ---> docker-login.sh ends [Pipeline] } [2022-04-07T17:06:19.213Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-07T17:06:19.252Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-07T17:06:19.275Z] [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: [2022-04-07T17:06:19.275Z] 4190c6fd5c33f3107dc794a5b34667c4978bc33f [2022-04-07T17:06:19.275Z] latest [2022-04-07T17:06:19.275Z] 2.2.0-dev.25 [2022-04-07T17:06:19.275Z] 4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [2022-04-07T17:06:19.275Z] main [2022-04-07T17:06:19.275Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:19.633Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:19.970Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f [2022-04-07T17:06:19.970Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-07T17:06:19.970Z] a2e6fbb32674: Preparing [2022-04-07T17:06:19.970Z] eac697e5fb7e: Preparing [2022-04-07T17:06:19.970Z] ac333100f26c: Preparing [2022-04-07T17:06:19.970Z] 9c0f67d86a79: Preparing [2022-04-07T17:06:19.970Z] 261227fc160a: Preparing [2022-04-07T17:06:19.970Z] f73e7dbfee58: Preparing [2022-04-07T17:06:19.970Z] f73e7dbfee58: Waiting [2022-04-07T17:06:20.243Z] 9c0f67d86a79: Pushed [2022-04-07T17:06:20.243Z] eac697e5fb7e: Pushed [2022-04-07T17:06:20.243Z] ac333100f26c: Pushed [2022-04-07T17:06:20.243Z] f73e7dbfee58: Layer already exists [2022-04-07T17:06:21.232Z] 261227fc160a: Pushed [2022-04-07T17:06:23.842Z] a2e6fbb32674: Pushed [2022-04-07T17:06:24.115Z] 4190c6fd5c33f3107dc794a5b34667c4978bc33f: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:24.464Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:24.807Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-07T17:06:24.807Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-07T17:06:24.807Z] a2e6fbb32674: Preparing [2022-04-07T17:06:24.807Z] eac697e5fb7e: Preparing [2022-04-07T17:06:24.807Z] ac333100f26c: Preparing [2022-04-07T17:06:24.807Z] 9c0f67d86a79: Preparing [2022-04-07T17:06:24.807Z] 261227fc160a: Preparing [2022-04-07T17:06:24.807Z] f73e7dbfee58: Preparing [2022-04-07T17:06:24.807Z] f73e7dbfee58: Waiting [2022-04-07T17:06:24.807Z] a2e6fbb32674: Layer already exists [2022-04-07T17:06:24.807Z] eac697e5fb7e: Layer already exists [2022-04-07T17:06:24.807Z] ac333100f26c: Layer already exists [2022-04-07T17:06:24.807Z] 9c0f67d86a79: Layer already exists [2022-04-07T17:06:24.807Z] 261227fc160a: Layer already exists [2022-04-07T17:06:25.081Z] f73e7dbfee58: Layer already exists [2022-04-07T17:06:25.081Z] latest: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:25.429Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:25.782Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.25 [2022-04-07T17:06:25.783Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-07T17:06:25.783Z] a2e6fbb32674: Preparing [2022-04-07T17:06:25.783Z] eac697e5fb7e: Preparing [2022-04-07T17:06:25.783Z] ac333100f26c: Preparing [2022-04-07T17:06:25.783Z] 9c0f67d86a79: Preparing [2022-04-07T17:06:25.783Z] 261227fc160a: Preparing [2022-04-07T17:06:25.783Z] f73e7dbfee58: Preparing [2022-04-07T17:06:25.783Z] f73e7dbfee58: Waiting [2022-04-07T17:06:25.783Z] 261227fc160a: Layer already exists [2022-04-07T17:06:25.783Z] eac697e5fb7e: Layer already exists [2022-04-07T17:06:25.783Z] ac333100f26c: Layer already exists [2022-04-07T17:06:25.783Z] a2e6fbb32674: Layer already exists [2022-04-07T17:06:25.783Z] 9c0f67d86a79: Layer already exists [2022-04-07T17:06:26.054Z] f73e7dbfee58: Layer already exists [2022-04-07T17:06:26.054Z] 2.2.0-dev.25: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:26.409Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:26.753Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [2022-04-07T17:06:26.753Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-07T17:06:26.753Z] a2e6fbb32674: Preparing [2022-04-07T17:06:26.753Z] eac697e5fb7e: Preparing [2022-04-07T17:06:26.753Z] ac333100f26c: Preparing [2022-04-07T17:06:26.753Z] 9c0f67d86a79: Preparing [2022-04-07T17:06:26.753Z] 261227fc160a: Preparing [2022-04-07T17:06:26.753Z] f73e7dbfee58: Preparing [2022-04-07T17:06:26.753Z] f73e7dbfee58: Waiting [2022-04-07T17:06:26.753Z] a2e6fbb32674: Layer already exists [2022-04-07T17:06:26.753Z] 9c0f67d86a79: Layer already exists [2022-04-07T17:06:26.753Z] ac333100f26c: Layer already exists [2022-04-07T17:06:26.753Z] eac697e5fb7e: Layer already exists [2022-04-07T17:06:26.753Z] 261227fc160a: Layer already exists [2022-04-07T17:06:27.024Z] f73e7dbfee58: Layer already exists [2022-04-07T17:06:27.025Z] 4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:27.375Z] + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:27.713Z] + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [2022-04-07T17:06:27.713Z] The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] [2022-04-07T17:06:27.713Z] a2e6fbb32674: Preparing [2022-04-07T17:06:27.713Z] eac697e5fb7e: Preparing [2022-04-07T17:06:27.713Z] ac333100f26c: Preparing [2022-04-07T17:06:27.713Z] 9c0f67d86a79: Preparing [2022-04-07T17:06:27.713Z] 261227fc160a: Preparing [2022-04-07T17:06:27.713Z] f73e7dbfee58: Preparing [2022-04-07T17:06:27.713Z] f73e7dbfee58: Waiting [2022-04-07T17:06:27.713Z] eac697e5fb7e: Layer already exists [2022-04-07T17:06:27.713Z] ac333100f26c: Layer already exists [2022-04-07T17:06:27.713Z] 9c0f67d86a79: Layer already exists [2022-04-07T17:06:27.713Z] a2e6fbb32674: Layer already exists [2022-04-07T17:06:27.713Z] 261227fc160a: Layer already exists [2022-04-07T17:06:27.985Z] f73e7dbfee58: Layer already exists [2022-04-07T17:06:27.985Z] main: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-07T17:06:28.032Z] ===================================================== [Pipeline] echo [2022-04-07T17:06:28.042Z] taggedImages: [2022-04-07T17:06:28.042Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f [2022-04-07T17:06:28.042Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [2022-04-07T17:06:28.042Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.25 [2022-04-07T17:06:28.042Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [2022-04-07T17:06:28.042Z] - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:28.415Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-07T17:06:28.415Z] [2022-04-07T17:06:28.415Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:06:28.768Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-07T17:06:29.094Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-07T17:06:29.094Z] 8998bd30e6a1: Pulling fs layer [2022-04-07T17:06:29.094Z] 04944245beec: Pulling fs layer [2022-04-07T17:06:29.094Z] 699f458cf7ca: Pulling fs layer [2022-04-07T17:06:29.094Z] 765212b225bb: Pulling fs layer [2022-04-07T17:06:29.094Z] f23df028b6ca: Pulling fs layer [2022-04-07T17:06:29.094Z] d65c8cfc05b1: Pulling fs layer [2022-04-07T17:06:29.094Z] 2437ff75d9bd: Pulling fs layer [2022-04-07T17:06:29.094Z] 765212b225bb: Waiting [2022-04-07T17:06:29.094Z] f23df028b6ca: Waiting [2022-04-07T17:06:29.094Z] d65c8cfc05b1: Waiting [2022-04-07T17:06:29.094Z] 2437ff75d9bd: Waiting [2022-04-07T17:06:29.094Z] 04944245beec: Verifying Checksum [2022-04-07T17:06:29.094Z] 04944245beec: Download complete [2022-04-07T17:06:29.094Z] 765212b225bb: Download complete [2022-04-07T17:06:29.094Z] f23df028b6ca: Verifying Checksum [2022-04-07T17:06:29.094Z] f23df028b6ca: Download complete [2022-04-07T17:06:29.094Z] d65c8cfc05b1: Verifying Checksum [2022-04-07T17:06:29.094Z] d65c8cfc05b1: Download complete [2022-04-07T17:06:29.369Z] 699f458cf7ca: Verifying Checksum [2022-04-07T17:06:29.369Z] 699f458cf7ca: Download complete [2022-04-07T17:06:29.644Z] 8998bd30e6a1: Verifying Checksum [2022-04-07T17:06:29.644Z] 8998bd30e6a1: Download complete [2022-04-07T17:06:32.301Z] 2437ff75d9bd: Verifying Checksum [2022-04-07T17:06:32.301Z] 2437ff75d9bd: Download complete [2022-04-07T17:06:33.729Z] 8998bd30e6a1: Pull complete [2022-04-07T17:06:34.323Z] 04944245beec: Pull complete [2022-04-07T17:06:35.752Z] 699f458cf7ca: Pull complete [2022-04-07T17:06:36.024Z] 765212b225bb: Pull complete [2022-04-07T17:06:37.130Z] f23df028b6ca: Pull complete [2022-04-07T17:06:37.411Z] d65c8cfc05b1: Pull complete [2022-04-07T17:06:52.494Z] 2437ff75d9bd: Pull complete [2022-04-07T17:06:52.494Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-07T17:06:52.494Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-07T17:06:52.494Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-07T17:06:52.735Z] prd-ubuntu20.04-docker-arm64-4c-16g-11421 does not seem to be running inside a container [2022-04-07T17:06:52.818Z] $ 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/61 -v /w/workspace/app-service-configurable/61:/w/workspace/app-service-configurable/61:rw,z -v /w/workspace/app-service-configurable/61@tmp:/w/workspace/app-service-configurable/61@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-04-07T17:06:55.532Z] $ docker top 98a1ac79fb83b65ad82d317e13eb15b7b905cc4b343c31a46e46ed19d8547c63 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:06:56.458Z] ---> job-cost.sh [2022-04-07T17:06:56.458Z] lf-activate-venv: SKIPPING [2022-04-07T17:06:56.458Z] INFO: No Stack... [2022-04-07T17:06:56.741Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-07T17:06:57.720Z] INFO: Archiving Costs [Pipeline] sh [2022-04-07T17:06:58.390Z] + cat /w/workspace/app-service-configurable/61/archives/cost.csv [2022-04-07T17:06:58.390Z] + cut -d, -f6 [Pipeline] lock [2022-04-07T17:06:58.449Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [2022-04-07T17:06:58.458Z] Resource [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] did not exist. Created. [2022-04-07T17:06:58.458Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-07T17:06:59.152Z] /w/workspace/app-service-configurable/61@tmp/durable-8137180b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-07T17:06:59.836Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-07T17:06:59.859Z] Warning: overwriting stash ‘stack-cost’ [2022-04-07T17:06:59.910Z] Stashed 1 file(s) [Pipeline] } [2022-04-07T17:06:59.917Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-07T17:06:59.945Z] $ docker stop --time=1 98a1ac79fb83b65ad82d317e13eb15b7b905cc4b343c31a46e46ed19d8547c63 [2022-04-07T17:07:01.475Z] $ docker rm -f 98a1ac79fb83b65ad82d317e13eb15b7b905cc4b343c31a46e46ed19d8547c63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-04-07T17:07:01.911Z] provisioning config files... [2022-04-07T17:07:01.919Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8131150023043494599tmp [Pipeline] { [Pipeline] sh [2022-04-07T17:07:02.223Z] + set +x [2022-04-07T17:07:02.223Z] + curl -s https://codecov.io/bash [2022-04-07T17:07:02.223Z] + bash -s -- [2022-04-07T17:07:02.223Z] [2022-04-07T17:07:02.223Z] _____ _ [2022-04-07T17:07:02.223Z] / ____| | | [2022-04-07T17:07:02.223Z] | | ___ __| | ___ ___ _____ __ [2022-04-07T17:07:02.223Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-07T17:07:02.223Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-07T17:07:02.223Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-07T17:07:02.223Z] Bash-1.0.6 [2022-04-07T17:07:02.223Z] [2022-04-07T17:07:02.223Z] [2022-04-07T17:07:02.223Z] ==> git version 2.25.1 found [2022-04-07T17:07:02.223Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-04-07T17:07:02.223Z] Release-Date: 2020-01-08 [2022-04-07T17:07:02.223Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-04-07T17:07:02.223Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-07T17:07:02.223Z] ==> Jenkins CI detected. [2022-04-07T17:07:02.223Z] current dir:  /w/workspace/ry_app-service-configurable_main [2022-04-07T17:07:02.223Z] project root: . [2022-04-07T17:07:02.223Z] --> token set from env [2022-04-07T17:07:02.224Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-07T17:07:02.224Z] ==> Running gcov in . (disable via -X gcov) [2022-04-07T17:07:02.224Z] ==> Python coveragepy not found [2022-04-07T17:07:02.224Z] ==> Searching for coverage reports in: [2022-04-07T17:07:02.224Z] + . [2022-04-07T17:07:02.224Z] -> Found 1 reports [2022-04-07T17:07:02.224Z] ==> Detecting git/mercurial file structure [2022-04-07T17:07:02.224Z] ==> Reading reports [2022-04-07T17:07:02.224Z] + ./coverage.out bytes=10 [2022-04-07T17:07:02.224Z] ==> Appending adjustments [2022-04-07T17:07:02.224Z] https://docs.codecov.io/docs/fixing-reports [2022-04-07T17:07:02.484Z] + Found adjustments [2022-04-07T17:07:02.484Z] ==> Gzipping contents [2022-04-07T17:07:02.484Z] 4.0K /tmp/codecov.DY5quw.gz [2022-04-07T17:07:02.484Z] ==> Uploading reports [2022-04-07T17:07:02.484Z] url: https://codecov.io [2022-04-07T17:07:02.484Z] query: branch=main&commit=4190c6fd5c33f3107dc794a5b34667c4978bc33f&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F61%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-07T17:07:02.484Z] -> Pinging Codecov [2022-04-07T17:07:02.485Z] 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=4190c6fd5c33f3107dc794a5b34667c4978bc33f&build=61&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmain%2F61%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-07T17:07:02.746Z] -> Uploading to [2022-04-07T17:07:02.746Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-07/A97CA9966030D2A3747ED39772930CCE/4190c6fd5c33f3107dc794a5b34667c4978bc33f/18b7640d-5f8c-454e-b691-61c16dbe0d23.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220407T170702Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=091c335f56947b103018509ceabf06e0d1bebe9642842407cf3d040e7496fedc [2022-04-07T17:07:02.746Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-07T17:07:02.746Z] Dload Upload Total Spent Left Speed [2022-04-07T17:07:03.009Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2123 --:--:-- --:--:-- --:--:-- 2123 [2022-04-07T17:07:03.009Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] } [2022-04-07T17:07:03.020Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-04-07T17:07:03.317Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-04-07T17:07:03.330Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:07:03.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-07T17:07:03.628Z] [2022-04-07T17:07:03.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:07:03.936Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-07T17:07:03.936Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-04-07T17:07:03.936Z] 188c0c94c7c5: Pulling fs layer [2022-04-07T17:07:03.936Z] 0ef7d3d256c8: Pulling fs layer [2022-04-07T17:07:03.936Z] de9db76c5a1d: Pulling fs layer [2022-04-07T17:07:03.936Z] 0eba1c9be4d2: Pulling fs layer [2022-04-07T17:07:03.936Z] 0d57e429df01: Pulling fs layer [2022-04-07T17:07:03.936Z] 4e4be7b47b0d: Pulling fs layer [2022-04-07T17:07:03.936Z] e1f770b5df2f: Pulling fs layer [2022-04-07T17:07:03.936Z] 85a0685a4137: Pulling fs layer [2022-04-07T17:07:03.936Z] 4e4be7b47b0d: Waiting [2022-04-07T17:07:03.936Z] 85a0685a4137: Waiting [2022-04-07T17:07:03.936Z] e1f770b5df2f: Waiting [2022-04-07T17:07:03.936Z] 0eba1c9be4d2: Waiting [2022-04-07T17:07:03.936Z] 0d57e429df01: Waiting [2022-04-07T17:07:03.936Z] de9db76c5a1d: Download complete [2022-04-07T17:07:03.936Z] 0ef7d3d256c8: Download complete [2022-04-07T17:07:03.936Z] 0d57e429df01: Verifying Checksum [2022-04-07T17:07:03.936Z] 0d57e429df01: Download complete [2022-04-07T17:07:03.936Z] 4e4be7b47b0d: Verifying Checksum [2022-04-07T17:07:03.936Z] 4e4be7b47b0d: Download complete [2022-04-07T17:07:03.936Z] 188c0c94c7c5: Verifying Checksum [2022-04-07T17:07:03.936Z] 188c0c94c7c5: Download complete [2022-04-07T17:07:04.198Z] 188c0c94c7c5: Pull complete [2022-04-07T17:07:04.198Z] e1f770b5df2f: Verifying Checksum [2022-04-07T17:07:04.198Z] e1f770b5df2f: Download complete [2022-04-07T17:07:04.198Z] 0ef7d3d256c8: Pull complete [2022-04-07T17:07:04.458Z] de9db76c5a1d: Pull complete [2022-04-07T17:07:04.722Z] 0eba1c9be4d2: Verifying Checksum [2022-04-07T17:07:04.722Z] 0eba1c9be4d2: Download complete [2022-04-07T17:07:04.982Z] 85a0685a4137: Verifying Checksum [2022-04-07T17:07:04.982Z] 85a0685a4137: Download complete [2022-04-07T17:07:08.273Z] 0eba1c9be4d2: Pull complete [2022-04-07T17:07:08.273Z] 0d57e429df01: Pull complete [2022-04-07T17:07:08.273Z] 4e4be7b47b0d: Pull complete [2022-04-07T17:07:08.533Z] e1f770b5df2f: Pull complete [2022-04-07T17:07:11.832Z] 85a0685a4137: Pull complete [2022-04-07T17:07:11.832Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-04-07T17:07:11.833Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-07T17:07:11.833Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-04-07T17:07:11.907Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:07:11.951Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-04-07T17:07:13.610Z] $ docker top bb0c23c56c775db63f94eae026411ab81dda058f2565fcdab266379a37fe5c0f -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-07T17:07:13.689Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-04-07T17:07:13.973Z] + set -o pipefail [2022-04-07T17:07:13.973Z] + snyk monitor '--org=edgex-jenkins' [2022-04-07T17:07:18.174Z] [2022-04-07T17:07:18.174Z] Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... [2022-04-07T17:07:18.174Z] [2022-04-07T17:07:18.174Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/7c110ec1-0c9a-4892-8365-a2f2b5fb66a9 [2022-04-07T17:07:18.174Z] [2022-04-07T17:07:18.174Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-04-07T17:07:18.174Z] [2022-04-07T17:07:18.174Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-04-07T17:07:18.174Z] [2022-04-07T17:07:18.174Z] [Pipeline] } [2022-04-07T17:07:18.186Z] $ docker stop --time=1 bb0c23c56c775db63f94eae026411ab81dda058f2565fcdab266379a37fe5c0f [2022-04-07T17:07:19.739Z] $ docker rm -f bb0c23c56c775db63f94eae026411ab81dda058f2565fcdab266379a37fe5c0f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-07T17:07:20.430Z] + git log --format=format:%s -1 4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] sh [2022-04-07T17:07:20.730Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-07T17:07:20.730Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:07:21.032Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T17:07:21.032Z] . [Pipeline] withDockerContainer [2022-04-07T17:07:21.100Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:07:21.140Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-07T17:07:21.510Z] $ docker top 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-07T17:07:21.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-07T17:07:21.599Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-07T17:07:21.719Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-07T17:07:21.722Z] $ docker exec 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 ssh-agent [2022-04-07T17:07:21.837Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDAccpK/agent.13 [2022-04-07T17:07:21.837Z] SSH_AGENT_PID=19 [2022-04-07T17:07:21.842Z] Running ssh-add (command line suppressed) [2022-04-07T17:07:21.967Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_291411018093048554.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_291411018093048554.key) [2022-04-07T17:07:21.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-07T17:07:22.279Z] + git semver tag [2022-04-07T17:07:22.279Z] # -> Open(): unable to determine branch for HEAD [2022-04-07T17:07:22.279Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-07T17:07:22.279Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-07T17:07:22.279Z] # $SEMVER_REMOTE_NAME = origin [2022-04-07T17:07:22.279Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-07T17:07:22.279Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-07T17:07:22.279Z] # $SEMVER_BRANCH = main [2022-04-07T17:07:22.279Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-04-07T17:07:22.279Z] # 4190c6fd5c33f3107dc794a5b34667c4978bc33f HEAD [2022-04-07T17:07:22.279Z] # -> Force: false [2022-04-07T17:07:22.279Z] # e205d288d4066e461339c0362750c2d046f892af refs/tags/v2.2.0-dev.25 [Pipeline] } [2022-04-07T17:07:22.289Z] $ docker exec --env ******** --env ******** 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 ssh-agent -k [2022-04-07T17:07:22.408Z] unset SSH_AUTH_SOCK; [2022-04-07T17:07:22.409Z] unset SSH_AGENT_PID; [2022-04-07T17:07:22.410Z] echo Agent pid 19 killed; [2022-04-07T17:07:22.423Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-07T17:07:22.743Z] + git semver [Pipeline] } [2022-04-07T17:07:22.758Z] $ docker stop --time=1 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 [2022-04-07T17:07:24.038Z] $ docker rm -f 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:07:24.455Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-07T17:07:24.455Z] [2022-04-07T17:07:24.455Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:07:24.762Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-07T17:07:24.762Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-04-07T17:07:24.762Z] ab5ef0e58194: Pulling fs layer [2022-04-07T17:07:24.762Z] 9712f1f96733: Pulling fs layer [2022-04-07T17:07:24.762Z] 63f879dbbcfc: Pulling fs layer [2022-04-07T17:07:24.762Z] 0d9ebad4ef96: Pulling fs layer [2022-04-07T17:07:24.762Z] e9a5061849ea: Pulling fs layer [2022-04-07T17:07:24.762Z] d747dcd14b5f: Pulling fs layer [2022-04-07T17:07:24.762Z] 2de7ff778b66: Pulling fs layer [2022-04-07T17:07:24.762Z] 0d9ebad4ef96: Waiting [2022-04-07T17:07:24.762Z] d747dcd14b5f: Waiting [2022-04-07T17:07:24.762Z] e9a5061849ea: Waiting [2022-04-07T17:07:24.762Z] 2de7ff778b66: Waiting [2022-04-07T17:07:24.762Z] 9712f1f96733: Verifying Checksum [2022-04-07T17:07:24.762Z] 9712f1f96733: Download complete [2022-04-07T17:07:25.022Z] 63f879dbbcfc: Verifying Checksum [2022-04-07T17:07:25.022Z] 63f879dbbcfc: Download complete [2022-04-07T17:07:25.282Z] e9a5061849ea: Verifying Checksum [2022-04-07T17:07:25.282Z] e9a5061849ea: Download complete [2022-04-07T17:07:25.282Z] d747dcd14b5f: Verifying Checksum [2022-04-07T17:07:25.282Z] d747dcd14b5f: Download complete [2022-04-07T17:07:25.282Z] 0d9ebad4ef96: Verifying Checksum [2022-04-07T17:07:25.282Z] 0d9ebad4ef96: Download complete [2022-04-07T17:07:25.282Z] ab5ef0e58194: Verifying Checksum [2022-04-07T17:07:25.282Z] ab5ef0e58194: Download complete [2022-04-07T17:07:25.282Z] 2de7ff778b66: Verifying Checksum [2022-04-07T17:07:25.282Z] 2de7ff778b66: Download complete [2022-04-07T17:07:27.819Z] ab5ef0e58194: Pull complete [2022-04-07T17:07:28.077Z] 9712f1f96733: Pull complete [2022-04-07T17:07:28.645Z] 63f879dbbcfc: Pull complete [2022-04-07T17:07:32.844Z] 0d9ebad4ef96: Pull complete [2022-04-07T17:07:32.844Z] e9a5061849ea: Pull complete [2022-04-07T17:07:32.844Z] d747dcd14b5f: Pull complete [2022-04-07T17:07:33.782Z] 2de7ff778b66: Pull complete [2022-04-07T17:07:33.782Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-04-07T17:07:33.782Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-07T17:07:33.782Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-04-07T17:07:33.849Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:07:33.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-04-07T17:07:35.667Z] $ docker top e8e44c412f9f48cc5719af18fbb554db805c668174e43451c173d0ffd1a59dba -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-04-07T17:07:35.762Z] provisioning config files... [2022-04-07T17:07:35.773Z] copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config491933352506201888tmp [2022-04-07T17:07:35.786Z] copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6374525360407075414tmp [2022-04-07T17:07:35.798Z] copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4908293826017549782tmp [Pipeline] { [Pipeline] echo [2022-04-07T17:07:35.819Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:36.110Z] ---> sigul-configuration.sh [2022-04-07T17:07:36.110Z] gpg: directory `/root/.gnupg' created [2022-04-07T17:07:36.110Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-04-07T17:07:36.110Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-04-07T17:07:36.110Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-04-07T17:07:36.110Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-04-07T17:07:36.110Z] gpg: CAST5 encrypted data [2022-04-07T17:07:36.110Z] gpg: encrypted with 1 passphrase [2022-04-07T17:07:36.110Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-04-07T17:07:36.411Z] + mkdir /home/jenkins [2022-04-07T17:07:36.411Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-04-07T17:07:36.711Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-04-07T17:07:36.723Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:37.013Z] ---> sigul-install.sh [2022-04-07T17:07:37.013Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-04-07T17:07:37.308Z] + git tag --list [2022-04-07T17:07:37.308Z] v1.0.0 [2022-04-07T17:07:37.308Z] v1.1.0 [2022-04-07T17:07:37.309Z] v1.2.0 [2022-04-07T17:07:37.309Z] v1.3.0 [2022-04-07T17:07:37.309Z] v1.3.1 [2022-04-07T17:07:37.309Z] v2.0.0 [2022-04-07T17:07:37.309Z] v2.0.1 [2022-04-07T17:07:37.309Z] v2.0.1-dev.1 [2022-04-07T17:07:37.309Z] v2.0.2-dev.1 [2022-04-07T17:07:37.309Z] v2.0.2-dev.10 [2022-04-07T17:07:37.309Z] v2.0.2-dev.11 [2022-04-07T17:07:37.309Z] v2.0.2-dev.12 [2022-04-07T17:07:37.309Z] v2.0.2-dev.13 [2022-04-07T17:07:37.309Z] v2.0.2-dev.14 [2022-04-07T17:07:37.309Z] v2.0.2-dev.15 [2022-04-07T17:07:37.309Z] v2.0.2-dev.16 [2022-04-07T17:07:37.309Z] v2.0.2-dev.17 [2022-04-07T17:07:37.309Z] v2.0.2-dev.18 [2022-04-07T17:07:37.309Z] v2.0.2-dev.19 [2022-04-07T17:07:37.309Z] v2.0.2-dev.2 [2022-04-07T17:07:37.309Z] v2.0.2-dev.20 [2022-04-07T17:07:37.309Z] v2.0.2-dev.21 [2022-04-07T17:07:37.309Z] v2.0.2-dev.22 [2022-04-07T17:07:37.309Z] v2.0.2-dev.23 [2022-04-07T17:07:37.309Z] v2.0.2-dev.24 [2022-04-07T17:07:37.309Z] v2.0.2-dev.25 [2022-04-07T17:07:37.309Z] v2.0.2-dev.26 [2022-04-07T17:07:37.309Z] v2.0.2-dev.27 [2022-04-07T17:07:37.309Z] v2.0.2-dev.28 [2022-04-07T17:07:37.309Z] v2.0.2-dev.29 [2022-04-07T17:07:37.309Z] v2.0.2-dev.3 [2022-04-07T17:07:37.309Z] v2.0.2-dev.30 [2022-04-07T17:07:37.309Z] v2.0.2-dev.4 [2022-04-07T17:07:37.309Z] v2.0.2-dev.5 [2022-04-07T17:07:37.309Z] v2.0.2-dev.6 [2022-04-07T17:07:37.309Z] v2.0.2-dev.7 [2022-04-07T17:07:37.309Z] v2.0.2-dev.8 [2022-04-07T17:07:37.309Z] v2.0.2-dev.9 [2022-04-07T17:07:37.309Z] v2.1.0 [2022-04-07T17:07:37.309Z] v2.2.0-dev.1 [2022-04-07T17:07:37.309Z] v2.2.0-dev.10 [2022-04-07T17:07:37.309Z] v2.2.0-dev.11 [2022-04-07T17:07:37.309Z] v2.2.0-dev.12 [2022-04-07T17:07:37.309Z] v2.2.0-dev.13 [2022-04-07T17:07:37.309Z] v2.2.0-dev.14 [2022-04-07T17:07:37.309Z] v2.2.0-dev.15 [2022-04-07T17:07:37.309Z] v2.2.0-dev.16 [2022-04-07T17:07:37.309Z] v2.2.0-dev.17 [2022-04-07T17:07:37.309Z] v2.2.0-dev.18 [2022-04-07T17:07:37.309Z] v2.2.0-dev.19 [2022-04-07T17:07:37.309Z] v2.2.0-dev.2 [2022-04-07T17:07:37.309Z] v2.2.0-dev.20 [2022-04-07T17:07:37.309Z] v2.2.0-dev.21 [2022-04-07T17:07:37.309Z] v2.2.0-dev.22 [2022-04-07T17:07:37.309Z] v2.2.0-dev.23 [2022-04-07T17:07:37.309Z] v2.2.0-dev.24 [2022-04-07T17:07:37.309Z] v2.2.0-dev.25 [2022-04-07T17:07:37.309Z] v2.2.0-dev.3 [2022-04-07T17:07:37.309Z] v2.2.0-dev.4 [2022-04-07T17:07:37.309Z] v2.2.0-dev.5 [2022-04-07T17:07:37.309Z] v2.2.0-dev.6 [2022-04-07T17:07:37.309Z] v2.2.0-dev.7 [2022-04-07T17:07:37.309Z] v2.2.0-dev.8 [2022-04-07T17:07:37.309Z] v2.2.0-dev.9 [Pipeline] sh [2022-04-07T17:07:37.599Z] + lftools sign git-tag v2.2.0-dev.25 [2022-04-07T17:07:38.169Z] Signing Git tag with Sigul... [2022-04-07T17:07:38.169Z] Signing v2.2.0-dev.25 [Pipeline] echo [2022-04-07T17:07:38.442Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:38.734Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-04-07T17:07:38.743Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-07T17:07:38.766Z] $ docker stop --time=1 e8e44c412f9f48cc5719af18fbb554db805c668174e43451c173d0ffd1a59dba [2022-04-07T17:07:40.075Z] $ docker rm -f e8e44c412f9f48cc5719af18fbb554db805c668174e43451c173d0ffd1a59dba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-04-07T17:07:40.483Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-07T17:07:40.483Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:07:40.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T17:07:40.786Z] . [Pipeline] withDockerContainer [2022-04-07T17:07:40.850Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:07:40.889Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-07T17:07:41.252Z] $ docker top 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-07T17:07:41.356Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-07T17:07:41.356Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-07T17:07:41.494Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-07T17:07:41.498Z] $ docker exec 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 ssh-agent [2022-04-07T17:07:41.638Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPKEcHc/agent.13 [2022-04-07T17:07:41.638Z] SSH_AGENT_PID=19 [2022-04-07T17:07:41.646Z] Running ssh-add (command line suppressed) [2022-04-07T17:07:41.757Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_1473573900864104219.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_1473573900864104219.key) [2022-04-07T17:07:41.773Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-07T17:07:42.070Z] + git semver bump pre [2022-04-07T17:07:42.070Z] # -> Open(): unable to determine branch for HEAD [2022-04-07T17:07:42.070Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-07T17:07:42.070Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-07T17:07:42.070Z] # $SEMVER_REMOTE_NAME = origin [2022-04-07T17:07:42.070Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-07T17:07:42.070Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-07T17:07:42.070Z] # $SEMVER_BRANCH = main [2022-04-07T17:07:42.070Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [2022-04-07T17:07:42.070Z] 2.2.0-dev.26 [Pipeline] } [2022-04-07T17:07:42.082Z] $ docker exec --env ******** --env ******** 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 ssh-agent -k [2022-04-07T17:07:42.196Z] unset SSH_AUTH_SOCK; [2022-04-07T17:07:42.196Z] unset SSH_AGENT_PID; [2022-04-07T17:07:42.196Z] echo Agent pid 19 killed; [2022-04-07T17:07:42.206Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-07T17:07:42.523Z] + git semver [Pipeline] } [2022-04-07T17:07:42.539Z] $ docker stop --time=1 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 [2022-04-07T17:07:43.852Z] $ docker rm -f 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-07T17:07:44.223Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-07T17:07:44.224Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:07:44.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-07T17:07:44.525Z] . [Pipeline] withDockerContainer [2022-04-07T17:07:44.599Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:07:44.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-07T17:07:45.023Z] $ docker top da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-07T17:07:45.127Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-07T17:07:45.127Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-07T17:07:45.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-07T17:07:45.252Z] $ docker exec da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 ssh-agent [2022-04-07T17:07:45.378Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJEaKOl/agent.13 [2022-04-07T17:07:45.378Z] SSH_AGENT_PID=19 [2022-04-07T17:07:45.384Z] Running ssh-add (command line suppressed) [2022-04-07T17:07:45.502Z] Identity added: /w/workspace/ry_app-service-configurable_main@tmp/private_key_352425275670468966.key (/w/workspace/ry_app-service-configurable_main@tmp/private_key_352425275670468966.key) [2022-04-07T17:07:45.515Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-07T17:07:45.810Z] + git semver push [2022-04-07T17:07:45.810Z] # -> Open(): unable to determine branch for HEAD [2022-04-07T17:07:45.810Z] # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git [2022-04-07T17:07:45.810Z] # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main [2022-04-07T17:07:45.810Z] # $SEMVER_REMOTE_NAME = origin [2022-04-07T17:07:45.810Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-07T17:07:45.810Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-07T17:07:45.810Z] # $SEMVER_BRANCH = main [2022-04-07T17:07:45.810Z] # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } [2022-04-07T17:07:47.738Z] $ docker exec --env ******** --env ******** da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 ssh-agent -k [2022-04-07T17:07:47.855Z] unset SSH_AUTH_SOCK; [2022-04-07T17:07:47.856Z] unset SSH_AGENT_PID; [2022-04-07T17:07:47.856Z] echo Agent pid 19 killed; [2022-04-07T17:07:47.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-07T17:07:48.182Z] + git semver [Pipeline] } [2022-04-07T17:07:48.199Z] $ docker stop --time=1 da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 [2022-04-07T17:07:49.518Z] $ docker rm -f da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-04-07T17:07:50.115Z] + [ -d /w/workspace/ry_app-service-configurable_main/archives ] [2022-04-07T17:07:50.115Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-07T17:07:50.115Z] total 16 [2022-04-07T17:07:50.115Z] drwxr-xr-x 3 root root 4096 Apr 7 17:00 . [2022-04-07T17:07:50.115Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 17:07 .. [2022-04-07T17:07:50.115Z] drwxr-xr-x 2 root root 4096 Apr 7 17:00 cost [2022-04-07T17:07:50.115Z] -rw-r--r-- 1 root root 94 Apr 7 17:00 cost.csv [2022-04-07T17:07:50.115Z] + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives [2022-04-07T17:07:50.115Z] + ls -al /w/workspace/ry_app-service-configurable_main/archives [2022-04-07T17:07:50.115Z] total 16 [2022-04-07T17:07:50.115Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 17:00 . [2022-04-07T17:07:50.115Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 17:07 .. [2022-04-07T17:07:50.115Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 7 17:00 cost [2022-04-07T17:07:50.115Z] -rw-r--r-- 1 jenkins jenkins 94 Apr 7 17:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:50.414Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:51.286Z] ---> package-listing.sh [2022-04-07T17:07:51.286Z] ++ facter osfamily [2022-04-07T17:07:51.286Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-07T17:07:51.548Z] + OS_FAMILY=debian [2022-04-07T17:07:51.548Z] + workspace=/w/workspace/ry_app-service-configurable_main [2022-04-07T17:07:51.548Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-07T17:07:51.548Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-07T17:07:51.548Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-07T17:07:51.548Z] + PACKAGES=/tmp/packages_start.txt [2022-04-07T17:07:51.548Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-07T17:07:51.548Z] + PACKAGES=/tmp/packages_end.txt [2022-04-07T17:07:51.548Z] + case "${OS_FAMILY}" in [2022-04-07T17:07:51.548Z] + dpkg -l [2022-04-07T17:07:51.548Z] + grep '^ii' [2022-04-07T17:07:51.548Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-07T17:07:51.548Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-07T17:07:51.548Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-07T17:07:51.548Z] + '[' /w/workspace/ry_app-service-configurable_main ']' [2022-04-07T17:07:51.548Z] + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ [2022-04-07T17:07:51.548Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo [2022-04-07T17:07:51.563Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-07T17:07:51.846Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-07T17:07:52.404Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-07T17:07:52.404Z] . [Pipeline] withDockerContainer [2022-04-07T17:07:52.470Z] prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container [2022-04-07T17:07:52.507Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ry_app-service-configurable_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ry_app-service-configurable_main -v /w/workspace/ry_app-service-configurable_main:/w/workspace/ry_app-service-configurable_main:rw,z -v /w/workspace/ry_app-service-configurable_main@tmp:/w/workspace/ry_app-service-configurable_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-07T17:07:52.721Z] $ docker top 0aeaeccff64541e14ca43d1812db6087c654b5a9f91e957dc8d6b24e2de8b52f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-07T17:07:53.075Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-07T17:07:53.369Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-07T17:07:53.659Z] + ls /var/log/sa-host [2022-04-07T17:07:53.659Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-07T17:07:53.760Z] provisioning config files... [2022-04-07T17:07:53.770Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config320208886552127465tmp [Pipeline] { [Pipeline] echo [2022-04-07T17:07:53.785Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:54.076Z] ---> create-netrc.sh [Pipeline] } [2022-04-07T17:07:54.084Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:54.476Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-07T17:07:54.489Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:54.794Z] ---> sudo-logs.sh [2022-04-07T17:07:54.794Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-07T17:07:54.839Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:55.170Z] ---> job-cost.sh [2022-04-07T17:07:55.170Z] lf-activate-venv: SKIPPING [2022-04-07T17:07:55.170Z] DEBUG: total: 0.2199999988079071 [2022-04-07T17:07:55.170Z] INFO: Retrieving Stack Cost... [2022-04-07T17:07:55.435Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-07T17:07:56.037Z] INFO: Archiving Costs [Pipeline] echo [2022-04-07T17:07:56.066Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-07T17:07:56.437Z] ---> logs-deploy.sh [2022-04-07T17:07:56.437Z] lf-activate-venv: SKIPPING [2022-04-07T17:07:56.437Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/61 [2022-04-07T17:07:56.437Z] INFO: archiving workspace using pattern(s): [2022-04-07T17:07:57.465Z] Archives upload complete. [2022-04-07T17:07:57.465Z] INFO: archiving logs to Nexus [2022-04-07T17:07:58.035Z] ---> uname -a: [2022-04-07T17:07:58.035Z] Linux prd-ubuntu20-04-docker-8c-8g-11420 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] ---> lscpu: [2022-04-07T17:07:58.035Z] Architecture: x86_64 [2022-04-07T17:07:58.035Z] CPU op-mode(s): 32-bit, 64-bit [2022-04-07T17:07:58.035Z] Byte Order: Little Endian [2022-04-07T17:07:58.035Z] Address sizes: 40 bits physical, 48 bits virtual [2022-04-07T17:07:58.035Z] CPU(s): 8 [2022-04-07T17:07:58.035Z] On-line CPU(s) list: 0-7 [2022-04-07T17:07:58.035Z] Thread(s) per core: 1 [2022-04-07T17:07:58.035Z] Core(s) per socket: 1 [2022-04-07T17:07:58.035Z] Socket(s): 8 [2022-04-07T17:07:58.035Z] NUMA node(s): 1 [2022-04-07T17:07:58.035Z] Vendor ID: AuthenticAMD [2022-04-07T17:07:58.035Z] CPU family: 23 [2022-04-07T17:07:58.035Z] Model: 49 [2022-04-07T17:07:58.035Z] Model name: AMD EPYC-Rome Processor [2022-04-07T17:07:58.035Z] Stepping: 0 [2022-04-07T17:07:58.035Z] CPU MHz: 2799.998 [2022-04-07T17:07:58.035Z] BogoMIPS: 5599.99 [2022-04-07T17:07:58.035Z] Virtualization: AMD-V [2022-04-07T17:07:58.035Z] Hypervisor vendor: KVM [2022-04-07T17:07:58.035Z] Virtualization type: full [2022-04-07T17:07:58.035Z] L1d cache: 256 KiB [2022-04-07T17:07:58.035Z] L1i cache: 256 KiB [2022-04-07T17:07:58.035Z] L2 cache: 4 MiB [2022-04-07T17:07:58.035Z] L3 cache: 128 MiB [2022-04-07T17:07:58.035Z] NUMA node0 CPU(s): 0-7 [2022-04-07T17:07:58.035Z] Vulnerability Itlb multihit: Not affected [2022-04-07T17:07:58.035Z] Vulnerability L1tf: Not affected [2022-04-07T17:07:58.035Z] Vulnerability Mds: Not affected [2022-04-07T17:07:58.035Z] Vulnerability Meltdown: Not affected [2022-04-07T17:07:58.035Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-04-07T17:07:58.035Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-04-07T17:07:58.035Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-04-07T17:07:58.035Z] Vulnerability Srbds: Not affected [2022-04-07T17:07:58.035Z] Vulnerability Tsx async abort: Not affected [2022-04-07T17:07:58.035Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] ---> nproc: [2022-04-07T17:07:58.035Z] 8 [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] ---> df -h: [2022-04-07T17:07:58.035Z] Filesystem Size Used Avail Use% Mounted on [2022-04-07T17:07:58.035Z] overlay 155G 12G 143G 8% / [2022-04-07T17:07:58.035Z] tmpfs 64M 0 64M 0% /dev [2022-04-07T17:07:58.035Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2022-04-07T17:07:58.035Z] shm 64M 0 64M 0% /dev/shm [2022-04-07T17:07:58.035Z] /dev/vda1 155G 12G 143G 8% /facter-os [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] ---> sar -b -r -n DEV: [2022-04-07T17:07:58.035Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-11420) 04/07/22 _x86_64_ (8 CPU) [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] 16:58:42 LINUX RESTART (8 CPU) [2022-04-07T17:07:58.035Z] [2022-04-07T17:07:58.035Z] 16:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2022-04-07T17:07:58.035Z] 17:00:01 431.33 48.53 382.80 0.00 4261.38 200303.00 0.00 [2022-04-07T17:07:58.035Z] 17:01:01 256.36 0.15 256.21 0.00 24.00 58213.63 0.00 [2022-04-07T17:07:58.036Z] 17:02:01 1.17 0.00 1.17 0.00 0.00 17.06 0.00 [2022-04-07T17:07:58.036Z] 17:03:01 1.75 0.00 1.75 0.00 0.00 19.75 0.00 [2022-04-07T17:07:58.036Z] 17:04:01 1.10 0.02 1.08 0.00 0.13 13.46 0.00 [2022-04-07T17:07:58.036Z] 17:05:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 [2022-04-07T17:07:58.036Z] 17:06:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 [2022-04-07T17:07:58.036Z] 17:07:01 0.97 0.00 0.97 0.00 0.00 12.80 0.00 [2022-04-07T17:07:58.036Z] Average: 86.14 6.00 80.14 0.00 527.88 31973.14 0.00 [2022-04-07T17:07:58.036Z] [2022-04-07T17:07:58.036Z] 16:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2022-04-07T17:07:58.036Z] 17:00:01 27509968 31591752 706216 2.15 178796 4060348 2655232 7.83 1492916 3386772 636084 [2022-04-07T17:07:58.036Z] 17:01:01 27641604 31633608 657884 2.00 188032 3957896 2224076 6.55 1440148 3295152 428 [2022-04-07T17:07:58.036Z] 17:02:01 27646112 31637732 654100 1.99 188048 3957840 2224076 6.55 1435276 3295032 40 [2022-04-07T17:07:58.036Z] 17:03:01 27644764 31636524 655444 1.99 188100 3957840 2224076 6.55 1435884 3295032 28 [2022-04-07T17:07:58.036Z] 17:04:01 27647268 31639044 652816 1.99 188128 3957848 2244460 6.61 1433052 3295040 48 [2022-04-07T17:07:58.036Z] 17:05:01 27647180 31638992 652820 1.99 188148 3957852 2244460 6.61 1434708 3295044 168 [2022-04-07T17:07:58.036Z] 17:06:01 27655692 31647588 644208 1.96 188184 3957856 2244460 6.61 1425528 3295096 12 [2022-04-07T17:07:58.036Z] 17:07:01 27655920 31647856 643868 1.96 188212 3957864 2244460 6.61 1427392 3295108 196 [2022-04-07T17:07:58.036Z] Average: 27631064 31634137 658420 2.00 186956 3970668 2288162 6.74 1440613 3306534 79626 [2022-04-07T17:07:58.036Z] [2022-04-07T17:07:58.036Z] 16:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2022-04-07T17:07:58.036Z] 17:00:01 docker0 193.76 236.40 16.40 2163.33 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:00:01 ens3 832.82 553.36 6654.91 121.15 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:00:01 lo 6.24 6.24 0.61 0.61 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:01:01 docker0 9.03 13.28 0.53 92.01 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:01:01 ens3 210.68 135.88 2724.28 181.80 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:01:01 lo 8.13 8.13 0.80 0.80 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:02:01 ens3 6.70 4.12 14.19 0.53 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:03:01 ens3 0.60 0.57 0.28 0.22 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:04:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:05:01 ens3 1.20 0.78 0.47 0.36 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:06:01 ens3 0.52 0.00 0.05 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:07:01 ens3 0.75 0.50 0.41 0.28 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] 17:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] Average: docker0 25.00 30.78 2.09 277.97 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] Average: ens3 130.20 85.92 1162.81 37.87 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] Average: lo 1.86 1.86 0.18 0.18 0.00 0.00 0.00 0.00 [2022-04-07T17:07:58.036Z] [2022-04-07T17:07:58.036Z] [2022-04-07T17:07:58.036Z] ---> sar -P ALL: [2022-04-07T17:07:58.036Z] Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-11420) 04/07/22 _x86_64_ (8 CPU) [2022-04-07T17:07:58.036Z] [2022-04-07T17:07:58.036Z] 16:58:42 LINUX RESTART (8 CPU) [2022-04-07T17:07:58.036Z] [2022-04-07T17:07:58.036Z] 16:59:02 CPU %user %nice %system %iowait %steal %idle [2022-04-07T17:07:58.036Z] 17:00:01 all 13.75 0.00 5.53 1.90 0.08 78.74 [2022-04-07T17:07:58.036Z] 17:00:01 0 15.40 0.00 6.19 1.68 0.09 76.65 [2022-04-07T17:07:58.036Z] 17:00:01 1 13.87 0.00 5.40 0.45 0.07 80.21 [2022-04-07T17:07:58.036Z] 17:00:01 2 14.26 0.00 5.33 4.63 0.09 75.69 [2022-04-07T17:07:58.036Z] 17:00:01 3 11.24 0.00 6.05 0.93 0.09 81.69 [2022-04-07T17:07:58.036Z] 17:00:01 4 13.91 0.00 5.12 0.57 0.07 80.33 [2022-04-07T17:07:58.036Z] 17:00:01 5 13.23 0.00 5.04 3.32 0.07 78.35 [2022-04-07T17:07:58.036Z] 17:00:01 6 14.12 0.00 4.98 1.86 0.07 78.98 [2022-04-07T17:07:58.036Z] 17:00:01 7 13.96 0.00 6.16 1.76 0.10 78.01 [2022-04-07T17:07:58.036Z] 17:01:01 all 19.07 0.00 5.66 1.14 0.09 74.05 [2022-04-07T17:07:58.036Z] 17:01:01 0 20.38 0.00 5.69 0.25 0.08 73.59 [2022-04-07T17:07:58.036Z] 17:01:01 1 18.57 0.00 6.31 2.47 0.10 72.56 [2022-04-07T17:07:58.036Z] 17:01:01 2 18.64 0.00 5.43 2.27 0.08 73.57 [2022-04-07T17:07:58.036Z] 17:01:01 3 20.12 0.00 5.93 1.71 0.08 72.16 [2022-04-07T17:07:58.036Z] 17:01:01 4 18.29 0.00 5.02 0.27 0.08 76.34 [2022-04-07T17:07:58.036Z] 17:01:01 5 19.49 0.00 5.71 0.32 0.08 74.39 [2022-04-07T17:07:58.036Z] 17:01:01 6 18.27 0.00 5.60 1.25 0.08 74.80 [2022-04-07T17:07:58.036Z] 17:01:01 7 18.82 0.00 5.57 0.54 0.09 74.98 [2022-04-07T17:07:58.036Z] 17:02:01 all 0.04 0.00 0.02 0.00 0.00 99.93 [2022-04-07T17:07:58.036Z] 17:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-07T17:07:58.036Z] 17:02:01 1 0.13 0.00 0.05 0.00 0.00 99.82 [2022-04-07T17:07:58.036Z] 17:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:02:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2022-04-07T17:07:58.036Z] 17:02:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:02:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:02:01 6 0.03 0.00 0.00 0.02 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:02:01 7 0.07 0.00 0.03 0.00 0.00 99.90 [2022-04-07T17:07:58.036Z] 17:03:01 all 0.08 0.00 0.02 0.01 0.00 99.90 [2022-04-07T17:07:58.036Z] 17:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-07T17:07:58.036Z] 17:03:01 1 0.43 0.00 0.02 0.05 0.02 99.48 [2022-04-07T17:07:58.036Z] 17:03:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2022-04-07T17:07:58.036Z] 17:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2022-04-07T17:07:58.036Z] 17:03:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2022-04-07T17:07:58.036Z] 17:03:01 6 0.05 0.00 0.02 0.02 0.00 99.92 [2022-04-07T17:07:58.036Z] 17:03:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:04:01 all 0.27 0.00 0.02 0.01 0.00 99.70 [2022-04-07T17:07:58.036Z] 17:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:04:01 1 2.00 0.00 0.03 0.00 0.00 97.96 [2022-04-07T17:07:58.036Z] 17:04:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2022-04-07T17:07:58.036Z] 17:04:01 3 0.00 0.00 0.03 0.03 0.00 99.93 [2022-04-07T17:07:58.036Z] 17:04:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2022-04-07T17:07:58.036Z] 17:04:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2022-04-07T17:07:58.036Z] 17:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-07T17:07:58.036Z] 17:05:01 all 0.25 0.00 0.01 0.00 0.00 99.73 [2022-04-07T17:07:58.036Z] 17:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-07T17:07:58.036Z] 17:05:01 1 1.91 0.00 0.03 0.02 0.00 98.04 [2022-04-07T17:07:58.036Z] 17:05:01 2 0.07 0.00 0.02 0.00 0.02 99.90 [2022-04-07T17:07:58.036Z] 17:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2022-04-07T17:07:58.036Z] 17:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-07T17:07:58.036Z] 17:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-04-07T17:07:58.036Z] 17:05:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2022-04-07T17:07:58.036Z] 17:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2022-04-07T17:07:58.036Z] 17:06:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2022-04-07T17:07:58.036Z] 17:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2022-04-07T17:07:58.036Z] 17:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2022-04-07T17:07:58.036Z] 17:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2022-04-07T17:07:58.036Z] 17:06:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:06:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2022-04-07T17:07:58.036Z] 17:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-07T17:07:58.036Z] 17:07:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2022-04-07T17:07:58.036Z] 17:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2022-04-07T17:07:58.036Z] 17:07:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2022-04-07T17:07:58.036Z] 17:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2022-04-07T17:07:58.036Z] 17:07:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2022-04-07T17:07:58.036Z] 17:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2022-04-07T17:07:58.036Z] 17:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2022-04-07T17:07:58.036Z] 17:07:01 6 0.05 0.00 0.02 0.02 0.00 99.92 [2022-04-07T17:07:58.036Z] 17:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2022-04-07T17:07:58.036Z] Average: all 4.13 0.00 1.39 0.38 0.02 94.09 [2022-04-07T17:07:58.036Z] Average: 0 4.41 0.00 1.47 0.24 0.02 93.86 [2022-04-07T17:07:58.036Z] Average: 1 4.56 0.00 1.46 0.37 0.02 93.59 [2022-04-07T17:07:58.036Z] Average: 2 4.08 0.00 1.34 0.84 0.02 93.71 [2022-04-07T17:07:58.036Z] Average: 3 3.89 0.00 1.49 0.33 0.02 94.27 [2022-04-07T17:07:58.036Z] Average: 4 3.98 0.00 1.26 0.10 0.02 94.65 [2022-04-07T17:07:58.036Z] Average: 5 4.05 0.00 1.33 0.44 0.02 94.16 [2022-04-07T17:07:58.036Z] Average: 6 4.00 0.00 1.30 0.39 0.02 94.28 [2022-04-07T17:07:58.036Z] Average: 7 4.03 0.00 1.45 0.28 0.02 94.22 [2022-04-07T17:07:58.036Z] [2022-04-07T17:07:58.036Z] [2022-04-07T17:07:58.036Z]