Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b 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-1894 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 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b (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 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#800)" > git rev-list --no-walk 93c26ee21773a08251a9c88cc59f9e9b66bbc9bd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:23:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:23:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:23:04 ========================================================= 23:23:04 EdgeX Global Pipelines Version Info 23:23:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:23:06 ------------------- 23:23:06 stable info: 23:23:06 ------------------- 23:23:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:23:06 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 23:23:06 Message: update stable to v1.0.186 23:23:07 ------------------- 23:23:07 experimental info: 23:23:07 ------------------- 23:23:07 Commited By: **** collab-it+edgex@linuxfoundation.org 23:23:07 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 23:23:07 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 23:23:07 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 013d339 [Pipeline] echo 23:23:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:23:08 + git log --format=format:%s -1 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b [Pipeline] echo 23:23:08 GIT_COMMIT: 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#800) [Pipeline] echo 23:23:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 23:23:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:23:09 23:23:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:23:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:23:10 latest: Pulling from edgex-devops/git-semver 23:23:10 31603596830f: Pulling fs layer 23:23:10 2a8b12db71e7: Pulling fs layer 23:23:10 6ca5941a6612: Pulling fs layer 23:23:10 ecc8261a40a4: Pulling fs layer 23:23:10 2a8b12db71e7: Verifying Checksum 23:23:10 2a8b12db71e7: Download complete 23:23:10 31603596830f: Verifying Checksum 23:23:10 31603596830f: Download complete 23:23:10 ecc8261a40a4: Verifying Checksum 23:23:10 ecc8261a40a4: Download complete 23:23:10 6ca5941a6612: Verifying Checksum 23:23:10 6ca5941a6612: Download complete 23:23:10 31603596830f: Pull complete 23:23:10 2a8b12db71e7: Pull complete 23:23:11 6ca5941a6612: Pull complete 23:23:11 ecc8261a40a4: Pull complete 23:23:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:23:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:23:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:23:12 prd-centos7-docker-4c-2g-1894 does not seem to be running inside a container 23:23:12 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:23:14 $ docker top e0a659253dcbc63a312c91bb4437d683a23e1011b0e62b27477a722d385f64f5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:23:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:23:14 [ssh-agent] Looking for ssh-agent implementation... 23:23:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:23:14 $ docker exec e0a659253dcbc63a312c91bb4437d683a23e1011b0e62b27477a722d385f64f5 ssh-agent 23:23:14 SSH_AUTH_SOCK=/tmp/ssh-l4vEpa5NQU21/agent.12 23:23:14 SSH_AGENT_PID=17 23:23:14 Running ssh-add (command line suppressed) 23:23:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1420733378886757197.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1420733378886757197.key) 23:23:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:23:15 + git tag --points-at HEAD [Pipeline] } 23:23:15 $ docker exec --env ******** --env ******** e0a659253dcbc63a312c91bb4437d683a23e1011b0e62b27477a722d385f64f5 ssh-agent -k 23:23:15 unset SSH_AUTH_SOCK; 23:23:15 unset SSH_AGENT_PID; 23:23:15 echo Agent pid 17 killed; 23:23:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:23:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:23:15 [ssh-agent] Looking for ssh-agent implementation... 23:23:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:23:15 $ docker exec e0a659253dcbc63a312c91bb4437d683a23e1011b0e62b27477a722d385f64f5 ssh-agent 23:23:15 SSH_AUTH_SOCK=/tmp/ssh-qfhOhMZJm5dB/agent.45 23:23:15 SSH_AGENT_PID=51 23:23:15 Running ssh-add (command line suppressed) 23:23:15 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2109306557019820933.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2109306557019820933.key) 23:23:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:23:16 + git semver init 23:23:16 # -> Open(): unable to determine branch for HEAD 23:23:16 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:23:16 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:23:16 # $SEMVER_REMOTE_NAME = origin 23:23:16 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:23:16 # $SEMVER_USER_NAME = edgex-jenkins 23:23:16 # $SEMVER_BRANCH = master 23:23:16 # $SEMVER_TEMP = /tmp/semver-440782661 23:23:16 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 23:23:19 # '/tmp/semver-440782661' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 23:23:19 # -> Force: false 23:23:19 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:23:19 $ docker exec --env ******** --env ******** e0a659253dcbc63a312c91bb4437d683a23e1011b0e62b27477a722d385f64f5 ssh-agent -k 23:23:19 unset SSH_AUTH_SOCK; 23:23:19 unset SSH_AGENT_PID; 23:23:19 echo Agent pid 51 killed; 23:23:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:23:20 + git semver [Pipeline] } 23:23:20 $ docker stop --time=1 e0a659253dcbc63a312c91bb4437d683a23e1011b0e62b27477a722d385f64f5 23:23:21 $ docker rm -f e0a659253dcbc63a312c91bb4437d683a23e1011b0e62b27477a722d385f64f5 [Pipeline] // withDockerContainer [Pipeline] sh 23:23:22 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:23:22 Stashed 1 file(s) [Pipeline] echo 23:23:22 [edgeXSemver]: initialized semver on version 2.0.0-dev.47 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 23:23:37 Still waiting to schedule task 23:23:37 ‘prd-centos7-docker-4c-2g-1885’ is offline; ‘prd-centos7-docker-4c-2g-1886’ is offline; ‘prd-centos7-docker-4c-2g-1895’ is offline; ‘prd-centos7-docker-4c-2g-1896’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1887’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1889’ doesn’t have label ‘centos7-docker-4c-2g’ 23:23:37 Still waiting to schedule task 23:23:37 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 23:24:36 Running on prd-centos7-docker-4c-2g-1898 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:24:36 Running in /w/workspace/app-functions-sdk-go/216 [Pipeline] { [Pipeline] checkout 23:24:38 using credential edgex-jenkins-ssh 23:24:38 Cloning the remote Git repository 23:24:38 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:24:38 > git init /w/workspace/app-functions-sdk-go/216 # timeout=10 23:24:38 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:24:38 > git --version # timeout=10 23:24:38 > git --version # 'git version 2.24.3' 23:24:38 using GIT_SSH to set credentials SSH Credentials for GitHub 23:24:38 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:24:41 Checking out Revision 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b (master) 23:24:40 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:24:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:24:40 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:24:40 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:24:40 using GIT_SSH to set credentials SSH Credentials for GitHub 23:24:40 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:24:40 > git config core.sparsecheckout # timeout=10 23:24:40 > git checkout -f 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b # timeout=10 23:24:44 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#800)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:24:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:24:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:24:46 + sudo service docker restart 23:24:46 + true 23:24:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 23:24:47 ========================================================= 23:24:47 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:24:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:24:47 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 23:24:48 Sending build context to Docker daemon 19.5MB 23:24:48 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:24:48 Step 2/8 : FROM ${BASE} 23:24:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:24:48 188c0c94c7c5: Pulling fs layer 23:24:48 0ef7d3d256c8: Pulling fs layer 23:24:48 de9db76c5a1d: Pulling fs layer 23:24:48 bca2f99d35d6: Pulling fs layer 23:24:48 93359f2a8cfa: Pulling fs layer 23:24:48 7c6f9722023f: Pulling fs layer 23:24:48 a35cf1a2eb13: Pulling fs layer 23:24:48 93359f2a8cfa: Waiting 23:24:48 7c6f9722023f: Waiting 23:24:48 bca2f99d35d6: Waiting 23:24:48 a35cf1a2eb13: Waiting 23:24:48 de9db76c5a1d: Download complete 23:24:48 0ef7d3d256c8: Download complete 23:24:48 93359f2a8cfa: Verifying Checksum 23:24:48 93359f2a8cfa: Download complete 23:24:48 7c6f9722023f: Verifying Checksum 23:24:48 7c6f9722023f: Download complete 23:24:48 188c0c94c7c5: Verifying Checksum 23:24:48 188c0c94c7c5: Download complete 23:24:48 188c0c94c7c5: Pull complete 23:24:49 0ef7d3d256c8: Pull complete 23:24:49 de9db76c5a1d: Pull complete 23:24:50 a35cf1a2eb13: Verifying Checksum 23:24:50 a35cf1a2eb13: Download complete 23:24:50 bca2f99d35d6: Verifying Checksum 23:24:50 bca2f99d35d6: Download complete 23:24:57 bca2f99d35d6: Pull complete 23:24:57 93359f2a8cfa: Pull complete 23:24:57 7c6f9722023f: Pull complete 23:25:01 a35cf1a2eb13: Pull complete 23:25:01 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:25:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:25:01 ---> a62c8e92a672 23:25:01 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:25:01 20.10.0: Pulling from library/docker 23:25:02 05e7bc50f07f: Pulling fs layer 23:25:02 6db28d0fdbf6: Pulling fs layer 23:25:02 292df0bc6bf3: Pulling fs layer 23:25:02 2e060f4bd70b: Pulling fs layer 23:25:02 80e8d568a223: Pulling fs layer 23:25:02 8dc6ef1a942a: Pulling fs layer 23:25:02 2312dd95470a: Pulling fs layer 23:25:02 80e8d568a223: Waiting 23:25:02 8dc6ef1a942a: Waiting 23:25:02 2312dd95470a: Waiting 23:25:02 2e060f4bd70b: Waiting 23:25:02 292df0bc6bf3: Verifying Checksum 23:25:02 292df0bc6bf3: Download complete 23:25:02 05e7bc50f07f: Verifying Checksum 23:25:02 05e7bc50f07f: Download complete 23:25:02 6db28d0fdbf6: Verifying Checksum 23:25:02 6db28d0fdbf6: Download complete 23:25:02 8dc6ef1a942a: Verifying Checksum 23:25:02 8dc6ef1a942a: Download complete 23:25:02 80e8d568a223: Download complete 23:25:02 2312dd95470a: Verifying Checksum 23:25:02 2312dd95470a: Download complete 23:25:02 05e7bc50f07f: Pull complete 23:25:02 6db28d0fdbf6: Pull complete 23:25:02 292df0bc6bf3: Pull complete 23:25:03 2e060f4bd70b: Verifying Checksum 23:25:03 2e060f4bd70b: Download complete 23:25:06 2e060f4bd70b: Pull complete 23:25:06 80e8d568a223: Pull complete 23:25:06 8dc6ef1a942a: Pull complete 23:25:06 2312dd95470a: Pull complete 23:25:06 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:25:06 Status: Downloaded newer image for docker:20.10.0 23:25:08 ---> c64f617c3fef 23:25:08 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:25:08 ---> Running in 1ef332f4f714 23:25:08 Removing intermediate container 1ef332f4f714 23:25:08 ---> 70e6d3f569eb 23:25:08 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:25:08 ---> Running in c2284bf32f95 23:25:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:25:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:25:10 (1/5) Installing libsodium (1.0.18-r0) 23:25:10 (2/5) Installing libzmq (4.3.3-r0) 23:25:10 (3/5) Installing pkgconf (1.7.2-r0) 23:25:10 (4/5) Installing libsodium-dev (1.0.18-r0) 23:25:10 (5/5) Installing zeromq-dev (4.3.3-r0) 23:25:10 Executing busybox-1.31.1-r19.trigger 23:25:10 OK: 167 MiB in 44 packages 23:25:11 Removing intermediate container c2284bf32f95 23:25:11 ---> 5ef23db8a54f 23:25:11 Step 6/8 : WORKDIR /build 23:25:11 ---> Running in e888d612db3b 23:25:11 Removing intermediate container e888d612db3b 23:25:11 ---> ce5e10596be3 23:25:11 Step 7/8 : COPY go.mod . 23:25:11 ---> 1fbd2782f403 23:25:11 Step 8/8 : RUN go mod download 23:25:11 ---> Running in 80889219a4a0 23:25:38 Removing intermediate container 80889219a4a0 23:25:38 ---> 1c149c14668a 23:25:38 Successfully built 1c149c14668a 23:25:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:25:38 + docker inspect -f . ci-base-image-x86_64 23:25:38 . [Pipeline] withDockerContainer 23:25:39 prd-centos7-docker-4c-2g-1898 does not seem to be running inside a container 23:25:39 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/216 -v /w/workspace/app-functions-sdk-go/216:/w/workspace/app-functions-sdk-go/216:rw,z -v /w/workspace/app-functions-sdk-go/216@tmp:/w/workspace/app-functions-sdk-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:25:40 $ docker top d23b80fd8f8ebbffa04d00fa91060d9d3249110b5006ae3df5dd78cc8c89b5a6 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:40 + go version 23:25:40 go version go1.15.5 linux/amd64 [Pipeline] } 23:25:40 $ docker stop --time=1 d23b80fd8f8ebbffa04d00fa91060d9d3249110b5006ae3df5dd78cc8c89b5a6 23:25:42 $ docker rm -f d23b80fd8f8ebbffa04d00fa91060d9d3249110b5006ae3df5dd78cc8c89b5a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:25:42 + docker inspect -f . ci-base-image-x86_64 23:25:42 . [Pipeline] withDockerContainer 23:25:42 prd-centos7-docker-4c-2g-1898 does not seem to be running inside a container 23:25:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/216 -v /w/workspace/app-functions-sdk-go/216:/w/workspace/app-functions-sdk-go/216:rw,z -v /w/workspace/app-functions-sdk-go/216@tmp:/w/workspace/app-functions-sdk-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:25:43 $ docker top 89671569f0af79b8ce013f8a1aaa9aadafc277823dc939cc4d89ddb6337f1db1 -eo pid,comm [Pipeline] { [Pipeline] sh 23:25:44 + make test 23:25:44 make -C ./app-service-template build 23:25:44 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/216/app-service-template' 23:25:44 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 23:25:59 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/216/app-service-template' 23:25:59 make -C ./app-service-template test 23:25:59 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/216/app-service-template' 23:25:59 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:26:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1899 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 23:26:06 Running in /w/workspace/app-functions-sdk-go/216 [Pipeline] { [Pipeline] checkout 23:26:07 ok new-app-service 0.028s coverage: 47.8% of statements 23:26:07 ? new-app-service/config [no test files] 23:26:08 ok new-app-service/functions 0.011s 23:26:08 CGO_ENABLED=1 go vet ./... 23:26:12 gofmt -l . 23:26:12 [ "`gofmt -l .`" = "" ] 23:26:12 ./bin/test-go-mod-tidy.sh 23:26:12 ./bin/test-attribution-txt.sh 23:26:12 using credential edgex-jenkins-ssh 23:26:12 Cloning the remote Git repository 23:26:12 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/216/app-service-template' 23:26:12 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:26:12 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 23:26:13 > git init /w/workspace/app-functions-sdk-go/216 # timeout=10 23:26:13 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:26:13 > git --version # timeout=10 23:26:13 > git --version # 'git version 2.17.1' 23:26:13 using GIT_SSH to set credentials SSH Credentials for GitHub 23:26:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:26:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.023s coverage: 55.8% of statements 23:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.050s coverage: 92.5% of statements 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.038s coverage: 61.5% of statements 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.009s 23:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.056s coverage: 75.4% of statements 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.006s coverage: 97.0% of statements 23:26:16 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:26:16 Checking out Revision 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b (master) 23:26:16 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.033s coverage: 10.5% of statements 23:26:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:26:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:26:16 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 23:26:16 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 23:26:16 using GIT_SSH to set credentials SSH Credentials for GitHub 23:26:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 23:26:16 > git config core.sparsecheckout # timeout=10 23:26:16 > git checkout -f 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b # timeout=10 23:26:21 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#800)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:26:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.765s coverage: 78.4% of statements 23:26:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:26:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.027s coverage: 18.4% of statements 23:26:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.016s coverage: 27.3% of statements 23:26:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:26:22 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:26:22 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.015s coverage: 71.7% of statements 23:26:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:26:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:26:23 + + sudo servicetrue docker 23:26:23 restart [Pipeline] unstash [Pipeline] echo 23:26:26 ========================================================= 23:26:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:26:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:26:26 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 23:26:27 Sending build context to Docker daemon 19.48MB 23:26:27 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 23:26:27 Step 2/8 : FROM ${BASE} 23:26:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 23:26:28 5f621e34cdf4: Pulling fs layer 23:26:28 a4357932f1b6: Pulling fs layer 23:26:28 18c013af1878: Pulling fs layer 23:26:28 00ac8860ef70: Pulling fs layer 23:26:28 63d7cb157983: Pulling fs layer 23:26:28 b116817d02f9: Pulling fs layer 23:26:28 745a02a5169b: Pulling fs layer 23:26:28 63d7cb157983: Waiting 23:26:28 b116817d02f9: Waiting 23:26:28 745a02a5169b: Waiting 23:26:28 00ac8860ef70: Waiting 23:26:28 18c013af1878: Verifying Checksum 23:26:28 18c013af1878: Download complete 23:26:28 a4357932f1b6: Verifying Checksum 23:26:28 a4357932f1b6: Download complete 23:26:28 63d7cb157983: Download complete 23:26:28 b116817d02f9: Verifying Checksum 23:26:28 b116817d02f9: Download complete 23:26:28 5f621e34cdf4: Download complete 23:26:28 5f621e34cdf4: Pull complete 23:26:30 a4357932f1b6: Pull complete 23:26:30 18c013af1878: Pull complete 23:26:30 745a02a5169b: Verifying Checksum 23:26:30 745a02a5169b: Download complete 23:26:31 00ac8860ef70: Verifying Checksum 23:26:31 00ac8860ef70: Download complete 23:26:41 00ac8860ef70: Pull complete 23:26:41 63d7cb157983: Pull complete 23:26:41 b116817d02f9: Pull complete 23:26:45 745a02a5169b: Pull complete 23:26:45 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 23:26:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 23:26:45 ---> b7e6874047d6 23:26:45 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 23:26:45 20.10.0: Pulling from library/docker 23:26:45 a3cc7d3b244e: Pulling fs layer 23:26:45 02a3295e0d61: Pulling fs layer 23:26:45 0f4f2e6d8100: Pulling fs layer 23:26:45 330b718f631f: Pulling fs layer 23:26:45 a93816041522: Pulling fs layer 23:26:45 bdb6da89ff94: Pulling fs layer 23:26:45 2a70c0c122f4: Pulling fs layer 23:26:45 330b718f631f: Waiting 23:26:45 a93816041522: Waiting 23:26:45 bdb6da89ff94: Waiting 23:26:45 2a70c0c122f4: Waiting 23:26:45 0f4f2e6d8100: Download complete 23:26:45 02a3295e0d61: Verifying Checksum 23:26:45 02a3295e0d61: Download complete 23:26:45 a3cc7d3b244e: Download complete 23:26:45 a93816041522: Verifying Checksum 23:26:45 a93816041522: Download complete 23:26:45 2a70c0c122f4: Verifying Checksum 23:26:45 2a70c0c122f4: Download complete 23:26:45 bdb6da89ff94: Verifying Checksum 23:26:45 bdb6da89ff94: Download complete 23:26:45 a3cc7d3b244e: Pull complete 23:26:46 02a3295e0d61: Pull complete 23:26:46 0f4f2e6d8100: Pull complete 23:26:46 330b718f631f: Verifying Checksum 23:26:46 330b718f631f: Download complete 23:26:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.042s coverage: 81.9% of statements 23:26:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.013s coverage: 94.4% of statements 23:26:48 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:26:48 gofmt -l . 23:26:48 [ "`gofmt -l .`" = "" ] 23:26:48 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:26:48 $ docker stop --time=1 89671569f0af79b8ce013f8a1aaa9aadafc277823dc939cc4d89ddb6337f1db1 23:26:50 330b718f631f: Pull complete 23:26:50 a93816041522: Pull complete 23:26:50 $ docker rm -f 89671569f0af79b8ce013f8a1aaa9aadafc277823dc939cc4d89ddb6337f1db1 23:26:50 bdb6da89ff94: Pull complete [Pipeline] // withDockerContainer [Pipeline] sh 23:26:51 2a70c0c122f4: Pull complete 23:26:51 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 23:26:51 Status: Downloaded newer image for docker:20.10.0 23:26:51 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:26:51 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:26:52 ---> job-cost.sh 23:26:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-tAZT 23:26:57 ---> 0a8afe9f06b1 23:26:57 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 23:26:57 ---> Running in 3640689c4b4a 23:26:58 Removing intermediate container 3640689c4b4a 23:26:58 ---> f8e4869f3fab 23:26:58 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 23:26:58 ---> Running in 9477ff06817e 23:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 23:27:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 23:27:01 (1/5) Installing libsodium (1.0.18-r0) 23:27:01 (2/5) Installing libzmq (4.3.3-r0) 23:27:01 (3/5) Installing pkgconf (1.7.2-r0) 23:27:01 (4/5) Installing libsodium-dev (1.0.18-r0) 23:27:01 (5/5) Installing zeromq-dev (4.3.3-r0) 23:27:01 Executing busybox-1.31.1-r19.trigger 23:27:01 OK: 144 MiB in 44 packages 23:27:03 Removing intermediate container 9477ff06817e 23:27:03 ---> df322586ca1f 23:27:03 Step 6/8 : WORKDIR /build 23:27:03 ---> Running in 3b498e557df8 23:27:03 Removing intermediate container 3b498e557df8 23:27:03 ---> c6b230965710 23:27:03 Step 7/8 : COPY go.mod . 23:27:04 ---> 39643b40696f 23:27:04 Step 8/8 : RUN go mod download 23:27:04 ---> Running in 76b53e04cb0d 23:27:10 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:27:31 Removing intermediate container 76b53e04cb0d 23:27:31 ---> 660493d0184e 23:27:31 Successfully built 660493d0184e 23:27:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 23:27:32 + docker inspect -f . ci-base-image-arm64 23:27:32 . [Pipeline] withDockerContainer 23:27:32 prd-ubuntu18.04-docker-arm64-4c-16g-1899 does not seem to be running inside a container 23:27:32 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/216 -v /w/workspace/app-functions-sdk-go/216:/w/workspace/app-functions-sdk-go/216:rw,z -v /w/workspace/app-functions-sdk-go/216@tmp:/w/workspace/app-functions-sdk-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:27:34 $ docker top 274b12ed5e490860ed75e94630992eb8a286fa6751ebfc62c9d0ddc8db49b28f -eo pid,comm [Pipeline] { [Pipeline] sh 23:27:35 + go version 23:27:35 go version go1.15.5 linux/arm64 [Pipeline] } 23:27:35 $ docker stop --time=1 274b12ed5e490860ed75e94630992eb8a286fa6751ebfc62c9d0ddc8db49b28f 23:27:37 $ docker rm -f 274b12ed5e490860ed75e94630992eb8a286fa6751ebfc62c9d0ddc8db49b28f 23:27:37 lf-activate-venv(): INFO: Adding /tmp/venv-tAZT/bin to PATH 23:27:37 INFO: No Stack... 23:27:37 INFO: Retrieving Pricing Info for: v1-standard-2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:27:37 + docker inspect -f . ci-base-image-arm64 23:27:37 . [Pipeline] withDockerContainer 23:27:38 INFO: Archiving Costs 23:27:38 prd-ubuntu18.04-docker-arm64-4c-16g-1899 does not seem to be running inside a container 23:27:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/216 -v /w/workspace/app-functions-sdk-go/216:/w/workspace/app-functions-sdk-go/216:rw,z -v /w/workspace/app-functions-sdk-go/216@tmp:/w/workspace/app-functions-sdk-go/216@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 23:27:39 $ docker top aff36234fec488b993c23f12310c8817b077d757af3f9393a949797b23cc1f4c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 23:27:40 + cut -d, -f6 23:27:40 + cat /w/workspace/app-functions-sdk-go/216/archives/cost.csv [Pipeline] lock 23:27:40 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-216-stack-cost] 23:27:40 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-216-stack-cost] did not exist. Created. 23:27:40 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-216-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:27:40 + make test 23:27:40 make -C ./app-service-template build 23:27:40 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/216/app-service-template' 23:27:40 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.14 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service 23:27:40 + echo total: 0.029999999329447746 [Pipeline] stash 23:27:41 Stashed 1 file(s) [Pipeline] } 23:27:41 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-216-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 23:28:19 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/216/app-service-template' 23:28:19 make -C ./app-service-template test 23:28:19 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/216/app-service-template' 23:28:19 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 23:28:42 ok new-app-service 0.052s coverage: 47.8% of statements 23:28:42 ? new-app-service/config [no test files] 23:28:43 ok new-app-service/functions 0.028s 23:28:43 CGO_ENABLED=1 go vet ./... 23:28:55 gofmt -l . 23:28:55 [ "`gofmt -l .`" = "" ] 23:28:55 ./bin/test-go-mod-tidy.sh 23:28:55 ./bin/test-attribution-txt.sh 23:28:56 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/216/app-service-template' 23:28:56 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 23:28:57 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 23:29:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.069s coverage: 55.8% of statements 23:29:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.043s coverage: 92.5% of statements 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 23:29:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.071s coverage: 61.5% of statements 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 23:29:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.027s 23:29:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.061s coverage: 75.4% of statements 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 23:29:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.040s coverage: 97.0% of statements 23:29:07 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 23:29:07 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.024s coverage: 10.5% of statements 23:29:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.818s coverage: 78.4% of statements 23:29:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 23:29:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.053s coverage: 18.4% of statements 23:29:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.094s coverage: 27.3% of statements 23:29:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 23:29:13 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 23:29:13 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.082s coverage: 71.7% of statements 23:29:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.086s coverage: 81.9% of statements 23:29:40 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.030s coverage: 94.4% of statements 23:29:40 CGO_ENABLED=1 GO111MODULE=on go vet ./... 23:29:42 gofmt -l . 23:29:43 [ "`gofmt -l .`" = "" ] 23:29:43 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 23:29:44 $ docker stop --time=1 aff36234fec488b993c23f12310c8817b077d757af3f9393a949797b23cc1f4c 23:29:46 $ docker rm -f aff36234fec488b993c23f12310c8817b077d757af3f9393a949797b23cc1f4c [Pipeline] // withDockerContainer [Pipeline] sh 23:29:47 + sudo chown -R jenkins:jenkins . [Pipeline] stash 23:29:47 Warning: overwriting stash ‘coverage-report’ 23:29:48 Stashed 2 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 23:29:49 ---> job-cost.sh 23:29:49 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Of9W 23:30:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 23:32:22 lf-activate-venv(): INFO: Adding /tmp/venv-Of9W/bin to PATH 23:32:22 INFO: No Stack... 23:32:22 INFO: Retrieving Pricing Info for: lf-standard-4 23:32:22 INFO: Archiving Costs [Pipeline] sh 23:32:23 + cat /w/workspace/app-functions-sdk-go/216/archives/cost.csv 23:32:23 + cut -d, -f6 [Pipeline] lock 23:32:23 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-216-stack-cost] 23:32:23 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-216-stack-cost] did not exist. Created. 23:32:23 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-216-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:32:23 /w/workspace/app-functions-sdk-go/216@tmp/durable-615e22be/script.sh: 1: /w/workspace/app-functions-sdk-go/216@tmp/durable-615e22be/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 23:32:24 + echo total: 0.20999999344348907 [Pipeline] stash 23:32:24 Warning: overwriting stash ‘stack-cost’ 23:32:24 Stashed 1 file(s) [Pipeline] } 23:32:24 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-216-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 23:32:24 provisioning config files... 23:32:24 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config108466565150140318tmp [Pipeline] { [Pipeline] sh 23:32:25 + set +x 23:32:25 + curl -s https://codecov.io/bash 23:32:25 + bash -s -- 23:32:25 23:32:25 _____ _ 23:32:25 / ____| | | 23:32:25 | | ___ __| | ___ ___ _____ __ 23:32:25 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 23:32:25 | |___| (_) | (_| | __/ (_| (_) \ V / 23:32:25 \_____\___/ \__,_|\___|\___\___/ \_/ 23:32:25 Bash-1.0.2 23:32:25 23:32:25 23:32:25 ==> git version 2.24.3 found 23:32:25 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 23:32:25 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 23:32:25 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 23:32:25 ==> Jenkins CI detected. 23:32:25 project root: . 23:32:25 --> token set from env 23:32:25 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 23:32:25 ==> Running gcov in . (disable via -X gcov) 23:32:25 ==> Python coveragepy not found 23:32:25 ==> Searching for coverage reports in: 23:32:25 + . 23:32:25 -> Found 2 reports 23:32:25 ==> Detecting git/mercurial file structure 23:32:25 ==> Reading reports 23:32:25 + ./app-service-template/coverage.out bytes=1055 23:32:25 + ./coverage.out bytes=86827 23:32:25 ==> Appending adjustments 23:32:25 https://docs.codecov.io/docs/fixing-reports 23:32:26 + Found adjustments 23:32:26 ==> Gzipping contents 23:32:26 16K /tmp/codecov.qxGVz1.gz 23:32:26 ==> Uploading reports 23:32:26 url: https://codecov.io 23:32:26 query: branch=master&commit=013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b&build=216&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F216%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:32:26 -> Pinging Codecov 23:32:26 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b&build=216&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F216%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 23:32:26 -> Uploading to 23:32:26 https://storage.googleapis.com/codecov/v4/raw/2021-04-26/3D8B5DFFC46A037C893635FACE044666/013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b/07185a3f-212a-45e0-b611-fc338bbfd396.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210426T233226Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=82c5a8ff5221ecf78cac18c8437e2e51c2cabb80ef6b31ab978c14f68e15b0d4 23:32:26 % Total % Received % Xferd Average Speed Time Time Time Current 23:32:26 Dload Upload Total Spent Left Speed 23:32:26 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15294 0 0 100 15294 0 38115 --:--:-- --:--:-- --:--:-- 38044 100 15294 0 0 100 15294 0 38098 --:--:-- --:--:-- --:--:-- 38044 23:32:26 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b [Pipeline] } 23:32:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 23:32:27 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 23:32:27 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:32:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:32:27 23:32:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 23:32:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:32:28 1.410.4: Pulling from edgex-devops/edgex-snyk-go 23:32:28 188c0c94c7c5: Pulling fs layer 23:32:28 0ef7d3d256c8: Pulling fs layer 23:32:28 de9db76c5a1d: Pulling fs layer 23:32:28 0eba1c9be4d2: Pulling fs layer 23:32:28 0d57e429df01: Pulling fs layer 23:32:28 4e4be7b47b0d: Pulling fs layer 23:32:28 e1f770b5df2f: Pulling fs layer 23:32:28 85a0685a4137: Pulling fs layer 23:32:28 4e4be7b47b0d: Waiting 23:32:28 e1f770b5df2f: Waiting 23:32:28 0eba1c9be4d2: Waiting 23:32:28 0d57e429df01: Waiting 23:32:28 85a0685a4137: Waiting 23:32:28 de9db76c5a1d: Verifying Checksum 23:32:28 de9db76c5a1d: Download complete 23:32:28 0ef7d3d256c8: Verifying Checksum 23:32:28 0ef7d3d256c8: Download complete 23:32:28 0d57e429df01: Verifying Checksum 23:32:28 0d57e429df01: Download complete 23:32:28 4e4be7b47b0d: Verifying Checksum 23:32:28 4e4be7b47b0d: Download complete 23:32:28 188c0c94c7c5: Verifying Checksum 23:32:28 188c0c94c7c5: Download complete 23:32:28 188c0c94c7c5: Pull complete 23:32:29 0ef7d3d256c8: Pull complete 23:32:29 e1f770b5df2f: Verifying Checksum 23:32:29 e1f770b5df2f: Download complete 23:32:29 de9db76c5a1d: Pull complete 23:32:31 0eba1c9be4d2: Verifying Checksum 23:32:31 0eba1c9be4d2: Download complete 23:32:31 85a0685a4137: Download complete 23:32:37 0eba1c9be4d2: Pull complete 23:32:37 0d57e429df01: Pull complete 23:32:37 4e4be7b47b0d: Pull complete 23:32:43 e1f770b5df2f: Pull complete 23:32:50 85a0685a4137: Pull complete 23:32:50 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 23:32:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 23:32:50 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 23:32:50 prd-centos7-docker-4c-2g-1894 does not seem to be running inside a container 23:32:50 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 23:32:51 $ docker top 2c1061dbc434c2f9007a65e6f6d563cf762512be83871b069d71f185bc4e9847 -eo pid,comm [Pipeline] { [Pipeline] echo 23:32:52 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 23:32:52 + set -o pipefail 23:32:52 + snyk monitor '--org=edgex-jenkins' 23:33:07 23:33:07 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 23:33:07 23:33:07 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/12026da7-71c8-488e-b949-11f81ccde207 23:33:07 23:33:07 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 23:33:07 23:33:07 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 23:33:07 23:33:08 [Pipeline] } 23:33:08 $ docker stop --time=1 2c1061dbc434c2f9007a65e6f6d563cf762512be83871b069d71f185bc4e9847 23:33:11 $ docker rm -f 2c1061dbc434c2f9007a65e6f6d563cf762512be83871b069d71f185bc4e9847 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 23:33:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:33:12 provisioning config files... 23:33:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6245952436206382584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:33:12 --> edgex-publish-swagger.sh 23:33:12 === Publish openapi/v2 API === 23:33:12 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 23:33:12 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 23:33:12 % Total % Received % Xferd Average Speed Time Time Time Current 23:33:12 Dload Upload Total Spent Left Speed 23:33:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 11450 0:00:01 0:00:01 --:--:-- 11459 100 13052 0 0 100 13052 0 11446 0:00:01 0:00:01 --:--:-- 11459 23:33:14 23:33:14 [Pipeline] } 23:33:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 23:33:14 + git log --format=format:%s -1 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b [Pipeline] isUnix [Pipeline] sh 23:33:14 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:33:14 . [Pipeline] withDockerContainer 23:33:15 prd-centos7-docker-4c-2g-1894 does not seem to be running inside a container 23:33:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:33:15 $ docker top 068d6ba49b2579ba86e9872d7aaaa5dfedef03e1cb86677adca019a6a9345b5b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:33:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:33:16 [ssh-agent] Looking for ssh-agent implementation... 23:33:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:33:16 $ docker exec 068d6ba49b2579ba86e9872d7aaaa5dfedef03e1cb86677adca019a6a9345b5b ssh-agent 23:33:16 SSH_AUTH_SOCK=/tmp/ssh-NlRKQz2GYPcR/agent.12 23:33:16 SSH_AGENT_PID=18 23:33:16 Running ssh-add (command line suppressed) 23:33:16 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5609259179543672344.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5609259179543672344.key) 23:33:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:33:17 + git semver tag 23:33:17 # -> Open(): unable to determine branch for HEAD 23:33:17 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:33:17 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:33:17 # $SEMVER_REMOTE_NAME = origin 23:33:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:33:17 # $SEMVER_USER_NAME = edgex-jenkins 23:33:17 # $SEMVER_BRANCH = master 23:33:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:33:17 # 013d339d0373e0b6ce9e0dc742c0d23a9d5bbb0b HEAD 23:33:17 # -> Force: false 23:33:17 # 51df1e447927e7f94c266cb31362fd46527be221 refs/tags/v2.0.0-dev.47 [Pipeline] } 23:33:17 $ docker exec --env ******** --env ******** 068d6ba49b2579ba86e9872d7aaaa5dfedef03e1cb86677adca019a6a9345b5b ssh-agent -k 23:33:17 unset SSH_AUTH_SOCK; 23:33:17 unset SSH_AGENT_PID; 23:33:17 echo Agent pid 18 killed; 23:33:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:33:17 + git semver [Pipeline] } 23:33:17 $ docker stop --time=1 068d6ba49b2579ba86e9872d7aaaa5dfedef03e1cb86677adca019a6a9345b5b 23:33:19 $ docker rm -f 068d6ba49b2579ba86e9872d7aaaa5dfedef03e1cb86677adca019a6a9345b5b [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 23:33:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:33:19 23:33:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 23:33:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:33:19 0.23.1-centos7: Pulling from edgex-lftools 23:33:19 ab5ef0e58194: Pulling fs layer 23:33:19 9712f1f96733: Pulling fs layer 23:33:19 63f879dbbcfc: Pulling fs layer 23:33:19 0d9ebad4ef96: Pulling fs layer 23:33:19 e9a5061849ea: Pulling fs layer 23:33:19 d747dcd14b5f: Pulling fs layer 23:33:19 2de7ff778b66: Pulling fs layer 23:33:19 e9a5061849ea: Waiting 23:33:19 2de7ff778b66: Waiting 23:33:19 d747dcd14b5f: Waiting 23:33:19 9712f1f96733: Verifying Checksum 23:33:19 9712f1f96733: Download complete 23:33:21 63f879dbbcfc: Verifying Checksum 23:33:21 63f879dbbcfc: Download complete 23:33:21 e9a5061849ea: Verifying Checksum 23:33:21 e9a5061849ea: Download complete 23:33:21 d747dcd14b5f: Verifying Checksum 23:33:21 d747dcd14b5f: Download complete 23:33:22 2de7ff778b66: Verifying Checksum 23:33:22 2de7ff778b66: Download complete 23:33:22 0d9ebad4ef96: Verifying Checksum 23:33:22 0d9ebad4ef96: Download complete 23:33:22 ab5ef0e58194: Verifying Checksum 23:33:22 ab5ef0e58194: Download complete 23:33:26 ab5ef0e58194: Pull complete 23:33:26 9712f1f96733: Pull complete 23:33:29 63f879dbbcfc: Pull complete 23:33:35 0d9ebad4ef96: Pull complete 23:33:37 e9a5061849ea: Pull complete 23:33:37 d747dcd14b5f: Pull complete 23:33:39 2de7ff778b66: Pull complete 23:33:39 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 23:33:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 23:33:39 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 23:33:40 prd-centos7-docker-4c-2g-1894 does not seem to be running inside a container 23:33:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 23:33:44 $ docker top 78aa6f9939d3487443fab100d35708c6a6cf9c411c5b429a8eb0f8a320f10e89 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 23:33:44 provisioning config files... 23:33:44 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4817986464958859526tmp 23:33:44 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config87476574336619869tmp 23:33:44 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2867964204068212517tmp [Pipeline] { [Pipeline] echo 23:33:44 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 23:33:45 ---> sigul-configuration.sh 23:33:45 gpg: directory `/root/.gnupg' created 23:33:45 gpg: new configuration file `/root/.gnupg/gpg.conf' created 23:33:45 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 23:33:45 gpg: keyring `/root/.gnupg/secring.gpg' created 23:33:45 gpg: keyring `/root/.gnupg/pubring.gpg' created 23:33:45 gpg: CAST5 encrypted data 23:33:45 gpg: encrypted with 1 passphrase 23:33:45 gpg: WARNING: message was not integrity protected [Pipeline] sh 23:33:45 + mkdir /home/jenkins 23:33:45 + mkdir /home/jenkins/sigul [Pipeline] sh 23:33:45 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 23:33:45 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 23:33:46 ---> sigul-install.sh 23:33:52 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 23:33:53 + git tag --list 23:33:53 v0.1.0 23:33:53 v0.1.1 23:33:53 v1.0.0 23:33:53 v1.1.0 23:33:53 v1.2.0 23:33:53 v1.3.0 23:33:53 v1.3.1 23:33:53 v1.3.1-dev.1 23:33:53 v1.3.2-dev.1 23:33:53 v2.0.0-dev.1 23:33:53 v2.0.0-dev.10 23:33:53 v2.0.0-dev.11 23:33:53 v2.0.0-dev.12 23:33:53 v2.0.0-dev.13 23:33:53 v2.0.0-dev.14 23:33:53 v2.0.0-dev.15 23:33:53 v2.0.0-dev.16 23:33:53 v2.0.0-dev.17 23:33:53 v2.0.0-dev.18 23:33:53 v2.0.0-dev.19 23:33:53 v2.0.0-dev.2 23:33:53 v2.0.0-dev.20 23:33:53 v2.0.0-dev.21 23:33:53 v2.0.0-dev.22 23:33:53 v2.0.0-dev.23 23:33:53 v2.0.0-dev.24 23:33:53 v2.0.0-dev.25 23:33:53 v2.0.0-dev.26 23:33:53 v2.0.0-dev.27 23:33:53 v2.0.0-dev.28 23:33:53 v2.0.0-dev.29 23:33:53 v2.0.0-dev.3 23:33:53 v2.0.0-dev.30 23:33:53 v2.0.0-dev.31 23:33:53 v2.0.0-dev.32 23:33:53 v2.0.0-dev.33 23:33:53 v2.0.0-dev.34 23:33:53 v2.0.0-dev.35 23:33:53 v2.0.0-dev.36 23:33:53 v2.0.0-dev.37 23:33:53 v2.0.0-dev.38 23:33:53 v2.0.0-dev.39 23:33:53 v2.0.0-dev.4 23:33:53 v2.0.0-dev.40 23:33:53 v2.0.0-dev.41 23:33:53 v2.0.0-dev.42 23:33:53 v2.0.0-dev.43 23:33:53 v2.0.0-dev.44 23:33:53 v2.0.0-dev.45 23:33:53 v2.0.0-dev.46 23:33:53 v2.0.0-dev.47 23:33:53 v2.0.0-dev.5 23:33:53 v2.0.0-dev.6 23:33:53 v2.0.0-dev.7 23:33:53 v2.0.0-dev.8 23:33:53 v2.0.0-dev.9 [Pipeline] sh 23:33:53 + lftools sign git-tag v2.0.0-dev.47 23:33:54 Signing Git tag with Sigul... 23:33:54 Signing v2.0.0-dev.47 [Pipeline] echo 23:33:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 23:33:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 23:33:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 23:33:56 $ docker stop --time=1 78aa6f9939d3487443fab100d35708c6a6cf9c411c5b429a8eb0f8a320f10e89 23:33:58 $ docker rm -f 78aa6f9939d3487443fab100d35708c6a6cf9c411c5b429a8eb0f8a320f10e89 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 23:33:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:33:59 . [Pipeline] withDockerContainer 23:33:59 prd-centos7-docker-4c-2g-1894 does not seem to be running inside a container 23:33:59 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:34:00 $ docker top 6f4299b49e38688d39701b142a8108c16dd66fe0f3d0c1a08ab885fdbd9e913a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:34:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:34:00 [ssh-agent] Looking for ssh-agent implementation... 23:34:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:34:01 $ docker exec 6f4299b49e38688d39701b142a8108c16dd66fe0f3d0c1a08ab885fdbd9e913a ssh-agent 23:34:01 SSH_AUTH_SOCK=/tmp/ssh-ATqAepP3kKNY/agent.12 23:34:01 SSH_AGENT_PID=17 23:34:01 Running ssh-add (command line suppressed) 23:34:01 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3650292076498964109.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3650292076498964109.key) 23:34:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:34:01 + git semver bump pre 23:34:01 # -> Open(): unable to determine branch for HEAD 23:34:01 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:34:01 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:34:01 # $SEMVER_REMOTE_NAME = origin 23:34:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:34:01 # $SEMVER_USER_NAME = edgex-jenkins 23:34:01 # $SEMVER_BRANCH = master 23:34:01 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 23:34:01 2.0.0-dev.48 [Pipeline] } 23:34:01 $ docker exec --env ******** --env ******** 6f4299b49e38688d39701b142a8108c16dd66fe0f3d0c1a08ab885fdbd9e913a ssh-agent -k 23:34:02 unset SSH_AUTH_SOCK; 23:34:02 unset SSH_AGENT_PID; 23:34:02 echo Agent pid 17 killed; 23:34:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:34:02 + git semver [Pipeline] } 23:34:02 $ docker stop --time=1 6f4299b49e38688d39701b142a8108c16dd66fe0f3d0c1a08ab885fdbd9e913a 23:34:03 $ docker rm -f 6f4299b49e38688d39701b142a8108c16dd66fe0f3d0c1a08ab885fdbd9e913a [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 23:34:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:34:04 . [Pipeline] withDockerContainer 23:34:04 prd-centos7-docker-4c-2g-1894 does not seem to be running inside a container 23:34:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:34:05 $ docker top 65d7731941a1f283d68b86c15f2416fe4f1e822eeb29a60682b2b650067b83c9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:34:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:34:05 [ssh-agent] Looking for ssh-agent implementation... 23:34:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:34:05 $ docker exec 65d7731941a1f283d68b86c15f2416fe4f1e822eeb29a60682b2b650067b83c9 ssh-agent 23:34:05 SSH_AUTH_SOCK=/tmp/ssh-9StUzqOZYjXh/agent.12 23:34:05 SSH_AGENT_PID=17 23:34:05 Running ssh-add (command line suppressed) 23:34:05 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3669360735102311511.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3669360735102311511.key) 23:34:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:34:06 + git semver push 23:34:06 # -> Open(): unable to determine branch for HEAD 23:34:06 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 23:34:06 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 23:34:06 # $SEMVER_REMOTE_NAME = origin 23:34:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:34:06 # $SEMVER_USER_NAME = edgex-jenkins 23:34:06 # $SEMVER_BRANCH = master 23:34:06 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 23:34:10 $ docker exec --env ******** --env ******** 65d7731941a1f283d68b86c15f2416fe4f1e822eeb29a60682b2b650067b83c9 ssh-agent -k 23:34:10 unset SSH_AUTH_SOCK; 23:34:10 unset SSH_AGENT_PID; 23:34:10 echo Agent pid 17 killed; 23:34:10 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:34:11 + git semver [Pipeline] } 23:34:11 $ docker stop --time=1 65d7731941a1f283d68b86c15f2416fe4f1e822eeb29a60682b2b650067b83c9 23:34:12 $ docker rm -f 65d7731941a1f283d68b86c15f2416fe4f1e822eeb29a60682b2b650067b83c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 23:34:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 23:34:14 ---> package-listing.sh 23:34:14 ++ facter osfamily 23:34:14 ++ tr '[:upper:]' '[:lower:]' 23:34:14 + OS_FAMILY=redhat 23:34:14 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 23:34:14 + START_PACKAGES=/tmp/packages_start.txt 23:34:14 + END_PACKAGES=/tmp/packages_end.txt 23:34:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 23:34:14 + PACKAGES=/tmp/packages_start.txt 23:34:14 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:34:14 + PACKAGES=/tmp/packages_end.txt 23:34:14 + case "${OS_FAMILY}" in 23:34:14 + rpm -qa 23:34:14 + sort 23:34:19 + '[' -f /tmp/packages_start.txt ']' 23:34:19 + '[' -f /tmp/packages_end.txt ']' 23:34:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 23:34:19 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 23:34:19 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 23:34:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 23:34:19 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 23:34:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 23:34:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:34:20 23:34:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 23:34:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:34:20 alpine: Pulling from edgex-lftools-log-publisher 23:34:20 df20fa9351a1: Pulling fs layer 23:34:20 36b3adc4ff6f: Pulling fs layer 23:34:20 8ad3a11d3b57: Pulling fs layer 23:34:20 46f8f816bc3b: Pulling fs layer 23:34:20 93b61091891f: Pulling fs layer 23:34:20 93b9cdb0e59b: Pulling fs layer 23:34:20 5e14af77c1be: Pulling fs layer 23:34:20 01666e4c0597: Pulling fs layer 23:34:20 aa168da1d23b: Pulling fs layer 23:34:20 46f8f816bc3b: Waiting 23:34:20 93b61091891f: Waiting 23:34:20 01666e4c0597: Waiting 23:34:20 aa168da1d23b: Waiting 23:34:20 5e14af77c1be: Waiting 23:34:20 93b9cdb0e59b: Waiting 23:34:20 36b3adc4ff6f: Verifying Checksum 23:34:20 36b3adc4ff6f: Download complete 23:34:20 46f8f816bc3b: Download complete 23:34:20 df20fa9351a1: Verifying Checksum 23:34:20 df20fa9351a1: Download complete 23:34:20 93b9cdb0e59b: Download complete 23:34:20 93b61091891f: Verifying Checksum 23:34:20 93b61091891f: Download complete 23:34:20 5e14af77c1be: Download complete 23:34:20 01666e4c0597: Verifying Checksum 23:34:20 01666e4c0597: Download complete 23:34:20 8ad3a11d3b57: Verifying Checksum 23:34:20 8ad3a11d3b57: Download complete 23:34:20 df20fa9351a1: Pull complete 23:34:21 36b3adc4ff6f: Pull complete 23:34:22 8ad3a11d3b57: Pull complete 23:34:22 46f8f816bc3b: Pull complete 23:34:22 aa168da1d23b: Verifying Checksum 23:34:22 aa168da1d23b: Download complete 23:34:23 93b61091891f: Pull complete 23:34:23 93b9cdb0e59b: Pull complete 23:34:23 5e14af77c1be: Pull complete 23:34:23 01666e4c0597: Pull complete 23:34:32 aa168da1d23b: Pull complete 23:34:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 23:34:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 23:34:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 23:34:32 prd-centos7-docker-4c-2g-1894 does not seem to be running inside a container 23:34:32 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 23:34:35 $ docker top 485e91f22e1bcd66f186b70c2d802e2f28bb3c322470ee055a88134e1848fe5a -eo pid,comm [Pipeline] { [Pipeline] sh 23:34:35 + touch /tmp/pre-build-complete [Pipeline] sh 23:34:35 + mkdir -p /var/log/sa [Pipeline] sh 23:34:36 + ls /var/log/sa-host 23:34:36 + sadf -c /var/log/sa-host/sa23 23:34:36 file_magic: OK 23:34:36 HZ: Using current value: 100 23:34:36 file_header: OK 23:34:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:34:36 Statistics: 23:34:36 Hnuu...uuuununununu... 23:34:36 File successfully converted to sysstat format version 12.2.1 23:34:36 + sadf -c /var/log/sa-host/sa26 23:34:36 file_magic: OK 23:34:36 HZ: Using current value: 100 23:34:36 file_header: OK 23:34:36 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 23:34:36 Statistics: 23:34:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 23:34:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 23:34:36 provisioning config files... 23:34:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1242349817812556146tmp [Pipeline] { [Pipeline] echo 23:34:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 23:34:37 ---> create-netrc.sh [Pipeline] } 23:34:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 23:34:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 23:34:37 ---> python-tools-install.sh [Pipeline] echo 23:34:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 23:34:37 ---> sudo-logs.sh 23:34:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 23:34:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 23:34:38 ---> job-cost.sh 23:34:38 lf-activate-venv: SKIPPING 23:34:38 DEBUG: total: 0.20999999344348907 23:34:38 INFO: Retrieving Stack Cost... 23:34:39 INFO: Retrieving Pricing Info for: v1-standard-2 23:34:39 INFO: Archiving Costs [Pipeline] echo 23:34:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 23:34:39 ---> logs-deploy.sh 23:34:39 lf-activate-venv: SKIPPING 23:34:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/216 23:34:39 INFO: archiving workspace using pattern(s): 23:34:41 Archives upload complete. 23:34:41 INFO: archiving logs to Nexus 23:34:42 ---> uname -a: 23:34:42 Linux prd-centos7-docker-4c-2g-1894.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 23:34:42 23:34:42 23:34:42 ---> lscpu: 23:34:42 Architecture: x86_64 23:34:42 CPU op-mode(s): 32-bit, 64-bit 23:34:42 Byte Order: Little Endian 23:34:42 Address sizes: 40 bits physical, 48 bits virtual 23:34:42 CPU(s): 4 23:34:42 On-line CPU(s) list: 0-3 23:34:42 Thread(s) per core: 1 23:34:42 Core(s) per socket: 1 23:34:42 Socket(s): 4 23:34:42 NUMA node(s): 1 23:34:42 Vendor ID: GenuineIntel 23:34:42 CPU family: 6 23:34:42 Model: 44 23:34:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 23:34:42 Stepping: 1 23:34:42 CPU MHz: 2933.438 23:34:42 BogoMIPS: 5866.87 23:34:42 Virtualization: VT-x 23:34:42 Hypervisor vendor: KVM 23:34:42 Virtualization type: full 23:34:42 L1d cache: 128 KiB 23:34:42 L1i cache: 128 KiB 23:34:42 L2 cache: 16 MiB 23:34:42 L3 cache: 64 MiB 23:34:42 NUMA node0 CPU(s): 0-3 23:34:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 23:34:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 23:34:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 23:34:42 Vulnerability Meltdown: Mitigation; PTI 23:34:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 23:34:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 23:34:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 23:34:42 Vulnerability Srbds: Not affected 23:34:42 Vulnerability Tsx async abort: Not affected 23:34:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 23:34:42 23:34:42 23:34:42 ---> nproc: 23:34:42 4 23:34:42 23:34:42 23:34:42 ---> df -h: 23:34:42 Filesystem Size Used Available Use% Mounted on 23:34:42 overlay 50.0G 8.6G 41.4G 17% / 23:34:42 tmpfs 64.0M 0 64.0M 0% /dev 23:34:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 23:34:42 shm 64.0M 0 64.0M 0% /dev/shm 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 23:34:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 23:34:42 23:34:42 23:34:42 ---> free -m: 23:34:42 total used free shared buff/cache available 23:34:42 Mem: 1837 826 149 0 861 945 23:34:42 Swap: 1023 2 1021 23:34:42 23:34:42 23:34:42 ---> ip addr: 23:34:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 23:34:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 23:34:42 inet 127.0.0.1/8 scope host lo 23:34:42 valid_lft forever preferred_lft forever 23:34:42 inet6 ::1/128 scope host 23:34:42 valid_lft forever preferred_lft forever 23:34:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 23:34:42 link/ether fa:16:3e:6a:f8:fa brd ff:ff:ff:ff:ff:ff 23:34:42 inet 10.30.122.6/23 brd 10.30.123.255 scope global dynamic eth0 23:34:42 valid_lft 85666sec preferred_lft 85666sec 23:34:42 inet6 fe80::f816:3eff:fe6a:f8fa/64 scope link 23:34:42 valid_lft forever preferred_lft forever 23:34:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 23:34:42 link/ether 02:42:f3:87:ea:af brd ff:ff:ff:ff:ff:ff 23:34:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 23:34:42 valid_lft forever preferred_lft forever 23:34:42 inet6 fe80::42:f3ff:fe87:eaaf/64 scope link 23:34:42 valid_lft forever preferred_lft forever 23:34:42 23:34:42 23:34:42 ---> sar -b -r -n DEV: 23:34:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 23:34:42 23:34:42 23:22:18 LINUX RESTART (4 CPU) 23:34:42 23:34:42 23:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 23:34:42 23:24:01 49.78 14.20 35.58 0.00 4626.26 4255.87 0.00 23:34:42 23:25:01 0.78 0.00 0.78 0.00 0.00 17.42 0.00 23:34:42 23:26:01 0.52 0.00 0.52 0.00 0.00 6.01 0.00 23:34:42 23:27:01 0.22 0.00 0.22 0.00 0.00 3.45 0.00 23:34:42 23:28:01 0.20 0.00 0.20 0.00 0.00 3.01 0.00 23:34:42 23:29:01 0.35 0.00 0.35 0.00 0.00 4.70 0.00 23:34:42 23:30:01 0.27 0.00 0.27 0.00 0.00 3.28 0.00 23:34:42 23:31:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 23:34:42 23:32:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 23:34:42 23:33:02 254.66 145.59 109.07 0.00 7255.11 34284.76 0.00 23:34:42 23:34:01 259.80 105.84 153.96 0.00 5752.69 37714.87 0.00 23:34:42 Average: 51.26 24.04 27.22 0.00 1597.80 6894.11 0.00 23:34:42 23:34:42 23:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 23:34:42 23:24:01 229716 0 605200 32.17 2620 1044008 1107700 37.80 405572 1048708 16 23:34:42 23:25:01 231920 0 602988 32.05 2620 1044016 1099096 37.51 406680 1045812 8 23:34:42 23:26:01 233384 0 601516 31.97 2620 1044024 1080688 36.88 416436 1034712 16 23:34:42 23:27:01 231356 0 603544 32.08 2620 1044024 1080784 36.89 419304 1034104 16 23:34:42 23:28:01 230468 0 604424 32.12 2620 1044032 1081128 36.90 421376 1032616 12 23:34:42 23:29:01 230592 0 604296 32.12 2620 1044036 1081128 36.90 423180 1031076 12 23:34:42 23:30:01 232464 0 602420 32.02 2620 1044040 1080852 36.89 421516 1031076 12 23:34:42 23:31:01 232392 0 602488 32.02 2620 1044044 1080852 36.89 421644 1031076 8 23:34:42 23:32:01 232456 0 602416 32.02 2620 1044052 1080852 36.89 421540 1031080 12 23:34:42 23:33:02 81932 0 788492 41.91 2596 1008524 1353180 46.18 573572 956584 70080 23:34:42 23:34:01 233316 0 794336 42.22 1492 852400 1417352 48.37 590060 719212 36 23:34:42 Average: 218181 0 637465 33.88 2515 1023382 1140328 38.92 447353 999641 6384 23:34:42 23:34:42 23:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 23:34:42 23:24:01 eth0 249.26 197.32 759.64 35.87 0.00 0.00 0.00 0.00 23:34:42 23:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:24:01 docker0 104.03 102.86 9.00 311.67 0.00 0.00 0.00 0.00 23:34:42 23:25:01 eth0 1.38 0.48 0.58 0.39 0.00 0.00 0.00 0.00 23:34:42 23:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:26:01 eth0 2.56 0.30 0.45 0.20 0.00 0.00 0.00 0.00 23:34:42 23:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:27:01 eth0 3.66 1.08 1.24 0.58 0.00 0.00 0.00 0.00 23:34:42 23:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:28:01 eth0 2.12 0.78 0.76 0.50 0.00 0.00 0.00 0.00 23:34:42 23:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:29:01 eth0 1.03 0.55 0.54 0.40 0.00 0.00 0.00 0.00 23:34:42 23:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:30:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:34:42 23:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:31:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:34:42 23:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:32:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 23:34:42 23:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:33:02 eth0 487.30 418.97 4464.80 70.36 0.00 0.00 0.00 0.00 23:34:42 23:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:33:02 vethde7782e 52.80 56.31 4.83 381.55 0.00 0.00 0.00 0.00 23:34:42 23:33:02 docker0 52.80 56.17 4.11 381.54 0.00 0.00 0.00 0.00 23:34:42 23:34:01 veth9f17297 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:34:01 eth0 525.11 457.97 3552.84 110.16 0.00 0.00 0.00 0.00 23:34:42 23:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 23:34:01 docker0 29.27 35.26 1.98 249.72 0.00 0.00 0.00 0.00 23:34:42 Average: veth9f17297 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 Average: eth0 115.17 97.49 794.61 19.74 0.00 0.00 0.00 0.00 23:34:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 23:34:42 Average: docker0 16.91 17.65 1.37 85.52 0.00 0.00 0.00 0.00 23:34:42 23:34:42 23:34:42 ---> sar -P ALL: 23:34:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/26/21 _x86_64_ (4 CPU) 23:34:42 23:34:42 23:22:18 LINUX RESTART (4 CPU) 23:34:42 23:34:42 23:23:01 CPU %user %nice %system %iowait %steal %idle 23:34:42 23:24:01 all 4.18 0.00 2.55 1.26 0.03 91.98 23:34:42 23:24:01 0 5.03 0.00 2.97 0.40 0.03 91.56 23:34:42 23:24:01 1 4.22 0.00 2.87 2.50 0.03 90.38 23:34:42 23:24:01 2 3.64 0.00 2.05 0.79 0.03 93.49 23:34:42 23:24:01 3 3.81 0.00 2.30 1.36 0.03 92.49 23:34:42 23:25:01 all 0.17 0.00 0.05 0.00 0.00 99.78 23:34:42 23:25:01 0 0.03 0.00 0.03 0.00 0.00 99.93 23:34:42 23:25:01 1 0.03 0.00 0.05 0.00 0.00 99.92 23:34:42 23:25:01 2 0.08 0.00 0.08 0.00 0.00 99.83 23:34:42 23:25:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:34:42 23:26:01 all 0.13 0.00 0.07 0.00 0.01 99.79 23:34:42 23:26:01 0 0.05 0.00 0.07 0.00 0.02 99.87 23:34:42 23:26:01 1 0.03 0.00 0.07 0.00 0.00 99.90 23:34:42 23:26:01 2 0.03 0.00 0.05 0.00 0.02 99.90 23:34:42 23:26:01 3 0.40 0.00 0.10 0.00 0.02 99.48 23:34:42 23:27:01 all 0.18 0.00 0.03 0.00 0.01 99.77 23:34:42 23:27:01 0 0.07 0.00 0.03 0.00 0.02 99.88 23:34:42 23:27:01 1 0.05 0.00 0.05 0.00 0.03 99.87 23:34:42 23:27:01 2 0.08 0.00 0.02 0.00 0.00 99.90 23:34:42 23:27:01 3 0.53 0.00 0.02 0.00 0.00 99.45 23:34:42 23:28:01 all 0.48 0.00 0.12 0.00 0.02 99.38 23:34:42 23:28:01 0 0.03 0.00 0.08 0.00 0.00 99.88 23:34:42 23:28:01 1 0.05 0.00 0.23 0.00 0.02 99.70 23:34:42 23:28:01 2 1.32 0.00 0.10 0.00 0.03 98.55 23:34:42 23:28:01 3 0.53 0.00 0.05 0.00 0.03 99.38 23:34:42 23:29:01 all 0.15 0.00 0.08 0.00 0.00 99.77 23:34:42 23:29:01 0 0.05 0.00 0.03 0.00 0.00 99.92 23:34:42 23:29:01 1 0.02 0.00 0.20 0.00 0.00 99.78 23:34:42 23:29:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:34:42 23:29:01 3 0.52 0.00 0.03 0.00 0.00 99.45 23:34:42 23:30:01 all 0.17 0.00 0.04 0.00 0.00 99.79 23:34:42 23:30:01 0 0.03 0.00 0.02 0.00 0.02 99.93 23:34:42 23:30:01 1 0.03 0.00 0.03 0.00 0.00 99.93 23:34:42 23:30:01 2 0.05 0.00 0.03 0.00 0.00 99.92 23:34:42 23:30:01 3 0.57 0.00 0.07 0.00 0.00 99.37 23:34:42 23:31:01 all 0.15 0.00 0.03 0.00 0.00 99.82 23:34:42 23:31:01 0 0.02 0.00 0.03 0.00 0.00 99.95 23:34:42 23:31:01 1 0.05 0.00 0.03 0.00 0.00 99.92 23:34:42 23:31:01 2 0.02 0.00 0.02 0.00 0.00 99.97 23:34:42 23:31:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:34:42 23:32:01 all 0.17 0.00 0.04 0.00 0.00 99.79 23:34:42 23:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 23:34:42 23:32:01 1 0.07 0.00 0.07 0.00 0.02 99.85 23:34:42 23:32:01 2 0.03 0.00 0.03 0.00 0.00 99.93 23:34:42 23:32:01 3 0.53 0.00 0.03 0.00 0.00 99.43 23:34:42 23:33:02 all 9.67 0.00 6.87 2.08 0.07 81.31 23:34:42 23:33:02 0 10.71 0.00 7.63 1.99 0.07 79.60 23:34:42 23:33:02 1 9.22 0.00 6.29 1.93 0.05 82.51 23:34:42 23:33:02 2 9.28 0.00 7.21 1.09 0.08 82.33 23:34:42 23:33:02 3 9.48 0.00 6.35 3.33 0.07 80.78 23:34:42 23:34:01 all 12.69 0.00 10.22 4.37 0.12 72.60 23:34:42 23:34:01 0 16.00 0.00 10.40 2.91 0.11 70.58 23:34:42 23:34:01 1 11.28 0.00 9.82 3.09 0.10 75.71 23:34:42 23:34:01 2 12.05 0.00 10.10 7.31 0.12 70.42 23:34:42 23:34:01 3 11.48 0.00 10.55 4.16 0.14 73.68 23:34:42 23:34:42 Average: CPU %user %nice %system %iowait %steal %idle 23:34:42 Average: all 2.50 0.00 1.78 0.68 0.02 95.02 23:34:42 Average: 0 2.83 0.00 1.88 0.47 0.02 94.81 23:34:42 Average: 1 2.23 0.00 1.75 0.67 0.02 95.33 23:34:42 Average: 2 2.37 0.00 1.75 0.81 0.03 95.04 23:34:42 Average: 3 2.57 0.00 1.73 0.78 0.03 94.88 23:34:42 23:34:42 23:34:42