Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a3b28f5c44bd902ab6b05bebecef402ac3ecb455 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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-32354 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision a3b28f5c44bd902ab6b05bebecef402ac3ecb455 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f a3b28f5c44bd902ab6b05bebecef402ac3ecb455 # timeout=10 Commit message: "refactor: Update Version Check to use V2 endpoint (#778)" > git rev-list --no-walk 1fb879ad609e1bfd3d688421c030194a329f2903 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:03:03 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:03:03 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:03:03 ========================================================= 23:03:03 EdgeX Global Pipelines Version Info 23:03:03 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:03:05 ------------------- 23:03:05 stable info: 23:03:05 ------------------- 23:03:05 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:03:05 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:03:05 Message: update stable to v1.0.186 23:03:06 ------------------- 23:03:06 experimental info: 23:03:06 ------------------- 23:03:06 Commited By: **** collab-it+edgex@linuxfoundation.org 23:03:06 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 23:03:06 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:03:06 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:03:06 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:03:06 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:03:06 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:03:06 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:03:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:03:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:03:09 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:03:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:03:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:03:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:03:09 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a3b28f5c44bd902ab6b05bebecef402ac3ecb455 [Pipeline] echo 23:03:09 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a3b28f5 [Pipeline] echo 23:03:09 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:03:10 + git log --format=format:%s -1 a3b28f5c44bd902ab6b05bebecef402ac3ecb455 [Pipeline] echo 23:03:10 GIT_COMMIT: a3b28f5c44bd902ab6b05bebecef402ac3ecb455, Commit Message: refactor: Update Version Check to use V2 endpoint (#778) [Pipeline] echo 23:03:10 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:03:11 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:11 23:03:11 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:03:11 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:11 latest: Pulling from edgex-devops/git-semver 23:03:11 31603596830f: Pulling fs layer 23:03:11 2a8b12db71e7: Pulling fs layer 23:03:11 6ca5941a6612: Pulling fs layer 23:03:11 ecc8261a40a4: Pulling fs layer 23:03:11 ecc8261a40a4: Waiting 23:03:11 2a8b12db71e7: Verifying Checksum 23:03:11 2a8b12db71e7: Download complete 23:03:11 31603596830f: Verifying Checksum 23:03:11 31603596830f: Download complete 23:03:12 6ca5941a6612: Verifying Checksum 23:03:12 6ca5941a6612: Download complete 23:03:12 ecc8261a40a4: Verifying Checksum 23:03:12 ecc8261a40a4: Download complete 23:03:12 31603596830f: Pull complete 23:03:12 2a8b12db71e7: Pull complete 23:03:13 6ca5941a6612: Pull complete 23:03:13 ecc8261a40a4: Pull complete 23:03:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:03:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:03:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:03:13 prd-centos7-docker-4c-2g-32354 does not seem to be running inside a container 23:03:13 $ 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 23:03:15 $ docker top d0cd93b0eceffe243cfc0f1eca5772a76cc4456f2f112ad4636194417b3a0085 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:03:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:16 [ssh-agent] Looking for ssh-agent implementation... 23:03:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:16 $ docker exec d0cd93b0eceffe243cfc0f1eca5772a76cc4456f2f112ad4636194417b3a0085 ssh-agent 23:03:16 SSH_AUTH_SOCK=/tmp/ssh-X1jHeb8xEbnF/agent.11 23:03:16 SSH_AGENT_PID=17 23:03:16 Running ssh-add (command line suppressed) 23:03:16 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5589589028621292148.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5589589028621292148.key) 23:03:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:17 + git tag --points-at HEAD [Pipeline] } 23:03:17 $ docker exec --env ******** --env ******** d0cd93b0eceffe243cfc0f1eca5772a76cc4456f2f112ad4636194417b3a0085 ssh-agent -k 23:03:17 unset SSH_AUTH_SOCK; 23:03:17 unset SSH_AGENT_PID; 23:03:17 echo Agent pid 17 killed; 23:03:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:03:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:03:17 [ssh-agent] Looking for ssh-agent implementation... 23:03:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:03:17 $ docker exec d0cd93b0eceffe243cfc0f1eca5772a76cc4456f2f112ad4636194417b3a0085 ssh-agent 23:03:17 SSH_AUTH_SOCK=/tmp/ssh-2GGL5lb9EOQI/agent.46 23:03:17 SSH_AGENT_PID=51 23:03:17 Running ssh-add (command line suppressed) 23:03:18 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1189178407257804422.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1189178407257804422.key) 23:03:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:03:18 + git semver init 23:03:18 # -> Open(): unable to determine branch for HEAD 23:03:18 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:03:18 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:03:18 # $SEMVER_REMOTE_NAME = origin 23:03:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:03:18 # $SEMVER_USER_NAME = edgex-jenkins 23:03:18 # $SEMVER_BRANCH = master 23:03:18 # $SEMVER_TEMP = /tmp/semver-722654976 23:03:18 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:03:22 # '/tmp/semver-722654976' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 23:03:22 # -> Force: false 23:03:22 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:03:22 $ docker exec --env ******** --env ******** d0cd93b0eceffe243cfc0f1eca5772a76cc4456f2f112ad4636194417b3a0085 ssh-agent -k 23:03:22 unset SSH_AUTH_SOCK; 23:03:22 unset SSH_AGENT_PID; 23:03:22 echo Agent pid 51 killed; 23:03:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:03:23 + git semver [Pipeline] } 23:03:23 $ docker stop --time=1 d0cd93b0eceffe243cfc0f1eca5772a76cc4456f2f112ad4636194417b3a0085 23:03:25 $ docker rm -f d0cd93b0eceffe243cfc0f1eca5772a76cc4456f2f112ad4636194417b3a0085 [Pipeline] // withDockerContainer [Pipeline] sh 23:03:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:03:25 Stashed 1 file(s) [Pipeline] echo 23:03:25 [edgeXSemver]: initialized semver on version 2.0.0-dev.40 [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 23:03:41 Still waiting to schedule task 23:03:41 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32354’ 23:03:41 Still waiting to schedule task 23:03:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:05:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32356 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:05:30 Running in /w/workspace/app-functions-sdk-go/209 [Pipeline] { [Pipeline] checkout 23:05:34 using credential edgex-jenkins-ssh 23:05:34 Cloning the remote Git repository 23:05:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:05:35 > git init /w/workspace/app-functions-sdk-go/209 # timeout=10 23:05:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:05:35 > git --version # timeout=10 23:05:35 > git --version # 'git version 2.17.1' 23:05:35 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:38 Checking out Revision a3b28f5c44bd902ab6b05bebecef402ac3ecb455 (master) 23:05:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:05:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:05:38 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:05:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:05:38 using GIT_SSH to set credentials SSH Credentials for GitHub 23:05:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:05:38 > git config core.sparsecheckout # timeout=10 23:05:38 > git checkout -f a3b28f5c44bd902ab6b05bebecef402ac3ecb455 # timeout=10 23:05:43 Commit message: "refactor: Update Version Check to use V2 endpoint (#778)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:05:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:05:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:05:45 + true 23:05:45 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 23:05:48 ========================================================= 23:05:48 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:05:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:05:49 + 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 . 23:05:50 Sending build context to Docker daemon 19.43MB 23:05:50 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:05:50 Step 2/8 : FROM ${BASE} 23:05:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:05:50 5f621e34cdf4: Pulling fs layer 23:05:50 a4357932f1b6: Pulling fs layer 23:05:50 18c013af1878: Pulling fs layer 23:05:50 00ac8860ef70: Pulling fs layer 23:05:50 63d7cb157983: Pulling fs layer 23:05:50 b116817d02f9: Pulling fs layer 23:05:50 745a02a5169b: Pulling fs layer 23:05:50 63d7cb157983: Waiting 23:05:50 b116817d02f9: Waiting 23:05:50 00ac8860ef70: Waiting 23:05:50 745a02a5169b: Waiting 23:05:50 18c013af1878: Verifying Checksum 23:05:50 18c013af1878: Download complete 23:05:50 a4357932f1b6: Verifying Checksum 23:05:50 a4357932f1b6: Download complete 23:05:51 63d7cb157983: Download complete 23:05:51 b116817d02f9: Verifying Checksum 23:05:51 b116817d02f9: Download complete 23:05:51 5f621e34cdf4: Verifying Checksum 23:05:51 5f621e34cdf4: Download complete 23:05:52 5f621e34cdf4: Pull complete 23:05:52 a4357932f1b6: Pull complete 23:05:53 18c013af1878: Pull complete 23:05:54 745a02a5169b: Verifying Checksum 23:05:54 745a02a5169b: Download complete 23:05:55 00ac8860ef70: Verifying Checksum 23:05:55 00ac8860ef70: Download complete 23:06:05 00ac8860ef70: Pull complete 23:06:05 63d7cb157983: Pull complete 23:06:05 b116817d02f9: Pull complete 23:06:09 745a02a5169b: Pull complete 23:06:09 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:06:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:06:09 ---> b7e6874047d6 23:06:09 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:06:09 20.10.0: Pulling from library/docker 23:06:09 a3cc7d3b244e: Pulling fs layer 23:06:09 02a3295e0d61: Pulling fs layer 23:06:09 0f4f2e6d8100: Pulling fs layer 23:06:09 330b718f631f: Pulling fs layer 23:06:09 a93816041522: Pulling fs layer 23:06:09 bdb6da89ff94: Pulling fs layer 23:06:09 2a70c0c122f4: Pulling fs layer 23:06:09 330b718f631f: Waiting 23:06:09 a93816041522: Waiting 23:06:09 bdb6da89ff94: Waiting 23:06:09 2a70c0c122f4: Waiting 23:06:09 0f4f2e6d8100: Download complete 23:06:09 02a3295e0d61: Verifying Checksum 23:06:09 02a3295e0d61: Download complete 23:06:09 a3cc7d3b244e: Verifying Checksum 23:06:09 a3cc7d3b244e: Download complete 23:06:09 a93816041522: Verifying Checksum 23:06:09 a93816041522: Download complete 23:06:09 bdb6da89ff94: Verifying Checksum 23:06:09 bdb6da89ff94: Download complete 23:06:09 2a70c0c122f4: Verifying Checksum 23:06:09 2a70c0c122f4: Download complete 23:06:10 a3cc7d3b244e: Pull complete 23:06:11 02a3295e0d61: Pull complete 23:06:11 0f4f2e6d8100: Pull complete 23:06:11 330b718f631f: Verifying Checksum 23:06:11 330b718f631f: Download complete 23:06:15 330b718f631f: Pull complete 23:06:15 a93816041522: Pull complete 23:06:15 bdb6da89ff94: Pull complete 23:06:16 2a70c0c122f4: Pull complete 23:06:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:06:16 Status: Downloaded newer image for docker:20.10.0 23:06:22 ---> b1ec3ec325d4 23:06:22 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:06:22 ---> Running in cd783f45d290 23:06:22 Removing intermediate container cd783f45d290 23:06:22 ---> 12ae6afc8036 23:06:22 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:06:22 ---> Running in 708f8ed223b3 23:06:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:06:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:06:25 (1/5) Installing libsodium (1.0.18-r0) 23:06:26 (2/5) Installing libzmq (4.3.3-r0) 23:06:26 (3/5) Installing pkgconf (1.7.2-r0) 23:06:26 (4/5) Installing libsodium-dev (1.0.18-r0) 23:06:26 (5/5) Installing zeromq-dev (4.3.3-r0) 23:06:26 Executing busybox-1.31.1-r19.trigger 23:06:26 OK: 144 MiB in 44 packages 23:06:28 Removing intermediate container 708f8ed223b3 23:06:28 ---> 31437b0bb5cb 23:06:28 Step 6/8 : WORKDIR /build 23:06:28 ---> Running in 1d305ed3476e 23:06:28 Removing intermediate container 1d305ed3476e 23:06:28 ---> e8747f0092a1 23:06:28 Step 7/8 : COPY go.mod . 23:06:29 ---> 1c4ef34c0b42 23:06:29 Step 8/8 : RUN go mod download 23:06:29 ---> Running in 96df77bcf97c 23:06:56 Removing intermediate container 96df77bcf97c 23:06:56 ---> d070cd4dc6ee 23:06:56 Successfully built d070cd4dc6ee 23:06:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:06:56 + docker inspect -f . ci-base-image-arm64 23:06:56 . [Pipeline] withDockerContainer 23:06:56 prd-ubuntu18.04-docker-arm64-4c-16g-32356 does not seem to be running inside a container 23:06:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/209 -v /w/workspace/app-functions-sdk-go/209:/w/workspace/app-functions-sdk-go/209:rw,z -v /w/workspace/app-functions-sdk-go/209@tmp:/w/workspace/app-functions-sdk-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:06:58 $ docker top 664c42a863f0b377079204cae782846d26b4ee2758f0693380aff7e0804802bc -eo pid,comm [Pipeline] { [Pipeline] sh 23:06:59 + go version 23:06:59 go version go1.15.5 linux/arm64 [Pipeline] } 23:06:59 $ docker stop --time=1 664c42a863f0b377079204cae782846d26b4ee2758f0693380aff7e0804802bc 23:07:01 $ docker rm -f 664c42a863f0b377079204cae782846d26b4ee2758f0693380aff7e0804802bc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:07:02 + docker inspect -f . ci-base-image-arm64 23:07:02 . [Pipeline] withDockerContainer 23:07:02 prd-ubuntu18.04-docker-arm64-4c-16g-32356 does not seem to be running inside a container 23:07:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/209 -v /w/workspace/app-functions-sdk-go/209:/w/workspace/app-functions-sdk-go/209:rw,z -v /w/workspace/app-functions-sdk-go/209@tmp:/w/workspace/app-functions-sdk-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:07:04 $ docker top a0cec742fe9b24d1bc12d292872b351ebf63a043d1cebb30c6aee51e8290a0b4 -eo pid,comm [Pipeline] { [Pipeline] sh 23:07:05 + make test 23:07:05 make -C ./app-service-template build 23:07:05 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/209/app-service-template' 23:07:05 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 23:07:20 Running on prd-centos7-docker-4c-2g-32357 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:07:20 Running in /w/workspace/app-functions-sdk-go/209 [Pipeline] { [Pipeline] checkout 23:07:30 using credential edgex-jenkins-ssh 23:07:30 Cloning the remote Git repository 23:07:30 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:07:30 > git init /w/workspace/app-functions-sdk-go/209 # timeout=10 23:07:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:07:30 > git --version # timeout=10 23:07:30 > git --version # 'git version 2.24.3' 23:07:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:30 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:35 Checking out Revision a3b28f5c44bd902ab6b05bebecef402ac3ecb455 (master) 23:07:34 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:07:34 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:07:34 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:07:34 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:07:34 using GIT_SSH to set credentials SSH Credentials for GitHub 23:07:34 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:07:35 > git config core.sparsecheckout # timeout=10 23:07:35 > git checkout -f a3b28f5c44bd902ab6b05bebecef402ac3ecb455 # timeout=10 23:07:37 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/209/app-service-template' 23:07:37 make -C ./app-service-template test 23:07:37 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/209/app-service-template' 23:07:37 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:07:40 Commit message: "refactor: Update Version Check to use V2 endpoint (#778)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:07:43 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:07:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:07:44 + sudo service docker restart 23:07:44 + true 23:07:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:07:47 ========================================================= 23:07:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:07:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:07:47 + 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 . 23:07:49 Sending build context to Docker daemon 19.43MB 23:07:49 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:07:49 Step 2/8 : FROM ${BASE} 23:07:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:07:49 188c0c94c7c5: Pulling fs layer 23:07:49 0ef7d3d256c8: Pulling fs layer 23:07:49 de9db76c5a1d: Pulling fs layer 23:07:49 bca2f99d35d6: Pulling fs layer 23:07:49 93359f2a8cfa: Pulling fs layer 23:07:49 7c6f9722023f: Pulling fs layer 23:07:49 a35cf1a2eb13: Pulling fs layer 23:07:49 93359f2a8cfa: Waiting 23:07:49 7c6f9722023f: Waiting 23:07:49 a35cf1a2eb13: Waiting 23:07:49 bca2f99d35d6: Waiting 23:07:49 de9db76c5a1d: Verifying Checksum 23:07:49 de9db76c5a1d: Download complete 23:07:49 0ef7d3d256c8: Verifying Checksum 23:07:49 0ef7d3d256c8: Download complete 23:07:50 93359f2a8cfa: Download complete 23:07:50 7c6f9722023f: Verifying Checksum 23:07:50 7c6f9722023f: Download complete 23:07:51 188c0c94c7c5: Verifying Checksum 23:07:51 188c0c94c7c5: Download complete 23:07:53 188c0c94c7c5: Pull complete 23:07:53 0ef7d3d256c8: Pull complete 23:07:54 de9db76c5a1d: Pull complete 23:07:57 a35cf1a2eb13: Verifying Checksum 23:07:57 a35cf1a2eb13: Download complete 23:07:59 bca2f99d35d6: Verifying Checksum 23:07:59 bca2f99d35d6: Download complete 23:08:04 ok new-app-service 0.036s coverage: 47.8% of statements 23:08:04 ? new-app-service/config [no test files] 23:08:04 ok new-app-service/functions 0.029s 23:08:04 CGO_ENABLED=1 go vet ./... 23:08:10 bca2f99d35d6: Pull complete 23:08:10 93359f2a8cfa: Pull complete 23:08:11 7c6f9722023f: Pull complete 23:08:11 gofmt -l . 23:08:11 [ "`gofmt -l .`" = "" ] 23:08:11 ./bin/test-go-mod-tidy.sh 23:08:11 ./bin/test-attribution-txt.sh 23:08:13 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/209/app-service-template' 23:08:13 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:08:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:08:20 a35cf1a2eb13: Pull complete 23:08:20 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:08:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:08:20 ---> a62c8e92a672 23:08:20 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:08:20 20.10.0: Pulling from library/docker 23:08:20 05e7bc50f07f: Pulling fs layer 23:08:20 6db28d0fdbf6: Pulling fs layer 23:08:20 292df0bc6bf3: Pulling fs layer 23:08:20 2e060f4bd70b: Pulling fs layer 23:08:20 80e8d568a223: Pulling fs layer 23:08:20 8dc6ef1a942a: Pulling fs layer 23:08:20 2312dd95470a: Pulling fs layer 23:08:20 2e060f4bd70b: Waiting 23:08:20 80e8d568a223: Waiting 23:08:20 8dc6ef1a942a: Waiting 23:08:20 2312dd95470a: Waiting 23:08:20 292df0bc6bf3: Verifying Checksum 23:08:20 292df0bc6bf3: Download complete 23:08:20 6db28d0fdbf6: Verifying Checksum 23:08:20 6db28d0fdbf6: Download complete 23:08:20 80e8d568a223: Verifying Checksum 23:08:20 80e8d568a223: Download complete 23:08:20 05e7bc50f07f: Verifying Checksum 23:08:20 05e7bc50f07f: Download complete 23:08:20 8dc6ef1a942a: Verifying Checksum 23:08:20 8dc6ef1a942a: Download complete 23:08:20 2312dd95470a: Verifying Checksum 23:08:20 2312dd95470a: Download complete 23:08:20 05e7bc50f07f: Pull complete 23:08:20 6db28d0fdbf6: Pull complete 23:08:20 292df0bc6bf3: Pull complete 23:08:22 2e060f4bd70b: Verifying Checksum 23:08:22 2e060f4bd70b: Download complete 23:08:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.071s coverage: 55.8% of statements 23:08:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.037s coverage: 92.5% of statements 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:08:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.059s coverage: 61.5% of statements 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:08:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.042s 23:08:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.109s coverage: 75.4% of statements 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:08:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.046s coverage: 97.0% of statements 23:08:24 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:08:24 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.051s coverage: 10.5% of statements 23:08:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.842s coverage: 78.4% of statements 23:08:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:08:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.032s coverage: 18.4% of statements 23:08:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.037s coverage: 27.3% of statements 23:08:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:08:30 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:08:30 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.037s coverage: 71.7% of statements 23:08:30 2e060f4bd70b: Pull complete 23:08:30 80e8d568a223: Pull complete 23:08:30 8dc6ef1a942a: Pull complete 23:08:30 2312dd95470a: Pull complete 23:08:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:08:30 Status: Downloaded newer image for docker:20.10.0 23:08:34 ---> 5dd32541724d 23:08:34 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:08:34 ---> Running in c63245fa0f47 23:08:34 Removing intermediate container c63245fa0f47 23:08:34 ---> 866902fda1e6 23:08:34 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:08:34 ---> Running in 3dd4af99f7be 23:08:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:08:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:08:38 (1/5) Installing libsodium (1.0.18-r0) 23:08:38 (2/5) Installing libzmq (4.3.3-r0) 23:08:38 (3/5) Installing pkgconf (1.7.2-r0) 23:08:38 (4/5) Installing libsodium-dev (1.0.18-r0) 23:08:38 (5/5) Installing zeromq-dev (4.3.3-r0) 23:08:38 Executing busybox-1.31.1-r19.trigger 23:08:38 OK: 167 MiB in 44 packages 23:08:39 Removing intermediate container 3dd4af99f7be 23:08:39 ---> 651a6e25e2e2 23:08:39 Step 6/8 : WORKDIR /build 23:08:39 ---> Running in e6cff5f1c49b 23:08:40 Removing intermediate container e6cff5f1c49b 23:08:40 ---> c610d173ece1 23:08:40 Step 7/8 : COPY go.mod . 23:08:40 ---> 420a15bc81ad 23:08:40 Step 8/8 : RUN go mod download 23:08:40 ---> Running in d63bf515bb46 23:08:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 81.9% of statements 23:08:56 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.024s coverage: 94.4% of statements 23:08:56 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:08:58 gofmt -l . 23:08:58 [ "`gofmt -l .`" = "" ] 23:08:59 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:08:59 $ docker stop --time=1 a0cec742fe9b24d1bc12d292872b351ebf63a043d1cebb30c6aee51e8290a0b4 23:09:01 $ docker rm -f a0cec742fe9b24d1bc12d292872b351ebf63a043d1cebb30c6aee51e8290a0b4 [Pipeline] // withDockerContainer [Pipeline] sh 23:09:02 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:09:03 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:09:05 ---> job-cost.sh 23:09:05 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-eouS 23:09:20 Removing intermediate container d63bf515bb46 23:09:20 ---> 5ef7311f3209 23:09:20 Successfully built 5ef7311f3209 23:09:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:09:20 + docker inspect -f . ci-base-image-x86_64 23:09:21 . [Pipeline] withDockerContainer 23:09:22 prd-centos7-docker-4c-2g-32357 does not seem to be running inside a container 23:09:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/209 -v /w/workspace/app-functions-sdk-go/209:/w/workspace/app-functions-sdk-go/209:rw,z -v /w/workspace/app-functions-sdk-go/209@tmp:/w/workspace/app-functions-sdk-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:09:23 $ docker top 3af422b593afa0e929128aca2e5806fa2c6f126e8f411b84cdfa3d8219f90ae9 -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:24 + go version 23:09:24 go version go1.15.5 linux/amd64 [Pipeline] } 23:09:24 $ docker stop --time=1 3af422b593afa0e929128aca2e5806fa2c6f126e8f411b84cdfa3d8219f90ae9 23:09:26 $ docker rm -f 3af422b593afa0e929128aca2e5806fa2c6f126e8f411b84cdfa3d8219f90ae9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:09:27 + docker inspect -f . ci-base-image-x86_64 23:09:27 . [Pipeline] withDockerContainer 23:09:27 prd-centos7-docker-4c-2g-32357 does not seem to be running inside a container 23:09:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/209 -v /w/workspace/app-functions-sdk-go/209:/w/workspace/app-functions-sdk-go/209:rw,z -v /w/workspace/app-functions-sdk-go/209@tmp:/w/workspace/app-functions-sdk-go/209@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:09:29 $ docker top 42a570a8af22950f13f7d9de701941dda14f000f12a5536c49fa1868dd621582 -eo pid,comm [Pipeline] { [Pipeline] sh 23:09:30 + make test 23:09:30 make -C ./app-service-template build 23:09:30 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/209/app-service-template' 23:09:30 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 23:09:43 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:09:57 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/209/app-service-template' 23:09:57 make -C ./app-service-template test 23:09:57 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/209/app-service-template' 23:09:57 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:10:13 ok new-app-service 0.026s coverage: 47.8% of statements 23:10:13 ? new-app-service/config [no test files] 23:10:13 ok new-app-service/functions 0.019s 23:10:13 CGO_ENABLED=1 go vet ./... 23:10:18 gofmt -l . 23:10:18 [ "`gofmt -l .`" = "" ] 23:10:18 ./bin/test-go-mod-tidy.sh 23:10:20 ./bin/test-attribution-txt.sh 23:10:21 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/209/app-service-template' 23:10:21 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:10:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:10:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.083s coverage: 55.8% of statements 23:10:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.032s coverage: 92.5% of statements 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:10:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.027s coverage: 61.5% of statements 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:10:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.056s 23:10:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.099s coverage: 75.4% of statements 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:10:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.022s coverage: 97.0% of statements 23:10:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:10:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.014s coverage: 10.5% of statements 23:10:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.851s coverage: 78.4% of statements 23:10:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:10:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.071s coverage: 18.4% of statements 23:10:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.048s coverage: 27.3% of statements 23:10:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:10:32 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:10:32 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.061s coverage: 71.7% of statements 23:10:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.324s coverage: 81.9% of statements 23:10:59 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.010s coverage: 94.4% of statements 23:10:59 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:11:01 gofmt -l . 23:11:02 [ "`gofmt -l .`" = "" ] 23:11:02 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:11:03 $ docker stop --time=1 42a570a8af22950f13f7d9de701941dda14f000f12a5536c49fa1868dd621582 23:11:07 $ docker rm -f 42a570a8af22950f13f7d9de701941dda14f000f12a5536c49fa1868dd621582 [Pipeline] // withDockerContainer [Pipeline] sh 23:11:08 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:11:08 Warning: overwriting stash ‘coverage-report’ 23:11:09 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 23:11:11 ---> job-cost.sh 23:11:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lyPH 23:11:20 lf-activate-venv(): INFO: Adding /tmp/venv-eouS/bin to PATH 23:11:20 INFO: No Stack... 23:11:20 INFO: Retrieving Pricing Info for: lf-standard-4 23:11:20 INFO: Archiving Costs [Pipeline] sh 23:11:21 + cut -d, -f6 23:11:21 + cat /w/workspace/app-functions-sdk-go/209/archives/cost.csv [Pipeline] lock 23:11:21 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-209-stack-cost] 23:11:21 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-209-stack-cost] did not exist. Created. 23:11:21 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-209-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:11:21 + echo total: 0.20999999344348907 [Pipeline] stash 23:11:21 Stashed 1 file(s) [Pipeline] } 23:11:21 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-209-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:11:38 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:12:18 lf-activate-venv(): INFO: Adding /tmp/venv-lyPH/bin to PATH 23:12:18 INFO: No Stack... 23:12:18 INFO: Retrieving Pricing Info for: v1-standard-2 23:12:18 INFO: Archiving Costs [Pipeline] sh 23:12:19 + cut -d, -f6 23:12:19 + cat /w/workspace/app-functions-sdk-go/209/archives/cost.csv [Pipeline] lock 23:12:19 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-209-stack-cost] 23:12:19 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-209-stack-cost] did not exist. Created. 23:12:19 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-209-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:12:20 /w/workspace/app-functions-sdk-go/209@tmp/durable-64955e38/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 23:12:20 + echo total: 0.029999999329447746 [Pipeline] stash 23:12:20 Warning: overwriting stash ‘stack-cost’ 23:12:21 Stashed 1 file(s) [Pipeline] } 23:12:21 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-209-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 23:12:22 provisioning config files... 23:12:22 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config54190155821911031tmp [Pipeline] { [Pipeline] sh 23:12:23 + set +x 23:12:23 + curl -s https://codecov.io/bash 23:12:23 + bash -s -- 23:12:23 23:12:23 _____ _ 23:12:23 / ____| | | 23:12:23 | | ___ __| | ___ ___ _____ __ 23:12:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:12:23 | |___| (_) | (_| | __/ (_| (_) \ V / 23:12:23 \_____\___/ \__,_|\___|\___\___/ \_/ 23:12:23 Bash-20210309-2b87ace 23:12:23 23:12:23 23:12:23 ==> git version 2.24.3 found 23:12:23 ==> 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 23:12:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:12:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:12:23 ==> Jenkins CI detected. 23:12:23 project root: . 23:12:23 --> token set from env 23:12:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:12:23 ==> Running gcov in . (disable via -X gcov) 23:12:23 ==> Python coveragepy not found 23:12:23 ==> Searching for coverage reports in: 23:12:23 + . 23:12:23 -> Found 2 reports 23:12:23 ==> Detecting git/mercurial file structure 23:12:23 ==> Reading reports 23:12:23 + ./app-service-template/coverage.out bytes=1055 23:12:23 + ./coverage.out bytes=86827 23:12:23 ==> Appending adjustments 23:12:23 https://docs.codecov.io/docs/fixing-reports 23:12:24 + Found adjustments 23:12:24 ==> Gzipping contents 23:12:24 16K /tmp/codecov.uXInM4.gz 23:12:24 ==> Uploading reports 23:12:24 url: https://codecov.io 23:12:24 query: branch=master&commit=a3b28f5c44bd902ab6b05bebecef402ac3ecb455&build=209&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F209%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:12:24 -> Pinging Codecov 23:12:24 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=a3b28f5c44bd902ab6b05bebecef402ac3ecb455&build=209&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F209%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:12:24 -> Uploading to 23:12:24 https://storage.googleapis.com/codecov/v4/raw/2021-03-31/3D8B5DFFC46A037C893635FACE044666/a3b28f5c44bd902ab6b05bebecef402ac3ecb455/afc91f8c-7e41-4cdb-9a89-fa91400f3608.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210331T231224Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=37f7bc3618c5ec24355dea7b446db2c496eb32762c77c38d91a8e1c68fa22424 23:12:24 % Total % Received % Xferd Average Speed Time Time Time Current 23:12:24 Dload Upload Total Spent Left Speed 23:12:24 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15323 0 0 100 15323 0 35124 --:--:-- --:--:-- --:--:-- 35144 23:12:24 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a3b28f5c44bd902ab6b05bebecef402ac3ecb455 [Pipeline] } 23:12:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:12:25 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:12:25 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:12:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:12:26 23:12:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:12:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:12:26 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:12:26 188c0c94c7c5: Pulling fs layer 23:12:26 0ef7d3d256c8: Pulling fs layer 23:12:26 de9db76c5a1d: Pulling fs layer 23:12:26 0eba1c9be4d2: Pulling fs layer 23:12:26 0d57e429df01: Pulling fs layer 23:12:26 4e4be7b47b0d: Pulling fs layer 23:12:26 e1f770b5df2f: Pulling fs layer 23:12:26 85a0685a4137: Pulling fs layer 23:12:26 4e4be7b47b0d: Waiting 23:12:26 e1f770b5df2f: Waiting 23:12:26 85a0685a4137: Waiting 23:12:26 0eba1c9be4d2: Waiting 23:12:26 0d57e429df01: Waiting 23:12:26 de9db76c5a1d: Verifying Checksum 23:12:26 de9db76c5a1d: Download complete 23:12:26 0ef7d3d256c8: Verifying Checksum 23:12:26 0ef7d3d256c8: Download complete 23:12:26 0d57e429df01: Verifying Checksum 23:12:26 0d57e429df01: Download complete 23:12:26 4e4be7b47b0d: Verifying Checksum 23:12:26 4e4be7b47b0d: Download complete 23:12:26 188c0c94c7c5: Verifying Checksum 23:12:26 188c0c94c7c5: Download complete 23:12:27 188c0c94c7c5: Pull complete 23:12:27 0ef7d3d256c8: Pull complete 23:12:27 de9db76c5a1d: Pull complete 23:12:28 e1f770b5df2f: Verifying Checksum 23:12:28 e1f770b5df2f: Download complete 23:12:30 0eba1c9be4d2: Verifying Checksum 23:12:30 0eba1c9be4d2: Download complete 23:12:31 85a0685a4137: Verifying Checksum 23:12:31 85a0685a4137: Download complete 23:12:36 0eba1c9be4d2: Pull complete 23:12:36 0d57e429df01: Pull complete 23:12:36 4e4be7b47b0d: Pull complete 23:12:41 e1f770b5df2f: Pull complete 23:12:47 85a0685a4137: Pull complete 23:12:47 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:12:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:12:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:12:47 prd-centos7-docker-4c-2g-32354 does not seem to be running inside a container 23:12:47 $ 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 23:12:48 $ docker top 2c9e1c6e0c934f070678a4231a8235ce5f5444b14a04fb1d1c5dd4b56e45f8a4 -eo pid,comm [Pipeline] { [Pipeline] echo 23:12:49 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:12:50 + set -o pipefail 23:12:50 + snyk monitor '--org=edgex-jenkins' 23:13:00 23:13:00 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 23:13:00 23:13:00 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/c746a91d-cffb-4555-a51c-f917101240f3 23:13:00 23:13:00 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:13:00 23:13:00 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:13:00 23:13:00 23:13:00 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 23:13:00 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 23:13:00 $ docker stop --time=1 2c9e1c6e0c934f070678a4231a8235ce5f5444b14a04fb1d1c5dd4b56e45f8a4 23:13:03 $ docker rm -f 2c9e1c6e0c934f070678a4231a8235ce5f5444b14a04fb1d1c5dd4b56e45f8a4 [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 23:13:04 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:13:04 provisioning config files... 23:13:04 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7302858321130452191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:13:04 --> edgex-publish-swagger.sh 23:13:04 === Publish openapi/v2 API === 23:13:04 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:13:04 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 23:13:04 % Total % Received % Xferd Average Speed Time Time Time Current 23:13:04 Dload Upload Total Spent Left Speed 23:13:05 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 13840 --:--:-- --:--:-- --:--:-- 13840 23:13:05 23:13:05 [Pipeline] } 23:13:05 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 23:13:06 + git log --format=format:%s -1 a3b28f5c44bd902ab6b05bebecef402ac3ecb455 [Pipeline] isUnix [Pipeline] sh 23:13:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:13:06 . [Pipeline] withDockerContainer 23:13:07 prd-centos7-docker-4c-2g-32354 does not seem to be running inside a container 23:13:07 $ 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 23:13:08 $ docker top 2fd0223932a02182a4686d84f63fd4804e8857dab599265750fd51a64cc9ba34 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:13:08 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:13:08 [ssh-agent] Looking for ssh-agent implementation... 23:13:08 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:13:08 $ docker exec 2fd0223932a02182a4686d84f63fd4804e8857dab599265750fd51a64cc9ba34 ssh-agent 23:13:08 SSH_AUTH_SOCK=/tmp/ssh-FoeVJjNmHCZI/agent.11 23:13:08 SSH_AGENT_PID=17 23:13:08 Running ssh-add (command line suppressed) 23:13:08 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9165087773335406841.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9165087773335406841.key) 23:13:08 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:13:09 + git semver tag 23:13:09 # -> Open(): unable to determine branch for HEAD 23:13:09 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:13:09 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:13:09 # $SEMVER_REMOTE_NAME = origin 23:13:09 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:13:09 # $SEMVER_USER_NAME = edgex-jenkins 23:13:09 # $SEMVER_BRANCH = master 23:13:09 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:13:09 # a3b28f5c44bd902ab6b05bebecef402ac3ecb455 HEAD 23:13:09 # -> Force: false 23:13:09 # 3a65669c0b524e4b9acf6438fbb5d2e39ab75e99 refs/tags/v2.0.0-dev.40 [Pipeline] } 23:13:09 $ docker exec --env ******** --env ******** 2fd0223932a02182a4686d84f63fd4804e8857dab599265750fd51a64cc9ba34 ssh-agent -k 23:13:09 unset SSH_AUTH_SOCK; 23:13:09 unset SSH_AGENT_PID; 23:13:09 echo Agent pid 17 killed; 23:13:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:13:10 + git semver [Pipeline] } 23:13:10 $ docker stop --time=1 2fd0223932a02182a4686d84f63fd4804e8857dab599265750fd51a64cc9ba34 23:13:11 $ docker rm -f 2fd0223932a02182a4686d84f63fd4804e8857dab599265750fd51a64cc9ba34 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:13:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:13:12 23:13:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:13:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:13:12 0.23.1-centos7: Pulling from edgex-lftools 23:13:12 ab5ef0e58194: Pulling fs layer 23:13:12 9712f1f96733: Pulling fs layer 23:13:12 63f879dbbcfc: Pulling fs layer 23:13:12 0d9ebad4ef96: Pulling fs layer 23:13:12 e9a5061849ea: Pulling fs layer 23:13:12 d747dcd14b5f: Pulling fs layer 23:13:12 2de7ff778b66: Pulling fs layer 23:13:12 e9a5061849ea: Waiting 23:13:12 d747dcd14b5f: Waiting 23:13:12 2de7ff778b66: Waiting 23:13:12 0d9ebad4ef96: Waiting 23:13:12 9712f1f96733: Download complete 23:13:14 63f879dbbcfc: Verifying Checksum 23:13:14 63f879dbbcfc: Download complete 23:13:14 e9a5061849ea: Verifying Checksum 23:13:14 e9a5061849ea: Download complete 23:13:14 d747dcd14b5f: Verifying Checksum 23:13:14 d747dcd14b5f: Download complete 23:13:15 2de7ff778b66: Verifying Checksum 23:13:15 2de7ff778b66: Download complete 23:13:15 0d9ebad4ef96: Verifying Checksum 23:13:15 0d9ebad4ef96: Download complete 23:13:15 ab5ef0e58194: Download complete 23:13:20 ab5ef0e58194: Pull complete 23:13:20 9712f1f96733: Pull complete 23:13:22 63f879dbbcfc: Pull complete 23:13:29 0d9ebad4ef96: Pull complete 23:13:31 e9a5061849ea: Pull complete 23:13:31 d747dcd14b5f: Pull complete 23:13:33 2de7ff778b66: Pull complete 23:13:33 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:13:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:13:33 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:13:33 prd-centos7-docker-4c-2g-32354 does not seem to be running inside a container 23:13:33 $ 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 23:13:37 $ docker top 6684ae86fd55519fad6f0805a8d6c615e83f94665a086f95082e94e4c1085699 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:13:38 provisioning config files... 23:13:38 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8339501140270099236tmp 23:13:38 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8879682812964321726tmp 23:13:38 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6959592952865569823tmp [Pipeline] { [Pipeline] echo 23:13:38 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:13:38 ---> sigul-configuration.sh 23:13:38 gpg: directory `/root/.gnupg' created 23:13:38 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:13:38 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:13:38 gpg: keyring `/root/.gnupg/secring.gpg' created 23:13:38 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:13:38 gpg: CAST5 encrypted data 23:13:39 gpg: encrypted with 1 passphrase 23:13:39 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:13:39 + mkdir /home/jenkins 23:13:39 + mkdir /home/jenkins/sigul [Pipeline] sh 23:13:39 + 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 23:13:39 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:13:39 ---> sigul-install.sh 23:13:46 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:13:46 + git tag --list 23:13:46 v0.1.0 23:13:46 v0.1.1 23:13:46 v1.0.0 23:13:46 v1.1.0 23:13:46 v1.2.0 23:13:46 v1.3.0 23:13:46 v1.3.1 23:13:46 v1.3.1-dev.1 23:13:46 v1.3.2-dev.1 23:13:46 v2.0.0-dev.1 23:13:46 v2.0.0-dev.10 23:13:46 v2.0.0-dev.11 23:13:46 v2.0.0-dev.12 23:13:46 v2.0.0-dev.13 23:13:46 v2.0.0-dev.14 23:13:46 v2.0.0-dev.15 23:13:46 v2.0.0-dev.16 23:13:46 v2.0.0-dev.17 23:13:46 v2.0.0-dev.18 23:13:46 v2.0.0-dev.19 23:13:46 v2.0.0-dev.2 23:13:46 v2.0.0-dev.20 23:13:46 v2.0.0-dev.21 23:13:46 v2.0.0-dev.22 23:13:46 v2.0.0-dev.23 23:13:46 v2.0.0-dev.24 23:13:46 v2.0.0-dev.25 23:13:46 v2.0.0-dev.26 23:13:46 v2.0.0-dev.27 23:13:46 v2.0.0-dev.28 23:13:46 v2.0.0-dev.29 23:13:46 v2.0.0-dev.3 23:13:46 v2.0.0-dev.30 23:13:46 v2.0.0-dev.31 23:13:46 v2.0.0-dev.32 23:13:46 v2.0.0-dev.33 23:13:46 v2.0.0-dev.34 23:13:46 v2.0.0-dev.35 23:13:46 v2.0.0-dev.36 23:13:46 v2.0.0-dev.37 23:13:46 v2.0.0-dev.38 23:13:46 v2.0.0-dev.39 23:13:46 v2.0.0-dev.4 23:13:46 v2.0.0-dev.40 23:13:46 v2.0.0-dev.5 23:13:46 v2.0.0-dev.6 23:13:46 v2.0.0-dev.7 23:13:46 v2.0.0-dev.8 23:13:46 v2.0.0-dev.9 [Pipeline] sh 23:13:47 + lftools sign git-tag v2.0.0-dev.40 23:13:48 Signing Git tag with Sigul... 23:13:48 Signing v2.0.0-dev.40 [Pipeline] echo 23:13:49 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:13:49 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:13:49 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:13:49 $ docker stop --time=1 6684ae86fd55519fad6f0805a8d6c615e83f94665a086f95082e94e4c1085699 23:13:52 $ docker rm -f 6684ae86fd55519fad6f0805a8d6c615e83f94665a086f95082e94e4c1085699 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:13:53 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:13:53 . [Pipeline] withDockerContainer 23:13:53 prd-centos7-docker-4c-2g-32354 does not seem to be running inside a container 23:13:53 $ 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 23:13:53 $ docker top d1e43f6eaf61c68b378a1deea6c54911401c0a966262392cb048797b457d4791 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:13:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:13:54 [ssh-agent] Looking for ssh-agent implementation... 23:13:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:13:54 $ docker exec d1e43f6eaf61c68b378a1deea6c54911401c0a966262392cb048797b457d4791 ssh-agent 23:13:54 SSH_AUTH_SOCK=/tmp/ssh-BZ8malxTcMBw/agent.12 23:13:54 SSH_AGENT_PID=18 23:13:54 Running ssh-add (command line suppressed) 23:13:54 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_15706539008780468.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_15706539008780468.key) 23:13:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:13:55 + git semver bump pre 23:13:55 # -> Open(): unable to determine branch for HEAD 23:13:55 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:13:55 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:13:55 # $SEMVER_REMOTE_NAME = origin 23:13:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:13:55 # $SEMVER_USER_NAME = edgex-jenkins 23:13:55 # $SEMVER_BRANCH = master 23:13:55 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:13:55 2.0.0-dev.41 [Pipeline] } 23:13:55 $ docker exec --env ******** --env ******** d1e43f6eaf61c68b378a1deea6c54911401c0a966262392cb048797b457d4791 ssh-agent -k 23:13:55 unset SSH_AUTH_SOCK; 23:13:55 unset SSH_AGENT_PID; 23:13:55 echo Agent pid 18 killed; 23:13:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:13:55 + git semver [Pipeline] } 23:13:55 $ docker stop --time=1 d1e43f6eaf61c68b378a1deea6c54911401c0a966262392cb048797b457d4791 23:13:57 $ docker rm -f d1e43f6eaf61c68b378a1deea6c54911401c0a966262392cb048797b457d4791 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:13:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:13:57 . [Pipeline] withDockerContainer 23:13:57 prd-centos7-docker-4c-2g-32354 does not seem to be running inside a container 23:13:57 $ 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 23:13:58 $ docker top 0dc0faa4e6bb7af9353e9525e7c4849b43a96e8aceca044a1852113e9568ff37 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:13:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:13:59 [ssh-agent] Looking for ssh-agent implementation... 23:13:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:13:59 $ docker exec 0dc0faa4e6bb7af9353e9525e7c4849b43a96e8aceca044a1852113e9568ff37 ssh-agent 23:13:59 SSH_AUTH_SOCK=/tmp/ssh-vbPBBac8dfNG/agent.12 23:13:59 SSH_AGENT_PID=18 23:13:59 Running ssh-add (command line suppressed) 23:13:59 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8946608820147186212.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8946608820147186212.key) 23:13:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:14:00 + git semver push 23:14:00 # -> Open(): unable to determine branch for HEAD 23:14:00 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:14:00 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:14:00 # $SEMVER_REMOTE_NAME = origin 23:14:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:14:00 # $SEMVER_USER_NAME = edgex-jenkins 23:14:00 # $SEMVER_BRANCH = master 23:14:00 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:14:04 $ docker exec --env ******** --env ******** 0dc0faa4e6bb7af9353e9525e7c4849b43a96e8aceca044a1852113e9568ff37 ssh-agent -k 23:14:04 unset SSH_AUTH_SOCK; 23:14:04 unset SSH_AGENT_PID; 23:14:04 echo Agent pid 18 killed; 23:14:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:14:05 + git semver [Pipeline] } 23:14:05 $ docker stop --time=1 0dc0faa4e6bb7af9353e9525e7c4849b43a96e8aceca044a1852113e9568ff37 23:14:06 $ docker rm -f 0dc0faa4e6bb7af9353e9525e7c4849b43a96e8aceca044a1852113e9568ff37 [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 23:14:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:14:08 ---> package-listing.sh 23:14:08 ++ facter osfamily 23:14:08 ++ tr '[:upper:]' '[:lower:]' 23:14:08 + OS_FAMILY=redhat 23:14:08 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:14:08 + START_PACKAGES=/tmp/packages_start.txt 23:14:08 + END_PACKAGES=/tmp/packages_end.txt 23:14:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:14:08 + PACKAGES=/tmp/packages_start.txt 23:14:08 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:14:08 + PACKAGES=/tmp/packages_end.txt 23:14:08 + case "${OS_FAMILY}" in 23:14:08 + rpm -qa 23:14:08 + sort 23:14:14 + '[' -f /tmp/packages_start.txt ']' 23:14:14 + '[' -f /tmp/packages_end.txt ']' 23:14:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:14:14 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:14:14 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:14:14 + 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 23:14:14 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 23:14:14 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:14:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:14 23:14:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:14:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:15 alpine: Pulling from edgex-lftools-log-publisher 23:14:15 df20fa9351a1: Pulling fs layer 23:14:15 36b3adc4ff6f: Pulling fs layer 23:14:15 8ad3a11d3b57: Pulling fs layer 23:14:15 46f8f816bc3b: Pulling fs layer 23:14:15 93b61091891f: Pulling fs layer 23:14:15 93b9cdb0e59b: Pulling fs layer 23:14:15 5e14af77c1be: Pulling fs layer 23:14:15 01666e4c0597: Pulling fs layer 23:14:15 aa168da1d23b: Pulling fs layer 23:14:15 93b9cdb0e59b: Waiting 23:14:15 5e14af77c1be: Waiting 23:14:15 aa168da1d23b: Waiting 23:14:15 46f8f816bc3b: Waiting 23:14:15 93b61091891f: Waiting 23:14:15 01666e4c0597: Waiting 23:14:15 36b3adc4ff6f: Download complete 23:14:15 46f8f816bc3b: Verifying Checksum 23:14:15 46f8f816bc3b: Download complete 23:14:15 df20fa9351a1: Verifying Checksum 23:14:15 df20fa9351a1: Download complete 23:14:15 93b9cdb0e59b: Verifying Checksum 23:14:15 93b9cdb0e59b: Download complete 23:14:15 5e14af77c1be: Verifying Checksum 23:14:15 5e14af77c1be: Download complete 23:14:15 93b61091891f: Download complete 23:14:15 01666e4c0597: Verifying Checksum 23:14:15 01666e4c0597: Download complete 23:14:15 df20fa9351a1: Pull complete 23:14:15 8ad3a11d3b57: Verifying Checksum 23:14:15 8ad3a11d3b57: Download complete 23:14:16 36b3adc4ff6f: Pull complete 23:14:18 aa168da1d23b: Verifying Checksum 23:14:18 aa168da1d23b: Download complete 23:14:18 8ad3a11d3b57: Pull complete 23:14:18 46f8f816bc3b: Pull complete 23:14:19 93b61091891f: Pull complete 23:14:19 93b9cdb0e59b: Pull complete 23:14:19 5e14af77c1be: Pull complete 23:14:19 01666e4c0597: Pull complete 23:14:28 aa168da1d23b: Pull complete 23:14:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:14:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:14:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:14:28 prd-centos7-docker-4c-2g-32354 does not seem to be running inside a container 23:14:28 $ 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 23:14:31 $ docker top dcfdd7a57f763602fab1b5f40789b4c461e19bec14ddf13cea8515cba8693ba6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:14:31 + touch /tmp/pre-build-complete [Pipeline] sh 23:14:32 + mkdir -p /var/log/sa [Pipeline] sh 23:14:32 + ls /var/log/sa-host 23:14:32 + sadf -c /var/log/sa-host/sa23 23:14:32 file_magic: OK 23:14:32 HZ: Using current value: 100 23:14:32 file_header: OK 23:14:32 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 23:14:32 Statistics: 23:14:32 Hnuu...uuuununununu... 23:14:32 File successfully converted to sysstat format version 12.2.1 23:14:32 + sadf -c /var/log/sa-host/sa31 23:14:32 file_magic: OK 23:14:32 HZ: Using current value: 100 23:14:32 file_header: OK 23:14:32 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 23:14:32 Statistics: 23:14:32 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:14:32 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:14:33 provisioning config files... 23:14:33 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8865331410831623768tmp [Pipeline] { [Pipeline] echo 23:14:33 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:14:33 ---> create-netrc.sh [Pipeline] } 23:14:33 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:14:33 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:14:33 ---> python-tools-install.sh [Pipeline] echo 23:14:33 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:14:34 ---> sudo-logs.sh 23:14:34 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:14:34 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:14:34 ---> job-cost.sh 23:14:34 lf-activate-venv: SKIPPING 23:14:34 DEBUG: total: 0.029999999329447746 23:14:34 INFO: Retrieving Stack Cost... 23:14:35 INFO: Retrieving Pricing Info for: v1-standard-2 23:14:36 INFO: Archiving Costs [Pipeline] echo 23:14:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:14:36 ---> logs-deploy.sh 23:14:36 lf-activate-venv: SKIPPING 23:14:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/209 23:14:36 INFO: archiving workspace using pattern(s): 23:14:38 Archives upload complete. 23:14:38 INFO: archiving logs to Nexus 23:14:39 ---> uname -a: 23:14:39 Linux prd-centos7-docker-4c-2g-32354.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:14:39 23:14:39 23:14:39 ---> lscpu: 23:14:39 Architecture: x86_64 23:14:39 CPU op-mode(s): 32-bit, 64-bit 23:14:39 Byte Order: Little Endian 23:14:39 Address sizes: 40 bits physical, 48 bits virtual 23:14:39 CPU(s): 4 23:14:39 On-line CPU(s) list: 0-3 23:14:39 Thread(s) per core: 1 23:14:39 Core(s) per socket: 1 23:14:39 Socket(s): 4 23:14:39 NUMA node(s): 1 23:14:39 Vendor ID: GenuineIntel 23:14:39 CPU family: 6 23:14:39 Model: 44 23:14:39 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:14:39 Stepping: 1 23:14:39 CPU MHz: 2933.442 23:14:39 BogoMIPS: 5866.88 23:14:39 Virtualization: VT-x 23:14:39 Hypervisor vendor: KVM 23:14:39 Virtualization type: full 23:14:39 L1d cache: 128 KiB 23:14:39 L1i cache: 128 KiB 23:14:39 L2 cache: 16 MiB 23:14:39 L3 cache: 64 MiB 23:14:39 NUMA node0 CPU(s): 0-3 23:14:39 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:14:39 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:14:39 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:14:39 Vulnerability Meltdown: Mitigation; PTI 23:14:39 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:14:39 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:14:39 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:14:39 Vulnerability Srbds: Not affected 23:14:39 Vulnerability Tsx async abort: Not affected 23:14:39 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 23:14:39 23:14:39 23:14:39 ---> nproc: 23:14:39 4 23:14:39 23:14:39 23:14:39 ---> df -h: 23:14:39 Filesystem Size Used Available Use% Mounted on 23:14:39 overlay 50.0G 8.6G 41.4G 17% / 23:14:39 tmpfs 64.0M 0 64.0M 0% /dev 23:14:39 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:14:39 shm 64.0M 0 64.0M 0% /dev/shm 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 23:14:39 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 23:14:39 23:14:39 23:14:39 ---> free -m: 23:14:39 total used free shared buff/cache available 23:14:39 Mem: 1837 813 146 0 877 959 23:14:39 Swap: 1023 2 1021 23:14:39 23:14:39 23:14:39 ---> ip addr: 23:14:39 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:14:39 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:14:39 inet 127.0.0.1/8 scope host lo 23:14:39 valid_lft forever preferred_lft forever 23:14:39 inet6 ::1/128 scope host 23:14:39 valid_lft forever preferred_lft forever 23:14:39 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:14:39 link/ether fa:16:3e:e4:85:a6 brd ff:ff:ff:ff:ff:ff 23:14:39 inet 10.30.122.249/23 brd 10.30.123.255 scope global dynamic eth0 23:14:39 valid_lft 85670sec preferred_lft 85670sec 23:14:39 inet6 fe80::f816:3eff:fee4:85a6/64 scope link 23:14:39 valid_lft forever preferred_lft forever 23:14:39 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:14:39 link/ether 02:42:11:c8:dd:b5 brd ff:ff:ff:ff:ff:ff 23:14:39 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:14:39 valid_lft forever preferred_lft forever 23:14:39 inet6 fe80::42:11ff:fec8:ddb5/64 scope link 23:14:39 valid_lft forever preferred_lft forever 23:14:39 23:14:39 23:14:39 ---> sar -b -r -n DEV: 23:14:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 23:14:39 23:14:39 23:02:18 LINUX RESTART (4 CPU) 23:14:39 23:14:39 23:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:14:39 23:04:01 42.86 14.71 28.15 0.00 4598.14 4241.86 0.00 23:14:39 23:05:01 1.10 0.00 1.10 0.00 0.00 22.38 0.00 23:14:39 23:06:01 0.23 0.00 0.23 0.00 0.00 3.46 0.00 23:14:39 23:07:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 23:14:39 23:08:01 0.18 0.00 0.18 0.00 0.00 1.80 0.00 23:14:39 23:09:01 0.35 0.00 0.35 0.00 0.00 4.70 0.00 23:14:39 23:10:01 0.28 0.00 0.28 0.00 0.00 2.75 0.00 23:14:39 23:11:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 23:14:39 23:12:01 0.25 0.00 0.25 0.00 0.00 2.58 0.00 23:14:39 23:13:01 273.20 159.22 113.98 0.00 8034.49 34379.41 0.00 23:14:39 23:14:01 215.71 73.42 142.29 0.00 4863.24 35737.31 0.00 23:14:39 Average: 48.63 22.50 26.13 0.00 1591.23 6767.03 0.00 23:14:39 23:14:39 23:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:14:39 23:04:01 248088 0 575388 30.58 2616 1055452 1082476 36.94 402132 1032940 24 23:14:39 23:05:01 251752 0 571716 30.39 2616 1055460 1082032 36.93 401272 1031036 20 23:14:39 23:06:01 251672 0 571792 30.39 2616 1055464 1065656 36.37 401148 1031772 8 23:14:39 23:07:01 252584 0 570880 30.34 2616 1055464 1059416 36.16 409916 1022056 8 23:14:39 23:08:01 250296 0 573160 30.46 2616 1055472 1059620 36.16 410952 1023820 8 23:14:39 23:09:01 250536 0 572916 30.45 2616 1055476 1059452 36.16 424128 1009872 8 23:14:39 23:10:01 250332 0 573116 30.46 2616 1055480 1059416 36.16 431656 1002836 8 23:14:39 23:11:01 250232 0 573212 30.46 2616 1055484 1059416 36.16 431660 1002836 8 23:14:39 23:12:01 250076 0 573340 30.47 2616 1055512 1059416 36.16 431688 1002840 12 23:14:39 23:13:01 136760 0 686720 36.50 2592 1055472 1273832 43.47 542412 927856 69312 23:14:39 23:14:01 221292 0 774048 41.14 1520 884684 1284740 43.85 578620 743984 48 23:14:39 Average: 237602 0 601481 31.97 2514 1039947 1104134 37.68 442326 984713 6315 23:14:39 23:14:39 23:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:14:39 23:04:01 eth0 254.14 232.77 761.04 51.41 0.00 0.00 0.00 0.00 23:14:39 23:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:04:01 docker0 115.68 89.51 9.35 309.82 0.00 0.00 0.00 0.00 23:14:39 23:05:01 eth0 3.96 2.70 2.95 0.36 0.00 0.00 0.00 0.00 23:14:39 23:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:06:01 eth0 0.87 0.42 0.29 0.21 0.00 0.00 0.00 0.00 23:14:39 23:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:07:01 eth0 0.63 0.08 0.06 0.01 0.00 0.00 0.00 0.00 23:14:39 23:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:08:01 eth0 0.65 0.42 0.35 0.26 0.00 0.00 0.00 0.00 23:14:39 23:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:09:01 eth0 0.22 0.18 0.07 0.01 0.00 0.00 0.00 0.00 23:14:39 23:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:10:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:14:39 23:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:14:39 23:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:12:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:14:39 23:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:13:01 eth0 496.90 432.79 4349.09 40.41 0.00 0.00 0.00 0.00 23:14:39 23:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:13:01 docker0 51.91 54.38 4.65 262.70 0.00 0.00 0.00 0.00 23:14:39 23:14:01 veth015b665 0.77 0.62 0.17 0.18 0.00 0.00 0.00 0.00 23:14:39 23:14:01 eth0 542.04 468.13 3499.50 138.75 0.00 0.00 0.00 0.00 23:14:39 23:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 23:14:01 docker0 38.54 50.51 2.13 238.28 0.00 0.00 0.00 0.00 23:14:39 Average: veth015b665 0.07 0.06 0.02 0.02 0.00 0.00 0.00 0.00 23:14:39 Average: eth0 118.21 103.48 783.39 21.05 0.00 0.00 0.00 0.00 23:14:39 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:14:39 Average: docker0 18.75 17.68 1.47 73.74 0.00 0.00 0.00 0.00 23:14:39 23:14:39 23:14:39 ---> sar -P ALL: 23:14:39 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/31/21 _x86_64_ (4 CPU) 23:14:39 23:14:39 23:02:18 LINUX RESTART (4 CPU) 23:14:39 23:14:39 23:03:01 CPU %user %nice %system %iowait %steal %idle 23:14:39 23:04:01 all 4.46 0.00 2.35 0.83 0.02 92.35 23:14:39 23:04:01 0 5.04 0.00 3.15 1.16 0.03 90.62 23:14:39 23:04:01 1 4.06 0.00 2.00 0.37 0.02 93.55 23:14:39 23:04:01 2 4.02 0.00 2.08 1.26 0.02 92.62 23:14:39 23:04:01 3 4.70 0.00 2.15 0.52 0.02 92.61 23:14:39 23:05:01 all 0.19 0.00 0.06 0.00 0.00 99.75 23:14:39 23:05:01 0 0.07 0.00 0.05 0.00 0.00 99.88 23:14:39 23:05:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:14:39 23:05:01 2 0.10 0.00 0.08 0.00 0.00 99.82 23:14:39 23:05:01 3 0.57 0.00 0.05 0.00 0.00 99.38 23:14:39 23:06:01 all 0.13 0.00 0.04 0.00 0.00 99.83 23:14:39 23:06:01 0 0.02 0.00 0.02 0.00 0.00 99.97 23:14:39 23:06:01 1 0.30 0.00 0.03 0.00 0.00 99.67 23:14:39 23:06:01 2 0.08 0.00 0.07 0.00 0.00 99.85 23:14:39 23:06:01 3 0.10 0.00 0.05 0.00 0.00 99.85 23:14:39 23:07:01 all 0.15 0.00 0.05 0.00 0.00 99.80 23:14:39 23:07:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:14:39 23:07:01 1 0.52 0.00 0.05 0.00 0.00 99.43 23:14:39 23:07:01 2 0.03 0.00 0.03 0.00 0.02 99.92 23:14:39 23:07:01 3 0.05 0.00 0.07 0.00 0.00 99.88 23:14:39 23:08:01 all 0.18 0.00 0.09 0.00 0.01 99.71 23:14:39 23:08:01 0 0.02 0.00 0.05 0.00 0.00 99.93 23:14:39 23:08:01 1 0.55 0.00 0.08 0.00 0.03 99.33 23:14:39 23:08:01 2 0.08 0.00 0.08 0.00 0.00 99.83 23:14:39 23:08:01 3 0.08 0.00 0.15 0.00 0.02 99.75 23:14:39 23:09:01 all 0.15 0.00 0.08 0.00 0.00 99.76 23:14:39 23:09:01 0 0.03 0.00 0.03 0.00 0.02 99.92 23:14:39 23:09:01 1 0.47 0.00 0.18 0.00 0.00 99.35 23:14:39 23:09:01 2 0.08 0.00 0.05 0.00 0.00 99.87 23:14:39 23:09:01 3 0.03 0.00 0.05 0.00 0.00 99.92 23:14:39 23:10:01 all 0.15 0.00 0.07 0.00 0.00 99.77 23:14:39 23:10:01 0 0.43 0.00 0.05 0.00 0.00 99.52 23:14:39 23:10:01 1 0.05 0.00 0.17 0.00 0.00 99.78 23:14:39 23:10:01 2 0.05 0.00 0.03 0.00 0.02 99.90 23:14:39 23:10:01 3 0.07 0.00 0.05 0.00 0.00 99.88 23:14:39 23:11:01 all 0.06 0.00 0.05 0.00 0.00 99.90 23:14:39 23:11:01 0 0.13 0.00 0.08 0.00 0.00 99.78 23:14:39 23:11:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:14:39 23:11:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:14:39 23:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 23:14:39 23:12:01 all 0.08 0.00 0.03 0.00 0.00 99.89 23:14:39 23:12:01 0 0.18 0.00 0.02 0.00 0.00 99.80 23:14:39 23:12:01 1 0.03 0.00 0.02 0.00 0.00 99.95 23:14:39 23:12:01 2 0.05 0.00 0.07 0.00 0.00 99.88 23:14:39 23:12:01 3 0.03 0.00 0.03 0.00 0.00 99.93 23:14:39 23:13:01 all 9.56 0.00 6.73 2.93 0.06 80.72 23:14:39 23:13:01 0 11.11 0.00 6.80 2.60 0.05 79.44 23:14:39 23:13:01 1 8.97 0.00 7.14 3.35 0.05 80.49 23:14:39 23:13:01 2 8.92 0.00 6.91 1.86 0.07 82.24 23:14:39 23:13:01 3 9.26 0.00 6.08 3.90 0.05 80.71 23:14:39 23:14:01 all 12.44 0.00 9.58 3.17 0.07 74.75 23:14:39 23:14:01 0 11.04 0.00 10.25 2.51 0.07 76.12 23:14:39 23:14:01 1 15.29 0.00 9.89 2.71 0.05 72.06 23:14:39 23:14:01 2 11.09 0.00 9.12 4.78 0.05 74.95 23:14:39 23:14:01 3 12.31 0.00 9.05 2.66 0.12 75.86 23:14:39 23:14:39 Average: CPU %user %nice %system %iowait %steal %idle 23:14:39 Average: all 2.46 0.00 1.71 0.62 0.02 95.20 23:14:39 Average: 0 2.51 0.00 1.83 0.56 0.02 95.09 23:14:39 Average: 1 2.71 0.00 1.75 0.57 0.01 94.95 23:14:39 Average: 2 2.20 0.00 1.66 0.71 0.02 95.42 23:14:39 Average: 3 2.43 0.00 1.59 0.63 0.02 95.33 23:14:39 23:14:39 23:14:39