Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f76ef03b379754170973648241337b52e4c240a5 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f 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 cf598ef4eee878cf4fd68936879ff849bf9f782f (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cf598ef4eee878cf4fd68936879ff849bf9f782f # timeout=10 Commit message: "Merge pull request #334 from ernestojeda/archives-permissions" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-2201 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 Checking out Revision f76ef03b379754170973648241337b52e4c240a5 (master) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f f76ef03b379754170973648241337b52e4c240a5 # timeout=10 Commit message: "Merge pull request #807 from edgexfoundry/codeql" > git rev-list --no-walk 4d0ab0908a17ea98a569ad477d68e9c610b048c8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:33:21 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:33:21 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:33:21 ========================================================= 15:33:21 EdgeX Global Pipelines Version Info 15:33:21 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:33:23 ------------------- 15:33:23 stable info: 15:33:23 ------------------- 15:33:23 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:33:23 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 15:33:23 Message: update stable to v1.0.190 15:33:24 ------------------- 15:33:24 experimental info: 15:33:24 ------------------- 15:33:24 Commited By: **** collab-it+edgex@linuxfoundation.org 15:33:24 Commit SHA: cf598ef4eee878cf4fd68936879ff849bf9f782f 15:33:24 Message: update experimental to v1.0.190 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:33:24 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f76ef03b379754170973648241337b52e4c240a5 [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f76ef03 [Pipeline] echo 15:33:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:33:26 + git log --format=format:%s -1 f76ef03b379754170973648241337b52e4c240a5 [Pipeline] echo 15:33:26 GIT_COMMIT: f76ef03b379754170973648241337b52e4c240a5, Commit Message: Merge pull request #807 from edgexfoundry/codeql [Pipeline] echo 15:33:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 15:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:28 15:33:28 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:33:28 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:29 latest: Pulling from edgex-devops/git-semver 15:33:29 31603596830f: Pulling fs layer 15:33:29 54011a49482f: Pulling fs layer 15:33:29 a6820b24f6d8: Pulling fs layer 15:33:29 f581987b2513: Pulling fs layer 15:33:29 f581987b2513: Waiting 15:33:29 54011a49482f: Verifying Checksum 15:33:29 54011a49482f: Download complete 15:33:29 31603596830f: Verifying Checksum 15:33:29 31603596830f: Download complete 15:33:30 31603596830f: Pull complete 15:33:30 54011a49482f: Pull complete 15:33:31 a6820b24f6d8: Verifying Checksum 15:33:31 a6820b24f6d8: Download complete 15:33:32 f581987b2513: Verifying Checksum 15:33:32 f581987b2513: Download complete 15:33:33 a6820b24f6d8: Pull complete 15:33:35 f581987b2513: Pull complete 15:33:35 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 15:33:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:33:35 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:33:36 prd-centos7-docker-4c-2g-2201 does not seem to be running inside a container 15:33: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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:33:39 $ docker top 5656c04989b7ed00503fa101fa31006296e9cedd109f0b0ebff3fa25491dc5f8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:33:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:40 [ssh-agent] Looking for ssh-agent implementation... 15:33:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:40 $ docker exec 5656c04989b7ed00503fa101fa31006296e9cedd109f0b0ebff3fa25491dc5f8 ssh-agent 15:33:40 SSH_AUTH_SOCK=/tmp/ssh-FoPa3Zwcyj4j/agent.12 15:33:40 SSH_AGENT_PID=17 15:33:40 Running ssh-add (command line suppressed) 15:33:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2588107593953638532.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2588107593953638532.key) 15:33:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:41 + git tag --points-at HEAD [Pipeline] } 15:33:41 $ docker exec --env ******** --env ******** 5656c04989b7ed00503fa101fa31006296e9cedd109f0b0ebff3fa25491dc5f8 ssh-agent -k 15:33:42 unset SSH_AUTH_SOCK; 15:33:42 unset SSH_AGENT_PID; 15:33:42 echo Agent pid 17 killed; 15:33:42 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:33:42 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:33:42 [ssh-agent] Looking for ssh-agent implementation... 15:33:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:33:42 $ docker exec 5656c04989b7ed00503fa101fa31006296e9cedd109f0b0ebff3fa25491dc5f8 ssh-agent 15:33:42 SSH_AUTH_SOCK=/tmp/ssh-eUksiF7M50XZ/agent.46 15:33:42 SSH_AGENT_PID=51 15:33:42 Running ssh-add (command line suppressed) 15:33:42 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8579374289370511161.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8579374289370511161.key) 15:33:43 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:33:43 + git semver init 15:33:43 # -> Open(): unable to determine branch for HEAD 15:33:43 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:33:43 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:33:43 # $SEMVER_REMOTE_NAME = origin 15:33:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:33:43 # $SEMVER_USER_NAME = edgex-jenkins 15:33:43 # $SEMVER_BRANCH = master 15:33:43 # $SEMVER_TEMP = /tmp/semver-119896600 15:33:43 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 15:33:47 # '/tmp/semver-119896600' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 15:33:47 # -> Force: false 15:33:47 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:33:47 $ docker exec --env ******** --env ******** 5656c04989b7ed00503fa101fa31006296e9cedd109f0b0ebff3fa25491dc5f8 ssh-agent -k 15:33:47 unset SSH_AUTH_SOCK; 15:33:47 unset SSH_AGENT_PID; 15:33:47 echo Agent pid 51 killed; 15:33:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:33:48 + git semver [Pipeline] } 15:33:48 $ docker stop --time=1 5656c04989b7ed00503fa101fa31006296e9cedd109f0b0ebff3fa25491dc5f8 15:33:50 $ docker rm -f 5656c04989b7ed00503fa101fa31006296e9cedd109f0b0ebff3fa25491dc5f8 [Pipeline] // withDockerContainer [Pipeline] sh 15:33:51 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:33:52 Stashed 1 file(s) [Pipeline] echo 15:33:52 [edgeXSemver]: initialized semver on version 2.0.0-dev.50 [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 15:34:07 Still waiting to schedule task 15:34:07 ‘prd-centos7-docker-4c-2g-2199’ is offline; ‘prd-centos7-docker-4c-2g-2200’ is offline; ‘prd-centos7-docker-4c-2g-2202’ is offline 15:34:07 Still waiting to schedule task 15:34:07 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:35:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-2203 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:35:57 Running in /w/workspace/app-functions-sdk-go/220 [Pipeline] { [Pipeline] checkout 15:36:03 using credential edgex-jenkins-ssh 15:36:03 Cloning the remote Git repository 15:36:03 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:03 > git init /w/workspace/app-functions-sdk-go/220 # timeout=10 15:36:03 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:03 > git --version # timeout=10 15:36:03 > git --version # 'git version 2.17.1' 15:36:03 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:08 Checking out Revision f76ef03b379754170973648241337b52e4c240a5 (master) 15:36:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:36:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:07 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:36:07 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:08 > git config core.sparsecheckout # timeout=10 15:36:08 > git checkout -f f76ef03b379754170973648241337b52e4c240a5 # timeout=10 15:36:13 Commit message: "Merge pull request #807 from edgexfoundry/codeql" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:36:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:36:15 + sudo service docker restart+ 15:36:15 true [Pipeline] unstash [Pipeline] echo 15:36:18 ========================================================= 15:36:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:36:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36:19 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 15:36:20 Sending build context to Docker daemon 19.49MB 15:36:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:36:20 Step 2/8 : FROM ${BASE} 15:36:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:36:20 5f621e34cdf4: Pulling fs layer 15:36:20 a4357932f1b6: Pulling fs layer 15:36:20 18c013af1878: Pulling fs layer 15:36:20 00ac8860ef70: Pulling fs layer 15:36:20 63d7cb157983: Pulling fs layer 15:36:20 b116817d02f9: Pulling fs layer 15:36:20 745a02a5169b: Pulling fs layer 15:36:20 00ac8860ef70: Waiting 15:36:20 63d7cb157983: Waiting 15:36:20 b116817d02f9: Waiting 15:36:20 745a02a5169b: Waiting 15:36:20 18c013af1878: Verifying Checksum 15:36:20 18c013af1878: Download complete 15:36:20 a4357932f1b6: Verifying Checksum 15:36:20 a4357932f1b6: Download complete 15:36:20 63d7cb157983: Verifying Checksum 15:36:20 63d7cb157983: Download complete 15:36:20 b116817d02f9: Verifying Checksum 15:36:20 b116817d02f9: Download complete 15:36:20 5f621e34cdf4: Download complete 15:36:21 5f621e34cdf4: Pull complete 15:36:22 a4357932f1b6: Pull complete 15:36:22 18c013af1878: Pull complete 15:36:22 745a02a5169b: Verifying Checksum 15:36:22 745a02a5169b: Download complete 15:36:24 00ac8860ef70: Download complete 15:36:34 00ac8860ef70: Pull complete 15:36:35 63d7cb157983: Pull complete 15:36:35 b116817d02f9: Pull complete 15:36:37 Running on prd-centos7-docker-4c-2g-2204 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 15:36:37 Running in /w/workspace/app-functions-sdk-go/220 [Pipeline] { [Pipeline] checkout 15:36:39 745a02a5169b: Pull complete 15:36:39 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:36:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:36:39 ---> b7e6874047d6 15:36:39 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 15:36:39 20.10.0: Pulling from library/docker 15:36:39 a3cc7d3b244e: Pulling fs layer 15:36:39 02a3295e0d61: Pulling fs layer 15:36:39 0f4f2e6d8100: Pulling fs layer 15:36:39 330b718f631f: Pulling fs layer 15:36:39 a93816041522: Pulling fs layer 15:36:39 bdb6da89ff94: Pulling fs layer 15:36:39 2a70c0c122f4: Pulling fs layer 15:36:39 330b718f631f: Waiting 15:36:39 a93816041522: Waiting 15:36:39 bdb6da89ff94: Waiting 15:36:39 2a70c0c122f4: Waiting 15:36:39 0f4f2e6d8100: Download complete 15:36:39 02a3295e0d61: Download complete 15:36:39 a3cc7d3b244e: Download complete 15:36:39 a93816041522: Download complete 15:36:39 bdb6da89ff94: Verifying Checksum 15:36:39 bdb6da89ff94: Download complete 15:36:39 2a70c0c122f4: Verifying Checksum 15:36:39 2a70c0c122f4: Download complete 15:36:40 a3cc7d3b244e: Pull complete 15:36:40 using credential edgex-jenkins-ssh 15:36:40 Cloning the remote Git repository 15:36:41 02a3295e0d61: Pull complete 15:36:41 330b718f631f: Verifying Checksum 15:36:41 330b718f631f: Download complete 15:36:41 0f4f2e6d8100: Pull complete 15:36:40 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:40 > git init /w/workspace/app-functions-sdk-go/220 # timeout=10 15:36:40 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:40 > git --version # timeout=10 15:36:40 > git --version # 'git version 2.24.3' 15:36:40 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:42 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:36:42 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:36:42 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 15:36:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 15:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 15:36:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 15:36:42 Checking out Revision f76ef03b379754170973648241337b52e4c240a5 (master) 15:36:42 > git config core.sparsecheckout # timeout=10 15:36:42 > git checkout -f f76ef03b379754170973648241337b52e4c240a5 # timeout=10 15:36:45 330b718f631f: Pull complete 15:36:45 a93816041522: Pull complete 15:36:45 bdb6da89ff94: Pull complete 15:36:45 2a70c0c122f4: Pull complete 15:36:45 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:36:45 Status: Downloaded newer image for docker:20.10.0 15:36:46 Commit message: "Merge pull request #807 from edgexfoundry/codeql" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:36:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:36:47 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:36:48 + sudo service docker restart 15:36:48 + true 15:36:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 15:36:49 ========================================================= 15:36:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:36:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:36:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 15:36:50 Sending build context to Docker daemon 19.49MB 15:36:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 15:36:50 Step 2/8 : FROM ${BASE} 15:36:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:36:50 188c0c94c7c5: Pulling fs layer 15:36:50 0ef7d3d256c8: Pulling fs layer 15:36:50 de9db76c5a1d: Pulling fs layer 15:36:50 bca2f99d35d6: Pulling fs layer 15:36:50 93359f2a8cfa: Pulling fs layer 15:36:50 7c6f9722023f: Pulling fs layer 15:36:50 a35cf1a2eb13: Pulling fs layer 15:36:50 93359f2a8cfa: Waiting 15:36:50 7c6f9722023f: Waiting 15:36:50 a35cf1a2eb13: Waiting 15:36:50 bca2f99d35d6: Waiting 15:36:50 de9db76c5a1d: Verifying Checksum 15:36:50 de9db76c5a1d: Download complete 15:36:50 0ef7d3d256c8: Download complete 15:36:50 93359f2a8cfa: Download complete 15:36:50 7c6f9722023f: Verifying Checksum 15:36:50 7c6f9722023f: Download complete 15:36:50 188c0c94c7c5: Verifying Checksum 15:36:50 188c0c94c7c5: Download complete 15:36:51 188c0c94c7c5: Pull complete 15:36:51 0ef7d3d256c8: Pull complete 15:36:51 de9db76c5a1d: Pull complete 15:36:52 a35cf1a2eb13: Verifying Checksum 15:36:52 a35cf1a2eb13: Download complete 15:36:52 ---> 8f2becd6a046 15:36:52 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:36:52 ---> Running in 3039ab54a04d 15:36:52 bca2f99d35d6: Verifying Checksum 15:36:52 bca2f99d35d6: Download complete 15:36:52 Removing intermediate container 3039ab54a04d 15:36:52 ---> c855ec607739 15:36:52 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:36:52 ---> Running in 182c87bad736 15:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:36:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:36:56 (1/5) Installing libsodium (1.0.18-r0) 15:36:56 (2/5) Installing libzmq (4.3.3-r0) 15:36:56 (3/5) Installing pkgconf (1.7.2-r0) 15:36:56 (4/5) Installing libsodium-dev (1.0.18-r0) 15:36:56 (5/5) Installing zeromq-dev (4.3.3-r0) 15:36:56 Executing busybox-1.31.1-r19.trigger 15:36:56 OK: 144 MiB in 44 packages 15:36:58 Removing intermediate container 182c87bad736 15:36:58 ---> aa106c6dfe24 15:36:58 Step 6/8 : WORKDIR /build 15:36:58 ---> Running in bc4c6747fd00 15:36:58 bca2f99d35d6: Pull complete 15:36:58 93359f2a8cfa: Pull complete 15:36:58 7c6f9722023f: Pull complete 15:36:58 Removing intermediate container bc4c6747fd00 15:36:58 ---> b008289f0eba 15:36:58 Step 7/8 : COPY go.mod . 15:36:59 ---> f531067bbe72 15:36:59 Step 8/8 : RUN go mod download 15:36:59 ---> Running in 056a03883837 15:37:06 a35cf1a2eb13: Pull complete 15:37:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:37:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:37:06 ---> a62c8e92a672 15:37:06 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 15:37:06 20.10.0: Pulling from library/docker 15:37:06 05e7bc50f07f: Pulling fs layer 15:37:06 6db28d0fdbf6: Pulling fs layer 15:37:06 292df0bc6bf3: Pulling fs layer 15:37:06 2e060f4bd70b: Pulling fs layer 15:37:06 80e8d568a223: Pulling fs layer 15:37:06 8dc6ef1a942a: Pulling fs layer 15:37:06 2312dd95470a: Pulling fs layer 15:37:06 2e060f4bd70b: Waiting 15:37:06 80e8d568a223: Waiting 15:37:06 8dc6ef1a942a: Waiting 15:37:06 2312dd95470a: Waiting 15:37:06 292df0bc6bf3: Verifying Checksum 15:37:06 292df0bc6bf3: Download complete 15:37:06 6db28d0fdbf6: Verifying Checksum 15:37:06 6db28d0fdbf6: Download complete 15:37:06 80e8d568a223: Download complete 15:37:06 05e7bc50f07f: Verifying Checksum 15:37:06 8dc6ef1a942a: Verifying Checksum 15:37:06 8dc6ef1a942a: Download complete 15:37:06 2312dd95470a: Verifying Checksum 15:37:06 2312dd95470a: Download complete 15:37:06 05e7bc50f07f: Pull complete 15:37:06 6db28d0fdbf6: Pull complete 15:37:06 292df0bc6bf3: Pull complete 15:37:06 2e060f4bd70b: Verifying Checksum 15:37:06 2e060f4bd70b: Download complete 15:37:09 2e060f4bd70b: Pull complete 15:37:09 80e8d568a223: Pull complete 15:37:09 8dc6ef1a942a: Pull complete 15:37:09 2312dd95470a: Pull complete 15:37:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 15:37:09 Status: Downloaded newer image for docker:20.10.0 15:37:11 ---> bf1693a1eaf4 15:37:11 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 15:37:11 ---> Running in 12e53154fcd1 15:37:11 Removing intermediate container 12e53154fcd1 15:37:11 ---> 57a1c2007fd6 15:37:11 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 15:37:11 ---> Running in 96968710afcf 15:37:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:37:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:37:13 (1/5) Installing libsodium (1.0.18-r0) 15:37:13 (2/5) Installing libzmq (4.3.3-r0) 15:37:13 (3/5) Installing pkgconf (1.7.2-r0) 15:37:13 (4/5) Installing libsodium-dev (1.0.18-r0) 15:37:13 (5/5) Installing zeromq-dev (4.3.3-r0) 15:37:13 Executing busybox-1.31.1-r19.trigger 15:37:13 OK: 167 MiB in 44 packages 15:37:14 Removing intermediate container 96968710afcf 15:37:14 ---> ae3c9b8691a3 15:37:14 Step 6/8 : WORKDIR /build 15:37:14 ---> Running in 255c1e0fc078 15:37:14 Removing intermediate container 255c1e0fc078 15:37:14 ---> 0e8c6e8e5d70 15:37:14 Step 7/8 : COPY go.mod . 15:37:14 ---> edf7b0273cfb 15:37:14 Step 8/8 : RUN go mod download 15:37:15 ---> Running in c8076251cb08 15:37:26 Removing intermediate container 056a03883837 15:37:26 ---> 4f605a4bece6 15:37:26 Successfully built 4f605a4bece6 15:37:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:37:26 + docker inspect -f . ci-base-image-arm64 15:37:26 . [Pipeline] withDockerContainer 15:37:26 prd-ubuntu18.04-docker-arm64-4c-16g-2203 does not seem to be running inside a container 15:37:27 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/220 -v /w/workspace/app-functions-sdk-go/220:/w/workspace/app-functions-sdk-go/220:rw,z -v /w/workspace/app-functions-sdk-go/220@tmp:/w/workspace/app-functions-sdk-go/220@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 ******** ci-base-image-arm64 cat 15:37:28 $ docker top 6c9e7cbac413b730119dda4afa05de77da24bf56f493d67cffa23710c7f89ef1 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:29 + go version 15:37:29 go version go1.15.5 linux/arm64 [Pipeline] } 15:37:29 $ docker stop --time=1 6c9e7cbac413b730119dda4afa05de77da24bf56f493d67cffa23710c7f89ef1 15:37:31 $ docker rm -f 6c9e7cbac413b730119dda4afa05de77da24bf56f493d67cffa23710c7f89ef1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:31 + docker inspect -f . ci-base-image-arm64 15:37:31 . [Pipeline] withDockerContainer 15:37:32 prd-ubuntu18.04-docker-arm64-4c-16g-2203 does not seem to be running inside a container 15:37:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/220 -v /w/workspace/app-functions-sdk-go/220:/w/workspace/app-functions-sdk-go/220:rw,z -v /w/workspace/app-functions-sdk-go/220@tmp:/w/workspace/app-functions-sdk-go/220@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 ******** ci-base-image-arm64 cat 15:37:33 $ docker top 7bba9ef8ce164c49002bffce60896f9e95c9a2a5842e109dbb412a64d47f5444 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:34 + make test 15:37:34 make -C ./app-service-template build 15:37:34 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/220/app-service-template' 15:37:34 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 15:37:37 Removing intermediate container c8076251cb08 15:37:37 ---> 5143f6ef4693 15:37:37 Successfully built 5143f6ef4693 15:37:37 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:37:37 + docker inspect -f . ci-base-image-x86_64 15:37:37 . [Pipeline] withDockerContainer 15:37:37 prd-centos7-docker-4c-2g-2204 does not seem to be running inside a container 15:37:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/220 -v /w/workspace/app-functions-sdk-go/220:/w/workspace/app-functions-sdk-go/220:rw,z -v /w/workspace/app-functions-sdk-go/220@tmp:/w/workspace/app-functions-sdk-go/220@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 ******** ci-base-image-x86_64 cat 15:37:38 $ docker top f69150c0bd48d902047fc4c1e4939e35e648000bb13245720ea9395025fc0776 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:39 + go version 15:37:39 go version go1.15.5 linux/amd64 [Pipeline] } 15:37:39 $ docker stop --time=1 f69150c0bd48d902047fc4c1e4939e35e648000bb13245720ea9395025fc0776 15:37:40 $ docker rm -f f69150c0bd48d902047fc4c1e4939e35e648000bb13245720ea9395025fc0776 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:37:41 + docker inspect -f . ci-base-image-x86_64 15:37:41 . [Pipeline] withDockerContainer 15:37:41 prd-centos7-docker-4c-2g-2204 does not seem to be running inside a container 15:37:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/220 -v /w/workspace/app-functions-sdk-go/220:/w/workspace/app-functions-sdk-go/220:rw,z -v /w/workspace/app-functions-sdk-go/220@tmp:/w/workspace/app-functions-sdk-go/220@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 ******** ci-base-image-x86_64 cat 15:37:41 $ docker top 99e9b7851dd071de4250457ce52f3fe0b3d09015d942a324f6353ee981c754e7 -eo pid,comm [Pipeline] { [Pipeline] sh 15:37:42 + make test 15:37:42 make -C ./app-service-template build 15:37:42 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/220/app-service-template' 15:37:42 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 15:37:57 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/220/app-service-template' 15:37:57 make -C ./app-service-template test 15:37:57 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/220/app-service-template' 15:37:57 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:38:03 ok new-app-service 0.019s coverage: 47.8% of statements 15:38:03 ? new-app-service/config [no test files] 15:38:03 ok new-app-service/functions 0.011s 15:38:03 CGO_ENABLED=1 go vet ./... 15:38:08 gofmt -l . 15:38:08 [ "`gofmt -l .`" = "" ] 15:38:08 ./bin/test-go-mod-tidy.sh 15:38:08 ./bin/test-attribution-txt.sh 15:38:09 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/220/app-service-template' 15:38:09 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 15:38:09 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 15:38:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.019s coverage: 55.8% of statements 15:38:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.023s coverage: 92.5% of statements 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 15:38:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.028s coverage: 61.5% of statements 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 15:38:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.010s 15:38:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.059s coverage: 75.4% of statements 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 15:38:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.012s coverage: 97.0% of statements 15:38:12 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 15:38:12 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.018s coverage: 10.5% of statements 15:38:13 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/220/app-service-template' 15:38:13 make -C ./app-service-template test 15:38:13 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/220/app-service-template' 15:38:13 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 15:38:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.752s coverage: 78.4% of statements 15:38:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 15:38:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.012s coverage: 18.4% of statements 15:38:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.013s coverage: 27.3% of statements 15:38:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 15:38:17 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 15:38:17 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.011s coverage: 71.7% of statements 15:38:32 ok new-app-service 0.033s coverage: 47.8% of statements 15:38:32 ? new-app-service/config [no test files] 15:38:32 ok new-app-service/functions 0.028s 15:38:32 CGO_ENABLED=1 go vet ./... 15:38:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.045s coverage: 81.9% of statements 15:38:43 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.032s coverage: 94.4% of statements 15:38:43 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:38:43 gofmt -l . 15:38:43 [ "`gofmt -l .`" = "" ] 15:38:43 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 15:38:43 $ docker stop --time=1 99e9b7851dd071de4250457ce52f3fe0b3d09015d942a324f6353ee981c754e7 15:38:45 gofmt -l . 15:38:45 [ "`gofmt -l .`" = "" ] 15:38:45 ./bin/test-go-mod-tidy.sh 15:38:45 ./bin/test-attribution-txt.sh 15:38:45 $ docker rm -f 99e9b7851dd071de4250457ce52f3fe0b3d09015d942a324f6353ee981c754e7 15:38:45 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/220/app-service-template' 15:38:45 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] // withDockerContainer [Pipeline] sh 15:38:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:38:46 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 15:38:47 ---> job-cost.sh 15:38:47 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UmeF 15:38:47 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 15:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.071s coverage: 55.8% of statements 15:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.036s coverage: 92.5% of statements 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 15:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.080s coverage: 61.5% of statements 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 15:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.024s 15:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.096s coverage: 75.4% of statements 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 15:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.025s coverage: 97.0% of statements 15:38:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 15:38:57 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.109s coverage: 10.5% of statements 15:39:02 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.816s coverage: 78.4% of statements 15:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 15:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.057s coverage: 18.4% of statements 15:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.054s coverage: 27.3% of statements 15:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 15:39:02 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 15:39:02 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.039s coverage: 71.7% of statements 15:39:28 lf-activate-venv(): INFO: Adding /tmp/venv-UmeF/bin to PATH 15:39:28 INFO: No Stack... 15:39:28 INFO: Retrieving Pricing Info for: v1-standard-2 15:39:28 INFO: Archiving Costs [Pipeline] sh 15:39:29 + cat /w/workspace/app-functions-sdk-go/220/archives/cost.csv 15:39:29 + cut -d, -f6 [Pipeline] lock 15:39:29 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-220-stack-cost] 15:39:29 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-220-stack-cost] did not exist. Created. 15:39:29 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-220-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:39:29 + echo total: 0.029999999329447746 [Pipeline] stash 15:39:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.081s coverage: 81.9% of statements 15:39:29 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.025s coverage: 94.4% of statements 15:39:29 CGO_ENABLED=1 GO111MODULE=on go vet ./... 15:39:29 Stashed 1 file(s) [Pipeline] } 15:39:29 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-220-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:39:32 gofmt -l . 15:39:32 [ "`gofmt -l .`" = "" ] 15:39:32 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 15:39:33 $ docker stop --time=1 7bba9ef8ce164c49002bffce60896f9e95c9a2a5842e109dbb412a64d47f5444 15:39:35 $ docker rm -f 7bba9ef8ce164c49002bffce60896f9e95c9a2a5842e109dbb412a64d47f5444 [Pipeline] // withDockerContainer [Pipeline] sh 15:39:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 15:39:36 Warning: overwriting stash ‘coverage-report’ 15:39:37 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 15:39:37 ---> job-cost.sh 15:39:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xr6Y 15:40:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 15:41:38 lf-activate-venv(): INFO: Adding /tmp/venv-xr6Y/bin to PATH 15:41:38 INFO: No Stack... 15:41:38 INFO: Retrieving Pricing Info for: lf-standard-4 15:41:38 INFO: Archiving Costs [Pipeline] sh 15:41:38 + cat /w/workspace/app-functions-sdk-go/220/archives/cost.csv 15:41:38 + cut -d, -f6 [Pipeline] lock 15:41:38 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-220-stack-cost] 15:41:38 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-220-stack-cost] did not exist. Created. 15:41:38 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-220-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 15:41:39 /w/workspace/app-functions-sdk-go/220@tmp/durable-946748e4/script.sh: 1: /w/workspace/app-functions-sdk-go/220@tmp/durable-946748e4/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 15:41:39 + echo total: 0.20999999344348907 [Pipeline] stash 15:41:39 Warning: overwriting stash ‘stack-cost’ 15:41:39 Stashed 1 file(s) [Pipeline] } 15:41:39 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-220-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 15:41:40 provisioning config files... 15:41:40 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6899508869744511064tmp [Pipeline] { [Pipeline] sh 15:41:41 + set +x 15:41:41 + curl -s https://codecov.io/bash 15:41:41 + bash -s -- 15:41:41 15:41:41 _____ _ 15:41:41 / ____| | | 15:41:41 | | ___ __| | ___ ___ _____ __ 15:41:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 15:41:41 | |___| (_) | (_| | __/ (_| (_) \ V / 15:41:41 \_____\___/ \__,_|\___|\___\___/ \_/ 15:41:41 Bash-1.0.2 15:41:41 15:41:41 15:41:41 ==> git version 2.24.3 found 15:41:41 ==> 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 15:41:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 15:41:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 15:41:41 ==> Jenkins CI detected. 15:41:41 project root: . 15:41:41 --> token set from env 15:41:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 15:41:41 ==> Running gcov in . (disable via -X gcov) 15:41:41 ==> Python coveragepy not found 15:41:41 ==> Searching for coverage reports in: 15:41:41 + . 15:41:41 -> Found 2 reports 15:41:41 ==> Detecting git/mercurial file structure 15:41:41 ==> Reading reports 15:41:41 + ./app-service-template/coverage.out bytes=1055 15:41:42 + ./coverage.out bytes=86827 15:41:42 ==> Appending adjustments 15:41:42 https://docs.codecov.io/docs/fixing-reports 15:41:42 + Found adjustments 15:41:42 ==> Gzipping contents 15:41:42 16K /tmp/codecov.8gs6Na.gz 15:41:42 ==> Uploading reports 15:41:42 url: https://codecov.io 15:41:42 query: branch=master&commit=f76ef03b379754170973648241337b52e4c240a5&build=220&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F220%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:41:42 -> Pinging Codecov 15:41:42 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=f76ef03b379754170973648241337b52e4c240a5&build=220&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F220%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 15:41:44 -> Uploading to 15:41:44 https://storage.googleapis.com/codecov/v4/raw/2021-04-28/3D8B5DFFC46A037C893635FACE044666/f76ef03b379754170973648241337b52e4c240a5/f0ce0e6b-4500-4a48-821a-879ec580a938.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210428T154143Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=351b9c057d5689fdb3acf75ab3460a227dd692b1305b879fb7d647635e4bb880 15:41:44 % Total % Received % Xferd Average Speed Time Time Time Current 15:41:44 Dload Upload Total Spent Left Speed 15:41:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15287 0 0 100 15287 0 24899 --:--:-- --:--:-- --:--:-- 24938 15:41:44 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/f76ef03b379754170973648241337b52e4c240a5 [Pipeline] } 15:41:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 15:41:45 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 15:41:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:41:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:41:45 15:41:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 15:41:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:41:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 15:41:46 188c0c94c7c5: Pulling fs layer 15:41:46 0ef7d3d256c8: Pulling fs layer 15:41:46 de9db76c5a1d: Pulling fs layer 15:41:46 0eba1c9be4d2: Pulling fs layer 15:41:46 0d57e429df01: Pulling fs layer 15:41:46 4e4be7b47b0d: Pulling fs layer 15:41:46 e1f770b5df2f: Pulling fs layer 15:41:46 85a0685a4137: Pulling fs layer 15:41:46 0eba1c9be4d2: Waiting 15:41:46 0d57e429df01: Waiting 15:41:46 4e4be7b47b0d: Waiting 15:41:46 e1f770b5df2f: Waiting 15:41:46 85a0685a4137: Waiting 15:41:46 de9db76c5a1d: Verifying Checksum 15:41:46 de9db76c5a1d: Download complete 15:41:46 0ef7d3d256c8: Verifying Checksum 15:41:46 0ef7d3d256c8: Download complete 15:41:46 0d57e429df01: Verifying Checksum 15:41:46 0d57e429df01: Download complete 15:41:46 4e4be7b47b0d: Verifying Checksum 15:41:46 4e4be7b47b0d: Download complete 15:41:46 188c0c94c7c5: Verifying Checksum 15:41:46 188c0c94c7c5: Download complete 15:41:47 188c0c94c7c5: Pull complete 15:41:48 0ef7d3d256c8: Pull complete 15:41:48 de9db76c5a1d: Pull complete 15:41:48 e1f770b5df2f: Verifying Checksum 15:41:48 e1f770b5df2f: Download complete 15:41:53 0eba1c9be4d2: Verifying Checksum 15:41:53 0eba1c9be4d2: Download complete 15:41:56 85a0685a4137: Verifying Checksum 15:41:56 85a0685a4137: Download complete 15:42:09 0eba1c9be4d2: Pull complete 15:42:10 0d57e429df01: Pull complete 15:42:10 4e4be7b47b0d: Pull complete 15:42:13 e1f770b5df2f: Pull complete 15:42:36 85a0685a4137: Pull complete 15:42:36 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 15:42:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 15:42:36 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 15:42:37 prd-centos7-docker-4c-2g-2201 does not seem to be running inside a container 15:42:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 15:42:39 $ docker top eeb679fbbb8202866d05349c12cfd531d9ffa9061aad44462d126a92dca00cab -eo pid,comm [Pipeline] { [Pipeline] echo 15:42:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 15:42:39 + set -o pipefail 15:42:39 + snyk monitor '--org=edgex-jenkins' 15:42:58 15:42:58 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 15:42:58 15:42:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/4650cfcc-2d91-4340-90ad-48c356dd8bb1 15:42:58 15:42:58 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 15:42:58 15:42:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 15:42:58 15:42:58 [Pipeline] } 15:42:58 $ docker stop --time=1 eeb679fbbb8202866d05349c12cfd531d9ffa9061aad44462d126a92dca00cab 15:43:00 $ docker rm -f eeb679fbbb8202866d05349c12cfd531d9ffa9061aad44462d126a92dca00cab [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 15:43:02 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:43:02 provisioning config files... 15:43:02 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5543284058617983332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:43:02 --> edgex-publish-swagger.sh 15:43:02 === Publish openapi/v2 API === 15:43:02 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 15:43:02 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 15:43:02 % Total % Received % Xferd Average Speed Time Time Time Current 15:43:02 Dload Upload Total Spent Left Speed 15:43:04 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 9590 0:00:01 0:00:01 --:--:-- 9597 100 13052 0 0 100 13052 0 7887 0:00:01 0:00:01 --:--:-- 7891 15:43:04 15:43:04 [Pipeline] } 15:43:04 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 15:43:04 + git log --format=format:%s -1 f76ef03b379754170973648241337b52e4c240a5 [Pipeline] isUnix [Pipeline] sh 15:43:05 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:43:05 . [Pipeline] withDockerContainer 15:43:05 prd-centos7-docker-4c-2g-2201 does not seem to be running inside a container 15:43:06 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:43:07 $ docker top 7d59b320b71fbf68eadcb336ee7f96c5555b1e4848d24cb7b371f75e77d1f227 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:43:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:43:08 [ssh-agent] Looking for ssh-agent implementation... 15:43:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:43:08 $ docker exec 7d59b320b71fbf68eadcb336ee7f96c5555b1e4848d24cb7b371f75e77d1f227 ssh-agent 15:43:09 SSH_AUTH_SOCK=/tmp/ssh-dITffX9tYVr9/agent.11 15:43:09 SSH_AGENT_PID=16 15:43:09 Running ssh-add (command line suppressed) 15:43:09 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_383786539694951263.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_383786539694951263.key) 15:43:09 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:43:10 + git semver tag 15:43:10 # -> Open(): unable to determine branch for HEAD 15:43:10 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:43:10 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:43:10 # $SEMVER_REMOTE_NAME = origin 15:43:10 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:43:10 # $SEMVER_USER_NAME = edgex-jenkins 15:43:10 # $SEMVER_BRANCH = master 15:43:10 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:43:10 # f76ef03b379754170973648241337b52e4c240a5 HEAD 15:43:10 # -> Force: false 15:43:10 # 032e1d9ebffbf73391d66b7d61231a39a633b5c6 refs/tags/v2.0.0-dev.50 [Pipeline] } 15:43:10 $ docker exec --env ******** --env ******** 7d59b320b71fbf68eadcb336ee7f96c5555b1e4848d24cb7b371f75e77d1f227 ssh-agent -k 15:43:11 unset SSH_AUTH_SOCK; 15:43:11 unset SSH_AGENT_PID; 15:43:11 echo Agent pid 16 killed; 15:43:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:43:11 + git semver [Pipeline] } 15:43:11 $ docker stop --time=1 7d59b320b71fbf68eadcb336ee7f96c5555b1e4848d24cb7b371f75e77d1f227 15:43:13 $ docker rm -f 7d59b320b71fbf68eadcb336ee7f96c5555b1e4848d24cb7b371f75e77d1f227 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 15:43:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:43:14 15:43:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 15:43:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:43:15 0.23.1-centos7: Pulling from edgex-lftools 15:43:15 ab5ef0e58194: Pulling fs layer 15:43:15 9712f1f96733: Pulling fs layer 15:43:15 63f879dbbcfc: Pulling fs layer 15:43:15 0d9ebad4ef96: Pulling fs layer 15:43:15 e9a5061849ea: Pulling fs layer 15:43:15 d747dcd14b5f: Pulling fs layer 15:43:15 2de7ff778b66: Pulling fs layer 15:43:15 0d9ebad4ef96: Waiting 15:43:15 e9a5061849ea: Waiting 15:43:15 d747dcd14b5f: Waiting 15:43:15 2de7ff778b66: Waiting 15:43:15 9712f1f96733: Verifying Checksum 15:43:15 9712f1f96733: Download complete 15:43:21 63f879dbbcfc: Verifying Checksum 15:43:21 63f879dbbcfc: Download complete 15:43:21 e9a5061849ea: Verifying Checksum 15:43:21 e9a5061849ea: Download complete 15:43:22 d747dcd14b5f: Verifying Checksum 15:43:22 d747dcd14b5f: Download complete 15:43:23 2de7ff778b66: Verifying Checksum 15:43:23 2de7ff778b66: Download complete 15:43:24 0d9ebad4ef96: Verifying Checksum 15:43:24 0d9ebad4ef96: Download complete 15:43:25 ab5ef0e58194: Verifying Checksum 15:43:25 ab5ef0e58194: Download complete 15:43:35 ab5ef0e58194: Pull complete 15:43:36 9712f1f96733: Pull complete 15:43:39 63f879dbbcfc: Pull complete 15:43:55 0d9ebad4ef96: Pull complete 15:43:55 e9a5061849ea: Pull complete 15:43:56 d747dcd14b5f: Pull complete 15:44:02 2de7ff778b66: Pull complete 15:44:02 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 15:44:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 15:44:02 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 15:44:02 prd-centos7-docker-4c-2g-2201 does not seem to be running inside a container 15:44:02 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 15:44:05 $ docker top 99d80b64f89c74d4339455f613ab9d89f8a7124c03dbdd12a587dcd72bc1c88d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 15:44:05 provisioning config files... 15:44:05 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7296364666884649316tmp 15:44:05 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8558110407285603345tmp 15:44:05 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7862119865587935298tmp [Pipeline] { [Pipeline] echo 15:44:05 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 15:44:06 ---> sigul-configuration.sh 15:44:06 gpg: directory `/root/.gnupg' created 15:44:06 gpg: new configuration file `/root/.gnupg/gpg.conf' created 15:44:06 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 15:44:06 gpg: keyring `/root/.gnupg/secring.gpg' created 15:44:06 gpg: keyring `/root/.gnupg/pubring.gpg' created 15:44:06 gpg: CAST5 encrypted data 15:44:06 gpg: encrypted with 1 passphrase 15:44:06 gpg: WARNING: message was not integrity protected [Pipeline] sh 15:44:07 + mkdir /home/jenkins 15:44:07 + mkdir /home/jenkins/sigul [Pipeline] sh 15:44:07 + 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 15:44:08 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 15:44:08 ---> sigul-install.sh 15:44:23 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 15:44:24 + git tag --list 15:44:24 v0.1.0 15:44:24 v0.1.1 15:44:24 v1.0.0 15:44:24 v1.1.0 15:44:24 v1.2.0 15:44:24 v1.3.0 15:44:24 v1.3.1 15:44:24 v1.3.1-dev.1 15:44:24 v1.3.2-dev.1 15:44:24 v2.0.0-dev.1 15:44:24 v2.0.0-dev.10 15:44:24 v2.0.0-dev.11 15:44:24 v2.0.0-dev.12 15:44:24 v2.0.0-dev.13 15:44:24 v2.0.0-dev.14 15:44:24 v2.0.0-dev.15 15:44:24 v2.0.0-dev.16 15:44:24 v2.0.0-dev.17 15:44:24 v2.0.0-dev.18 15:44:24 v2.0.0-dev.19 15:44:24 v2.0.0-dev.2 15:44:24 v2.0.0-dev.20 15:44:24 v2.0.0-dev.21 15:44:24 v2.0.0-dev.22 15:44:24 v2.0.0-dev.23 15:44:24 v2.0.0-dev.24 15:44:24 v2.0.0-dev.25 15:44:24 v2.0.0-dev.26 15:44:24 v2.0.0-dev.27 15:44:24 v2.0.0-dev.28 15:44:24 v2.0.0-dev.29 15:44:24 v2.0.0-dev.3 15:44:24 v2.0.0-dev.30 15:44:24 v2.0.0-dev.31 15:44:24 v2.0.0-dev.32 15:44:24 v2.0.0-dev.33 15:44:24 v2.0.0-dev.34 15:44:24 v2.0.0-dev.35 15:44:24 v2.0.0-dev.36 15:44:24 v2.0.0-dev.37 15:44:24 v2.0.0-dev.38 15:44:24 v2.0.0-dev.39 15:44:24 v2.0.0-dev.4 15:44:24 v2.0.0-dev.40 15:44:24 v2.0.0-dev.41 15:44:24 v2.0.0-dev.42 15:44:24 v2.0.0-dev.43 15:44:24 v2.0.0-dev.44 15:44:24 v2.0.0-dev.45 15:44:24 v2.0.0-dev.46 15:44:24 v2.0.0-dev.47 15:44:24 v2.0.0-dev.48 15:44:24 v2.0.0-dev.49 15:44:24 v2.0.0-dev.5 15:44:24 v2.0.0-dev.50 15:44:24 v2.0.0-dev.6 15:44:24 v2.0.0-dev.7 15:44:24 v2.0.0-dev.8 15:44:24 v2.0.0-dev.9 [Pipeline] sh 15:44:25 + lftools sign git-tag v2.0.0-dev.50 15:44:27 Signing Git tag with Sigul... 15:44:27 Signing v2.0.0-dev.50 [Pipeline] echo 15:44:28 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 15:44:29 ---> sigul-configuration-cleanup.sh [Pipeline] } 15:44:29 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 15:44:29 $ docker stop --time=1 99d80b64f89c74d4339455f613ab9d89f8a7124c03dbdd12a587dcd72bc1c88d 15:44:31 $ docker rm -f 99d80b64f89c74d4339455f613ab9d89f8a7124c03dbdd12a587dcd72bc1c88d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 15:44:32 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:44:32 . [Pipeline] withDockerContainer 15:44:32 prd-centos7-docker-4c-2g-2201 does not seem to be running inside a container 15:44:32 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:44:33 $ docker top 2b6f0a195d71300f263c12f28554a7ea3e4240c0c70f33935d0168a729de5be1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:44:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:44:33 [ssh-agent] Looking for ssh-agent implementation... 15:44:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:44:34 $ docker exec 2b6f0a195d71300f263c12f28554a7ea3e4240c0c70f33935d0168a729de5be1 ssh-agent 15:44:35 SSH_AUTH_SOCK=/tmp/ssh-FQkke96BA18h/agent.12 15:44:35 SSH_AGENT_PID=17 15:44:35 Running ssh-add (command line suppressed) 15:44:35 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1368936806244061512.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1368936806244061512.key) 15:44:35 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:44:36 + git semver bump pre 15:44:36 # -> Open(): unable to determine branch for HEAD 15:44:36 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:44:36 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:44:36 # $SEMVER_REMOTE_NAME = origin 15:44:36 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:44:36 # $SEMVER_USER_NAME = edgex-jenkins 15:44:36 # $SEMVER_BRANCH = master 15:44:36 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 15:44:36 2.0.0-dev.51 [Pipeline] } 15:44:36 $ docker exec --env ******** --env ******** 2b6f0a195d71300f263c12f28554a7ea3e4240c0c70f33935d0168a729de5be1 ssh-agent -k 15:44:36 unset SSH_AUTH_SOCK; 15:44:36 unset SSH_AGENT_PID; 15:44:36 echo Agent pid 17 killed; 15:44:36 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:44:36 + git semver [Pipeline] } 15:44:37 $ docker stop --time=1 2b6f0a195d71300f263c12f28554a7ea3e4240c0c70f33935d0168a729de5be1 15:44:38 $ docker rm -f 2b6f0a195d71300f263c12f28554a7ea3e4240c0c70f33935d0168a729de5be1 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 15:44:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:44:39 . [Pipeline] withDockerContainer 15:44:39 prd-centos7-docker-4c-2g-2201 does not seem to be running inside a container 15:44:39 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:44:40 $ docker top 373e6eb138164dcc4dfd447a7fbe8704314416e1eca0e8e39dfb8634b2d0db84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:44:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:44:41 [ssh-agent] Looking for ssh-agent implementation... 15:44:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:44:41 $ docker exec 373e6eb138164dcc4dfd447a7fbe8704314416e1eca0e8e39dfb8634b2d0db84 ssh-agent 15:44:41 SSH_AUTH_SOCK=/tmp/ssh-lvjgh6iVr3u4/agent.12 15:44:41 SSH_AGENT_PID=17 15:44:41 Running ssh-add (command line suppressed) 15:44:42 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6369105205921560952.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6369105205921560952.key) 15:44:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:44:43 + git semver push 15:44:43 # -> Open(): unable to determine branch for HEAD 15:44:43 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 15:44:43 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 15:44:43 # $SEMVER_REMOTE_NAME = origin 15:44:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:44:43 # $SEMVER_USER_NAME = edgex-jenkins 15:44:43 # $SEMVER_BRANCH = master 15:44:43 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 15:44:49 $ docker exec --env ******** --env ******** 373e6eb138164dcc4dfd447a7fbe8704314416e1eca0e8e39dfb8634b2d0db84 ssh-agent -k 15:44:49 unset SSH_AUTH_SOCK; 15:44:49 unset SSH_AGENT_PID; 15:44:49 echo Agent pid 17 killed; 15:44:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:44:49 + git semver [Pipeline] } 15:44:49 $ docker stop --time=1 373e6eb138164dcc4dfd447a7fbe8704314416e1eca0e8e39dfb8634b2d0db84 15:44:51 $ docker rm -f 373e6eb138164dcc4dfd447a7fbe8704314416e1eca0e8e39dfb8634b2d0db84 [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 15:44:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:44:53 ---> package-listing.sh 15:44:53 ++ tr '[:upper:]' '[:lower:]' 15:44:53 ++ facter osfamily 15:44:53 + OS_FAMILY=redhat 15:44:53 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 15:44:53 + START_PACKAGES=/tmp/packages_start.txt 15:44:53 + END_PACKAGES=/tmp/packages_end.txt 15:44:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:44:53 + PACKAGES=/tmp/packages_start.txt 15:44:53 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:44:53 + PACKAGES=/tmp/packages_end.txt 15:44:53 + case "${OS_FAMILY}" in 15:44:53 + rpm -qa 15:44:53 + sort 15:45:02 + '[' -f /tmp/packages_start.txt ']' 15:45:02 + '[' -f /tmp/packages_end.txt ']' 15:45:02 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:45:02 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 15:45:02 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 15:45:02 + 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 15:45:02 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 15:45:03 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:45:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:45:03 15:45:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:45:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:45:04 alpine: Pulling from edgex-lftools-log-publisher 15:45:04 df20fa9351a1: Pulling fs layer 15:45:04 36b3adc4ff6f: Pulling fs layer 15:45:04 8ad3a11d3b57: Pulling fs layer 15:45:04 46f8f816bc3b: Pulling fs layer 15:45:04 93b61091891f: Pulling fs layer 15:45:04 93b9cdb0e59b: Pulling fs layer 15:45:04 5e14af77c1be: Pulling fs layer 15:45:04 01666e4c0597: Pulling fs layer 15:45:04 aa168da1d23b: Pulling fs layer 15:45:04 93b61091891f: Waiting 15:45:04 93b9cdb0e59b: Waiting 15:45:04 5e14af77c1be: Waiting 15:45:04 01666e4c0597: Waiting 15:45:04 aa168da1d23b: Waiting 15:45:04 36b3adc4ff6f: Verifying Checksum 15:45:04 36b3adc4ff6f: Download complete 15:45:04 46f8f816bc3b: Verifying Checksum 15:45:04 46f8f816bc3b: Download complete 15:45:04 df20fa9351a1: Verifying Checksum 15:45:04 df20fa9351a1: Download complete 15:45:04 93b9cdb0e59b: Verifying Checksum 15:45:04 93b9cdb0e59b: Download complete 15:45:04 5e14af77c1be: Verifying Checksum 15:45:04 5e14af77c1be: Download complete 15:45:04 93b61091891f: Download complete 15:45:04 01666e4c0597: Verifying Checksum 15:45:04 01666e4c0597: Download complete 15:45:04 8ad3a11d3b57: Verifying Checksum 15:45:04 8ad3a11d3b57: Download complete 15:45:05 df20fa9351a1: Pull complete 15:45:05 36b3adc4ff6f: Pull complete 15:45:07 8ad3a11d3b57: Pull complete 15:45:07 aa168da1d23b: Verifying Checksum 15:45:07 aa168da1d23b: Download complete 15:45:07 46f8f816bc3b: Pull complete 15:45:08 93b61091891f: Pull complete 15:45:08 93b9cdb0e59b: Pull complete 15:45:08 5e14af77c1be: Pull complete 15:45:08 01666e4c0597: Pull complete 15:45:23 aa168da1d23b: Pull complete 15:45:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:45:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:45:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:45:24 prd-centos7-docker-4c-2g-2201 does not seem to be running inside a container 15:45:24 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:45:28 $ docker top a8d9f34370f196f7eb81b653757a16cd2208430da153d4103dff22ba150c53b4 -eo pid,comm [Pipeline] { [Pipeline] sh 15:45:29 + touch /tmp/pre-build-complete [Pipeline] sh 15:45:30 + mkdir -p /var/log/sa [Pipeline] sh 15:45:31 + ls /var/log/sa-host 15:45:31 + sadf -c /var/log/sa-host/sa23 15:45:31 file_magic: OK 15:45:31 HZ: Using current value: 100 15:45:31 file_header: OK 15:45:31 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 15:45:31 Statistics: 15:45:31 Hnuu...uuuununununu... 15:45:31 File successfully converted to sysstat format version 12.2.1 15:45:31 + sadf -c /var/log/sa-host/sa28 15:45:31 file_magic: OK 15:45:31 HZ: Using current value: 100 15:45:31 file_header: OK 15:45:31 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 15:45:31 Statistics: 15:45:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 15:45:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:45:32 provisioning config files... 15:45:32 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3806872115084228331tmp [Pipeline] { [Pipeline] echo 15:45:32 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:45:32 ---> create-netrc.sh [Pipeline] } 15:45:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:45:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:45:34 ---> python-tools-install.sh [Pipeline] echo 15:45:34 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:45:34 ---> sudo-logs.sh 15:45:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 15:45:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:45:35 ---> job-cost.sh 15:45:35 lf-activate-venv: SKIPPING 15:45:35 DEBUG: total: 0.20999999344348907 15:45:35 INFO: Retrieving Stack Cost... 15:45:36 INFO: Retrieving Pricing Info for: v1-standard-2 15:45:37 INFO: Archiving Costs [Pipeline] echo 15:45:37 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:45:37 ---> logs-deploy.sh 15:45:37 lf-activate-venv: SKIPPING 15:45:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/220 15:45:37 INFO: archiving workspace using pattern(s): 15:45:40 Archives upload complete. 15:45:41 INFO: archiving logs to Nexus 15:45:43 ---> uname -a: 15:45:43 Linux prd-centos7-docker-4c-2g-2201.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:45:43 15:45:43 15:45:43 ---> lscpu: 15:45:43 Architecture: x86_64 15:45:43 CPU op-mode(s): 32-bit, 64-bit 15:45:43 Byte Order: Little Endian 15:45:43 Address sizes: 40 bits physical, 48 bits virtual 15:45:43 CPU(s): 4 15:45:43 On-line CPU(s) list: 0-3 15:45:43 Thread(s) per core: 1 15:45:43 Core(s) per socket: 1 15:45:43 Socket(s): 4 15:45:43 NUMA node(s): 1 15:45:43 Vendor ID: GenuineIntel 15:45:43 CPU family: 6 15:45:43 Model: 44 15:45:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:45:43 Stepping: 1 15:45:43 CPU MHz: 2933.438 15:45:43 BogoMIPS: 5866.87 15:45:43 Virtualization: VT-x 15:45:43 Hypervisor vendor: KVM 15:45:43 Virtualization type: full 15:45:43 L1d cache: 128 KiB 15:45:43 L1i cache: 128 KiB 15:45:43 L2 cache: 16 MiB 15:45:43 L3 cache: 64 MiB 15:45:43 NUMA node0 CPU(s): 0-3 15:45:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:45:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:45:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:45:43 Vulnerability Meltdown: Mitigation; PTI 15:45:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:45:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:45:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:45:43 Vulnerability Srbds: Not affected 15:45:43 Vulnerability Tsx async abort: Not affected 15:45:43 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 15:45:43 15:45:43 15:45:43 ---> nproc: 15:45:43 4 15:45:43 15:45:43 15:45:43 ---> df -h: 15:45:43 Filesystem Size Used Available Use% Mounted on 15:45:43 overlay 50.0G 8.6G 41.4G 17% / 15:45:43 tmpfs 64.0M 0 64.0M 0% /dev 15:45:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:45:43 shm 64.0M 0 64.0M 0% /dev/shm 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 15:45:43 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 15:45:43 15:45:43 15:45:43 ---> free -m: 15:45:43 total used free shared buff/cache available 15:45:43 Mem: 1837 829 142 0 865 943 15:45:43 Swap: 1023 3 1020 15:45:43 15:45:43 15:45:43 ---> ip addr: 15:45:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:45:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:45:43 inet 127.0.0.1/8 scope host lo 15:45:43 valid_lft forever preferred_lft forever 15:45:43 inet6 ::1/128 scope host 15:45:43 valid_lft forever preferred_lft forever 15:45:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:45:43 link/ether fa:16:3e:4d:46:cf brd ff:ff:ff:ff:ff:ff 15:45:43 inet 10.30.122.85/23 brd 10.30.123.255 scope global dynamic eth0 15:45:43 valid_lft 85595sec preferred_lft 85595sec 15:45:43 inet6 fe80::f816:3eff:fe4d:46cf/64 scope link 15:45:43 valid_lft forever preferred_lft forever 15:45:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:45:43 link/ether 02:42:b6:76:5b:69 brd ff:ff:ff:ff:ff:ff 15:45:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:45:43 valid_lft forever preferred_lft forever 15:45:43 inet6 fe80::42:b6ff:fe76:5b69/64 scope link 15:45:43 valid_lft forever preferred_lft forever 15:45:43 15:45:43 15:45:43 ---> sar -b -r -n DEV: 15:45:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/28/21 _x86_64_ (4 CPU) 15:45:43 15:45:43 15:32:04 LINUX RESTART (4 CPU) 15:45:43 15:45:43 15:33:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:45:43 15:34:01 63.54 19.71 43.83 0.00 5306.33 5573.58 0.00 15:45:43 15:35:01 1.98 0.00 1.98 0.00 0.00 40.97 0.00 15:45:43 15:36:02 0.16 0.00 0.16 0.00 0.00 1.60 0.00 15:45:43 15:37:01 0.37 0.00 0.37 0.00 0.00 5.79 0.00 15:45:43 15:38:01 0.22 0.00 0.22 0.00 0.00 3.15 0.00 15:45:43 15:39:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 15:45:43 15:40:01 0.28 0.00 0.28 0.00 0.00 3.46 0.00 15:45:43 15:41:01 0.19 0.00 0.19 0.00 0.00 2.52 0.00 15:45:43 15:42:01 19.71 2.32 17.39 0.00 392.65 11063.62 0.00 15:45:43 15:43:01 324.81 180.53 144.29 0.00 7661.77 27108.62 0.00 15:45:43 15:44:01 164.28 43.49 120.79 0.00 1702.29 26929.91 0.00 15:45:43 15:45:02 116.94 83.01 33.93 0.00 6980.27 6614.96 0.00 15:45:43 Average: 57.92 27.54 30.38 0.00 1840.21 6467.71 0.00 15:45:43 15:45:43 15:33:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:45:43 15:34:01 209300 0 602064 32.00 2620 1067560 1122972 38.33 409668 1064280 144 15:45:43 15:35:01 204468 0 606988 32.26 2620 1067468 1115612 38.07 418512 1060240 12 15:45:43 15:36:02 207108 0 604344 32.12 2620 1067472 1068300 36.46 419696 1057176 20 15:45:43 15:37:01 204724 0 606724 32.25 2620 1067476 1068360 36.46 435768 1043568 20 15:45:43 15:38:01 201004 0 610440 32.44 2620 1067480 1068432 36.46 439612 1043316 16 15:45:43 15:39:01 202748 0 608692 32.35 2620 1067484 1068132 36.45 442112 1039220 16 15:45:43 15:40:01 203036 0 608400 32.34 2620 1067488 1068084 36.45 449968 1031396 20 15:45:43 15:41:01 202964 0 608468 32.34 2620 1067492 1068084 36.45 450096 1031396 16 15:45:43 15:42:01 74884 0 703848 37.41 2620 1100192 1583648 54.05 565516 1028812 564 15:45:43 15:43:01 311680 0 695740 36.98 2596 871528 1122136 38.30 479248 821444 20 15:45:43 15:44:01 159424 0 759308 40.36 1872 960940 1163344 39.70 498800 895068 59624 15:45:43 15:45:02 132572 0 773152 41.09 1592 974228 1175624 40.12 569336 842624 132 15:45:43 Average: 192826 0 649014 34.49 2470 1037234 1141061 38.94 464861 996545 5050 15:45:43 15:45:43 15:33:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:45:43 15:34:01 eth0 342.10 256.62 1419.52 74.27 0.00 0.00 0.00 0.00 15:45:43 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:34:01 docker0 58.32 67.99 6.78 311.25 0.00 0.00 0.00 0.00 15:45:43 15:35:01 eth0 2.41 1.59 4.75 0.29 0.00 0.00 0.00 0.00 15:45:43 15:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:36:02 eth0 0.84 0.31 0.30 0.17 0.00 0.00 0.00 0.00 15:45:43 15:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:37:01 eth0 0.95 0.37 0.32 0.24 0.00 0.00 0.00 0.00 15:45:43 15:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:38:01 eth0 1.02 0.47 0.43 0.24 0.00 0.00 0.00 0.00 15:45:43 15:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:39:01 eth0 0.20 0.13 0.07 0.04 0.00 0.00 0.00 0.00 15:45:43 15:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:40:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:45:43 15:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:45:43 15:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:42:01 eth0 405.42 314.28 4054.86 52.81 0.00 0.00 0.00 0.00 15:45:43 15:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:43:01 eth0 84.01 76.56 401.66 13.95 0.00 0.00 0.00 0.00 15:45:43 15:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:43:01 docker0 61.32 65.25 5.13 383.85 0.00 0.00 0.00 0.00 15:45:43 15:44:01 eth0 370.09 302.23 3208.78 91.91 0.00 0.00 0.00 0.00 15:45:43 15:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:45:02 eth0 94.83 65.89 304.53 57.76 0.00 0.00 0.00 0.00 15:45:43 15:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 15:45:02 docker0 17.77 35.27 1.32 243.41 0.00 0.00 0.00 0.00 15:45:43 Average: eth0 108.58 84.95 784.79 24.33 0.00 0.00 0.00 0.00 15:45:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:45:43 Average: docker0 11.43 14.03 1.10 78.23 0.00 0.00 0.00 0.00 15:45:43 15:45:43 15:45:43 ---> sar -P ALL: 15:45:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/28/21 _x86_64_ (4 CPU) 15:45:43 15:45:43 15:32:04 LINUX RESTART (4 CPU) 15:45:43 15:45:43 15:33:02 CPU %user %nice %system %iowait %steal %idle 15:45:43 15:34:01 all 9.68 0.00 4.01 1.98 14.84 69.48 15:45:43 15:34:01 0 9.94 0.00 4.48 2.81 16.37 66.39 15:45:43 15:34:01 1 8.30 0.00 3.75 1.86 14.08 72.01 15:45:43 15:34:01 2 9.96 0.00 4.24 1.93 14.51 69.36 15:45:43 15:34:01 3 10.56 0.00 3.58 1.33 14.39 70.14 15:45:43 15:35:01 all 0.10 0.00 0.06 0.00 1.13 98.71 15:45:43 15:35:01 0 0.08 0.00 0.10 0.00 1.35 98.47 15:45:43 15:35:01 1 0.03 0.00 0.03 0.00 0.79 99.14 15:45:43 15:35:01 2 0.10 0.00 0.05 0.00 1.17 98.68 15:45:43 15:35:01 3 0.18 0.00 0.07 0.00 1.21 98.55 15:45:43 15:36:02 all 0.07 0.00 0.22 0.00 2.36 97.35 15:45:43 15:36:02 0 0.02 0.00 0.13 0.00 2.22 97.63 15:45:43 15:36:02 1 0.15 0.00 0.24 0.00 2.04 97.57 15:45:43 15:36:02 2 0.10 0.00 0.16 0.00 2.69 97.05 15:45:43 15:36:02 3 0.03 0.00 0.36 0.00 2.48 97.13 15:45:43 15:37:01 all 0.10 0.00 0.03 0.00 1.43 98.44 15:45:43 15:37:01 0 0.00 0.00 0.02 0.00 0.94 99.04 15:45:43 15:37:01 1 0.03 0.00 0.07 0.00 1.36 98.54 15:45:43 15:37:01 2 0.03 0.00 0.02 0.00 1.70 98.25 15:45:43 15:37:01 3 0.32 0.00 0.03 0.00 1.70 97.95 15:45:43 15:38:01 all 0.07 0.00 0.12 0.00 1.16 98.66 15:45:43 15:38:01 0 0.02 0.00 0.03 0.00 0.88 99.07 15:45:43 15:38:01 1 0.02 0.00 0.05 0.00 1.63 98.31 15:45:43 15:38:01 2 0.07 0.00 0.31 0.00 1.19 98.43 15:45:43 15:38:01 3 0.20 0.00 0.07 0.00 0.93 98.81 15:45:43 15:39:01 all 0.10 0.00 0.05 0.00 0.13 99.73 15:45:43 15:39:01 0 0.00 0.00 0.03 0.00 0.15 99.82 15:45:43 15:39:01 1 0.02 0.00 0.12 0.00 0.03 99.83 15:45:43 15:39:01 2 0.03 0.00 0.02 0.00 0.07 99.88 15:45:43 15:39:01 3 0.33 0.00 0.03 0.00 0.27 99.37 15:45:43 15:40:01 all 0.12 0.00 0.03 0.00 0.48 99.37 15:45:43 15:40:01 0 0.02 0.00 0.02 0.00 0.23 99.73 15:45:43 15:40:01 1 0.05 0.00 0.05 0.00 0.70 99.20 15:45:43 15:40:01 2 0.02 0.00 0.02 0.00 0.18 99.78 15:45:43 15:40:01 3 0.38 0.00 0.03 0.00 0.81 98.78 15:45:43 15:41:01 all 0.12 0.00 0.03 0.00 0.27 99.58 15:45:43 15:41:01 0 0.02 0.00 0.03 0.00 0.08 99.86 15:45:43 15:41:01 1 0.02 0.00 0.03 0.00 0.47 99.48 15:45:43 15:41:01 2 0.05 0.00 0.02 0.00 0.27 99.66 15:45:43 15:41:01 3 0.41 0.00 0.02 0.00 0.27 99.31 15:45:43 15:42:01 all 1.96 0.00 1.55 0.05 10.69 85.75 15:45:43 15:42:01 0 2.30 0.00 2.03 0.15 11.29 84.22 15:45:43 15:42:01 1 1.53 0.00 1.42 0.02 10.17 86.86 15:45:43 15:42:01 2 2.07 0.00 1.53 0.00 10.65 85.74 15:45:43 15:42:01 3 1.95 0.00 1.23 0.03 10.67 86.12 15:45:43 15:43:01 all 4.88 0.00 4.40 4.23 28.03 58.47 15:45:43 15:43:01 0 5.56 0.00 4.19 4.75 27.17 58.33 15:45:43 15:43:01 1 4.74 0.00 4.17 3.94 28.39 58.77 15:45:43 15:43:01 2 5.14 0.00 4.65 4.46 29.26 56.49 15:45:43 15:43:01 3 4.07 0.00 4.60 3.75 27.32 60.26 15:45:43 15:44:01 all 5.25 0.00 5.18 0.64 30.30 58.63 15:45:43 15:44:01 0 4.08 0.00 4.35 0.53 32.08 58.96 15:45:43 15:44:01 1 5.89 0.00 6.55 1.18 30.47 55.91 15:45:43 15:44:01 2 5.56 0.00 4.60 0.43 29.33 60.08 15:45:43 15:44:01 3 5.54 0.00 5.28 0.41 29.28 59.50 15:45:43 15:45:43 15:44:01 CPU %user %nice %system %iowait %steal %idle 15:45:43 15:45:02 all 5.00 0.00 3.89 3.19 11.10 76.82 15:45:43 15:45:02 0 6.67 0.00 4.11 3.61 12.14 73.47 15:45:43 15:45:02 1 4.94 0.00 3.32 1.07 10.90 79.77 15:45:43 15:45:02 2 5.45 0.00 4.24 6.38 10.99 72.95 15:45:43 15:45:02 3 2.94 0.00 3.90 1.75 10.38 81.03 15:45:43 Average: all 2.33 0.00 1.68 0.87 8.79 86.33 15:45:43 Average: 0 2.44 0.00 1.68 1.02 9.11 85.76 15:45:43 Average: 1 2.19 0.00 1.70 0.70 8.72 86.69 15:45:43 Average: 2 2.41 0.00 1.69 1.12 8.76 86.01 15:45:43 Average: 3 2.27 0.00 1.65 0.63 8.59 86.87 15:45:43 15:45:43 15:45:43