Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b47a0ce386124b7b74fceae84a41ab212cf3cd4d 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25793 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b47a0ce386124b7b74fceae84a41ab212cf3cd4d (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b47a0ce386124b7b74fceae84a41ab212cf3cd4d # timeout=10 Commit message: "fix: Fixed and enhanced Filter function debug messages (#686)" > git rev-list --no-walk 583298e4aa671ff36305015a0780c544e6ee2721 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T15:49:59.321Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T15:49:59.582Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T15:49:59.683Z] ========================================================= [2021-02-09T15:49:59.683Z] EdgeX Global Pipelines Version Info [2021-02-09T15:49:59.683Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:50:01.180Z] ------------------- [2021-02-09T15:50:01.180Z] stable info: [2021-02-09T15:50:01.180Z] ------------------- [2021-02-09T15:50:01.180Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T15:50:01.180Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T15:50:01.180Z] Message: update stable to v1.0.179 [2021-02-09T15:50:02.137Z] ------------------- [2021-02-09T15:50:02.137Z] experimental info: [2021-02-09T15:50:02.137Z] ------------------- [2021-02-09T15:50:02.137Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T15:50:02.137Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T15:50:02.137Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T15:50:02.514Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-09T15:50:02.612Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-09T15:50:02.770Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T15:50:02.854Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T15:50:02.947Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T15:50:03.036Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T15:50:03.140Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T15:50:03.231Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T15:50:03.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-09T15:50:03.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T15:50:03.488Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T15:50:03.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-09T15:50:03.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T15:50:03.775Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T15:50:03.865Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T15:50:03.952Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T15:50:04.034Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T15:50:04.142Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-09T15:50:04.251Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T15:50:04.384Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-09T15:50:04.485Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T15:50:04.610Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-09T15:50:04.709Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-09T15:50:04.794Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-09T15:50:04.880Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-09T15:50:04.972Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T15:50:05.065Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T15:50:05.152Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-02-09T15:50:05.241Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-02-09T15:50:05.327Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-02-09T15:50:05.416Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b47a0ce386124b7b74fceae84a41ab212cf3cd4d [Pipeline] echo [2021-02-09T15:50:05.512Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b47a0ce [Pipeline] echo [2021-02-09T15:50:05.595Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T15:50:06.268Z] + git log --format=format:%s -1 b47a0ce386124b7b74fceae84a41ab212cf3cd4d [Pipeline] echo [2021-02-09T15:50:06.365Z] GIT_COMMIT: b47a0ce386124b7b74fceae84a41ab212cf3cd4d, Commit Message: fix: Fixed and enhanced Filter function debug messages (#686) [Pipeline] echo [2021-02-09T15:50:06.417Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:50:07.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:50:07.952Z] [2021-02-09T15:50:07.952Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:50:08.394Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:50:08.394Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T15:50:08.394Z] 31603596830f: Pulling fs layer [2021-02-09T15:50:08.394Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T15:50:08.394Z] 6ca5941a6612: Pulling fs layer [2021-02-09T15:50:08.394Z] ecc8261a40a4: Pulling fs layer [2021-02-09T15:50:08.394Z] ecc8261a40a4: Waiting [2021-02-09T15:50:08.675Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T15:50:08.675Z] 2a8b12db71e7: Download complete [2021-02-09T15:50:08.960Z] 31603596830f: Verifying Checksum [2021-02-09T15:50:08.960Z] 31603596830f: Download complete [2021-02-09T15:50:09.234Z] ecc8261a40a4: Verifying Checksum [2021-02-09T15:50:09.234Z] ecc8261a40a4: Download complete [2021-02-09T15:50:09.234Z] 31603596830f: Pull complete [2021-02-09T15:50:09.234Z] 6ca5941a6612: Verifying Checksum [2021-02-09T15:50:09.234Z] 6ca5941a6612: Download complete [2021-02-09T15:50:09.511Z] 2a8b12db71e7: Pull complete [2021-02-09T15:50:10.106Z] 6ca5941a6612: Pull complete [2021-02-09T15:50:10.696Z] ecc8261a40a4: Pull complete [2021-02-09T15:50:10.696Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T15:50:10.696Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:50:10.696Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T15:50:10.837Z] prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container [2021-02-09T15:50:11.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T15:50:13.653Z] $ docker top f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T15:50:13.970Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T15:50:13.971Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T15:50:14.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T15:50:14.243Z] $ docker exec f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 ssh-agent [2021-02-09T15:50:14.435Z] SSH_AUTH_SOCK=/tmp/ssh-TaIHHU1NktfU/agent.13 [2021-02-09T15:50:14.435Z] SSH_AGENT_PID=19 [2021-02-09T15:50:14.448Z] Running ssh-add (command line suppressed) [2021-02-09T15:50:14.579Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5759012938878251701.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5759012938878251701.key) [2021-02-09T15:50:14.638Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T15:50:15.022Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T15:50:15.047Z] $ docker exec --env ******** --env ******** f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 ssh-agent -k [2021-02-09T15:50:15.169Z] unset SSH_AUTH_SOCK; [2021-02-09T15:50:15.170Z] unset SSH_AGENT_PID; [2021-02-09T15:50:15.170Z] echo Agent pid 19 killed; [2021-02-09T15:50:15.222Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T15:50:15.355Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T15:50:15.355Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T15:50:15.525Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T15:50:15.529Z] $ docker exec f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 ssh-agent [2021-02-09T15:50:15.698Z] SSH_AUTH_SOCK=/tmp/ssh-iDep902Iv2Pw/agent.49 [2021-02-09T15:50:15.698Z] SSH_AGENT_PID=54 [2021-02-09T15:50:15.706Z] Running ssh-add (command line suppressed) [2021-02-09T15:50:15.836Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5062390136807430703.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5062390136807430703.key) [2021-02-09T15:50:15.889Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T15:50:16.226Z] + git semver init [2021-02-09T15:50:16.226Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T15:50:16.226Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-09T15:50:16.226Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-09T15:50:16.226Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T15:50:16.226Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T15:50:16.226Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T15:50:16.226Z] # $SEMVER_BRANCH = master [2021-02-09T15:50:16.226Z] # $SEMVER_TEMP = /tmp/semver-502228219 [2021-02-09T15:50:16.226Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-09T15:50:18.822Z] # '/tmp/semver-502228219' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2021-02-09T15:50:18.822Z] # -> Force: false [2021-02-09T15:50:18.822Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-09T15:50:18.837Z] $ docker exec --env ******** --env ******** f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 ssh-agent -k [2021-02-09T15:50:18.977Z] unset SSH_AUTH_SOCK; [2021-02-09T15:50:18.978Z] unset SSH_AGENT_PID; [2021-02-09T15:50:18.978Z] echo Agent pid 54 killed; [2021-02-09T15:50:19.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T15:50:19.502Z] + git semver [Pipeline] } [2021-02-09T15:50:19.524Z] $ docker stop --time=1 f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 [2021-02-09T15:50:21.009Z] $ docker rm -f f1047aadc119157dc1eedc8604f142191ca68291e784462fda91d3d45ce679b2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T15:50:21.479Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T15:50:21.949Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T15:50:21.952Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.10 [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-02-09T15:50:37.515Z] Still waiting to schedule task [2021-02-09T15:50:37.515Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-02-09T15:50:37.518Z] Still waiting to schedule task [2021-02-09T15:50:37.518Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-09T15:52:31.057Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25795 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-09T15:52:31.129Z] Running in /w/workspace/app-functions-sdk-go/177 [Pipeline] { [Pipeline] checkout [2021-02-09T15:52:37.769Z] using credential edgex-jenkins-ssh [2021-02-09T15:52:37.840Z] Cloning the remote Git repository [2021-02-09T15:52:37.907Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-09T15:52:38.023Z] > git init /w/workspace/app-functions-sdk-go/177 # timeout=10 [2021-02-09T15:52:38.108Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-09T15:52:38.109Z] > git --version # timeout=10 [2021-02-09T15:52:38.122Z] > git --version # 'git version 2.17.1' [2021-02-09T15:52:38.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:52:38.193Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T15:52:41.282Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-09T15:52:41.302Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T15:52:41.331Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-09T15:52:41.373Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-09T15:52:41.374Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:52:41.386Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T15:52:41.837Z] Checking out Revision b47a0ce386124b7b74fceae84a41ab212cf3cd4d (master) [2021-02-09T15:52:41.856Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T15:52:41.875Z] > git checkout -f b47a0ce386124b7b74fceae84a41ab212cf3cd4d # timeout=10 [2021-02-09T15:52:44.856Z] Running on prd-centos7-docker-4c-2g-25796 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2021-02-09T15:52:44.915Z] Running in /w/workspace/app-functions-sdk-go/177 [Pipeline] { [Pipeline] checkout [2021-02-09T15:52:46.366Z] Commit message: "fix: Fixed and enhanced Filter function debug messages (#686)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T15:52:47.663Z] using credential edgex-jenkins-ssh [2021-02-09T15:52:47.721Z] Cloning the remote Git repository [2021-02-09T15:52:48.328Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T15:52:47.744Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-09T15:52:47.813Z] > git init /w/workspace/app-functions-sdk-go/177 # timeout=10 [2021-02-09T15:52:47.878Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-09T15:52:47.878Z] > git --version # timeout=10 [2021-02-09T15:52:47.884Z] > git --version # 'git version 2.24.3' [2021-02-09T15:52:47.885Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:52:47.915Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T15:52:48.744Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T15:52:49.158Z] + + true [2021-02-09T15:52:49.158Z] sudo service docker restart [Pipeline] unstash [Pipeline] echo [2021-02-09T15:52:52.075Z] ========================================================= [2021-02-09T15:52:52.075Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T15:52:52.075Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:52:52.494Z] + 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-02-09T15:52:53.482Z] Sending build context to Docker daemon 19.12MB [2021-02-09T15:52:53.482Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T15:52:53.482Z] Step 2/8 : FROM ${BASE} [2021-02-09T15:52:54.079Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T15:52:54.079Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T15:52:54.079Z] a4357932f1b6: Pulling fs layer [2021-02-09T15:52:54.079Z] 18c013af1878: Pulling fs layer [2021-02-09T15:52:54.079Z] 00ac8860ef70: Pulling fs layer [2021-02-09T15:52:54.079Z] 63d7cb157983: Pulling fs layer [2021-02-09T15:52:54.079Z] b116817d02f9: Pulling fs layer [2021-02-09T15:52:54.079Z] 745a02a5169b: Pulling fs layer [2021-02-09T15:52:54.079Z] 63d7cb157983: Waiting [2021-02-09T15:52:54.079Z] b116817d02f9: Waiting [2021-02-09T15:52:54.079Z] 745a02a5169b: Waiting [2021-02-09T15:52:54.079Z] 00ac8860ef70: Waiting [2021-02-09T15:52:54.079Z] 18c013af1878: Verifying Checksum [2021-02-09T15:52:54.079Z] 18c013af1878: Download complete [2021-02-09T15:52:54.079Z] a4357932f1b6: Verifying Checksum [2021-02-09T15:52:54.079Z] a4357932f1b6: Download complete [2021-02-09T15:52:54.079Z] 63d7cb157983: Verifying Checksum [2021-02-09T15:52:54.079Z] 63d7cb157983: Download complete [2021-02-09T15:52:54.079Z] b116817d02f9: Download complete [2021-02-09T15:52:55.057Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T15:52:55.057Z] 5f621e34cdf4: Download complete [2021-02-09T15:52:55.676Z] 5f621e34cdf4: Pull complete [2021-02-09T15:52:56.278Z] a4357932f1b6: Pull complete [2021-02-09T15:52:56.553Z] 18c013af1878: Pull complete [2021-02-09T15:52:56.830Z] 745a02a5169b: Download complete [2021-02-09T15:52:58.291Z] 00ac8860ef70: Verifying Checksum [2021-02-09T15:52:58.291Z] 00ac8860ef70: Download complete [2021-02-09T15:52:58.876Z] Checking out Revision b47a0ce386124b7b74fceae84a41ab212cf3cd4d (master) [2021-02-09T15:52:58.416Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-09T15:52:58.424Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T15:52:58.439Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-09T15:52:58.456Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-09T15:52:58.456Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T15:52:58.461Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T15:52:58.885Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T15:52:58.890Z] > git checkout -f b47a0ce386124b7b74fceae84a41ab212cf3cd4d # timeout=10 [2021-02-09T15:53:02.484Z] Commit message: "fix: Fixed and enhanced Filter function debug messages (#686)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T15:53:04.291Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T15:53:04.630Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T15:53:04.931Z] + sudo service docker restart [2021-02-09T15:53:04.932Z] + true [2021-02-09T15:53:04.932Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-09T15:53:06.025Z] ========================================================= [2021-02-09T15:53:06.025Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T15:53:06.025Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:53:06.380Z] + 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-02-09T15:53:06.974Z] Sending build context to Docker daemon 19.12MB [2021-02-09T15:53:06.974Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T15:53:06.974Z] Step 2/8 : FROM ${BASE} [2021-02-09T15:53:06.974Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T15:53:06.974Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T15:53:06.974Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T15:53:06.974Z] de9db76c5a1d: Pulling fs layer [2021-02-09T15:53:06.974Z] bca2f99d35d6: Pulling fs layer [2021-02-09T15:53:06.974Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T15:53:06.974Z] 7c6f9722023f: Pulling fs layer [2021-02-09T15:53:06.974Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T15:53:06.974Z] 93359f2a8cfa: Waiting [2021-02-09T15:53:06.974Z] 7c6f9722023f: Waiting [2021-02-09T15:53:06.974Z] a35cf1a2eb13: Waiting [2021-02-09T15:53:06.974Z] bca2f99d35d6: Waiting [2021-02-09T15:53:07.248Z] de9db76c5a1d: Verifying Checksum [2021-02-09T15:53:07.248Z] de9db76c5a1d: Download complete [2021-02-09T15:53:07.248Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T15:53:07.248Z] 188c0c94c7c5: Download complete [2021-02-09T15:53:07.248Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T15:53:07.248Z] 93359f2a8cfa: Download complete [2021-02-09T15:53:07.248Z] 7c6f9722023f: Verifying Checksum [2021-02-09T15:53:07.248Z] 7c6f9722023f: Download complete [2021-02-09T15:53:07.248Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T15:53:07.248Z] 0ef7d3d256c8: Download complete [2021-02-09T15:53:07.513Z] 188c0c94c7c5: Pull complete [2021-02-09T15:53:07.786Z] 0ef7d3d256c8: Pull complete [2021-02-09T15:53:07.786Z] de9db76c5a1d: Pull complete [2021-02-09T15:53:08.500Z] 00ac8860ef70: Pull complete [2021-02-09T15:53:08.500Z] 63d7cb157983: Pull complete [2021-02-09T15:53:08.773Z] b116817d02f9: Pull complete [2021-02-09T15:53:09.734Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T15:53:09.734Z] a35cf1a2eb13: Download complete [2021-02-09T15:53:09.734Z] bca2f99d35d6: Verifying Checksum [2021-02-09T15:53:09.734Z] bca2f99d35d6: Download complete [2021-02-09T15:53:13.107Z] 745a02a5169b: Pull complete [2021-02-09T15:53:13.107Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T15:53:13.107Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T15:53:13.107Z] ---> b7e6874047d6 [2021-02-09T15:53:13.107Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-09T15:53:13.107Z] 20.10.0: Pulling from library/docker [2021-02-09T15:53:13.107Z] a3cc7d3b244e: Pulling fs layer [2021-02-09T15:53:13.107Z] 02a3295e0d61: Pulling fs layer [2021-02-09T15:53:13.107Z] 0f4f2e6d8100: Pulling fs layer [2021-02-09T15:53:13.107Z] 330b718f631f: Pulling fs layer [2021-02-09T15:53:13.107Z] a93816041522: Pulling fs layer [2021-02-09T15:53:13.107Z] bdb6da89ff94: Pulling fs layer [2021-02-09T15:53:13.107Z] 2a70c0c122f4: Pulling fs layer [2021-02-09T15:53:13.107Z] a93816041522: Waiting [2021-02-09T15:53:13.107Z] 330b718f631f: Waiting [2021-02-09T15:53:13.107Z] bdb6da89ff94: Waiting [2021-02-09T15:53:13.107Z] 2a70c0c122f4: Waiting [2021-02-09T15:53:13.107Z] 0f4f2e6d8100: Verifying Checksum [2021-02-09T15:53:13.107Z] 0f4f2e6d8100: Download complete [2021-02-09T15:53:13.107Z] 02a3295e0d61: Verifying Checksum [2021-02-09T15:53:13.107Z] 02a3295e0d61: Download complete [2021-02-09T15:53:13.107Z] a93816041522: Download complete [2021-02-09T15:53:13.107Z] a3cc7d3b244e: Download complete [2021-02-09T15:53:13.107Z] bdb6da89ff94: Verifying Checksum [2021-02-09T15:53:13.107Z] bdb6da89ff94: Download complete [2021-02-09T15:53:13.107Z] 2a70c0c122f4: Verifying Checksum [2021-02-09T15:53:13.107Z] 2a70c0c122f4: Download complete [2021-02-09T15:53:13.710Z] a3cc7d3b244e: Pull complete [2021-02-09T15:53:14.697Z] 02a3295e0d61: Pull complete [2021-02-09T15:53:14.697Z] 330b718f631f: Verifying Checksum [2021-02-09T15:53:14.697Z] 330b718f631f: Download complete [2021-02-09T15:53:14.970Z] 0f4f2e6d8100: Pull complete [2021-02-09T15:53:15.082Z] bca2f99d35d6: Pull complete [2021-02-09T15:53:15.082Z] 93359f2a8cfa: Pull complete [2021-02-09T15:53:15.082Z] 7c6f9722023f: Pull complete [2021-02-09T15:53:18.387Z] 330b718f631f: Pull complete [2021-02-09T15:53:18.983Z] a93816041522: Pull complete [2021-02-09T15:53:19.259Z] bdb6da89ff94: Pull complete [2021-02-09T15:53:19.533Z] 2a70c0c122f4: Pull complete [2021-02-09T15:53:19.533Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T15:53:19.533Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T15:53:25.135Z] a35cf1a2eb13: Pull complete [2021-02-09T15:53:25.135Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T15:53:25.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T15:53:25.136Z] ---> a62c8e92a672 [2021-02-09T15:53:25.136Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-09T15:53:25.136Z] 20.10.0: Pulling from library/docker [2021-02-09T15:53:25.136Z] 05e7bc50f07f: Pulling fs layer [2021-02-09T15:53:25.136Z] 6db28d0fdbf6: Pulling fs layer [2021-02-09T15:53:25.136Z] 292df0bc6bf3: Pulling fs layer [2021-02-09T15:53:25.136Z] 2e060f4bd70b: Pulling fs layer [2021-02-09T15:53:25.136Z] 80e8d568a223: Pulling fs layer [2021-02-09T15:53:25.136Z] 8dc6ef1a942a: Pulling fs layer [2021-02-09T15:53:25.136Z] 2312dd95470a: Pulling fs layer [2021-02-09T15:53:25.136Z] 80e8d568a223: Waiting [2021-02-09T15:53:25.136Z] 8dc6ef1a942a: Waiting [2021-02-09T15:53:25.136Z] 2312dd95470a: Waiting [2021-02-09T15:53:25.136Z] 2e060f4bd70b: Waiting [2021-02-09T15:53:25.136Z] 292df0bc6bf3: Verifying Checksum [2021-02-09T15:53:25.136Z] 292df0bc6bf3: Download complete [2021-02-09T15:53:25.136Z] 6db28d0fdbf6: Verifying Checksum [2021-02-09T15:53:25.136Z] 6db28d0fdbf6: Download complete [2021-02-09T15:53:25.136Z] 05e7bc50f07f: Verifying Checksum [2021-02-09T15:53:25.136Z] 05e7bc50f07f: Download complete [2021-02-09T15:53:25.136Z] 80e8d568a223: Verifying Checksum [2021-02-09T15:53:25.136Z] 80e8d568a223: Download complete [2021-02-09T15:53:25.136Z] 8dc6ef1a942a: Verifying Checksum [2021-02-09T15:53:25.136Z] 8dc6ef1a942a: Download complete [2021-02-09T15:53:25.136Z] 2312dd95470a: Verifying Checksum [2021-02-09T15:53:25.136Z] 2312dd95470a: Download complete [2021-02-09T15:53:25.136Z] 05e7bc50f07f: Pull complete [2021-02-09T15:53:25.136Z] 6db28d0fdbf6: Pull complete [2021-02-09T15:53:25.136Z] 2e060f4bd70b: Verifying Checksum [2021-02-09T15:53:25.136Z] 2e060f4bd70b: Download complete [2021-02-09T15:53:25.136Z] 292df0bc6bf3: Pull complete [2021-02-09T15:53:26.276Z] ---> bb7b06fdb802 [2021-02-09T15:53:26.276Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-09T15:53:26.276Z] ---> Running in 08b60b181962 [2021-02-09T15:53:26.276Z] Removing intermediate container 08b60b181962 [2021-02-09T15:53:26.276Z] ---> a440b780a5c9 [2021-02-09T15:53:26.276Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-09T15:53:26.549Z] ---> Running in 1e5b87cc6bb5 [2021-02-09T15:53:27.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T15:53:28.481Z] 2e060f4bd70b: Pull complete [2021-02-09T15:53:28.481Z] 80e8d568a223: Pull complete [2021-02-09T15:53:28.481Z] 8dc6ef1a942a: Pull complete [2021-02-09T15:53:28.481Z] 2312dd95470a: Pull complete [2021-02-09T15:53:28.481Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-09T15:53:28.481Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-09T15:53:28.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T15:53:29.183Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-09T15:53:29.455Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-09T15:53:29.455Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-09T15:53:29.731Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-09T15:53:29.731Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-09T15:53:29.731Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:53:29.891Z] ---> 3150fc735650 [2021-02-09T15:53:29.891Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-09T15:53:29.891Z] ---> Running in b432d97c6800 [2021-02-09T15:53:30.005Z] OK: 144 MiB in 44 packages [2021-02-09T15:53:30.157Z] Removing intermediate container b432d97c6800 [2021-02-09T15:53:30.157Z] ---> 56f5d690f500 [2021-02-09T15:53:30.157Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-09T15:53:30.157Z] ---> Running in 7eef2bd3d03c [2021-02-09T15:53:31.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T15:53:31.443Z] Removing intermediate container 1e5b87cc6bb5 [2021-02-09T15:53:31.444Z] ---> aa70c3b36440 [2021-02-09T15:53:31.444Z] Step 6/8 : WORKDIR /build [2021-02-09T15:53:31.444Z] ---> Running in 338a40202af0 [2021-02-09T15:53:31.700Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T15:53:31.716Z] Removing intermediate container 338a40202af0 [2021-02-09T15:53:31.716Z] ---> 30b438031cf9 [2021-02-09T15:53:31.716Z] Step 7/8 : COPY go.mod . [2021-02-09T15:53:32.278Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-09T15:53:32.542Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-09T15:53:32.542Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-09T15:53:32.542Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-09T15:53:32.696Z] ---> a252c932f7c9 [2021-02-09T15:53:32.696Z] Step 8/8 : RUN go mod download [2021-02-09T15:53:32.696Z] ---> Running in 19ec5f6c90ad [2021-02-09T15:53:32.805Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-09T15:53:32.806Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T15:53:32.806Z] OK: 167 MiB in 44 packages [2021-02-09T15:53:33.387Z] Removing intermediate container 7eef2bd3d03c [2021-02-09T15:53:33.387Z] ---> 057d8e130b66 [2021-02-09T15:53:33.387Z] Step 6/8 : WORKDIR /build [2021-02-09T15:53:33.651Z] ---> Running in 16db79b5a43f [2021-02-09T15:53:33.651Z] Removing intermediate container 16db79b5a43f [2021-02-09T15:53:33.651Z] ---> b548ecbe2c20 [2021-02-09T15:53:33.651Z] Step 7/8 : COPY go.mod . [2021-02-09T15:53:33.921Z] ---> 0d089a6b3533 [2021-02-09T15:53:33.921Z] Step 8/8 : RUN go mod download [2021-02-09T15:53:33.921Z] ---> Running in 69d38f6065b2 [2021-02-09T15:53:55.996Z] Removing intermediate container 69d38f6065b2 [2021-02-09T15:53:55.996Z] ---> 4e94d54a5e8d [2021-02-09T15:53:55.996Z] Successfully built 4e94d54a5e8d [2021-02-09T15:53:55.996Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:53:56.325Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T15:53:56.325Z] . [Pipeline] withDockerContainer [2021-02-09T15:53:56.468Z] prd-centos7-docker-4c-2g-25796 does not seem to be running inside a container [2021-02-09T15:53:56.532Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/177 -v /w/workspace/app-functions-sdk-go/177:/w/workspace/app-functions-sdk-go/177:rw,z -v /w/workspace/app-functions-sdk-go/177@tmp:/w/workspace/app-functions-sdk-go/177@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T15:53:57.473Z] $ docker top 9905f09b03559a423817be2613500d2f9602ae7e40c8035ee4b7223284098d69 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:53:57.992Z] + go version [2021-02-09T15:53:57.992Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T15:53:58.009Z] $ docker stop --time=1 9905f09b03559a423817be2613500d2f9602ae7e40c8035ee4b7223284098d69 [2021-02-09T15:53:59.432Z] $ docker rm -f 9905f09b03559a423817be2613500d2f9602ae7e40c8035ee4b7223284098d69 [2021-02-09T15:53:59.512Z] Removing intermediate container 19ec5f6c90ad [2021-02-09T15:53:59.512Z] ---> 70c0cddddd5e [2021-02-09T15:53:59.512Z] Successfully built 70c0cddddd5e [2021-02-09T15:53:59.512Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:54:00.166Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T15:54:00.167Z] . [Pipeline] withDockerContainer [2021-02-09T15:54:00.306Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T15:54:00.306Z] . [2021-02-09T15:54:00.416Z] prd-ubuntu18.04-docker-arm64-4c-16g-25795 does not seem to be running inside a container [2021-02-09T15:54:00.534Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/177 -v /w/workspace/app-functions-sdk-go/177:/w/workspace/app-functions-sdk-go/177:rw,z -v /w/workspace/app-functions-sdk-go/177@tmp:/w/workspace/app-functions-sdk-go/177@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-09T15:54:02.020Z] $ docker top 98390626ef122beb98c5802744814ccc454f26376b60a7ec2ba2589f13ed0fb0 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2021-02-09T15:54:02.460Z] prd-centos7-docker-4c-2g-25796 does not seem to be running inside a container [2021-02-09T15:54:02.520Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/177 -v /w/workspace/app-functions-sdk-go/177:/w/workspace/app-functions-sdk-go/177:rw,z -v /w/workspace/app-functions-sdk-go/177@tmp:/w/workspace/app-functions-sdk-go/177@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 ******** -e ******** ci-base-image-x86_64 cat [2021-02-09T15:54:03.259Z] $ docker top eece085bf27f18468ae82d9d5fef69112b0e2e3d3c51b92a161aeb225262ef2b -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-09T15:54:03.802Z] + make test [2021-02-09T15:54:03.802Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-09T15:54:04.095Z] + go version [2021-02-09T15:54:04.096Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T15:54:04.125Z] $ docker stop --time=1 98390626ef122beb98c5802744814ccc454f26376b60a7ec2ba2589f13ed0fb0 [2021-02-09T15:54:05.218Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-09T15:54:06.115Z] $ docker rm -f 98390626ef122beb98c5802744814ccc454f26376b60a7ec2ba2589f13ed0fb0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:54:07.080Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T15:54:07.080Z] . [Pipeline] withDockerContainer [2021-02-09T15:54:07.311Z] prd-ubuntu18.04-docker-arm64-4c-16g-25795 does not seem to be running inside a container [2021-02-09T15:54:07.395Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/177 -v /w/workspace/app-functions-sdk-go/177:/w/workspace/app-functions-sdk-go/177:rw,z -v /w/workspace/app-functions-sdk-go/177@tmp:/w/workspace/app-functions-sdk-go/177@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 ******** -e ******** ci-base-image-arm64 cat [2021-02-09T15:54:08.802Z] $ docker top 17de55f127ea8086ea6bce525cc78fedd7103838e364c669742c67e4fff0997e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:54:09.851Z] + make test [2021-02-09T15:54:09.851Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2021-02-09T15:54:11.309Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2 [no test files] [2021-02-09T15:54:13.484Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.054s coverage: 82.6% of statements [2021-02-09T15:54:21.752Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.024s coverage: 50.1% of statements [2021-02-09T15:54:21.752Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-09T15:54:21.753Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.079s coverage: 61.5% of statements [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-09T15:54:21.753Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.041s coverage: 71.7% of statements [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-09T15:54:21.753Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.006s coverage: 97.0% of statements [2021-02-09T15:54:21.753Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-09T15:54:21.753Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.044s coverage: 8.8% of statements [2021-02-09T15:54:36.729Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.842s coverage: 77.5% of statements [2021-02-09T15:54:36.729Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-09T15:54:36.729Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.018s coverage: 87.9% of statements [2021-02-09T15:54:36.729Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.019s coverage: 80.5% of statements [2021-02-09T15:54:36.729Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.031s coverage: 71.7% of statements [2021-02-09T15:54:38.154Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appcontext 0.078s coverage: 82.6% of statements [2021-02-09T15:54:48.999Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.040s coverage: 82.9% of statements [2021-02-09T15:54:48.999Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.010s coverage: 94.4% of statements [2021-02-09T15:54:48.999Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-09T15:54:52.356Z] gofmt -l . [2021-02-09T15:54:52.356Z] [ "`gofmt -l .`" = "" ] [2021-02-09T15:54:52.356Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-09T15:54:52.644Z] $ docker stop --time=1 eece085bf27f18468ae82d9d5fef69112b0e2e3d3c51b92a161aeb225262ef2b [2021-02-09T15:54:54.476Z] $ docker rm -f eece085bf27f18468ae82d9d5fef69112b0e2e3d3c51b92a161aeb225262ef2b [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T15:54:55.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-09T15:54:55.519Z] Stashed 1 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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T15:55:00.377Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/appsdk 0.058s coverage: 50.1% of statements [2021-02-09T15:55:00.377Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal [no test files] [2021-02-09T15:55:00.377Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/container [no test files] [2021-02-09T15:55:00.377Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/bootstrap/handlers 0.109s coverage: 61.5% of statements [2021-02-09T15:55:00.377Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/common [no test files] [2021-02-09T15:55:00.377Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/runtime 0.077s coverage: 71.7% of statements [2021-02-09T15:55:00.377Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store [no test files] [2021-02-09T15:55:00.377Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/contracts [no test files] [2021-02-09T15:55:00.377Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db [no test files] [2021-02-09T15:55:00.377Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces [no test files] [2021-02-09T15:55:00.378Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/interfaces/mocks [no test files] [2021-02-09T15:55:00.378Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis [no test files] [2021-02-09T15:55:00.378Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/store/db/redis/models 0.032s coverage: 97.0% of statements [2021-02-09T15:55:00.378Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/telemetry [no test files] [2021-02-09T15:55:00.378Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/http 0.025s coverage: 8.8% of statements [2021-02-09T15:55:12.770Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/messagebus 13.896s coverage: 77.5% of statements [2021-02-09T15:55:12.770Z] ? github.com/edgexfoundry/app-functions-sdk-go/v2/internal/trigger/mqtt [no test files] [2021-02-09T15:55:12.770Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/v2/controller/http 0.050s coverage: 87.9% of statements [2021-02-09T15:55:12.770Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/internal/webserver 0.034s coverage: 80.5% of statements [2021-02-09T15:55:12.770Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/secure 0.027s coverage: 71.7% of statements [2021-02-09T15:55:27.826Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/transforms 25.079s coverage: 82.9% of statements [2021-02-09T15:55:27.826Z] ok github.com/edgexfoundry/app-functions-sdk-go/v2/pkg/util 0.027s coverage: 94.4% of statements [2021-02-09T15:55:27.826Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2021-02-09T15:55:38.048Z] gofmt -l . [2021-02-09T15:55:38.048Z] [ "`gofmt -l .`" = "" ] [2021-02-09T15:55:38.048Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2021-02-09T15:55:38.080Z] $ docker stop --time=1 17de55f127ea8086ea6bce525cc78fedd7103838e364c669742c67e4fff0997e [2021-02-09T15:55:40.218Z] $ docker rm -f 17de55f127ea8086ea6bce525cc78fedd7103838e364c669742c67e4fff0997e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T15:55:41.246Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-02-09T15:55:41.277Z] Warning: overwriting stash ‘coverage-report’ [2021-02-09T15:55:42.393Z] Stashed 1 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] } [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-02-09T15:55:44.308Z] provisioning config files... [2021-02-09T15:55:44.321Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7931098961486838226tmp [Pipeline] { [Pipeline] sh [2021-02-09T15:55:44.721Z] + set +x [2021-02-09T15:55:44.721Z] + curl -s https://codecov.io/bash [2021-02-09T15:55:44.721Z] + bash -s -- [2021-02-09T15:55:44.985Z] [2021-02-09T15:55:44.985Z] _____ _ [2021-02-09T15:55:44.985Z] / ____| | | [2021-02-09T15:55:44.985Z] | | ___ __| | ___ ___ _____ __ [2021-02-09T15:55:44.985Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-09T15:55:44.985Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-09T15:55:44.985Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-09T15:55:44.985Z] Bash-20210129-7c25fce [2021-02-09T15:55:44.985Z] [2021-02-09T15:55:44.985Z] [2021-02-09T15:55:44.985Z] ==> git version 2.24.3 found [2021-02-09T15:55:44.985Z] ==> 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-02-09T15:55:44.985Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-09T15:55:44.985Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-09T15:55:44.985Z] curl: option -sm: expected a proper numerical parameter [2021-02-09T15:55:44.985Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-09T15:55:44.985Z] ==> Jenkins CI detected. [2021-02-09T15:55:44.985Z] project root: . [2021-02-09T15:55:44.985Z] --> token set from env [2021-02-09T15:55:44.985Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-09T15:55:44.985Z] ==> Running gcov in . (disable via -X gcov) [2021-02-09T15:55:44.985Z] ==> Python coveragepy not found [2021-02-09T15:55:44.985Z] ==> Searching for coverage reports in: [2021-02-09T15:55:44.985Z] + . [2021-02-09T15:55:44.985Z] -> Found 1 reports [2021-02-09T15:55:44.985Z] ==> Detecting git/mercurial file structure [2021-02-09T15:55:44.985Z] ==> Reading reports [2021-02-09T15:55:44.985Z] + ./coverage.out bytes=80596 [2021-02-09T15:55:44.985Z] ==> Appending adjustments [2021-02-09T15:55:44.985Z] https://docs.codecov.io/docs/fixing-reports [2021-02-09T15:55:45.561Z] + Found adjustments [2021-02-09T15:55:45.561Z] ==> Gzipping contents [2021-02-09T15:55:45.561Z] 16K /tmp/codecov.FjboAz.gz [2021-02-09T15:55:45.561Z] ==> Uploading reports [2021-02-09T15:55:45.561Z] url: https://codecov.io [2021-02-09T15:55:45.561Z] query: branch=master&commit=b47a0ce386124b7b74fceae84a41ab212cf3cd4d&build=177&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F177%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-09T15:55:45.561Z] -> Pinging Codecov [2021-02-09T15:55:45.561Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=master&commit=b47a0ce386124b7b74fceae84a41ab212cf3cd4d&build=177&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F177%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-02-09T15:55:46.135Z] -> Uploading to [2021-02-09T15:55:46.135Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-09/3D8B5DFFC46A037C893635FACE044666/b47a0ce386124b7b74fceae84a41ab212cf3cd4d/170d05ca-a617-4647-97aa-a47c018e2660.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210209%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210209T155545Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=636992a1076cc0afe639d6a97f4775efe9e2c260fa7c2ec1f5f36da27c0764c2 [2021-02-09T15:55:46.135Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T15:55:46.135Z] Dload Upload Total Spent Left Speed [2021-02-09T15:55:46.709Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13717 0 0 100 13717 0 30791 --:--:-- --:--:-- --:--:-- 30824 [2021-02-09T15:55:46.709Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/b47a0ce386124b7b74fceae84a41ab212cf3cd4d [Pipeline] } [2021-02-09T15:55:46.719Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-02-09T15:55:47.581Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-02-09T15:55:47.643Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:55:47.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T15:55:47.982Z] [2021-02-09T15:55:47.982Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:55:48.334Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T15:55:48.334Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-02-09T15:55:48.334Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T15:55:48.334Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T15:55:48.334Z] de9db76c5a1d: Pulling fs layer [2021-02-09T15:55:48.334Z] 0eba1c9be4d2: Pulling fs layer [2021-02-09T15:55:48.334Z] 0d57e429df01: Pulling fs layer [2021-02-09T15:55:48.334Z] 4e4be7b47b0d: Pulling fs layer [2021-02-09T15:55:48.334Z] e1f770b5df2f: Pulling fs layer [2021-02-09T15:55:48.334Z] 85a0685a4137: Pulling fs layer [2021-02-09T15:55:48.334Z] 0d57e429df01: Waiting [2021-02-09T15:55:48.334Z] 4e4be7b47b0d: Waiting [2021-02-09T15:55:48.334Z] e1f770b5df2f: Waiting [2021-02-09T15:55:48.334Z] 85a0685a4137: Waiting [2021-02-09T15:55:48.334Z] 0eba1c9be4d2: Waiting [2021-02-09T15:55:48.334Z] de9db76c5a1d: Verifying Checksum [2021-02-09T15:55:48.334Z] de9db76c5a1d: Download complete [2021-02-09T15:55:48.334Z] 0ef7d3d256c8: Verifying Checksum [2021-02-09T15:55:48.334Z] 0ef7d3d256c8: Download complete [2021-02-09T15:55:48.334Z] 0d57e429df01: Verifying Checksum [2021-02-09T15:55:48.334Z] 0d57e429df01: Download complete [2021-02-09T15:55:48.334Z] 4e4be7b47b0d: Verifying Checksum [2021-02-09T15:55:48.334Z] 4e4be7b47b0d: Download complete [2021-02-09T15:55:48.334Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T15:55:48.922Z] 188c0c94c7c5: Pull complete [2021-02-09T15:55:49.184Z] 0ef7d3d256c8: Pull complete [2021-02-09T15:55:49.185Z] de9db76c5a1d: Pull complete [2021-02-09T15:55:50.133Z] e1f770b5df2f: Verifying Checksum [2021-02-09T15:55:50.133Z] e1f770b5df2f: Download complete [2021-02-09T15:55:52.699Z] 85a0685a4137: Verifying Checksum [2021-02-09T15:55:52.699Z] 85a0685a4137: Download complete [2021-02-09T15:55:52.699Z] 0eba1c9be4d2: Verifying Checksum [2021-02-09T15:55:52.699Z] 0eba1c9be4d2: Download complete [2021-02-09T15:55:59.340Z] 0eba1c9be4d2: Pull complete [2021-02-09T15:55:59.340Z] 0d57e429df01: Pull complete [2021-02-09T15:55:59.340Z] 4e4be7b47b0d: Pull complete [2021-02-09T15:56:00.746Z] e1f770b5df2f: Pull complete [2021-02-09T15:56:08.937Z] 85a0685a4137: Pull complete [2021-02-09T15:56:08.937Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-02-09T15:56:08.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-02-09T15:56:08.937Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-02-09T15:56:09.196Z] prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container [2021-02-09T15:56:09.251Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-02-09T15:56:10.484Z] $ docker top 5ee26cb95f8960081b48e27b7f2e4a8e534fa3574516a57fb01eb6e2bd17d7a3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T15:56:10.706Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-02-09T15:56:11.012Z] + set -o pipefail [2021-02-09T15:56:11.012Z] + snyk monitor '--org=edgex-jenkins' [2021-02-09T15:56:57.791Z] [2021-02-09T15:56:57.791Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go/v2)... [2021-02-09T15:56:57.791Z] [2021-02-09T15:56:57.791Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/532bf4e0-c9ac-4015-a8eb-4e1515644558/history/e7393479-b657-4b8a-97f1-4fdc9d55142e [2021-02-09T15:56:57.791Z] [2021-02-09T15:56:57.791Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-02-09T15:56:57.791Z] [2021-02-09T15:56:57.791Z] [Pipeline] } [2021-02-09T15:56:57.808Z] $ docker stop --time=1 5ee26cb95f8960081b48e27b7f2e4a8e534fa3574516a57fb01eb6e2bd17d7a3 [2021-02-09T15:57:01.036Z] $ docker rm -f 5ee26cb95f8960081b48e27b7f2e4a8e534fa3574516a57fb01eb6e2bd17d7a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [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-02-09T15:57:02.697Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T15:57:02.760Z] provisioning config files... [2021-02-09T15:57:02.775Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config652365919253243773tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:57:03.188Z] --> edgex-publish-swagger.sh [2021-02-09T15:57:03.188Z] === Publish openapi/v2 API === [2021-02-09T15:57:03.188Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2021-02-09T15:57:03.188Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [/w/workspace/ndry_app-functions-sdk-go_master/openapi/v2/app-functions-sdk.yaml] [2021-02-09T15:57:03.188Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-09T15:57:03.188Z] Dload Upload Total Spent Left Speed [2021-02-09T15:57:04.582Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13052 0 0 100 13052 0 10613 0:00:01 0:00:01 --:--:-- 10620 100 13052 0 0 100 13052 0 10612 0:00:01 0:00:01 --:--:-- 10620 [2021-02-09T15:57:04.582Z] [2021-02-09T15:57:04.582Z] [Pipeline] } [2021-02-09T15:57:04.594Z] 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-02-09T15:57:05.546Z] + git log --format=format:%s -1 b47a0ce386124b7b74fceae84a41ab212cf3cd4d [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:57:05.867Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:57:05.867Z] . [Pipeline] withDockerContainer [2021-02-09T15:57:05.991Z] prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container [2021-02-09T15:57:06.038Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T15:57:06.867Z] $ docker top 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T15:57:07.226Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T15:57:07.226Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T15:57:07.442Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T15:57:07.445Z] $ docker exec 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 ssh-agent [2021-02-09T15:57:07.633Z] SSH_AUTH_SOCK=/tmp/ssh-fCk2tZh9fJQO/agent.11 [2021-02-09T15:57:07.633Z] SSH_AGENT_PID=16 [2021-02-09T15:57:07.641Z] Running ssh-add (command line suppressed) [2021-02-09T15:57:07.788Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4983918913649004487.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4983918913649004487.key) [2021-02-09T15:57:07.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T15:57:08.186Z] + git semver tag [2021-02-09T15:57:08.186Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T15:57:08.186Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-09T15:57:08.186Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-09T15:57:08.186Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T15:57:08.186Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T15:57:08.186Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T15:57:08.186Z] # $SEMVER_BRANCH = master [2021-02-09T15:57:08.186Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-09T15:57:08.186Z] # b47a0ce386124b7b74fceae84a41ab212cf3cd4d HEAD [2021-02-09T15:57:08.186Z] # -> Force: false [2021-02-09T15:57:08.449Z] # a8e47d6781911d170a107b97078ef0a6e8722f9f refs/tags/v2.0.0-dev.10 [Pipeline] } [2021-02-09T15:57:08.463Z] $ docker exec --env ******** --env ******** 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 ssh-agent -k [2021-02-09T15:57:08.592Z] unset SSH_AUTH_SOCK; [2021-02-09T15:57:08.593Z] unset SSH_AGENT_PID; [2021-02-09T15:57:08.593Z] echo Agent pid 16 killed; [2021-02-09T15:57:08.648Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T15:57:09.128Z] + git semver [Pipeline] } [2021-02-09T15:57:09.153Z] $ docker stop --time=1 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 [2021-02-09T15:57:10.512Z] $ docker rm -f 5875fed3fedd658390fe30e5cb7fef39f3ee89ed2d44bd68f289009bedcfe312 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:57:11.158Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T15:57:11.158Z] [2021-02-09T15:57:11.158Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:57:11.515Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T15:57:11.515Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-02-09T15:57:11.515Z] ab5ef0e58194: Pulling fs layer [2021-02-09T15:57:11.515Z] 9712f1f96733: Pulling fs layer [2021-02-09T15:57:11.515Z] 63f879dbbcfc: Pulling fs layer [2021-02-09T15:57:11.515Z] 0d9ebad4ef96: Pulling fs layer [2021-02-09T15:57:11.515Z] e9a5061849ea: Pulling fs layer [2021-02-09T15:57:11.515Z] d747dcd14b5f: Pulling fs layer [2021-02-09T15:57:11.515Z] 2de7ff778b66: Pulling fs layer [2021-02-09T15:57:11.515Z] e9a5061849ea: Waiting [2021-02-09T15:57:11.515Z] 0d9ebad4ef96: Waiting [2021-02-09T15:57:11.515Z] d747dcd14b5f: Waiting [2021-02-09T15:57:11.515Z] 2de7ff778b66: Waiting [2021-02-09T15:57:11.515Z] 9712f1f96733: Verifying Checksum [2021-02-09T15:57:11.515Z] 9712f1f96733: Download complete [2021-02-09T15:57:13.455Z] 63f879dbbcfc: Verifying Checksum [2021-02-09T15:57:13.455Z] 63f879dbbcfc: Download complete [2021-02-09T15:57:13.455Z] e9a5061849ea: Verifying Checksum [2021-02-09T15:57:13.455Z] e9a5061849ea: Download complete [2021-02-09T15:57:13.455Z] d747dcd14b5f: Verifying Checksum [2021-02-09T15:57:13.455Z] d747dcd14b5f: Download complete [2021-02-09T15:57:13.721Z] 2de7ff778b66: Verifying Checksum [2021-02-09T15:57:13.721Z] 2de7ff778b66: Download complete [2021-02-09T15:57:13.986Z] ab5ef0e58194: Verifying Checksum [2021-02-09T15:57:13.986Z] ab5ef0e58194: Download complete [2021-02-09T15:57:13.986Z] 0d9ebad4ef96: Verifying Checksum [2021-02-09T15:57:13.986Z] 0d9ebad4ef96: Download complete [2021-02-09T15:57:18.249Z] ab5ef0e58194: Pull complete [2021-02-09T15:57:18.521Z] 9712f1f96733: Pull complete [2021-02-09T15:57:21.095Z] 63f879dbbcfc: Pull complete [2021-02-09T15:57:27.994Z] 0d9ebad4ef96: Pull complete [2021-02-09T15:57:29.410Z] e9a5061849ea: Pull complete [2021-02-09T15:57:29.410Z] d747dcd14b5f: Pull complete [2021-02-09T15:57:31.991Z] 2de7ff778b66: Pull complete [2021-02-09T15:57:31.991Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-02-09T15:57:31.991Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-02-09T15:57:31.991Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-02-09T15:57:32.216Z] prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container [2021-02-09T15:57:32.271Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-02-09T15:57:35.933Z] $ docker top d37a70ad719025a74c82173663bf64e68c4032aeba4df524fc45d1381ff57dc8 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-02-09T15:57:36.155Z] provisioning config files... [2021-02-09T15:57:36.166Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7912024548997592008tmp [2021-02-09T15:57:36.185Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8812019226843886740tmp [2021-02-09T15:57:36.203Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2280614150589582756tmp [Pipeline] { [Pipeline] echo [2021-02-09T15:57:36.272Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:57:36.578Z] ---> sigul-configuration.sh [2021-02-09T15:57:36.578Z] gpg: directory `/root/.gnupg' created [2021-02-09T15:57:36.578Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-02-09T15:57:36.578Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-02-09T15:57:36.578Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-02-09T15:57:36.578Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-02-09T15:57:36.578Z] gpg: CAST5 encrypted data [2021-02-09T15:57:36.844Z] gpg: encrypted with 1 passphrase [2021-02-09T15:57:36.844Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-02-09T15:57:37.144Z] + mkdir /home/jenkins [2021-02-09T15:57:37.144Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-02-09T15:57:37.448Z] + 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-02-09T15:57:37.460Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:57:37.759Z] ---> sigul-install.sh [2021-02-09T15:57:44.407Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-02-09T15:57:44.709Z] + git tag --list [2021-02-09T15:57:44.709Z] v0.1.0 [2021-02-09T15:57:44.709Z] v0.1.1 [2021-02-09T15:57:44.709Z] v1.0.0 [2021-02-09T15:57:44.709Z] v1.1.0 [2021-02-09T15:57:44.709Z] v1.2.0 [2021-02-09T15:57:44.709Z] v1.3.0 [2021-02-09T15:57:44.709Z] v1.3.1 [2021-02-09T15:57:44.709Z] v1.3.1-dev.1 [2021-02-09T15:57:44.709Z] v2.0.0-dev.1 [2021-02-09T15:57:44.709Z] v2.0.0-dev.10 [2021-02-09T15:57:44.709Z] v2.0.0-dev.2 [2021-02-09T15:57:44.709Z] v2.0.0-dev.3 [2021-02-09T15:57:44.709Z] v2.0.0-dev.4 [2021-02-09T15:57:44.709Z] v2.0.0-dev.5 [2021-02-09T15:57:44.709Z] v2.0.0-dev.6 [2021-02-09T15:57:44.709Z] v2.0.0-dev.7 [2021-02-09T15:57:44.709Z] v2.0.0-dev.8 [2021-02-09T15:57:44.709Z] v2.0.0-dev.9 [Pipeline] sh [2021-02-09T15:57:45.021Z] + lftools sign git-tag v2.0.0-dev.10 [2021-02-09T15:57:46.418Z] Signing Git tag with Sigul... [2021-02-09T15:57:46.418Z] Signing v2.0.0-dev.10 [Pipeline] echo [2021-02-09T15:57:47.387Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:57:47.688Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-02-09T15:57:47.699Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-02-09T15:57:47.794Z] $ docker stop --time=1 d37a70ad719025a74c82173663bf64e68c4032aeba4df524fc45d1381ff57dc8 [2021-02-09T15:57:49.782Z] $ docker rm -f d37a70ad719025a74c82173663bf64e68c4032aeba4df524fc45d1381ff57dc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:57:50.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:57:50.799Z] . [Pipeline] withDockerContainer [2021-02-09T15:57:50.912Z] prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container [2021-02-09T15:57:50.965Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T15:57:51.877Z] $ docker top 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T15:57:52.244Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T15:57:52.245Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T15:57:52.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T15:57:52.548Z] $ docker exec 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce ssh-agent [2021-02-09T15:57:52.755Z] SSH_AUTH_SOCK=/tmp/ssh-HWya4O8hm05k/agent.11 [2021-02-09T15:57:52.755Z] SSH_AGENT_PID=16 [2021-02-09T15:57:52.764Z] Running ssh-add (command line suppressed) [2021-02-09T15:57:52.909Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7129770275223639175.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7129770275223639175.key) [2021-02-09T15:57:52.976Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T15:57:53.312Z] + git semver bump pre [2021-02-09T15:57:53.313Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T15:57:53.313Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-09T15:57:53.313Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-09T15:57:53.313Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T15:57:53.313Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T15:57:53.313Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T15:57:53.313Z] # $SEMVER_BRANCH = master [2021-02-09T15:57:53.313Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2021-02-09T15:57:53.313Z] 2.0.0-dev.11 [Pipeline] } [2021-02-09T15:57:53.328Z] $ docker exec --env ******** --env ******** 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce ssh-agent -k [2021-02-09T15:57:53.453Z] unset SSH_AUTH_SOCK; [2021-02-09T15:57:53.454Z] unset SSH_AGENT_PID; [2021-02-09T15:57:53.454Z] echo Agent pid 16 killed; [2021-02-09T15:57:53.513Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T15:57:53.972Z] + git semver [Pipeline] } [2021-02-09T15:57:53.991Z] $ docker stop --time=1 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce [2021-02-09T15:57:55.338Z] $ docker rm -f 6a2cca02e0e60a40c727f5394cbc293bf0a4edea5cc6f052ede7ca8e16ec87ce [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:57:55.876Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T15:57:55.877Z] . [Pipeline] withDockerContainer [2021-02-09T15:57:55.980Z] prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container [2021-02-09T15:57:56.033Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T15:57:56.699Z] $ docker top 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T15:57:57.001Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T15:57:57.001Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T15:57:57.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T15:57:57.202Z] $ docker exec 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 ssh-agent [2021-02-09T15:57:57.391Z] SSH_AUTH_SOCK=/tmp/ssh-3FZjlHBdpLdH/agent.11 [2021-02-09T15:57:57.391Z] SSH_AGENT_PID=16 [2021-02-09T15:57:57.399Z] Running ssh-add (command line suppressed) [2021-02-09T15:57:57.541Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3858051426504431386.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3858051426504431386.key) [2021-02-09T15:57:57.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T15:57:57.960Z] + git semver push [2021-02-09T15:57:57.960Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T15:57:57.960Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2021-02-09T15:57:57.960Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2021-02-09T15:57:57.960Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T15:57:57.960Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T15:57:57.960Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T15:57:57.960Z] # $SEMVER_BRANCH = master [2021-02-09T15:57:57.960Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2021-02-09T15:58:06.140Z] $ docker exec --env ******** --env ******** 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 ssh-agent -k [2021-02-09T15:58:06.318Z] unset SSH_AUTH_SOCK; [2021-02-09T15:58:06.318Z] unset SSH_AGENT_PID; [2021-02-09T15:58:06.318Z] echo Agent pid 16 killed; [2021-02-09T15:58:06.393Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T15:58:06.858Z] + git semver [Pipeline] } [2021-02-09T15:58:06.876Z] $ docker stop --time=1 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 [2021-02-09T15:58:08.242Z] $ docker rm -f 0d1a7e01e79be2410ac935660767bad0595f9fd70430daf9e08cc8445eb63c74 [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-02-09T15:58:09.691Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:58:10.268Z] ---> package-listing.sh [2021-02-09T15:58:10.268Z] ++ facter osfamily [2021-02-09T15:58:10.268Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T15:58:10.268Z] + OS_FAMILY=redhat [2021-02-09T15:58:10.268Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2021-02-09T15:58:10.268Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T15:58:10.268Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T15:58:10.268Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T15:58:10.268Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T15:58:10.268Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-09T15:58:10.268Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T15:58:10.268Z] + case "${OS_FAMILY}" in [2021-02-09T15:58:10.268Z] + rpm -qa [2021-02-09T15:58:10.268Z] + sort [2021-02-09T15:58:15.654Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T15:58:15.654Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T15:58:15.654Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T15:58:15.654Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2021-02-09T15:58:15.654Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2021-02-09T15:58:15.654Z] + 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-02-09T15:58:15.687Z] 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-02-09T15:58:16.052Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:58:16.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T15:58:16.361Z] [2021-02-09T15:58:16.361Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T15:58:16.712Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T15:58:16.712Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T15:58:16.712Z] df20fa9351a1: Pulling fs layer [2021-02-09T15:58:16.712Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T15:58:16.712Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T15:58:16.712Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T15:58:16.712Z] 93b61091891f: Pulling fs layer [2021-02-09T15:58:16.712Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T15:58:16.712Z] 5e14af77c1be: Pulling fs layer [2021-02-09T15:58:16.712Z] 01666e4c0597: Pulling fs layer [2021-02-09T15:58:16.712Z] aa168da1d23b: Pulling fs layer [2021-02-09T15:58:16.712Z] 93b9cdb0e59b: Waiting [2021-02-09T15:58:16.712Z] 5e14af77c1be: Waiting [2021-02-09T15:58:16.712Z] 01666e4c0597: Waiting [2021-02-09T15:58:16.712Z] 46f8f816bc3b: Waiting [2021-02-09T15:58:16.712Z] aa168da1d23b: Waiting [2021-02-09T15:58:16.712Z] 93b61091891f: Waiting [2021-02-09T15:58:16.712Z] 36b3adc4ff6f: Verifying Checksum [2021-02-09T15:58:16.712Z] 36b3adc4ff6f: Download complete [2021-02-09T15:58:16.712Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T15:58:16.712Z] 46f8f816bc3b: Download complete [2021-02-09T15:58:16.712Z] df20fa9351a1: Download complete [2021-02-09T15:58:16.977Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T15:58:16.977Z] 93b9cdb0e59b: Download complete [2021-02-09T15:58:16.977Z] 5e14af77c1be: Verifying Checksum [2021-02-09T15:58:16.977Z] 5e14af77c1be: Download complete [2021-02-09T15:58:16.977Z] 93b61091891f: Verifying Checksum [2021-02-09T15:58:16.977Z] 93b61091891f: Download complete [2021-02-09T15:58:16.977Z] 01666e4c0597: Verifying Checksum [2021-02-09T15:58:16.977Z] 01666e4c0597: Download complete [2021-02-09T15:58:16.977Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T15:58:16.977Z] 8ad3a11d3b57: Download complete [2021-02-09T15:58:17.249Z] df20fa9351a1: Pull complete [2021-02-09T15:58:17.829Z] 36b3adc4ff6f: Pull complete [2021-02-09T15:58:18.789Z] aa168da1d23b: Verifying Checksum [2021-02-09T15:58:18.790Z] aa168da1d23b: Download complete [2021-02-09T15:58:19.737Z] 8ad3a11d3b57: Pull complete [2021-02-09T15:58:20.004Z] 46f8f816bc3b: Pull complete [2021-02-09T15:58:20.269Z] 93b61091891f: Pull complete [2021-02-09T15:58:20.269Z] 93b9cdb0e59b: Pull complete [2021-02-09T15:58:20.539Z] 5e14af77c1be: Pull complete [2021-02-09T15:58:20.539Z] 01666e4c0597: Pull complete [2021-02-09T15:58:28.727Z] aa168da1d23b: Pull complete [2021-02-09T15:58:28.727Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T15:58:28.727Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T15:58:28.727Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T15:58:28.871Z] prd-centos7-docker-4c-2g-25793 does not seem to be running inside a container [2021-02-09T15:58:28.924Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T15:58:32.405Z] $ docker top 161c7bb86cbafa7b7c10c42219c127817afef2cee5283255bddc6adccd731ebe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T15:58:33.032Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T15:58:33.345Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T15:58:33.647Z] + ls /var/log/sa-host [2021-02-09T15:58:33.648Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T15:58:33.648Z] file_magic: OK [2021-02-09T15:58:33.648Z] HZ: Using current value: 100 [2021-02-09T15:58:33.648Z] file_header: OK [2021-02-09T15:58:33.648Z] 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-02-09T15:58:33.648Z] Statistics: [2021-02-09T15:58:33.648Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-09T15:58:33.648Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T15:58:33.648Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T15:58:33.648Z] file_magic: OK [2021-02-09T15:58:33.648Z] HZ: Using current value: 100 [2021-02-09T15:58:33.648Z] file_header: OK [2021-02-09T15:58:33.648Z] 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-02-09T15:58:33.648Z] Statistics: [2021-02-09T15:58:33.648Z] Hnuu...uuuununununu... [2021-02-09T15:58:33.648Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T15:58:33.849Z] provisioning config files... [2021-02-09T15:58:33.867Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3139870513929589920tmp [Pipeline] { [Pipeline] echo [2021-02-09T15:58:33.928Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:58:34.226Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T15:58:34.236Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T15:58:34.320Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:58:34.618Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T15:58:34.628Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:58:34.926Z] ---> sudo-logs.sh [2021-02-09T15:58:34.927Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T15:58:34.939Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:58:35.242Z] ---> job-cost.sh [2021-02-09T15:58:35.243Z] lf-activate-venv: SKIPPING [2021-02-09T15:58:35.243Z] INFO: No Stack... [2021-02-09T15:58:36.637Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T15:58:36.899Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T15:58:36.914Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T15:58:37.213Z] ---> logs-deploy.sh [2021-02-09T15:58:37.213Z] lf-activate-venv: SKIPPING [2021-02-09T15:58:37.213Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/177 [2021-02-09T15:58:37.213Z] INFO: archiving workspace using pattern(s): [2021-02-09T15:58:39.136Z] Archives upload complete. [2021-02-09T15:58:39.136Z] INFO: archiving logs to Nexus [2021-02-09T15:58:40.089Z] ---> uname -a: [2021-02-09T15:58:40.089Z] Linux prd-centos7-docker-4c-2g-25793.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-02-09T15:58:40.089Z] [2021-02-09T15:58:40.089Z] [2021-02-09T15:58:40.089Z] ---> lscpu: [2021-02-09T15:58:40.089Z] Architecture: x86_64 [2021-02-09T15:58:40.089Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-09T15:58:40.089Z] Byte Order: Little Endian [2021-02-09T15:58:40.089Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-09T15:58:40.089Z] CPU(s): 4 [2021-02-09T15:58:40.089Z] On-line CPU(s) list: 0-3 [2021-02-09T15:58:40.089Z] Thread(s) per core: 1 [2021-02-09T15:58:40.089Z] Core(s) per socket: 1 [2021-02-09T15:58:40.089Z] Socket(s): 4 [2021-02-09T15:58:40.089Z] NUMA node(s): 1 [2021-02-09T15:58:40.089Z] Vendor ID: GenuineIntel [2021-02-09T15:58:40.089Z] CPU family: 6 [2021-02-09T15:58:40.089Z] Model: 44 [2021-02-09T15:58:40.089Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-09T15:58:40.089Z] Stepping: 1 [2021-02-09T15:58:40.089Z] CPU MHz: 2933.442 [2021-02-09T15:58:40.089Z] BogoMIPS: 5866.88 [2021-02-09T15:58:40.089Z] Virtualization: VT-x [2021-02-09T15:58:40.089Z] Hypervisor vendor: KVM [2021-02-09T15:58:40.089Z] Virtualization type: full [2021-02-09T15:58:40.089Z] L1d cache: 128 KiB [2021-02-09T15:58:40.089Z] L1i cache: 128 KiB [2021-02-09T15:58:40.089Z] L2 cache: 16 MiB [2021-02-09T15:58:40.089Z] L3 cache: 64 MiB [2021-02-09T15:58:40.089Z] NUMA node0 CPU(s): 0-3 [2021-02-09T15:58:40.089Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-09T15:58:40.089Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-09T15:58:40.089Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-09T15:58:40.089Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-09T15:58:40.089Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-09T15:58:40.089Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-09T15:58:40.090Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-09T15:58:40.090Z] Vulnerability Srbds: Not affected [2021-02-09T15:58:40.090Z] Vulnerability Tsx async abort: Not affected [2021-02-09T15:58:40.090Z] 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-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] ---> nproc: [2021-02-09T15:58:40.090Z] 4 [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] ---> df -h: [2021-02-09T15:58:40.090Z] Filesystem Size Used Available Use% Mounted on [2021-02-09T15:58:40.090Z] overlay 50.0G 8.6G 41.4G 17% / [2021-02-09T15:58:40.090Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-09T15:58:40.090Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-09T15:58:40.090Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2021-02-09T15:58:40.090Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] ---> free -m: [2021-02-09T15:58:40.090Z] total used free shared buff/cache available [2021-02-09T15:58:40.090Z] Mem: 1837 837 140 0 859 934 [2021-02-09T15:58:40.090Z] Swap: 1023 3 1020 [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] ---> ip addr: [2021-02-09T15:58:40.090Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-09T15:58:40.090Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-09T15:58:40.090Z] inet 127.0.0.1/8 scope host lo [2021-02-09T15:58:40.090Z] valid_lft forever preferred_lft forever [2021-02-09T15:58:40.090Z] inet6 ::1/128 scope host [2021-02-09T15:58:40.090Z] valid_lft forever preferred_lft forever [2021-02-09T15:58:40.090Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-09T15:58:40.090Z] link/ether fa:16:3e:b6:dc:a8 brd ff:ff:ff:ff:ff:ff [2021-02-09T15:58:40.090Z] inet 10.30.122.38/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-09T15:58:40.090Z] valid_lft 85844sec preferred_lft 85844sec [2021-02-09T15:58:40.090Z] inet6 fe80::f816:3eff:feb6:dca8/64 scope link [2021-02-09T15:58:40.090Z] valid_lft forever preferred_lft forever [2021-02-09T15:58:40.090Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-09T15:58:40.090Z] link/ether 02:42:d8:5e:58:54 brd ff:ff:ff:ff:ff:ff [2021-02-09T15:58:40.090Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-09T15:58:40.090Z] valid_lft forever preferred_lft forever [2021-02-09T15:58:40.090Z] inet6 fe80::42:d8ff:fe5e:5854/64 scope link [2021-02-09T15:58:40.090Z] valid_lft forever preferred_lft forever [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] ---> sar -b -r -n DEV: [2021-02-09T15:58:40.090Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/09/21 _x86_64_ (4 CPU) [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] 15:49:12 LINUX RESTART (4 CPU) [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] 15:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-09T15:58:40.090Z] 15:51:01 34.35 13.27 21.09 0.00 4474.43 3954.28 0.00 [2021-02-09T15:58:40.090Z] 15:52:01 1.73 0.00 1.73 0.00 0.00 33.87 0.00 [2021-02-09T15:58:40.090Z] 15:53:01 0.30 0.00 0.30 0.00 0.00 4.28 0.00 [2021-02-09T15:58:40.090Z] 15:54:02 0.53 0.00 0.53 0.00 0.00 5.99 0.00 [2021-02-09T15:58:40.090Z] 15:55:01 0.24 0.00 0.24 0.00 0.00 3.44 0.00 [2021-02-09T15:58:40.090Z] 15:56:01 80.71 35.38 45.33 0.00 1887.30 18585.26 0.00 [2021-02-09T15:58:40.090Z] 15:57:01 215.00 137.59 77.41 0.00 6492.69 17539.55 0.00 [2021-02-09T15:58:40.090Z] 15:58:01 211.51 74.83 136.69 0.00 4694.58 33169.03 0.00 [2021-02-09T15:58:40.090Z] Average: 68.21 32.71 35.50 0.00 2198.71 9184.18 0.00 [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] 15:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-09T15:58:40.090Z] 15:51:01 231912 0 590608 31.39 2620 1056404 1102292 37.62 394464 1056796 24 [2021-02-09T15:58:40.090Z] 15:52:01 236388 0 586124 31.15 2620 1056412 1076972 36.76 397080 1050808 8 [2021-02-09T15:58:40.090Z] 15:53:01 236096 0 586412 31.17 2620 1056416 1077092 36.76 411596 1037084 8 [2021-02-09T15:58:40.090Z] 15:54:02 235244 0 587264 31.21 2620 1056416 1076972 36.76 413460 1036112 12 [2021-02-09T15:58:40.090Z] 15:55:01 235272 0 587228 31.21 2620 1056424 1077056 36.76 412624 1037552 12 [2021-02-09T15:58:40.090Z] 15:56:01 72412 0 703328 37.38 2620 1103184 1520744 51.90 504176 1064320 102748 [2021-02-09T15:58:40.090Z] 15:57:01 156468 0 691000 36.73 2596 1031480 1291900 44.09 540700 920332 32 [2021-02-09T15:58:40.090Z] 15:58:01 236192 0 787728 41.87 1552 856072 1326000 45.25 579020 728500 48 [2021-02-09T15:58:40.090Z] Average: 204998 0 639962 34.01 2484 1034101 1193628 40.74 456640 991438 12862 [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z] 15:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-09T15:58:40.090Z] 15:51:01 eth0 159.70 170.66 645.78 37.09 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:51:01 docker0 117.06 92.03 10.14 306.26 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:52:01 eth0 1.42 0.07 0.12 0.01 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:53:01 eth0 1.93 1.02 3.30 0.39 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:54:02 eth0 0.08 0.07 0.01 0.03 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:54:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:54:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:55:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:56:01 eth0 411.43 341.75 4072.71 27.87 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:57:01 eth0 56.60 48.11 211.42 10.05 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:57:01 docker0 39.09 41.24 3.58 197.33 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:58:01 veth32f1cb6 1.08 0.93 0.18 0.18 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:58:01 eth0 481.28 399.88 3478.63 108.45 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] 15:58:01 docker0 29.03 46.29 1.75 218.30 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] Average: veth32f1cb6 0.14 0.12 0.02 0.02 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] Average: eth0 139.43 120.51 1054.12 23.05 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] Average: docker0 23.20 22.50 1.94 90.45 0.00 0.00 0.00 0.00 [2021-02-09T15:58:40.090Z] [2021-02-09T15:58:40.090Z]