Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-32071 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub Checking out Revision 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 (master) > 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 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#773)" > git rev-list --no-walk 774021d1bf4af04b538998a8bc79f47691cc950e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-30T18:21:55.212Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-30T18:21:55.597Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-30T18:21:55.709Z] ========================================================= [2021-03-30T18:21:55.709Z] EdgeX Global Pipelines Version Info [2021-03-30T18:21:55.709Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:21:58.928Z] ------------------- [2021-03-30T18:21:58.928Z] stable info: [2021-03-30T18:21:58.928Z] ------------------- [2021-03-30T18:21:58.928Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-30T18:21:58.928Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-30T18:21:58.928Z] Message: update stable to v1.0.186 [2021-03-30T18:21:59.977Z] ------------------- [2021-03-30T18:21:59.977Z] experimental info: [2021-03-30T18:21:59.977Z] ------------------- [2021-03-30T18:21:59.977Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-30T18:21:59.977Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-30T18:21:59.977Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-30T18:22:00.464Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-03-30T18:22:00.564Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-03-30T18:22:00.713Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-30T18:22:00.815Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-30T18:22:00.915Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-30T18:22:01.049Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-30T18:22:01.146Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-30T18:22:01.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-30T18:22:01.357Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-03-30T18:22:01.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-30T18:22:01.594Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-30T18:22:01.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-03-30T18:22:01.873Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-30T18:22:01.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-30T18:22:02.084Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T18:22:02.180Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T18:22:02.271Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T18:22:02.382Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-03-30T18:22:02.478Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-30T18:22:02.619Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-03-30T18:22:02.712Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-30T18:22:02.803Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-03-30T18:22:02.932Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-03-30T18:22:03.030Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-03-30T18:22:03.123Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-03-30T18:22:03.256Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-30T18:22:03.380Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-03-30T18:22:03.471Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-03-30T18:22:03.560Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-03-30T18:22:03.648Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 [Pipeline] echo [2021-03-30T18:22:03.736Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 60c5fe5 [Pipeline] echo [2021-03-30T18:22:03.939Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T18:22:04.718Z] + git log --format=format:%s -1 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 [Pipeline] echo [2021-03-30T18:22:04.884Z] GIT_COMMIT: 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#773) [Pipeline] echo [2021-03-30T18:22:04.932Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:22:05.983Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T18:22:06.276Z] [2021-03-30T18:22:06.276Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:22:06.816Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T18:22:07.136Z] latest: Pulling from edgex-devops/git-semver [2021-03-30T18:22:07.136Z] 31603596830f: Pulling fs layer [2021-03-30T18:22:07.136Z] 2a8b12db71e7: Pulling fs layer [2021-03-30T18:22:07.136Z] 6ca5941a6612: Pulling fs layer [2021-03-30T18:22:07.136Z] ecc8261a40a4: Pulling fs layer [2021-03-30T18:22:07.136Z] ecc8261a40a4: Waiting [2021-03-30T18:22:07.445Z] 2a8b12db71e7: Verifying Checksum [2021-03-30T18:22:07.445Z] 2a8b12db71e7: Download complete [2021-03-30T18:22:07.445Z] 31603596830f: Download complete [2021-03-30T18:22:08.101Z] ecc8261a40a4: Verifying Checksum [2021-03-30T18:22:08.101Z] ecc8261a40a4: Download complete [2021-03-30T18:22:08.394Z] 6ca5941a6612: Verifying Checksum [2021-03-30T18:22:08.394Z] 6ca5941a6612: Download complete [2021-03-30T18:22:08.394Z] 31603596830f: Pull complete [2021-03-30T18:22:08.688Z] 2a8b12db71e7: Pull complete [2021-03-30T18:22:11.389Z] 6ca5941a6612: Pull complete [2021-03-30T18:22:11.389Z] ecc8261a40a4: Pull complete [2021-03-30T18:22:11.654Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-30T18:22:11.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T18:22:11.654Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-30T18:22:12.178Z] prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container [2021-03-30T18:22:12.630Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T18:22:16.407Z] $ docker top 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T18:22:17.255Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T18:22:17.255Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T18:22:17.918Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T18:22:17.924Z] $ docker exec 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc ssh-agent [2021-03-30T18:22:18.431Z] SSH_AUTH_SOCK=/tmp/ssh-XcgKWPYGRpIk/agent.11 [2021-03-30T18:22:18.431Z] SSH_AGENT_PID=16 [2021-03-30T18:22:18.462Z] Running ssh-add (command line suppressed) [2021-03-30T18:22:18.954Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1979815441172009987.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1979815441172009987.key) [2021-03-30T18:22:19.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T18:22:19.681Z] + git tag --points-at HEAD [Pipeline] } [2021-03-30T18:22:19.719Z] $ docker exec --env ******** --env ******** 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc ssh-agent -k [2021-03-30T18:22:19.932Z] unset SSH_AUTH_SOCK; [2021-03-30T18:22:19.933Z] unset SSH_AGENT_PID; [2021-03-30T18:22:19.933Z] echo Agent pid 16 killed; [2021-03-30T18:22:20.022Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-30T18:22:20.181Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T18:22:20.181Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T18:22:20.787Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T18:22:20.793Z] $ docker exec 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc ssh-agent [2021-03-30T18:22:21.906Z] SSH_AUTH_SOCK=/tmp/ssh-JcBIGJcdot6o/agent.44 [2021-03-30T18:22:21.906Z] SSH_AGENT_PID=49 [2021-03-30T18:22:21.917Z] Running ssh-add (command line suppressed) [2021-03-30T18:22:22.232Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_335894800332598178.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_335894800332598178.key) [2021-03-30T18:22:22.609Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T18:22:23.532Z] + git semver init [2021-03-30T18:22:23.532Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T18:22:23.532Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-03-30T18:22:23.532Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-03-30T18:22:23.532Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T18:22:23.532Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T18:22:23.532Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T18:22:23.532Z] # $SEMVER_BRANCH = master [2021-03-30T18:22:23.532Z] # $SEMVER_TEMP = /tmp/semver-846712876 [2021-03-30T18:22:23.532Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-03-30T18:22:28.198Z] # '/tmp/semver-846712876' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-03-30T18:22:28.198Z] # -> Force: false [2021-03-30T18:22:28.198Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-03-30T18:22:28.233Z] $ docker exec --env ******** --env ******** 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc ssh-agent -k [2021-03-30T18:22:28.806Z] unset SSH_AUTH_SOCK; [2021-03-30T18:22:28.809Z] unset SSH_AGENT_PID; [2021-03-30T18:22:28.809Z] echo Agent pid 49 killed; [2021-03-30T18:22:28.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T18:22:29.911Z] + git semver [Pipeline] } [2021-03-30T18:22:29.949Z] $ docker stop --time=1 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc [2021-03-30T18:22:31.691Z] $ docker rm -f 1ebac1b493aa001c5f9643c278be68f1bfc556cb983617b25694a6df1425a7dc [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T18:22:32.441Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-30T18:22:34.136Z] Stashed 1 file(s) [Pipeline] echo [2021-03-30T18:22:34.139Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.38 [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 [2021-03-30T18:22:49.684Z] Still waiting to schedule task [2021-03-30T18:22:49.685Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-32071’ [2021-03-30T18:22:49.687Z] Still waiting to schedule task [2021-03-30T18:22:49.687Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-30T18:24:34.985Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32072 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-30T18:24:35.100Z] Running in /w/workspace/app-functions-sdk-go/207 [Pipeline] { [Pipeline] checkout [2021-03-30T18:24:40.054Z] using credential edgex-jenkins-ssh [2021-03-30T18:24:40.116Z] Cloning the remote Git repository [2021-03-30T18:24:40.181Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-30T18:24:40.282Z] > git init /w/workspace/app-functions-sdk-go/207 # timeout=10 [2021-03-30T18:24:40.348Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-30T18:24:40.349Z] > git --version # timeout=10 [2021-03-30T18:24:40.374Z] > git --version # 'git version 2.17.1' [2021-03-30T18:24:40.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T18:24:40.446Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T18:24:43.999Z] Checking out Revision 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 (master) [2021-03-30T18:24:43.455Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-03-30T18:24:43.478Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T18:24:43.504Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-03-30T18:24:43.535Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-30T18:24:43.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T18:24:43.548Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:24:44.029Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:24:44.045Z] > git checkout -f 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 # timeout=10 [2021-03-30T18:24:48.546Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#773)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T18:24:50.343Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-30T18:24:50.745Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T18:24:51.088Z] + sudo service docker restart [2021-03-30T18:24:51.088Z] + true [Pipeline] unstash [Pipeline] echo [2021-03-30T18:24:54.098Z] ========================================================= [2021-03-30T18:24:54.099Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-30T18:24:54.099Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:24:54.485Z] + 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 . [2021-03-30T18:24:55.471Z] Sending build context to Docker daemon 19.45MB [2021-03-30T18:24:55.471Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T18:24:55.471Z] Step 2/8 : FROM ${BASE} [2021-03-30T18:24:56.068Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-30T18:24:56.068Z] 5f621e34cdf4: Pulling fs layer [2021-03-30T18:24:56.068Z] a4357932f1b6: Pulling fs layer [2021-03-30T18:24:56.068Z] 18c013af1878: Pulling fs layer [2021-03-30T18:24:56.068Z] 00ac8860ef70: Pulling fs layer [2021-03-30T18:24:56.068Z] 63d7cb157983: Pulling fs layer [2021-03-30T18:24:56.068Z] b116817d02f9: Pulling fs layer [2021-03-30T18:24:56.068Z] 745a02a5169b: Pulling fs layer [2021-03-30T18:24:56.068Z] 63d7cb157983: Waiting [2021-03-30T18:24:56.068Z] b116817d02f9: Waiting [2021-03-30T18:24:56.068Z] 745a02a5169b: Waiting [2021-03-30T18:24:56.068Z] 00ac8860ef70: Waiting [2021-03-30T18:24:56.068Z] 18c013af1878: Verifying Checksum [2021-03-30T18:24:56.068Z] 18c013af1878: Download complete [2021-03-30T18:24:56.068Z] a4357932f1b6: Verifying Checksum [2021-03-30T18:24:56.068Z] a4357932f1b6: Download complete [2021-03-30T18:24:56.068Z] 63d7cb157983: Download complete [2021-03-30T18:24:57.049Z] b116817d02f9: Verifying Checksum [2021-03-30T18:24:57.049Z] b116817d02f9: Download complete [2021-03-30T18:24:57.049Z] 5f621e34cdf4: Verifying Checksum [2021-03-30T18:24:57.049Z] 5f621e34cdf4: Download complete [2021-03-30T18:24:57.651Z] 5f621e34cdf4: Pull complete [2021-03-30T18:24:58.258Z] a4357932f1b6: Pull complete [2021-03-30T18:24:58.531Z] 18c013af1878: Pull complete [2021-03-30T18:24:59.130Z] 745a02a5169b: Download complete [2021-03-30T18:25:00.562Z] 00ac8860ef70: Verifying Checksum [2021-03-30T18:25:00.562Z] 00ac8860ef70: Download complete [2021-03-30T18:25:10.764Z] 00ac8860ef70: Pull complete [2021-03-30T18:25:11.038Z] 63d7cb157983: Pull complete [2021-03-30T18:25:11.314Z] b116817d02f9: Pull complete [2021-03-30T18:25:15.672Z] 745a02a5169b: Pull complete [2021-03-30T18:25:15.672Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-30T18:25:15.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-30T18:25:15.672Z] ---> b7e6874047d6 [2021-03-30T18:25:15.672Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-03-30T18:25:15.672Z] 20.10.0: Pulling from library/docker [2021-03-30T18:25:15.672Z] a3cc7d3b244e: Pulling fs layer [2021-03-30T18:25:15.672Z] 02a3295e0d61: Pulling fs layer [2021-03-30T18:25:15.672Z] 0f4f2e6d8100: Pulling fs layer [2021-03-30T18:25:15.672Z] 330b718f631f: Pulling fs layer [2021-03-30T18:25:15.672Z] a93816041522: Pulling fs layer [2021-03-30T18:25:15.672Z] bdb6da89ff94: Pulling fs layer [2021-03-30T18:25:15.672Z] 2a70c0c122f4: Pulling fs layer [2021-03-30T18:25:15.672Z] a93816041522: Waiting [2021-03-30T18:25:15.672Z] 330b718f631f: Waiting [2021-03-30T18:25:15.672Z] bdb6da89ff94: Waiting [2021-03-30T18:25:15.672Z] 2a70c0c122f4: Waiting [2021-03-30T18:25:15.672Z] 0f4f2e6d8100: Verifying Checksum [2021-03-30T18:25:15.672Z] a3cc7d3b244e: Verifying Checksum [2021-03-30T18:25:15.672Z] a3cc7d3b244e: Download complete [2021-03-30T18:25:15.672Z] a93816041522: Verifying Checksum [2021-03-30T18:25:15.672Z] a93816041522: Download complete [2021-03-30T18:25:15.672Z] 02a3295e0d61: Verifying Checksum [2021-03-30T18:25:15.672Z] 02a3295e0d61: Download complete [2021-03-30T18:25:15.672Z] 2a70c0c122f4: Verifying Checksum [2021-03-30T18:25:15.672Z] bdb6da89ff94: Verifying Checksum [2021-03-30T18:25:15.672Z] bdb6da89ff94: Download complete [2021-03-30T18:25:15.672Z] 2a70c0c122f4: Download complete [2021-03-30T18:25:15.672Z] a3cc7d3b244e: Pull complete [2021-03-30T18:25:16.487Z] Running on prd-centos7-docker-4c-2g-32073 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-03-30T18:25:16.556Z] Running in /w/workspace/app-functions-sdk-go/207 [Pipeline] { [Pipeline] checkout [2021-03-30T18:25:16.652Z] 02a3295e0d61: Pull complete [2021-03-30T18:25:16.925Z] 0f4f2e6d8100: Pull complete [2021-03-30T18:25:17.203Z] 330b718f631f: Verifying Checksum [2021-03-30T18:25:17.203Z] 330b718f631f: Download complete [2021-03-30T18:25:18.982Z] using credential edgex-jenkins-ssh [2021-03-30T18:25:19.040Z] Cloning the remote Git repository [2021-03-30T18:25:19.047Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-30T18:25:19.118Z] > git init /w/workspace/app-functions-sdk-go/207 # timeout=10 [2021-03-30T18:25:19.188Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-30T18:25:19.188Z] > git --version # timeout=10 [2021-03-30T18:25:19.195Z] > git --version # 'git version 2.24.3' [2021-03-30T18:25:19.195Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T18:25:19.225Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T18:25:21.030Z] Checking out Revision 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 (master) [2021-03-30T18:25:20.639Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-03-30T18:25:20.644Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-30T18:25:20.662Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-03-30T18:25:20.674Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-03-30T18:25:20.674Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-30T18:25:20.678Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:25:21.041Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:25:21.046Z] > git checkout -f 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 # timeout=10 [2021-03-30T18:25:21.500Z] 330b718f631f: Pull complete [2021-03-30T18:25:21.500Z] a93816041522: Pull complete [2021-03-30T18:25:21.500Z] bdb6da89ff94: Pull complete [2021-03-30T18:25:21.771Z] 2a70c0c122f4: Pull complete [2021-03-30T18:25:21.771Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T18:25:21.771Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T18:25:24.658Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v2 (#773)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-30T18:25:25.918Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-30T18:25:26.257Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-30T18:25:26.567Z] + sudo service docker restart [2021-03-30T18:25:26.567Z] + true [2021-03-30T18:25:26.567Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-03-30T18:25:27.719Z] ========================================================= [2021-03-30T18:25:27.719Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-30T18:25:27.719Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:25:28.082Z] + 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 . [2021-03-30T18:25:28.475Z] ---> abaa9fac1c7c [2021-03-30T18:25:28.475Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-30T18:25:28.475Z] ---> Running in 6fd4de861107 [2021-03-30T18:25:28.475Z] Removing intermediate container 6fd4de861107 [2021-03-30T18:25:28.475Z] ---> f12d6057ff1d [2021-03-30T18:25:28.475Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-30T18:25:28.673Z] Sending build context to Docker daemon 19.45MB [2021-03-30T18:25:28.673Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-03-30T18:25:28.673Z] Step 2/8 : FROM ${BASE} [2021-03-30T18:25:28.673Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-30T18:25:28.673Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T18:25:28.673Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T18:25:28.673Z] de9db76c5a1d: Pulling fs layer [2021-03-30T18:25:28.673Z] bca2f99d35d6: Pulling fs layer [2021-03-30T18:25:28.673Z] 93359f2a8cfa: Pulling fs layer [2021-03-30T18:25:28.673Z] 7c6f9722023f: Pulling fs layer [2021-03-30T18:25:28.673Z] a35cf1a2eb13: Pulling fs layer [2021-03-30T18:25:28.673Z] bca2f99d35d6: Waiting [2021-03-30T18:25:28.673Z] 93359f2a8cfa: Waiting [2021-03-30T18:25:28.673Z] 7c6f9722023f: Waiting [2021-03-30T18:25:28.673Z] a35cf1a2eb13: Waiting [2021-03-30T18:25:28.673Z] de9db76c5a1d: Verifying Checksum [2021-03-30T18:25:28.673Z] de9db76c5a1d: Download complete [2021-03-30T18:25:28.748Z] ---> Running in ace458cf134a [2021-03-30T18:25:28.935Z] 0ef7d3d256c8: Verifying Checksum [2021-03-30T18:25:28.935Z] 0ef7d3d256c8: Download complete [2021-03-30T18:25:28.935Z] 93359f2a8cfa: Verifying Checksum [2021-03-30T18:25:28.935Z] 93359f2a8cfa: Download complete [2021-03-30T18:25:28.935Z] 7c6f9722023f: Verifying Checksum [2021-03-30T18:25:28.935Z] 7c6f9722023f: Download complete [2021-03-30T18:25:28.935Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T18:25:28.935Z] 188c0c94c7c5: Download complete [2021-03-30T18:25:29.197Z] 188c0c94c7c5: Pull complete [2021-03-30T18:25:29.463Z] 0ef7d3d256c8: Pull complete [2021-03-30T18:25:29.463Z] de9db76c5a1d: Pull complete [2021-03-30T18:25:30.185Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-30T18:25:30.856Z] a35cf1a2eb13: Verifying Checksum [2021-03-30T18:25:30.856Z] a35cf1a2eb13: Download complete [2021-03-30T18:25:31.802Z] bca2f99d35d6: Verifying Checksum [2021-03-30T18:25:31.803Z] bca2f99d35d6: Download complete [2021-03-30T18:25:33.569Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-30T18:25:36.190Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-30T18:25:36.785Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-30T18:25:37.055Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-30T18:25:37.055Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-30T18:25:37.181Z] bca2f99d35d6: Pull complete [2021-03-30T18:25:37.181Z] 93359f2a8cfa: Pull complete [2021-03-30T18:25:37.181Z] 7c6f9722023f: Pull complete [2021-03-30T18:25:37.328Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-30T18:25:37.328Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T18:25:37.328Z] OK: 144 MiB in 44 packages [2021-03-30T18:25:38.770Z] Removing intermediate container ace458cf134a [2021-03-30T18:25:38.770Z] ---> a164bbf36bb5 [2021-03-30T18:25:38.770Z] Step 6/8 : WORKDIR /build [2021-03-30T18:25:38.770Z] ---> Running in 61dc9aabf0b0 [2021-03-30T18:25:39.363Z] Removing intermediate container 61dc9aabf0b0 [2021-03-30T18:25:39.363Z] ---> 8f70bb3ee1d4 [2021-03-30T18:25:39.363Z] Step 7/8 : COPY go.mod . [2021-03-30T18:25:39.958Z] ---> 1841dad40e0e [2021-03-30T18:25:39.958Z] Step 8/8 : RUN go mod download [2021-03-30T18:25:39.958Z] ---> Running in 36ce42ce8a08 [2021-03-30T18:25:43.804Z] a35cf1a2eb13: Pull complete [2021-03-30T18:25:43.805Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-30T18:25:43.805Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-30T18:25:43.805Z] ---> a62c8e92a672 [2021-03-30T18:25:43.805Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-03-30T18:25:43.805Z] 20.10.0: Pulling from library/docker [2021-03-30T18:25:43.805Z] 05e7bc50f07f: Pulling fs layer [2021-03-30T18:25:43.805Z] 6db28d0fdbf6: Pulling fs layer [2021-03-30T18:25:43.805Z] 292df0bc6bf3: Pulling fs layer [2021-03-30T18:25:43.805Z] 2e060f4bd70b: Pulling fs layer [2021-03-30T18:25:43.805Z] 80e8d568a223: Pulling fs layer [2021-03-30T18:25:43.805Z] 8dc6ef1a942a: Pulling fs layer [2021-03-30T18:25:43.805Z] 2312dd95470a: Pulling fs layer [2021-03-30T18:25:43.805Z] 2e060f4bd70b: Waiting [2021-03-30T18:25:43.805Z] 80e8d568a223: Waiting [2021-03-30T18:25:43.805Z] 8dc6ef1a942a: Waiting [2021-03-30T18:25:43.805Z] 2312dd95470a: Waiting [2021-03-30T18:25:43.805Z] 292df0bc6bf3: Verifying Checksum [2021-03-30T18:25:43.805Z] 292df0bc6bf3: Download complete [2021-03-30T18:25:43.805Z] 05e7bc50f07f: Verifying Checksum [2021-03-30T18:25:43.805Z] 05e7bc50f07f: Download complete [2021-03-30T18:25:43.805Z] 6db28d0fdbf6: Verifying Checksum [2021-03-30T18:25:43.805Z] 6db28d0fdbf6: Download complete [2021-03-30T18:25:43.805Z] 80e8d568a223: Verifying Checksum [2021-03-30T18:25:43.805Z] 80e8d568a223: Download complete [2021-03-30T18:25:43.805Z] 8dc6ef1a942a: Verifying Checksum [2021-03-30T18:25:43.805Z] 8dc6ef1a942a: Download complete [2021-03-30T18:25:43.805Z] 2312dd95470a: Verifying Checksum [2021-03-30T18:25:43.805Z] 2312dd95470a: Download complete [2021-03-30T18:25:43.805Z] 05e7bc50f07f: Pull complete [2021-03-30T18:25:43.805Z] 6db28d0fdbf6: Pull complete [2021-03-30T18:25:44.069Z] 292df0bc6bf3: Pull complete [2021-03-30T18:25:44.645Z] 2e060f4bd70b: Verifying Checksum [2021-03-30T18:25:44.645Z] 2e060f4bd70b: Download complete [2021-03-30T18:25:47.219Z] 2e060f4bd70b: Pull complete [2021-03-30T18:25:47.219Z] 80e8d568a223: Pull complete [2021-03-30T18:25:47.482Z] 8dc6ef1a942a: Pull complete [2021-03-30T18:25:47.482Z] 2312dd95470a: Pull complete [2021-03-30T18:25:47.482Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-30T18:25:47.482Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-30T18:25:48.877Z] ---> edf38fe2039b [2021-03-30T18:25:48.877Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-03-30T18:25:49.147Z] ---> Running in d7e74ca161fc [2021-03-30T18:25:49.147Z] Removing intermediate container d7e74ca161fc [2021-03-30T18:25:49.147Z] ---> 6f366b24a924 [2021-03-30T18:25:49.147Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-03-30T18:25:49.415Z] ---> Running in 59189cac9534 [2021-03-30T18:25:49.997Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-30T18:25:51.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-30T18:25:52.772Z] (1/5) Installing libsodium (1.0.18-r0) [2021-03-30T18:25:52.772Z] (2/5) Installing libzmq (4.3.3-r0) [2021-03-30T18:25:53.033Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-03-30T18:25:53.033Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-03-30T18:25:53.033Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-03-30T18:25:53.294Z] Executing busybox-1.31.1-r19.trigger [2021-03-30T18:25:53.294Z] OK: 167 MiB in 44 packages [2021-03-30T18:25:53.869Z] Removing intermediate container 59189cac9534 [2021-03-30T18:25:53.869Z] ---> f6df7a9a30ec [2021-03-30T18:25:53.869Z] Step 6/8 : WORKDIR /build [2021-03-30T18:25:53.869Z] ---> Running in cd18db1d82d4 [2021-03-30T18:25:54.138Z] Removing intermediate container cd18db1d82d4 [2021-03-30T18:25:54.138Z] ---> 2bcefcc40e84 [2021-03-30T18:25:54.138Z] Step 7/8 : COPY go.mod . [2021-03-30T18:25:54.399Z] ---> 03eb66d7cca7 [2021-03-30T18:25:54.399Z] Step 8/8 : RUN go mod download [2021-03-30T18:25:54.399Z] ---> Running in c0ddd8c8d0ad [2021-03-30T18:26:06.760Z] Removing intermediate container 36ce42ce8a08 [2021-03-30T18:26:06.760Z] ---> 67f7db78aa48 [2021-03-30T18:26:06.760Z] Successfully built 67f7db78aa48 [2021-03-30T18:26:06.760Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:26:07.106Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T18:26:07.107Z] . [Pipeline] withDockerContainer [2021-03-30T18:26:07.348Z] prd-ubuntu18.04-docker-arm64-4c-16g-32072 does not seem to be running inside a container [2021-03-30T18:26:07.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/207 -v /w/workspace/app-functions-sdk-go/207:/w/workspace/app-functions-sdk-go/207:rw,z -v /w/workspace/app-functions-sdk-go/207@tmp:/w/workspace/app-functions-sdk-go/207@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 [2021-03-30T18:26:08.945Z] $ docker top 51407fda4b667b1455cb8664c440fe1f8d3d4c1b4de5a78a88aff2c08bf2f09c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T18:26:09.977Z] + go version [2021-03-30T18:26:09.977Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-30T18:26:10.004Z] $ docker stop --time=1 51407fda4b667b1455cb8664c440fe1f8d3d4c1b4de5a78a88aff2c08bf2f09c [2021-03-30T18:26:11.977Z] $ docker rm -f 51407fda4b667b1455cb8664c440fe1f8d3d4c1b4de5a78a88aff2c08bf2f09c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:26:13.028Z] + docker inspect -f . ci-base-image-arm64 [2021-03-30T18:26:13.028Z] . [Pipeline] withDockerContainer [2021-03-30T18:26:13.272Z] prd-ubuntu18.04-docker-arm64-4c-16g-32072 does not seem to be running inside a container [2021-03-30T18:26:13.357Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/207 -v /w/workspace/app-functions-sdk-go/207:/w/workspace/app-functions-sdk-go/207:rw,z -v /w/workspace/app-functions-sdk-go/207@tmp:/w/workspace/app-functions-sdk-go/207@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 [2021-03-30T18:26:14.837Z] $ docker top 52a2002dfaac1a31411ee3354bca3a9290ae836840ca977fd09d97c1b05159b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T18:26:15.861Z] + make test [2021-03-30T18:26:15.861Z] make -C ./app-service-template build [2021-03-30T18:26:15.861Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/207/app-service-template' [2021-03-30T18:26:15.861Z] 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 [2021-03-30T18:26:16.404Z] Removing intermediate container c0ddd8c8d0ad [2021-03-30T18:26:16.404Z] ---> 97f4390efe7a [2021-03-30T18:26:16.404Z] Successfully built 97f4390efe7a [2021-03-30T18:26:16.404Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:26:16.716Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T18:26:16.716Z] . [Pipeline] withDockerContainer [2021-03-30T18:26:16.850Z] prd-centos7-docker-4c-2g-32073 does not seem to be running inside a container [2021-03-30T18:26:16.902Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/207 -v /w/workspace/app-functions-sdk-go/207:/w/workspace/app-functions-sdk-go/207:rw,z -v /w/workspace/app-functions-sdk-go/207@tmp:/w/workspace/app-functions-sdk-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T18:26:17.651Z] $ docker top 30b993d3bded244cf7783d8be73a0afb54ed353796f1e9c3eea58388d5feb90d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T18:26:18.140Z] + go version [2021-03-30T18:26:18.140Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-30T18:26:18.156Z] $ docker stop --time=1 30b993d3bded244cf7783d8be73a0afb54ed353796f1e9c3eea58388d5feb90d [2021-03-30T18:26:19.502Z] $ docker rm -f 30b993d3bded244cf7783d8be73a0afb54ed353796f1e9c3eea58388d5feb90d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:26:20.359Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-30T18:26:20.359Z] . [Pipeline] withDockerContainer [2021-03-30T18:26:20.458Z] prd-centos7-docker-4c-2g-32073 does not seem to be running inside a container [2021-03-30T18:26:20.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/207 -v /w/workspace/app-functions-sdk-go/207:/w/workspace/app-functions-sdk-go/207:rw,z -v /w/workspace/app-functions-sdk-go/207@tmp:/w/workspace/app-functions-sdk-go/207@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-30T18:26:21.128Z] $ docker top 55fabf9cb5a47a79c594ee7e3b8b5e55a123960ce194d6568ec6f0f518986393 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T18:26:21.660Z] + make test [2021-03-30T18:26:21.660Z] make -C ./app-service-template build [2021-03-30T18:26:21.660Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/207/app-service-template' [2021-03-30T18:26:21.660Z] 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 [2021-03-30T18:26:36.842Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/207/app-service-template' [2021-03-30T18:26:36.842Z] make -C ./app-service-template test [2021-03-30T18:26:36.842Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/207/app-service-template' [2021-03-30T18:26:36.842Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-30T18:26:43.484Z] ok new-app-service 0.032s coverage: 47.8% of statements [2021-03-30T18:26:43.484Z] ? new-app-service/config [no test files] [2021-03-30T18:26:43.484Z] ok new-app-service/functions 0.010s [2021-03-30T18:26:43.484Z] CGO_ENABLED=1 go vet ./... [2021-03-30T18:26:46.840Z] gofmt -l . [2021-03-30T18:26:46.840Z] [ "`gofmt -l .`" = "" ] [2021-03-30T18:26:46.840Z] ./bin/test-go-mod-tidy.sh [2021-03-30T18:26:47.416Z] ./bin/test-attribution-txt.sh [2021-03-30T18:26:47.989Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/207/app-service-template' [2021-03-30T18:26:47.989Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-03-30T18:26:48.573Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-03-30T18:26:51.178Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.015s coverage: 55.8% of statements [2021-03-30T18:26:51.178Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.052s coverage: 92.5% of statements [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-03-30T18:26:51.178Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.032s coverage: 61.5% of statements [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-03-30T18:26:51.178Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.014s [2021-03-30T18:26:51.178Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.034s coverage: 75.4% of statements [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-03-30T18:26:51.178Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.009s coverage: 97.0% of statements [2021-03-30T18:26:51.178Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-03-30T18:26:51.178Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.033s coverage: 10.5% of statements [2021-03-30T18:26:54.920Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/207/app-service-template' [2021-03-30T18:26:54.920Z] make -C ./app-service-template test [2021-03-30T18:26:54.920Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/207/app-service-template' [2021-03-30T18:26:54.920Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-03-30T18:26:55.431Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.734s coverage: 78.4% of statements [2021-03-30T18:26:55.431Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-03-30T18:26:55.431Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.009s coverage: 20.0% of statements [2021-03-30T18:26:55.431Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.036s coverage: 27.3% of statements [2021-03-30T18:26:55.431Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-03-30T18:26:55.431Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-03-30T18:26:55.431Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.012s coverage: 71.7% of statements [2021-03-30T18:27:13.270Z] ok new-app-service 0.036s coverage: 47.8% of statements [2021-03-30T18:27:13.270Z] ? new-app-service/config [no test files] [2021-03-30T18:27:14.250Z] ok new-app-service/functions 0.029s [2021-03-30T18:27:14.250Z] CGO_ENABLED=1 go vet ./... [2021-03-30T18:27:22.038Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.045s coverage: 81.9% of statements [2021-03-30T18:27:22.038Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.009s coverage: 94.4% of statements [2021-03-30T18:27:22.038Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-30T18:27:22.038Z] gofmt -l . [2021-03-30T18:27:22.038Z] [ "`gofmt -l .`" = "" ] [2021-03-30T18:27:22.038Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-30T18:27:22.057Z] $ docker stop --time=1 55fabf9cb5a47a79c594ee7e3b8b5e55a123960ce194d6568ec6f0f518986393 [2021-03-30T18:27:23.635Z] $ docker rm -f 55fabf9cb5a47a79c594ee7e3b8b5e55a123960ce194d6568ec6f0f518986393 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T18:27:24.290Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-30T18:27:24.455Z] gofmt -l . [2021-03-30T18:27:24.455Z] [ "`gofmt -l .`" = "" ] [2021-03-30T18:27:24.455Z] ./bin/test-go-mod-tidy.sh [2021-03-30T18:27:24.455Z] ./bin/test-attribution-txt.sh [2021-03-30T18:27:24.721Z] 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 [2021-03-30T18:27:25.942Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/207/app-service-template' [2021-03-30T18:27:25.942Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:27:26.286Z] ---> job-cost.sh [2021-03-30T18:27:26.286Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-RhqZ [2021-03-30T18:27:27.385Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-03-30T18:27:35.700Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/app 0.060s coverage: 55.8% of statements [2021-03-30T18:27:35.700Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/appfunction 0.036s coverage: 92.5% of statements [2021-03-30T18:27:35.700Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-03-30T18:27:35.700Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.074s coverage: 61.5% of statements [2021-03-30T18:27:35.700Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-03-30T18:27:35.700Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/controller/rest 0.030s [2021-03-30T18:27:35.976Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.078s coverage: 75.4% of statements [2021-03-30T18:27:35.976Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-03-30T18:27:35.976Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-03-30T18:27:35.976Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-03-30T18:27:35.976Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-03-30T18:27:35.976Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-03-30T18:27:35.976Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-03-30T18:27:35.976Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.011s coverage: 97.0% of statements [2021-03-30T18:27:35.976Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-03-30T18:27:36.252Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.060s coverage: 10.5% of statements [2021-03-30T18:27:41.209Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T18:27:42.329Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 2.849s coverage: 78.4% of statements [2021-03-30T18:27:42.329Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-03-30T18:27:42.329Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.047s coverage: 20.0% of statements [2021-03-30T18:27:42.329Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg 0.046s coverage: 27.3% of statements [2021-03-30T18:27:42.329Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces [no test files] [2021-03-30T18:27:42.329Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/interfaces/mocks [no test files] [2021-03-30T18:27:42.329Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.041s coverage: 71.7% of statements [2021-03-30T18:28:07.819Z] lf-activate-venv(): INFO: Adding /tmp/venv-RhqZ/bin to PATH [2021-03-30T18:28:07.819Z] INFO: No Stack... [2021-03-30T18:28:07.819Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T18:28:08.393Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T18:28:08.703Z] + cat /w/workspace/app-functions-sdk-go/207/archives/cost.csv [2021-03-30T18:28:08.703Z] + cut -d, -f6 [Pipeline] lock [2021-03-30T18:28:08.783Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [2021-03-30T18:28:08.797Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] did not exist. Created. [2021-03-30T18:28:08.797Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T18:28:09.106Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.083s coverage: 81.9% of statements [2021-03-30T18:28:09.106Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.023s coverage: 94.4% of statements [2021-03-30T18:28:09.106Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-03-30T18:28:09.234Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-03-30T18:28:09.392Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T18:28:09.406Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T18:28:12.536Z] gofmt -l . [2021-03-30T18:28:12.817Z] [ "`gofmt -l .`" = "" ] [2021-03-30T18:28:13.093Z] ./app-service-template/bin/test-go-mod-tidy.sh [Pipeline] } [2021-03-30T18:28:13.766Z] $ docker stop --time=1 52a2002dfaac1a31411ee3354bca3a9290ae836840ca977fd09d97c1b05159b7 [2021-03-30T18:28:15.766Z] $ docker rm -f 52a2002dfaac1a31411ee3354bca3a9290ae836840ca977fd09d97c1b05159b7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-30T18:28:16.672Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-03-30T18:28:16.736Z] Warning: overwriting stash ‘coverage-report’ [2021-03-30T18:28:17.464Z] 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 [2021-03-30T18:28:18.611Z] ---> job-cost.sh [2021-03-30T18:28:18.611Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-x4ml [2021-03-30T18:28:57.579Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-30T18:30:19.343Z] lf-activate-venv(): INFO: Adding /tmp/venv-x4ml/bin to PATH [2021-03-30T18:30:19.343Z] INFO: No Stack... [2021-03-30T18:30:20.313Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-30T18:30:20.904Z] INFO: Archiving Costs [Pipeline] sh [2021-03-30T18:30:21.253Z] + cut -d, -f6 [2021-03-30T18:30:21.253Z] + cat /w/workspace/app-functions-sdk-go/207/archives/cost.csv [Pipeline] lock [2021-03-30T18:30:21.381Z] Trying to acquire lock on [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [2021-03-30T18:30:21.391Z] Resource [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] did not exist. Created. [2021-03-30T18:30:21.391Z] Lock acquired on [jenkins-edgexfoundry-app-functions-sdk-go-master-207-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-30T18:30:21.891Z] /w/workspace/app-functions-sdk-go/207@tmp/durable-5d6e5684/script.sh: 1: /w/workspace/app-functions-sdk-go/207@tmp/durable-5d6e5684/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-03-30T18:30:22.240Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-30T18:30:22.312Z] Warning: overwriting stash ‘stack-cost’ [2021-03-30T18:30:22.475Z] Stashed 1 file(s) [Pipeline] } [2021-03-30T18:30:22.541Z] Lock released on resource [jenkins-edgexfoundry-app-functions-sdk-go-master-207-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 [2021-03-30T18:30:24.166Z] provisioning config files... [2021-03-30T18:30:24.183Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7439319399971839157tmp [Pipeline] { [Pipeline] sh [2021-03-30T18:30:24.604Z] + set +x [2021-03-30T18:30:24.604Z] + bash -s -- [2021-03-30T18:30:24.604Z] + curl -s https://codecov.io/bash [2021-03-30T18:30:24.904Z] [2021-03-30T18:30:24.904Z] _____ _ [2021-03-30T18:30:24.904Z] / ____| | | [2021-03-30T18:30:24.904Z] | | ___ __| | ___ ___ _____ __ [2021-03-30T18:30:24.904Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-30T18:30:24.904Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-30T18:30:24.904Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-30T18:30:24.904Z] Bash-20210309-2b87ace [2021-03-30T18:30:24.904Z] [2021-03-30T18:30:24.904Z] [2021-03-30T18:30:24.904Z] ==> git version 2.24.3 found [2021-03-30T18:30:24.904Z] ==> 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 [2021-03-30T18:30:24.904Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-30T18:30:24.904Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-30T18:30:24.904Z] ==> Jenkins CI detected. [2021-03-30T18:30:24.904Z] project root: . [2021-03-30T18:30:24.904Z] --> token set from env [2021-03-30T18:30:24.904Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-30T18:30:24.904Z] ==> Running gcov in . (disable via -X gcov) [2021-03-30T18:30:24.904Z] ==> Python coveragepy not found [2021-03-30T18:30:24.904Z] ==> Searching for coverage reports in: [2021-03-30T18:30:24.904Z] + . [2021-03-30T18:30:24.904Z] -> Found 2 reports [2021-03-30T18:30:24.904Z] ==> Detecting git/mercurial file structure [2021-03-30T18:30:25.177Z] ==> Reading reports [2021-03-30T18:30:25.177Z] + ./app-service-template/coverage.out bytes=1055 [2021-03-30T18:30:25.177Z] + ./coverage.out bytes=86636 [2021-03-30T18:30:25.177Z] ==> Appending adjustments [2021-03-30T18:30:25.177Z] https://docs.codecov.io/docs/fixing-reports [2021-03-30T18:30:25.865Z] + Found adjustments [2021-03-30T18:30:25.865Z] ==> Gzipping contents [2021-03-30T18:30:25.865Z] 16K /tmp/codecov.ZoXU74.gz [2021-03-30T18:30:25.865Z] ==> Uploading reports [2021-03-30T18:30:25.865Z] url: https://codecov.io [2021-03-30T18:30:25.865Z] query: branch=master&commit=60c5fe569b419bbb273a5924d39eec3bcbe2b0f3&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F207%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-30T18:30:25.865Z] -> Pinging Codecov [2021-03-30T18:30:25.865Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=master&commit=60c5fe569b419bbb273a5924d39eec3bcbe2b0f3&build=207&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F207%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-03-30T18:30:26.510Z] -> Uploading to [2021-03-30T18:30:26.510Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-30/3D8B5DFFC46A037C893635FACE044666/60c5fe569b419bbb273a5924d39eec3bcbe2b0f3/96c2e96a-1e03-4f4b-b991-f866bb3b1c56.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210330%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210330T183026Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a333e3f64d0fe991536fa91ba8f9cc315283ba5545e7624383ef0adf4f7c4493 [2021-03-30T18:30:26.510Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T18:30:26.510Z] Dload Upload Total Spent Left Speed [2021-03-30T18:30:26.782Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15313 0 0 100 15313 0 30951 --:--:-- --:--:-- --:--:-- 30997 [2021-03-30T18:30:26.782Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 [Pipeline] } [2021-03-30T18:30:26.800Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-03-30T18:30:27.852Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-03-30T18:30:27.919Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:30:28.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T18:30:28.706Z] [2021-03-30T18:30:28.706Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:30:29.133Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T18:30:29.464Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-03-30T18:30:29.464Z] 188c0c94c7c5: Pulling fs layer [2021-03-30T18:30:29.464Z] 0ef7d3d256c8: Pulling fs layer [2021-03-30T18:30:29.464Z] de9db76c5a1d: Pulling fs layer [2021-03-30T18:30:29.464Z] 0eba1c9be4d2: Pulling fs layer [2021-03-30T18:30:29.464Z] 0d57e429df01: Pulling fs layer [2021-03-30T18:30:29.464Z] 4e4be7b47b0d: Pulling fs layer [2021-03-30T18:30:29.464Z] e1f770b5df2f: Pulling fs layer [2021-03-30T18:30:29.464Z] 85a0685a4137: Pulling fs layer [2021-03-30T18:30:29.464Z] 0d57e429df01: Waiting [2021-03-30T18:30:29.464Z] 4e4be7b47b0d: Waiting [2021-03-30T18:30:29.464Z] e1f770b5df2f: Waiting [2021-03-30T18:30:29.464Z] 85a0685a4137: Waiting [2021-03-30T18:30:29.464Z] 0eba1c9be4d2: Waiting [2021-03-30T18:30:29.774Z] de9db76c5a1d: Verifying Checksum [2021-03-30T18:30:29.774Z] de9db76c5a1d: Download complete [2021-03-30T18:30:29.774Z] 0ef7d3d256c8: Verifying Checksum [2021-03-30T18:30:29.774Z] 0ef7d3d256c8: Download complete [2021-03-30T18:30:29.774Z] 0d57e429df01: Verifying Checksum [2021-03-30T18:30:29.774Z] 0d57e429df01: Download complete [2021-03-30T18:30:29.774Z] 4e4be7b47b0d: Verifying Checksum [2021-03-30T18:30:29.774Z] 4e4be7b47b0d: Download complete [2021-03-30T18:30:30.480Z] 188c0c94c7c5: Verifying Checksum [2021-03-30T18:30:30.480Z] 188c0c94c7c5: Download complete [2021-03-30T18:30:31.130Z] 188c0c94c7c5: Pull complete [2021-03-30T18:30:31.772Z] 0ef7d3d256c8: Pull complete [2021-03-30T18:30:32.131Z] de9db76c5a1d: Pull complete [2021-03-30T18:30:33.366Z] e1f770b5df2f: Verifying Checksum [2021-03-30T18:30:33.366Z] e1f770b5df2f: Download complete [2021-03-30T18:30:42.280Z] 85a0685a4137: Verifying Checksum [2021-03-30T18:30:42.280Z] 85a0685a4137: Download complete [2021-03-30T18:30:42.631Z] 0eba1c9be4d2: Verifying Checksum [2021-03-30T18:30:42.631Z] 0eba1c9be4d2: Download complete [2021-03-30T18:31:01.523Z] 0eba1c9be4d2: Pull complete [2021-03-30T18:31:01.523Z] 0d57e429df01: Pull complete [2021-03-30T18:31:01.523Z] 4e4be7b47b0d: Pull complete [2021-03-30T18:31:01.523Z] e1f770b5df2f: Pull complete [2021-03-30T18:31:14.113Z] 85a0685a4137: Pull complete [2021-03-30T18:31:14.113Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-03-30T18:31:14.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-03-30T18:31:14.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-03-30T18:31:14.696Z] prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container [2021-03-30T18:31:15.303Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-03-30T18:31:18.339Z] $ docker top 346204243bc3f8a730860f7aa9e3520ffc09f66210402be57cd00acfdab2bb76 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-30T18:31:18.852Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-03-30T18:31:19.333Z] + set -o pipefail [2021-03-30T18:31:19.333Z] + snyk monitor '--org=edgex-jenkins' [2021-03-30T18:31:35.195Z] [2021-03-30T18:31:35.196Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-03-30T18:31:35.196Z] [2021-03-30T18:31:35.196Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/bcf79346-92d1-4ac9-bd41-191bd358bb84 [2021-03-30T18:31:35.196Z] [2021-03-30T18:31:35.196Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-03-30T18:31:35.196Z] [2021-03-30T18:31:35.196Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-03-30T18:31:35.196Z] [2021-03-30T18:31:35.196Z] [2021-03-30T18:31:35.196Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2021-03-30T18:31:35.196Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2021-03-30T18:31:35.218Z] $ docker stop --time=1 346204243bc3f8a730860f7aa9e3520ffc09f66210402be57cd00acfdab2bb76 [2021-03-30T18:31:38.638Z] $ docker rm -f 346204243bc3f8a730860f7aa9e3520ffc09f66210402be57cd00acfdab2bb76 [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 [2021-03-30T18:31:41.014Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T18:31:41.078Z] provisioning config files... [2021-03-30T18:31:41.147Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1701037374391587763tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:31:42.425Z] --> edgex-publish-swagger.sh [2021-03-30T18:31:42.425Z] === Publish openapi/v2 API === [2021-03-30T18:31:42.425Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-03-30T18:31:42.425Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-03-30T18:31:42.425Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-30T18:31:42.425Z] Dload Upload Total Spent Left Speed [2021-03-30T18:31:43.410Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 11811 0:00:01 0:00:01 --:--:-- 11833 100 13052 0 0 100 13052 0 11807 0:00:01 0:00:01 --:--:-- 11822 [2021-03-30T18:31:43.410Z] [2021-03-30T18:31:43.410Z] [Pipeline] } [2021-03-30T18:31:43.425Z] 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 [2021-03-30T18:31:44.406Z] + git log --format=format:%s -1 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:31:44.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T18:31:45.243Z] . [Pipeline] withDockerContainer [2021-03-30T18:31:46.271Z] prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container [2021-03-30T18:31:46.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T18:31:48.159Z] $ docker top ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T18:31:48.750Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T18:31:48.750Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T18:31:49.624Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T18:31:49.629Z] $ docker exec ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a ssh-agent [2021-03-30T18:31:49.982Z] SSH_AUTH_SOCK=/tmp/ssh-N4wKXPcQh5LT/agent.12 [2021-03-30T18:31:49.982Z] SSH_AGENT_PID=17 [2021-03-30T18:31:50.043Z] Running ssh-add (command line suppressed) [2021-03-30T18:31:50.546Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5535957493015934919.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5535957493015934919.key) [2021-03-30T18:31:50.811Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T18:31:51.601Z] + git semver tag [2021-03-30T18:31:51.896Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T18:31:51.896Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-03-30T18:31:51.896Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-03-30T18:31:51.896Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T18:31:51.896Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T18:31:51.896Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T18:31:51.896Z] # $SEMVER_BRANCH = master [2021-03-30T18:31:51.896Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-03-30T18:31:51.896Z] # 60c5fe569b419bbb273a5924d39eec3bcbe2b0f3 HEAD [2021-03-30T18:31:52.200Z] # -> Force: false [2021-03-30T18:31:52.200Z] # 5fdd7c5b383ada874c7a9c4148c1651cbb945ea0 refs/tags/v2.0.0-dev.38 [Pipeline] } [2021-03-30T18:31:52.220Z] $ docker exec --env ******** --env ******** ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a ssh-agent -k [2021-03-30T18:31:52.639Z] unset SSH_AUTH_SOCK; [2021-03-30T18:31:52.642Z] unset SSH_AGENT_PID; [2021-03-30T18:31:52.642Z] echo Agent pid 17 killed; [2021-03-30T18:31:53.001Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T18:31:53.938Z] + git semver [Pipeline] } [2021-03-30T18:31:53.972Z] $ docker stop --time=1 ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a [2021-03-30T18:31:56.270Z] $ docker rm -f ab62072730412e575fbe7cf1522f05f50e0ec00664ad042ef7cabcf021986f6a [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:31:57.279Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T18:31:57.703Z] [2021-03-30T18:31:57.703Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:31:58.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T18:31:58.922Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-03-30T18:31:58.922Z] ab5ef0e58194: Pulling fs layer [2021-03-30T18:31:58.922Z] 9712f1f96733: Pulling fs layer [2021-03-30T18:31:58.922Z] 63f879dbbcfc: Pulling fs layer [2021-03-30T18:31:58.922Z] 0d9ebad4ef96: Pulling fs layer [2021-03-30T18:31:58.922Z] e9a5061849ea: Pulling fs layer [2021-03-30T18:31:58.922Z] d747dcd14b5f: Pulling fs layer [2021-03-30T18:31:58.922Z] 2de7ff778b66: Pulling fs layer [2021-03-30T18:31:58.922Z] e9a5061849ea: Waiting [2021-03-30T18:31:58.922Z] 0d9ebad4ef96: Waiting [2021-03-30T18:31:58.922Z] d747dcd14b5f: Waiting [2021-03-30T18:31:58.922Z] 2de7ff778b66: Waiting [2021-03-30T18:31:58.922Z] 9712f1f96733: Verifying Checksum [2021-03-30T18:31:58.922Z] 9712f1f96733: Download complete [2021-03-30T18:32:04.909Z] 63f879dbbcfc: Verifying Checksum [2021-03-30T18:32:04.909Z] 63f879dbbcfc: Download complete [2021-03-30T18:32:05.263Z] e9a5061849ea: Verifying Checksum [2021-03-30T18:32:05.263Z] e9a5061849ea: Download complete [2021-03-30T18:32:05.570Z] d747dcd14b5f: Download complete [2021-03-30T18:32:07.877Z] 2de7ff778b66: Verifying Checksum [2021-03-30T18:32:07.877Z] 2de7ff778b66: Download complete [2021-03-30T18:32:07.877Z] ab5ef0e58194: Verifying Checksum [2021-03-30T18:32:07.877Z] ab5ef0e58194: Download complete [2021-03-30T18:32:08.663Z] 0d9ebad4ef96: Verifying Checksum [2021-03-30T18:32:08.663Z] 0d9ebad4ef96: Download complete [2021-03-30T18:32:19.577Z] ab5ef0e58194: Pull complete [2021-03-30T18:32:19.577Z] 9712f1f96733: Pull complete [2021-03-30T18:32:24.088Z] 63f879dbbcfc: Pull complete [2021-03-30T18:32:39.647Z] 0d9ebad4ef96: Pull complete [2021-03-30T18:32:41.174Z] e9a5061849ea: Pull complete [2021-03-30T18:32:41.451Z] d747dcd14b5f: Pull complete [2021-03-30T18:32:47.078Z] 2de7ff778b66: Pull complete [2021-03-30T18:32:47.078Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-03-30T18:32:47.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-03-30T18:32:47.078Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-03-30T18:32:47.579Z] prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container [2021-03-30T18:32:47.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-03-30T18:32:51.853Z] $ docker top 2a67ee610f4a14ab88d8508fb31905a2c2e18ef66fb7386113b0e1985fb0156c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-03-30T18:32:52.614Z] provisioning config files... [2021-03-30T18:32:52.628Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6917385664411477462tmp [2021-03-30T18:32:52.689Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1666820637365673873tmp [2021-03-30T18:32:52.744Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8496991906909180225tmp [Pipeline] { [Pipeline] echo [2021-03-30T18:32:52.817Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:32:54.168Z] ---> sigul-configuration.sh [2021-03-30T18:32:54.816Z] gpg: directory `/root/.gnupg' created [2021-03-30T18:32:54.816Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-03-30T18:32:54.816Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-03-30T18:32:54.816Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-03-30T18:32:54.816Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-03-30T18:32:54.816Z] gpg: CAST5 encrypted data [2021-03-30T18:32:54.816Z] gpg: encrypted with 1 passphrase [2021-03-30T18:32:54.816Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-03-30T18:32:56.103Z] + mkdir /home/jenkins [2021-03-30T18:32:56.103Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-03-30T18:32:57.129Z] + 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 [2021-03-30T18:32:57.205Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:32:58.157Z] ---> sigul-install.sh [2021-03-30T18:33:11.048Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-03-30T18:33:12.184Z] + git tag --list [2021-03-30T18:33:12.184Z] v0.1.0 [2021-03-30T18:33:12.184Z] v0.1.1 [2021-03-30T18:33:12.184Z] v1.0.0 [2021-03-30T18:33:12.184Z] v1.1.0 [2021-03-30T18:33:12.184Z] v1.2.0 [2021-03-30T18:33:12.184Z] v1.3.0 [2021-03-30T18:33:12.184Z] v1.3.1 [2021-03-30T18:33:12.184Z] v1.3.1-dev.1 [2021-03-30T18:33:12.184Z] v1.3.2-dev.1 [2021-03-30T18:33:12.184Z] v2.0.0-dev.1 [2021-03-30T18:33:12.184Z] v2.0.0-dev.10 [2021-03-30T18:33:12.184Z] v2.0.0-dev.11 [2021-03-30T18:33:12.184Z] v2.0.0-dev.12 [2021-03-30T18:33:12.184Z] v2.0.0-dev.13 [2021-03-30T18:33:12.184Z] v2.0.0-dev.14 [2021-03-30T18:33:12.184Z] v2.0.0-dev.15 [2021-03-30T18:33:12.184Z] v2.0.0-dev.16 [2021-03-30T18:33:12.184Z] v2.0.0-dev.17 [2021-03-30T18:33:12.184Z] v2.0.0-dev.18 [2021-03-30T18:33:12.184Z] v2.0.0-dev.19 [2021-03-30T18:33:12.184Z] v2.0.0-dev.2 [2021-03-30T18:33:12.184Z] v2.0.0-dev.20 [2021-03-30T18:33:12.184Z] v2.0.0-dev.21 [2021-03-30T18:33:12.184Z] v2.0.0-dev.22 [2021-03-30T18:33:12.184Z] v2.0.0-dev.23 [2021-03-30T18:33:12.185Z] v2.0.0-dev.24 [2021-03-30T18:33:12.185Z] v2.0.0-dev.25 [2021-03-30T18:33:12.185Z] v2.0.0-dev.26 [2021-03-30T18:33:12.185Z] v2.0.0-dev.27 [2021-03-30T18:33:12.185Z] v2.0.0-dev.28 [2021-03-30T18:33:12.185Z] v2.0.0-dev.29 [2021-03-30T18:33:12.185Z] v2.0.0-dev.3 [2021-03-30T18:33:12.185Z] v2.0.0-dev.30 [2021-03-30T18:33:12.185Z] v2.0.0-dev.31 [2021-03-30T18:33:12.185Z] v2.0.0-dev.32 [2021-03-30T18:33:12.185Z] v2.0.0-dev.33 [2021-03-30T18:33:12.185Z] v2.0.0-dev.34 [2021-03-30T18:33:12.185Z] v2.0.0-dev.35 [2021-03-30T18:33:12.185Z] v2.0.0-dev.36 [2021-03-30T18:33:12.185Z] v2.0.0-dev.37 [2021-03-30T18:33:12.185Z] v2.0.0-dev.38 [2021-03-30T18:33:12.185Z] v2.0.0-dev.4 [2021-03-30T18:33:12.185Z] v2.0.0-dev.5 [2021-03-30T18:33:12.185Z] v2.0.0-dev.6 [2021-03-30T18:33:12.185Z] v2.0.0-dev.7 [2021-03-30T18:33:12.185Z] v2.0.0-dev.8 [2021-03-30T18:33:12.185Z] v2.0.0-dev.9 [Pipeline] sh [2021-03-30T18:33:12.945Z] + lftools sign git-tag v2.0.0-dev.38 [2021-03-30T18:33:15.578Z] Signing Git tag with Sigul... [2021-03-30T18:33:15.578Z] Signing v2.0.0-dev.38 [Pipeline] echo [2021-03-30T18:33:16.649Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:33:17.786Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-03-30T18:33:17.813Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-03-30T18:33:17.925Z] $ docker stop --time=1 2a67ee610f4a14ab88d8508fb31905a2c2e18ef66fb7386113b0e1985fb0156c [2021-03-30T18:33:20.862Z] $ docker rm -f 2a67ee610f4a14ab88d8508fb31905a2c2e18ef66fb7386113b0e1985fb0156c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:33:21.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T18:33:21.947Z] . [Pipeline] withDockerContainer [2021-03-30T18:33:22.819Z] prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container [2021-03-30T18:33:22.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T18:33:24.737Z] $ docker top 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T18:33:25.144Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T18:33:25.144Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T18:33:26.092Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T18:33:26.098Z] $ docker exec 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 ssh-agent [2021-03-30T18:33:26.939Z] SSH_AUTH_SOCK=/tmp/ssh-J9Ciw6pEpfvN/agent.11 [2021-03-30T18:33:26.939Z] SSH_AGENT_PID=16 [2021-03-30T18:33:26.951Z] Running ssh-add (command line suppressed) [2021-03-30T18:33:27.183Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9200033051383530463.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9200033051383530463.key) [2021-03-30T18:33:27.269Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T18:33:27.993Z] + git semver bump pre [2021-03-30T18:33:27.993Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T18:33:27.993Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-03-30T18:33:27.993Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-03-30T18:33:27.993Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T18:33:27.993Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T18:33:27.993Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T18:33:27.993Z] # $SEMVER_BRANCH = master [2021-03-30T18:33:27.993Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-03-30T18:33:27.993Z] 2.0.0-dev.39 [Pipeline] } [2021-03-30T18:33:28.036Z] $ docker exec --env ******** --env ******** 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 ssh-agent -k [2021-03-30T18:33:29.125Z] unset SSH_AUTH_SOCK; [2021-03-30T18:33:29.125Z] unset SSH_AGENT_PID; [2021-03-30T18:33:29.128Z] echo Agent pid 16 killed; [2021-03-30T18:33:29.471Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T18:33:30.858Z] + git semver [Pipeline] } [2021-03-30T18:33:30.912Z] $ docker stop --time=1 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 [2021-03-30T18:33:33.934Z] $ docker rm -f 2d0100adfe401a20dfee7f2b32372ec31f81b1f292298c25bf2375e0b6437d46 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:33:34.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-30T18:33:34.547Z] . [Pipeline] withDockerContainer [2021-03-30T18:33:34.719Z] prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container [2021-03-30T18:33:34.862Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-30T18:33:36.777Z] $ docker top 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-30T18:33:37.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-30T18:33:37.654Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-30T18:33:39.027Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-30T18:33:39.032Z] $ docker exec 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 ssh-agent [2021-03-30T18:33:39.976Z] SSH_AUTH_SOCK=/tmp/ssh-w5yDFs4moNlW/agent.12 [2021-03-30T18:33:39.976Z] SSH_AGENT_PID=17 [2021-03-30T18:33:40.026Z] Running ssh-add (command line suppressed) [2021-03-30T18:33:40.281Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6515351465755572808.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6515351465755572808.key) [2021-03-30T18:33:40.534Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-30T18:33:42.060Z] + git semver push [2021-03-30T18:33:42.060Z] # -> Open(): unable to determine branch for HEAD [2021-03-30T18:33:42.060Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-03-30T18:33:42.060Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-03-30T18:33:42.060Z] # $SEMVER_REMOTE_NAME = origin [2021-03-30T18:33:42.060Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-30T18:33:42.060Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-30T18:33:42.060Z] # $SEMVER_BRANCH = master [2021-03-30T18:33:42.060Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-03-30T18:33:47.687Z] $ docker exec --env ******** --env ******** 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 ssh-agent -k [2021-03-30T18:33:48.506Z] unset SSH_AUTH_SOCK; [2021-03-30T18:33:48.516Z] unset SSH_AGENT_PID; [2021-03-30T18:33:48.516Z] echo Agent pid 17 killed; [2021-03-30T18:33:48.592Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-30T18:33:49.618Z] + git semver [Pipeline] } [2021-03-30T18:33:49.676Z] $ docker stop --time=1 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 [2021-03-30T18:33:52.144Z] $ docker rm -f 867db0da969061cec3314ee743802cec05084d6a3f1adfe28bf0ba165d45c880 [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 [2021-03-30T18:33:54.179Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:33:55.452Z] ---> package-listing.sh [2021-03-30T18:33:55.452Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-30T18:33:55.452Z] ++ facter osfamily [2021-03-30T18:33:56.118Z] + OS_FAMILY=redhat [2021-03-30T18:33:56.118Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-03-30T18:33:56.118Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-30T18:33:56.118Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-30T18:33:56.118Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-30T18:33:56.118Z] + PACKAGES=/tmp/packages_start.txt [2021-03-30T18:33:56.118Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-03-30T18:33:56.118Z] + PACKAGES=/tmp/packages_end.txt [2021-03-30T18:33:56.118Z] + case "${OS_FAMILY}" in [2021-03-30T18:33:56.118Z] + sort [2021-03-30T18:33:56.118Z] + rpm -qa [2021-03-30T18:34:04.652Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-30T18:34:04.652Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-30T18:34:04.652Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-30T18:34:04.653Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-03-30T18:34:04.653Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-03-30T18:34:04.653Z] + 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 [2021-03-30T18:34:04.697Z] 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 [2021-03-30T18:34:05.161Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:34:05.820Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T18:34:06.431Z] [2021-03-30T18:34:06.431Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-30T18:34:06.889Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T18:34:07.537Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-30T18:34:07.537Z] df20fa9351a1: Pulling fs layer [2021-03-30T18:34:07.537Z] 36b3adc4ff6f: Pulling fs layer [2021-03-30T18:34:07.537Z] 8ad3a11d3b57: Pulling fs layer [2021-03-30T18:34:07.537Z] 46f8f816bc3b: Pulling fs layer [2021-03-30T18:34:07.537Z] 93b61091891f: Pulling fs layer [2021-03-30T18:34:07.537Z] 93b9cdb0e59b: Pulling fs layer [2021-03-30T18:34:07.537Z] 5e14af77c1be: Pulling fs layer [2021-03-30T18:34:07.537Z] 01666e4c0597: Pulling fs layer [2021-03-30T18:34:07.537Z] aa168da1d23b: Pulling fs layer [2021-03-30T18:34:07.537Z] 93b9cdb0e59b: Waiting [2021-03-30T18:34:07.537Z] 5e14af77c1be: Waiting [2021-03-30T18:34:07.537Z] aa168da1d23b: Waiting [2021-03-30T18:34:07.537Z] 01666e4c0597: Waiting [2021-03-30T18:34:07.537Z] 46f8f816bc3b: Waiting [2021-03-30T18:34:07.537Z] 93b61091891f: Waiting [2021-03-30T18:34:07.537Z] 36b3adc4ff6f: Download complete [2021-03-30T18:34:07.537Z] 46f8f816bc3b: Verifying Checksum [2021-03-30T18:34:07.537Z] 46f8f816bc3b: Download complete [2021-03-30T18:34:07.898Z] df20fa9351a1: Verifying Checksum [2021-03-30T18:34:07.898Z] df20fa9351a1: Download complete [2021-03-30T18:34:07.898Z] 93b9cdb0e59b: Verifying Checksum [2021-03-30T18:34:07.898Z] 93b9cdb0e59b: Download complete [2021-03-30T18:34:07.898Z] 5e14af77c1be: Verifying Checksum [2021-03-30T18:34:07.898Z] 5e14af77c1be: Download complete [2021-03-30T18:34:07.898Z] 01666e4c0597: Verifying Checksum [2021-03-30T18:34:07.898Z] 01666e4c0597: Download complete [2021-03-30T18:34:08.555Z] 93b61091891f: Verifying Checksum [2021-03-30T18:34:08.555Z] 93b61091891f: Download complete [2021-03-30T18:34:09.199Z] df20fa9351a1: Pull complete [2021-03-30T18:34:09.199Z] 8ad3a11d3b57: Verifying Checksum [2021-03-30T18:34:09.199Z] 8ad3a11d3b57: Download complete [2021-03-30T18:34:09.583Z] 36b3adc4ff6f: Pull complete [2021-03-30T18:34:11.919Z] 8ad3a11d3b57: Pull complete [2021-03-30T18:34:12.726Z] 46f8f816bc3b: Pull complete [2021-03-30T18:34:14.372Z] 93b61091891f: Pull complete [2021-03-30T18:34:15.484Z] 93b9cdb0e59b: Pull complete [2021-03-30T18:34:15.782Z] 5e14af77c1be: Pull complete [2021-03-30T18:34:16.070Z] 01666e4c0597: Pull complete [2021-03-30T18:34:16.070Z] aa168da1d23b: Verifying Checksum [2021-03-30T18:34:16.070Z] aa168da1d23b: Download complete [2021-03-30T18:34:35.368Z] aa168da1d23b: Pull complete [2021-03-30T18:34:35.368Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-30T18:34:35.368Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-30T18:34:35.368Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-30T18:34:36.578Z] prd-centos7-docker-4c-2g-32071 does not seem to be running inside a container [2021-03-30T18:34:36.841Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-30T18:34:39.997Z] $ docker top 5e0d68e3f30b0aa43ebb0bbdd3cc76f4e9b441951f1d4b4e1042ccc44aeac068 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-30T18:34:41.992Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-30T18:34:42.856Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-30T18:34:43.628Z] + ls /var/log/sa-host [2021-03-30T18:34:43.628Z] + sadf -c /var/log/sa-host/sa23 [2021-03-30T18:34:43.628Z] file_magic: OK [2021-03-30T18:34:43.628Z] HZ: Using current value: 100 [2021-03-30T18:34:43.628Z] file_header: OK [2021-03-30T18:34:43.628Z] 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 [2021-03-30T18:34:43.628Z] Statistics: [2021-03-30T18:34:43.628Z] Hnuu...uuuununununu... [2021-03-30T18:34:43.628Z] File successfully converted to sysstat format version 12.2.1 [2021-03-30T18:34:43.628Z] + sadf -c /var/log/sa-host/sa30 [2021-03-30T18:34:43.628Z] file_magic: OK [2021-03-30T18:34:43.628Z] HZ: Using current value: 100 [2021-03-30T18:34:43.628Z] file_header: OK [2021-03-30T18:34:43.628Z] 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 [2021-03-30T18:34:43.628Z] Statistics: [2021-03-30T18:34:43.628Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-30T18:34:43.628Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-30T18:34:44.406Z] provisioning config files... [2021-03-30T18:34:44.442Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4548349927687397611tmp [Pipeline] { [Pipeline] echo [2021-03-30T18:34:44.536Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:34:45.293Z] ---> create-netrc.sh [Pipeline] } [2021-03-30T18:34:45.315Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-30T18:34:45.415Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:34:46.106Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-30T18:34:46.128Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:34:46.914Z] ---> sudo-logs.sh [2021-03-30T18:34:46.914Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-30T18:34:47.004Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:34:47.851Z] ---> job-cost.sh [2021-03-30T18:34:47.851Z] lf-activate-venv: SKIPPING [2021-03-30T18:34:47.851Z] DEBUG: total: 0.20999999344348907 [2021-03-30T18:34:47.851Z] INFO: Retrieving Stack Cost... [2021-03-30T18:34:48.838Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-30T18:34:49.452Z] INFO: Archiving Costs [Pipeline] echo [2021-03-30T18:34:49.474Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-30T18:34:51.077Z] ---> logs-deploy.sh [2021-03-30T18:34:51.077Z] lf-activate-venv: SKIPPING [2021-03-30T18:34:51.077Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/207 [2021-03-30T18:34:51.077Z] INFO: archiving workspace using pattern(s): [2021-03-30T18:34:52.696Z] Archives upload complete. [2021-03-30T18:34:52.965Z] INFO: archiving logs to Nexus [2021-03-30T18:34:55.051Z] ---> uname -a: [2021-03-30T18:34:55.051Z] Linux prd-centos7-docker-4c-2g-32071.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-03-30T18:34:55.051Z] [2021-03-30T18:34:55.051Z] [2021-03-30T18:34:55.051Z] ---> lscpu: [2021-03-30T18:34:55.051Z] Architecture: x86_64 [2021-03-30T18:34:55.051Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-30T18:34:55.051Z] Byte Order: Little Endian [2021-03-30T18:34:55.051Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-30T18:34:55.051Z] CPU(s): 4 [2021-03-30T18:34:55.051Z] On-line CPU(s) list: 0-3 [2021-03-30T18:34:55.051Z] Thread(s) per core: 1 [2021-03-30T18:34:55.051Z] Core(s) per socket: 1 [2021-03-30T18:34:55.051Z] Socket(s): 4 [2021-03-30T18:34:55.052Z] NUMA node(s): 1 [2021-03-30T18:34:55.052Z] Vendor ID: GenuineIntel [2021-03-30T18:34:55.052Z] CPU family: 6 [2021-03-30T18:34:55.052Z] Model: 44 [2021-03-30T18:34:55.052Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-30T18:34:55.052Z] Stepping: 1 [2021-03-30T18:34:55.052Z] CPU MHz: 2933.438 [2021-03-30T18:34:55.052Z] BogoMIPS: 5866.87 [2021-03-30T18:34:55.052Z] Virtualization: VT-x [2021-03-30T18:34:55.052Z] Hypervisor vendor: KVM [2021-03-30T18:34:55.052Z] Virtualization type: full [2021-03-30T18:34:55.052Z] L1d cache: 128 KiB [2021-03-30T18:34:55.052Z] L1i cache: 128 KiB [2021-03-30T18:34:55.052Z] L2 cache: 16 MiB [2021-03-30T18:34:55.052Z] L3 cache: 64 MiB [2021-03-30T18:34:55.052Z] NUMA node0 CPU(s): 0-3 [2021-03-30T18:34:55.052Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-30T18:34:55.052Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-30T18:34:55.052Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-30T18:34:55.052Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-30T18:34:55.052Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-30T18:34:55.052Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-30T18:34:55.052Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-30T18:34:55.052Z] Vulnerability Srbds: Not affected [2021-03-30T18:34:55.052Z] Vulnerability Tsx async abort: Not affected [2021-03-30T18:34:55.052Z] 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 [2021-03-30T18:34:55.052Z] [2021-03-30T18:34:55.052Z] [2021-03-30T18:34:55.052Z] ---> nproc: [2021-03-30T18:34:55.052Z] 4 [2021-03-30T18:34:55.052Z] [2021-03-30T18:34:55.052Z] [2021-03-30T18:34:55.052Z] ---> df -h: [2021-03-30T18:34:55.052Z] Filesystem Size Used Available Use% Mounted on [2021-03-30T18:34:55.052Z] overlay 50.0G 8.6G 41.4G 17% / [2021-03-30T18:34:55.052Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-30T18:34:55.052Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-30T18:34:55.052Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-03-30T18:34:55.052Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-03-30T18:34:55.052Z] [2021-03-30T18:34:55.052Z] [2021-03-30T18:34:55.052Z] ---> free -m: [2021-03-30T18:34:55.052Z] total used free shared buff/cache available [2021-03-30T18:34:55.052Z] Mem: 1837 788 166 0 881 983 [2021-03-30T18:34:55.052Z] Swap: 1023 2 1021 [2021-03-30T18:34:55.052Z] [2021-03-30T18:34:55.052Z] [2021-03-30T18:34:55.364Z] ---> ip addr: [2021-03-30T18:34:55.364Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-30T18:34:55.364Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-30T18:34:55.364Z] inet 127.0.0.1/8 scope host lo [2021-03-30T18:34:55.364Z] valid_lft forever preferred_lft forever [2021-03-30T18:34:55.364Z] inet6 ::1/128 scope host [2021-03-30T18:34:55.364Z] valid_lft forever preferred_lft forever [2021-03-30T18:34:55.364Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-30T18:34:55.364Z] link/ether fa:16:3e:d1:76:79 brd ff:ff:ff:ff:ff:ff [2021-03-30T18:34:55.364Z] inet 10.30.122.140/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-30T18:34:55.364Z] valid_lft 85544sec preferred_lft 85544sec [2021-03-30T18:34:55.364Z] inet6 fe80::f816:3eff:fed1:7679/64 scope link [2021-03-30T18:34:55.364Z] valid_lft forever preferred_lft forever [2021-03-30T18:34:55.364Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-30T18:34:55.364Z] link/ether 02:42:9e:1c:b8:5f brd ff:ff:ff:ff:ff:ff [2021-03-30T18:34:55.364Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-30T18:34:55.364Z] valid_lft forever preferred_lft forever [2021-03-30T18:34:55.364Z] inet6 fe80::42:9eff:fe1c:b85f/64 scope link [2021-03-30T18:34:55.364Z] valid_lft forever preferred_lft forever [2021-03-30T18:34:55.364Z] [2021-03-30T18:34:55.364Z] [2021-03-30T18:34:55.364Z] ---> sar -b -r -n DEV: [2021-03-30T18:34:55.364Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/30/21 _x86_64_ (4 CPU) [2021-03-30T18:34:55.364Z] [2021-03-30T18:34:55.364Z] 18:20:25 LINUX RESTART (4 CPU) [2021-03-30T18:34:55.364Z] [2021-03-30T18:34:55.364Z] 18:21:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-30T18:34:55.364Z] 18:22:01 129.77 65.40 64.37 0.00 4205.74 37100.27 0.00 [2021-03-30T18:34:55.364Z] 18:23:01 31.67 11.38 20.29 0.00 4344.42 3601.81 0.00 [2021-03-30T18:34:55.364Z] 18:24:01 2.01 0.00 2.01 0.00 0.00 36.73 0.00 [2021-03-30T18:34:55.364Z] 18:25:01 0.28 0.00 0.28 0.00 0.00 3.36 0.00 [2021-03-30T18:34:55.364Z] 18:26:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 [2021-03-30T18:34:55.364Z] 18:27:02 0.33 0.00 0.33 0.00 0.00 4.29 0.00 [2021-03-30T18:34:55.364Z] 18:28:01 0.24 0.00 0.24 0.00 0.00 2.74 0.00 [2021-03-30T18:34:55.364Z] 18:29:01 0.17 0.00 0.17 0.00 0.00 1.88 0.00 [2021-03-30T18:34:55.364Z] 18:30:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 [2021-03-30T18:34:55.364Z] 18:31:01 74.00 31.31 42.69 0.00 1531.14 18708.61 0.00 [2021-03-30T18:34:55.364Z] 18:32:01 257.43 169.75 87.67 0.00 7421.40 18228.41 0.00 [2021-03-30T18:34:55.364Z] 18:33:02 174.21 43.89 130.33 0.00 2551.28 30217.15 0.00 [2021-03-30T18:34:55.364Z] 18:34:01 74.12 56.81 17.31 0.00 5139.58 3061.08 0.00 [2021-03-30T18:34:55.364Z] Average: 57.39 29.15 28.24 0.00 1938.08 8562.87 0.00 [2021-03-30T18:34:55.364Z] [2021-03-30T18:34:55.364Z] 18:21:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-30T18:34:55.365Z] 18:22:01 75596 0 537692 28.58 2620 1265636 1038168 35.43 385000 1223652 17768 [2021-03-30T18:34:55.365Z] 18:23:01 204744 0 573472 30.48 2620 1100708 1095452 37.39 393088 1083664 12 [2021-03-30T18:34:55.365Z] 18:24:01 217460 0 560752 29.80 2620 1100712 999080 34.10 396720 1069100 12 [2021-03-30T18:34:55.365Z] 18:25:01 212904 0 565304 30.04 2620 1100716 1004752 34.29 399300 1071276 12 [2021-03-30T18:34:55.365Z] 18:26:01 212580 0 565624 30.06 2620 1100720 1005780 34.33 405548 1065132 8 [2021-03-30T18:34:55.365Z] 18:27:02 215808 0 562388 29.89 2620 1100728 999216 34.10 435532 1032404 8 [2021-03-30T18:34:55.365Z] 18:28:01 216296 0 561900 29.86 2620 1100728 999192 34.10 435528 1032404 12 [2021-03-30T18:34:55.365Z] 18:29:01 216244 0 561944 29.87 2620 1100736 999096 34.10 435040 1032404 8 [2021-03-30T18:34:55.365Z] 18:30:01 216384 0 561800 29.86 2620 1100740 999144 34.10 435172 1032400 8 [2021-03-30T18:34:55.365Z] 18:31:01 70928 0 687952 36.56 2620 1120044 1435464 48.99 488240 1070604 19144 [2021-03-30T18:34:55.365Z] 18:32:01 153124 0 670776 35.65 2596 1055048 1325412 45.23 534484 944380 65280 [2021-03-30T18:34:55.365Z] 18:33:02 88452 0 758228 40.30 2112 1032752 1324720 45.21 552496 901980 520 [2021-03-30T18:34:55.365Z] 18:34:01 111352 0 755732 40.17 1808 1012652 1228324 41.92 554600 875160 108 [2021-03-30T18:34:55.365Z] Average: 170144 0 609505 32.39 2517 1099378 1111831 37.94 450058 1033428 7915 [2021-03-30T18:34:55.365Z] [2021-03-30T18:34:55.365Z] 18:21:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-30T18:34:55.365Z] 18:22:01 eth0 206.44 158.31 994.18 58.08 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:23:01 eth0 156.05 148.64 646.43 45.76 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:23:01 docker0 97.62 91.81 8.97 310.87 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:24:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:25:01 eth0 2.00 1.15 3.18 0.20 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:26:01 eth0 0.52 0.45 0.31 0.26 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:27:02 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:27:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:27:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:28:01 eth0 0.22 0.19 0.07 0.01 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:31:01 eth0 412.77 355.09 4061.27 30.34 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:32:01 eth0 209.40 179.20 1397.22 56.56 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:32:01 docker0 51.03 55.18 4.63 263.22 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:33:02 vethef49f40 2.51 1.78 0.19 0.48 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:33:02 eth0 243.22 203.51 2106.56 45.99 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:33:02 docker0 2.51 1.65 0.16 0.47 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:34:01 eth0 81.76 68.51 287.48 60.24 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] 18:34:01 docker0 27.26 33.92 1.81 235.74 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] Average: eth0 101.31 86.03 732.97 22.89 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] Average: docker0 13.72 14.04 1.20 62.22 0.00 0.00 0.00 0.00 [2021-03-30T18:34:55.365Z] [2021-03-30T18:34:55.365Z] [2021-03-30T18:34:55.365Z] ---> sar -P ALL: [2021-03-30T18:34:55.365Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/30/21 _x86_64_ (4 CPU) [2021-03-30T18:34:55.365Z] [2021-03-30T18:34:55.365Z] 18:20:25 LINUX RESTART (4 CPU) [2021-03-30T18:34:55.365Z] [2021-03-30T18:34:55.365Z] 18:21:01 CPU %user %nice %system %iowait %steal %idle [2021-03-30T18:34:55.365Z] 18:22:01 all 11.37 0.00 7.55 6.88 30.93 43.27 [2021-03-30T18:34:55.365Z] 18:22:01 0 14.34 0.00 6.92 7.57 31.59 39.59 [2021-03-30T18:34:55.365Z] 18:22:01 1 9.17 0.00 6.44 9.17 31.34 43.88 [2021-03-30T18:34:55.365Z] 18:22:01 2 12.55 0.00 10.48 5.51 29.53 41.92 [2021-03-30T18:34:55.365Z] 18:22:01 3 9.53 0.00 6.40 5.22 31.25 47.59 [2021-03-30T18:34:55.365Z] 18:23:01 all 3.29 0.00 3.09 0.84 13.67 79.11 [2021-03-30T18:34:55.365Z] 18:23:01 0 3.18 0.00 3.18 0.48 15.01 78.15 [2021-03-30T18:34:55.365Z] 18:23:01 1 3.33 0.00 3.17 1.06 13.36 79.09 [2021-03-30T18:34:55.365Z] 18:23:01 2 4.83 0.00 2.94 1.59 13.48 77.17 [2021-03-30T18:34:55.365Z] 18:23:01 3 1.86 0.00 3.06 0.23 12.84 82.01 [2021-03-30T18:34:55.365Z] 18:24:01 all 0.14 0.00 0.14 0.00 1.18 98.54 [2021-03-30T18:34:55.365Z] 18:24:01 0 0.13 0.00 0.15 0.00 1.73 98.00 [2021-03-30T18:34:55.365Z] 18:24:01 1 0.03 0.00 0.12 0.00 1.35 98.50 [2021-03-30T18:34:55.365Z] 18:24:01 2 0.07 0.00 0.17 0.00 1.04 98.73 [2021-03-30T18:34:55.365Z] 18:24:01 3 0.33 0.00 0.13 0.00 0.60 98.94 [2021-03-30T18:34:55.365Z] 18:25:01 all 0.15 0.00 0.11 0.00 1.61 98.13 [2021-03-30T18:34:55.365Z] 18:25:01 0 0.15 0.00 0.08 0.00 0.83 98.94 [2021-03-30T18:34:55.365Z] 18:25:01 1 0.08 0.00 0.08 0.00 1.63 98.21 [2021-03-30T18:34:55.365Z] 18:25:01 2 0.36 0.00 0.18 0.00 2.16 97.29 [2021-03-30T18:34:55.365Z] 18:25:01 3 0.02 0.00 0.10 0.00 1.80 98.08 [2021-03-30T18:34:55.365Z] 18:26:01 all 0.11 0.00 0.06 0.00 0.53 99.30 [2021-03-30T18:34:55.365Z] 18:26:01 0 0.03 0.00 0.03 0.00 0.27 99.67 [2021-03-30T18:34:55.365Z] 18:26:01 1 0.05 0.00 0.05 0.00 0.84 99.06 [2021-03-30T18:34:55.365Z] 18:26:01 2 0.17 0.00 0.12 0.00 0.81 98.91 [2021-03-30T18:34:55.365Z] 18:26:01 3 0.20 0.00 0.03 0.00 0.20 99.57 [2021-03-30T18:34:55.365Z] 18:27:02 all 0.09 0.00 0.21 0.00 1.13 98.57 [2021-03-30T18:34:55.365Z] 18:27:02 0 0.05 0.00 0.28 0.00 0.51 99.15 [2021-03-30T18:34:55.365Z] 18:27:02 1 0.05 0.00 0.08 0.00 1.68 98.19 [2021-03-30T18:34:55.365Z] 18:27:02 2 0.08 0.00 0.33 0.00 1.76 97.83 [2021-03-30T18:34:55.365Z] 18:27:02 3 0.18 0.00 0.15 0.00 0.55 99.12 [2021-03-30T18:34:55.365Z] 18:28:01 all 0.10 0.00 0.05 0.02 0.84 98.98 [2021-03-30T18:34:55.365Z] 18:28:01 0 0.03 0.00 0.05 0.00 0.32 99.60 [2021-03-30T18:34:55.365Z] 18:28:01 1 0.05 0.00 0.07 0.08 1.83 97.97 [2021-03-30T18:34:55.365Z] 18:28:01 2 0.32 0.00 0.07 0.00 0.97 98.64 [2021-03-30T18:34:55.365Z] 18:28:01 3 0.00 0.00 0.03 0.00 0.24 99.73 [2021-03-30T18:34:55.365Z] 18:29:01 all 0.09 0.00 0.03 0.00 1.69 98.19 [2021-03-30T18:34:55.365Z] 18:29:01 0 0.03 0.00 0.03 0.00 0.43 99.50 [2021-03-30T18:34:55.365Z] 18:29:01 1 0.27 0.00 0.03 0.00 3.07 96.62 [2021-03-30T18:34:55.365Z] 18:29:01 2 0.05 0.00 0.03 0.00 2.38 97.54 [2021-03-30T18:34:55.365Z] 18:29:01 3 0.02 0.00 0.02 0.00 0.83 99.14 [2021-03-30T18:34:55.365Z] 18:30:01 all 0.08 0.00 0.02 0.01 1.34 98.54 [2021-03-30T18:34:55.365Z] 18:30:01 0 0.00 0.00 0.02 0.00 0.53 99.45 [2021-03-30T18:34:55.365Z] 18:30:01 1 0.11 0.00 0.03 0.05 3.09 96.71 [2021-03-30T18:34:55.365Z] 18:30:01 2 0.20 0.00 0.03 0.00 1.09 98.68 [2021-03-30T18:34:55.365Z] 18:30:01 3 0.02 0.00 0.02 0.00 0.61 99.35 [2021-03-30T18:34:55.365Z] 18:31:01 all 2.51 0.00 2.71 0.52 20.19 74.07 [2021-03-30T18:34:55.365Z] 18:31:01 0 2.65 0.00 3.09 0.21 20.89 73.15 [2021-03-30T18:34:55.365Z] 18:31:01 1 2.57 0.00 3.22 0.44 20.56 73.21 [2021-03-30T18:34:55.365Z] 18:31:01 2 2.45 0.00 2.02 0.51 21.00 74.01 [2021-03-30T18:34:55.365Z] 18:31:01 3 2.36 0.00 2.49 0.92 18.28 75.95 [2021-03-30T18:34:55.365Z] 18:32:01 all 4.92 0.00 5.35 3.49 25.75 60.49 [2021-03-30T18:34:55.365Z] 18:32:01 0 4.83 0.00 5.38 3.60 27.47 58.72 [2021-03-30T18:34:55.365Z] 18:32:01 1 5.70 0.00 7.17 4.24 25.74 57.15 [2021-03-30T18:34:55.365Z] 18:32:01 2 4.18 0.00 3.86 4.06 24.92 62.98 [2021-03-30T18:34:55.365Z] 18:32:01 3 4.99 0.00 5.02 2.08 24.88 63.03 [2021-03-30T18:34:55.365Z] [2021-03-30T18:34:55.365Z] 18:32:01 CPU %user %nice %system %iowait %steal %idle [2021-03-30T18:34:55.365Z] 18:33:02 all 4.56 0.00 5.51 1.39 33.78 54.76 [2021-03-30T18:34:55.365Z] 18:33:02 0 3.63 0.00 4.48 0.37 35.94 55.57 [2021-03-30T18:34:55.365Z] 18:33:02 1 5.51 0.00 6.27 1.42 34.42 52.38 [2021-03-30T18:34:55.365Z] 18:33:02 2 4.31 0.00 5.45 0.27 32.45 57.52 [2021-03-30T18:34:55.365Z] 18:33:02 3 4.82 0.00 5.89 3.57 32.20 53.52 [2021-03-30T18:34:55.365Z] 18:34:01 all 4.16 0.00 4.91 2.44 21.68 66.81 [2021-03-30T18:34:55.365Z] 18:34:01 0 5.30 0.00 5.17 1.22 23.33 64.98 [2021-03-30T18:34:55.365Z] 18:34:01 1 7.10 0.00 5.02 6.11 23.50 58.27 [2021-03-30T18:34:55.365Z] 18:34:01 2 2.31 0.00 4.84 1.12 19.75 71.99 [2021-03-30T18:34:55.365Z] 18:34:01 3 1.94 0.00 4.62 1.35 20.11 71.97 [2021-03-30T18:34:55.365Z] Average: all 2.58 0.00 2.44 1.28 12.62 81.08 [2021-03-30T18:34:55.365Z] Average: 0 2.81 0.00 2.37 1.10 13.13 80.60 [2021-03-30T18:34:55.365Z] Average: 1 2.77 0.00 2.59 1.84 13.18 79.61 [2021-03-30T18:34:55.365Z] Average: 2 2.59 0.00 2.49 1.06 12.34 81.52 [2021-03-30T18:34:55.365Z] Average: 3 2.16 0.00 2.29 1.11 11.83 82.60 [2021-03-30T18:34:55.365Z] [2021-03-30T18:34:55.365Z] [2021-03-30T18:34:55.365Z]