Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from da3d0518fcb37b196a136ae416cf8139cdec645a 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-33012 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision da3d0518fcb37b196a136ae416cf8139cdec645a (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f da3d0518fcb37b196a136ae416cf8139cdec645a # timeout=10 Commit message: "refactor: Switch to 2.0 Consul path (#782)" > git rev-list --no-walk a3b28f5c44bd902ab6b05bebecef402ac3ecb455 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:43:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:43:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:43:40 ========================================================= 22:43:40 EdgeX Global Pipelines Version Info 22:43:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:43:44 ------------------- 22:43:44 stable info: 22:43:44 ------------------- 22:43:44 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:43:44 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 22:43:44 Message: update stable to v1.0.186 22:43:45 ------------------- 22:43:45 experimental info: 22:43:45 ------------------- 22:43:45 Commited By: **** collab-it+edgex@linuxfoundation.org 22:43:45 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 22:43:45 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:43:45 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 22:43:45 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 22:43:45 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 22:43:46 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:43:47 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = da3d0518fcb37b196a136ae416cf8139cdec645a [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = da3d051 [Pipeline] echo 22:43:48 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:43:49 + git log --format=format:%s -1 da3d0518fcb37b196a136ae416cf8139cdec645a [Pipeline] echo 22:43:49 GIT_COMMIT: da3d0518fcb37b196a136ae416cf8139cdec645a, Commit Message: refactor: Switch to 2.0 Consul path (#782) [Pipeline] echo 22:43:49 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 22:43:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:51 22:43:51 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:43:52 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:52 latest: Pulling from edgex-devops/git-semver 22:43:52 31603596830f: Pulling fs layer 22:43:52 2a8b12db71e7: Pulling fs layer 22:43:52 6ca5941a6612: Pulling fs layer 22:43:52 ecc8261a40a4: Pulling fs layer 22:43:52 ecc8261a40a4: Waiting 22:43:53 2a8b12db71e7: Verifying Checksum 22:43:53 2a8b12db71e7: Download complete 22:43:53 31603596830f: Verifying Checksum 22:43:53 31603596830f: Download complete 22:43:54 6ca5941a6612: Verifying Checksum 22:43:54 6ca5941a6612: Download complete 22:43:54 ecc8261a40a4: Verifying Checksum 22:43:54 ecc8261a40a4: Download complete 22:43:55 31603596830f: Pull complete 22:43:55 2a8b12db71e7: Pull complete 22:43:58 6ca5941a6612: Pull complete 22:43:59 ecc8261a40a4: Pull complete 22:43:59 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:43:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:43:59 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:44:00 prd-centos7-docker-4c-2g-33012 does not seem to be running inside a container 22:44:00 $ 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 22:44:04 $ docker top d2617561fac205473d7713a21c7772c5245ce0754ea8314d0c1314eafe2abeff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:44:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:44:05 [ssh-agent] Looking for ssh-agent implementation... 22:44:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:44:06 $ docker exec d2617561fac205473d7713a21c7772c5245ce0754ea8314d0c1314eafe2abeff ssh-agent 22:44:06 SSH_AUTH_SOCK=/tmp/ssh-F9qhuaRzI6as/agent.11 22:44:06 SSH_AGENT_PID=16 22:44:06 Running ssh-add (command line suppressed) 22:44:06 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5925520884956655884.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5925520884956655884.key) 22:44:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:44:07 + git tag --points-at HEAD [Pipeline] } 22:44:08 $ docker exec --env ******** --env ******** d2617561fac205473d7713a21c7772c5245ce0754ea8314d0c1314eafe2abeff ssh-agent -k 22:44:08 unset SSH_AUTH_SOCK; 22:44:08 unset SSH_AGENT_PID; 22:44:08 echo Agent pid 16 killed; 22:44:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:44:09 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:44:09 [ssh-agent] Looking for ssh-agent implementation... 22:44:09 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:44:09 $ docker exec d2617561fac205473d7713a21c7772c5245ce0754ea8314d0c1314eafe2abeff ssh-agent 22:44:10 SSH_AUTH_SOCK=/tmp/ssh-P9jWqDaR0ZMu/agent.44 22:44:10 SSH_AGENT_PID=49 22:44:10 Running ssh-add (command line suppressed) 22:44:10 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1333287214008160266.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1333287214008160266.key) 22:44:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:44:11 + git semver init 22:44:11 # -> Open(): unable to determine branch for HEAD 22:44:11 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:44:11 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:44:11 # $SEMVER_REMOTE_NAME = origin 22:44:11 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:44:11 # $SEMVER_USER_NAME = edgex-jenkins 22:44:11 # $SEMVER_BRANCH = master 22:44:11 # $SEMVER_TEMP = /tmp/semver-680105009 22:44:11 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 22:44:18 # '/tmp/semver-680105009' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 22:44:18 # -> Force: false 22:44:18 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:44:18 $ docker exec --env ******** --env ******** d2617561fac205473d7713a21c7772c5245ce0754ea8314d0c1314eafe2abeff ssh-agent -k 22:44:18 unset SSH_AUTH_SOCK; 22:44:18 unset SSH_AGENT_PID; 22:44:18 echo Agent pid 49 killed; 22:44:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:44:20 + git semver [Pipeline] } 22:44:20 $ docker stop --time=1 d2617561fac205473d7713a21c7772c5245ce0754ea8314d0c1314eafe2abeff 22:44:22 $ docker rm -f d2617561fac205473d7713a21c7772c5245ce0754ea8314d0c1314eafe2abeff [Pipeline] // withDockerContainer [Pipeline] sh 22:44:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:44:24 Stashed 1 file(s) [Pipeline] echo 22:44:24 [edgeXSemver]: initialized semver on version 2.0.0-dev.41 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 22:44:40 Still waiting to schedule task 22:44:40 Executor slot already in use; ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32765’ is offline; ‘prd-centos7-docker-4c-2g-32816’ is offline; ‘prd-centos7-docker-4c-2g-33018’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32989’ doesn’t have label ‘centos7-docker-4c-2g’ 22:44:40 Still waiting to schedule task 22:44:40 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:45:32 Running on prd-centos7-docker-4c-2g-33019 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:45:32 Running in /w/workspace/app-functions-sdk-go/210 [Pipeline] { [Pipeline] checkout 22:45:35 using credential edgex-jenkins-ssh 22:45:35 Cloning the remote Git repository 22:45:35 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:45:35 > git init /w/workspace/app-functions-sdk-go/210 # timeout=10 22:45:35 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:45:35 > git --version # timeout=10 22:45:35 > git --version # 'git version 2.24.3' 22:45:35 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:35 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:37 Checking out Revision da3d0518fcb37b196a136ae416cf8139cdec645a (master) 22:45:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:45:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:45:36 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:45:36 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:45:36 using GIT_SSH to set credentials SSH Credentials for GitHub 22:45:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:45:37 > git config core.sparsecheckout # timeout=10 22:45:37 > git checkout -f da3d0518fcb37b196a136ae416cf8139cdec645a # timeout=10 22:45:40 Commit message: "refactor: Switch to 2.0 Consul path (#782)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:45:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:45:42 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:45:42 + sudo service docker restart 22:45:42 + true 22:45:42 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 22:45:44 ========================================================= 22:45:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:45:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:45:44 + 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 . 22:45:45 Sending build context to Docker daemon 19.45MB 22:45:45 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:45:45 Step 2/8 : FROM ${BASE} 22:45:45 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:45:45 188c0c94c7c5: Pulling fs layer 22:45:45 0ef7d3d256c8: Pulling fs layer 22:45:45 de9db76c5a1d: Pulling fs layer 22:45:45 bca2f99d35d6: Pulling fs layer 22:45:45 93359f2a8cfa: Pulling fs layer 22:45:45 7c6f9722023f: Pulling fs layer 22:45:45 a35cf1a2eb13: Pulling fs layer 22:45:45 93359f2a8cfa: Waiting 22:45:45 7c6f9722023f: Waiting 22:45:45 a35cf1a2eb13: Waiting 22:45:45 bca2f99d35d6: Waiting 22:45:45 de9db76c5a1d: Verifying Checksum 22:45:45 de9db76c5a1d: Download complete 22:45:45 0ef7d3d256c8: Download complete 22:45:45 93359f2a8cfa: Download complete 22:45:45 7c6f9722023f: Verifying Checksum 22:45:45 7c6f9722023f: Download complete 22:45:45 188c0c94c7c5: Verifying Checksum 22:45:45 188c0c94c7c5: Download complete 22:45:45 188c0c94c7c5: Pull complete 22:45:45 0ef7d3d256c8: Pull complete 22:45:46 de9db76c5a1d: Pull complete 22:45:46 a35cf1a2eb13: Verifying Checksum 22:45:46 a35cf1a2eb13: Download complete 22:45:47 bca2f99d35d6: Verifying Checksum 22:45:47 bca2f99d35d6: Download complete 22:45:52 bca2f99d35d6: Pull complete 22:45:52 93359f2a8cfa: Pull complete 22:45:52 7c6f9722023f: Pull complete 22:45:59 a35cf1a2eb13: Pull complete 22:45:59 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:45:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:45:59 ---> a62c8e92a672 22:45:59 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:45:59 20.10.0: Pulling from library/docker 22:45:59 05e7bc50f07f: Pulling fs layer 22:45:59 6db28d0fdbf6: Pulling fs layer 22:45:59 292df0bc6bf3: Pulling fs layer 22:45:59 2e060f4bd70b: Pulling fs layer 22:45:59 80e8d568a223: Pulling fs layer 22:45:59 8dc6ef1a942a: Pulling fs layer 22:45:59 2312dd95470a: Pulling fs layer 22:45:59 2e060f4bd70b: Waiting 22:45:59 80e8d568a223: Waiting 22:45:59 8dc6ef1a942a: Waiting 22:45:59 2312dd95470a: Waiting 22:45:59 292df0bc6bf3: Verifying Checksum 22:45:59 292df0bc6bf3: Download complete 22:45:59 05e7bc50f07f: Verifying Checksum 22:45:59 05e7bc50f07f: Download complete 22:45:59 6db28d0fdbf6: Verifying Checksum 22:45:59 6db28d0fdbf6: Download complete 22:45:59 80e8d568a223: Verifying Checksum 22:45:59 80e8d568a223: Download complete 22:45:59 8dc6ef1a942a: Verifying Checksum 22:45:59 8dc6ef1a942a: Download complete 22:45:59 2312dd95470a: Verifying Checksum 22:45:59 2312dd95470a: Download complete 22:45:59 05e7bc50f07f: Pull complete 22:45:59 6db28d0fdbf6: Pull complete 22:46:00 292df0bc6bf3: Pull complete 22:46:00 2e060f4bd70b: Verifying Checksum 22:46:00 2e060f4bd70b: Download complete 22:46:03 2e060f4bd70b: Pull complete 22:46:03 80e8d568a223: Pull complete 22:46:03 8dc6ef1a942a: Pull complete 22:46:03 2312dd95470a: Pull complete 22:46:03 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:46:03 Status: Downloaded newer image for docker:20.10.0 22:46:04 ---> fc12e6f946ec 22:46:04 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:46:04 ---> Running in 6e2404973c53 22:46:04 Removing intermediate container 6e2404973c53 22:46:04 ---> 12b15d1448c6 22:46:04 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:46:05 ---> Running in 4930bf3cbbcd 22:46:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:46:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:46:06 (1/5) Installing libsodium (1.0.18-r0) 22:46:07 (2/5) Installing libzmq (4.3.3-r0) 22:46:07 (3/5) Installing pkgconf (1.7.2-r0) 22:46:07 (4/5) Installing libsodium-dev (1.0.18-r0) 22:46:07 (5/5) Installing zeromq-dev (4.3.3-r0) 22:46:07 Executing busybox-1.31.1-r19.trigger 22:46:07 OK: 167 MiB in 44 packages 22:46:07 Removing intermediate container 4930bf3cbbcd 22:46:07 ---> a42440d61b58 22:46:07 Step 6/8 : WORKDIR /build 22:46:07 ---> Running in f3a4c73b3b24 22:46:08 Removing intermediate container f3a4c73b3b24 22:46:08 ---> 1b452ec1fd13 22:46:08 Step 7/8 : COPY go.mod . 22:46:08 ---> 86e1572e457e 22:46:08 Step 8/8 : RUN go mod download 22:46:08 ---> Running in 3045e812ab4b 22:46:30 Removing intermediate container 3045e812ab4b 22:46:30 ---> 9354a8d17fd7 22:46:30 Successfully built 9354a8d17fd7 22:46:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:46:30 + docker inspect -f . ci-base-image-x86_64 22:46:30 . [Pipeline] withDockerContainer 22:46:31 prd-centos7-docker-4c-2g-33019 does not seem to be running inside a container 22:46:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/210 -v /w/workspace/app-functions-sdk-go/210:/w/workspace/app-functions-sdk-go/210:rw,z -v /w/workspace/app-functions-sdk-go/210@tmp:/w/workspace/app-functions-sdk-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:46:31 $ docker top 299bfa65ab15352d13ee778a9e944adc73b034b2293f3bbf0f6b294da657a84a -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:32 + go version 22:46:32 go version go1.15.5 linux/amd64 [Pipeline] } 22:46:32 $ docker stop --time=1 299bfa65ab15352d13ee778a9e944adc73b034b2293f3bbf0f6b294da657a84a 22:46:33 $ docker rm -f 299bfa65ab15352d13ee778a9e944adc73b034b2293f3bbf0f6b294da657a84a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:46:34 + docker inspect -f . ci-base-image-x86_64 22:46:34 . [Pipeline] withDockerContainer 22:46:34 prd-centos7-docker-4c-2g-33019 does not seem to be running inside a container 22:46:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/210 -v /w/workspace/app-functions-sdk-go/210:/w/workspace/app-functions-sdk-go/210:rw,z -v /w/workspace/app-functions-sdk-go/210@tmp:/w/workspace/app-functions-sdk-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:46:35 $ docker top 673404edfff3d372864c9c59485e0dd511a929987dba24f82d756ce15f995c3c -eo pid,comm [Pipeline] { [Pipeline] sh 22:46:35 + make test 22:46:35 make -C ./app-service-template build 22:46:35 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/210/app-service-template' 22:46:35 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 22:46:50 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/210/app-service-template' 22:46:50 make -C ./app-service-template test 22:46:50 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/210/app-service-template' 22:46:50 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:46:56 ok new-app-service 0.017s coverage: 47.8% of statements 22:46:56 ? new-app-service/config [no test files] 22:46:56 ok new-app-service/functions 0.010s 22:46:56 CGO_ENABLED=1 go vet ./... 22:46:59 gofmt -l . 22:46:59 [ "`gofmt -l .`" = "" ] 22:46:59 ./bin/test-go-mod-tidy.sh 22:47:00 ./bin/test-attribution-txt.sh 22:47:00 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/210/app-service-template' 22:47:00 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:47:01 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:47:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.283s coverage: 55.8% of statements 22:47:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.043s coverage: 92.5% of statements 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:47:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.041s coverage: 61.5% of statements 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:47:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.014s 22:47:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.027s coverage: 75.4% of statements 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:47:03 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.004s coverage: 97.0% of statements 22:47:03 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:47:04 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.018s coverage: 10.5% of statements 22:47:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.752s coverage: 78.4% of statements 22:47:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 22:47:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.021s coverage: 18.4% of statements 22:47:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.010s coverage: 27.3% of statements 22:47:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 22:47:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 22:47:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.022s coverage: 71.7% of statements 22:47:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-33023 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 22:47:24 Running in /w/workspace/app-functions-sdk-go/210 [Pipeline] { [Pipeline] checkout 22:47:30 using credential edgex-jenkins-ssh 22:47:30 Cloning the remote Git repository 22:47:30 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 22:47:30 > git init /w/workspace/app-functions-sdk-go/210 # timeout=10 22:47:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:47:30 > git --version # timeout=10 22:47:30 > git --version # 'git version 2.17.1' 22:47:30 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:33 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:47:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:47:33 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 22:47:34 Checking out Revision da3d0518fcb37b196a136ae416cf8139cdec645a (master) 22:47:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.036s coverage: 81.9% of statements 22:47:34 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.008s coverage: 94.4% of statements 22:47:34 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:47:34 gofmt -l . 22:47:34 [ "`gofmt -l .`" = "" ] 22:47:34 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 22:47:34 $ docker stop --time=1 673404edfff3d372864c9c59485e0dd511a929987dba24f82d756ce15f995c3c 22:47:33 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 22:47:33 using GIT_SSH to set credentials SSH Credentials for GitHub 22:47:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 22:47:34 > git config core.sparsecheckout # timeout=10 22:47:34 > git checkout -f da3d0518fcb37b196a136ae416cf8139cdec645a # timeout=10 22:47:36 $ docker rm -f 673404edfff3d372864c9c59485e0dd511a929987dba24f82d756ce15f995c3c [Pipeline] // withDockerContainer [Pipeline] sh 22:47:36 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:47:36 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:47:38 ---> job-cost.sh 22:47:38 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qzWG 22:47:38 Commit message: "refactor: Switch to 2.0 Consul path (#782)" 22:47:39 22:47:39 GitHub has been notified of this commit’s build result 22:47:39 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:47:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:47:40 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:47:41 + sudo service+ docker restart 22:47:41 true [Pipeline] unstash [Pipeline] echo 22:47:44 ========================================================= 22:47:44 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:47:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:47:44 + 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 . 22:47:45 Sending build context to Docker daemon 19.45MB 22:47:45 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 22:47:45 Step 2/8 : FROM ${BASE} 22:47:46 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:47:46 5f621e34cdf4: Pulling fs layer 22:47:46 a4357932f1b6: Pulling fs layer 22:47:46 18c013af1878: Pulling fs layer 22:47:46 00ac8860ef70: Pulling fs layer 22:47:46 63d7cb157983: Pulling fs layer 22:47:46 b116817d02f9: Pulling fs layer 22:47:46 745a02a5169b: Pulling fs layer 22:47:46 00ac8860ef70: Waiting 22:47:46 63d7cb157983: Waiting 22:47:46 b116817d02f9: Waiting 22:47:46 18c013af1878: Verifying Checksum 22:47:46 18c013af1878: Download complete 22:47:46 a4357932f1b6: Verifying Checksum 22:47:46 a4357932f1b6: Download complete 22:47:46 63d7cb157983: Verifying Checksum 22:47:46 63d7cb157983: Download complete 22:47:46 b116817d02f9: Verifying Checksum 22:47:46 b116817d02f9: Download complete 22:47:46 5f621e34cdf4: Verifying Checksum 22:47:46 5f621e34cdf4: Download complete 22:47:47 5f621e34cdf4: Pull complete 22:47:47 a4357932f1b6: Pull complete 22:47:48 18c013af1878: Pull complete 22:47:48 745a02a5169b: Verifying Checksum 22:47:48 745a02a5169b: Download complete 22:47:49 00ac8860ef70: Verifying Checksum 22:47:49 00ac8860ef70: Download complete 22:47:53 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:47:59 00ac8860ef70: Pull complete 22:47:59 63d7cb157983: Pull complete 22:48:00 b116817d02f9: Pull complete 22:48:04 745a02a5169b: Pull complete 22:48:04 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:48:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:48:04 ---> b7e6874047d6 22:48:04 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 22:48:04 20.10.0: Pulling from library/docker 22:48:04 a3cc7d3b244e: Pulling fs layer 22:48:04 02a3295e0d61: Pulling fs layer 22:48:04 0f4f2e6d8100: Pulling fs layer 22:48:04 330b718f631f: Pulling fs layer 22:48:04 a93816041522: Pulling fs layer 22:48:04 bdb6da89ff94: Pulling fs layer 22:48:04 2a70c0c122f4: Pulling fs layer 22:48:04 330b718f631f: Waiting 22:48:04 a93816041522: Waiting 22:48:04 bdb6da89ff94: Waiting 22:48:04 2a70c0c122f4: Waiting 22:48:04 0f4f2e6d8100: Verifying Checksum 22:48:04 0f4f2e6d8100: Download complete 22:48:04 02a3295e0d61: Verifying Checksum 22:48:04 02a3295e0d61: Download complete 22:48:04 a93816041522: Verifying Checksum 22:48:04 a93816041522: Download complete 22:48:04 a3cc7d3b244e: Verifying Checksum 22:48:04 a3cc7d3b244e: Download complete 22:48:04 2a70c0c122f4: Download complete 22:48:04 bdb6da89ff94: Verifying Checksum 22:48:04 bdb6da89ff94: Download complete 22:48:05 a3cc7d3b244e: Pull complete 22:48:05 02a3295e0d61: Pull complete 22:48:05 330b718f631f: Verifying Checksum 22:48:05 330b718f631f: Download complete 22:48:06 0f4f2e6d8100: Pull complete 22:48:10 330b718f631f: Pull complete 22:48:10 a93816041522: Pull complete 22:48:10 bdb6da89ff94: Pull complete 22:48:10 2a70c0c122f4: Pull complete 22:48:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:48:11 Status: Downloaded newer image for docker:20.10.0 22:48:17 ---> f60b909bb30b 22:48:17 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 22:48:17 ---> Running in 17401edddec8 22:48:18 Removing intermediate container 17401edddec8 22:48:18 ---> 254525aabf9a 22:48:18 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 22:48:18 ---> Running in 834afb5db41c 22:48:19 lf-activate-venv(): INFO: Adding /tmp/venv-qzWG/bin to PATH 22:48:19 INFO: No Stack... 22:48:19 INFO: Retrieving Pricing Info for: v1-standard-2 22:48:19 INFO: Archiving Costs [Pipeline] sh 22:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:48:20 + cat /w/workspace/app-functions-sdk-go/210/archives/cost.csv 22:48:20 + cut -d, -f6 [Pipeline] lock 22:48:20 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-210-stack-cost] 22:48:20 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-210-stack-cost] did not exist. Created. 22:48:20 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:48:20 + echo total: 0.029999999329447746 [Pipeline] stash 22:48:20 Stashed 1 file(s) [Pipeline] } 22:48:20 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-210-stack-cost] [Pipeline] // lock 22:48:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:48:21 (1/5) Installing libsodium (1.0.18-r0) 22:48:21 (2/5) Installing libzmq (4.3.3-r0) 22:48:21 (3/5) Installing pkgconf (1.7.2-r0) 22:48:21 (4/5) Installing libsodium-dev (1.0.18-r0) 22:48:22 (5/5) Installing zeromq-dev (4.3.3-r0) 22:48:22 Executing busybox-1.31.1-r19.trigger 22:48:22 OK: 144 MiB in 44 packages 22:48:23 Removing intermediate container 834afb5db41c 22:48:23 ---> 8ba0afb1336b 22:48:23 Step 6/8 : WORKDIR /build 22:48:23 ---> Running in cefebaa63cba 22:48:24 Removing intermediate container cefebaa63cba 22:48:24 ---> 5db8560cf62b 22:48:24 Step 7/8 : COPY go.mod . 22:48:25 ---> dca314c3a014 22:48:25 Step 8/8 : RUN go mod download 22:48:25 ---> Running in f12a8d1542ea 22:48:52 Removing intermediate container f12a8d1542ea 22:48:52 ---> f96db1ad7ee6 22:48:52 Successfully built f96db1ad7ee6 22:48:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:48:52 + docker inspect -f . ci-base-image-arm64 22:48:52 . [Pipeline] withDockerContainer 22:48:52 prd-ubuntu18.04-docker-arm64-4c-16g-33023 does not seem to be running inside a container 22:48:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/210 -v /w/workspace/app-functions-sdk-go/210:/w/workspace/app-functions-sdk-go/210:rw,z -v /w/workspace/app-functions-sdk-go/210@tmp:/w/workspace/app-functions-sdk-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:48:54 $ docker top 3091ac05d20953d6f35d2318c4f6eaa973d884b12800826da87b01ca3cdd7aa9 -eo pid,comm [Pipeline] { [Pipeline] sh 22:48:55 + go version 22:48:55 go version go1.15.5 linux/arm64 [Pipeline] } 22:48:55 $ docker stop --time=1 3091ac05d20953d6f35d2318c4f6eaa973d884b12800826da87b01ca3cdd7aa9 22:48:57 $ docker rm -f 3091ac05d20953d6f35d2318c4f6eaa973d884b12800826da87b01ca3cdd7aa9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:48:58 + docker inspect -f . ci-base-image-arm64 22:48:58 . [Pipeline] withDockerContainer 22:48:58 prd-ubuntu18.04-docker-arm64-4c-16g-33023 does not seem to be running inside a container 22:48:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/210 -v /w/workspace/app-functions-sdk-go/210:/w/workspace/app-functions-sdk-go/210:rw,z -v /w/workspace/app-functions-sdk-go/210@tmp:/w/workspace/app-functions-sdk-go/210@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:49:00 $ docker top fa572eb661d06691493564a88402cd63517f2314af98d0dfd9b0adab2821f339 -eo pid,comm [Pipeline] { [Pipeline] sh 22:49:01 + make test 22:49:01 make -C ./app-service-template build 22:49:01 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/210/app-service-template' 22:49:01 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 22:49:40 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/210/app-service-template' 22:49:40 make -C ./app-service-template test 22:49:40 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/210/app-service-template' 22:49:40 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 22:49:58 ok new-app-service 0.039s coverage: 47.8% of statements 22:49:58 ? new-app-service/config [no test files] 22:49:59 ok new-app-service/functions 0.029s 22:49:59 CGO_ENABLED=1 go vet ./... 22:50:09 gofmt -l . 22:50:09 [ "`gofmt -l .`" = "" ] 22:50:09 ./bin/test-go-mod-tidy.sh 22:50:10 ./bin/test-attribution-txt.sh 22:50:11 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/210/app-service-template' 22:50:11 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 22:50:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 22:50:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.100s coverage: 55.8% of statements 22:50:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.034s coverage: 92.5% of statements 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 22:50:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.059s coverage: 61.5% of statements 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 22:50:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.030s 22:50:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.088s coverage: 75.4% of statements 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 22:50:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.043s coverage: 97.0% of statements 22:50:23 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 22:50:23 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.068s coverage: 10.5% of statements 22:50:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.829s coverage: 78.4% of statements 22:50:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 22:50:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.026s coverage: 18.4% of statements 22:50:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.030s coverage: 27.3% of statements 22:50:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 22:50:27 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 22:50:27 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.070s coverage: 71.7% of statements 22:50:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.080s coverage: 81.9% of statements 22:50:54 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.022s coverage: 94.4% of statements 22:50:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 22:50:57 gofmt -l . 22:50:57 [ "`gofmt -l .`" = "" ] 22:50:58 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 22:50:58 $ docker stop --time=1 fa572eb661d06691493564a88402cd63517f2314af98d0dfd9b0adab2821f339 22:51:00 $ docker rm -f fa572eb661d06691493564a88402cd63517f2314af98d0dfd9b0adab2821f339 [Pipeline] // withDockerContainer [Pipeline] sh 22:51:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 22:51:01 Warning: overwriting stash ‘coverage-report’ 22:51:02 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 22:51:03 ---> job-cost.sh 22:51:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Wi76 22:51:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 22:53:19 lf-activate-venv(): INFO: Adding /tmp/venv-Wi76/bin to PATH 22:53:19 INFO: No Stack... 22:53:19 INFO: Retrieving Pricing Info for: lf-standard-4 22:53:19 INFO: Archiving Costs [Pipeline] sh 22:53:19 + cat /w/workspace/app-functions-sdk-go/210/archives/cost.csv 22:53:19 + cut -d, -f6 [Pipeline] lock 22:53:20 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-210-stack-cost] 22:53:20 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-210-stack-cost] did not exist. Created. 22:53:20 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-210-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:53:20 /w/workspace/app-functions-sdk-go/210@tmp/durable-c48a8070/script.sh: 1: /w/workspace/app-functions-sdk-go/210@tmp/durable-c48a8070/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 22:53:20 + echo total: 0.20999999344348907 [Pipeline] stash 22:53:20 Warning: overwriting stash ‘stack-cost’ 22:53:21 Stashed 1 file(s) [Pipeline] } 22:53:21 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-210-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 22:53:22 provisioning config files... 22:53:22 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7869712851793241844tmp [Pipeline] { [Pipeline] sh 22:53:22 + set +x 22:53:22 + curl -s https://codecov.io/bash 22:53:22 + bash -s -- 22:53:23 22:53:23 _____ _ 22:53:23 / ____| | | 22:53:23 | | ___ __| | ___ ___ _____ __ 22:53:23 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 22:53:23 | |___| (_) | (_| | __/ (_| (_) \ V / 22:53:23 \_____\___/ \__,_|\___|\___\___/ \_/ 22:53:23 Bash-20210309-2b87ace 22:53:23 22:53:23 22:53:23 ==> git version 2.24.3 found 22:53: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 22:53:23 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 22:53:23 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 22:53:23 ==> Jenkins CI detected. 22:53:23 project root: . 22:53:23 --> token set from env 22:53:23 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 22:53:23 ==> Running gcov in . (disable via -X gcov) 22:53:23 ==> Python coveragepy not found 22:53:23 ==> Searching for coverage reports in: 22:53:23 + . 22:53:23 -> Found 2 reports 22:53:23 ==> Detecting git/mercurial file structure 22:53:23 ==> Reading reports 22:53:23 + ./app-service-template/coverage.out bytes=1055 22:53:23 + ./coverage.out bytes=86827 22:53:23 ==> Appending adjustments 22:53:23 https://docs.codecov.io/docs/fixing-reports 22:53:24 + Found adjustments 22:53:24 ==> Gzipping contents 22:53:24 16K /tmp/codecov.zmY6BI.gz 22:53:24 ==> Uploading reports 22:53:24 url: https://codecov.io 22:53:24 query: branch=master&commit=da3d0518fcb37b196a136ae416cf8139cdec645a&build=210&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F210%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:53:24 -> Pinging Codecov 22:53:24 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=da3d0518fcb37b196a136ae416cf8139cdec645a&build=210&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F210%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 22:53:25 -> Uploading to 22:53:25 https://storage.googleapis.com/codecov/v4/raw/2021-04-06/3D8B5DFFC46A037C893635FACE044666/da3d0518fcb37b196a136ae416cf8139cdec645a/8255619b-0983-4558-800b-82c348fe43bf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210406%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210406T225324Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6edc1564039c18ccb4e035f43889e5665b223b1486573cef57f176f6ea4b96ee 22:53:25 % Total % Received % Xferd Average Speed Time Time Time Current 22:53:25 Dload Upload Total Spent Left Speed 22:53:25 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15329 0 0 100 15329 0 28454 --:--:-- --:--:-- --:--:-- 28439 22:53:25 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/da3d0518fcb37b196a136ae416cf8139cdec645a [Pipeline] } 22:53:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 22:53:26 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 22:53:26 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:53:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:53:26 22:53:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 22:53:27 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:53:27 1.410.4: Pulling from edgex-devops/edgex-snyk-go 22:53:27 188c0c94c7c5: Pulling fs layer 22:53:27 0ef7d3d256c8: Pulling fs layer 22:53:27 de9db76c5a1d: Pulling fs layer 22:53:27 0eba1c9be4d2: Pulling fs layer 22:53:27 0d57e429df01: Pulling fs layer 22:53:27 4e4be7b47b0d: Pulling fs layer 22:53:27 e1f770b5df2f: Pulling fs layer 22:53:27 85a0685a4137: Pulling fs layer 22:53:27 0eba1c9be4d2: Waiting 22:53:27 0d57e429df01: Waiting 22:53:27 4e4be7b47b0d: Waiting 22:53:27 e1f770b5df2f: Waiting 22:53:27 85a0685a4137: Waiting 22:53:27 de9db76c5a1d: Verifying Checksum 22:53:27 de9db76c5a1d: Download complete 22:53:27 0ef7d3d256c8: Download complete 22:53:27 0d57e429df01: Verifying Checksum 22:53:27 0d57e429df01: Download complete 22:53:27 4e4be7b47b0d: Verifying Checksum 22:53:27 4e4be7b47b0d: Download complete 22:53:28 188c0c94c7c5: Verifying Checksum 22:53:28 188c0c94c7c5: Download complete 22:53:29 188c0c94c7c5: Pull complete 22:53:30 0ef7d3d256c8: Pull complete 22:53:31 de9db76c5a1d: Pull complete 22:53:31 e1f770b5df2f: Verifying Checksum 22:53:31 e1f770b5df2f: Download complete 22:53:38 0eba1c9be4d2: Verifying Checksum 22:53:38 0eba1c9be4d2: Download complete 22:53:40 85a0685a4137: Verifying Checksum 22:53:40 85a0685a4137: Download complete 22:53:55 0eba1c9be4d2: Pull complete 22:53:55 0d57e429df01: Pull complete 22:53:55 4e4be7b47b0d: Pull complete 22:53:56 e1f770b5df2f: Pull complete 22:54:15 85a0685a4137: Pull complete 22:54:15 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 22:54:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 22:54:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 22:54:16 prd-centos7-docker-4c-2g-33012 does not seem to be running inside a container 22:54:16 $ 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 22:54:19 $ docker top d003ed5253064e586f8ef1e986503e714b9db937d245fc3e4cebfc6d1ee2a1f3 -eo pid,comm [Pipeline] { [Pipeline] echo 22:54:19 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 22:54:20 + set -o pipefail 22:54:20 + snyk monitor '--org=edgex-jenkins' 22:54:40 22:54:40 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 22:54:40 22:54:40 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/a558b4da-3c95-4f77-ba60-625d550bd966 22:54:40 22:54:40 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 22:54:40 22:54:40 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 22:54:40 22:54:40 22:54:40 You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. 22:54:40 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 22:54:40 $ docker stop --time=1 d003ed5253064e586f8ef1e986503e714b9db937d245fc3e4cebfc6d1ee2a1f3 22:54:43 $ docker rm -f d003ed5253064e586f8ef1e986503e714b9db937d245fc3e4cebfc6d1ee2a1f3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 22:54:45 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:54:45 provisioning config files... 22:54:45 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config234780539969456589tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:54:46 --> edgex-publish-swagger.sh 22:54:46 === Publish openapi/v2 API === 22:54:46 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 22:54:46 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 22:54:46 % Total % Received % Xferd Average Speed Time Time Time Current 22:54:46 Dload Upload Total Spent Left Speed 22:54:47 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 13725 --:--:-- --:--:-- --:--:-- 13724 100 13052 0 0 100 13052 0 13720 --:--:-- --:--:-- --:--:-- 13724 22:54:47 22:54:47 [Pipeline] } 22:54:47 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 22:54:48 + git log --format=format:%s -1 da3d0518fcb37b196a136ae416cf8139cdec645a [Pipeline] isUnix [Pipeline] sh 22:54:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:54:49 . [Pipeline] withDockerContainer 22:54:50 prd-centos7-docker-4c-2g-33012 does not seem to be running inside a container 22:54:50 $ 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 22:54:52 $ docker top 9fa130be31e90ee923ae9827cdc3e877499ecba56e9bf4a541bef21e2a2e87ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:54:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:54:52 [ssh-agent] Looking for ssh-agent implementation... 22:54:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:54:53 $ docker exec 9fa130be31e90ee923ae9827cdc3e877499ecba56e9bf4a541bef21e2a2e87ab ssh-agent 22:54:54 SSH_AUTH_SOCK=/tmp/ssh-CBWL16Cvandx/agent.11 22:54:54 SSH_AGENT_PID=16 22:54:54 Running ssh-add (command line suppressed) 22:54:54 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2026743586232960969.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2026743586232960969.key) 22:54:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:54:55 + git semver tag 22:54:55 # -> Open(): unable to determine branch for HEAD 22:54:55 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:54:55 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:54:55 # $SEMVER_REMOTE_NAME = origin 22:54:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:54:55 # $SEMVER_USER_NAME = edgex-jenkins 22:54:55 # $SEMVER_BRANCH = master 22:54:55 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:54:55 # da3d0518fcb37b196a136ae416cf8139cdec645a HEAD 22:54:55 # -> Force: false 22:54:55 # 13175eafa548162e3887ddef7b7d9942229f1e7b refs/tags/v2.0.0-dev.41 [Pipeline] } 22:54:55 $ docker exec --env ******** --env ******** 9fa130be31e90ee923ae9827cdc3e877499ecba56e9bf4a541bef21e2a2e87ab ssh-agent -k 22:54:56 unset SSH_AUTH_SOCK; 22:54:56 unset SSH_AGENT_PID; 22:54:56 echo Agent pid 16 killed; 22:54:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:54:57 + git semver [Pipeline] } 22:54:57 $ docker stop --time=1 9fa130be31e90ee923ae9827cdc3e877499ecba56e9bf4a541bef21e2a2e87ab 22:54:59 $ docker rm -f 9fa130be31e90ee923ae9827cdc3e877499ecba56e9bf4a541bef21e2a2e87ab [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 22:55:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:55:01 22:55:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 22:55:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:55:01 0.23.1-centos7: Pulling from edgex-lftools 22:55:01 ab5ef0e58194: Pulling fs layer 22:55:01 9712f1f96733: Pulling fs layer 22:55:01 63f879dbbcfc: Pulling fs layer 22:55:01 0d9ebad4ef96: Pulling fs layer 22:55:01 e9a5061849ea: Pulling fs layer 22:55:01 d747dcd14b5f: Pulling fs layer 22:55:01 2de7ff778b66: Pulling fs layer 22:55:01 0d9ebad4ef96: Waiting 22:55:01 e9a5061849ea: Waiting 22:55:01 d747dcd14b5f: Waiting 22:55:01 2de7ff778b66: Waiting 22:55:01 9712f1f96733: Verifying Checksum 22:55:01 9712f1f96733: Download complete 22:55:09 63f879dbbcfc: Verifying Checksum 22:55:09 63f879dbbcfc: Download complete 22:55:09 e9a5061849ea: Verifying Checksum 22:55:09 e9a5061849ea: Download complete 22:55:09 d747dcd14b5f: Verifying Checksum 22:55:09 d747dcd14b5f: Download complete 22:55:12 ab5ef0e58194: Verifying Checksum 22:55:12 ab5ef0e58194: Download complete 22:55:13 0d9ebad4ef96: Verifying Checksum 22:55:13 0d9ebad4ef96: Download complete 22:55:13 2de7ff778b66: Verifying Checksum 22:55:13 2de7ff778b66: Download complete 22:55:22 ab5ef0e58194: Pull complete 22:55:22 9712f1f96733: Pull complete 22:55:27 63f879dbbcfc: Pull complete 22:55:37 0d9ebad4ef96: Pull complete 22:55:39 e9a5061849ea: Pull complete 22:55:40 d747dcd14b5f: Pull complete 22:55:45 2de7ff778b66: Pull complete 22:55:45 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 22:55:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 22:55:45 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 22:55:46 prd-centos7-docker-4c-2g-33012 does not seem to be running inside a container 22:55:46 $ 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 22:55:51 $ docker top 7274c532aa9c15fe1b90103008c2386b022b265a86536397eba8025a4262961d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 22:55:51 provisioning config files... 22:55:51 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1485937376878446617tmp 22:55:51 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config734079126105773448tmp 22:55:51 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6506807535299041743tmp [Pipeline] { [Pipeline] echo 22:55:51 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 22:55:52 ---> sigul-configuration.sh 22:55:52 gpg: directory `/root/.gnupg' created 22:55:52 gpg: new configuration file `/root/.gnupg/gpg.conf' created 22:55:52 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 22:55:52 gpg: keyring `/root/.gnupg/secring.gpg' created 22:55:52 gpg: keyring `/root/.gnupg/pubring.gpg' created 22:55:52 gpg: CAST5 encrypted data 22:55:52 gpg: encrypted with 1 passphrase 22:55:52 gpg: WARNING: message was not integrity protected [Pipeline] sh 22:55:53 + mkdir /home/jenkins 22:55:53 + mkdir /home/jenkins/sigul [Pipeline] sh 22:55:54 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 22:55:54 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 22:55:55 ---> sigul-install.sh 22:56:08 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 22:56:09 + git tag --list 22:56:09 v0.1.0 22:56:09 v0.1.1 22:56:09 v1.0.0 22:56:09 v1.1.0 22:56:09 v1.2.0 22:56:09 v1.3.0 22:56:09 v1.3.1 22:56:09 v1.3.1-dev.1 22:56:09 v1.3.2-dev.1 22:56:09 v2.0.0-dev.1 22:56:09 v2.0.0-dev.10 22:56:09 v2.0.0-dev.11 22:56:09 v2.0.0-dev.12 22:56:09 v2.0.0-dev.13 22:56:09 v2.0.0-dev.14 22:56:09 v2.0.0-dev.15 22:56:09 v2.0.0-dev.16 22:56:09 v2.0.0-dev.17 22:56:09 v2.0.0-dev.18 22:56:09 v2.0.0-dev.19 22:56:09 v2.0.0-dev.2 22:56:09 v2.0.0-dev.20 22:56:09 v2.0.0-dev.21 22:56:09 v2.0.0-dev.22 22:56:09 v2.0.0-dev.23 22:56:09 v2.0.0-dev.24 22:56:09 v2.0.0-dev.25 22:56:09 v2.0.0-dev.26 22:56:09 v2.0.0-dev.27 22:56:09 v2.0.0-dev.28 22:56:09 v2.0.0-dev.29 22:56:09 v2.0.0-dev.3 22:56:09 v2.0.0-dev.30 22:56:09 v2.0.0-dev.31 22:56:09 v2.0.0-dev.32 22:56:09 v2.0.0-dev.33 22:56:09 v2.0.0-dev.34 22:56:09 v2.0.0-dev.35 22:56:09 v2.0.0-dev.36 22:56:09 v2.0.0-dev.37 22:56:09 v2.0.0-dev.38 22:56:09 v2.0.0-dev.39 22:56:09 v2.0.0-dev.4 22:56:09 v2.0.0-dev.40 22:56:09 v2.0.0-dev.41 22:56:09 v2.0.0-dev.5 22:56:09 v2.0.0-dev.6 22:56:09 v2.0.0-dev.7 22:56:09 v2.0.0-dev.8 22:56:09 v2.0.0-dev.9 [Pipeline] sh 22:56:10 + lftools sign git-tag v2.0.0-dev.41 22:56:12 Signing Git tag with Sigul... 22:56:12 Signing v2.0.0-dev.41 [Pipeline] echo 22:56:13 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 22:56:14 ---> sigul-configuration-cleanup.sh [Pipeline] } 22:56:14 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 22:56:14 $ docker stop --time=1 7274c532aa9c15fe1b90103008c2386b022b265a86536397eba8025a4262961d 22:56:18 $ docker rm -f 7274c532aa9c15fe1b90103008c2386b022b265a86536397eba8025a4262961d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 22:56:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:56:20 . [Pipeline] withDockerContainer 22:56:20 prd-centos7-docker-4c-2g-33012 does not seem to be running inside a container 22:56:21 $ 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 22:56:23 $ docker top d3ac3455274ac9a8cd92fa12ce8e535416f56da3e3b20bda70ccf548449fbb22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:56:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:24 [ssh-agent] Looking for ssh-agent implementation... 22:56:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:25 $ docker exec d3ac3455274ac9a8cd92fa12ce8e535416f56da3e3b20bda70ccf548449fbb22 ssh-agent 22:56:26 SSH_AUTH_SOCK=/tmp/ssh-jEoDVhii09pI/agent.12 22:56:26 SSH_AGENT_PID=17 22:56:26 Running ssh-add (command line suppressed) 22:56:27 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3259494764556225334.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3259494764556225334.key) 22:56:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:28 + git semver bump pre 22:56:28 # -> Open(): unable to determine branch for HEAD 22:56:28 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:56:28 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:56:28 # $SEMVER_REMOTE_NAME = origin 22:56:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:56:28 # $SEMVER_USER_NAME = edgex-jenkins 22:56:28 # $SEMVER_BRANCH = master 22:56:28 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 22:56:28 2.0.0-dev.42 [Pipeline] } 22:56:28 $ docker exec --env ******** --env ******** d3ac3455274ac9a8cd92fa12ce8e535416f56da3e3b20bda70ccf548449fbb22 ssh-agent -k 22:56:29 unset SSH_AUTH_SOCK; 22:56:29 unset SSH_AGENT_PID; 22:56:29 echo Agent pid 17 killed; 22:56:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:30 + git semver [Pipeline] } 22:56:30 $ docker stop --time=1 d3ac3455274ac9a8cd92fa12ce8e535416f56da3e3b20bda70ccf548449fbb22 22:56:32 $ docker rm -f d3ac3455274ac9a8cd92fa12ce8e535416f56da3e3b20bda70ccf548449fbb22 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 22:56:33 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:56:33 . [Pipeline] withDockerContainer 22:56:34 prd-centos7-docker-4c-2g-33012 does not seem to be running inside a container 22:56:34 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:56:36 $ docker top ccffa77807582fbf7f71d9b43d3e132877486e7716939a29bc9a0ea94c850607 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:56:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:56:37 [ssh-agent] Looking for ssh-agent implementation... 22:56:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:56:38 $ docker exec ccffa77807582fbf7f71d9b43d3e132877486e7716939a29bc9a0ea94c850607 ssh-agent 22:56:40 SSH_AUTH_SOCK=/tmp/ssh-eLdIfntRBpf0/agent.11 22:56:40 SSH_AGENT_PID=16 22:56:40 Running ssh-add (command line suppressed) 22:56:40 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8236009953053483060.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8236009953053483060.key) 22:56:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:56:43 + git semver push 22:56:43 # -> Open(): unable to determine branch for HEAD 22:56:43 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 22:56:43 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 22:56:43 # $SEMVER_REMOTE_NAME = origin 22:56:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:56:43 # $SEMVER_USER_NAME = edgex-jenkins 22:56:43 # $SEMVER_BRANCH = master 22:56:43 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 22:56:50 $ docker exec --env ******** --env ******** ccffa77807582fbf7f71d9b43d3e132877486e7716939a29bc9a0ea94c850607 ssh-agent -k 22:56:50 unset SSH_AUTH_SOCK; 22:56:50 unset SSH_AGENT_PID; 22:56:50 echo Agent pid 16 killed; 22:56:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:56:52 + git semver [Pipeline] } 22:56:52 $ docker stop --time=1 ccffa77807582fbf7f71d9b43d3e132877486e7716939a29bc9a0ea94c850607 22:56:54 $ docker rm -f ccffa77807582fbf7f71d9b43d3e132877486e7716939a29bc9a0ea94c850607 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:56:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:56:57 ---> package-listing.sh 22:56:57 ++ facter osfamily 22:56:57 ++ tr '[:upper:]' '[:lower:]' 22:56:58 + OS_FAMILY=redhat 22:56:58 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 22:56:58 + START_PACKAGES=/tmp/packages_start.txt 22:56:58 + END_PACKAGES=/tmp/packages_end.txt 22:56:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:56:58 + PACKAGES=/tmp/packages_start.txt 22:56:58 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:56:58 + PACKAGES=/tmp/packages_end.txt 22:56:58 + case "${OS_FAMILY}" in 22:56:58 + sort 22:56:58 + rpm -qa 22:57:06 + '[' -f /tmp/packages_start.txt ']' 22:57:06 + '[' -f /tmp/packages_end.txt ']' 22:57:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:57:06 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 22:57:06 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 22:57:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 22:57:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:57:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:57:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:57:08 22:57:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:57:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:57:10 alpine: Pulling from edgex-lftools-log-publisher 22:57:10 df20fa9351a1: Pulling fs layer 22:57:10 36b3adc4ff6f: Pulling fs layer 22:57:10 8ad3a11d3b57: Pulling fs layer 22:57:10 46f8f816bc3b: Pulling fs layer 22:57:10 93b61091891f: Pulling fs layer 22:57:10 93b9cdb0e59b: Pulling fs layer 22:57:10 5e14af77c1be: Pulling fs layer 22:57:10 01666e4c0597: Pulling fs layer 22:57:10 aa168da1d23b: Pulling fs layer 22:57:10 93b9cdb0e59b: Waiting 22:57:10 5e14af77c1be: Waiting 22:57:10 01666e4c0597: Waiting 22:57:10 aa168da1d23b: Waiting 22:57:10 46f8f816bc3b: Waiting 22:57:10 93b61091891f: Waiting 22:57:10 36b3adc4ff6f: Verifying Checksum 22:57:10 36b3adc4ff6f: Download complete 22:57:10 46f8f816bc3b: Verifying Checksum 22:57:10 46f8f816bc3b: Download complete 22:57:10 df20fa9351a1: Download complete 22:57:10 93b9cdb0e59b: Verifying Checksum 22:57:10 93b9cdb0e59b: Download complete 22:57:10 93b61091891f: Verifying Checksum 22:57:10 93b61091891f: Download complete 22:57:11 01666e4c0597: Verifying Checksum 22:57:11 01666e4c0597: Download complete 22:57:11 5e14af77c1be: Verifying Checksum 22:57:11 5e14af77c1be: Download complete 22:57:11 8ad3a11d3b57: Verifying Checksum 22:57:11 8ad3a11d3b57: Download complete 22:57:11 df20fa9351a1: Pull complete 22:57:13 36b3adc4ff6f: Pull complete 22:57:16 8ad3a11d3b57: Pull complete 22:57:17 46f8f816bc3b: Pull complete 22:57:19 aa168da1d23b: Verifying Checksum 22:57:19 aa168da1d23b: Download complete 22:57:19 93b61091891f: Pull complete 22:57:20 93b9cdb0e59b: Pull complete 22:57:20 5e14af77c1be: Pull complete 22:57:20 01666e4c0597: Pull complete 22:57:39 aa168da1d23b: Pull complete 22:57:39 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:57:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:57:39 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:57:39 prd-centos7-docker-4c-2g-33012 does not seem to be running inside a container 22:57:40 $ 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 22:57:44 $ docker top 7c8944f1027e5bed0068373c6afb7e11c9da1fd397215ce8e8c5f3771012a035 -eo pid,comm [Pipeline] { [Pipeline] sh 22:57:46 + touch /tmp/pre-build-complete [Pipeline] sh 22:57:47 + mkdir -p /var/log/sa [Pipeline] sh 22:57:48 + ls /var/log/sa-host 22:57:48 + sadf -c /var/log/sa-host/sa06 22:57:48 file_magic: OK 22:57:48 HZ: Using current value: 100 22:57:48 file_header: OK 22:57:48 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:57:48 Statistics: 22:57:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:57:48 File successfully converted to sysstat format version 12.2.1 22:57:48 + sadf -c /var/log/sa-host/sa23 22:57:48 file_magic: OK 22:57:48 HZ: Using current value: 100 22:57:48 file_header: OK 22:57:48 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 22:57:48 Statistics: 22:57:48 Hnuu...uuuununununu... 22:57:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:57:48 provisioning config files... 22:57:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6299332655116058204tmp [Pipeline] { [Pipeline] echo 22:57:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:57:50 ---> create-netrc.sh [Pipeline] } 22:57:50 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:57:50 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:57:51 ---> python-tools-install.sh [Pipeline] echo 22:57:51 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:57:52 ---> sudo-logs.sh 22:57:52 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 22:57:52 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:57:53 ---> job-cost.sh 22:57:53 lf-activate-venv: SKIPPING 22:57:53 DEBUG: total: 0.20999999344348907 22:57:53 INFO: Retrieving Stack Cost... 22:57:54 INFO: Retrieving Pricing Info for: v1-standard-2 22:57:55 INFO: Archiving Costs [Pipeline] echo 22:57:55 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:57:56 ---> logs-deploy.sh 22:57:56 lf-activate-venv: SKIPPING 22:57:56 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/210 22:57:56 INFO: archiving workspace using pattern(s): 22:57:59 Archives upload complete. 22:58:00 INFO: archiving logs to Nexus 22:58:03 ---> uname -a: 22:58:03 Linux prd-centos7-docker-4c-2g-33012.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:58:03 22:58:03 22:58:03 ---> lscpu: 22:58:03 Architecture: x86_64 22:58:03 CPU op-mode(s): 32-bit, 64-bit 22:58:03 Byte Order: Little Endian 22:58:03 Address sizes: 40 bits physical, 48 bits virtual 22:58:03 CPU(s): 4 22:58:03 On-line CPU(s) list: 0-3 22:58:03 Thread(s) per core: 1 22:58:03 Core(s) per socket: 1 22:58:03 Socket(s): 4 22:58:03 NUMA node(s): 1 22:58:03 Vendor ID: GenuineIntel 22:58:03 CPU family: 6 22:58:03 Model: 44 22:58:03 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:58:03 Stepping: 1 22:58:03 CPU MHz: 2933.438 22:58:03 BogoMIPS: 5866.87 22:58:03 Virtualization: VT-x 22:58:03 Hypervisor vendor: KVM 22:58:03 Virtualization type: full 22:58:03 L1d cache: 128 KiB 22:58:03 L1i cache: 128 KiB 22:58:03 L2 cache: 16 MiB 22:58:03 L3 cache: 64 MiB 22:58:03 NUMA node0 CPU(s): 0-3 22:58:03 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:58:03 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:58:03 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:58:03 Vulnerability Meltdown: Mitigation; PTI 22:58:03 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:58:03 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:58:03 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:58:03 Vulnerability Srbds: Not affected 22:58:03 Vulnerability Tsx async abort: Not affected 22:58:03 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 22:58:03 22:58:03 22:58:03 ---> nproc: 22:58:03 4 22:58:03 22:58:03 22:58:03 ---> df -h: 22:58:03 Filesystem Size Used Available Use% Mounted on 22:58:03 overlay 50.0G 8.2G 41.8G 16% / 22:58:03 tmpfs 64.0M 0 64.0M 0% /dev 22:58:03 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:58:03 shm 64.0M 0 64.0M 0% /dev/shm 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /facter-os 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/resolv.conf 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hostname 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /etc/hosts 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/auth.log 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /run/cloud-init/result.json 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /w/workspace/ndry_app-functions-sdk-go_master@tmp 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/sa-host 22:58:03 /dev/vda1 50.0G 8.2G 41.8G 16% /var/log/secure 22:58:03 22:58:03 22:58:03 ---> free -m: 22:58:03 total used free shared buff/cache available 22:58:03 Mem: 1837 834 135 0 867 936 22:58:03 Swap: 1023 3 1020 22:58:03 22:58:03 22:58:03 ---> ip addr: 22:58:03 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:58:03 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:58:03 inet 127.0.0.1/8 scope host lo 22:58:03 valid_lft forever preferred_lft forever 22:58:03 inet6 ::1/128 scope host 22:58:03 valid_lft forever preferred_lft forever 22:58:03 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:58:03 link/ether fa:16:3e:0e:06:4b brd ff:ff:ff:ff:ff:ff 22:58:03 inet 10.30.123.10/23 brd 10.30.123.255 scope global dynamic eth0 22:58:03 valid_lft 85458sec preferred_lft 85458sec 22:58:03 inet6 fe80::f816:3eff:fe0e:64b/64 scope link 22:58:03 valid_lft forever preferred_lft forever 22:58:03 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:58:03 link/ether 02:42:a1:2d:7d:95 brd ff:ff:ff:ff:ff:ff 22:58:03 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:58:03 valid_lft forever preferred_lft forever 22:58:03 inet6 fe80::42:a1ff:fe2d:7d95/64 scope link 22:58:03 valid_lft forever preferred_lft forever 22:58:03 22:58:03 22:58:03 ---> sar -b -r -n DEV: 22:58:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 22:58:03 22:58:03 22:42:04 LINUX RESTART (4 CPU) 22:58:03 22:58:03 22:43:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:58:03 22:44:01 61.49 27.74 33.75 0.00 5388.76 4087.41 0.00 22:58:03 22:45:01 18.12 6.01 12.11 0.00 1200.53 1489.07 0.00 22:58:03 22:46:02 1.88 0.00 1.88 0.00 0.00 36.24 0.00 22:58:03 22:47:01 0.27 0.00 0.27 0.00 0.00 3.74 0.00 22:58:03 22:48:01 0.23 0.00 0.23 0.00 0.00 3.51 0.00 22:58:03 22:49:01 0.35 0.00 0.35 0.00 0.00 4.38 0.00 22:58:03 22:50:01 0.33 0.00 0.33 0.00 0.00 4.26 0.00 22:58:03 22:51:01 0.32 0.00 0.32 0.00 0.00 4.15 0.00 22:58:03 22:52:01 0.17 0.00 0.17 0.00 0.00 2.41 0.00 22:58:03 22:53:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 22:58:03 22:54:01 129.85 62.44 67.41 0.00 2264.25 21234.80 0.00 22:58:03 22:55:02 220.21 141.90 78.30 0.00 6615.93 15638.52 0.00 22:58:03 22:56:01 187.32 60.67 126.66 0.00 3429.48 30980.44 0.00 22:58:03 22:57:01 53.02 38.56 14.46 0.00 3923.18 2961.86 0.00 22:58:03 Average: 48.07 24.11 23.96 0.00 1627.86 5444.26 0.00 22:58:03 22:58:03 22:43:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:58:03 22:44:01 87908 0 608364 32.33 2620 1182652 1338572 45.68 431052 1155948 32 22:58:03 22:45:01 247952 0 572996 30.45 2620 1057976 1110232 37.89 386140 1048384 20 22:58:03 22:46:02 249444 0 571500 30.37 2620 1057980 1098912 37.50 385556 1047852 12 22:58:03 22:47:01 249936 0 571004 30.35 2620 1057984 1077388 36.77 392528 1040372 16 22:58:03 22:48:01 250360 0 570576 30.32 2620 1057988 1071284 36.56 394764 1038232 8 22:58:03 22:49:01 240556 0 580376 30.85 2620 1057992 1071344 36.56 441212 1001796 8 22:58:03 22:50:01 239180 0 581748 30.92 2620 1057996 1071296 36.56 442980 1001624 8 22:58:03 22:51:01 242120 0 578804 30.76 2620 1058000 1046396 35.71 441052 1001156 8 22:58:03 22:52:01 241312 0 579604 30.80 2620 1058008 1046540 35.72 441820 1001156 12 22:58:03 22:53:01 242232 0 578680 30.76 2620 1058012 1046396 35.71 441196 1001156 8 22:58:03 22:54:01 84072 0 711916 37.84 2620 1082936 1482672 50.60 518840 1034548 101960 22:58:03 22:55:02 191092 0 724336 38.50 2620 963496 1407172 48.02 559460 877664 8124 22:58:03 22:56:01 93292 0 800604 42.55 1888 985760 1327724 45.31 555380 896504 16240 22:58:03 22:57:01 134964 0 800492 42.54 1552 944536 1227552 41.89 566144 844276 120 22:58:03 Average: 199601 0 630786 33.52 2491 1048665 1173106 40.04 457009 999333 9041 22:58:03 22:58:03 22:43:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:58:03 22:44:01 eth0 266.47 216.63 1306.77 81.94 0.00 0.00 0.00 0.00 22:58:03 22:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:45:01 eth0 102.38 100.67 334.66 17.96 0.00 0.00 0.00 0.00 22:58:03 22:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:45:01 docker0 83.16 80.03 8.10 308.63 0.00 0.00 0.00 0.00 22:58:03 22:46:02 eth0 2.41 0.55 0.66 0.39 0.00 0.00 0.00 0.00 22:58:03 22:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:47:01 eth0 1.85 0.34 0.40 0.20 0.00 0.00 0.00 0.00 22:58:03 22:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:48:01 eth0 2.50 0.50 0.67 0.40 0.00 0.00 0.00 0.00 22:58:03 22:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:49:01 eth0 0.93 0.63 0.45 0.27 0.00 0.00 0.00 0.00 22:58:03 22:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:50:01 eth0 1.40 0.35 0.37 0.21 0.00 0.00 0.00 0.00 22:58:03 22:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:51:01 eth0 1.23 0.08 0.11 0.01 0.00 0.00 0.00 0.00 22:58:03 22:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:52:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 22:58:03 22:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:53:01 eth0 0.57 0.08 0.06 0.01 0.00 0.00 0.00 0.00 22:58:03 22:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:54:01 eth0 411.39 349.86 4068.67 31.42 0.00 0.00 0.00 0.00 22:58:03 22:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:55:02 eth0 112.56 98.57 439.78 69.25 0.00 0.00 0.00 0.00 22:58:03 22:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:55:02 docker0 53.48 59.70 4.81 263.46 0.00 0.00 0.00 0.00 22:58:03 22:56:01 veth47672ad 16.62 28.35 1.10 235.88 0.00 0.00 0.00 0.00 22:58:03 22:56:01 eth0 385.90 326.35 3352.79 34.19 0.00 0.00 0.00 0.00 22:58:03 22:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:56:01 docker0 16.62 28.21 0.87 235.87 0.00 0.00 0.00 0.00 22:58:03 22:57:01 eth0 51.46 46.42 51.85 60.71 0.00 0.00 0.00 0.00 22:58:03 22:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 22:57:01 docker0 2.19 1.71 0.43 0.49 0.00 0.00 0.00 0.00 22:58:03 Average: eth0 95.48 81.24 680.16 21.19 0.00 0.00 0.00 0.00 22:58:03 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:58:03 Average: docker0 11.13 12.13 1.02 57.70 0.00 0.00 0.00 0.00 22:58:03 22:58:03 22:58:03 ---> sar -P ALL: 22:58:03 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/06/21 _x86_64_ (4 CPU) 22:58:03 22:58:03 22:42:04 LINUX RESTART (4 CPU) 22:58:03 22:58:03 22:43:02 CPU %user %nice %system %iowait %steal %idle 22:58:03 22:44:01 all 12.14 0.00 4.61 1.99 31.03 50.23 22:58:03 22:44:01 0 9.46 0.00 4.73 1.36 33.29 51.16 22:58:03 22:44:01 1 12.20 0.00 4.51 2.21 31.27 49.82 22:58:03 22:44:01 2 10.46 0.00 4.82 2.44 29.94 52.34 22:58:03 22:44:01 3 16.71 0.00 4.37 1.99 29.48 47.45 22:58:03 22:45:01 all 1.99 0.00 2.44 0.27 12.63 82.67 22:58:03 22:45:01 0 1.67 0.00 2.07 0.17 12.95 83.14 22:58:03 22:45:01 1 2.22 0.00 2.68 0.51 12.78 81.82 22:58:03 22:45:01 2 2.72 0.00 2.58 0.34 12.20 82.16 22:58:03 22:45:01 3 1.37 0.00 2.43 0.05 12.60 83.56 22:58:03 22:46:02 all 0.07 0.00 0.06 0.00 2.44 97.43 22:58:03 22:46:02 0 0.18 0.00 0.03 0.00 3.39 96.40 22:58:03 22:46:02 1 0.05 0.00 0.08 0.00 3.57 96.30 22:58:03 22:46:02 2 0.02 0.00 0.08 0.00 1.91 97.99 22:58:03 22:46:02 3 0.05 0.00 0.05 0.00 0.84 99.06 22:58:03 22:47:01 all 0.09 0.00 0.04 0.00 0.45 99.43 22:58:03 22:47:01 0 0.25 0.00 0.03 0.00 0.39 99.32 22:58:03 22:47:01 1 0.05 0.00 0.07 0.00 1.01 98.87 22:58:03 22:47:01 2 0.03 0.00 0.03 0.00 0.34 99.59 22:58:03 22:47:01 3 0.02 0.00 0.02 0.00 0.05 99.92 22:58:03 22:48:01 all 0.10 0.00 0.05 0.00 0.80 99.05 22:58:03 22:48:01 0 0.10 0.00 0.02 0.00 1.02 98.86 22:58:03 22:48:01 1 0.07 0.00 0.07 0.00 1.69 98.18 22:58:03 22:48:01 2 0.03 0.00 0.05 0.00 0.32 99.60 22:58:03 22:48:01 3 0.20 0.00 0.07 0.00 0.17 99.57 22:58:03 22:49:01 all 0.11 0.00 0.57 0.00 2.31 97.01 22:58:03 22:49:01 0 0.02 0.00 0.71 0.00 1.48 97.79 22:58:03 22:49:01 1 0.20 0.00 0.78 0.00 2.24 96.78 22:58:03 22:49:01 2 0.11 0.00 0.46 0.00 2.66 96.77 22:58:03 22:49:01 3 0.10 0.00 0.34 0.00 2.86 96.70 22:58:03 22:50:01 all 0.07 0.00 0.03 0.00 1.12 98.77 22:58:03 22:50:01 0 0.02 0.00 0.03 0.00 1.32 98.63 22:58:03 22:50:01 1 0.23 0.00 0.03 0.00 1.11 98.63 22:58:03 22:50:01 2 0.03 0.00 0.05 0.00 0.89 99.02 22:58:03 22:50:01 3 0.02 0.00 0.02 0.00 1.17 98.80 22:58:03 22:51:01 all 0.12 0.00 0.03 0.00 0.47 99.38 22:58:03 22:51:01 0 0.05 0.00 0.05 0.00 1.50 98.40 22:58:03 22:51:01 1 0.17 0.00 0.02 0.00 0.12 99.70 22:58:03 22:51:01 2 0.23 0.00 0.05 0.00 0.17 99.55 22:58:03 22:51:01 3 0.02 0.00 0.02 0.00 0.10 99.87 22:58:03 22:52:01 all 0.11 0.00 0.05 0.00 1.04 98.79 22:58:03 22:52:01 0 0.02 0.00 0.05 0.00 1.45 98.49 22:58:03 22:52:01 1 0.02 0.00 0.08 0.00 1.49 98.41 22:58:03 22:52:01 2 0.38 0.00 0.07 0.00 1.04 98.52 22:58:03 22:52:01 3 0.03 0.00 0.02 0.00 0.18 99.77 22:58:03 22:53:01 all 0.07 0.00 0.03 0.00 1.25 98.64 22:58:03 22:53:01 0 0.02 0.00 0.02 0.00 1.04 98.93 22:58:03 22:53:01 1 0.02 0.00 0.02 0.00 0.42 99.55 22:58:03 22:53:01 2 0.23 0.00 0.07 0.00 2.05 97.66 22:58:03 22:53:01 3 0.03 0.00 0.03 0.00 1.50 98.44 22:58:03 22:54:01 all 3.14 0.00 3.42 0.34 22.87 70.22 22:58:03 22:54:01 0 3.97 0.00 4.11 0.24 23.68 68.00 22:58:03 22:54:01 1 3.23 0.00 4.65 0.21 22.85 69.06 22:58:03 22:54:01 2 2.65 0.00 2.42 0.29 21.58 73.06 22:58:03 22:54:01 3 2.76 0.00 2.56 0.62 23.41 70.65 22:58:03 22:58:03 22:54:01 CPU %user %nice %system %iowait %steal %idle 22:58:03 22:55:02 all 4.55 0.00 5.22 2.61 25.97 61.64 22:58:03 22:55:02 0 3.28 0.00 4.18 2.43 28.10 62.01 22:58:03 22:55:02 1 6.41 0.00 7.42 2.31 24.72 59.13 22:58:03 22:55:02 2 4.45 0.00 4.19 2.83 25.31 63.23 22:58:03 22:55:02 3 4.19 0.00 5.25 2.87 25.62 62.07 22:58:03 22:56:01 all 5.28 0.00 6.05 2.22 28.03 58.42 22:58:03 22:56:01 0 5.27 0.00 6.30 1.18 29.68 57.56 22:58:03 22:56:01 1 4.83 0.00 5.40 1.88 28.86 59.04 22:58:03 22:56:01 2 5.63 0.00 6.81 2.80 26.50 58.27 22:58:03 22:56:01 3 5.42 0.00 5.72 3.05 27.00 58.80 22:58:03 22:57:01 all 3.83 0.00 6.06 1.56 23.55 65.00 22:58:03 22:57:01 0 4.70 0.00 4.64 1.01 24.35 65.29 22:58:03 22:57:01 1 5.84 0.00 9.73 0.59 21.60 62.24 22:58:03 22:57:01 2 2.67 0.00 4.67 3.69 25.03 63.94 22:58:03 22:57:01 3 2.21 0.00 5.42 0.85 23.08 68.43 22:58:03 Average: all 2.40 0.00 2.18 0.69 11.65 83.08 22:58:03 Average: 0 2.22 0.00 2.06 0.50 12.47 82.74 22:58:03 Average: 1 2.69 0.00 2.68 0.59 11.58 82.46 22:58:03 Average: 2 2.23 0.00 2.00 0.96 11.37 83.45 22:58:03 Average: 3 2.46 0.00 2.00 0.71 11.18 83.65 22:58:03 22:58:03 22:58:03