Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b297a9944049af4bbb77f9b3a6874cde68128318 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 ‘prd-centos7-docker-4c-2g-31402’ Running on prd-centos7-docker-4c-2g-31407 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b297a9944049af4bbb77f9b3a6874cde68128318 (master) > 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 b297a9944049af4bbb77f9b3a6874cde68128318 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 (#762)" > git rev-list --no-walk 7158bb1ca313e630b30c79f7ef3d5e60e0d8ca58 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:48:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:48:11 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:48:11 ========================================================= 18:48:11 EdgeX Global Pipelines Version Info 18:48:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:48:13 ------------------- 18:48:13 stable info: 18:48:13 ------------------- 18:48:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:48:13 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 18:48:13 Message: update stable to v1.0.186 18:48:14 ------------------- 18:48:14 experimental info: 18:48:14 ------------------- 18:48:14 Commited By: **** collab-it+edgex@linuxfoundation.org 18:48:14 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 18:48:14 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:48:14 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:48:15 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 18:48:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 18:48:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b297a9944049af4bbb77f9b3a6874cde68128318 [Pipeline] echo 18:48:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b297a99 [Pipeline] echo 18:48:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:48:17 + git log --format=format:%s -1 b297a9944049af4bbb77f9b3a6874cde68128318 [Pipeline] echo 18:48:17 GIT_COMMIT: b297a9944049af4bbb77f9b3a6874cde68128318, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 (#762) [Pipeline] echo 18:48:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:48:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:18 18:48:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:48:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:19 latest: Pulling from edgex-devops/git-semver 18:48:19 31603596830f: Pulling fs layer 18:48:19 2a8b12db71e7: Pulling fs layer 18:48:19 6ca5941a6612: Pulling fs layer 18:48:19 ecc8261a40a4: Pulling fs layer 18:48:19 ecc8261a40a4: Waiting 18:48:19 2a8b12db71e7: Verifying Checksum 18:48:19 2a8b12db71e7: Download complete 18:48:19 31603596830f: Verifying Checksum 18:48:19 31603596830f: Download complete 18:48:19 ecc8261a40a4: Verifying Checksum 18:48:19 ecc8261a40a4: Download complete 18:48:19 6ca5941a6612: Verifying Checksum 18:48:19 6ca5941a6612: Download complete 18:48:19 31603596830f: Pull complete 18:48:20 2a8b12db71e7: Pull complete 18:48:21 6ca5941a6612: Pull complete 18:48:21 ecc8261a40a4: Pull complete 18:48:21 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:48:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:48:21 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:48:21 prd-centos7-docker-4c-2g-31407 does not seem to be running inside a container 18:48:21 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:48:23 $ docker top 3e8239235ccf609a08ededf528c46237aae31f222c49df6fe17d528d65f77927 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:48:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:23 [ssh-agent] Looking for ssh-agent implementation... 18:48:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:23 $ docker exec 3e8239235ccf609a08ededf528c46237aae31f222c49df6fe17d528d65f77927 ssh-agent 18:48:24 SSH_AUTH_SOCK=/tmp/ssh-4quG2vqwy8wK/agent.12 18:48:24 SSH_AGENT_PID=18 18:48:24 Running ssh-add (command line suppressed) 18:48:24 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2092763875379390610.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2092763875379390610.key) 18:48:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:24 + git tag --points-at HEAD [Pipeline] } 18:48:24 $ docker exec --env ******** --env ******** 3e8239235ccf609a08ededf528c46237aae31f222c49df6fe17d528d65f77927 ssh-agent -k 18:48:25 unset SSH_AUTH_SOCK; 18:48:25 unset SSH_AGENT_PID; 18:48:25 echo Agent pid 18 killed; 18:48:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:48:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:48:25 [ssh-agent] Looking for ssh-agent implementation... 18:48:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:48:25 $ docker exec 3e8239235ccf609a08ededf528c46237aae31f222c49df6fe17d528d65f77927 ssh-agent 18:48:25 SSH_AUTH_SOCK=/tmp/ssh-fskrHFOPgQ3s/agent.47 18:48:25 SSH_AGENT_PID=52 18:48:25 Running ssh-add (command line suppressed) 18:48:25 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1050786259291175204.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1050786259291175204.key) 18:48:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:48:26 + git semver init 18:48:26 # -> Open(): unable to determine branch for HEAD 18:48:26 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:48:26 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:48:26 # $SEMVER_REMOTE_NAME = origin 18:48:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:48:26 # $SEMVER_USER_NAME = edgex-jenkins 18:48:26 # $SEMVER_BRANCH = master 18:48:26 # $SEMVER_TEMP = /tmp/semver-300310329 18:48:26 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 18:48:29 # '/tmp/semver-300310329' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 18:48:29 # -> Force: false 18:48:29 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:48:29 $ docker exec --env ******** --env ******** 3e8239235ccf609a08ededf528c46237aae31f222c49df6fe17d528d65f77927 ssh-agent -k 18:48:29 unset SSH_AUTH_SOCK; 18:48:29 unset SSH_AGENT_PID; 18:48:29 echo Agent pid 52 killed; 18:48:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:48:30 + git semver [Pipeline] } 18:48:30 $ docker stop --time=1 3e8239235ccf609a08ededf528c46237aae31f222c49df6fe17d528d65f77927 18:48:31 $ docker rm -f 3e8239235ccf609a08ededf528c46237aae31f222c49df6fe17d528d65f77927 [Pipeline] // withDockerContainer [Pipeline] sh 18:48:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:48:32 Stashed 1 file(s) [Pipeline] echo 18:48:32 [edgeXSemver]: initialized semver on version 2.0.0-dev.34 [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 18:48:48 Still waiting to schedule task 18:48:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 18:48:48 Still waiting to schedule task 18:48:48 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 18:50:07 Running on prd-centos7-docker-4c-2g-31408 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 18:50:07 Running in /w/workspace/app-functions-sdk-go/203 [Pipeline] { [Pipeline] checkout 18:50:10 using credential edgex-jenkins-ssh 18:50:10 Cloning the remote Git repository 18:50:09 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:50:10 > git init /w/workspace/app-functions-sdk-go/203 # timeout=10 18:50:10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:50:10 > git --version # timeout=10 18:50:10 > git --version # 'git version 2.24.3' 18:50:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:50:11 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:50:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:50:12 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:50:12 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:50:12 using GIT_SSH to set credentials SSH Credentials for GitHub 18:50:12 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:50:12 Checking out Revision b297a9944049af4bbb77f9b3a6874cde68128318 (master) 18:50:12 > git config core.sparsecheckout # timeout=10 18:50:12 > git checkout -f b297a9944049af4bbb77f9b3a6874cde68128318 # timeout=10 18:50:16 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 (#762)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:50:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:50:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:50:18 + sudo service docker restart 18:50:18 + true 18:50:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo 18:50:19 ========================================================= 18:50:19 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:50:19 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:50:20 + 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 . 18:50:20 Sending build context to Docker daemon 19.4MB 18:50:20 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:50:20 Step 2/8 : FROM ${BASE} 18:50:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:50:20 188c0c94c7c5: Pulling fs layer 18:50:20 0ef7d3d256c8: Pulling fs layer 18:50:20 de9db76c5a1d: Pulling fs layer 18:50:20 bca2f99d35d6: Pulling fs layer 18:50:20 93359f2a8cfa: Pulling fs layer 18:50:20 7c6f9722023f: Pulling fs layer 18:50:20 a35cf1a2eb13: Pulling fs layer 18:50:20 bca2f99d35d6: Waiting 18:50:20 7c6f9722023f: Waiting 18:50:20 a35cf1a2eb13: Waiting 18:50:20 93359f2a8cfa: Waiting 18:50:20 de9db76c5a1d: Verifying Checksum 18:50:20 de9db76c5a1d: Download complete 18:50:20 0ef7d3d256c8: Download complete 18:50:20 93359f2a8cfa: Verifying Checksum 18:50:20 93359f2a8cfa: Download complete 18:50:20 7c6f9722023f: Verifying Checksum 18:50:20 7c6f9722023f: Download complete 18:50:20 188c0c94c7c5: Verifying Checksum 18:50:20 188c0c94c7c5: Download complete 18:50:21 188c0c94c7c5: Pull complete 18:50:21 0ef7d3d256c8: Pull complete 18:50:21 de9db76c5a1d: Pull complete 18:50:23 a35cf1a2eb13: Verifying Checksum 18:50:23 a35cf1a2eb13: Download complete 18:50:23 bca2f99d35d6: Verifying Checksum 18:50:23 bca2f99d35d6: Download complete 18:50:29 bca2f99d35d6: Pull complete 18:50:29 93359f2a8cfa: Pull complete 18:50:29 7c6f9722023f: Pull complete 18:50:37 a35cf1a2eb13: Pull complete 18:50:37 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:50:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:50:37 ---> a62c8e92a672 18:50:37 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:50:37 20.10.0: Pulling from library/docker 18:50:37 05e7bc50f07f: Pulling fs layer 18:50:37 6db28d0fdbf6: Pulling fs layer 18:50:37 292df0bc6bf3: Pulling fs layer 18:50:37 2e060f4bd70b: Pulling fs layer 18:50:37 80e8d568a223: Pulling fs layer 18:50:37 8dc6ef1a942a: Pulling fs layer 18:50:37 2312dd95470a: Pulling fs layer 18:50:37 2e060f4bd70b: Waiting 18:50:37 80e8d568a223: Waiting 18:50:37 8dc6ef1a942a: Waiting 18:50:37 2312dd95470a: Waiting 18:50:37 292df0bc6bf3: Verifying Checksum 18:50:37 292df0bc6bf3: Download complete 18:50:37 6db28d0fdbf6: Verifying Checksum 18:50:37 6db28d0fdbf6: Download complete 18:50:37 05e7bc50f07f: Verifying Checksum 18:50:37 80e8d568a223: Verifying Checksum 18:50:37 80e8d568a223: Download complete 18:50:37 8dc6ef1a942a: Verifying Checksum 18:50:37 8dc6ef1a942a: Download complete 18:50:37 2312dd95470a: Verifying Checksum 18:50:37 2312dd95470a: Download complete 18:50:37 05e7bc50f07f: Pull complete 18:50:37 6db28d0fdbf6: Pull complete 18:50:37 292df0bc6bf3: Pull complete 18:50:38 2e060f4bd70b: Verifying Checksum 18:50:38 2e060f4bd70b: Download complete 18:50:41 2e060f4bd70b: Pull complete 18:50:41 80e8d568a223: Pull complete 18:50:41 8dc6ef1a942a: Pull complete 18:50:41 2312dd95470a: Pull complete 18:50:41 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:50:41 Status: Downloaded newer image for docker:20.10.0 18:50:43 ---> 6c2e960021da 18:50:43 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:50:43 ---> Running in 6ca3d3729927 18:50:43 Removing intermediate container 6ca3d3729927 18:50:43 ---> 756171a3c793 18:50:43 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:50:43 ---> Running in 11749475f300 18:50:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:50:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:50:46 (1/5) Installing libsodium (1.0.18-r0) 18:50:46 (2/5) Installing libzmq (4.3.3-r0) 18:50:46 (3/5) Installing pkgconf (1.7.2-r0) 18:50:46 (4/5) Installing libsodium-dev (1.0.18-r0) 18:50:46 (5/5) Installing zeromq-dev (4.3.3-r0) 18:50:46 Executing busybox-1.31.1-r19.trigger 18:50:46 OK: 167 MiB in 44 packages 18:50:47 Removing intermediate container 11749475f300 18:50:47 ---> 2f9cbd0b5798 18:50:47 Step 6/8 : WORKDIR /build 18:50:47 ---> Running in 737ae8fe4f3f 18:50:47 Removing intermediate container 737ae8fe4f3f 18:50:47 ---> 56a036fc1a3c 18:50:47 Step 7/8 : COPY go.mod . 18:50:47 ---> 822568ac0567 18:50:47 Step 8/8 : RUN go mod download 18:50:47 ---> Running in cd391985a288 18:51:09 Removing intermediate container cd391985a288 18:51:09 ---> 80a831ff8000 18:51:09 Successfully built 80a831ff8000 18:51:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:51:10 + docker inspect -f . ci-base-image-x86_64 18:51:10 . [Pipeline] withDockerContainer 18:51:10 prd-centos7-docker-4c-2g-31408 does not seem to be running inside a container 18:51:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/203 -v /w/workspace/app-functions-sdk-go/203:/w/workspace/app-functions-sdk-go/203:rw,z -v /w/workspace/app-functions-sdk-go/203@tmp:/w/workspace/app-functions-sdk-go/203@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 18:51:11 $ docker top fac308294ae01ee0ec9e080d48480105dfee2c17984eb315d585e328929c664f -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:11 + go version 18:51:11 go version go1.15.5 linux/amd64 [Pipeline] } 18:51:11 $ docker stop --time=1 fac308294ae01ee0ec9e080d48480105dfee2c17984eb315d585e328929c664f 18:51:13 $ docker rm -f fac308294ae01ee0ec9e080d48480105dfee2c17984eb315d585e328929c664f [Pipeline] // withDockerContainer 18:51:13 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31409 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] } [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] ws 18:51:13 Running in /w/workspace/app-functions-sdk-go/203 [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:51:13 + docker inspect -f . ci-base-image-x86_64 18:51:13 . [Pipeline] withDockerContainer 18:51:14 prd-centos7-docker-4c-2g-31408 does not seem to be running inside a container 18:51:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/203 -v /w/workspace/app-functions-sdk-go/203:/w/workspace/app-functions-sdk-go/203:rw,z -v /w/workspace/app-functions-sdk-go/203@tmp:/w/workspace/app-functions-sdk-go/203@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 18:51:14 $ docker top 8a55c845481d540ac603793ecea88a11bdb5f8827fb80d43261a3e60c499b7a3 -eo pid,comm [Pipeline] { [Pipeline] sh 18:51:15 + make test 18:51:15 make -C ./app-service-template build 18:51:15 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/203/app-service-template' 18:51:15 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 18:51:19 using credential edgex-jenkins-ssh 18:51:19 Cloning the remote Git repository 18:51:19 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 18:51:19 > git init /w/workspace/app-functions-sdk-go/203 # timeout=10 18:51:19 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:51:19 > git --version # timeout=10 18:51:19 > git --version # 'git version 2.17.1' 18:51:19 using GIT_SSH to set credentials SSH Credentials for GitHub 18:51:19 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:51:24 Checking out Revision b297a9944049af4bbb77f9b3a6874cde68128318 (master) 18:51:24 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:51:24 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:51:24 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 18:51:24 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 18:51:24 using GIT_SSH to set credentials SSH Credentials for GitHub 18:51:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 18:51:24 > git config core.sparsecheckout # timeout=10 18:51:24 > git checkout -f b297a9944049af4bbb77f9b3a6874cde68128318 # timeout=10 18:51:29 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 (#762)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:51:30 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/203/app-service-template' 18:51:30 make -C ./app-service-template test 18:51:30 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/203/app-service-template' 18:51:30 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:51:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:51:31 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:51:31 + true 18:51:31 + sudo service docker restart [Pipeline] unstash [Pipeline] echo 18:51:34 ========================================================= 18:51:34 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:51:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:51:35 + 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 . 18:51:36 Sending build context to Docker daemon 19.39MB 18:51:36 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 18:51:36 Step 2/8 : FROM ${BASE} 18:51:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:51:36 5f621e34cdf4: Pulling fs layer 18:51:36 a4357932f1b6: Pulling fs layer 18:51:36 18c013af1878: Pulling fs layer 18:51:36 00ac8860ef70: Pulling fs layer 18:51:36 63d7cb157983: Pulling fs layer 18:51:36 b116817d02f9: Pulling fs layer 18:51:36 745a02a5169b: Pulling fs layer 18:51:36 00ac8860ef70: Waiting 18:51:36 63d7cb157983: Waiting 18:51:36 b116817d02f9: Waiting 18:51:36 745a02a5169b: Waiting 18:51:36 18c013af1878: Verifying Checksum 18:51:36 18c013af1878: Download complete 18:51:36 a4357932f1b6: Verifying Checksum 18:51:36 a4357932f1b6: Download complete 18:51:36 63d7cb157983: Verifying Checksum 18:51:36 63d7cb157983: Download complete 18:51:36 b116817d02f9: Download complete 18:51:36 5f621e34cdf4: Verifying Checksum 18:51:36 5f621e34cdf4: Download complete 18:51:37 ok new-app-service 0.027s coverage: 47.8% of statements 18:51:37 ? new-app-service/config [no test files] 18:51:37 ok new-app-service/functions 0.012s 18:51:37 CGO_ENABLED=1 go vet ./... 18:51:37 5f621e34cdf4: Pull complete 18:51:37 a4357932f1b6: Pull complete 18:51:38 18c013af1878: Pull complete 18:51:38 745a02a5169b: Verifying Checksum 18:51:38 745a02a5169b: Download complete 18:51:40 00ac8860ef70: Verifying Checksum 18:51:40 00ac8860ef70: Download complete 18:51:40 gofmt -l . 18:51:40 [ "`gofmt -l .`" = "" ] 18:51:40 ./bin/test-go-mod-tidy.sh 18:51:40 ./bin/test-attribution-txt.sh 18:51:41 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/203/app-service-template' 18:51:41 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:51:41 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:51:44 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.018s coverage: 55.9% of statements 18:51:44 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.026s coverage: 92.5% of statements 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:51:44 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.040s coverage: 61.5% of statements 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:51:44 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.012s 18:51:44 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.058s coverage: 75.4% of statements 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:51:44 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.005s coverage: 97.0% of statements 18:51:44 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:51:45 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.029s coverage: 10.5% of statements 18:51:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.745s coverage: 78.4% of statements 18:51:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:51:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.011s coverage: 20.0% of statements 18:51:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.011s coverage: 27.3% of statements 18:51:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:51:48 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:51:48 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.016s coverage: 71.7% of statements 18:51:50 00ac8860ef70: Pull complete 18:51:50 63d7cb157983: Pull complete 18:51:50 b116817d02f9: Pull complete 18:51:54 745a02a5169b: Pull complete 18:51:54 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:51:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:51:54 ---> b7e6874047d6 18:51:54 Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker 18:51:54 20.10.0: Pulling from library/docker 18:51:54 a3cc7d3b244e: Pulling fs layer 18:51:54 02a3295e0d61: Pulling fs layer 18:51:54 0f4f2e6d8100: Pulling fs layer 18:51:54 330b718f631f: Pulling fs layer 18:51:54 a93816041522: Pulling fs layer 18:51:54 bdb6da89ff94: Pulling fs layer 18:51:54 2a70c0c122f4: Pulling fs layer 18:51:54 330b718f631f: Waiting 18:51:54 a93816041522: Waiting 18:51:54 bdb6da89ff94: Waiting 18:51:54 2a70c0c122f4: Waiting 18:51:54 0f4f2e6d8100: Verifying Checksum 18:51:54 0f4f2e6d8100: Download complete 18:51:54 02a3295e0d61: Verifying Checksum 18:51:54 02a3295e0d61: Download complete 18:51:54 a93816041522: Verifying Checksum 18:51:54 a93816041522: Download complete 18:51:54 a3cc7d3b244e: Verifying Checksum 18:51:54 a3cc7d3b244e: Download complete 18:51:54 bdb6da89ff94: Download complete 18:51:54 2a70c0c122f4: Verifying Checksum 18:51:54 2a70c0c122f4: Download complete 18:51:55 a3cc7d3b244e: Pull complete 18:51:56 02a3295e0d61: Pull complete 18:51:56 330b718f631f: Verifying Checksum 18:51:56 330b718f631f: Download complete 18:51:56 0f4f2e6d8100: Pull complete 18:52:01 330b718f631f: Pull complete 18:52:01 a93816041522: Pull complete 18:52:01 bdb6da89ff94: Pull complete 18:52:01 2a70c0c122f4: Pull complete 18:52:01 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:52:01 Status: Downloaded newer image for docker:20.10.0 18:52:08 ---> bb7be86f058a 18:52:08 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 18:52:08 ---> Running in 2f001b042f51 18:52:08 Removing intermediate container 2f001b042f51 18:52:08 ---> 28174f6b1931 18:52:08 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 18:52:08 ---> Running in 142d173553e0 18:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:52:11 (1/5) Installing libsodium (1.0.18-r0) 18:52:11 (2/5) Installing libzmq (4.3.3-r0) 18:52:11 (3/5) Installing pkgconf (1.7.2-r0) 18:52:11 (4/5) Installing libsodium-dev (1.0.18-r0) 18:52:11 (5/5) Installing zeromq-dev (4.3.3-r0) 18:52:11 Executing busybox-1.31.1-r19.trigger 18:52:11 OK: 144 MiB in 44 packages 18:52:12 Removing intermediate container 142d173553e0 18:52:12 ---> f36741d525e2 18:52:12 Step 6/8 : WORKDIR /build 18:52:13 ---> Running in b3eeb919080b 18:52:13 Removing intermediate container b3eeb919080b 18:52:13 ---> 7354cd7192a6 18:52:13 Step 7/8 : COPY go.mod . 18:52:14 ---> 0aef85b2c13a 18:52:14 Step 8/8 : RUN go mod download 18:52:14 ---> Running in b76a8486c9bb 18:52:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.049s coverage: 81.9% of statements 18:52:15 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements 18:52:15 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:52:15 gofmt -l . 18:52:15 [ "`gofmt -l .`" = "" ] 18:52:15 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:52:15 $ docker stop --time=1 8a55c845481d540ac603793ecea88a11bdb5f8827fb80d43261a3e60c499b7a3 18:52:17 $ docker rm -f 8a55c845481d540ac603793ecea88a11bdb5f8827fb80d43261a3e60c499b7a3 [Pipeline] // withDockerContainer [Pipeline] sh 18:52:17 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:52:18 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 18:52:19 ---> job-cost.sh 18:52:19 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-7eb3 18:52:37 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:52:41 Removing intermediate container b76a8486c9bb 18:52:41 ---> cb7c5d975f93 18:52:41 Successfully built cb7c5d975f93 18:52:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:52:41 + docker inspect -f . ci-base-image-arm64 18:52:41 . [Pipeline] withDockerContainer 18:52:41 prd-ubuntu18.04-docker-arm64-4c-16g-31409 does not seem to be running inside a container 18:52:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/203 -v /w/workspace/app-functions-sdk-go/203:/w/workspace/app-functions-sdk-go/203:rw,z -v /w/workspace/app-functions-sdk-go/203@tmp:/w/workspace/app-functions-sdk-go/203@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 18:52:43 $ docker top b66449a8a2330d5743b295d9d5afba9527e73be1bbfd02148ad60168ee24f9c9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:52:44 + go version 18:52:44 go version go1.15.5 linux/arm64 [Pipeline] } 18:52:44 $ docker stop --time=1 b66449a8a2330d5743b295d9d5afba9527e73be1bbfd02148ad60168ee24f9c9 18:52:46 $ docker rm -f b66449a8a2330d5743b295d9d5afba9527e73be1bbfd02148ad60168ee24f9c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:52:47 + docker inspect -f . ci-base-image-arm64 18:52:47 . [Pipeline] withDockerContainer 18:52:47 prd-ubuntu18.04-docker-arm64-4c-16g-31409 does not seem to be running inside a container 18:52:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/203 -v /w/workspace/app-functions-sdk-go/203:/w/workspace/app-functions-sdk-go/203:rw,z -v /w/workspace/app-functions-sdk-go/203@tmp:/w/workspace/app-functions-sdk-go/203@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 18:52:49 $ docker top 67e68732c763874a3ac4a4d189c2cf15c608ebd4da6272b93997b5391924c176 -eo pid,comm [Pipeline] { [Pipeline] sh 18:52:50 + make test 18:52:50 make -C ./app-service-template build 18:52:50 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/203/app-service-template' 18:52:50 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 18:52:59 lf-activate-venv(): INFO: Adding /tmp/venv-7eb3/bin to PATH 18:52:59 INFO: No Stack... 18:52:59 INFO: Retrieving Pricing Info for: v1-standard-2 18:53:00 INFO: Archiving Costs [Pipeline] sh 18:53:00 + cat /w/workspace/app-functions-sdk-go/203/archives/cost.csv 18:53:00 + cut -d, -f6 [Pipeline] lock 18:53:00 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-203-stack-cost] 18:53:00 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-203-stack-cost] did not exist. Created. 18:53:00 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-203-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:53:01 + echo total: 0.029999999329447746 [Pipeline] stash 18:53:01 Stashed 1 file(s) [Pipeline] } 18:53:01 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-203-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:53:22 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/203/app-service-template' 18:53:22 make -C ./app-service-template test 18:53:22 make[1]: Entering directory '/w/workspace/app-functions-sdk-go/203/app-service-template' 18:53:22 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 18:53:49 ok new-app-service 0.034s coverage: 47.8% of statements 18:53:49 ? new-app-service/config [no test files] 18:53:49 ok new-app-service/functions 0.027s 18:53:49 CGO_ENABLED=1 go vet ./... 18:53:56 gofmt -l . 18:53:56 [ "`gofmt -l .`" = "" ] 18:53:56 ./bin/test-go-mod-tidy.sh 18:53:57 ./bin/test-attribution-txt.sh 18:53:58 make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/203/app-service-template' 18:53:58 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 18:54:00 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] 18:54:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.089s coverage: 55.9% of statements 18:54:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.036s coverage: 92.5% of statements 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] 18:54:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.099s coverage: 61.5% of statements 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] 18:54:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.035s 18:54:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.061s coverage: 75.4% of statements 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] 18:54:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.030s coverage: 97.0% of statements 18:54:08 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] 18:54:08 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.111s coverage: 10.5% of statements 18:54:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.846s coverage: 78.4% of statements 18:54:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] 18:54:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.028s coverage: 20.0% of statements 18:54:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.046s coverage: 27.3% of statements 18:54:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] 18:54:14 ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] 18:54:14 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.038s coverage: 71.7% of statements 18:54:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 81.9% of statements 18:54:41 ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.025s coverage: 94.4% of statements 18:54:41 CGO_ENABLED=1 GO111MODULE=on go vet ./... 18:54:44 gofmt -l . 18:54:44 [ "`gofmt -l .`" = "" ] 18:54:45 ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } 18:54:45 $ docker stop --time=1 67e68732c763874a3ac4a4d189c2cf15c608ebd4da6272b93997b5391924c176 18:54:47 $ docker rm -f 67e68732c763874a3ac4a4d189c2cf15c608ebd4da6272b93997b5391924c176 [Pipeline] // withDockerContainer [Pipeline] sh 18:54:48 + sudo chown -R jenkins:jenkins . [Pipeline] stash 18:54:49 Warning: overwriting stash ‘coverage-report’ 18:54:49 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 18:54:50 ---> job-cost.sh 18:54:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-S6Wt 18:55:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 18:57:06 lf-activate-venv(): INFO: Adding /tmp/venv-S6Wt/bin to PATH 18:57:06 INFO: No Stack... 18:57:06 INFO: Retrieving Pricing Info for: lf-standard-4 18:57:06 INFO: Archiving Costs [Pipeline] sh 18:57:07 + + cat /w/workspace/app-functions-sdk-go/203/archives/cost.csv 18:57:07 cut -d, -f6 [Pipeline] lock 18:57:07 Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-203-stack-cost] 18:57:07 Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-203-stack-cost] did not exist. Created. 18:57:07 Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-203-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 18:57:07 /w/workspace/app-functions-sdk-go/203@tmp/durable-768d5c49/script.sh: 1: /w/workspace/app-functions-sdk-go/203@tmp/durable-768d5c49/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 18:57:07 + echo total: 0.20999999344348907 [Pipeline] stash 18:57:08 Warning: overwriting stash ‘stack-cost’ 18:57:08 Stashed 1 file(s) [Pipeline] } 18:57:08 Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-203-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 18:57:09 provisioning config files... 18:57:09 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1851875839730889381tmp [Pipeline] { [Pipeline] sh 18:57:09 + set +x 18:57:09 + curl -s https://codecov.io/bash 18:57:09 + bash -s -- 18:57:10 18:57:10 _____ _ 18:57:10 / ____| | | 18:57:10 | | ___ __| | ___ ___ _____ __ 18:57:10 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 18:57:10 | |___| (_) | (_| | __/ (_| (_) \ V / 18:57:10 \_____\___/ \__,_|\___|\___\___/ \_/ 18:57:10 Bash-20210309-2b87ace 18:57:10 18:57:10 18:57:10 ==> git version 2.24.3 found 18:57:10 ==> 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 18:57:10 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 18:57:10 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 18:57:10 curl: option -sm: expected a proper numerical parameter 18:57:10 curl: try 'curl --help' or 'curl --manual' for more information 18:57:10 ==> Jenkins CI detected. 18:57:10 project root: . 18:57:10 --> token set from env 18:57:10 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 18:57:10 ==> Running gcov in . (disable via -X gcov) 18:57:10 ==> Python coveragepy not found 18:57:10 ==> Searching for coverage reports in: 18:57:10 + . 18:57:10 -> Found 2 reports 18:57:10 ==> Detecting git/mercurial file structure 18:57:10 ==> Reading reports 18:57:10 + ./app-service-template/coverage.out bytes=1055 18:57:10 + ./coverage.out bytes=86539 18:57:10 ==> Appending adjustments 18:57:10 https://docs.codecov.io/docs/fixing-reports 18:57:10 + Found adjustments 18:57:10 ==> Gzipping contents 18:57:10 16K /tmp/codecov.xsVdPR.gz 18:57:10 ==> Uploading reports 18:57:10 url: https://codecov.io 18:57:10 query: branch=master&commit=b297a9944049af4bbb77f9b3a6874cde68128318&build=203&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F203%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:57:10 -> Pinging Codecov 18:57:10 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=b297a9944049af4bbb77f9b3a6874cde68128318&build=203&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F203%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 18:57:11 -> Uploading to 18:57:11 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/3D8B5DFFC46A037C893635FACE044666/b297a9944049af4bbb77f9b3a6874cde68128318/790c167d-8600-414d-82a4-148ac6eb5d65.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T185710Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1be124f8323b5afe2572c5d8bef6ca8850aa7f5415694b14f0881e12bbaec2fc 18:57:11 % Total % Received % Xferd Average Speed Time Time Time Current 18:57:11 Dload Upload Total Spent Left Speed 18:57:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15252 0 0 100 15252 0 31917 --:--:-- --:--:-- --:--:-- 31907 100 15252 0 0 100 15252 0 31904 --:--:-- --:--:-- --:--:-- 31907 18:57:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/b297a9944049af4bbb77f9b3a6874cde68128318 [Pipeline] } 18:57:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 18:57:12 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 18:57:12 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:57:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:57:12 18:57:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 18:57:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:57:13 1.410.4: Pulling from edgex-devops/edgex-snyk-go 18:57:13 188c0c94c7c5: Pulling fs layer 18:57:13 0ef7d3d256c8: Pulling fs layer 18:57:13 de9db76c5a1d: Pulling fs layer 18:57:13 0eba1c9be4d2: Pulling fs layer 18:57:13 0d57e429df01: Pulling fs layer 18:57:13 4e4be7b47b0d: Pulling fs layer 18:57:13 e1f770b5df2f: Pulling fs layer 18:57:13 85a0685a4137: Pulling fs layer 18:57:13 0eba1c9be4d2: Waiting 18:57:13 0d57e429df01: Waiting 18:57:13 4e4be7b47b0d: Waiting 18:57:13 e1f770b5df2f: Waiting 18:57:13 85a0685a4137: Waiting 18:57:13 de9db76c5a1d: Download complete 18:57:13 0ef7d3d256c8: Download complete 18:57:13 0d57e429df01: Verifying Checksum 18:57:13 0d57e429df01: Download complete 18:57:13 4e4be7b47b0d: Download complete 18:57:13 188c0c94c7c5: Verifying Checksum 18:57:13 188c0c94c7c5: Pull complete 18:57:13 0ef7d3d256c8: Pull complete 18:57:14 e1f770b5df2f: Verifying Checksum 18:57:14 e1f770b5df2f: Download complete 18:57:14 de9db76c5a1d: Pull complete 18:57:16 0eba1c9be4d2: Verifying Checksum 18:57:16 0eba1c9be4d2: Download complete 18:57:17 85a0685a4137: Verifying Checksum 18:57:17 85a0685a4137: Download complete 18:57:23 0eba1c9be4d2: Pull complete 18:57:23 0d57e429df01: Pull complete 18:57:23 4e4be7b47b0d: Pull complete 18:57:25 e1f770b5df2f: Pull complete 18:57:33 85a0685a4137: Pull complete 18:57:33 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 18:57:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 18:57:33 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 18:57:34 prd-centos7-docker-4c-2g-31407 does not seem to be running inside a container 18:57:34 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 18:57:35 $ docker top bc557bb5fad11d4ca299c9e301c95b55a17107f42a8bc288e2c787b6e9a645cd -eo pid,comm [Pipeline] { [Pipeline] echo 18:57:35 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 18:57:35 + set -o pipefail 18:57:35 + snyk monitor '--org=edgex-jenkins' 18:58:02 18:58:02 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... 18:58:02 18:58:02 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/0bf606bf-ae39-4903-b139-784a14fe70cc 18:58:02 18:58:02 Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. 18:58:02 18:58:02 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 18:58:02 18:58:02 [Pipeline] } 18:58:02 $ docker stop --time=1 bc557bb5fad11d4ca299c9e301c95b55a17107f42a8bc288e2c787b6e9a645cd 18:58:05 $ docker rm -f bc557bb5fad11d4ca299c9e301c95b55a17107f42a8bc288e2c787b6e9a645cd [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 18:58:06 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:58:06 provisioning config files... 18:58:06 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1022806073220890268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:58:07 --> edgex-publish-swagger.sh 18:58:07 === Publish openapi/v2 API === 18:58:07 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 18:58:07 [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] 18:58:07 % Total % Received % Xferd Average Speed Time Time Time Current 18:58:07 Dload Upload Total Spent Left Speed 18:58:08 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 11443 0:00:01 0:00:01 --:--:-- 11449 100 13052 0 0 100 13052 0 11441 0:00:01 0:00:01 --:--:-- 11449 18:58:08 18:58:08 [Pipeline] } 18:58:08 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 18:58:09 + git log --format=format:%s -1 b297a9944049af4bbb77f9b3a6874cde68128318 [Pipeline] isUnix [Pipeline] sh 18:58:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:58:09 . [Pipeline] withDockerContainer 18:58:09 prd-centos7-docker-4c-2g-31407 does not seem to be running inside a container 18:58:09 $ 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 18:58:10 $ docker top bd0979b581b4eecef0b4ab3bd6acf8b11184de24f35dfabb518c345fabdc5af3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:58:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:58:10 [ssh-agent] Looking for ssh-agent implementation... 18:58:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:58:11 $ docker exec bd0979b581b4eecef0b4ab3bd6acf8b11184de24f35dfabb518c345fabdc5af3 ssh-agent 18:58:11 SSH_AUTH_SOCK=/tmp/ssh-RZXdkcD2iAm4/agent.11 18:58:11 SSH_AGENT_PID=16 18:58:11 Running ssh-add (command line suppressed) 18:58:11 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8901002016744530836.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8901002016744530836.key) 18:58:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:58:12 + git semver tag 18:58:12 # -> Open(): unable to determine branch for HEAD 18:58:12 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:58:12 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:58:12 # $SEMVER_REMOTE_NAME = origin 18:58:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:58:12 # $SEMVER_USER_NAME = edgex-jenkins 18:58:12 # $SEMVER_BRANCH = master 18:58:12 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:58:12 # b297a9944049af4bbb77f9b3a6874cde68128318 HEAD 18:58:12 # -> Force: false 18:58:12 # af2ee6cb90194e367abdb80a51eeebe2b01df360 refs/tags/v2.0.0-dev.34 [Pipeline] } 18:58:12 $ docker exec --env ******** --env ******** bd0979b581b4eecef0b4ab3bd6acf8b11184de24f35dfabb518c345fabdc5af3 ssh-agent -k 18:58:12 unset SSH_AUTH_SOCK; 18:58:12 unset SSH_AGENT_PID; 18:58:12 echo Agent pid 16 killed; 18:58:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:58:13 + git semver [Pipeline] } 18:58:13 $ docker stop --time=1 bd0979b581b4eecef0b4ab3bd6acf8b11184de24f35dfabb518c345fabdc5af3 18:58:14 $ docker rm -f bd0979b581b4eecef0b4ab3bd6acf8b11184de24f35dfabb518c345fabdc5af3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 18:58:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:58:15 18:58:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 18:58:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:58:15 0.23.1-centos7: Pulling from edgex-lftools 18:58:15 ab5ef0e58194: Pulling fs layer 18:58:15 9712f1f96733: Pulling fs layer 18:58:15 63f879dbbcfc: Pulling fs layer 18:58:15 0d9ebad4ef96: Pulling fs layer 18:58:15 e9a5061849ea: Pulling fs layer 18:58:15 d747dcd14b5f: Pulling fs layer 18:58:15 2de7ff778b66: Pulling fs layer 18:58:15 e9a5061849ea: Waiting 18:58:15 d747dcd14b5f: Waiting 18:58:15 2de7ff778b66: Waiting 18:58:15 0d9ebad4ef96: Waiting 18:58:15 9712f1f96733: Verifying Checksum 18:58:15 9712f1f96733: Download complete 18:58:18 63f879dbbcfc: Verifying Checksum 18:58:18 63f879dbbcfc: Download complete 18:58:18 e9a5061849ea: Verifying Checksum 18:58:18 e9a5061849ea: Download complete 18:58:18 d747dcd14b5f: Verifying Checksum 18:58:18 d747dcd14b5f: Download complete 18:58:18 2de7ff778b66: Verifying Checksum 18:58:18 2de7ff778b66: Download complete 18:58:18 0d9ebad4ef96: Verifying Checksum 18:58:18 0d9ebad4ef96: Download complete 18:58:18 ab5ef0e58194: Verifying Checksum 18:58:18 ab5ef0e58194: Download complete 18:58:22 ab5ef0e58194: Pull complete 18:58:23 9712f1f96733: Pull complete 18:58:25 63f879dbbcfc: Pull complete 18:58:32 0d9ebad4ef96: Pull complete 18:58:33 e9a5061849ea: Pull complete 18:58:33 d747dcd14b5f: Pull complete 18:58:36 2de7ff778b66: Pull complete 18:58:36 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 18:58:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 18:58:36 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 18:58:36 prd-centos7-docker-4c-2g-31407 does not seem to be running inside a container 18:58:36 $ 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 18:58:40 $ docker top 1ad003cad5855e05a56c1c3454a3471a75028421eacb0fa13875ad1068660985 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 18:58:41 provisioning config files... 18:58:41 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3166755009556284878tmp 18:58:41 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6967916780170378596tmp 18:58:41 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3702797362525588785tmp [Pipeline] { [Pipeline] echo 18:58:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 18:58:41 ---> sigul-configuration.sh 18:58:41 gpg: directory `/root/.gnupg' created 18:58:41 gpg: new configuration file `/root/.gnupg/gpg.conf' created 18:58:41 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 18:58:41 gpg: keyring `/root/.gnupg/secring.gpg' created 18:58:41 gpg: keyring `/root/.gnupg/pubring.gpg' created 18:58:41 gpg: CAST5 encrypted data 18:58:41 gpg: encrypted with 1 passphrase 18:58:41 gpg: WARNING: message was not integrity protected [Pipeline] sh 18:58:42 + mkdir /home/jenkins 18:58:42 + mkdir /home/jenkins/sigul [Pipeline] sh 18:58:42 + 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 18:58:42 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 18:58:42 ---> sigul-install.sh 18:58:49 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 18:58:49 + git tag --list 18:58:49 v0.1.0 18:58:49 v0.1.1 18:58:49 v1.0.0 18:58:49 v1.1.0 18:58:49 v1.2.0 18:58:49 v1.3.0 18:58:49 v1.3.1 18:58:49 v1.3.1-dev.1 18:58:49 v1.3.2-dev.1 18:58:49 v2.0.0-dev.1 18:58:49 v2.0.0-dev.10 18:58:49 v2.0.0-dev.11 18:58:49 v2.0.0-dev.12 18:58:49 v2.0.0-dev.13 18:58:49 v2.0.0-dev.14 18:58:49 v2.0.0-dev.15 18:58:49 v2.0.0-dev.16 18:58:49 v2.0.0-dev.17 18:58:49 v2.0.0-dev.18 18:58:49 v2.0.0-dev.19 18:58:49 v2.0.0-dev.2 18:58:49 v2.0.0-dev.20 18:58:49 v2.0.0-dev.21 18:58:49 v2.0.0-dev.22 18:58:49 v2.0.0-dev.23 18:58:49 v2.0.0-dev.24 18:58:49 v2.0.0-dev.25 18:58:49 v2.0.0-dev.26 18:58:49 v2.0.0-dev.27 18:58:49 v2.0.0-dev.28 18:58:49 v2.0.0-dev.29 18:58:49 v2.0.0-dev.3 18:58:49 v2.0.0-dev.30 18:58:49 v2.0.0-dev.31 18:58:49 v2.0.0-dev.32 18:58:49 v2.0.0-dev.33 18:58:49 v2.0.0-dev.34 18:58:49 v2.0.0-dev.4 18:58:49 v2.0.0-dev.5 18:58:49 v2.0.0-dev.6 18:58:49 v2.0.0-dev.7 18:58:49 v2.0.0-dev.8 18:58:49 v2.0.0-dev.9 [Pipeline] sh 18:58:50 + lftools sign git-tag v2.0.0-dev.34 18:58:51 Signing Git tag with Sigul... 18:58:51 Signing v2.0.0-dev.34 [Pipeline] echo 18:58:52 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 18:58:53 ---> sigul-configuration-cleanup.sh [Pipeline] } 18:58:53 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 18:58:53 $ docker stop --time=1 1ad003cad5855e05a56c1c3454a3471a75028421eacb0fa13875ad1068660985 18:58:55 $ docker rm -f 1ad003cad5855e05a56c1c3454a3471a75028421eacb0fa13875ad1068660985 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 18:58:56 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:58:56 . [Pipeline] withDockerContainer 18:58:56 prd-centos7-docker-4c-2g-31407 does not seem to be running inside a container 18:58:56 $ 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 18:58:57 $ docker top ed62f29dc341cec9bb66c856cf877cd50ca8aa75b934216321166eb657be1542 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:58:57 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:58:57 [ssh-agent] Looking for ssh-agent implementation... 18:58:58 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:58:58 $ docker exec ed62f29dc341cec9bb66c856cf877cd50ca8aa75b934216321166eb657be1542 ssh-agent 18:58:58 SSH_AUTH_SOCK=/tmp/ssh-iWkLUV9oMnvA/agent.12 18:58:58 SSH_AGENT_PID=18 18:58:58 Running ssh-add (command line suppressed) 18:58:58 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2374951707650032426.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2374951707650032426.key) 18:58:58 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:58:58 + git semver bump pre 18:58:58 # -> Open(): unable to determine branch for HEAD 18:58:58 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:58:58 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:58:58 # $SEMVER_REMOTE_NAME = origin 18:58:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:58:58 # $SEMVER_USER_NAME = edgex-jenkins 18:58:58 # $SEMVER_BRANCH = master 18:58:58 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 18:58:58 2.0.0-dev.35 [Pipeline] } 18:58:59 $ docker exec --env ******** --env ******** ed62f29dc341cec9bb66c856cf877cd50ca8aa75b934216321166eb657be1542 ssh-agent -k 18:58:59 unset SSH_AUTH_SOCK; 18:58:59 unset SSH_AGENT_PID; 18:58:59 echo Agent pid 18 killed; 18:58:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:58:59 + git semver [Pipeline] } 18:58:59 $ docker stop --time=1 ed62f29dc341cec9bb66c856cf877cd50ca8aa75b934216321166eb657be1542 18:59:01 $ docker rm -f ed62f29dc341cec9bb66c856cf877cd50ca8aa75b934216321166eb657be1542 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 18:59:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:59:01 . [Pipeline] withDockerContainer 18:59:01 prd-centos7-docker-4c-2g-31407 does not seem to be running inside a container 18:59:01 $ 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 18:59:02 $ docker top b1729de5db3d8cd1a352d92022c7a196d855c09f86cad123c78aa872c682996c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:59:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:59:03 [ssh-agent] Looking for ssh-agent implementation... 18:59:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:59:03 $ docker exec b1729de5db3d8cd1a352d92022c7a196d855c09f86cad123c78aa872c682996c ssh-agent 18:59:03 SSH_AUTH_SOCK=/tmp/ssh-h00OnEhhKu0x/agent.12 18:59:03 SSH_AGENT_PID=18 18:59:03 Running ssh-add (command line suppressed) 18:59:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5755821115613853239.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5755821115613853239.key) 18:59:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:59:03 + git semver push 18:59:03 # -> Open(): unable to determine branch for HEAD 18:59:03 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 18:59:03 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 18:59:03 # $SEMVER_REMOTE_NAME = origin 18:59:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:59:03 # $SEMVER_USER_NAME = edgex-jenkins 18:59:03 # $SEMVER_BRANCH = master 18:59:03 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 18:59:08 $ docker exec --env ******** --env ******** b1729de5db3d8cd1a352d92022c7a196d855c09f86cad123c78aa872c682996c ssh-agent -k 18:59:08 unset SSH_AUTH_SOCK; 18:59:08 unset SSH_AGENT_PID; 18:59:08 echo Agent pid 18 killed; 18:59:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:59:08 + git semver [Pipeline] } 18:59:08 $ docker stop --time=1 b1729de5db3d8cd1a352d92022c7a196d855c09f86cad123c78aa872c682996c 18:59:10 $ docker rm -f b1729de5db3d8cd1a352d92022c7a196d855c09f86cad123c78aa872c682996c [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 18:59:12 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:59:12 ---> package-listing.sh 18:59:12 ++ facter osfamily 18:59:12 ++ tr '[:upper:]' '[:lower:]' 18:59:12 + OS_FAMILY=redhat 18:59:12 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 18:59:12 + START_PACKAGES=/tmp/packages_start.txt 18:59:12 + END_PACKAGES=/tmp/packages_end.txt 18:59:12 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:59:12 + PACKAGES=/tmp/packages_start.txt 18:59:12 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:59:12 + PACKAGES=/tmp/packages_end.txt 18:59:12 + case "${OS_FAMILY}" in 18:59:12 + rpm -qa 18:59:12 + sort 18:59:17 + '[' -f /tmp/packages_start.txt ']' 18:59:17 + '[' -f /tmp/packages_end.txt ']' 18:59:17 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:59:17 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 18:59:17 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 18:59:17 + 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 18:59:17 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 18:59:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:59:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:59:18 18:59:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:59:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:59:18 alpine: Pulling from edgex-lftools-log-publisher 18:59:18 df20fa9351a1: Pulling fs layer 18:59:18 36b3adc4ff6f: Pulling fs layer 18:59:18 8ad3a11d3b57: Pulling fs layer 18:59:18 46f8f816bc3b: Pulling fs layer 18:59:18 93b61091891f: Pulling fs layer 18:59:18 93b9cdb0e59b: Pulling fs layer 18:59:18 5e14af77c1be: Pulling fs layer 18:59:18 01666e4c0597: Pulling fs layer 18:59:18 aa168da1d23b: Pulling fs layer 18:59:18 46f8f816bc3b: Waiting 18:59:18 93b61091891f: Waiting 18:59:18 93b9cdb0e59b: Waiting 18:59:18 5e14af77c1be: Waiting 18:59:18 01666e4c0597: Waiting 18:59:18 aa168da1d23b: Waiting 18:59:18 36b3adc4ff6f: Verifying Checksum 18:59:18 36b3adc4ff6f: Download complete 18:59:18 46f8f816bc3b: Verifying Checksum 18:59:18 46f8f816bc3b: Download complete 18:59:18 df20fa9351a1: Verifying Checksum 18:59:18 df20fa9351a1: Download complete 18:59:18 93b9cdb0e59b: Verifying Checksum 18:59:18 93b9cdb0e59b: Download complete 18:59:19 5e14af77c1be: Verifying Checksum 18:59:19 5e14af77c1be: Download complete 18:59:19 01666e4c0597: Verifying Checksum 18:59:19 01666e4c0597: Download complete 18:59:19 93b61091891f: Verifying Checksum 18:59:19 93b61091891f: Download complete 18:59:19 8ad3a11d3b57: Verifying Checksum 18:59:19 8ad3a11d3b57: Download complete 18:59:19 df20fa9351a1: Pull complete 18:59:20 36b3adc4ff6f: Pull complete 18:59:21 8ad3a11d3b57: Pull complete 18:59:21 46f8f816bc3b: Pull complete 18:59:21 aa168da1d23b: Verifying Checksum 18:59:21 aa168da1d23b: Download complete 18:59:22 93b61091891f: Pull complete 18:59:22 93b9cdb0e59b: Pull complete 18:59:22 5e14af77c1be: Pull complete 18:59:22 01666e4c0597: Pull complete 18:59:30 aa168da1d23b: Pull complete 18:59:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:59:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:59:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:59:31 prd-centos7-docker-4c-2g-31407 does not seem to be running inside a container 18:59:31 $ 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 18:59:34 $ docker top 74ce9e76966f1fb3c5eaeabb76a972c3629f32df41c44360a47003f2fdf87a10 -eo pid,comm [Pipeline] { [Pipeline] sh 18:59:34 + touch /tmp/pre-build-complete [Pipeline] sh 18:59:34 + mkdir -p /var/log/sa [Pipeline] sh 18:59:35 + ls /var/log/sa-host 18:59:35 + sadf -c /var/log/sa-host/sa23 18:59:35 file_magic: OK 18:59:35 HZ: Using current value: 100 18:59:35 file_header: OK 18:59:35 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 18:59:35 Statistics: 18:59:35 Hnuu...uuuununununu... 18:59:35 File successfully converted to sysstat format version 12.2.1 18:59:35 + sadf -c /var/log/sa-host/sa25 18:59:35 file_magic: OK 18:59:35 HZ: Using current value: 100 18:59:35 file_header: OK 18:59:35 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 18:59:35 Statistics: 18:59:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:59:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:59:35 provisioning config files... 18:59:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6157811980236057609tmp [Pipeline] { [Pipeline] echo 18:59:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:59:35 ---> create-netrc.sh [Pipeline] } 18:59:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:59:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:59:36 ---> python-tools-install.sh [Pipeline] echo 18:59:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:59:36 ---> sudo-logs.sh 18:59:36 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 18:59:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:59:36 ---> job-cost.sh 18:59:36 lf-activate-venv: SKIPPING 18:59:36 DEBUG: total: 0.20999999344348907 18:59:36 INFO: Retrieving Stack Cost... 18:59:38 INFO: Retrieving Pricing Info for: v1-standard-2 18:59:38 INFO: Archiving Costs [Pipeline] echo 18:59:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:59:39 ---> logs-deploy.sh 18:59:39 lf-activate-venv: SKIPPING 18:59:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/203 18:59:39 INFO: archiving workspace using pattern(s): 18:59:41 Archives upload complete. 18:59:41 INFO: archiving logs to Nexus 18:59:42 ---> uname -a: 18:59:42 Linux prd-centos7-docker-4c-2g-31407.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 18:59:42 18:59:42 18:59:42 ---> lscpu: 18:59:42 Architecture: x86_64 18:59:42 CPU op-mode(s): 32-bit, 64-bit 18:59:42 Byte Order: Little Endian 18:59:42 Address sizes: 40 bits physical, 48 bits virtual 18:59:42 CPU(s): 4 18:59:42 On-line CPU(s) list: 0-3 18:59:42 Thread(s) per core: 1 18:59:42 Core(s) per socket: 1 18:59:42 Socket(s): 4 18:59:42 NUMA node(s): 1 18:59:42 Vendor ID: GenuineIntel 18:59:42 CPU family: 6 18:59:42 Model: 44 18:59:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:59:42 Stepping: 1 18:59:42 CPU MHz: 2933.442 18:59:42 BogoMIPS: 5866.88 18:59:42 Virtualization: VT-x 18:59:42 Hypervisor vendor: KVM 18:59:42 Virtualization type: full 18:59:42 L1d cache: 128 KiB 18:59:42 L1i cache: 128 KiB 18:59:42 L2 cache: 16 MiB 18:59:42 L3 cache: 64 MiB 18:59:42 NUMA node0 CPU(s): 0-3 18:59:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:59:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:59:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:59:42 Vulnerability Meltdown: Mitigation; PTI 18:59:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:59:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:59:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:59:42 Vulnerability Srbds: Not affected 18:59:42 Vulnerability Tsx async abort: Not affected 18:59: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 18:59:42 18:59:42 18:59:42 ---> nproc: 18:59:42 4 18:59:42 18:59:42 18:59:42 ---> df -h: 18:59:42 Filesystem Size Used Available Use% Mounted on 18:59:42 overlay 50.0G 8.6G 41.4G 17% / 18:59:42 tmpfs 64.0M 0 64.0M 0% /dev 18:59:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:59:42 shm 64.0M 0 64.0M 0% /dev/shm 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 18:59:42 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 18:59:42 18:59:42 18:59:42 ---> free -m: 18:59:42 total used free shared buff/cache available 18:59:42 Mem: 1837 822 144 0 870 950 18:59:42 Swap: 1023 3 1020 18:59:42 18:59:42 18:59:42 ---> ip addr: 18:59:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:59:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:59:42 inet 127.0.0.1/8 scope host lo 18:59:42 valid_lft forever preferred_lft forever 18:59:42 inet6 ::1/128 scope host 18:59:42 valid_lft forever preferred_lft forever 18:59:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 18:59:42 link/ether fa:16:3e:bb:18:94 brd ff:ff:ff:ff:ff:ff 18:59:42 inet 10.30.123.212/23 brd 10.30.123.255 scope global dynamic eth0 18:59:42 valid_lft 85673sec preferred_lft 85673sec 18:59:42 inet6 fe80::f816:3eff:febb:1894/64 scope link 18:59:42 valid_lft forever preferred_lft forever 18:59:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 18:59:42 link/ether 02:42:01:a4:1e:e1 brd ff:ff:ff:ff:ff:ff 18:59:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 18:59:42 valid_lft forever preferred_lft forever 18:59:42 inet6 fe80::42:1ff:fea4:1ee1/64 scope link 18:59:42 valid_lft forever preferred_lft forever 18:59:42 18:59:42 18:59:42 ---> sar -b -r -n DEV: 18:59:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 18:59:42 18:59:42 18:47:20 LINUX RESTART (4 CPU) 18:59:42 18:59:42 18:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:59:42 18:49:01 57.07 18.09 38.99 0.00 4768.85 4856.37 0.00 18:59:42 18:50:02 1.88 0.00 1.88 0.00 0.00 35.54 0.00 18:59:42 18:51:01 0.49 0.00 0.49 0.00 0.00 6.81 0.00 18:59:42 18:52:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 18:59:42 18:53:01 0.23 0.00 0.23 0.00 0.00 3.51 0.00 18:59:42 18:54:01 0.30 0.00 0.30 0.00 0.00 4.20 0.00 18:59:42 18:55:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 18:59:42 18:56:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 18:59:42 18:57:01 0.23 0.00 0.23 0.00 0.00 1.95 0.00 18:59:42 18:58:01 285.40 176.68 108.72 0.00 8284.42 34430.46 0.00 18:59:42 18:59:01 228.90 74.86 154.04 0.00 4451.38 35721.96 0.00 18:59:42 Average: 52.39 24.56 27.83 0.00 1594.53 6838.09 0.00 18:59:42 18:59:42 18:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:59:42 18:49:01 237772 0 616788 32.78 2620 1024364 1109172 37.85 423180 1023616 0 18:59:42 18:50:02 242204 0 612364 32.55 2620 1024356 1078916 36.82 423236 1019544 12 18:59:42 18:51:01 241712 0 612848 32.57 2620 1024364 1079112 36.83 437456 1006080 8 18:59:42 18:52:01 240484 0 614076 32.64 2620 1024364 1079124 36.83 439520 1005436 16 18:59:42 18:53:01 240772 0 613724 32.62 2620 1024428 1079112 36.83 443264 1001624 28 18:59:42 18:54:01 238656 0 615892 32.73 2620 1024376 1078980 36.82 452504 994376 12 18:59:42 18:55:01 238664 0 615880 32.73 2620 1024380 1078980 36.82 452408 994372 8 18:59:42 18:56:01 238896 0 615644 32.72 2620 1024384 1078980 36.82 452536 994372 8 18:59:42 18:57:01 238680 0 615852 32.73 2620 1024392 1078980 36.82 452540 994376 12 18:59:42 18:58:01 160204 0 705576 37.50 2596 1013168 1181436 40.32 536112 914296 65072 18:59:42 18:59:01 255904 0 769328 40.89 1492 854820 1097816 37.47 569100 719608 20 18:59:42 Average: 233995 0 637088 33.86 2515 1007945 1092783 37.29 461987 969791 5927 18:59:42 18:59:42 18:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:59:42 18:49:01 eth0 466.47 346.04 1260.04 80.25 0.00 0.00 0.00 0.00 18:59:42 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:49:01 docker0 96.32 103.73 8.49 310.67 0.00 0.00 0.00 0.00 18:59:42 18:50:02 eth0 0.77 0.02 0.06 0.00 0.00 0.00 0.00 0.00 18:59:42 18:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:51:01 eth0 1.71 0.42 0.48 0.21 0.00 0.00 0.00 0.00 18:59:42 18:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:52:01 eth0 1.67 0.53 0.59 0.36 0.00 0.00 0.00 0.00 18:59:42 18:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:53:01 eth0 0.77 0.45 0.41 0.30 0.00 0.00 0.00 0.00 18:59:42 18:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:54:01 eth0 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:59:42 18:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:55:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:59:42 18:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:56:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:59:42 18:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:57:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 18:59:42 18:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:58:01 eth0 518.31 436.42 4321.42 40.26 0.00 0.00 0.00 0.00 18:59:42 18:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:58:01 veth108a587 53.33 57.54 5.36 233.82 0.00 0.00 0.00 0.00 18:59:42 18:58:01 docker0 53.33 57.41 4.63 233.81 0.00 0.00 0.00 0.00 18:59:42 18:59:01 eth0 496.76 423.28 3486.78 117.23 0.00 0.00 0.00 0.00 18:59:42 18:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 18:59:01 docker0 26.49 32.88 1.48 232.76 0.00 0.00 0.00 0.00 18:59:42 Average: eth0 135.45 110.00 826.18 21.74 0.00 0.00 0.00 0.00 18:59:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:59:42 Average: docker0 16.05 17.67 1.33 70.80 0.00 0.00 0.00 0.00 18:59:42 18:59:42 18:59:42 ---> sar -P ALL: 18:59:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 18:59:42 18:59:42 18:47:20 LINUX RESTART (4 CPU) 18:59:42 18:59:42 18:48:01 CPU %user %nice %system %iowait %steal %idle 18:59:42 18:49:01 all 6.90 0.00 3.35 1.12 0.31 88.31 18:59:42 18:49:01 0 6.66 0.00 3.83 0.34 0.37 88.81 18:59:42 18:49:01 1 7.69 0.00 3.40 2.47 0.25 86.19 18:59:42 18:49:01 2 6.84 0.00 2.69 1.53 0.29 88.65 18:59:42 18:49:01 3 6.42 0.00 3.50 0.14 0.34 89.61 18:59:42 18:50:02 all 0.15 0.00 0.05 0.00 0.00 99.80 18:59:42 18:50:02 0 0.03 0.00 0.05 0.00 0.00 99.92 18:59:42 18:50:02 1 0.32 0.00 0.03 0.00 0.00 99.65 18:59:42 18:50:02 2 0.20 0.00 0.07 0.00 0.00 99.73 18:59:42 18:50:02 3 0.03 0.00 0.07 0.00 0.02 99.88 18:59:42 18:51:01 all 0.16 0.00 0.05 0.00 0.00 99.79 18:59:42 18:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:59:42 18:51:01 1 0.05 0.00 0.08 0.00 0.00 99.86 18:59:42 18:51:01 2 0.54 0.00 0.05 0.00 0.00 99.41 18:59:42 18:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:59:42 18:52:01 all 0.16 0.00 0.04 0.00 0.01 99.79 18:59:42 18:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 18:59:42 18:52:01 1 0.07 0.00 0.07 0.00 0.02 99.85 18:59:42 18:52:01 2 0.52 0.00 0.03 0.00 0.00 99.45 18:59:42 18:52:01 3 0.03 0.00 0.02 0.00 0.02 99.93 18:59:42 18:53:01 all 0.22 0.00 0.29 0.00 0.01 99.48 18:59:42 18:53:01 0 0.08 0.00 0.23 0.00 0.02 99.67 18:59:42 18:53:01 1 0.12 0.00 0.33 0.00 0.00 99.55 18:59:42 18:53:01 2 0.60 0.00 0.13 0.00 0.02 99.25 18:59:42 18:53:01 3 0.10 0.00 0.45 0.00 0.00 99.45 18:59:42 18:54:01 all 0.15 0.00 0.10 0.00 0.00 99.75 18:59:42 18:54:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:59:42 18:54:01 1 0.03 0.00 0.27 0.00 0.00 99.70 18:59:42 18:54:01 2 0.50 0.00 0.03 0.00 0.00 99.47 18:59:42 18:54:01 3 0.07 0.00 0.05 0.00 0.00 99.88 18:59:42 18:55:01 all 0.06 0.00 0.04 0.00 0.00 99.90 18:59:42 18:55:01 0 0.08 0.00 0.05 0.00 0.00 99.87 18:59:42 18:55:01 1 0.05 0.00 0.02 0.00 0.00 99.93 18:59:42 18:55:01 2 0.07 0.00 0.07 0.00 0.00 99.87 18:59:42 18:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 18:59:42 18:56:01 all 0.10 0.00 0.04 0.00 0.00 99.85 18:59:42 18:56:01 0 0.30 0.00 0.05 0.00 0.00 99.65 18:59:42 18:56:01 1 0.03 0.00 0.02 0.00 0.00 99.95 18:59:42 18:56:01 2 0.05 0.00 0.07 0.00 0.02 99.87 18:59:42 18:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 18:59:42 18:57:01 all 0.15 0.00 0.03 0.00 0.00 99.81 18:59:42 18:57:01 0 0.52 0.00 0.03 0.00 0.00 99.45 18:59:42 18:57:01 1 0.03 0.00 0.03 0.00 0.02 99.92 18:59:42 18:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 18:59:42 18:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 18:59:42 18:58:01 all 10.13 0.00 7.53 2.64 0.10 79.60 18:59:42 18:58:01 0 10.12 0.00 8.28 1.94 0.10 79.56 18:59:42 18:58:01 1 10.14 0.00 6.99 3.70 0.09 79.08 18:59:42 18:58:01 2 9.93 0.00 7.86 1.78 0.10 80.33 18:59:42 18:58:01 3 10.34 0.00 7.01 3.12 0.10 79.43 18:59:42 18:59:01 all 12.51 0.00 9.78 2.89 0.16 74.65 18:59:42 18:59:01 0 12.10 0.00 10.41 2.77 0.16 74.57 18:59:42 18:59:01 1 10.37 0.00 9.11 1.82 0.19 78.51 18:59:42 18:59:01 2 11.16 0.00 10.18 3.41 0.14 75.12 18:59:42 18:59:01 3 16.46 0.00 9.42 3.56 0.17 70.39 18:59:42 18:59:42 Average: CPU %user %nice %system %iowait %steal %idle 18:59:42 Average: all 2.74 0.00 1.90 0.59 0.05 94.71 18:59:42 Average: 0 2.67 0.00 2.05 0.45 0.06 94.77 18:59:42 Average: 1 2.59 0.00 1.82 0.72 0.05 94.82 18:59:42 Average: 2 2.73 0.00 1.90 0.60 0.05 94.72 18:59:42 Average: 3 2.99 0.00 1.84 0.61 0.06 94.51 18:59:42 18:59:42 18:59:42