Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c93cf0ed3f41567c1bae2c6d879eead5a905221c Running in Durability level: PERFORMANCE_OPTIMIZED 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 > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # 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 > 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # 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 > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-3684 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision c93cf0ed3f41567c1bae2c6d879eead5a905221c (master) > git config core.sparsecheckout # timeout=10 > git checkout -f c93cf0ed3f41567c1bae2c6d879eead5a905221c # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 (#828)" > git rev-list --no-walk 3b42cf363f20bae43c178459c74c2e2ed1e81bd2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:46:29 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:46:29 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:46:29 ========================================================= 22:46:29 EdgeX Global Pipelines Version Info 22:46:29 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:46:31 ------------------- 22:46:31 stable info: 22:46:31 ------------------- 22:46:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:46:31 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:46:31 Message: update stable to v1.0.191 22:46:32 ------------------- 22:46:32 experimental info: 22:46:32 ------------------- 22:46:32 Commited By: **** collab-it+edgex@linuxfoundation.org 22:46:32 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 22:46:32 Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c93cf0ed3f41567c1bae2c6d879eead5a905221c [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c93cf0e [Pipeline] echo 22:46:32 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:46:33 + git log --format=format:%s -1 c93cf0ed3f41567c1bae2c6d879eead5a905221c [Pipeline] echo 22:46:33 GIT_COMMIT: c93cf0ed3f41567c1bae2c6d879eead5a905221c, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 (#828) [Pipeline] echo 22:46:33 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:46:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:46:34 22:46:34 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:46:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:46:35 latest: Pulling from edgex-devops/git-semver 22:46:35 31603596830f: Pulling fs layer 22:46:35 54011a49482f: Pulling fs layer 22:46:35 a6820b24f6d8: Pulling fs layer 22:46:35 f581987b2513: Pulling fs layer 22:46:35 f581987b2513: Waiting 22:46:35 54011a49482f: Verifying Checksum 22:46:35 54011a49482f: Download complete 22:46:35 31603596830f: Verifying Checksum 22:46:35 31603596830f: Download complete 22:46:35 f581987b2513: Verifying Checksum 22:46:35 f581987b2513: Download complete 22:46:35 a6820b24f6d8: Verifying Checksum 22:46:35 a6820b24f6d8: Download complete 22:46:35 31603596830f: Pull complete 22:46:35 54011a49482f: Pull complete 22:46:36 a6820b24f6d8: Pull complete 22:46:36 f581987b2513: Pull complete 22:46:36 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 22:46:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:46:36 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:46:36 prd-centos7-docker-4c-2g-3684 does not seem to be running inside a container 22:46:36 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:46:38 $ docker top 40bff71967e7ce25df937003bc97af4859f4e82b33846ef297f9126150a02db6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:46:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:46:39 [ssh-agent] Looking for ssh-agent implementation... 22:46:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:46:39 $ docker exec 40bff71967e7ce25df937003bc97af4859f4e82b33846ef297f9126150a02db6 ssh-agent 22:46:39 SSH_AUTH_SOCK=/tmp/ssh-UWXEFGjGs4bM/agent.11 22:46:39 SSH_AGENT_PID=16 22:46:39 Running ssh-add (command line suppressed) 22:46:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6388014745726938877.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6388014745726938877.key) 22:46:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:46:39 + git tag --points-at HEAD [Pipeline] } 22:46:39 $ docker exec --env ******** --env ******** 40bff71967e7ce25df937003bc97af4859f4e82b33846ef297f9126150a02db6 ssh-agent -k 22:46:40 unset SSH_AUTH_SOCK; 22:46:40 unset SSH_AGENT_PID; 22:46:40 echo Agent pid 16 killed; 22:46:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:46:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:46:40 [ssh-agent] Looking for ssh-agent implementation... 22:46:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:46:40 $ docker exec 40bff71967e7ce25df937003bc97af4859f4e82b33846ef297f9126150a02db6 ssh-agent 22:46:40 SSH_AUTH_SOCK=/tmp/ssh-QBSytBNFnvRf/agent.48 22:46:40 SSH_AGENT_PID=53 22:46:40 Running ssh-add (command line suppressed) 22:46:40 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6667645332001366966.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6667645332001366966.key) 22:46:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:46:40 + git semver init 22:46:40 # -> Open(): unable to determine branch for HEAD 22:46:40 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:46:40 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:46:40 # $SEMVER_REMOTE_NAME = origin 22:46:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:46:40 # $SEMVER_USER_NAME = edgex-jenkins 22:46:40 # $SEMVER_BRANCH = master 22:46:40 # $SEMVER_TEMP = /tmp/semver-826996328 22:46:40 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:46:43 # '/tmp/semver-826996328' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:46:43 # -> Force: false 22:46:43 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:46:43 $ docker exec --env ******** --env ******** 40bff71967e7ce25df937003bc97af4859f4e82b33846ef297f9126150a02db6 ssh-agent -k 22:46:43 unset SSH_AUTH_SOCK; 22:46:43 unset SSH_AGENT_PID; 22:46:43 echo Agent pid 53 killed; 22:46:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:46:44 + git semver [Pipeline] } 22:46:44 $ docker stop --time=1 40bff71967e7ce25df937003bc97af4859f4e82b33846ef297f9126150a02db6 22:46:45 $ docker rm -f 40bff71967e7ce25df937003bc97af4859f4e82b33846ef297f9126150a02db6 [Pipeline] // withDockerContainer [Pipeline] sh 22:46:46 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:46:46 Stashed 1 file(s) [Pipeline] echo 22:46:46 [edgeXSemver]: initialized semver on version 2.0.0-dev.56 [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] node [Pipeline] node 22:47:01 Still waiting to schedule task 22:47:01 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-3684’ 22:47:01 Still waiting to schedule task 22:47:01 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 22:48:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3685 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:48:50 Running in /w/workspace/app-functions-sdk-go/228 [Pipeline] { [Pipeline] checkout 22:48:56 using credential edgex-jenkins-ssh 22:48:56 Cloning the remote Git repository 22:48:56 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:48:56 > git init /w/workspace/app-functions-sdk-go/228 # timeout=10 22:48:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:48:56 > git --version # timeout=10 22:48:56 > git --version # 'git version 2.17.1' 22:48:56 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:48:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:49:00 Checking out Revision c93cf0ed3f41567c1bae2c6d879eead5a905221c (master) 22:48:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:48:59 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:48:59 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:48:59 using GIT_SSH to set credentials SSH Credentials for GitHub 22:48:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:49:00 > git config core.sparsecheckout # timeout=10 22:49:00 > git checkout -f c93cf0ed3f41567c1bae2c6d879eead5a905221c # timeout=10 22:49:04 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 (#828)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:49:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:49:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:49:07 + sudo service docker restart 22:49:07 + true [Pipeline] unstash [Pipeline] echo 22:49:10 ========================================================= 22:49:10 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 22:49:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:49:10 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 22:49:11 Sending build context to Docker daemon 19.54MB 22:49:11 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 22:49:11 Step 2/8 : FROM ${BASE} 22:49:12 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:49:12 595b0fe564bb: Pulling fs layer 22:49:12 7186ed65a4f7: Pulling fs layer 22:49:12 316046926c0a: Pulling fs layer 22:49:12 4ebd0625c992: Pulling fs layer 22:49:12 207e8628e3a3: Pulling fs layer 22:49:12 c791037a9be2: Pulling fs layer 22:49:12 ffd874e62e21: Pulling fs layer 22:49:12 4ebd0625c992: Waiting 22:49:12 207e8628e3a3: Waiting 22:49:12 c791037a9be2: Waiting 22:49:12 ffd874e62e21: Waiting 22:49:12 316046926c0a: Verifying Checksum 22:49:12 316046926c0a: Download complete 22:49:12 7186ed65a4f7: Verifying Checksum 22:49:12 7186ed65a4f7: Download complete 22:49:12 207e8628e3a3: Verifying Checksum 22:49:12 207e8628e3a3: Download complete 22:49:12 c791037a9be2: Verifying Checksum 22:49:12 c791037a9be2: Download complete 22:49:12 595b0fe564bb: Verifying Checksum 22:49:12 595b0fe564bb: Download complete 22:49:13 595b0fe564bb: Pull complete 22:49:13 7186ed65a4f7: Pull complete 22:49:13 316046926c0a: Pull complete 22:49:14 ffd874e62e21: Verifying Checksum 22:49:14 ffd874e62e21: Download complete 22:49:15 4ebd0625c992: Verifying Checksum 22:49:15 4ebd0625c992: Download complete 22:49:28 4ebd0625c992: Pull complete 22:49:28 207e8628e3a3: Pull complete 22:49:28 c791037a9be2: Pull complete 22:49:31 ffd874e62e21: Pull complete 22:49:31 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 22:49:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 22:49:31 ---> cfc18b08335c 22:49:31 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:49:31 20.10.0: Pulling from library/docker 22:49:31 a3cc7d3b244e: Pulling fs layer 22:49:31 02a3295e0d61: Pulling fs layer 22:49:31 0f4f2e6d8100: Pulling fs layer 22:49:31 330b718f631f: Pulling fs layer 22:49:31 a93816041522: Pulling fs layer 22:49:31 bdb6da89ff94: Pulling fs layer 22:49:31 2a70c0c122f4: Pulling fs layer 22:49:31 330b718f631f: Waiting 22:49:31 a93816041522: Waiting 22:49:31 bdb6da89ff94: Waiting 22:49:31 0f4f2e6d8100: Verifying Checksum 22:49:31 0f4f2e6d8100: Download complete 22:49:31 02a3295e0d61: Verifying Checksum 22:49:31 02a3295e0d61: Download complete 22:49:31 a3cc7d3b244e: Verifying Checksum 22:49:31 a3cc7d3b244e: Download complete 22:49:31 a93816041522: Verifying Checksum 22:49:31 a93816041522: Download complete 22:49:31 bdb6da89ff94: Verifying Checksum 22:49:31 bdb6da89ff94: Download complete 22:49:31 2a70c0c122f4: Verifying Checksum 22:49:31 2a70c0c122f4: Download complete 22:49:31 a3cc7d3b244e: Pull complete 22:49:32 02a3295e0d61: Pull complete 22:49:32 0f4f2e6d8100: Pull complete 22:49:32 330b718f631f: Verifying Checksum 22:49:32 330b718f631f: Download complete 22:49:37 330b718f631f: Pull complete 22:49:37 a93816041522: Pull complete 22:49:37 bdb6da89ff94: Pull complete 22:49:37 2a70c0c122f4: Pull complete 22:49:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:49:37 Status: Downloaded newer image for docker:20.10.0 22:49:44 ---> 412a6998b1ea 22:49:44 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:49:44 ---> Running in f0f76ff8f927 22:49:44 Removing intermediate container f0f76ff8f927 22:49:44 ---> 5cbd936b13ec 22:49:44 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:49:44 ---> Running in 920cb0bbc667 22:49:45 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 22:49:46 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 22:49:47 (1/5) Installing libsodium (1.0.18-r0) 22:49:47 (2/5) Installing libzmq (4.3.3-r1) 22:49:47 (3/5) Installing pkgconf (1.7.3-r0) 22:49:47 (4/5) Installing libsodium-dev (1.0.18-r0) 22:49:47 (5/5) Installing zeromq-dev (4.3.3-r1) 22:49:47 Executing busybox-1.32.1-r6.trigger 22:49:47 OK: 139 MiB in 45 packages 22:49:49 Removing intermediate container 920cb0bbc667 22:49:49 ---> 54ad7e3bf4eb 22:49:49 Step 6/8 : WORKDIR /build 22:49:49 ---> Running in 43c03501bef7 22:49:49 Removing intermediate container 43c03501bef7 22:49:49 ---> 87b9713f17bd 22:49:49 Step 7/8 : COPY go.mod . 22:49:50 ---> 09e257d73464 22:49:50 Step 8/8 : RUN go mod download 22:49:50 ---> Running in e382d86c5997 22:50:12 Running on prd-centos7-docker-4c-2g-3686 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:50:12 Running in /w/workspace/app-functions-sdk-go/228 [Pipeline] { [Pipeline] checkout 22:50:17 Removing intermediate container e382d86c5997 22:50:17 ---> 079635b9ce98 22:50:17 Successfully built 079635b9ce98 22:50:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:50:17 + docker inspect -f . ci-base-image-arm64 22:50:17 . [Pipeline] withDockerContainer 22:50:18 prd-ubuntu18.04-docker-arm64-4c-16g-3685 does not seem to be running inside a container 22:50:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/228 -v /w/workspace/app-functions-sdk-go/228:/w/workspace/app-functions-sdk-go/228:rw,z -v /w/workspace/app-functions-sdk-go/228@tmp:/w/workspace/app-functions-sdk-go/228@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 ******** ci-base-image-arm64 cat 22:50:19 $ docker top d44534cf3aa5e8d433ed08ff51145db73771ce9a3bd2bdf3fd6e281e0a16f864 -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:20 + go version 22:50:20 go version go1.16.3 linux/arm64 [Pipeline] } 22:50:20 $ docker stop --time=1 d44534cf3aa5e8d433ed08ff51145db73771ce9a3bd2bdf3fd6e281e0a16f864 22:50:21 using credential edgex-jenkins-ssh 22:50:21 Cloning the remote Git repository 22:50:21 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:50:21 > git init /w/workspace/app-functions-sdk-go/228 # timeout=10 22:50:21 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:50:21 > git --version # timeout=10 22:50:21 > git --version # 'git version 2.24.3' 22:50:21 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:22 $ docker rm -f d44534cf3aa5e8d433ed08ff51145db73771ce9a3bd2bdf3fd6e281e0a16f864 22:50:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:50:23 + docker inspect -f . ci-base-image-arm64 22:50:23 . [Pipeline] withDockerContainer 22:50:23 prd-ubuntu18.04-docker-arm64-4c-16g-3685 does not seem to be running inside a container 22:50:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/228 -v /w/workspace/app-functions-sdk-go/228:/w/workspace/app-functions-sdk-go/228:rw,z -v /w/workspace/app-functions-sdk-go/228@tmp:/w/workspace/app-functions-sdk-go/228@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 ******** ci-base-image-arm64 cat 22:50:24 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:50:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:50:24 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:50:24 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:50:24 using GIT_SSH to set credentials SSH Credentials for GitHub 22:50:24 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:50:24 Checking out Revision c93cf0ed3f41567c1bae2c6d879eead5a905221c (master) 22:50:25 $ docker top 8e5a7341b626ef19d1ad83ca040bcc9ec87bb0b1ff833a5483b7622e0b5dfad3 -eo pid,comm [Pipeline] { [Pipeline] sh 22:50:24 > git config core.sparsecheckout # timeout=10 22:50:24 > git checkout -f c93cf0ed3f41567c1bae2c6d879eead5a905221c # timeout=10 22:50:26 + go mod tidy [Pipeline] sh 22:50:27 + make test 22:50:27 make -C ./app-service-template build 22:50:27 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/228/app-service-template' 22:50:27 go mod tidy 22:50:28 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 22:50:29 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 (#828)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:50:31 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:50:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:50:32 + sudo service docker restart 22:50:32 + true 22:50:32 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:50:34 ========================================================= 22:50:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 22:50:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:50:35 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 22:50:36 Sending build context to Docker daemon 19.52MB 22:50:36 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 22:50:36 Step 2/8 : FROM ${BASE} 22:50:36 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 22:50:36 540db60ca938: Pulling fs layer 22:50:36 adcc1eea9eea: Pulling fs layer 22:50:36 4c4ab2625f07: Pulling fs layer 22:50:36 0510c868ecb4: Pulling fs layer 22:50:36 afea3b2eda06: Pulling fs layer 22:50:36 7809a108b3ef: Pulling fs layer 22:50:36 f706445af74f: Pulling fs layer 22:50:36 afea3b2eda06: Waiting 22:50:36 7809a108b3ef: Waiting 22:50:36 f706445af74f: Waiting 22:50:36 0510c868ecb4: Waiting 22:50:36 4c4ab2625f07: Download complete 22:50:36 adcc1eea9eea: Verifying Checksum 22:50:36 adcc1eea9eea: Download complete 22:50:36 afea3b2eda06: Verifying Checksum 22:50:36 afea3b2eda06: Download complete 22:50:37 7809a108b3ef: Verifying Checksum 22:50:37 7809a108b3ef: Download complete 22:50:37 540db60ca938: Verifying Checksum 22:50:37 540db60ca938: Download complete 22:50:38 540db60ca938: Pull complete 22:50:38 adcc1eea9eea: Pull complete 22:50:39 4c4ab2625f07: Pull complete 22:50:42 f706445af74f: Verifying Checksum 22:50:42 f706445af74f: Download complete 22:50:43 0510c868ecb4: Verifying Checksum 22:50:43 0510c868ecb4: Download complete 22:50:56 0510c868ecb4: Pull complete 22:50:56 afea3b2eda06: Pull complete 22:50:56 7809a108b3ef: Pull complete 22:51:02 f706445af74f: Pull complete 22:51:02 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 22:51:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 22:51:02 ---> b068be0155e3 22:51:02 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:51:02 20.10.0: Pulling from library/docker 22:51:02 05e7bc50f07f: Pulling fs layer 22:51:02 6db28d0fdbf6: Pulling fs layer 22:51:02 292df0bc6bf3: Pulling fs layer 22:51:02 2e060f4bd70b: Pulling fs layer 22:51:02 80e8d568a223: Pulling fs layer 22:51:02 8dc6ef1a942a: Pulling fs layer 22:51:02 2312dd95470a: Pulling fs layer 22:51:02 8dc6ef1a942a: Waiting 22:51:02 2312dd95470a: Waiting 22:51:02 2e060f4bd70b: Waiting 22:51:02 80e8d568a223: Waiting 22:51:02 292df0bc6bf3: Verifying Checksum 22:51:02 292df0bc6bf3: Download complete 22:51:02 6db28d0fdbf6: Verifying Checksum 22:51:02 6db28d0fdbf6: Download complete 22:51:02 05e7bc50f07f: Download complete 22:51:02 80e8d568a223: Download complete 22:51:02 8dc6ef1a942a: Verifying Checksum 22:51:02 8dc6ef1a942a: Download complete 22:51:02 2312dd95470a: Download complete 22:51:02 05e7bc50f07f: Pull complete 22:51:03 6db28d0fdbf6: Pull complete 22:51:03 292df0bc6bf3: Pull complete 22:51:04 2e060f4bd70b: Verifying Checksum 22:51:04 2e060f4bd70b: Download complete 22:51:07 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/228/app-service-template' 22:51:07 make -C ./app-service-template test 22:51:07 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/228/app-service-template' 22:51:07 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:51:11 2e060f4bd70b: Pull complete 22:51:11 80e8d568a223: Pull complete 22:51:11 8dc6ef1a942a: Pull complete 22:51:11 2312dd95470a: Pull complete 22:51:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:51:11 Status: Downloaded newer image for docker:20.10.0 22:51:14 ---> da6c6302c312 22:51:14 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:51:14 ---> Running in 23e2f2d10bf2 22:51:14 Removing intermediate container 23e2f2d10bf2 22:51:14 ---> dd92509bac8a 22:51:14 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:51:14 ---> Running in 1f232263627a 22:51:16 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 22:51:17 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 22:51:19 (1/5) Installing libsodium (1.0.18-r0) 22:51:19 (2/5) Installing libzmq (4.3.3-r1) 22:51:19 (3/5) Installing pkgconf (1.7.3-r0) 22:51:19 (4/5) Installing libsodium-dev (1.0.18-r0) 22:51:20 (5/5) Installing zeromq-dev (4.3.3-r1) 22:51:20 Executing busybox-1.32.1-r6.trigger 22:51:20 OK: 150 MiB in 45 packages 22:51:21 Removing intermediate container 1f232263627a 22:51:21 ---> 9d9bfac8d6a4 22:51:21 Step 6/8 : WORKDIR /build 22:51:21 ---> Running in c86fd509c3f9 22:51:21 Removing intermediate container c86fd509c3f9 22:51:21 ---> 45900401e59f 22:51:21 Step 7/8 : COPY go.mod . 22:51:21 ---> b3c2c91d2a7e 22:51:21 Step 8/8 : RUN go mod download 22:51:21 ---> Running in 2f8ae433e9fb 22:51:34 ok new-app-service 0.040s coverage: 47.8% of statements 22:51:34 ? new-app-service/config [no test files] 22:51:34 ok new-app-service/functions 0.029s 22:51:34 CGO_ENABLED=1 go vet ./... 22:51:54 Removing intermediate container 2f8ae433e9fb 22:51:54 ---> 71a6300aae83 22:51:54 Successfully built 71a6300aae83 22:51:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:51:55 + docker inspect -f . ci-base-image-x86_64 22:51:55 . [Pipeline] withDockerContainer 22:51:55 prd-centos7-docker-4c-2g-3686 does not seem to be running inside a container 22:51:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/228 -v /w/workspace/app-functions-sdk-go/228:/w/workspace/app-functions-sdk-go/228:rw,z -v /w/workspace/app-functions-sdk-go/228@tmp:/w/workspace/app-functions-sdk-go/228@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 ******** ci-base-image-x86_64 cat 22:51:58 $ docker top 568e62b11448e38fe406c8273b714f78592aef47bf5e6fb4d3608923fd4bd965 -eo pid,comm [Pipeline] { [Pipeline] sh 22:51:59 + go version 22:51:59 go version go1.16.3 linux/amd64 [Pipeline] } 22:51:59 $ docker stop --time=1 568e62b11448e38fe406c8273b714f78592aef47bf5e6fb4d3608923fd4bd965 22:52:01 $ docker rm -f 568e62b11448e38fe406c8273b714f78592aef47bf5e6fb4d3608923fd4bd965 22:52:01 gofmt -l . 22:52:01 [ "`gofmt -l .`" = "" ] 22:52:01 ./bin/test-go-mod-tidy.sh 22:52:01 ./bin/test-attribution-txt.sh 22:52:01 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/228/app-service-template' 22:52:01 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:52:01 + docker inspect -f . ci-base-image-x86_64 22:52:01 . [Pipeline] withDockerContainer 22:52:02 prd-centos7-docker-4c-2g-3686 does not seem to be running inside a container 22:52:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/228 -v /w/workspace/app-functions-sdk-go/228:/w/workspace/app-functions-sdk-go/228:rw,z -v /w/workspace/app-functions-sdk-go/228@tmp:/w/workspace/app-functions-sdk-go/228@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 ******** ci-base-image-x86_64 cat 22:52:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:52:04 $ docker top 47d44fbfd9a066d2732919e1b7ccec221c258fb8f5d00b75c28b0c615a0ae820 -eo pid,comm [Pipeline] { [Pipeline] sh 22:52:05 + go mod tidy [Pipeline] sh 22:52:09 + make test 22:52:09 make -C ./app-service-template build 22:52:09 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/228/app-service-template' 22:52:09 go mod tidy 22:52:10 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 22:52:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.097s coverage: 56.5% of statements 22:52:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.054s coverage: 92.5% of statements 22:52:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:52:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.080s coverage: 61.5% of statements 22:52:11 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:52:11 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.041s 22:52:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.080s coverage: 75.4% of statements 22:52:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 22:52:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 22:52:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:52:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 22:52:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 22:52:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:52:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.041s coverage: 97.0% of statements 22:52:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:52:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.032s coverage: 10.5% of statements 22:52:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.823s coverage: 75.5% of statements 22:52:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 22:52:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.032s coverage: 18.4% of statements 22:52:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.065s coverage: 27.3% of statements 22:52:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 22:52:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 22:52:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.036s coverage: 51.4% of statements 22:52:33 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/228/app-service-template' 22:52:33 make -C ./app-service-template test 22:52:33 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/228/app-service-template' 22:52:33 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.104s coverage: 81.9% of statements 22:52:49 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.029s coverage: 94.4% of statements 22:52:49 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:52:49 gofmt -l . 22:52:49 [ "`gofmt -l .`" = "" ] 22:52:50 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 22:52:50 $ docker stop --time=1 8e5a7341b626ef19d1ad83ca040bcc9ec87bb0b1ff833a5483b7622e0b5dfad3 22:52:52 $ docker rm -f 8e5a7341b626ef19d1ad83ca040bcc9ec87bb0b1ff833a5483b7622e0b5dfad3 [Pipeline] // withDockerContainer [Pipeline] sh 22:52:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:52:54 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:52:55 ---> job-cost.sh 22:52:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-ZEWT 22:53:00 ok new-app-service 0.061s coverage: 47.8% of statements 22:53:00 ? new-app-service/config [no test files] 22:53:00 ok new-app-service/functions 0.046s 22:53:00 CGO_ENABLED=1 go vet ./... 22:53:16 gofmt -l . 22:53:16 [ "`gofmt -l .`" = "" ] 22:53:16 ./bin/test-go-mod-tidy.sh 22:53:16 ./bin/test-attribution-txt.sh 22:53:17 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/228/app-service-template' 22:53:17 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:53:18 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:53:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.048s coverage: 56.5% of statements 22:53:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.036s coverage: 92.5% of statements 22:53:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:53:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.077s coverage: 61.5% of statements 22:53:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:53:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.045s 22:53:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.132s coverage: 75.4% of statements 22:53:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 22:53:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 22:53:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:53:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 22:53:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 22:53:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:53:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.049s coverage: 97.0% of statements 22:53:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:53:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.032s coverage: 10.5% of statements 22:53:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.937s coverage: 75.5% of statements 22:53:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 22:53:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.055s coverage: 18.4% of statements 22:53:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.065s coverage: 27.3% of statements 22:53:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 22:53:29 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 22:53:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.032s coverage: 51.4% of statements 22:53:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:53:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.064s coverage: 81.9% of statements 22:53:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.028s coverage: 94.4% of statements 22:53:56 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:53:58 gofmt -l . 22:53:58 [ "`gofmt -l .`" = "" ] 22:53:58 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 22:53:59 $ docker stop --time=1 47d44fbfd9a066d2732919e1b7ccec221c258fb8f5d00b75c28b0c615a0ae820 22:54:01 $ docker rm -f 47d44fbfd9a066d2732919e1b7ccec221c258fb8f5d00b75c28b0c615a0ae820 [Pipeline] // withDockerContainer [Pipeline] sh 22:54:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:54:02 Warning: overwriting stash ‘coverage-report’ 22:54:03 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:54:03 ---> job-cost.sh 22:54:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kVEQ 22:54:30 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:54:56 lf-activate-venv(): INFO: Adding /tmp/venv-ZEWT/bin to PATH 22:54:56 INFO: No Stack... 22:54:56 INFO: Retrieving Pricing Info for: lf-standard-4 22:54:56 INFO: Archiving Costs [Pipeline] sh 22:54:56 + cat /w/workspace/app-functions-sdk-go/228/archives/cost.csv 22:54:56 + cut -d, -f6 [Pipeline] lock 22:54:56 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-228-stack-cost] 22:54:56 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-228-stack-cost] did not exist. Created. 22:54:56 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-228-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:54:57 + echo total: 0.20999999344348907 [Pipeline] stash 22:54:57 Stashed 1 file(s) [Pipeline] } 22:54:57 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-228-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:55:09 lf-activate-venv(): INFO: Adding /tmp/venv-kVEQ/bin to PATH 22:55:09 INFO: No Stack... 22:55:09 INFO: Retrieving Pricing Info for: v1-standard-2 22:55:09 INFO: Archiving Costs [Pipeline] sh 22:55:10 + cat /w/workspace/app-functions-sdk-go/228/archives/cost.csv 22:55:10 + cut -d, -f6 [Pipeline] lock 22:55:10 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-228-stack-cost] 22:55:10 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-228-stack-cost] did not exist. Created. 22:55:10 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-228-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:55:10 /w/workspace/app-functions-sdk-go/228@tmp/durable-eb62d0fe/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 22:55:11 + echo total: 0.029999999329447746 [Pipeline] stash 22:55:11 Warning: overwriting stash ‘stack-cost’ 22:55:11 Stashed 1 file(s) [Pipeline] } 22:55:11 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-228-stack-cost] [Pipeline] // lock [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] wrap 22:55:12 provisioning config files... 22:55:12 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6715707781646180722tmp [Pipeline] { [Pipeline] sh 22:55:12 + set +x 22:55:12 + curl -s https://codecov.io/bash 22:55:12 + bash -s -- 22:55:12 22:55:12 _____ _ 22:55:12 / ____| | | 22:55:12 | | ___ __| | ___ ___ _____ __ 22:55:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:55:12 | |___| (_) | (_| | __/ (_| (_) \ V / 22:55:12 \_____\___/ \__,_|\___|\___\___/ \_/ 22:55:12 Bash-1.0.2 22:55:12 22:55:12 22:55:12 ==> git version 2.24.3 found 22:55:12 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 22:55:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:55:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:55:12 ==> Jenkins CI detected. 22:55:12 project root: . 22:55:12 --> token set from env 22:55:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:55:12 ==> Running gcov in . (disable via -X gcov) 22:55:12 ==> Python coveragepy not found 22:55:12 ==> Searching for coverage reports in: 22:55:12 + . 22:55:12 -> Found 2 reports 22:55:12 ==> Detecting git/mercurial file structure 22:55:12 ==> Reading reports 22:55:12 + ./app-service-template/coverage.out bytes=1055 22:55:12 + ./coverage.out bytes=86447 22:55:12 ==> Appending adjustments 22:55:12 https://docs.codecov.io/docs/fixing-reports 22:55:13 + Found adjustments 22:55:13 ==> Gzipping contents 22:55:13 16K /tmp/codecov.mGiSrd.gz 22:55:13 ==> Uploading reports 22:55:13 url: https://codecov.io 22:55:13 query: branch=master&commit=c93cf0ed3f41567c1bae2c6d879eead5a905221c&build=228&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F228%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:55:13 -> Pinging Codecov 22:55:13 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=c93cf0ed3f41567c1bae2c6d879eead5a905221c&build=228&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F228%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:55:13 -> Uploading to 22:55:13 https://storage.googleapis.com/codecov/v4/raw/2021-05-07/3D8B5DFFC46A037C893635FACE044666/c93cf0ed3f41567c1bae2c6d879eead5a905221c/8fa2b4a6-a883-4bd8-a5de-cadb2acfb066.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T225513Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=990bd1db8114f7ecd9f8179c1320cbebd8c1b57c4910376302ceeefbf55d5925 22:55:13 % Total % Received % Xferd Average Speed Time Time Time Current 22:55:13 Dload Upload Total Spent Left Speed 22:55:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15323 0 0 100 15323 0 39806 --:--:-- --:--:-- --:--:-- 39800 100 15323 0 0 100 15323 0 39792 --:--:-- --:--:-- --:--:-- 39800 22:55:14 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/c93cf0ed3f41567c1bae2c6d879eead5a905221c [Pipeline] } 22:55:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:55:14 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:55:14 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:55:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:55:15 22:55:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:55:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:55:15 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:55:15 188c0c94c7c5: Pulling fs layer 22:55:15 0ef7d3d256c8: Pulling fs layer 22:55:15 de9db76c5a1d: Pulling fs layer 22:55:15 0eba1c9be4d2: Pulling fs layer 22:55:15 0d57e429df01: Pulling fs layer 22:55:15 4e4be7b47b0d: Pulling fs layer 22:55:15 e1f770b5df2f: Pulling fs layer 22:55:15 85a0685a4137: Pulling fs layer 22:55:15 0eba1c9be4d2: Waiting 22:55:15 0d57e429df01: Waiting 22:55:15 4e4be7b47b0d: Waiting 22:55:15 e1f770b5df2f: Waiting 22:55:15 85a0685a4137: Waiting 22:55:15 de9db76c5a1d: Verifying Checksum 22:55:15 de9db76c5a1d: Download complete 22:55:15 0ef7d3d256c8: Verifying Checksum 22:55:15 0ef7d3d256c8: Download complete 22:55:15 0d57e429df01: Verifying Checksum 22:55:15 0d57e429df01: Download complete 22:55:15 4e4be7b47b0d: Verifying Checksum 22:55:15 4e4be7b47b0d: Download complete 22:55:15 188c0c94c7c5: Verifying Checksum 22:55:15 188c0c94c7c5: Download complete 22:55:15 188c0c94c7c5: Pull complete 22:55:15 0ef7d3d256c8: Pull complete 22:55:16 de9db76c5a1d: Pull complete 22:55:17 e1f770b5df2f: Verifying Checksum 22:55:17 e1f770b5df2f: Download complete 22:55:19 0eba1c9be4d2: Verifying Checksum 22:55:19 0eba1c9be4d2: Download complete 22:55:19 85a0685a4137: Verifying Checksum 22:55:19 85a0685a4137: Download complete 22:55:24 0eba1c9be4d2: Pull complete 22:55:24 0d57e429df01: Pull complete 22:55:24 4e4be7b47b0d: Pull complete 22:55:26 e1f770b5df2f: Pull complete 22:55:34 85a0685a4137: Pull complete 22:55:34 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:55:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:55:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:55:34 prd-centos7-docker-4c-2g-3684 does not seem to be running inside a container 22:55:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 22:55:35 $ docker top e903ded8d50cef07d2e4f528964263586b8a458b216aa5227e5586478d072953 -eo pid,comm [Pipeline] { [Pipeline] echo 22:55:36 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:55:36 + set -o pipefail 22:55:36 + snyk monitor '--org=edgex-jenkins' 22:55:46 22:55:46 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 22:55:46 22:55:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/6f09bbb8-61d1-4f0c-b8ca-bb86ce345ea3 22:55:46 22:55:46 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:55:46 22:55:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:55:46 22:55:46 [Pipeline] } 22:55:46 $ docker stop --time=1 e903ded8d50cef07d2e4f528964263586b8a458b216aa5227e5586478d072953 22:55:49 $ docker rm -f e903ded8d50cef07d2e4f528964263586b8a458b216aa5227e5586478d072953 [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) [Pipeline] echo 22:55:50 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:55:50 provisioning config files... 22:55:50 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2995972365689903000tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:55:50 --> edgex-publish-swagger.sh 22:55:50 === Publish openapi/v2 API === 22:55:50 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:55:50 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 22:55:50 % Total % Received % Xferd Average Speed Time Time Time Current 22:55:50 Dload Upload Total Spent Left Speed 22:55:51 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 13018 0:00:01 0:00:01 --:--:-- 13038 100 13052 0 0 100 13052 0 13015 0:00:01 0:00:01 --:--:-- 13025 22:55:51 22:55:51 [Pipeline] } 22:55:51 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:55:52 + git log --format=format:%s -1 c93cf0ed3f41567c1bae2c6d879eead5a905221c [Pipeline] isUnix [Pipeline] sh 22:55:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:55:52 . [Pipeline] withDockerContainer 22:55:52 prd-centos7-docker-4c-2g-3684 does not seem to be running inside a container 22:55:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:55:53 $ docker top 2e97fc7528288f728d22482256bf2b31673c1ede26ba321e0338efe89719ade9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:55:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:55:53 [ssh-agent] Looking for ssh-agent implementation... 22:55:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:55:53 $ docker exec 2e97fc7528288f728d22482256bf2b31673c1ede26ba321e0338efe89719ade9 ssh-agent 22:55:53 SSH_AUTH_SOCK=/tmp/ssh-7KcL6eEbd9Q7/agent.12 22:55:53 SSH_AGENT_PID=17 22:55:53 Running ssh-add (command line suppressed) 22:55:53 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5314155488054900500.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5314155488054900500.key) 22:55:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:55:54 + git semver tag 22:55:54 # -> Open(): unable to determine branch for HEAD 22:55:54 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:55:54 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:55:54 # $SEMVER_REMOTE_NAME = origin 22:55:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:55:54 # $SEMVER_USER_NAME = edgex-jenkins 22:55:54 # $SEMVER_BRANCH = master 22:55:54 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:55:54 # c93cf0ed3f41567c1bae2c6d879eead5a905221c HEAD 22:55:54 # -> Force: false 22:55:54 # 61758cad151f6c00f3953e70e1e16944e3c8d847 refs/tags/v2.0.0-dev.56 [Pipeline] } 22:55:54 $ docker exec --env ******** --env ******** 2e97fc7528288f728d22482256bf2b31673c1ede26ba321e0338efe89719ade9 ssh-agent -k 22:55:54 unset SSH_AUTH_SOCK; 22:55:54 unset SSH_AGENT_PID; 22:55:54 echo Agent pid 17 killed; 22:55:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:55:54 + git semver [Pipeline] } 22:55:54 $ docker stop --time=1 2e97fc7528288f728d22482256bf2b31673c1ede26ba321e0338efe89719ade9 22:55:56 $ docker rm -f 2e97fc7528288f728d22482256bf2b31673c1ede26ba321e0338efe89719ade9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:55:56 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:55:56 22:55:56 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:55:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:55:57 0.23.1-centos7: Pulling from edgex-lftools 22:55:57 ab5ef0e58194: Pulling fs layer 22:55:57 9712f1f96733: Pulling fs layer 22:55:57 63f879dbbcfc: Pulling fs layer 22:55:57 0d9ebad4ef96: Pulling fs layer 22:55:57 e9a5061849ea: Pulling fs layer 22:55:57 d747dcd14b5f: Pulling fs layer 22:55:57 2de7ff778b66: Pulling fs layer 22:55:57 0d9ebad4ef96: Waiting 22:55:57 2de7ff778b66: Waiting 22:55:57 d747dcd14b5f: Waiting 22:55:57 9712f1f96733: Verifying Checksum 22:55:57 9712f1f96733: Download complete 22:55:58 63f879dbbcfc: Verifying Checksum 22:55:58 63f879dbbcfc: Download complete 22:55:58 e9a5061849ea: Verifying Checksum 22:55:58 e9a5061849ea: Download complete 22:55:58 d747dcd14b5f: Verifying Checksum 22:55:58 d747dcd14b5f: Download complete 22:55:58 2de7ff778b66: Verifying Checksum 22:55:58 2de7ff778b66: Download complete 22:55:59 0d9ebad4ef96: Verifying Checksum 22:55:59 0d9ebad4ef96: Download complete 22:55:59 ab5ef0e58194: Verifying Checksum 22:55:59 ab5ef0e58194: Download complete 22:56:04 ab5ef0e58194: Pull complete 22:56:04 9712f1f96733: Pull complete 22:56:07 63f879dbbcfc: Pull complete 22:56:12 0d9ebad4ef96: Pull complete 22:56:14 e9a5061849ea: Pull complete 22:56:14 d747dcd14b5f: Pull complete 22:56:16 2de7ff778b66: Pull complete 22:56:16 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:56:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:56:16 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:56:16 prd-centos7-docker-4c-2g-3684 does not seem to be running inside a container 22:56:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 22:56:20 $ docker top 89348897ab53f655b414fd5ac3597f7b3c79ccc5b5aed2922b6f49dc530ef60d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:56:20 provisioning config files... 22:56:20 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8713829108894336919tmp 22:56:20 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2242877904721947482tmp 22:56:20 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6206399348419439340tmp [Pipeline] { [Pipeline] echo 22:56:20 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:56:21 ---> sigul-configuration.sh 22:56:21 gpg: directory `/root/.gnupg' created 22:56:21 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:56:21 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:56:21 gpg: keyring `/root/.gnupg/secring.gpg' created 22:56:21 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:56:21 gpg: CAST5 encrypted data 22:56:21 gpg: encrypted with 1 passphrase 22:56:21 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:56:21 + mkdir /home/jenkins 22:56:21 + mkdir /home/jenkins/sigul [Pipeline] sh 22:56:22 + 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 22:56:22 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:56:22 ---> sigul-install.sh 22:56:28 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:56:29 + git tag --list 22:56:29 v0.1.0 22:56:29 v0.1.1 22:56:29 v1.0.0 22:56:29 v1.1.0 22:56:29 v1.2.0 22:56:29 v1.3.0 22:56:29 v1.3.1 22:56:29 v1.3.1-dev.1 22:56:29 v1.3.2-dev.1 22:56:29 v2.0.0-dev.1 22:56:29 v2.0.0-dev.10 22:56:29 v2.0.0-dev.11 22:56:29 v2.0.0-dev.12 22:56:29 v2.0.0-dev.13 22:56:29 v2.0.0-dev.14 22:56:29 v2.0.0-dev.15 22:56:29 v2.0.0-dev.16 22:56:29 v2.0.0-dev.17 22:56:29 v2.0.0-dev.18 22:56:29 v2.0.0-dev.19 22:56:29 v2.0.0-dev.2 22:56:29 v2.0.0-dev.20 22:56:29 v2.0.0-dev.21 22:56:29 v2.0.0-dev.22 22:56:29 v2.0.0-dev.23 22:56:29 v2.0.0-dev.24 22:56:29 v2.0.0-dev.25 22:56:29 v2.0.0-dev.26 22:56:29 v2.0.0-dev.27 22:56:29 v2.0.0-dev.28 22:56:29 v2.0.0-dev.29 22:56:29 v2.0.0-dev.3 22:56:29 v2.0.0-dev.30 22:56:29 v2.0.0-dev.31 22:56:29 v2.0.0-dev.32 22:56:29 v2.0.0-dev.33 22:56:29 v2.0.0-dev.34 22:56:29 v2.0.0-dev.35 22:56:29 v2.0.0-dev.36 22:56:29 v2.0.0-dev.37 22:56:29 v2.0.0-dev.38 22:56:29 v2.0.0-dev.39 22:56:29 v2.0.0-dev.4 22:56:29 v2.0.0-dev.40 22:56:29 v2.0.0-dev.41 22:56:29 v2.0.0-dev.42 22:56:29 v2.0.0-dev.43 22:56:29 v2.0.0-dev.44 22:56:29 v2.0.0-dev.45 22:56:29 v2.0.0-dev.46 22:56:29 v2.0.0-dev.47 22:56:29 v2.0.0-dev.48 22:56:29 v2.0.0-dev.49 22:56:29 v2.0.0-dev.5 22:56:29 v2.0.0-dev.50 22:56:29 v2.0.0-dev.51 22:56:29 v2.0.0-dev.52 22:56:29 v2.0.0-dev.53 22:56:29 v2.0.0-dev.54 22:56:29 v2.0.0-dev.55 22:56:29 v2.0.0-dev.56 22:56:29 v2.0.0-dev.6 22:56:29 v2.0.0-dev.7 22:56:29 v2.0.0-dev.8 22:56:29 v2.0.0-dev.9 [Pipeline] sh 22:56:29 + lftools sign git-tag v2.0.0-dev.56 22:56:30 Signing Git tag with Sigul... 22:56:30 Signing v2.0.0-dev.56 [Pipeline] echo 22:56:31 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:56:32 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:56:32 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:56:32 $ docker stop --time=1 89348897ab53f655b414fd5ac3597f7b3c79ccc5b5aed2922b6f49dc530ef60d 22:56:33 $ docker rm -f 89348897ab53f655b414fd5ac3597f7b3c79ccc5b5aed2922b6f49dc530ef60d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:56:34 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:56:34 . [Pipeline] withDockerContainer 22:56:34 prd-centos7-docker-4c-2g-3684 does not seem to be running inside a container 22:56:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:56:35 $ docker top 1e213d3753ecbe2fef6caa5cace87148009248a2d16eaf3b9850c025703d04b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:56:35 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:35 [ssh-agent] Looking for ssh-agent implementation... 22:56:35 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:35 $ docker exec 1e213d3753ecbe2fef6caa5cace87148009248a2d16eaf3b9850c025703d04b4 ssh-agent 22:56:35 SSH_AUTH_SOCK=/tmp/ssh-H4EITDh2L2mE/agent.12 22:56:35 SSH_AGENT_PID=17 22:56:35 Running ssh-add (command line suppressed) 22:56:35 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6222953139643585294.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6222953139643585294.key) 22:56:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:36 + git semver bump pre 22:56:36 # -> Open(): unable to determine branch for HEAD 22:56:36 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:56:36 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:56:36 # $SEMVER_REMOTE_NAME = origin 22:56:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:56:36 # $SEMVER_USER_NAME = edgex-jenkins 22:56:36 # $SEMVER_BRANCH = master 22:56:36 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:56:36 2.0.0-dev.57 [Pipeline] } 22:56:36 $ docker exec --env ******** --env ******** 1e213d3753ecbe2fef6caa5cace87148009248a2d16eaf3b9850c025703d04b4 ssh-agent -k 22:56:36 unset SSH_AUTH_SOCK; 22:56:36 unset SSH_AGENT_PID; 22:56:36 echo Agent pid 17 killed; 22:56:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:36 + git semver [Pipeline] } 22:56:36 $ docker stop --time=1 1e213d3753ecbe2fef6caa5cace87148009248a2d16eaf3b9850c025703d04b4 22:56:38 $ docker rm -f 1e213d3753ecbe2fef6caa5cace87148009248a2d16eaf3b9850c025703d04b4 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:56:38 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:56:38 . [Pipeline] withDockerContainer 22:56:38 prd-centos7-docker-4c-2g-3684 does not seem to be running inside a container 22:56:38 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:56:39 $ docker top b0a82e04b17979b110dbf44ab1039b47ba14a2768798bcf4b7dcaee44bad5dcf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:56:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:39 [ssh-agent] Looking for ssh-agent implementation... 22:56:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:39 $ docker exec b0a82e04b17979b110dbf44ab1039b47ba14a2768798bcf4b7dcaee44bad5dcf ssh-agent 22:56:39 SSH_AUTH_SOCK=/tmp/ssh-jmyCZ0Da00fF/agent.12 22:56:39 SSH_AGENT_PID=17 22:56:39 Running ssh-add (command line suppressed) 22:56:40 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5239594059324021924.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5239594059324021924.key) 22:56:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:40 + git semver push 22:56:40 # -> Open(): unable to determine branch for HEAD 22:56:40 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:56:40 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:56:40 # $SEMVER_REMOTE_NAME = origin 22:56:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:56:40 # $SEMVER_USER_NAME = edgex-jenkins 22:56:40 # $SEMVER_BRANCH = master 22:56:40 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:56:44 $ docker exec --env ******** --env ******** b0a82e04b17979b110dbf44ab1039b47ba14a2768798bcf4b7dcaee44bad5dcf ssh-agent -k 22:56:44 unset SSH_AUTH_SOCK; 22:56:44 unset SSH_AGENT_PID; 22:56:44 echo Agent pid 17 killed; 22:56:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:45 + git semver [Pipeline] } 22:56:45 $ docker stop --time=1 b0a82e04b17979b110dbf44ab1039b47ba14a2768798bcf4b7dcaee44bad5dcf 22:56:46 $ docker rm -f b0a82e04b17979b110dbf44ab1039b47ba14a2768798bcf4b7dcaee44bad5dcf [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] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:56:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:56:48 ---> package-listing.sh 22:56:48 ++ facter osfamily 22:56:48 ++ tr '[:upper:]' '[:lower:]' 22:56:48 + OS_FAMILY=redhat 22:56:48 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:56:48 + START_PACKAGES=/tmp/packages_start.txt 22:56:48 + END_PACKAGES=/tmp/packages_end.txt 22:56:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:56:48 + PACKAGES=/tmp/packages_start.txt 22:56:48 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:56:48 + PACKAGES=/tmp/packages_end.txt 22:56:48 + case "${OS_FAMILY}" in 22:56:48 + rpm -qa 22:56:48 + sort 22:56:53 + '[' -f /tmp/packages_start.txt ']' 22:56:53 + '[' -f /tmp/packages_end.txt ']' 22:56:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:56:53 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:56:53 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:56:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 22:56:53 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:56:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:56:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:56:54 22:56:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:56:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:56:54 alpine: Pulling from edgex-lftools-log-publisher 22:56:54 df20fa9351a1: Pulling fs layer 22:56:54 36b3adc4ff6f: Pulling fs layer 22:56:54 8ad3a11d3b57: Pulling fs layer 22:56:54 46f8f816bc3b: Pulling fs layer 22:56:54 93b61091891f: Pulling fs layer 22:56:54 93b9cdb0e59b: Pulling fs layer 22:56:54 5e14af77c1be: Pulling fs layer 22:56:54 01666e4c0597: Pulling fs layer 22:56:54 aa168da1d23b: Pulling fs layer 22:56:54 46f8f816bc3b: Waiting 22:56:54 93b61091891f: Waiting 22:56:54 93b9cdb0e59b: Waiting 22:56:54 5e14af77c1be: Waiting 22:56:54 01666e4c0597: Waiting 22:56:54 aa168da1d23b: Waiting 22:56:54 36b3adc4ff6f: Verifying Checksum 22:56:54 36b3adc4ff6f: Download complete 22:56:54 46f8f816bc3b: Verifying Checksum 22:56:54 46f8f816bc3b: Download complete 22:56:54 df20fa9351a1: Verifying Checksum 22:56:54 df20fa9351a1: Download complete 22:56:54 93b61091891f: Verifying Checksum 22:56:54 93b61091891f: Download complete 22:56:54 93b9cdb0e59b: Verifying Checksum 22:56:54 93b9cdb0e59b: Download complete 22:56:54 5e14af77c1be: Verifying Checksum 22:56:54 5e14af77c1be: Download complete 22:56:54 01666e4c0597: Verifying Checksum 22:56:54 01666e4c0597: Download complete 22:56:54 8ad3a11d3b57: Verifying Checksum 22:56:54 8ad3a11d3b57: Download complete 22:56:54 df20fa9351a1: Pull complete 22:56:55 36b3adc4ff6f: Pull complete 22:56:56 8ad3a11d3b57: Pull complete 22:56:56 46f8f816bc3b: Pull complete 22:56:56 aa168da1d23b: Verifying Checksum 22:56:56 aa168da1d23b: Download complete 22:56:56 93b61091891f: Pull complete 22:56:56 93b9cdb0e59b: Pull complete 22:56:57 5e14af77c1be: Pull complete 22:56:57 01666e4c0597: Pull complete 22:57:05 aa168da1d23b: Pull complete 22:57:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:57:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:57:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:57:05 prd-centos7-docker-4c-2g-3684 does not seem to be running inside a container 22:57:05 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:57:08 $ docker top 979bb4a20c0571699277a93f68b502d0f53fcd7ccb15588453ed3e7cda26811d -eo pid,comm [Pipeline] { [Pipeline] sh 22:57:08 + touch /tmp/pre-build-complete [Pipeline] sh 22:57:09 + mkdir -p /var/log/sa [Pipeline] sh 22:57:09 + ls /var/log/sa-host 22:57:09 + sadf -c /var/log/sa-host/sa07 22:57:09 file_magic: OK 22:57:09 HZ: Using current value: 100 22:57:09 file_header: OK 22:57:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:57:09 Statistics: 22:57:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:57:09 File successfully converted to sysstat format version 12.2.1 22:57:09 + sadf -c /var/log/sa-host/sa23 22:57:09 file_magic: OK 22:57:09 HZ: Using current value: 100 22:57:09 file_header: OK 22:57:09 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:57:09 Statistics: 22:57:09 Hnuu...uuuununununu... 22:57:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:57:09 provisioning config files... 22:57:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5149481275182787852tmp [Pipeline] { [Pipeline] echo 22:57:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:57:10 ---> create-netrc.sh [Pipeline] } 22:57:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:57:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:57:10 ---> python-tools-install.sh [Pipeline] echo 22:57:10 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:57:10 ---> sudo-logs.sh 22:57:10 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:57:10 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:57:11 ---> job-cost.sh 22:57:11 lf-activate-venv: SKIPPING 22:57:11 DEBUG: total: 0.029999999329447746 22:57:11 INFO: Retrieving Stack Cost... 22:57:12 INFO: Retrieving Pricing Info for: v1-standard-2 22:57:12 INFO: Archiving Costs [Pipeline] echo 22:57:12 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:57:13 ---> logs-deploy.sh 22:57:13 lf-activate-venv: SKIPPING 22:57:13 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/228 22:57:13 INFO: archiving workspace using pattern(s): 22:57:14 Archives upload complete. 22:57:14 INFO: archiving logs to Nexus 22:57:15 ---> uname -a: 22:57:15 Linux prd-centos7-docker-4c-2g-3684.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:57:15 22:57:15 22:57:15 ---> lscpu: 22:57:15 Architecture: x86_64 22:57:15 CPU op-mode(s): 32-bit, 64-bit 22:57:15 Byte Order: Little Endian 22:57:15 Address sizes: 40 bits physical, 48 bits virtual 22:57:15 CPU(s): 4 22:57:15 On-line CPU(s) list: 0-3 22:57:15 Thread(s) per core: 1 22:57:15 Core(s) per socket: 1 22:57:15 Socket(s): 4 22:57:15 NUMA node(s): 1 22:57:15 Vendor ID: GenuineIntel 22:57:15 CPU family: 6 22:57:15 Model: 44 22:57:15 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:57:15 Stepping: 1 22:57:15 CPU MHz: 2933.442 22:57:15 BogoMIPS: 5866.88 22:57:15 Virtualization: VT-x 22:57:15 Hypervisor vendor: KVM 22:57:15 Virtualization type: full 22:57:15 L1d cache: 128 KiB 22:57:15 L1i cache: 128 KiB 22:57:15 L2 cache: 16 MiB 22:57:15 L3 cache: 64 MiB 22:57:15 NUMA node0 CPU(s): 0-3 22:57:15 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:57:15 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:57:15 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:57:15 Vulnerability Meltdown: Mitigation; PTI 22:57:15 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:57:15 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:57:15 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:57:15 Vulnerability Srbds: Not affected 22:57:15 Vulnerability Tsx async abort: Not affected 22:57:15 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:57:15 22:57:15 22:57:15 ---> nproc: 22:57:15 4 22:57:15 22:57:15 22:57:15 ---> df -h: 22:57:15 Filesystem Size Used Available Use% Mounted on 22:57:15 overlay 50.0G 8.6G 41.4G 17% / 22:57:15 tmpfs 64.0M 0 64.0M 0% /dev 22:57:15 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:57:15 shm 64.0M 0 64.0M 0% /dev/shm 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 22:57:15 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 22:57:15 22:57:15 22:57:15 ---> free -m: 22:57:15 total used free shared buff/cache available 22:57:15 Mem: 1837 842 158 0 836 929 22:57:15 Swap: 1023 3 1020 22:57:15 22:57:15 22:57:15 ---> ip addr: 22:57:15 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:57:15 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:57:15 inet 127.0.0.1/8 scope host lo 22:57:15 valid_lft forever preferred_lft forever 22:57:15 inet6 ::1/128 scope host 22:57:15 valid_lft forever preferred_lft forever 22:57:15 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:57:15 link/ether fa:16:3e:e3:f8:a1 brd ff:ff:ff:ff:ff:ff 22:57:15 inet 10.30.122.76/23 brd 10.30.123.255 scope global dynamic eth0 22:57:15 valid_lft 85723sec preferred_lft 85723sec 22:57:15 inet6 fe80::f816:3eff:fee3:f8a1/64 scope link 22:57:15 valid_lft forever preferred_lft forever 22:57:15 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:57:15 link/ether 02:42:7c:23:83:ab brd ff:ff:ff:ff:ff:ff 22:57:15 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:57:15 valid_lft forever preferred_lft forever 22:57:15 inet6 fe80::42:7cff:fe23:83ab/64 scope link 22:57:15 valid_lft forever preferred_lft forever 22:57:15 22:57:15 22:57:15 ---> sar -b -r -n DEV: 22:57:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 22:57:15 22:57:15 22:45:46 LINUX RESTART (4 CPU) 22:57:15 22:57:15 22:47:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:57:15 22:48:01 2.05 0.00 2.05 0.00 0.00 44.61 0.00 22:57:15 22:49:01 0.45 0.00 0.45 0.00 0.00 5.75 0.00 22:57:15 22:50:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 22:57:15 22:51:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 22:57:15 22:52:01 0.27 0.00 0.27 0.00 0.00 3.85 0.00 22:57:15 22:53:02 0.32 0.00 0.32 0.00 0.00 3.63 0.00 22:57:15 22:54:01 0.22 0.00 0.22 0.00 0.00 3.29 0.00 22:57:15 22:55:01 0.17 0.00 0.17 0.00 0.00 1.48 0.00 22:57:15 22:56:01 341.55 193.84 147.71 0.00 9263.31 45396.85 0.00 22:57:15 22:57:01 268.43 114.06 154.37 0.00 8279.04 38529.62 0.00 22:57:15 Average: 61.55 30.87 30.68 0.00 1758.63 8420.44 0.00 22:57:15 22:57:15 22:47:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:57:15 22:48:01 218988 0 603164 32.06 2620 1056772 1079628 36.85 392820 1072588 12 22:57:15 22:49:01 208292 0 613852 32.62 2620 1056780 1079856 36.85 407604 1068952 20 22:57:15 22:50:01 209016 0 613120 32.59 2620 1056788 1079628 36.85 406380 1068952 12 22:57:15 22:51:01 203236 0 618900 32.89 2620 1056788 1079844 36.85 418760 1062624 8 22:57:15 22:52:01 201356 0 620772 32.99 2620 1056796 1079700 36.85 423552 1059820 8 22:57:15 22:53:02 201832 0 620292 32.97 2620 1056800 1079676 36.85 423568 1059820 8 22:57:15 22:54:01 201692 0 620428 32.97 2620 1056804 1079628 36.85 423204 1059820 8 22:57:15 22:55:01 202136 0 619980 32.95 2620 1056808 1079628 36.85 423188 1059820 8 22:57:15 22:56:01 83564 0 762812 40.54 2264 1032904 1507476 51.45 653612 898936 77588 22:57:15 22:57:01 74708 0 852124 45.29 960 953752 1515248 51.71 701540 769624 73632 22:57:15 Average: 180482 0 654544 34.79 2418 1044099 1166031 39.79 467423 1018096 15130 22:57:15 22:57:15 22:47:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:57:15 22:48:01 eth0 0.70 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:57:15 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:49:01 eth0 1.98 0.90 3.15 0.21 0.00 0.00 0.00 0.00 22:57:15 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:50:01 eth0 0.68 0.08 0.06 0.04 0.00 0.00 0.00 0.00 22:57:15 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:51:01 eth0 0.52 0.50 0.27 0.21 0.00 0.00 0.00 0.00 22:57:15 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:52:01 eth0 0.23 0.20 0.08 0.07 0.00 0.00 0.00 0.00 22:57:15 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:53:02 eth0 0.22 0.20 0.07 0.01 0.00 0.00 0.00 0.00 22:57:15 22:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:54:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:57:15 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:55:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:57:15 22:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:56:01 eth0 866.50 759.31 7670.87 102.63 0.00 0.00 0.00 0.00 22:57:15 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:56:01 docker0 63.17 65.40 5.20 385.22 0.00 0.00 0.00 0.00 22:57:15 22:57:01 eth0 335.68 269.59 2490.57 95.79 0.00 0.00 0.00 0.00 22:57:15 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 22:57:01 docker0 44.26 54.72 2.66 259.98 0.00 0.00 0.00 0.00 22:57:15 Average: eth0 120.96 103.35 1018.95 19.95 0.00 0.00 0.00 0.00 22:57:15 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:57:15 Average: docker0 10.77 12.04 0.79 64.68 0.00 0.00 0.00 0.00 22:57:15 22:57:15 22:57:15 ---> sar -P ALL: 22:57:15 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/07/21 _x86_64_ (4 CPU) 22:57:15 22:57:15 22:45:46 LINUX RESTART (4 CPU) 22:57:15 22:57:15 22:47:01 CPU %user %nice %system %iowait %steal %idle 22:57:15 22:48:01 all 0.19 0.00 0.05 0.00 0.00 99.76 22:57:15 22:48:01 0 0.07 0.00 0.03 0.00 0.00 99.90 22:57:15 22:48:01 1 0.57 0.00 0.05 0.00 0.00 99.38 22:57:15 22:48:01 2 0.07 0.00 0.07 0.00 0.02 99.85 22:57:15 22:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 22:57:15 22:49:01 all 0.21 0.00 0.05 0.00 0.00 99.74 22:57:15 22:49:01 0 0.08 0.00 0.03 0.00 0.00 99.88 22:57:15 22:49:01 1 0.58 0.00 0.10 0.00 0.00 99.32 22:57:15 22:49:01 2 0.10 0.00 0.05 0.00 0.00 99.85 22:57:15 22:49:01 3 0.07 0.00 0.02 0.00 0.00 99.92 22:57:15 22:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:57:15 22:50:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:57:15 22:50:01 1 0.50 0.00 0.03 0.00 0.00 99.47 22:57:15 22:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:57:15 22:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:57:15 22:51:01 all 0.11 0.00 0.05 0.00 0.00 99.84 22:57:15 22:51:01 0 0.03 0.00 0.05 0.00 0.02 99.90 22:57:15 22:51:01 1 0.38 0.00 0.08 0.00 0.00 99.53 22:57:15 22:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 22:57:15 22:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:57:15 22:52:01 all 0.08 0.00 0.07 0.00 0.00 99.85 22:57:15 22:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:57:15 22:52:01 1 0.25 0.00 0.13 0.00 0.00 99.62 22:57:15 22:52:01 2 0.03 0.00 0.05 0.00 0.00 99.92 22:57:15 22:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:57:15 22:53:02 all 0.16 0.00 0.02 0.00 0.00 99.82 22:57:15 22:53:02 0 0.03 0.00 0.03 0.00 0.00 99.93 22:57:15 22:53:02 1 0.55 0.00 0.02 0.00 0.00 99.43 22:57:15 22:53:02 2 0.05 0.00 0.02 0.00 0.00 99.93 22:57:15 22:53:02 3 0.00 0.00 0.02 0.00 0.00 99.98 22:57:15 22:54:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:57:15 22:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:57:15 22:54:01 1 0.52 0.00 0.03 0.00 0.02 99.42 22:57:15 22:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:57:15 22:54:01 3 0.03 0.00 0.00 0.00 0.00 99.97 22:57:15 22:55:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:57:15 22:55:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:57:15 22:55:01 1 0.50 0.00 0.03 0.00 0.00 99.47 22:57:15 22:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 22:57:15 22:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:57:15 22:56:01 all 12.89 0.00 7.92 4.35 0.18 74.66 22:57:15 22:56:01 0 13.79 0.00 7.27 5.11 0.14 73.69 22:57:15 22:56:01 1 12.09 0.00 8.14 3.04 0.20 76.53 22:57:15 22:56:01 2 12.62 0.00 8.06 3.81 0.19 75.32 22:57:15 22:56:01 3 13.06 0.00 8.20 5.45 0.21 73.08 22:57:15 22:57:01 all 13.71 0.00 8.45 4.01 0.08 73.75 22:57:15 22:57:01 0 11.29 0.00 8.67 2.94 0.07 77.04 22:57:15 22:57:01 1 12.30 0.00 8.17 3.51 0.07 75.96 22:57:15 22:57:01 2 12.77 0.00 8.59 2.42 0.10 76.11 22:57:15 22:57:01 3 18.52 0.00 8.36 7.21 0.07 65.85 22:57:15 Average: all 2.73 0.00 1.64 0.82 0.03 94.79 22:57:15 Average: 0 2.49 0.00 1.59 0.79 0.02 95.11 22:57:15 Average: 1 2.79 0.00 1.65 0.64 0.03 94.89 22:57:15 Average: 2 2.53 0.00 1.67 0.61 0.03 95.16 22:57:15 Average: 3 3.11 0.00 1.64 1.24 0.03 93.99 22:57:15 22:57:15 22:57:15