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 16:59:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:59:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:59:18 ========================================================= 16:59:18 EdgeX Global Pipelines Version Info 16:59:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:59:18 ------------------- 16:59:18 stable info: 16:59:18 ------------------- 16:59:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:59:18 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:59:18 Message: update stable to v1.0.221 16:59:19 ------------------- 16:59:19 experimental info: 16:59:19 ------------------- 16:59:19 Commited By: **** collab-it+edgex@linuxfoundation.org 16:59:19 Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 16:59:19 Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = app-service-configurable [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4190c6f [Pipeline] echo 16:59:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:59:20 provisioning config files... 16:59:20 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2944801962998571442tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:20 ---> docker-login.sh 16:59:20 nexus3.edgexfoundry.org:10001 16:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:20 Configure a credential helper to remove this warning. See 16:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:20 16:59:20 Login Succeeded 16:59:20 nexus3.edgexfoundry.org:10002 16:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:20 Configure a credential helper to remove this warning. See 16:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:20 16:59:20 Login Succeeded 16:59:20 nexus3.edgexfoundry.org:10003 16:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:20 Configure a credential helper to remove this warning. See 16:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:20 16:59:20 Login Succeeded 16:59:20 nexus3.edgexfoundry.org:10004 16:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:21 Configure a credential helper to remove this warning. See 16:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:21 16:59:21 Login Succeeded 16:59:21 docker.io 16:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:21 Configure a credential helper to remove this warning. See 16:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:21 16:59:21 Login Succeeded 16:59:21 ---> docker-login.sh ends [Pipeline] } 16:59:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh 16:59:21 + git rev-list -1 --merges 4190c6fd5c33f3107dc794a5b34667c4978bc33f~1..4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] echo 16:59:21 -----------> git rev-list -1 --merges 4190c6fd5c33f3107dc794a5b34667c4978bc33f~1..4190c6fd5c33f3107dc794a5b34667c4978bc33f 4190c6fd5c33f3107dc794a5b34667c4978bc33f [false] [Pipeline] sh 16:59:22 + git log --format=format:%s -1 4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] echo 16:59:22 ========================================================= 16:59:22 [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] 16:59:22 ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:59:22 + git log --format=format:%s -1 4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] echo 16:59:22 [semverPrep] GIT_COMMIT: 4190c6fd5c33f3107dc794a5b34667c4978bc33f, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go/v2 (#395) [Pipeline] echo 16:59:22 [semverPrep] This is not a build commit. [Pipeline] sh 16:59:23 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 16:59:23 + grep -v github /etc/ssh/ssh_known_hosts 16:59:23 + [ -e /tmp/ssh_known_hosts ] 16:59:23 + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts 16:59:23 + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= 16:59:23 + sudo tee -a /etc/ssh/ssh_known_hosts 16:59:23 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 16:59:23 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:23 16:59:23 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:59:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:23 latest: Pulling from edgex-devops/git-semver 16:59:23 a0d0a0d46f8b: Pulling fs layer 16:59:23 3e5f54012d9b: Pulling fs layer 16:59:23 4c7163046ea9: Pulling fs layer 16:59:23 0c2d73faf560: Pulling fs layer 16:59:23 0c2d73faf560: Waiting 16:59:23 3e5f54012d9b: Verifying Checksum 16:59:23 3e5f54012d9b: Download complete 16:59:23 a0d0a0d46f8b: Verifying Checksum 16:59:23 a0d0a0d46f8b: Download complete 16:59:23 4c7163046ea9: Verifying Checksum 16:59:23 4c7163046ea9: Download complete 16:59:23 0c2d73faf560: Verifying Checksum 16:59:23 0c2d73faf560: Download complete 16:59:23 a0d0a0d46f8b: Pull complete 16:59:23 3e5f54012d9b: Pull complete 16:59:24 4c7163046ea9: Pull complete 16:59:24 0c2d73faf560: Pull complete 16:59:24 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 16:59:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:59:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:59:24 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 16:59:24 $ 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 16:59:25 $ docker top 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:59:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:25 [ssh-agent] Looking for ssh-agent implementation... 16:59:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:25 $ docker exec 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 ssh-agent 16:59:25 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLBcaKP/agent.13 16:59:25 SSH_AGENT_PID=21 16:59:25 Running ssh-add (command line suppressed) 16:59:25 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) 16:59:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:26 + git tag --points-at HEAD [Pipeline] } 16:59:26 $ docker exec --env ******** --env ******** 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 ssh-agent -k 16:59:26 unset SSH_AUTH_SOCK; 16:59:26 unset SSH_AGENT_PID; 16:59:26 echo Agent pid 21 killed; 16:59:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:59:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:59:26 [ssh-agent] Looking for ssh-agent implementation... 16:59:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:59:26 $ docker exec 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 ssh-agent 16:59:26 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXNehNBk/agent.54 16:59:26 SSH_AGENT_PID=60 16:59:26 Running ssh-add (command line suppressed) 16:59:26 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) 16:59:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:59:26 + git semver init 16:59:26 # -> Open(): unable to determine branch for HEAD 16:59:26 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 16:59:26 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 16:59:26 # $SEMVER_REMOTE_NAME = origin 16:59:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:59:26 # $SEMVER_USER_NAME = edgex-jenkins 16:59:26 # $SEMVER_BRANCH = main 16:59:26 # $SEMVER_TEMP = /tmp/semver-583614258 16:59:26 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 16:59:27 # '/tmp/semver-583614258' -> '/w/workspace/ry_app-service-configurable_main/.semver' 16:59:27 # -> Force: false 16:59:27 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 16:59:27 $ docker exec --env ******** --env ******** 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 ssh-agent -k 16:59:28 unset SSH_AUTH_SOCK; 16:59:28 unset SSH_AGENT_PID; 16:59:28 echo Agent pid 60 killed; 16:59:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:59:28 + git semver [Pipeline] } 16:59:28 $ docker stop --time=1 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 16:59:29 $ docker rm -f 65fd3bf8833fdef1adac4a92fbafa9cf184fad7eb368b72bfe55661b79ef82c4 [Pipeline] // withDockerContainer [Pipeline] sh 16:59:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:59:30 Stashed 1 file(s) [Pipeline] echo 16:59:30 [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 16:59:30 provisioning config files... 16:59:30 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config2625803415790336497tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:59:30 ---> docker-login.sh 16:59:30 nexus3.edgexfoundry.org:10001 16:59:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:30 Configure a credential helper to remove this warning. See 16:59:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:30 16:59:30 Login Succeeded 16:59:30 nexus3.edgexfoundry.org:10002 16:59:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:31 Configure a credential helper to remove this warning. See 16:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:31 16:59:31 Login Succeeded 16:59:31 nexus3.edgexfoundry.org:10003 16:59:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:31 Configure a credential helper to remove this warning. See 16:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:31 16:59:31 Login Succeeded 16:59:31 nexus3.edgexfoundry.org:10004 16:59:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:31 Configure a credential helper to remove this warning. See 16:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:31 16:59:31 Login Succeeded 16:59:31 docker.io 16:59:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:59:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:59:31 Configure a credential helper to remove this warning. See 16:59:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:59:31 16:59:31 Login Succeeded 16:59:31 ---> docker-login.sh ends [Pipeline] } 16:59:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:59:31 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 16:59:31 ========================================================= 16:59:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] 16:59:31 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 16:59:31 + 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 . 16:59:31 Sending build context to Docker daemon 2.992MB 16:59:31 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 16:59:31 Step 2/13 : FROM ${BASE} AS builder 16:59:31 1.17-alpine: Pulling from edgex-devops/edgex-golang-base 16:59:31 59bf1c3509f3: Pulling fs layer 16:59:31 666ba61612fd: Pulling fs layer 16:59:31 8ed8ca486205: Pulling fs layer 16:59:31 4fe6c5a15a65: Pulling fs layer 16:59:31 22a0e8bec74d: Pulling fs layer 16:59:31 640e595b4fbd: Pulling fs layer 16:59:31 763cafe07f6e: Pulling fs layer 16:59:31 0c0b528cf693: Pulling fs layer 16:59:31 10935f4eaf8b: Pulling fs layer 16:59:31 763cafe07f6e: Waiting 16:59:31 10935f4eaf8b: Waiting 16:59:31 640e595b4fbd: Waiting 16:59:31 4fe6c5a15a65: Waiting 16:59:31 22a0e8bec74d: Waiting 16:59:31 0c0b528cf693: Waiting 16:59:31 8ed8ca486205: Verifying Checksum 16:59:31 8ed8ca486205: Download complete 16:59:31 666ba61612fd: Verifying Checksum 16:59:31 666ba61612fd: Download complete 16:59:31 22a0e8bec74d: Verifying Checksum 16:59:31 22a0e8bec74d: Download complete 16:59:31 640e595b4fbd: Verifying Checksum 16:59:31 640e595b4fbd: Download complete 16:59:32 763cafe07f6e: Verifying Checksum 16:59:32 763cafe07f6e: Download complete 16:59:32 59bf1c3509f3: Verifying Checksum 16:59:32 59bf1c3509f3: Download complete 16:59:32 0c0b528cf693: Verifying Checksum 16:59:32 0c0b528cf693: Download complete 16:59:32 59bf1c3509f3: Pull complete 16:59:32 666ba61612fd: Pull complete 16:59:32 8ed8ca486205: Pull complete 16:59:32 10935f4eaf8b: Verifying Checksum 16:59:32 10935f4eaf8b: Download complete 16:59:33 4fe6c5a15a65: Verifying Checksum 16:59:33 4fe6c5a15a65: Download complete 16:59:37 4fe6c5a15a65: Pull complete 16:59:37 22a0e8bec74d: Pull complete 16:59:37 640e595b4fbd: Pull complete 16:59:37 763cafe07f6e: Pull complete 16:59:37 0c0b528cf693: Pull complete 16:59:39 10935f4eaf8b: Pull complete 16:59:39 Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 16:59:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine 16:59:39 ---> 99d49a6021b9 16:59:39 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 16:59:40 ---> Running in 3d7c65dc78fd 16:59:40 Removing intermediate container 3d7c65dc78fd 16:59:40 ---> edbe5a475b38 16:59:40 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 16:59:40 ---> Running in 776b3da0df48 16:59:40 Removing intermediate container 776b3da0df48 16:59:40 ---> 1385f5177560 16:59:40 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 16:59:40 ---> Running in 2ed515af99e9 16:59:40 Removing intermediate container 2ed515af99e9 16:59:40 ---> f47f9d5d5b40 16:59:40 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:59:40 ---> Running in 64fcb56e39d9 16:59:41 Removing intermediate container 64fcb56e39d9 16:59:41 ---> aa2825f7e386 16:59:41 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 16:59:41 ---> Running in e9c47d3b6801 16:59:41 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 16:59:42 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 16:59:42 OK: 221 MiB in 52 packages 16:59:43 Removing intermediate container e9c47d3b6801 16:59:43 ---> 768827b9b8fe 16:59:43 Step 8/13 : WORKDIR /app 16:59:43 ---> Running in 3c81d9bd0a19 16:59:43 Removing intermediate container 3c81d9bd0a19 16:59:43 ---> 63c21fa8a0fd 16:59:43 Step 9/13 : COPY go.mod vendor* ./ 16:59:43 ---> 26dadcdfa1e5 16:59:43 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 16:59:43 ---> Running in a32ffc5a1690 16:59:45 Still waiting to schedule task 16:59:45 All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline 17:00:09 Removing intermediate container a32ffc5a1690 17:00:09 ---> 63987dae17a4 17:00:09 Step 11/13 : COPY . . 17:00:09 ---> 54d07de4b57c 17:00:09 Step 12/13 : ARG MAKE="make build" 17:00:09 ---> Running in f2083277af33 17:00:09 Removing intermediate container f2083277af33 17:00:09 ---> 02b470e06209 17:00:09 Step 13/13 : RUN $MAKE 17:00:09 ---> Running in b99c4c450d93 17:00:09 noop 17:00:09 Removing intermediate container b99c4c450d93 17:00:09 ---> 6759ce4139c7 17:00:09 Successfully built 6759ce4139c7 17:00:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:00:10 + docker inspect -f . ci-base-image-x86_64 17:00:10 . [Pipeline] withDockerContainer 17:00:10 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:00:10 $ 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 17:00:10 $ docker top 30acf9808fd1cd3dc72bf8e37aa8a9317a3f4580e4c0811f292c2ea139b98914 -eo pid,comm [Pipeline] { [Pipeline] sh 17:00:11 + go version 17:00:11 go version go1.17.6 linux/amd64 [Pipeline] } 17:00:11 $ docker stop --time=1 30acf9808fd1cd3dc72bf8e37aa8a9317a3f4580e4c0811f292c2ea139b98914 17:00:12 $ docker rm -f 30acf9808fd1cd3dc72bf8e37aa8a9317a3f4580e4c0811f292c2ea139b98914 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:00:12 + docker inspect -f . ci-base-image-x86_64 17:00:12 . [Pipeline] withDockerContainer 17:00:12 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:00:12 $ 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 17:00:13 $ docker top 8664fcbf31506cead5504947b2db844b283560f44b85073fc9c32e03a6e414f8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 17:00:13 + make test 17:00:13 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:00:20 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:00:20 CGO_ENABLED=1 go vet ./... 17:00:23 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:00:23 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:00:23 ./bin/test-attribution-txt.sh [Pipeline] echo 17:00:23 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:00:23 $ docker stop --time=1 8664fcbf31506cead5504947b2db844b283560f44b85073fc9c32e03a6e414f8 17:00:25 $ docker rm -f 8664fcbf31506cead5504947b2db844b283560f44b85073fc9c32e03a6e414f8 [Pipeline] // withDockerContainer [Pipeline] sh 17:00:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:00:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 17:00:26 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:00:26 + ls -al . 17:00:26 total 176 17:00:26 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 17:00 . 17:00:26 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 16:59 .. 17:00:26 -rw-rw-r-- 1 jenkins jenkins 119 Apr 7 16:59 .dockerignore 17:00:26 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 16:59 .git 17:00:26 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 16:59 .github 17:00:26 -rw-rw-r-- 1 jenkins jenkins 104 Apr 7 16:59 .gitignore 17:00:26 drwx------ 3 jenkins jenkins 4096 Apr 7 16:59 .semver 17:00:26 -rw-rw-r-- 1 jenkins jenkins 7627 Apr 7 16:59 Attribution.txt 17:00:26 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 7 16:59 CHANGELOG.md 17:00:26 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 7 16:59 Dockerfile 17:00:26 -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 16:59 GOVERNANCE.md 17:00:26 -rw-rw-r-- 1 jenkins jenkins 688 Apr 7 16:59 Jenkinsfile 17:00:26 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 16:59 LICENSE 17:00:26 -rw-rw-r-- 1 jenkins jenkins 618 Apr 7 16:59 OWNERS.md 17:00:26 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 7 16:59 README.md 17:00:26 -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 16:59 VERSION 17:00:26 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 16:59 bin 17:00:26 -rw-r--r-- 1 jenkins jenkins 10 Apr 7 17:00 coverage.out 17:00:26 -rw-rw-r-- 1 jenkins jenkins 2816 Apr 7 16:59 go.mod 17:00:26 -rw-rw-r-- 1 jenkins jenkins 50335 Apr 7 16:59 go.sum 17:00:26 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 7 16:59 main.go 17:00:26 -rw-rw-r-- 1 jenkins jenkins 1614 Apr 7 16:59 makefile 17:00:26 drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 16:59 res 17:00:26 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 16:59 snap [Pipeline] isUnix [Pipeline] sh 17:00:27 + 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 . 17:00:27 Sending build context to Docker daemon 2.993MB 17:00:27 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 17:00:27 Step 2/27 : FROM ${BASE} AS builder 17:00:27 ---> 6759ce4139c7 17:00:27 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:00:27 ---> Running in 82b0545e35ab 17:00:27 Removing intermediate container 82b0545e35ab 17:00:27 ---> 295b9bc5ee22 17:00:27 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:00:27 ---> Running in 7bdf658886b6 17:00:27 Removing intermediate container 7bdf658886b6 17:00:27 ---> 4a8b948c49f5 17:00:27 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:00:27 ---> Running in 96c9e03c3434 17:00:27 Removing intermediate container 96c9e03c3434 17:00:27 ---> 7fe195931403 17:00:27 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:00:27 ---> Running in a484d6799a42 17:00:27 Removing intermediate container a484d6799a42 17:00:27 ---> ac1bb9dc0bfe 17:00:27 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:00:28 ---> Running in 6cc105d38988 17:00:28 fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz 17:00:29 fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz 17:00:29 OK: 221 MiB in 52 packages 17:00:29 Removing intermediate container 6cc105d38988 17:00:29 ---> 91b25b4675a4 17:00:29 Step 8/27 : WORKDIR /app 17:00:29 ---> Running in d66894a155fe 17:00:29 Removing intermediate container d66894a155fe 17:00:29 ---> 4d7d0b75dd8b 17:00:29 Step 9/27 : COPY go.mod vendor* ./ 17:00:29 ---> c9f3b1ef5d87 17:00:29 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:00:30 ---> Running in fb9b20f0528a 17:00:30 Removing intermediate container fb9b20f0528a 17:00:30 ---> fd7b4a4a369d 17:00:30 Step 11/27 : COPY . . 17:00:31 ---> b361adf317e7 17:00:31 Step 12/27 : ARG MAKE="make build" 17:00:31 ---> Running in 1f0079431aef 17:00:31 Removing intermediate container 1f0079431aef 17:00:31 ---> b3f503358634 17:00:31 Step 13/27 : RUN $MAKE 17:00:31 ---> Running in 44a34c696b40 17:00:31 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 17:00:39 Removing intermediate container 44a34c696b40 17:00:39 ---> 85b3ab4b839b 17:00:39 Step 14/27 : FROM alpine:3.14 17:00:39 3.14: Pulling from library/alpine 17:00:39 8663204ce13b: Pulling fs layer 17:00:39 8663204ce13b: Verifying Checksum 17:00:39 8663204ce13b: Download complete 17:00:39 8663204ce13b: Pull complete 17:00:39 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:00:39 Status: Downloaded newer image for alpine:3.14 17:00:39 ---> e04c818066af 17:00:39 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:00:39 ---> Running in c0e08d652e37 17:00:40 Removing intermediate container c0e08d652e37 17:00:40 ---> bf9bd9869f9c 17:00:40 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:00:40 ---> Running in 8b7e0229bae3 17:00:40 Removing intermediate container 8b7e0229bae3 17:00:40 ---> 7219b17926cc 17:00:40 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:00:40 ---> Running in e2a55f6d0c00 17:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 17:00:40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 17:00:40 (1/7) Installing ca-certificates (20211220-r0) 17:00:40 (2/7) Installing dumb-init (1.2.5-r1) 17:00:40 (3/7) Installing libgcc (10.3.1_git20210424-r2) 17:00:40 (4/7) Installing libsodium (1.0.18-r0) 17:00:40 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 17:00:40 (6/7) Installing libzmq (4.3.4-r0) 17:00:40 (7/7) Installing zeromq (4.3.4-r0) 17:00:40 Executing busybox-1.33.1-r7.trigger 17:00:40 Executing ca-certificates-20211220-r0.trigger 17:00:40 OK: 9 MiB in 21 packages 17:00:41 Removing intermediate container e2a55f6d0c00 17:00:41 ---> 3d42a1db3374 17:00:41 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:00:41 ---> d2522bb35849 17:00:41 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:00:41 ---> 4d4da12e57f9 17:00:41 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:00:41 ---> 804335569785 17:00:41 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:00:41 ---> 8a71cb20ea53 17:00:41 Step 22/27 : EXPOSE 48095 17:00:42 ---> Running in 63f4b48936e2 17:00:42 Removing intermediate container 63f4b48936e2 17:00:42 ---> 0c542a01b379 17:00:42 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:00:42 ---> Running in 316c004ddcee 17:00:42 Removing intermediate container 316c004ddcee 17:00:42 ---> 21220196748c 17:00:42 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:00:42 ---> Running in b1d5442f0138 17:00:42 Removing intermediate container b1d5442f0138 17:00:42 ---> 32828c9e296a 17:00:42 Step 25/27 : LABEL arch=amd64 17:00:42 ---> Running in c497a3aed378 17:00:42 Removing intermediate container c497a3aed378 17:00:42 ---> 4a67a134584c 17:00:42 Step 26/27 : LABEL git_sha=4190c6fd5c33f3107dc794a5b34667c4978bc33f 17:00:42 ---> Running in edfe23098533 17:00:42 Removing intermediate container edfe23098533 17:00:42 ---> 32e280fe9fab 17:00:42 Step 27/27 : LABEL version=2.2.0-dev.25 17:00:42 ---> Running in 59570fbc163e 17:00:42 Removing intermediate container 59570fbc163e 17:00:42 ---> e913a3be3534 17:00:42 [Warning] One or more build-args [ARCH] were not consumed 17:00:42 Successfully built e913a3be3534 17:00:42 Successfully tagged app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:00:42 provisioning config files... 17:00:42 copy managed file [app-service-configurable-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config5845562026984620817tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:00:43 ---> docker-login.sh 17:00:43 nexus3.edgexfoundry.org:10001 17:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:43 Configure a credential helper to remove this warning. See 17:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:43 17:00:43 Login Succeeded 17:00:43 nexus3.edgexfoundry.org:10002 17:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:43 Configure a credential helper to remove this warning. See 17:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:43 17:00:43 Login Succeeded 17:00:43 nexus3.edgexfoundry.org:10003 17:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:43 Configure a credential helper to remove this warning. See 17:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:43 17:00:43 Login Succeeded 17:00:43 nexus3.edgexfoundry.org:10004 17:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:43 Configure a credential helper to remove this warning. See 17:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:43 17:00:43 Login Succeeded 17:00:43 docker.io 17:00:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:00:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:00:43 Configure a credential helper to remove this warning. See 17:00:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:00:43 17:00:43 Login Succeeded 17:00:43 ---> docker-login.sh ends [Pipeline] } 17:00:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:00:43 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:00:43 [edgeXDocker.push] Tagging docker image app-service-configurable with the following tags: 17:00:43 4190c6fd5c33f3107dc794a5b34667c4978bc33f 17:00:43 latest 17:00:43 2.2.0-dev.25 17:00:43 4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 17:00:43 main 17:00:43 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:00:44 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] isUnix [Pipeline] sh 17:00:44 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f 17:00:44 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:00:44 a6c9862ed6ae: Preparing 17:00:44 c692e2738796: Preparing 17:00:44 9dd069a35e74: Preparing 17:00:44 69486b85f15f: Preparing 17:00:44 543dd48a58c8: Preparing 17:00:44 b541d28bf3b4: Preparing 17:00:44 c692e2738796: Pushed 17:00:44 9dd069a35e74: Pushed 17:00:44 69486b85f15f: Pushed 17:00:44 b541d28bf3b4: Layer already exists 17:00:45 543dd48a58c8: Pushed 17:00:46 a6c9862ed6ae: Pushed 17:00:46 4190c6fd5c33f3107dc794a5b34667c4978bc33f: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] isUnix [Pipeline] sh 17:00:46 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 17:00:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:latest 17:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:00:47 a6c9862ed6ae: Preparing 17:00:47 c692e2738796: Preparing 17:00:47 9dd069a35e74: Preparing 17:00:47 69486b85f15f: Preparing 17:00:47 543dd48a58c8: Preparing 17:00:47 b541d28bf3b4: Preparing 17:00:47 b541d28bf3b4: Waiting 17:00:47 9dd069a35e74: Layer already exists 17:00:47 69486b85f15f: Layer already exists 17:00:47 a6c9862ed6ae: Layer already exists 17:00:47 c692e2738796: Layer already exists 17:00:47 543dd48a58c8: Layer already exists 17:00:47 b541d28bf3b4: Layer already exists 17:00:47 latest: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] isUnix [Pipeline] sh 17:00:47 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.25 [Pipeline] isUnix [Pipeline] sh 17:00:47 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.25 17:00:47 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:00:47 a6c9862ed6ae: Preparing 17:00:47 c692e2738796: Preparing 17:00:47 9dd069a35e74: Preparing 17:00:47 69486b85f15f: Preparing 17:00:47 543dd48a58c8: Preparing 17:00:47 b541d28bf3b4: Preparing 17:00:47 b541d28bf3b4: Waiting 17:00:47 543dd48a58c8: Layer already exists 17:00:47 9dd069a35e74: Layer already exists 17:00:47 69486b85f15f: Layer already exists 17:00:47 c692e2738796: Layer already exists 17:00:47 a6c9862ed6ae: Layer already exists 17:00:47 b541d28bf3b4: Layer already exists 17:00:47 2.2.0-dev.25: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] isUnix [Pipeline] sh 17:00:48 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [Pipeline] isUnix [Pipeline] sh 17:00:48 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 17:00:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:00:48 a6c9862ed6ae: Preparing 17:00:48 c692e2738796: Preparing 17:00:48 9dd069a35e74: Preparing 17:00:48 69486b85f15f: Preparing 17:00:48 543dd48a58c8: Preparing 17:00:48 b541d28bf3b4: Preparing 17:00:48 b541d28bf3b4: Waiting 17:00:48 a6c9862ed6ae: Layer already exists 17:00:48 69486b85f15f: Layer already exists 17:00:48 543dd48a58c8: Layer already exists 17:00:48 c692e2738796: Layer already exists 17:00:48 9dd069a35e74: Layer already exists 17:00:48 b541d28bf3b4: Layer already exists 17:00:48 4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] isUnix [Pipeline] sh 17:00:48 + docker tag app-service-configurable nexus3.edgexfoundry.org:10004/app-service-configurable:main [Pipeline] isUnix [Pipeline] sh 17:00:48 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable:main 17:00:48 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable] 17:00:48 a6c9862ed6ae: Preparing 17:00:48 c692e2738796: Preparing 17:00:48 9dd069a35e74: Preparing 17:00:48 69486b85f15f: Preparing 17:00:48 543dd48a58c8: Preparing 17:00:48 b541d28bf3b4: Preparing 17:00:48 b541d28bf3b4: Waiting 17:00:48 c692e2738796: Layer already exists 17:00:48 69486b85f15f: Layer already exists 17:00:48 543dd48a58c8: Layer already exists 17:00:48 a6c9862ed6ae: Layer already exists 17:00:48 9dd069a35e74: Layer already exists 17:00:48 b541d28bf3b4: Layer already exists 17:00:48 main: digest: sha256:49376e9a7c6e57ac27b8686441179dd1fc78b4838e58dd3d58fa0624cd7767bc size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:00:48 ===================================================== [Pipeline] echo 17:00:48 taggedImages: 17:00:48 - nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f 17:00:48 - nexus3.edgexfoundry.org:10004/app-service-configurable:latest 17:00:48 - nexus3.edgexfoundry.org:10004/app-service-configurable:2.2.0-dev.25 17:00:48 - nexus3.edgexfoundry.org:10004/app-service-configurable:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 17:00:48 - 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 17:00:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:00:49 17:00:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 17:00:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:00:49 latest: Pulling from edgex-lftools-log-publisher 17:00:49 5eb5b503b376: Pulling fs layer 17:00:49 5c69ac0246d0: Pulling fs layer 17:00:49 ec43610c2a17: Pulling fs layer 17:00:49 3a2ae6a8a46f: Pulling fs layer 17:00:49 33b1e0a273af: Pulling fs layer 17:00:49 5d3b04190fa2: Pulling fs layer 17:00:49 2f39f015ded8: Pulling fs layer 17:00:49 3a2ae6a8a46f: Waiting 17:00:49 2f39f015ded8: Waiting 17:00:49 5d3b04190fa2: Waiting 17:00:49 33b1e0a273af: Waiting 17:00:49 5c69ac0246d0: Download complete 17:00:49 3a2ae6a8a46f: Download complete 17:00:49 33b1e0a273af: Verifying Checksum 17:00:49 33b1e0a273af: Download complete 17:00:49 ec43610c2a17: Verifying Checksum 17:00:49 ec43610c2a17: Download complete 17:00:49 5d3b04190fa2: Verifying Checksum 17:00:49 5d3b04190fa2: Download complete 17:00:49 5eb5b503b376: Verifying Checksum 17:00:49 5eb5b503b376: Download complete 17:00:50 2f39f015ded8: Verifying Checksum 17:00:50 2f39f015ded8: Download complete 17:00:51 5eb5b503b376: Pull complete 17:00:51 5c69ac0246d0: Pull complete 17:00:51 ec43610c2a17: Pull complete 17:00:51 3a2ae6a8a46f: Pull complete 17:00:51 33b1e0a273af: Pull complete 17:00:52 5d3b04190fa2: Pull complete 17:00:56 2f39f015ded8: Pull complete 17:00:56 Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 17:00:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:00:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 17:00:56 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:00:56 $ 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 17:00:57 $ docker top 6eb059923b7a030b81daae5854b3b35f357b113493e5f633f20f3df6eb902561 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:00:58 ---> job-cost.sh 17:00:58 lf-activate-venv: SKIPPING 17:00:58 INFO: No Stack... 17:00:58 INFO: Retrieving Pricing Info for: v3-standard-8 17:00:58 INFO: Archiving Costs [Pipeline] sh 17:00:59 + + cat /w/workspace/ry_app-service-configurable_main/archives/cost.csv 17:00:59 cut -d, -f6 [Pipeline] lock 17:00:59 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] 17:00:59 Resource [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] did not exist. Created. 17:00:59 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:00:59 + echo total: 0.2199999988079071 [Pipeline] stash 17:00:59 Stashed 1 file(s) [Pipeline] } 17:00:59 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [Pipeline] // lock [Pipeline] } 17:00:59 $ docker stop --time=1 6eb059923b7a030b81daae5854b3b35f357b113493e5f633f20f3df6eb902561 17:01:00 $ docker rm -f 6eb059923b7a030b81daae5854b3b35f357b113493e5f633f20f3df6eb902561 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 17:01:16 Running on prd-ubuntu20.04-docker-arm64-4c-16g-11421 in /w/workspace/ry_app-service-configurable_main [Pipeline] { [Pipeline] ws 17:01:16 Running in /w/workspace/app-service-configurable/61 [Pipeline] { [Pipeline] checkout 17:01:16 Selected Git installation does not exist. Using Default 17:01:16 The recommended git tool is: NONE 17:01:24 using credential edgex-jenkins-ssh 17:01:24 Cloning the remote Git repository 17:01:24 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 17:01:24 > git init /w/workspace/app-service-configurable/61 # timeout=10 17:01:24 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 17:01:24 > git --version # timeout=10 17:01:24 > git --version # 'git version 2.25.1' 17:01:24 using GIT_SSH to set credentials SSH Credentials for GitHub 17:01:26 Avoid second fetch 17:01:26 Checking out Revision 4190c6fd5c33f3107dc794a5b34667c4978bc33f (main) 17:01:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:01:25 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 17:01:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:01:26 > git config core.sparsecheckout # timeout=10 17:01:26 > git checkout -f 4190c6fd5c33f3107dc794a5b34667c4978bc33f # timeout=10 17:01:30 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 17:01:31 + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json 17:01:31 % Total % Received % Xferd Average Speed Time Time Time Current 17:01:31 Dload Upload Total Spent Left Speed 17:01:31 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 17:01:32 + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh 17:01:32 + sudo tee /etc/docker/daemon.new 17:01:32 + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json 17:01:32 { 17:01:32 "registry-mirrors": [ 17:01:32 "https://nexus3.edgexfoundry.org:10001" 17:01:32 ], 17:01:32 "bip": "10.250.0.254/24", 17:01:32 "hosts": [ 17:01:32 "tcp://0.0.0.0:5555", 17:01:32 "unix:///var/run/docker.sock" 17:01:32 ], 17:01:32 "mtu": 1458, 17:01:32 "selinux-enabled": true, 17:01:32 "seccomp-profile": "/etc/docker/seccomp.json" 17:01:32 } [Pipeline] sh 17:01:33 + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh 17:01:33 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:01:51 provisioning config files... 17:01:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config1711248263627737363tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:01:52 ---> docker-login.sh 17:01:52 nexus3.edgexfoundry.org:10001 17:01:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:53 Configure a credential helper to remove this warning. See 17:01:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:53 17:01:53 Login Succeeded 17:01:53 nexus3.edgexfoundry.org:10002 17:01:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:53 Configure a credential helper to remove this warning. See 17:01:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:53 17:01:53 Login Succeeded 17:01:53 nexus3.edgexfoundry.org:10003 17:01:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:53 Configure a credential helper to remove this warning. See 17:01:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:53 17:01:53 Login Succeeded 17:01:53 nexus3.edgexfoundry.org:10004 17:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:54 Configure a credential helper to remove this warning. See 17:01:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:54 17:01:54 Login Succeeded 17:01:54 docker.io 17:01:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:01:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:01:55 Configure a credential helper to remove this warning. See 17:01:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:01:55 17:01:55 Login Succeeded 17:01:55 ---> docker-login.sh ends [Pipeline] } 17:01:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:01:55 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:01:55 ========================================================= 17:01:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] 17:01:55 ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh 17:01:55 + 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 . 17:01:55 Sending build context to Docker daemon 210.4kB 17:01:56 Step 1/13 : ARG BASE=golang:1.17-alpine3.15 17:01:56 Step 2/13 : FROM ${BASE} AS builder 17:01:56 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:01:56 9b3977197b4f: Pulling fs layer 17:01:56 1a89e8eeedd5: Pulling fs layer 17:01:56 94645a83ff95: Pulling fs layer 17:01:56 3f3a8bcf1eab: Pulling fs layer 17:01:56 0c92f367c5e7: Pulling fs layer 17:01:56 f7c0051592d6: Pulling fs layer 17:01:56 a227ed2f7395: Pulling fs layer 17:01:56 7b1c46037f91: Pulling fs layer 17:01:56 f7c0051592d6: Waiting 17:01:56 a227ed2f7395: Waiting 17:01:56 3f3a8bcf1eab: Waiting 17:01:56 7b1c46037f91: Waiting 17:01:56 0c92f367c5e7: Waiting 17:01:56 94645a83ff95: Verifying Checksum 17:01:56 94645a83ff95: Download complete 17:01:56 1a89e8eeedd5: Verifying Checksum 17:01:56 1a89e8eeedd5: Download complete 17:01:56 0c92f367c5e7: Verifying Checksum 17:01:56 0c92f367c5e7: Download complete 17:01:56 f7c0051592d6: Verifying Checksum 17:01:56 f7c0051592d6: Download complete 17:01:56 9b3977197b4f: Verifying Checksum 17:01:56 9b3977197b4f: Download complete 17:01:56 a227ed2f7395: Verifying Checksum 17:01:56 a227ed2f7395: Download complete 17:01:57 9b3977197b4f: Pull complete 17:01:57 1a89e8eeedd5: Pull complete 17:01:57 94645a83ff95: Pull complete 17:01:58 7b1c46037f91: Verifying Checksum 17:01:58 7b1c46037f91: Download complete 17:01:59 3f3a8bcf1eab: Verifying Checksum 17:01:59 3f3a8bcf1eab: Download complete 17:02:11 3f3a8bcf1eab: Pull complete 17:02:11 0c92f367c5e7: Pull complete 17:02:11 f7c0051592d6: Pull complete 17:02:11 a227ed2f7395: Pull complete 17:02:18 7b1c46037f91: Pull complete 17:02:18 Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe 17:02:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine 17:02:18 ---> f79e39bc4007 17:02:18 Step 3/13 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:02:18 ---> Running in a9a740b33fe6 17:02:19 Removing intermediate container a9a740b33fe6 17:02:19 ---> 7f66dc5bdabb 17:02:19 Step 4/13 : ARG ALPINE_PKG_EXTRA="" 17:02:19 ---> Running in 40bff8992636 17:02:19 Removing intermediate container 40bff8992636 17:02:19 ---> 71d1313cc9d5 17:02:19 Step 5/13 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:02:19 ---> Running in fcf4f967cb8e 17:02:19 Removing intermediate container fcf4f967cb8e 17:02:19 ---> ddaf4360e938 17:02:19 Step 6/13 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:02:19 ---> Running in 30c4bc3bc9a7 17:02:21 Removing intermediate container 30c4bc3bc9a7 17:02:21 ---> 4e1575b43ed2 17:02:21 Step 7/13 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:02:21 ---> Running in c252c61ffb4b 17:02:22 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:02:23 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:02:24 OK: 220 MiB in 52 packages 17:02:25 Removing intermediate container c252c61ffb4b 17:02:25 ---> 3a65f1c5f6f8 17:02:25 Step 8/13 : WORKDIR /app 17:02:25 ---> Running in b70b92b9fe4f 17:02:25 Removing intermediate container b70b92b9fe4f 17:02:25 ---> 5ea1b016b9d1 17:02:25 Step 9/13 : COPY go.mod vendor* ./ 17:02:26 ---> 78edca8af935 17:02:26 Step 10/13 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:02:26 ---> Running in 1334d7f1cf0a 17:03:47 Removing intermediate container 1334d7f1cf0a 17:03:47 ---> 5e7d38f0aae7 17:03:47 Step 11/13 : COPY . . 17:03:47 ---> 4dcb39dde1af 17:03:47 Step 12/13 : ARG MAKE="make build" 17:03:47 ---> Running in a4dc74621fa7 17:03:47 Removing intermediate container a4dc74621fa7 17:03:47 ---> 10ea0b7271aa 17:03:47 Step 13/13 : RUN $MAKE 17:03:47 ---> Running in 33b64c6b1678 17:03:47 noop 17:03:47 Removing intermediate container 33b64c6b1678 17:03:47 ---> 23dccb4d40ba 17:03:47 Successfully built 23dccb4d40ba 17:03:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:03:48 + docker inspect -f . ci-base-image-arm64 17:03:48 . [Pipeline] withDockerContainer 17:03:48 prd-ubuntu20.04-docker-arm64-4c-16g-11421 does not seem to be running inside a container 17:03:48 $ 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 17:03:49 $ docker top 9c78eccf60cadfa01d01487ce5e2bcb28c3051dd8947c6d3a3acb742ec4c3999 -eo pid,comm [Pipeline] { [Pipeline] sh 17:03:50 + go version 17:03:50 go version go1.17.6 linux/arm64 [Pipeline] } 17:03:50 $ docker stop --time=1 9c78eccf60cadfa01d01487ce5e2bcb28c3051dd8947c6d3a3acb742ec4c3999 17:03:52 $ docker rm -f 9c78eccf60cadfa01d01487ce5e2bcb28c3051dd8947c6d3a3acb742ec4c3999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:52 + docker inspect -f . ci-base-image-arm64 17:03:52 . [Pipeline] withDockerContainer 17:03:53 prd-ubuntu20.04-docker-arm64-4c-16g-11421 does not seem to be running inside a container 17:03:53 $ 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 17:03:54 $ docker top 0b238450ea26022bce2a7dc2dc42d273ecdac7cdf0cbbeb80818cc474b2f2e6e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh 17:03:55 + make test 17:03:55 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 17:04:42 ? github.com/edgexfoundry/app-service-configurable [no test files] 17:04:42 CGO_ENABLED=1 go vet ./... 17:05:00 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 17:05:00 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 17:05:00 ./bin/test-attribution-txt.sh [Pipeline] echo 17:05:00 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } 17:05:00 $ docker stop --time=1 0b238450ea26022bce2a7dc2dc42d273ecdac7cdf0cbbeb80818cc474b2f2e6e 17:05:02 $ docker rm -f 0b238450ea26022bce2a7dc2dc42d273ecdac7cdf0cbbeb80818cc474b2f2e6e [Pipeline] // withDockerContainer [Pipeline] sh 17:05:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:05:03 Warning: overwriting stash ‘coverage-report’ 17:05:03 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:05:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:05:04 + ls -al . 17:05:04 total 172 17:05:04 drwxrwxr-x 7 jenkins jenkins 4096 Apr 7 17:05 . 17:05:04 drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 17:01 .. 17:05:04 -rw-rw-r-- 1 jenkins jenkins 119 Apr 7 17:01 .dockerignore 17:05:04 drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 17:01 .git 17:05:04 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 17:01 .github 17:05:04 -rw-rw-r-- 1 jenkins jenkins 104 Apr 7 17:01 .gitignore 17:05:04 -rw-rw-r-- 1 jenkins jenkins 7627 Apr 7 17:01 Attribution.txt 17:05:04 -rw-rw-r-- 1 jenkins jenkins 23791 Apr 7 17:01 CHANGELOG.md 17:05:04 -rw-rw-r-- 1 jenkins jenkins 2087 Apr 7 17:01 Dockerfile 17:05:04 -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 17:01 GOVERNANCE.md 17:05:04 -rw-rw-r-- 1 jenkins jenkins 688 Apr 7 17:01 Jenkinsfile 17:05:04 -rw-rw-r-- 1 jenkins jenkins 10174 Apr 7 17:01 LICENSE 17:05:04 -rw-rw-r-- 1 jenkins jenkins 618 Apr 7 17:01 OWNERS.md 17:05:04 -rw-rw-r-- 1 jenkins jenkins 3860 Apr 7 17:01 README.md 17:05:04 -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 16:59 VERSION 17:05:04 drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 17:01 bin 17:05:04 -rw-r--r-- 1 jenkins jenkins 10 Apr 7 17:03 coverage.out 17:05:04 -rw-rw-r-- 1 jenkins jenkins 2816 Apr 7 17:01 go.mod 17:05:04 -rw-rw-r-- 1 jenkins jenkins 50335 Apr 7 17:01 go.sum 17:05:04 -rw-rw-r-- 1 jenkins jenkins 1949 Apr 7 17:01 main.go 17:05:04 -rw-rw-r-- 1 jenkins jenkins 1614 Apr 7 17:01 makefile 17:05:04 drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 17:01 res 17:05:04 drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 17:01 snap [Pipeline] isUnix [Pipeline] sh 17:05:05 + 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 . 17:05:05 Sending build context to Docker daemon 211.5kB 17:05:05 Step 1/27 : ARG BASE=golang:1.17-alpine3.15 17:05:05 Step 2/27 : FROM ${BASE} AS builder 17:05:05 ---> 23dccb4d40ba 17:05:05 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 17:05:05 ---> Running in d8ea0f7e00d8 17:05:05 Removing intermediate container d8ea0f7e00d8 17:05:05 ---> 960f7b1734ea 17:05:05 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 17:05:05 ---> Running in b895ea89311e 17:05:06 Removing intermediate container b895ea89311e 17:05:06 ---> 9849f80af142 17:05:06 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:05:06 ---> Running in 5dd5858efac0 17:05:06 Removing intermediate container 5dd5858efac0 17:05:06 ---> a52b5bf2708e 17:05:06 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:05:06 ---> Running in 720bf9a00e3f 17:05:08 Removing intermediate container 720bf9a00e3f 17:05:08 ---> 589460763145 17:05:08 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:05:08 ---> Running in b04e5566d30d 17:05:09 fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz 17:05:10 fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz 17:05:11 OK: 220 MiB in 52 packages 17:05:11 Removing intermediate container b04e5566d30d 17:05:11 ---> 12eb140a588d 17:05:11 Step 8/27 : WORKDIR /app 17:05:11 ---> Running in e3a3a440e6a6 17:05:12 Removing intermediate container e3a3a440e6a6 17:05:12 ---> d8b070aa02b6 17:05:12 Step 9/27 : COPY go.mod vendor* ./ 17:05:12 ---> e3ad53589886 17:05:12 Step 10/27 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 17:05:12 ---> Running in d694c7381b3a 17:05:15 Removing intermediate container d694c7381b3a 17:05:15 ---> 98ba7df1c6e2 17:05:15 Step 11/27 : COPY . . 17:05:15 ---> a49075383228 17:05:15 Step 12/27 : ARG MAKE="make build" 17:05:16 ---> Running in 1cc712f8d4d5 17:05:16 Removing intermediate container 1cc712f8d4d5 17:05:16 ---> 3c245f626bb6 17:05:16 Step 13/27 : RUN $MAKE 17:05:16 ---> Running in dd80cee03d16 17:05:17 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 17:06:04 Removing intermediate container dd80cee03d16 17:06:04 ---> 329dd4b7a022 17:06:04 Step 14/27 : FROM alpine:3.14 17:06:04 3.14: Pulling from library/alpine 17:06:04 455c02918c45: Pulling fs layer 17:06:04 455c02918c45: Verifying Checksum 17:06:04 455c02918c45: Download complete 17:06:05 455c02918c45: Pull complete 17:06:05 Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 17:06:05 Status: Downloaded newer image for alpine:3.14 17:06:05 ---> ac73e934f311 17:06:05 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:06:05 ---> Running in 1436cd41e187 17:06:06 Removing intermediate container 1436cd41e187 17:06:06 ---> e9b727585991 17:06:06 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 17:06:06 ---> Running in cc5d1ab74939 17:06:06 Removing intermediate container cc5d1ab74939 17:06:06 ---> 37f26fe0aac1 17:06:06 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 17:06:06 ---> Running in 98924811e23f 17:06:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz 17:06:08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz 17:06:08 (1/7) Installing ca-certificates (20211220-r0) 17:06:08 (2/7) Installing dumb-init (1.2.5-r1) 17:06:08 (3/7) Installing libgcc (10.3.1_git20210424-r2) 17:06:08 (4/7) Installing libsodium (1.0.18-r0) 17:06:08 (5/7) Installing libstdc++ (10.3.1_git20210424-r2) 17:06:08 (6/7) Installing libzmq (4.3.4-r0) 17:06:08 (7/7) Installing zeromq (4.3.4-r0) 17:06:08 Executing busybox-1.33.1-r7.trigger 17:06:08 Executing ca-certificates-20211220-r0.trigger 17:06:09 OK: 9 MiB in 21 packages 17:06:10 Removing intermediate container 98924811e23f 17:06:10 ---> 88834abe619c 17:06:10 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 17:06:10 ---> 6a70b1834d41 17:06:10 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 17:06:11 ---> 52a8016a5810 17:06:11 Step 20/27 : COPY --from=builder /app/res/ /res/ 17:06:12 ---> 2e0c17879748 17:06:12 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 17:06:13 ---> a51f594d3f35 17:06:13 Step 22/27 : EXPOSE 48095 17:06:13 ---> Running in 4e7bc749b716 17:06:13 Removing intermediate container 4e7bc749b716 17:06:13 ---> a732e1056f40 17:06:13 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 17:06:13 ---> Running in ec9b11334fed 17:06:14 Removing intermediate container ec9b11334fed 17:06:14 ---> aaf248530a76 17:06:14 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:06:14 ---> Running in b0970a2c9b5d 17:06:14 Removing intermediate container b0970a2c9b5d 17:06:14 ---> 212b34c4c151 17:06:14 Step 25/27 : LABEL arch=arm64 17:06:14 ---> Running in 1d3f4a841ef1 17:06:14 Removing intermediate container 1d3f4a841ef1 17:06:14 ---> a62e9ca9eeb2 17:06:14 Step 26/27 : LABEL git_sha=4190c6fd5c33f3107dc794a5b34667c4978bc33f 17:06:14 ---> Running in c3af2933aaac 17:06:15 Removing intermediate container c3af2933aaac 17:06:15 ---> 5edc29034aae 17:06:15 Step 27/27 : LABEL version=2.2.0-dev.25 17:06:15 ---> Running in d099524bf8f3 17:06:15 Removing intermediate container d099524bf8f3 17:06:15 ---> fc9e59027cb4 17:06:15 [Warning] One or more build-args [ARCH] were not consumed 17:06:15 Successfully built fc9e59027cb4 17:06:15 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 17:06:15 provisioning config files... 17:06:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/61@tmp/config1202468266478408228tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:06:16 ---> docker-login.sh 17:06:16 nexus3.edgexfoundry.org:10001 17:06:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:16 Configure a credential helper to remove this warning. See 17:06:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:16 17:06:16 Login Succeeded 17:06:16 nexus3.edgexfoundry.org:10002 17:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:17 Configure a credential helper to remove this warning. See 17:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:17 17:06:17 Login Succeeded 17:06:17 nexus3.edgexfoundry.org:10003 17:06:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:17 Configure a credential helper to remove this warning. See 17:06:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:17 17:06:17 Login Succeeded 17:06:17 nexus3.edgexfoundry.org:10004 17:06:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:18 Configure a credential helper to remove this warning. See 17:06:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:18 17:06:18 Login Succeeded 17:06:18 docker.io 17:06:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:06:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:06:19 Configure a credential helper to remove this warning. See 17:06:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:06:19 17:06:19 Login Succeeded 17:06:19 ---> docker-login.sh ends [Pipeline] } 17:06:19 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:06:19 [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo 17:06:19 [edgeXDocker.push] Tagging docker image app-service-configurable-arm64 with the following tags: 17:06:19 4190c6fd5c33f3107dc794a5b34667c4978bc33f 17:06:19 latest 17:06:19 2.2.0-dev.25 17:06:19 4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 17:06:19 main 17:06:19 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:06:19 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] isUnix [Pipeline] sh 17:06:19 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f 17:06:19 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:06:19 a2e6fbb32674: Preparing 17:06:19 eac697e5fb7e: Preparing 17:06:19 ac333100f26c: Preparing 17:06:19 9c0f67d86a79: Preparing 17:06:19 261227fc160a: Preparing 17:06:19 f73e7dbfee58: Preparing 17:06:19 f73e7dbfee58: Waiting 17:06:20 9c0f67d86a79: Pushed 17:06:20 eac697e5fb7e: Pushed 17:06:20 ac333100f26c: Pushed 17:06:20 f73e7dbfee58: Layer already exists 17:06:21 261227fc160a: Pushed 17:06:23 a2e6fbb32674: Pushed 17:06:24 4190c6fd5c33f3107dc794a5b34667c4978bc33f: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:06:24 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:06:24 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:06:24 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:06:24 a2e6fbb32674: Preparing 17:06:24 eac697e5fb7e: Preparing 17:06:24 ac333100f26c: Preparing 17:06:24 9c0f67d86a79: Preparing 17:06:24 261227fc160a: Preparing 17:06:24 f73e7dbfee58: Preparing 17:06:24 f73e7dbfee58: Waiting 17:06:24 a2e6fbb32674: Layer already exists 17:06:24 eac697e5fb7e: Layer already exists 17:06:24 ac333100f26c: Layer already exists 17:06:24 9c0f67d86a79: Layer already exists 17:06:24 261227fc160a: Layer already exists 17:06:25 f73e7dbfee58: Layer already exists 17:06:25 latest: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:06:25 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.25 [Pipeline] isUnix [Pipeline] sh 17:06:25 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.25 17:06:25 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:06:25 a2e6fbb32674: Preparing 17:06:25 eac697e5fb7e: Preparing 17:06:25 ac333100f26c: Preparing 17:06:25 9c0f67d86a79: Preparing 17:06:25 261227fc160a: Preparing 17:06:25 f73e7dbfee58: Preparing 17:06:25 f73e7dbfee58: Waiting 17:06:25 261227fc160a: Layer already exists 17:06:25 eac697e5fb7e: Layer already exists 17:06:25 ac333100f26c: Layer already exists 17:06:25 a2e6fbb32674: Layer already exists 17:06:25 9c0f67d86a79: Layer already exists 17:06:26 f73e7dbfee58: Layer already exists 17:06:26 2.2.0-dev.25: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:06:26 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 [Pipeline] isUnix [Pipeline] sh 17:06:26 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 17:06:26 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:06:26 a2e6fbb32674: Preparing 17:06:26 eac697e5fb7e: Preparing 17:06:26 ac333100f26c: Preparing 17:06:26 9c0f67d86a79: Preparing 17:06:26 261227fc160a: Preparing 17:06:26 f73e7dbfee58: Preparing 17:06:26 f73e7dbfee58: Waiting 17:06:26 a2e6fbb32674: Layer already exists 17:06:26 9c0f67d86a79: Layer already exists 17:06:26 ac333100f26c: Layer already exists 17:06:26 eac697e5fb7e: Layer already exists 17:06:26 261227fc160a: Layer already exists 17:06:27 f73e7dbfee58: Layer already exists 17:06:27 4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] isUnix [Pipeline] sh 17:06:27 + docker tag app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] isUnix [Pipeline] sh 17:06:27 + docker push nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main 17:06:27 The push refers to repository [nexus3.edgexfoundry.org:10004/app-service-configurable-arm64] 17:06:27 a2e6fbb32674: Preparing 17:06:27 eac697e5fb7e: Preparing 17:06:27 ac333100f26c: Preparing 17:06:27 9c0f67d86a79: Preparing 17:06:27 261227fc160a: Preparing 17:06:27 f73e7dbfee58: Preparing 17:06:27 f73e7dbfee58: Waiting 17:06:27 eac697e5fb7e: Layer already exists 17:06:27 ac333100f26c: Layer already exists 17:06:27 9c0f67d86a79: Layer already exists 17:06:27 a2e6fbb32674: Layer already exists 17:06:27 261227fc160a: Layer already exists 17:06:27 f73e7dbfee58: Layer already exists 17:06:27 main: digest: sha256:41fc830c68c0966b37d4d5968beb37a94b6e7618ac0cbf7a55c7bd3f7ab4496b size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 17:06:28 ===================================================== [Pipeline] echo 17:06:28 taggedImages: 17:06:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f 17:06:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:latest 17:06:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:2.2.0-dev.25 17:06:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:4190c6fd5c33f3107dc794a5b34667c4978bc33f-2.2.0-dev.25 17:06:28 - nexus3.edgexfoundry.org:10004/app-service-configurable-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:06:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:06:28 17:06:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh 17:06:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:06:29 arm64: Pulling from edgex-lftools-log-publisher 17:06:29 8998bd30e6a1: Pulling fs layer 17:06:29 04944245beec: Pulling fs layer 17:06:29 699f458cf7ca: Pulling fs layer 17:06:29 765212b225bb: Pulling fs layer 17:06:29 f23df028b6ca: Pulling fs layer 17:06:29 d65c8cfc05b1: Pulling fs layer 17:06:29 2437ff75d9bd: Pulling fs layer 17:06:29 765212b225bb: Waiting 17:06:29 f23df028b6ca: Waiting 17:06:29 d65c8cfc05b1: Waiting 17:06:29 2437ff75d9bd: Waiting 17:06:29 04944245beec: Verifying Checksum 17:06:29 04944245beec: Download complete 17:06:29 765212b225bb: Download complete 17:06:29 f23df028b6ca: Verifying Checksum 17:06:29 f23df028b6ca: Download complete 17:06:29 d65c8cfc05b1: Verifying Checksum 17:06:29 d65c8cfc05b1: Download complete 17:06:29 699f458cf7ca: Verifying Checksum 17:06:29 699f458cf7ca: Download complete 17:06:29 8998bd30e6a1: Verifying Checksum 17:06:29 8998bd30e6a1: Download complete 17:06:32 2437ff75d9bd: Verifying Checksum 17:06:32 2437ff75d9bd: Download complete 17:06:33 8998bd30e6a1: Pull complete 17:06:34 04944245beec: Pull complete 17:06:35 699f458cf7ca: Pull complete 17:06:36 765212b225bb: Pull complete 17:06:37 f23df028b6ca: Pull complete 17:06:37 d65c8cfc05b1: Pull complete 17:06:52 2437ff75d9bd: Pull complete 17:06:52 Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da 17:06:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 17:06:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer 17:06:52 prd-ubuntu20.04-docker-arm64-4c-16g-11421 does not seem to be running inside a container 17:06:52 $ 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 17:06:55 $ docker top 98a1ac79fb83b65ad82d317e13eb15b7b905cc4b343c31a46e46ed19d8547c63 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:06:56 ---> job-cost.sh 17:06:56 lf-activate-venv: SKIPPING 17:06:56 INFO: No Stack... 17:06:56 INFO: Retrieving Pricing Info for: v3-standard-4 17:06:57 INFO: Archiving Costs [Pipeline] sh 17:06:58 + cat /w/workspace/app-service-configurable/61/archives/cost.csv 17:06:58 + cut -d, -f6 [Pipeline] lock 17:06:58 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] 17:06:58 Resource [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] did not exist. Created. 17:06:58 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:06:59 /w/workspace/app-service-configurable/61@tmp/durable-8137180b/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh 17:06:59 + echo total: 0.10999999940395355 [Pipeline] stash 17:06:59 Warning: overwriting stash ‘stack-cost’ 17:06:59 Stashed 1 file(s) [Pipeline] } 17:06:59 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-main-61-stack-cost] [Pipeline] // lock [Pipeline] } 17:06:59 $ docker stop --time=1 98a1ac79fb83b65ad82d317e13eb15b7b905cc4b343c31a46e46ed19d8547c63 17:07:01 $ 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 17:07:01 provisioning config files... 17:07:01 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/ry_app-service-configurable_main@tmp/config8131150023043494599tmp [Pipeline] { [Pipeline] sh 17:07:02 + set +x 17:07:02 + curl -s https://codecov.io/bash 17:07:02 + bash -s -- 17:07:02 17:07:02 _____ _ 17:07:02 / ____| | | 17:07:02 | | ___ __| | ___ ___ _____ __ 17:07:02 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:07:02 | |___| (_) | (_| | __/ (_| (_) \ V / 17:07:02 \_____\___/ \__,_|\___|\___\___/ \_/ 17:07:02 Bash-1.0.6 17:07:02 17:07:02 17:07:02 ==> git version 2.25.1 found 17:07:02 ==> 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 17:07:02 Release-Date: 2020-01-08 17:07:02 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp 17:07:02 Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets 17:07:02 ==> Jenkins CI detected. 17:07:02 current dir:  /w/workspace/ry_app-service-configurable_main 17:07:02 project root: . 17:07:02 --> token set from env 17:07:02 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:07:02 ==> Running gcov in . (disable via -X gcov) 17:07:02 ==> Python coveragepy not found 17:07:02 ==> Searching for coverage reports in: 17:07:02 + . 17:07:02 -> Found 1 reports 17:07:02 ==> Detecting git/mercurial file structure 17:07:02 ==> Reading reports 17:07:02 + ./coverage.out bytes=10 17:07:02 ==> Appending adjustments 17:07:02 https://docs.codecov.io/docs/fixing-reports 17:07:02 + Found adjustments 17:07:02 ==> Gzipping contents 17:07:02 4.0K /tmp/codecov.DY5quw.gz 17:07:02 ==> Uploading reports 17:07:02 url: https://codecov.io 17:07:02 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= 17:07:02 -> Pinging Codecov 17:07:02 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= 17:07:02 -> Uploading to 17:07:02 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 17:07:02 % Total % Received % Xferd Average Speed Time Time Time Current 17:07:02 Dload Upload Total Spent Left Speed 17:07:03 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 569 0 0 100 569 0 2123 --:--:-- --:--:-- --:--:-- 2123 17:07:03 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] } 17:07:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:07:03 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:07:03 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:07:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:07:03 17:07:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:07:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:07:03 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:07:03 188c0c94c7c5: Pulling fs layer 17:07:03 0ef7d3d256c8: Pulling fs layer 17:07:03 de9db76c5a1d: Pulling fs layer 17:07:03 0eba1c9be4d2: Pulling fs layer 17:07:03 0d57e429df01: Pulling fs layer 17:07:03 4e4be7b47b0d: Pulling fs layer 17:07:03 e1f770b5df2f: Pulling fs layer 17:07:03 85a0685a4137: Pulling fs layer 17:07:03 4e4be7b47b0d: Waiting 17:07:03 85a0685a4137: Waiting 17:07:03 e1f770b5df2f: Waiting 17:07:03 0eba1c9be4d2: Waiting 17:07:03 0d57e429df01: Waiting 17:07:03 de9db76c5a1d: Download complete 17:07:03 0ef7d3d256c8: Download complete 17:07:03 0d57e429df01: Verifying Checksum 17:07:03 0d57e429df01: Download complete 17:07:03 4e4be7b47b0d: Verifying Checksum 17:07:03 4e4be7b47b0d: Download complete 17:07:03 188c0c94c7c5: Verifying Checksum 17:07:03 188c0c94c7c5: Download complete 17:07:04 188c0c94c7c5: Pull complete 17:07:04 e1f770b5df2f: Verifying Checksum 17:07:04 e1f770b5df2f: Download complete 17:07:04 0ef7d3d256c8: Pull complete 17:07:04 de9db76c5a1d: Pull complete 17:07:04 0eba1c9be4d2: Verifying Checksum 17:07:04 0eba1c9be4d2: Download complete 17:07:04 85a0685a4137: Verifying Checksum 17:07:04 85a0685a4137: Download complete 17:07:08 0eba1c9be4d2: Pull complete 17:07:08 0d57e429df01: Pull complete 17:07:08 4e4be7b47b0d: Pull complete 17:07:08 e1f770b5df2f: Pull complete 17:07:11 85a0685a4137: Pull complete 17:07:11 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:07:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:07:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:07:11 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:07:11 $ 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 17:07:13 $ docker top bb0c23c56c775db63f94eae026411ab81dda058f2565fcdab266379a37fe5c0f -eo pid,comm [Pipeline] { [Pipeline] echo 17:07:13 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:07:13 + set -o pipefail 17:07:13 + snyk monitor '--org=edgex-jenkins' 17:07:18 17:07:18 Monitoring /w/workspace/ry_app-service-configurable_main (github.com/edgexfoundry/app-service-configurable)... 17:07:18 17:07:18 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/7c110ec1-0c9a-4892-8365-a2f2b5fb66a9 17:07:18 17:07:18 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 17:07:18 17:07:18 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:07:18 17:07:18 [Pipeline] } 17:07:18 $ docker stop --time=1 bb0c23c56c775db63f94eae026411ab81dda058f2565fcdab266379a37fe5c0f 17:07:19 $ 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 17:07:20 + git log --format=format:%s -1 4190c6fd5c33f3107dc794a5b34667c4978bc33f [Pipeline] sh 17:07:20 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:07:20 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:07:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:21 . [Pipeline] withDockerContainer 17:07:21 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:07:21 $ 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 17:07:21 $ docker top 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:07:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:21 [ssh-agent] Looking for ssh-agent implementation... 17:07:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:21 $ docker exec 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 ssh-agent 17:07:21 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDAccpK/agent.13 17:07:21 SSH_AGENT_PID=19 17:07:21 Running ssh-add (command line suppressed) 17:07:21 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) 17:07:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:22 + git semver tag 17:07:22 # -> Open(): unable to determine branch for HEAD 17:07:22 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:07:22 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:07:22 # $SEMVER_REMOTE_NAME = origin 17:07:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:07:22 # $SEMVER_USER_NAME = edgex-jenkins 17:07:22 # $SEMVER_BRANCH = main 17:07:22 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 17:07:22 # 4190c6fd5c33f3107dc794a5b34667c4978bc33f HEAD 17:07:22 # -> Force: false 17:07:22 # e205d288d4066e461339c0362750c2d046f892af refs/tags/v2.2.0-dev.25 [Pipeline] } 17:07:22 $ docker exec --env ******** --env ******** 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 ssh-agent -k 17:07:22 unset SSH_AUTH_SOCK; 17:07:22 unset SSH_AGENT_PID; 17:07:22 echo Agent pid 19 killed; 17:07:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:07:22 + git semver [Pipeline] } 17:07:22 $ docker stop --time=1 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 17:07:24 $ docker rm -f 1a776c0cc3758dfa8a0689e8450dcc84a33de502f0a99ad089d90d695be33fe2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:07:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:07:24 17:07:24 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:07:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:07:24 0.23.1-centos7: Pulling from edgex-lftools 17:07:24 ab5ef0e58194: Pulling fs layer 17:07:24 9712f1f96733: Pulling fs layer 17:07:24 63f879dbbcfc: Pulling fs layer 17:07:24 0d9ebad4ef96: Pulling fs layer 17:07:24 e9a5061849ea: Pulling fs layer 17:07:24 d747dcd14b5f: Pulling fs layer 17:07:24 2de7ff778b66: Pulling fs layer 17:07:24 0d9ebad4ef96: Waiting 17:07:24 d747dcd14b5f: Waiting 17:07:24 e9a5061849ea: Waiting 17:07:24 2de7ff778b66: Waiting 17:07:24 9712f1f96733: Verifying Checksum 17:07:24 9712f1f96733: Download complete 17:07:25 63f879dbbcfc: Verifying Checksum 17:07:25 63f879dbbcfc: Download complete 17:07:25 e9a5061849ea: Verifying Checksum 17:07:25 e9a5061849ea: Download complete 17:07:25 d747dcd14b5f: Verifying Checksum 17:07:25 d747dcd14b5f: Download complete 17:07:25 0d9ebad4ef96: Verifying Checksum 17:07:25 0d9ebad4ef96: Download complete 17:07:25 ab5ef0e58194: Verifying Checksum 17:07:25 ab5ef0e58194: Download complete 17:07:25 2de7ff778b66: Verifying Checksum 17:07:25 2de7ff778b66: Download complete 17:07:27 ab5ef0e58194: Pull complete 17:07:28 9712f1f96733: Pull complete 17:07:28 63f879dbbcfc: Pull complete 17:07:32 0d9ebad4ef96: Pull complete 17:07:32 e9a5061849ea: Pull complete 17:07:32 d747dcd14b5f: Pull complete 17:07:33 2de7ff778b66: Pull complete 17:07:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:07:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:07:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:07:33 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:07:33 $ 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 17:07:35 $ docker top e8e44c412f9f48cc5719af18fbb554db805c668174e43451c173d0ffd1a59dba -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:07:35 provisioning config files... 17:07:35 copy managed file [sigul-config] to file:/w/workspace/ry_app-service-configurable_main@tmp/config491933352506201888tmp 17:07:35 copy managed file [sigul-password] to file:/w/workspace/ry_app-service-configurable_main@tmp/config6374525360407075414tmp 17:07:35 copy managed file [sigul-pki] to file:/w/workspace/ry_app-service-configurable_main@tmp/config4908293826017549782tmp [Pipeline] { [Pipeline] echo 17:07:35 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:07:36 ---> sigul-configuration.sh 17:07:36 gpg: directory `/root/.gnupg' created 17:07:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:07:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:07:36 gpg: keyring `/root/.gnupg/secring.gpg' created 17:07:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:07:36 gpg: CAST5 encrypted data 17:07:36 gpg: encrypted with 1 passphrase 17:07:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:07:36 + mkdir /home/jenkins 17:07:36 + mkdir /home/jenkins/sigul [Pipeline] sh 17:07:36 + 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 17:07:36 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:07:37 ---> sigul-install.sh 17:07:37 Sigul already installed; skipping installation. [Pipeline] sh 17:07:37 + git tag --list 17:07:37 v1.0.0 17:07:37 v1.1.0 17:07:37 v1.2.0 17:07:37 v1.3.0 17:07:37 v1.3.1 17:07:37 v2.0.0 17:07:37 v2.0.1 17:07:37 v2.0.1-dev.1 17:07:37 v2.0.2-dev.1 17:07:37 v2.0.2-dev.10 17:07:37 v2.0.2-dev.11 17:07:37 v2.0.2-dev.12 17:07:37 v2.0.2-dev.13 17:07:37 v2.0.2-dev.14 17:07:37 v2.0.2-dev.15 17:07:37 v2.0.2-dev.16 17:07:37 v2.0.2-dev.17 17:07:37 v2.0.2-dev.18 17:07:37 v2.0.2-dev.19 17:07:37 v2.0.2-dev.2 17:07:37 v2.0.2-dev.20 17:07:37 v2.0.2-dev.21 17:07:37 v2.0.2-dev.22 17:07:37 v2.0.2-dev.23 17:07:37 v2.0.2-dev.24 17:07:37 v2.0.2-dev.25 17:07:37 v2.0.2-dev.26 17:07:37 v2.0.2-dev.27 17:07:37 v2.0.2-dev.28 17:07:37 v2.0.2-dev.29 17:07:37 v2.0.2-dev.3 17:07:37 v2.0.2-dev.30 17:07:37 v2.0.2-dev.4 17:07:37 v2.0.2-dev.5 17:07:37 v2.0.2-dev.6 17:07:37 v2.0.2-dev.7 17:07:37 v2.0.2-dev.8 17:07:37 v2.0.2-dev.9 17:07:37 v2.1.0 17:07:37 v2.2.0-dev.1 17:07:37 v2.2.0-dev.10 17:07:37 v2.2.0-dev.11 17:07:37 v2.2.0-dev.12 17:07:37 v2.2.0-dev.13 17:07:37 v2.2.0-dev.14 17:07:37 v2.2.0-dev.15 17:07:37 v2.2.0-dev.16 17:07:37 v2.2.0-dev.17 17:07:37 v2.2.0-dev.18 17:07:37 v2.2.0-dev.19 17:07:37 v2.2.0-dev.2 17:07:37 v2.2.0-dev.20 17:07:37 v2.2.0-dev.21 17:07:37 v2.2.0-dev.22 17:07:37 v2.2.0-dev.23 17:07:37 v2.2.0-dev.24 17:07:37 v2.2.0-dev.25 17:07:37 v2.2.0-dev.3 17:07:37 v2.2.0-dev.4 17:07:37 v2.2.0-dev.5 17:07:37 v2.2.0-dev.6 17:07:37 v2.2.0-dev.7 17:07:37 v2.2.0-dev.8 17:07:37 v2.2.0-dev.9 [Pipeline] sh 17:07:37 + lftools sign git-tag v2.2.0-dev.25 17:07:38 Signing Git tag with Sigul... 17:07:38 Signing v2.2.0-dev.25 [Pipeline] echo 17:07:38 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:07:38 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:07:38 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:07:38 $ docker stop --time=1 e8e44c412f9f48cc5719af18fbb554db805c668174e43451c173d0ffd1a59dba 17:07:40 $ docker rm -f e8e44c412f9f48cc5719af18fbb554db805c668174e43451c173d0ffd1a59dba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh 17:07:40 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:07:40 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:07:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:40 . [Pipeline] withDockerContainer 17:07:40 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:07:40 $ 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 17:07:41 $ docker top 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:07:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:41 [ssh-agent] Looking for ssh-agent implementation... 17:07:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:41 $ docker exec 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 ssh-agent 17:07:41 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPKEcHc/agent.13 17:07:41 SSH_AGENT_PID=19 17:07:41 Running ssh-add (command line suppressed) 17:07:41 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) 17:07:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:42 + git semver bump pre 17:07:42 # -> Open(): unable to determine branch for HEAD 17:07:42 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:07:42 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:07:42 # $SEMVER_REMOTE_NAME = origin 17:07:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:07:42 # $SEMVER_USER_NAME = edgex-jenkins 17:07:42 # $SEMVER_BRANCH = main 17:07:42 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver 17:07:42 2.2.0-dev.26 [Pipeline] } 17:07:42 $ docker exec --env ******** --env ******** 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 ssh-agent -k 17:07:42 unset SSH_AUTH_SOCK; 17:07:42 unset SSH_AGENT_PID; 17:07:42 echo Agent pid 19 killed; 17:07:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:07:42 + git semver [Pipeline] } 17:07:42 $ docker stop --time=1 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 17:07:43 $ docker rm -f 95f60dc52dded315b8ba79b4aaf297ea7aacda203f53594a8baaff14dd835273 [Pipeline] // withDockerContainer [Pipeline] sh 17:07:44 + grep github.com ecdsa /etc/ssh/ssh_known_hosts 17:07:44 github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh 17:07:44 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:44 . [Pipeline] withDockerContainer 17:07:44 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:07:44 $ 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 17:07:45 $ docker top da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:07:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:45 [ssh-agent] Looking for ssh-agent implementation... 17:07:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:45 $ docker exec da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 ssh-agent 17:07:45 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXJEaKOl/agent.13 17:07:45 SSH_AGENT_PID=19 17:07:45 Running ssh-add (command line suppressed) 17:07:45 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) 17:07:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:45 + git semver push 17:07:45 # -> Open(): unable to determine branch for HEAD 17:07:45 # $GIT_DIR = /w/workspace/ry_app-service-configurable_main/.git 17:07:45 # $GIT_WORK_TREE = /w/workspace/ry_app-service-configurable_main 17:07:45 # $SEMVER_REMOTE_NAME = origin 17:07:45 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:07:45 # $SEMVER_USER_NAME = edgex-jenkins 17:07:45 # $SEMVER_BRANCH = main 17:07:45 # $SEMVER_DIR = /w/workspace/ry_app-service-configurable_main/.semver [Pipeline] } 17:07:47 $ docker exec --env ******** --env ******** da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 ssh-agent -k 17:07:47 unset SSH_AUTH_SOCK; 17:07:47 unset SSH_AGENT_PID; 17:07:47 echo Agent pid 19 killed; 17:07:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:07:48 + git semver [Pipeline] } 17:07:48 $ docker stop --time=1 da2e869efc08b0f3157f8d00f70dd8d648e94a7ce0669b90718327ecdf450ce0 17:07:49 $ 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 17:07:50 + [ -d /w/workspace/ry_app-service-configurable_main/archives ] 17:07:50 + ls -al /w/workspace/ry_app-service-configurable_main/archives 17:07:50 total 16 17:07:50 drwxr-xr-x 3 root root 4096 Apr 7 17:00 . 17:07:50 drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 17:07 .. 17:07:50 drwxr-xr-x 2 root root 4096 Apr 7 17:00 cost 17:07:50 -rw-r--r-- 1 root root 94 Apr 7 17:00 cost.csv 17:07:50 + sudo chown -R jenkins:jenkins /w/workspace/ry_app-service-configurable_main/archives 17:07:50 + ls -al /w/workspace/ry_app-service-configurable_main/archives 17:07:50 total 16 17:07:50 drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 17:00 . 17:07:50 drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 17:07 .. 17:07:50 drwxr-xr-x 2 jenkins jenkins 4096 Apr 7 17:00 cost 17:07:50 -rw-r--r-- 1 jenkins jenkins 94 Apr 7 17:00 cost.csv [Pipeline] libraryResource [Pipeline] sh 17:07:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:07:51 ---> package-listing.sh 17:07:51 ++ facter osfamily 17:07:51 ++ tr '[:upper:]' '[:lower:]' 17:07:51 + OS_FAMILY=debian 17:07:51 + workspace=/w/workspace/ry_app-service-configurable_main 17:07:51 + START_PACKAGES=/tmp/packages_start.txt 17:07:51 + END_PACKAGES=/tmp/packages_end.txt 17:07:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:07:51 + PACKAGES=/tmp/packages_start.txt 17:07:51 + '[' /w/workspace/ry_app-service-configurable_main ']' 17:07:51 + PACKAGES=/tmp/packages_end.txt 17:07:51 + case "${OS_FAMILY}" in 17:07:51 + dpkg -l 17:07:51 + grep '^ii' 17:07:51 + '[' -f /tmp/packages_start.txt ']' 17:07:51 + '[' -f /tmp/packages_end.txt ']' 17:07:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:07:51 + '[' /w/workspace/ry_app-service-configurable_main ']' 17:07:51 + mkdir -p /w/workspace/ry_app-service-configurable_main/archives/ 17:07:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ry_app-service-configurable_main/archives/ [Pipeline] echo 17:07:51 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 17:07:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:07:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 17:07:52 . [Pipeline] withDockerContainer 17:07:52 prd-ubuntu20.04-docker-8c-8g-11420 does not seem to be running inside a container 17:07:52 $ 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 17:07:52 $ docker top 0aeaeccff64541e14ca43d1812db6087c654b5a9f91e957dc8d6b24e2de8b52f -eo pid,comm [Pipeline] { [Pipeline] sh 17:07:53 + touch /tmp/pre-build-complete [Pipeline] sh 17:07:53 + mkdir -p /var/log/sysstat [Pipeline] sh 17:07:53 + ls /var/log/sa-host 17:07:53 ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:07:53 provisioning config files... 17:07:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ry_app-service-configurable_main@tmp/config320208886552127465tmp [Pipeline] { [Pipeline] echo 17:07:53 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:07:54 ---> create-netrc.sh [Pipeline] } 17:07:54 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:07:54 ---> python-tools-install.sh [Pipeline] echo 17:07:54 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:07:54 ---> sudo-logs.sh 17:07:54 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:07:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:07:55 ---> job-cost.sh 17:07:55 lf-activate-venv: SKIPPING 17:07:55 DEBUG: total: 0.2199999988079071 17:07:55 INFO: Retrieving Stack Cost... 17:07:55 INFO: Retrieving Pricing Info for: v3-standard-8 17:07:56 INFO: Archiving Costs [Pipeline] echo 17:07:56 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:07:56 ---> logs-deploy.sh 17:07:56 lf-activate-venv: SKIPPING 17:07:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/main/61 17:07:56 INFO: archiving workspace using pattern(s): 17:07:57 Archives upload complete. 17:07:57 INFO: archiving logs to Nexus 17:07:58 ---> uname -a: 17:07:58 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 17:07:58 17:07:58 17:07:58 ---> lscpu: 17:07:58 Architecture: x86_64 17:07:58 CPU op-mode(s): 32-bit, 64-bit 17:07:58 Byte Order: Little Endian 17:07:58 Address sizes: 40 bits physical, 48 bits virtual 17:07:58 CPU(s): 8 17:07:58 On-line CPU(s) list: 0-7 17:07:58 Thread(s) per core: 1 17:07:58 Core(s) per socket: 1 17:07:58 Socket(s): 8 17:07:58 NUMA node(s): 1 17:07:58 Vendor ID: AuthenticAMD 17:07:58 CPU family: 23 17:07:58 Model: 49 17:07:58 Model name: AMD EPYC-Rome Processor 17:07:58 Stepping: 0 17:07:58 CPU MHz: 2799.998 17:07:58 BogoMIPS: 5599.99 17:07:58 Virtualization: AMD-V 17:07:58 Hypervisor vendor: KVM 17:07:58 Virtualization type: full 17:07:58 L1d cache: 256 KiB 17:07:58 L1i cache: 256 KiB 17:07:58 L2 cache: 4 MiB 17:07:58 L3 cache: 128 MiB 17:07:58 NUMA node0 CPU(s): 0-7 17:07:58 Vulnerability Itlb multihit: Not affected 17:07:58 Vulnerability L1tf: Not affected 17:07:58 Vulnerability Mds: Not affected 17:07:58 Vulnerability Meltdown: Not affected 17:07:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:07:58 Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization 17:07:58 Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling 17:07:58 Vulnerability Srbds: Not affected 17:07:58 Vulnerability Tsx async abort: Not affected 17:07:58 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 17:07:58 17:07:58 17:07:58 ---> nproc: 17:07:58 8 17:07:58 17:07:58 17:07:58 ---> df -h: 17:07:58 Filesystem Size Used Avail Use% Mounted on 17:07:58 overlay 155G 12G 143G 8% / 17:07:58 tmpfs 64M 0 64M 0% /dev 17:07:58 tmpfs 16G 0 16G 0% /sys/fs/cgroup 17:07:58 shm 64M 0 64M 0% /dev/shm 17:07:58 /dev/vda1 155G 12G 143G 8% /facter-os 17:07:58 17:07:58 17:07:58 ---> sar -b -r -n DEV: 17:07:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-11420) 04/07/22 _x86_64_ (8 CPU) 17:07:58 17:07:58 16:58:42 LINUX RESTART (8 CPU) 17:07:58 17:07:58 16:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:07:58 17:00:01 431.33 48.53 382.80 0.00 4261.38 200303.00 0.00 17:07:58 17:01:01 256.36 0.15 256.21 0.00 24.00 58213.63 0.00 17:07:58 17:02:01 1.17 0.00 1.17 0.00 0.00 17.06 0.00 17:07:58 17:03:01 1.75 0.00 1.75 0.00 0.00 19.75 0.00 17:07:58 17:04:01 1.10 0.02 1.08 0.00 0.13 13.46 0.00 17:07:58 17:05:01 1.03 0.00 1.03 0.00 0.00 12.26 0.00 17:07:58 17:06:01 1.23 0.00 1.23 0.00 0.00 14.13 0.00 17:07:58 17:07:01 0.97 0.00 0.97 0.00 0.00 12.80 0.00 17:07:58 Average: 86.14 6.00 80.14 0.00 527.88 31973.14 0.00 17:07:58 17:07:58 16:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:07:58 17:00:01 27509968 31591752 706216 2.15 178796 4060348 2655232 7.83 1492916 3386772 636084 17:07:58 17:01:01 27641604 31633608 657884 2.00 188032 3957896 2224076 6.55 1440148 3295152 428 17:07:58 17:02:01 27646112 31637732 654100 1.99 188048 3957840 2224076 6.55 1435276 3295032 40 17:07:58 17:03:01 27644764 31636524 655444 1.99 188100 3957840 2224076 6.55 1435884 3295032 28 17:07:58 17:04:01 27647268 31639044 652816 1.99 188128 3957848 2244460 6.61 1433052 3295040 48 17:07:58 17:05:01 27647180 31638992 652820 1.99 188148 3957852 2244460 6.61 1434708 3295044 168 17:07:58 17:06:01 27655692 31647588 644208 1.96 188184 3957856 2244460 6.61 1425528 3295096 12 17:07:58 17:07:01 27655920 31647856 643868 1.96 188212 3957864 2244460 6.61 1427392 3295108 196 17:07:58 Average: 27631064 31634137 658420 2.00 186956 3970668 2288162 6.74 1440613 3306534 79626 17:07:58 17:07:58 16:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:07:58 17:00:01 docker0 193.76 236.40 16.40 2163.33 0.00 0.00 0.00 0.00 17:07:58 17:00:01 ens3 832.82 553.36 6654.91 121.15 0.00 0.00 0.00 0.00 17:07:58 17:00:01 lo 6.24 6.24 0.61 0.61 0.00 0.00 0.00 0.00 17:07:58 17:01:01 docker0 9.03 13.28 0.53 92.01 0.00 0.00 0.00 0.00 17:07:58 17:01:01 ens3 210.68 135.88 2724.28 181.80 0.00 0.00 0.00 0.00 17:07:58 17:01:01 lo 8.13 8.13 0.80 0.80 0.00 0.00 0.00 0.00 17:07:58 17:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:02:01 ens3 6.70 4.12 14.19 0.53 0.00 0.00 0.00 0.00 17:07:58 17:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:03:01 ens3 0.60 0.57 0.28 0.22 0.00 0.00 0.00 0.00 17:07:58 17:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:07:58 17:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:04:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 17:07:58 17:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:05:01 ens3 1.20 0.78 0.47 0.36 0.00 0.00 0.00 0.00 17:07:58 17:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:07:58 17:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:06:01 ens3 0.52 0.00 0.05 0.00 0.00 0.00 0.00 0.00 17:07:58 17:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:07:58 17:07:01 ens3 0.75 0.50 0.41 0.28 0.00 0.00 0.00 0.00 17:07:58 17:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 17:07:58 Average: docker0 25.00 30.78 2.09 277.97 0.00 0.00 0.00 0.00 17:07:58 Average: ens3 130.20 85.92 1162.81 37.87 0.00 0.00 0.00 0.00 17:07:58 Average: lo 1.86 1.86 0.18 0.18 0.00 0.00 0.00 0.00 17:07:58 17:07:58 17:07:58 ---> sar -P ALL: 17:07:58 Linux 5.4.0-94-generic (prd-ubuntu20-04-docker-8c-8g-11420) 04/07/22 _x86_64_ (8 CPU) 17:07:58 17:07:58 16:58:42 LINUX RESTART (8 CPU) 17:07:58 17:07:58 16:59:02 CPU %user %nice %system %iowait %steal %idle 17:07:58 17:00:01 all 13.75 0.00 5.53 1.90 0.08 78.74 17:07:58 17:00:01 0 15.40 0.00 6.19 1.68 0.09 76.65 17:07:58 17:00:01 1 13.87 0.00 5.40 0.45 0.07 80.21 17:07:58 17:00:01 2 14.26 0.00 5.33 4.63 0.09 75.69 17:07:58 17:00:01 3 11.24 0.00 6.05 0.93 0.09 81.69 17:07:58 17:00:01 4 13.91 0.00 5.12 0.57 0.07 80.33 17:07:58 17:00:01 5 13.23 0.00 5.04 3.32 0.07 78.35 17:07:58 17:00:01 6 14.12 0.00 4.98 1.86 0.07 78.98 17:07:58 17:00:01 7 13.96 0.00 6.16 1.76 0.10 78.01 17:07:58 17:01:01 all 19.07 0.00 5.66 1.14 0.09 74.05 17:07:58 17:01:01 0 20.38 0.00 5.69 0.25 0.08 73.59 17:07:58 17:01:01 1 18.57 0.00 6.31 2.47 0.10 72.56 17:07:58 17:01:01 2 18.64 0.00 5.43 2.27 0.08 73.57 17:07:58 17:01:01 3 20.12 0.00 5.93 1.71 0.08 72.16 17:07:58 17:01:01 4 18.29 0.00 5.02 0.27 0.08 76.34 17:07:58 17:01:01 5 19.49 0.00 5.71 0.32 0.08 74.39 17:07:58 17:01:01 6 18.27 0.00 5.60 1.25 0.08 74.80 17:07:58 17:01:01 7 18.82 0.00 5.57 0.54 0.09 74.98 17:07:58 17:02:01 all 0.04 0.00 0.02 0.00 0.00 99.93 17:07:58 17:02:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:07:58 17:02:01 1 0.13 0.00 0.05 0.00 0.00 99.82 17:07:58 17:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 17:07:58 17:02:01 3 0.03 0.00 0.03 0.02 0.00 99.92 17:07:58 17:02:01 4 0.02 0.00 0.03 0.00 0.00 99.95 17:07:58 17:02:01 5 0.03 0.00 0.02 0.00 0.00 99.95 17:07:58 17:02:01 6 0.03 0.00 0.00 0.02 0.00 99.95 17:07:58 17:02:01 7 0.07 0.00 0.03 0.00 0.00 99.90 17:07:58 17:03:01 all 0.08 0.00 0.02 0.01 0.00 99.90 17:07:58 17:03:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:07:58 17:03:01 1 0.43 0.00 0.02 0.05 0.02 99.48 17:07:58 17:03:01 2 0.03 0.00 0.00 0.00 0.00 99.97 17:07:58 17:03:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:07:58 17:03:01 4 0.02 0.00 0.02 0.00 0.00 99.97 17:07:58 17:03:01 5 0.05 0.00 0.02 0.00 0.00 99.93 17:07:58 17:03:01 6 0.05 0.00 0.02 0.02 0.00 99.92 17:07:58 17:03:01 7 0.02 0.00 0.03 0.00 0.00 99.95 17:07:58 17:04:01 all 0.27 0.00 0.02 0.01 0.00 99.70 17:07:58 17:04:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:07:58 17:04:01 1 2.00 0.00 0.03 0.00 0.00 97.96 17:07:58 17:04:01 2 0.05 0.00 0.07 0.00 0.00 99.88 17:07:58 17:04:01 3 0.00 0.00 0.03 0.03 0.00 99.93 17:07:58 17:04:01 4 0.03 0.00 0.02 0.00 0.00 99.95 17:07:58 17:04:01 5 0.02 0.00 0.00 0.00 0.00 99.98 17:07:58 17:04:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:07:58 17:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:07:58 17:05:01 all 0.25 0.00 0.01 0.00 0.00 99.73 17:07:58 17:05:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:07:58 17:05:01 1 1.91 0.00 0.03 0.02 0.00 98.04 17:07:58 17:05:01 2 0.07 0.00 0.02 0.00 0.02 99.90 17:07:58 17:05:01 3 0.02 0.00 0.02 0.00 0.00 99.97 17:07:58 17:05:01 4 0.00 0.00 0.00 0.00 0.00 100.00 17:07:58 17:05:01 5 0.00 0.00 0.02 0.00 0.00 99.98 17:07:58 17:05:01 6 0.02 0.00 0.00 0.02 0.00 99.97 17:07:58 17:05:01 7 0.00 0.00 0.02 0.00 0.00 99.98 17:07:58 17:06:01 all 0.02 0.00 0.01 0.00 0.00 99.96 17:07:58 17:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 17:07:58 17:06:01 1 0.03 0.00 0.03 0.00 0.00 99.93 17:07:58 17:06:01 2 0.02 0.00 0.03 0.00 0.00 99.95 17:07:58 17:06:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:07:58 17:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 17:07:58 17:06:01 5 0.03 0.00 0.02 0.00 0.00 99.95 17:07:58 17:06:01 6 0.00 0.00 0.00 0.02 0.00 99.98 17:07:58 17:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 17:07:58 17:07:01 all 0.03 0.00 0.01 0.00 0.00 99.96 17:07:58 17:07:01 0 0.00 0.00 0.00 0.00 0.00 100.00 17:07:58 17:07:01 1 0.03 0.00 0.00 0.02 0.00 99.95 17:07:58 17:07:01 2 0.05 0.00 0.02 0.00 0.00 99.93 17:07:58 17:07:01 3 0.05 0.00 0.02 0.00 0.00 99.93 17:07:58 17:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 17:07:58 17:07:01 5 0.00 0.00 0.02 0.00 0.00 99.98 17:07:58 17:07:01 6 0.05 0.00 0.02 0.02 0.00 99.92 17:07:58 17:07:01 7 0.02 0.00 0.00 0.00 0.00 99.98 17:07:58 Average: all 4.13 0.00 1.39 0.38 0.02 94.09 17:07:58 Average: 0 4.41 0.00 1.47 0.24 0.02 93.86 17:07:58 Average: 1 4.56 0.00 1.46 0.37 0.02 93.59 17:07:58 Average: 2 4.08 0.00 1.34 0.84 0.02 93.71 17:07:58 Average: 3 3.89 0.00 1.49 0.33 0.02 94.27 17:07:58 Average: 4 3.98 0.00 1.26 0.10 0.02 94.65 17:07:58 Average: 5 4.05 0.00 1.33 0.44 0.02 94.16 17:07:58 Average: 6 4.00 0.00 1.30 0.39 0.02 94.28 17:07:58 Average: 7 4.03 0.00 1.45 0.28 0.02 94.22 17:07:58 17:07:58 17:07:58