Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6d0fca7ca15f421386e8388e0dbfef05184fe59b 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16634 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 6d0fca7ca15f421386e8388e0dbfef05184fe59b (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6d0fca7ca15f421386e8388e0dbfef05184fe59b # timeout=10 Commit message: "ci: standardize dockerfiles (#610)" > git rev-list --no-walk d78c271fc58e0b0b1163e796583a0e1e72dfcd52 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-17T21:49:50.011Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-17T21:49:50.298Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-17T21:49:50.511Z] ========================================================= [2020-12-17T21:49:50.511Z] EdgeX Global Pipelines Version Info [2020-12-17T21:49:50.511Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:49:52.879Z] ------------------- [2020-12-17T21:49:52.879Z] stable info: [2020-12-17T21:49:52.879Z] ------------------- [2020-12-17T21:49:52.879Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-17T21:49:52.879Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T21:49:52.879Z] Message: update stable to v1.0.173 [2020-12-17T21:49:53.488Z] ------------------- [2020-12-17T21:49:53.488Z] experimental info: [2020-12-17T21:49:53.488Z] ------------------- [2020-12-17T21:49:53.488Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-17T21:49:53.488Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-17T21:49:53.488Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-17T21:49:53.882Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2020-12-17T21:49:54.002Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2020-12-17T21:49:54.124Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-17T21:49:54.247Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-17T21:49:54.390Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-17T21:49:54.551Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-17T21:49:54.655Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-17T21:49:54.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-17T21:49:54.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-12-17T21:49:54.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-17T21:49:55.101Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-17T21:49:55.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2020-12-17T21:49:55.295Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-17T21:49:55.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-17T21:49:55.510Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2020-12-17T21:49:55.608Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-12-17T21:49:55.709Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-12-17T21:49:55.829Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-12-17T21:49:55.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-17T21:49:56.072Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-12-17T21:49:56.230Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-17T21:49:56.357Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2020-12-17T21:49:56.469Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-12-17T21:49:56.566Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-12-17T21:49:56.671Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2020-12-17T21:49:56.777Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-17T21:49:56.870Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-17T21:49:56.964Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-12-17T21:49:57.058Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-12-17T21:49:57.210Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-12-17T21:49:57.318Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6d0fca7ca15f421386e8388e0dbfef05184fe59b [Pipeline] echo [2020-12-17T21:49:57.412Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6d0fca7 [Pipeline] echo [2020-12-17T21:49:57.503Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T21:49:58.273Z] + git log --format=format:%s -1 6d0fca7ca15f421386e8388e0dbfef05184fe59b [Pipeline] echo [2020-12-17T21:49:58.399Z] GIT_COMMIT: 6d0fca7ca15f421386e8388e0dbfef05184fe59b, Commit Message: ci: standardize dockerfiles (#610) [Pipeline] echo [2020-12-17T21:49:58.463Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:49:59.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:50:00.092Z] [2020-12-17T21:50:00.092Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:50:00.551Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:50:00.831Z] latest: Pulling from edgex-devops/git-semver [2020-12-17T21:50:00.831Z] 31603596830f: Pulling fs layer [2020-12-17T21:50:00.831Z] 2a8b12db71e7: Pulling fs layer [2020-12-17T21:50:00.831Z] 6ca5941a6612: Pulling fs layer [2020-12-17T21:50:00.831Z] ecc8261a40a4: Pulling fs layer [2020-12-17T21:50:00.831Z] ecc8261a40a4: Waiting [2020-12-17T21:50:00.831Z] 2a8b12db71e7: Verifying Checksum [2020-12-17T21:50:00.831Z] 2a8b12db71e7: Download complete [2020-12-17T21:50:00.831Z] 31603596830f: Verifying Checksum [2020-12-17T21:50:00.831Z] 31603596830f: Download complete [2020-12-17T21:50:01.111Z] ecc8261a40a4: Verifying Checksum [2020-12-17T21:50:01.111Z] ecc8261a40a4: Download complete [2020-12-17T21:50:01.111Z] 6ca5941a6612: Verifying Checksum [2020-12-17T21:50:01.111Z] 6ca5941a6612: Download complete [2020-12-17T21:50:01.780Z] 31603596830f: Pull complete [2020-12-17T21:50:02.085Z] 2a8b12db71e7: Pull complete [2020-12-17T21:50:04.102Z] 6ca5941a6612: Pull complete [2020-12-17T21:50:04.380Z] ecc8261a40a4: Pull complete [2020-12-17T21:50:04.380Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-17T21:50:04.380Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:50:04.380Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-17T21:50:04.540Z] prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container [2020-12-17T21:50:04.767Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-17T21:50:07.569Z] $ docker top 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T21:50:08.091Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T21:50:08.091Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T21:50:08.572Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T21:50:08.580Z] $ docker exec 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 ssh-agent [2020-12-17T21:50:09.143Z] SSH_AUTH_SOCK=/tmp/ssh-ovWgIimCVR3F/agent.11 [2020-12-17T21:50:09.144Z] SSH_AGENT_PID=17 [2020-12-17T21:50:09.177Z] Running ssh-add (command line suppressed) [2020-12-17T21:50:09.539Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3798217719700511424.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3798217719700511424.key) [2020-12-17T21:50:09.753Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T21:50:10.209Z] + git tag --points-at HEAD [Pipeline] } [2020-12-17T21:50:10.307Z] $ docker exec --env ******** --env ******** 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 ssh-agent -k [2020-12-17T21:50:10.554Z] unset SSH_AUTH_SOCK; [2020-12-17T21:50:10.556Z] unset SSH_AGENT_PID; [2020-12-17T21:50:10.557Z] echo Agent pid 17 killed; [2020-12-17T21:50:10.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-17T21:50:10.818Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T21:50:10.818Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T21:50:11.196Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T21:50:11.206Z] $ docker exec 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 ssh-agent [2020-12-17T21:50:11.500Z] SSH_AUTH_SOCK=/tmp/ssh-QarObDfODeRh/agent.46 [2020-12-17T21:50:11.500Z] SSH_AGENT_PID=51 [2020-12-17T21:50:11.511Z] Running ssh-add (command line suppressed) [2020-12-17T21:50:11.721Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3973131729320192346.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3973131729320192346.key) [2020-12-17T21:50:11.797Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T21:50:12.224Z] + git semver init [2020-12-17T21:50:12.535Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T21:50:12.535Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-17T21:50:12.535Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-17T21:50:12.535Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T21:50:12.535Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T21:50:12.535Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T21:50:12.535Z] # $SEMVER_BRANCH = master [2020-12-17T21:50:12.535Z] # $SEMVER_TEMP = /tmp/semver-222537682 [2020-12-17T21:50:12.535Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2020-12-17T21:50:16.974Z] # '/tmp/semver-222537682' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' [2020-12-17T21:50:16.974Z] # -> Force: false [2020-12-17T21:50:16.974Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-17T21:50:17.015Z] $ docker exec --env ******** --env ******** 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 ssh-agent -k [2020-12-17T21:50:17.349Z] unset SSH_AUTH_SOCK; [2020-12-17T21:50:17.353Z] unset SSH_AGENT_PID; [2020-12-17T21:50:17.353Z] echo Agent pid 51 killed; [2020-12-17T21:50:17.475Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T21:50:18.016Z] + git semver [Pipeline] } [2020-12-17T21:50:18.310Z] $ docker stop --time=1 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 [2020-12-17T21:50:20.322Z] $ docker rm -f 3c5a98c14cf3a6e4534c344e34910f2279613535d79c584262ae3afde66eeea2 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T21:50:21.115Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-17T21:50:22.939Z] Stashed 1 file(s) [Pipeline] echo [2020-12-17T21:50:22.942Z] [edgeXSemver]: initialized semver on version 1.3.1-dev.7 [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 [2020-12-17T21:50:38.630Z] Still waiting to schedule task [2020-12-17T21:50:38.630Z] ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-16635’ is offline [2020-12-17T21:50:38.632Z] Still waiting to schedule task [2020-12-17T21:50:38.632Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-17T21:52:30.242Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16636 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-17T21:52:30.307Z] Running in /w/workspace/app-functions-sdk-go/156 [Pipeline] { [Pipeline] checkout [2020-12-17T21:52:35.463Z] using credential edgex-jenkins-ssh [2020-12-17T21:52:35.529Z] Cloning the remote Git repository [2020-12-17T21:52:35.615Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:52:35.722Z] > git init /w/workspace/app-functions-sdk-go/156 # timeout=10 [2020-12-17T21:52:35.793Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:52:35.794Z] > git --version # timeout=10 [2020-12-17T21:52:35.817Z] > git --version # 'git version 2.17.1' [2020-12-17T21:52:35.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:52:35.907Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T21:52:39.161Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-17T21:52:39.180Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T21:52:39.208Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-17T21:52:39.247Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:52:39.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:52:39.260Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T21:52:39.703Z] Checking out Revision 6d0fca7ca15f421386e8388e0dbfef05184fe59b (master) [2020-12-17T21:52:39.739Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T21:52:39.754Z] > git checkout -f 6d0fca7ca15f421386e8388e0dbfef05184fe59b # timeout=10 [2020-12-17T21:52:44.318Z] Commit message: "ci: standardize dockerfiles (#610)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T21:52:46.109Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-17T21:52:46.571Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T21:52:46.912Z] + sudo service docker restart [2020-12-17T21:52:46.912Z] + true [Pipeline] unstash [Pipeline] echo [2020-12-17T21:52:49.145Z] ========================================================= [2020-12-17T21:52:49.145Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-17T21:52:49.145Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:52:49.545Z] + 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 . [2020-12-17T21:52:50.529Z] Sending build context to Docker daemon 19.15MB [2020-12-17T21:52:50.529Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-17T21:52:50.529Z] Step 2/8 : FROM ${BASE} [2020-12-17T21:52:51.127Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-17T21:52:51.127Z] 5f621e34cdf4: Pulling fs layer [2020-12-17T21:52:51.127Z] a4357932f1b6: Pulling fs layer [2020-12-17T21:52:51.127Z] 18c013af1878: Pulling fs layer [2020-12-17T21:52:51.127Z] 00ac8860ef70: Pulling fs layer [2020-12-17T21:52:51.127Z] 63d7cb157983: Pulling fs layer [2020-12-17T21:52:51.127Z] b116817d02f9: Pulling fs layer [2020-12-17T21:52:51.127Z] 745a02a5169b: Pulling fs layer [2020-12-17T21:52:51.127Z] 00ac8860ef70: Waiting [2020-12-17T21:52:51.127Z] 63d7cb157983: Waiting [2020-12-17T21:52:51.127Z] b116817d02f9: Waiting [2020-12-17T21:52:51.127Z] 745a02a5169b: Waiting [2020-12-17T21:52:51.127Z] 18c013af1878: Verifying Checksum [2020-12-17T21:52:51.127Z] 18c013af1878: Download complete [2020-12-17T21:52:51.127Z] a4357932f1b6: Verifying Checksum [2020-12-17T21:52:51.127Z] a4357932f1b6: Download complete [2020-12-17T21:52:51.127Z] 63d7cb157983: Verifying Checksum [2020-12-17T21:52:51.127Z] 63d7cb157983: Download complete [2020-12-17T21:52:51.127Z] b116817d02f9: Download complete [2020-12-17T21:52:51.127Z] 5f621e34cdf4: Verifying Checksum [2020-12-17T21:52:51.127Z] 5f621e34cdf4: Download complete [2020-12-17T21:52:51.736Z] 5f621e34cdf4: Pull complete [2020-12-17T21:52:52.342Z] a4357932f1b6: Pull complete [2020-12-17T21:52:52.616Z] 18c013af1878: Pull complete [2020-12-17T21:52:54.055Z] 745a02a5169b: Verifying Checksum [2020-12-17T21:52:54.055Z] 745a02a5169b: Download complete [2020-12-17T21:52:55.490Z] 00ac8860ef70: Verifying Checksum [2020-12-17T21:52:55.490Z] 00ac8860ef70: Download complete [2020-12-17T21:52:56.157Z] Running on prd-centos7-docker-4c-2g-16637 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws [2020-12-17T21:52:56.212Z] Running in /w/workspace/app-functions-sdk-go/156 [Pipeline] { [Pipeline] checkout [2020-12-17T21:53:03.593Z] using credential edgex-jenkins-ssh [2020-12-17T21:53:03.658Z] Cloning the remote Git repository [2020-12-17T21:53:03.726Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:53:03.820Z] > git init /w/workspace/app-functions-sdk-go/156 # timeout=10 [2020-12-17T21:53:03.935Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:53:03.935Z] > git --version # timeout=10 [2020-12-17T21:53:03.970Z] > git --version # 'git version 2.24.3' [2020-12-17T21:53:03.971Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:53:04.057Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T21:53:05.673Z] 00ac8860ef70: Pull complete [2020-12-17T21:53:05.673Z] 63d7cb157983: Pull complete [2020-12-17T21:53:05.673Z] b116817d02f9: Pull complete [2020-12-17T21:53:07.955Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-17T21:53:08.003Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-17T21:53:08.523Z] Checking out Revision 6d0fca7ca15f421386e8388e0dbfef05184fe59b (master) [2020-12-17T21:53:08.092Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2020-12-17T21:53:08.113Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2020-12-17T21:53:08.114Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-17T21:53:08.127Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-17T21:53:08.539Z] > git config core.sparsecheckout # timeout=10 [2020-12-17T21:53:08.568Z] > git checkout -f 6d0fca7ca15f421386e8388e0dbfef05184fe59b # timeout=10 [2020-12-17T21:53:10.002Z] 745a02a5169b: Pull complete [2020-12-17T21:53:10.002Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-17T21:53:10.002Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-17T21:53:10.002Z] ---> b7e6874047d6 [2020-12-17T21:53:10.002Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T21:53:10.002Z] 20.10.0: Pulling from library/docker [2020-12-17T21:53:10.002Z] a3cc7d3b244e: Pulling fs layer [2020-12-17T21:53:10.002Z] 02a3295e0d61: Pulling fs layer [2020-12-17T21:53:10.002Z] 0f4f2e6d8100: Pulling fs layer [2020-12-17T21:53:10.002Z] 330b718f631f: Pulling fs layer [2020-12-17T21:53:10.002Z] a93816041522: Pulling fs layer [2020-12-17T21:53:10.002Z] bdb6da89ff94: Pulling fs layer [2020-12-17T21:53:10.002Z] 2a70c0c122f4: Pulling fs layer [2020-12-17T21:53:10.002Z] a93816041522: Waiting [2020-12-17T21:53:10.002Z] bdb6da89ff94: Waiting [2020-12-17T21:53:10.002Z] 2a70c0c122f4: Waiting [2020-12-17T21:53:10.002Z] 330b718f631f: Waiting [2020-12-17T21:53:10.002Z] 0f4f2e6d8100: Download complete [2020-12-17T21:53:10.002Z] 02a3295e0d61: Download complete [2020-12-17T21:53:10.002Z] a93816041522: Verifying Checksum [2020-12-17T21:53:10.002Z] a3cc7d3b244e: Verifying Checksum [2020-12-17T21:53:10.002Z] a3cc7d3b244e: Download complete [2020-12-17T21:53:10.002Z] bdb6da89ff94: Verifying Checksum [2020-12-17T21:53:10.002Z] bdb6da89ff94: Download complete [2020-12-17T21:53:10.002Z] 2a70c0c122f4: Verifying Checksum [2020-12-17T21:53:10.002Z] 2a70c0c122f4: Download complete [2020-12-17T21:53:10.609Z] a3cc7d3b244e: Pull complete [2020-12-17T21:53:11.212Z] 02a3295e0d61: Pull complete [2020-12-17T21:53:11.814Z] 0f4f2e6d8100: Pull complete [2020-12-17T21:53:11.814Z] 330b718f631f: Verifying Checksum [2020-12-17T21:53:11.814Z] 330b718f631f: Download complete [2020-12-17T21:53:12.518Z] Commit message: "ci: standardize dockerfiles (#610)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-17T21:53:14.333Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-17T21:53:14.709Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-17T21:53:15.064Z] + true [2020-12-17T21:53:15.064Z] + sudo service docker restart [2020-12-17T21:53:15.064Z] Redirecting to /bin/systemctl restart docker.service [2020-12-17T21:53:16.138Z] 330b718f631f: Pull complete [2020-12-17T21:53:16.138Z] a93816041522: Pull complete [2020-12-17T21:53:16.138Z] bdb6da89ff94: Pull complete [2020-12-17T21:53:16.412Z] 2a70c0c122f4: Pull complete [2020-12-17T21:53:16.412Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2020-12-17T21:53:16.412Z] Status: Downloaded newer image for docker:20.10.0 [Pipeline] unstash [Pipeline] echo [2020-12-17T21:53:17.320Z] ========================================================= [2020-12-17T21:53:17.320Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-17T21:53:17.320Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:53:17.734Z] + 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 . [2020-12-17T21:53:18.717Z] Sending build context to Docker daemon 19.15MB [2020-12-17T21:53:18.717Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2020-12-17T21:53:18.717Z] Step 2/8 : FROM ${BASE} [2020-12-17T21:53:18.717Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-17T21:53:18.717Z] 188c0c94c7c5: Pulling fs layer [2020-12-17T21:53:18.717Z] 0ef7d3d256c8: Pulling fs layer [2020-12-17T21:53:18.717Z] de9db76c5a1d: Pulling fs layer [2020-12-17T21:53:18.717Z] bca2f99d35d6: Pulling fs layer [2020-12-17T21:53:18.717Z] 93359f2a8cfa: Pulling fs layer [2020-12-17T21:53:18.717Z] 7c6f9722023f: Pulling fs layer [2020-12-17T21:53:18.717Z] a35cf1a2eb13: Pulling fs layer [2020-12-17T21:53:18.717Z] 93359f2a8cfa: Waiting [2020-12-17T21:53:18.717Z] 7c6f9722023f: Waiting [2020-12-17T21:53:18.717Z] a35cf1a2eb13: Waiting [2020-12-17T21:53:18.717Z] bca2f99d35d6: Waiting [2020-12-17T21:53:18.717Z] de9db76c5a1d: Verifying Checksum [2020-12-17T21:53:18.717Z] de9db76c5a1d: Download complete [2020-12-17T21:53:18.717Z] 0ef7d3d256c8: Verifying Checksum [2020-12-17T21:53:18.717Z] 0ef7d3d256c8: Download complete [2020-12-17T21:53:18.717Z] 93359f2a8cfa: Verifying Checksum [2020-12-17T21:53:18.717Z] 93359f2a8cfa: Download complete [2020-12-17T21:53:18.717Z] 7c6f9722023f: Verifying Checksum [2020-12-17T21:53:18.717Z] 7c6f9722023f: Download complete [2020-12-17T21:53:18.717Z] 188c0c94c7c5: Verifying Checksum [2020-12-17T21:53:18.717Z] 188c0c94c7c5: Download complete [2020-12-17T21:53:19.718Z] 188c0c94c7c5: Pull complete [2020-12-17T21:53:20.110Z] 0ef7d3d256c8: Pull complete [2020-12-17T21:53:20.110Z] de9db76c5a1d: Pull complete [2020-12-17T21:53:23.159Z] ---> 98dd8f8039cd [2020-12-17T21:53:23.159Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-17T21:53:23.159Z] ---> Running in e0942face365 [2020-12-17T21:53:23.159Z] Removing intermediate container e0942face365 [2020-12-17T21:53:23.159Z] ---> d9f02d6b80d8 [2020-12-17T21:53:23.159Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-17T21:53:23.439Z] ---> Running in 7a0094e7e3e3 [2020-12-17T21:53:24.675Z] a35cf1a2eb13: Verifying Checksum [2020-12-17T21:53:24.675Z] a35cf1a2eb13: Download complete [2020-12-17T21:53:24.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-17T21:53:25.324Z] bca2f99d35d6: Verifying Checksum [2020-12-17T21:53:25.324Z] bca2f99d35d6: Download complete [2020-12-17T21:53:25.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-17T21:53:26.847Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-17T21:53:26.847Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-17T21:53:27.117Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-17T21:53:27.117Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-17T21:53:27.388Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-17T21:53:27.388Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T21:53:27.388Z] OK: 144 MiB in 44 packages [2020-12-17T21:53:28.829Z] Removing intermediate container 7a0094e7e3e3 [2020-12-17T21:53:28.829Z] ---> 42c1d6092062 [2020-12-17T21:53:28.829Z] Step 6/8 : WORKDIR /build [2020-12-17T21:53:28.829Z] ---> Running in c444caf7c684 [2020-12-17T21:53:29.103Z] Removing intermediate container c444caf7c684 [2020-12-17T21:53:29.103Z] ---> 34aabc1c2284 [2020-12-17T21:53:29.103Z] Step 7/8 : COPY go.mod . [2020-12-17T21:53:30.090Z] ---> c5a640de4d25 [2020-12-17T21:53:30.090Z] Step 8/8 : RUN go mod download [2020-12-17T21:53:30.090Z] ---> Running in 8b86e77541c1 [2020-12-17T21:53:37.917Z] bca2f99d35d6: Pull complete [2020-12-17T21:53:37.917Z] 93359f2a8cfa: Pull complete [2020-12-17T21:53:37.917Z] 7c6f9722023f: Pull complete [2020-12-17T21:53:41.398Z] a35cf1a2eb13: Pull complete [2020-12-17T21:53:41.398Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-17T21:53:41.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-17T21:53:41.398Z] ---> a62c8e92a672 [2020-12-17T21:53:41.398Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2020-12-17T21:53:41.398Z] 20.10.0: Pulling from library/docker [2020-12-17T21:53:41.398Z] 05e7bc50f07f: Pulling fs layer [2020-12-17T21:53:41.398Z] 6db28d0fdbf6: Pulling fs layer [2020-12-17T21:53:41.398Z] 292df0bc6bf3: Pulling fs layer [2020-12-17T21:53:41.398Z] 2e060f4bd70b: Pulling fs layer [2020-12-17T21:53:41.398Z] 80e8d568a223: Pulling fs layer [2020-12-17T21:53:41.398Z] 8dc6ef1a942a: Pulling fs layer [2020-12-17T21:53:41.398Z] 2312dd95470a: Pulling fs layer [2020-12-17T21:53:41.398Z] 80e8d568a223: Waiting [2020-12-17T21:53:41.398Z] 8dc6ef1a942a: Waiting [2020-12-17T21:53:41.398Z] 2e060f4bd70b: Waiting [2020-12-17T21:53:41.398Z] 2312dd95470a: Waiting [2020-12-17T21:53:41.398Z] 292df0bc6bf3: Verifying Checksum [2020-12-17T21:53:41.398Z] 292df0bc6bf3: Download complete [2020-12-17T21:53:41.724Z] 6db28d0fdbf6: Verifying Checksum [2020-12-17T21:53:41.724Z] 6db28d0fdbf6: Download complete [2020-12-17T21:53:41.724Z] 05e7bc50f07f: Verifying Checksum [2020-12-17T21:53:41.724Z] 05e7bc50f07f: Download complete [2020-12-17T21:53:41.724Z] 80e8d568a223: Verifying Checksum [2020-12-17T21:53:41.724Z] 80e8d568a223: Download complete [2020-12-17T21:53:41.724Z] 8dc6ef1a942a: Verifying Checksum [2020-12-17T21:53:41.724Z] 8dc6ef1a942a: Download complete [2020-12-17T21:53:41.724Z] 2312dd95470a: Verifying Checksum [2020-12-17T21:53:41.724Z] 2312dd95470a: Download complete [2020-12-17T21:53:42.030Z] 05e7bc50f07f: Pull complete [2020-12-17T21:53:42.345Z] 6db28d0fdbf6: Pull complete [2020-12-17T21:53:42.616Z] 292df0bc6bf3: Pull complete [2020-12-17T21:53:44.056Z] 2e060f4bd70b: Verifying Checksum [2020-12-17T21:53:44.056Z] 2e060f4bd70b: Download complete [2020-12-17T21:53:49.503Z] 2e060f4bd70b: Pull complete [2020-12-17T21:53:49.503Z] 80e8d568a223: Pull complete [2020-12-17T21:53:49.503Z] 8dc6ef1a942a: Pull complete [2020-12-17T21:53:49.806Z] 2312dd95470a: Pull complete [2020-12-17T21:53:49.806Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2020-12-17T21:53:49.806Z] Status: Downloaded newer image for docker:20.10.0 [2020-12-17T21:53:52.516Z] ---> 551411c8fc11 [2020-12-17T21:53:52.516Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2020-12-17T21:53:52.516Z] ---> Running in bda0326693c1 [2020-12-17T21:53:52.516Z] Removing intermediate container bda0326693c1 [2020-12-17T21:53:52.516Z] ---> e9c44e13c1ff [2020-12-17T21:53:52.516Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2020-12-17T21:53:52.516Z] ---> Running in 7a98ed1dd00d [2020-12-17T21:53:53.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-17T21:53:54.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-17T21:53:55.198Z] (1/5) Installing libsodium (1.0.18-r0) [2020-12-17T21:53:55.198Z] (2/5) Installing libzmq (4.3.3-r0) [2020-12-17T21:53:55.467Z] (3/5) Installing pkgconf (1.7.2-r0) [2020-12-17T21:53:55.467Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2020-12-17T21:53:55.734Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2020-12-17T21:53:55.734Z] Executing busybox-1.31.1-r19.trigger [2020-12-17T21:53:55.734Z] OK: 167 MiB in 44 packages [2020-12-17T21:53:56.335Z] Removing intermediate container 7a98ed1dd00d [2020-12-17T21:53:56.336Z] ---> db37c36901d9 [2020-12-17T21:53:56.336Z] Step 6/8 : WORKDIR /build [2020-12-17T21:53:56.608Z] ---> Running in d34d22055612 [2020-12-17T21:53:56.608Z] Removing intermediate container d34d22055612 [2020-12-17T21:53:56.608Z] ---> d753356aa454 [2020-12-17T21:53:56.608Z] Step 7/8 : COPY go.mod . [2020-12-17T21:53:56.919Z] Removing intermediate container 8b86e77541c1 [2020-12-17T21:53:56.919Z] ---> fd7f9f86e3f1 [2020-12-17T21:53:56.919Z] Successfully built fd7f9f86e3f1 [2020-12-17T21:53:56.919Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:53:57.218Z] ---> 16040c0c9f07 [2020-12-17T21:53:57.219Z] Step 8/8 : RUN go mod download [2020-12-17T21:53:57.219Z] ---> Running in d91577b49c59 [2020-12-17T21:53:57.262Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T21:53:57.262Z] . [Pipeline] withDockerContainer [2020-12-17T21:53:57.491Z] prd-ubuntu18.04-docker-arm64-4c-16g-16636 does not seem to be running inside a container [2020-12-17T21:53:57.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/156 -v /w/workspace/app-functions-sdk-go/156:/w/workspace/app-functions-sdk-go/156:rw,z -v /w/workspace/app-functions-sdk-go/156@tmp:/w/workspace/app-functions-sdk-go/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T21:53:58.994Z] $ docker top eae70a408311b8cb9f526f5662d4014c85cc5e6ef91ed9cfdf400ff5ed74d671 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:54:00.022Z] + go version [2020-12-17T21:54:00.022Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-17T21:54:00.050Z] $ docker stop --time=1 eae70a408311b8cb9f526f5662d4014c85cc5e6ef91ed9cfdf400ff5ed74d671 [2020-12-17T21:54:02.040Z] $ docker rm -f eae70a408311b8cb9f526f5662d4014c85cc5e6ef91ed9cfdf400ff5ed74d671 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:54:03.040Z] + docker inspect -f . ci-base-image-arm64 [2020-12-17T21:54:03.040Z] . [Pipeline] withDockerContainer [2020-12-17T21:54:03.302Z] prd-ubuntu18.04-docker-arm64-4c-16g-16636 does not seem to be running inside a container [2020-12-17T21:54:03.396Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/156 -v /w/workspace/app-functions-sdk-go/156:/w/workspace/app-functions-sdk-go/156:rw,z -v /w/workspace/app-functions-sdk-go/156@tmp:/w/workspace/app-functions-sdk-go/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-17T21:54:04.957Z] $ docker top 534ee0a63d83282a851be83a16fdab355a7347f1a311fb47a931ba60804e8cc8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:54:05.985Z] + make test [2020-12-17T21:54:05.985Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-17T21:54:07.442Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-17T21:54:24.165Z] Removing intermediate container d91577b49c59 [2020-12-17T21:54:24.165Z] ---> 420abd35dfa2 [2020-12-17T21:54:24.165Z] Successfully built 420abd35dfa2 [2020-12-17T21:54:24.165Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:54:24.643Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T21:54:24.914Z] . [Pipeline] withDockerContainer [2020-12-17T21:54:25.233Z] prd-centos7-docker-4c-2g-16637 does not seem to be running inside a container [2020-12-17T21:54:25.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/156 -v /w/workspace/app-functions-sdk-go/156:/w/workspace/app-functions-sdk-go/156:rw,z -v /w/workspace/app-functions-sdk-go/156@tmp:/w/workspace/app-functions-sdk-go/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T21:54:27.035Z] $ docker top 187d2355d41b3d3d72769f60eec5f59a3dc00ab7b83e02393b10f06775ac02f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:54:28.200Z] + go version [2020-12-17T21:54:28.200Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-17T21:54:28.250Z] $ docker stop --time=1 187d2355d41b3d3d72769f60eec5f59a3dc00ab7b83e02393b10f06775ac02f2 [2020-12-17T21:54:29.622Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.124s coverage: 86.2% of statements [2020-12-17T21:54:29.759Z] $ docker rm -f 187d2355d41b3d3d72769f60eec5f59a3dc00ab7b83e02393b10f06775ac02f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:54:30.930Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-17T21:54:30.930Z] . [Pipeline] withDockerContainer [2020-12-17T21:54:31.169Z] prd-centos7-docker-4c-2g-16637 does not seem to be running inside a container [2020-12-17T21:54:31.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/156 -v /w/workspace/app-functions-sdk-go/156:/w/workspace/app-functions-sdk-go/156:rw,z -v /w/workspace/app-functions-sdk-go/156@tmp:/w/workspace/app-functions-sdk-go/156@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-17T21:54:32.220Z] $ docker top d6b008443f334cbc97cd3c27caaba180630177f9b897d3ad2208e51c009b2d26 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:54:33.128Z] + make test [2020-12-17T21:54:33.128Z] CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [2020-12-17T21:54:36.558Z] ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [2020-12-17T21:54:49.123Z] ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.042s coverage: 86.2% of statements [2020-12-17T21:54:56.498Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.053s coverage: 50.5% of statements [2020-12-17T21:54:56.499Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-17T21:54:56.499Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-17T21:54:56.499Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.074s coverage: 54.7% of statements [2020-12-17T21:54:56.499Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-17T21:54:56.499Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.034s coverage: 69.1% of statements [2020-12-17T21:55:04.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.483s coverage: 61.6% of statements [2020-12-17T21:55:04.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements [2020-12-17T21:55:04.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.012s coverage: 100.0% of statements [2020-12-17T21:55:04.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.033s coverage: 100.0% of statements [2020-12-17T21:55:04.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements [2020-12-17T21:55:04.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.020s coverage: 100.0% of statements [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-17T21:55:04.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.014s coverage: 97.7% of statements [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-17T21:55:04.801Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-17T21:55:04.801Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements [2020-12-17T21:55:04.885Z] ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.036s coverage: 50.5% of statements [2020-12-17T21:55:04.885Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] [2020-12-17T21:55:04.885Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] [2020-12-17T21:55:04.885Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.038s coverage: 54.7% of statements [2020-12-17T21:55:04.885Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] [2020-12-17T21:55:04.885Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.110s coverage: 69.1% of statements [2020-12-17T21:55:05.772Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.940s coverage: 75.0% of statements [2020-12-17T21:55:05.772Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-17T21:55:05.772Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.041s coverage: 89.7% of statements [2020-12-17T21:55:05.772Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.024s coverage: 88.9% of statements [2020-12-17T21:55:05.772Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.042s coverage: 80.5% of statements [2020-12-17T21:55:05.772Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.021s coverage: 71.7% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.461s coverage: 61.6% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.008s coverage: 89.5% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.037s coverage: 100.0% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.043s coverage: 100.0% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.034s coverage: 100.0% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.023s coverage: 100.0% of statements [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.006s coverage: 97.7% of statements [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.029s coverage: 8.8% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.943s coverage: 75.0% of statements [2020-12-17T21:55:20.072Z] ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.055s coverage: 89.7% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.046s coverage: 88.9% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.051s coverage: 80.5% of statements [2020-12-17T21:55:20.072Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.016s coverage: 71.7% of statements [2020-12-17T21:55:32.572Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 81.6% of statements [2020-12-17T21:55:32.572Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements [2020-12-17T21:55:32.572Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-17T21:55:39.372Z] gofmt -l . [2020-12-17T21:55:39.645Z] [ "`gofmt -l .`" = "" ] [2020-12-17T21:55:39.917Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-17T21:55:40.537Z] $ docker stop --time=1 534ee0a63d83282a851be83a16fdab355a7347f1a311fb47a931ba60804e8cc8 [2020-12-17T21:55:42.179Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.074s coverage: 81.6% of statements [2020-12-17T21:55:42.180Z] ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.020s coverage: 94.4% of statements [2020-12-17T21:55:42.180Z] CGO_ENABLED=1 GO111MODULE=on go vet ./... [2020-12-17T21:55:42.614Z] $ docker rm -f 534ee0a63d83282a851be83a16fdab355a7347f1a311fb47a931ba60804e8cc8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T21:55:43.665Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-17T21:55:44.486Z] 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] } [2020-12-17T21:55:46.589Z] gofmt -l . [2020-12-17T21:55:46.589Z] [ "`gofmt -l .`" = "" ] [2020-12-17T21:55:46.589Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [2020-12-17T21:55:47.588Z] $ docker stop --time=1 d6b008443f334cbc97cd3c27caaba180630177f9b897d3ad2208e51c009b2d26 [2020-12-17T21:55:49.442Z] $ docker rm -f d6b008443f334cbc97cd3c27caaba180630177f9b897d3ad2208e51c009b2d26 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-17T21:55:50.440Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2020-12-17T21:55:50.458Z] Warning: overwriting stash ‘coverage-report’ [2020-12-17T21:55:50.967Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-17T21:55:53.126Z] provisioning config files... [2020-12-17T21:55:53.180Z] copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3082417074192420047tmp [Pipeline] { [Pipeline] sh [2020-12-17T21:55:53.620Z] + set +x [2020-12-17T21:55:53.620Z] + curl -s https://codecov.io/bash [2020-12-17T21:55:53.620Z] + bash -s -- [2020-12-17T21:55:53.888Z] [2020-12-17T21:55:53.888Z] _____ _ [2020-12-17T21:55:53.888Z] / ____| | | [2020-12-17T21:55:53.888Z] | | ___ __| | ___ ___ _____ __ [2020-12-17T21:55:53.888Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-17T21:55:53.888Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-17T21:55:53.888Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-17T21:55:53.888Z] Bash-20201217-3d3df35 [2020-12-17T21:55:53.888Z] [2020-12-17T21:55:53.888Z] [2020-12-17T21:55:53.888Z] git version 2.24.3 found [2020-12-17T21:55:53.888Z] 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 [2020-12-17T21:55:53.888Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2020-12-17T21:55:53.888Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets found [2020-12-17T21:55:53.888Z] ==> Jenkins CI detected. [2020-12-17T21:55:53.888Z] project root: . [2020-12-17T21:55:53.888Z] --> token set from env [2020-12-17T21:55:53.888Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-17T21:55:53.888Z] ==> Running gcov in . (disable via -X gcov) [2020-12-17T21:55:53.888Z] ==> Python coveragepy not found [2020-12-17T21:55:53.888Z] ==> Searching for coverage reports in: [2020-12-17T21:55:53.888Z] + . [2020-12-17T21:55:53.888Z] -> Found 1 reports [2020-12-17T21:55:53.888Z] ==> Detecting git/mercurial file structure [2020-12-17T21:55:53.888Z] ==> Reading reports [2020-12-17T21:55:54.175Z] + ./coverage.out bytes=85267 [2020-12-17T21:55:54.175Z] ==> Appending adjustments [2020-12-17T21:55:54.175Z] https://docs.codecov.io/docs/fixing-reports [2020-12-17T21:55:54.778Z] + Found adjustments [2020-12-17T21:55:54.778Z] ==> Gzipping contents [2020-12-17T21:55:54.778Z] 16K /tmp/codecov.dUKhVP.gz [2020-12-17T21:55:54.778Z] ==> Uploading reports [2020-12-17T21:55:54.778Z] url: https://codecov.io [2020-12-17T21:55:54.778Z] query: branch=master&commit=6d0fca7ca15f421386e8388e0dbfef05184fe59b&build=156&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F156%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-17T21:55:54.778Z] -> Pinging Codecov [2020-12-17T21:55:54.778Z] https://codecov.io/upload/v4?package=bash-20201217-3d3df35&token=secret&branch=master&commit=6d0fca7ca15f421386e8388e0dbfef05184fe59b&build=156&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F156%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= [2020-12-17T21:55:55.363Z] -> Uploading to [2020-12-17T21:55:55.363Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-17/3D8B5DFFC46A037C893635FACE044666/6d0fca7ca15f421386e8388e0dbfef05184fe59b/f721d6c1-b050-458f-b9e5-189aae9bf121.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201217%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201217T215555Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=830e7ee50fb1b1f33e7e2cd8cdbd0b6f1491410e9fa16ff92388ed3b8d383d35 [2020-12-17T21:55:55.363Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T21:55:55.363Z] Dload Upload Total Spent Left Speed [2020-12-17T21:55:55.628Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15091 0 0 100 15091 0 34393 --:--:-- --:--:-- --:--:-- 34454 [2020-12-17T21:55:55.628Z] -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/6d0fca7ca15f421386e8388e0dbfef05184fe59b [Pipeline] } [2020-12-17T21:55:55.640Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2020-12-17T21:55:56.481Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2020-12-17T21:55:56.527Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:55:56.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-17T21:55:57.187Z] [2020-12-17T21:55:57.187Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:55:57.589Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-17T21:55:57.589Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2020-12-17T21:55:57.589Z] 188c0c94c7c5: Pulling fs layer [2020-12-17T21:55:57.589Z] 0ef7d3d256c8: Pulling fs layer [2020-12-17T21:55:57.589Z] de9db76c5a1d: Pulling fs layer [2020-12-17T21:55:57.589Z] 0eba1c9be4d2: Pulling fs layer [2020-12-17T21:55:57.589Z] 0d57e429df01: Pulling fs layer [2020-12-17T21:55:57.589Z] 4e4be7b47b0d: Pulling fs layer [2020-12-17T21:55:57.589Z] e1f770b5df2f: Pulling fs layer [2020-12-17T21:55:57.589Z] 85a0685a4137: Pulling fs layer [2020-12-17T21:55:57.589Z] 4e4be7b47b0d: Waiting [2020-12-17T21:55:57.589Z] 0eba1c9be4d2: Waiting [2020-12-17T21:55:57.589Z] e1f770b5df2f: Waiting [2020-12-17T21:55:57.589Z] 85a0685a4137: Waiting [2020-12-17T21:55:57.589Z] 0d57e429df01: Waiting [2020-12-17T21:55:57.884Z] de9db76c5a1d: Download complete [2020-12-17T21:55:57.884Z] 0ef7d3d256c8: Verifying Checksum [2020-12-17T21:55:57.884Z] 0ef7d3d256c8: Download complete [2020-12-17T21:55:57.884Z] 0d57e429df01: Verifying Checksum [2020-12-17T21:55:57.884Z] 0d57e429df01: Download complete [2020-12-17T21:55:57.884Z] 4e4be7b47b0d: Verifying Checksum [2020-12-17T21:55:57.884Z] 4e4be7b47b0d: Download complete [2020-12-17T21:55:57.884Z] 188c0c94c7c5: Verifying Checksum [2020-12-17T21:55:57.884Z] 188c0c94c7c5: Download complete [2020-12-17T21:55:58.907Z] 188c0c94c7c5: Pull complete [2020-12-17T21:55:58.907Z] 0ef7d3d256c8: Pull complete [2020-12-17T21:55:59.188Z] de9db76c5a1d: Pull complete [2020-12-17T21:55:59.815Z] e1f770b5df2f: Verifying Checksum [2020-12-17T21:55:59.816Z] e1f770b5df2f: Download complete [2020-12-17T21:56:04.171Z] 0eba1c9be4d2: Verifying Checksum [2020-12-17T21:56:04.171Z] 0eba1c9be4d2: Download complete [2020-12-17T21:56:04.171Z] 85a0685a4137: Download complete [2020-12-17T21:56:14.382Z] 0eba1c9be4d2: Pull complete [2020-12-17T21:56:14.382Z] 0d57e429df01: Pull complete [2020-12-17T21:56:14.382Z] 4e4be7b47b0d: Pull complete [2020-12-17T21:56:16.363Z] e1f770b5df2f: Pull complete [2020-12-17T21:56:26.685Z] 85a0685a4137: Pull complete [2020-12-17T21:56:26.685Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2020-12-17T21:56:26.685Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2020-12-17T21:56:26.685Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2020-12-17T21:56:27.030Z] prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container [2020-12-17T21:56:27.122Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2020-12-17T21:56:28.748Z] $ docker top acec8abbc77f1baaaea4109ebe1ae355afa7d7faa7d15d115f726b272efe2c56 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-17T21:56:29.153Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2020-12-17T21:56:29.503Z] + set -o pipefail [2020-12-17T21:56:29.503Z] + snyk monitor '--org=edgex-jenkins' [2020-12-17T21:56:37.813Z] [2020-12-17T21:56:37.813Z] Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... [2020-12-17T21:56:37.813Z] [2020-12-17T21:56:37.813Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/3c58c9e3-2aac-4ef7-842d-fa56ed11862b [2020-12-17T21:56:37.813Z] [2020-12-17T21:56:37.813Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-12-17T21:56:37.813Z] [2020-12-17T21:56:37.813Z] [2020-12-17T21:56:37.813Z] You have reached your monthly limit of 300 private tests for your edgex-jenkins org. [2020-12-17T21:56:37.813Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-12-17T21:56:37.844Z] $ docker stop --time=1 acec8abbc77f1baaaea4109ebe1ae355afa7d7faa7d15d115f726b272efe2c56 [2020-12-17T21:56:42.072Z] $ docker rm -f acec8abbc77f1baaaea4109ebe1ae355afa7d7faa7d15d115f726b272efe2c56 [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 [2020-12-17T21:56:43.723Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-17T21:56:43.833Z] provisioning config files... [2020-12-17T21:56:43.851Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5070060584253282258tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:56:44.284Z] --> edgex-publish-swagger.sh [2020-12-17T21:56:44.284Z] === Publish openapi/v2 API === [2020-12-17T21:56:44.284Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-12-17T21:56:44.284Z] [publishToSwagger] Publishing API Name [app-functions-sdk] [2020-12-17T21:56:44.284Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-17T21:56:44.284Z] Dload Upload Total Spent Left Speed [2020-12-17T21:56:45.687Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10233 0:00:01 0:00:01 --:--:-- 10247 100 13025 0 0 100 13025 0 10231 0:00:01 0:00:01 --:--:-- 10239 [2020-12-17T21:56:45.687Z] [2020-12-17T21:56:45.687Z] [Pipeline] } [2020-12-17T21:56:45.702Z] 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 [2020-12-17T21:56:46.761Z] + git log --format=format:%s -1 6d0fca7ca15f421386e8388e0dbfef05184fe59b [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:56:47.115Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:56:47.115Z] . [Pipeline] withDockerContainer [2020-12-17T21:56:47.266Z] prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container [2020-12-17T21:56:47.344Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-17T21:56:48.303Z] $ docker top cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T21:56:48.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T21:56:48.735Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T21:56:49.052Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T21:56:49.060Z] $ docker exec cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad ssh-agent [2020-12-17T21:56:49.525Z] SSH_AUTH_SOCK=/tmp/ssh-NAiTZ1PmXWi9/agent.12 [2020-12-17T21:56:49.525Z] SSH_AGENT_PID=17 [2020-12-17T21:56:49.542Z] Running ssh-add (command line suppressed) [2020-12-17T21:56:49.769Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5518569033588603887.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5518569033588603887.key) [2020-12-17T21:56:49.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T21:56:50.540Z] + git semver tag [2020-12-17T21:56:50.540Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T21:56:50.540Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-17T21:56:50.540Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-17T21:56:50.540Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T21:56:50.540Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T21:56:50.540Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T21:56:50.540Z] # $SEMVER_BRANCH = master [2020-12-17T21:56:50.540Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-17T21:56:50.540Z] # 6d0fca7ca15f421386e8388e0dbfef05184fe59b HEAD [2020-12-17T21:56:50.540Z] # -> Force: false [2020-12-17T21:56:50.540Z] # a5e01681746af7fff36c7b8ea92da7a32ce9787c refs/tags/v1.3.1-dev.7 [Pipeline] } [2020-12-17T21:56:50.565Z] $ docker exec --env ******** --env ******** cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad ssh-agent -k [2020-12-17T21:56:50.842Z] unset SSH_AUTH_SOCK; [2020-12-17T21:56:50.842Z] unset SSH_AGENT_PID; [2020-12-17T21:56:50.842Z] echo Agent pid 17 killed; [2020-12-17T21:56:51.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T21:56:51.558Z] + git semver [Pipeline] } [2020-12-17T21:56:51.615Z] $ docker stop --time=1 cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad [2020-12-17T21:56:53.241Z] $ docker rm -f cf4a2f339950977875f4ad6f47319a701397d38c85f6507e75b14a575c12f3ad [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:56:54.038Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-17T21:56:54.038Z] [2020-12-17T21:56:54.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:56:54.496Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-17T21:56:54.766Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-12-17T21:56:54.766Z] ab5ef0e58194: Pulling fs layer [2020-12-17T21:56:54.766Z] 9712f1f96733: Pulling fs layer [2020-12-17T21:56:54.766Z] 63f879dbbcfc: Pulling fs layer [2020-12-17T21:56:54.766Z] 0d9ebad4ef96: Pulling fs layer [2020-12-17T21:56:54.766Z] e9a5061849ea: Pulling fs layer [2020-12-17T21:56:54.766Z] d747dcd14b5f: Pulling fs layer [2020-12-17T21:56:54.766Z] 2de7ff778b66: Pulling fs layer [2020-12-17T21:56:54.766Z] e9a5061849ea: Waiting [2020-12-17T21:56:54.766Z] 0d9ebad4ef96: Waiting [2020-12-17T21:56:54.766Z] d747dcd14b5f: Waiting [2020-12-17T21:56:54.766Z] 2de7ff778b66: Waiting [2020-12-17T21:56:54.766Z] 9712f1f96733: Verifying Checksum [2020-12-17T21:56:54.766Z] 9712f1f96733: Download complete [2020-12-17T21:56:58.274Z] 63f879dbbcfc: Verifying Checksum [2020-12-17T21:56:58.274Z] 63f879dbbcfc: Download complete [2020-12-17T21:56:58.274Z] e9a5061849ea: Download complete [2020-12-17T21:56:58.274Z] d747dcd14b5f: Download complete [2020-12-17T21:56:59.280Z] 2de7ff778b66: Verifying Checksum [2020-12-17T21:56:59.280Z] 2de7ff778b66: Download complete [2020-12-17T21:56:59.562Z] 0d9ebad4ef96: Verifying Checksum [2020-12-17T21:56:59.562Z] 0d9ebad4ef96: Download complete [2020-12-17T21:56:59.839Z] ab5ef0e58194: Verifying Checksum [2020-12-17T21:56:59.839Z] ab5ef0e58194: Download complete [2020-12-17T21:57:08.368Z] ab5ef0e58194: Pull complete [2020-12-17T21:57:08.368Z] 9712f1f96733: Pull complete [2020-12-17T21:57:09.368Z] 63f879dbbcfc: Pull complete [2020-12-17T21:57:19.615Z] 0d9ebad4ef96: Pull complete [2020-12-17T21:57:21.568Z] e9a5061849ea: Pull complete [2020-12-17T21:57:21.843Z] d747dcd14b5f: Pull complete [2020-12-17T21:57:25.395Z] 2de7ff778b66: Pull complete [2020-12-17T21:57:25.395Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-12-17T21:57:25.395Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-12-17T21:57:25.395Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-12-17T21:57:25.788Z] prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container [2020-12-17T21:57:25.877Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-12-17T21:57:29.389Z] $ docker top e9eecd8104e8022441f80ef38c2a52799cf0b27d01801020e8a9fba881f4681f -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-12-17T21:57:29.774Z] provisioning config files... [2020-12-17T21:57:29.788Z] copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8972178774878266832tmp [2020-12-17T21:57:29.806Z] copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config538136292213288922tmp [2020-12-17T21:57:29.832Z] copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2027104122698466168tmp [Pipeline] { [Pipeline] echo [2020-12-17T21:57:29.921Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:57:30.594Z] ---> sigul-configuration.sh [2020-12-17T21:57:30.594Z] gpg: directory `/root/.gnupg' created [2020-12-17T21:57:30.594Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-12-17T21:57:30.594Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-12-17T21:57:30.594Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-12-17T21:57:30.594Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-12-17T21:57:30.594Z] gpg: CAST5 encrypted data [2020-12-17T21:57:30.860Z] gpg: encrypted with 1 passphrase [2020-12-17T21:57:30.860Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-12-17T21:57:31.312Z] + mkdir /home/jenkins [2020-12-17T21:57:31.312Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-12-17T21:57:31.916Z] + 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 [2020-12-17T21:57:31.976Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:57:32.619Z] ---> sigul-install.sh [2020-12-17T21:57:39.269Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-12-17T21:57:39.604Z] + git tag --list [2020-12-17T21:57:39.604Z] v0.1.0 [2020-12-17T21:57:39.604Z] v0.1.1 [2020-12-17T21:57:39.604Z] v1.0.0 [2020-12-17T21:57:39.604Z] v1.1.0 [2020-12-17T21:57:39.604Z] v1.2.0 [2020-12-17T21:57:39.604Z] v1.2.1-dev.1 [2020-12-17T21:57:39.604Z] v1.2.1-dev.10 [2020-12-17T21:57:39.604Z] v1.2.1-dev.11 [2020-12-17T21:57:39.604Z] v1.2.1-dev.12 [2020-12-17T21:57:39.604Z] v1.2.1-dev.13 [2020-12-17T21:57:39.604Z] v1.2.1-dev.14 [2020-12-17T21:57:39.604Z] v1.2.1-dev.15 [2020-12-17T21:57:39.604Z] v1.2.1-dev.16 [2020-12-17T21:57:39.604Z] v1.2.1-dev.17 [2020-12-17T21:57:39.604Z] v1.2.1-dev.18 [2020-12-17T21:57:39.604Z] v1.2.1-dev.19 [2020-12-17T21:57:39.604Z] v1.2.1-dev.2 [2020-12-17T21:57:39.604Z] v1.2.1-dev.20 [2020-12-17T21:57:39.604Z] v1.2.1-dev.21 [2020-12-17T21:57:39.604Z] v1.2.1-dev.22 [2020-12-17T21:57:39.604Z] v1.2.1-dev.23 [2020-12-17T21:57:39.604Z] v1.2.1-dev.24 [2020-12-17T21:57:39.604Z] v1.2.1-dev.25 [2020-12-17T21:57:39.604Z] v1.2.1-dev.26 [2020-12-17T21:57:39.604Z] v1.2.1-dev.27 [2020-12-17T21:57:39.604Z] v1.2.1-dev.28 [2020-12-17T21:57:39.604Z] v1.2.1-dev.29 [2020-12-17T21:57:39.604Z] v1.2.1-dev.3 [2020-12-17T21:57:39.604Z] v1.2.1-dev.30 [2020-12-17T21:57:39.604Z] v1.2.1-dev.31 [2020-12-17T21:57:39.604Z] v1.2.1-dev.32 [2020-12-17T21:57:39.604Z] v1.2.1-dev.33 [2020-12-17T21:57:39.604Z] v1.2.1-dev.34 [2020-12-17T21:57:39.604Z] v1.2.1-dev.35 [2020-12-17T21:57:39.604Z] v1.2.1-dev.36 [2020-12-17T21:57:39.604Z] v1.2.1-dev.37 [2020-12-17T21:57:39.604Z] v1.2.1-dev.38 [2020-12-17T21:57:39.604Z] v1.2.1-dev.39 [2020-12-17T21:57:39.604Z] v1.2.1-dev.4 [2020-12-17T21:57:39.604Z] v1.2.1-dev.40 [2020-12-17T21:57:39.604Z] v1.2.1-dev.41 [2020-12-17T21:57:39.604Z] v1.2.1-dev.42 [2020-12-17T21:57:39.604Z] v1.2.1-dev.43 [2020-12-17T21:57:39.604Z] v1.2.1-dev.44 [2020-12-17T21:57:39.604Z] v1.2.1-dev.45 [2020-12-17T21:57:39.604Z] v1.2.1-dev.46 [2020-12-17T21:57:39.604Z] v1.2.1-dev.47 [2020-12-17T21:57:39.604Z] v1.2.1-dev.48 [2020-12-17T21:57:39.604Z] v1.2.1-dev.49 [2020-12-17T21:57:39.604Z] v1.2.1-dev.5 [2020-12-17T21:57:39.604Z] v1.2.1-dev.50 [2020-12-17T21:57:39.604Z] v1.2.1-dev.51 [2020-12-17T21:57:39.604Z] v1.2.1-dev.52 [2020-12-17T21:57:39.604Z] v1.2.1-dev.53 [2020-12-17T21:57:39.604Z] v1.2.1-dev.54 [2020-12-17T21:57:39.604Z] v1.2.1-dev.55 [2020-12-17T21:57:39.604Z] v1.2.1-dev.56 [2020-12-17T21:57:39.604Z] v1.2.1-dev.57 [2020-12-17T21:57:39.604Z] v1.2.1-dev.58 [2020-12-17T21:57:39.604Z] v1.2.1-dev.6 [2020-12-17T21:57:39.604Z] v1.2.1-dev.7 [2020-12-17T21:57:39.604Z] v1.2.1-dev.8 [2020-12-17T21:57:39.604Z] v1.2.1-dev.9 [2020-12-17T21:57:39.604Z] v1.3.0 [2020-12-17T21:57:39.604Z] v1.3.1-dev.1 [2020-12-17T21:57:39.604Z] v1.3.1-dev.2 [2020-12-17T21:57:39.604Z] v1.3.1-dev.3 [2020-12-17T21:57:39.604Z] v1.3.1-dev.4 [2020-12-17T21:57:39.604Z] v1.3.1-dev.5 [2020-12-17T21:57:39.604Z] v1.3.1-dev.6 [2020-12-17T21:57:39.604Z] v1.3.1-dev.7 [Pipeline] sh [2020-12-17T21:57:40.025Z] + lftools sign git-tag v1.3.1-dev.7 [2020-12-17T21:57:42.003Z] Signing Git tag with Sigul... [2020-12-17T21:57:42.003Z] Signing v1.3.1-dev.7 [Pipeline] echo [2020-12-17T21:57:42.973Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:57:43.296Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-12-17T21:57:43.312Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-12-17T21:57:43.427Z] $ docker stop --time=1 e9eecd8104e8022441f80ef38c2a52799cf0b27d01801020e8a9fba881f4681f [2020-12-17T21:57:45.707Z] $ docker rm -f e9eecd8104e8022441f80ef38c2a52799cf0b27d01801020e8a9fba881f4681f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:57:46.825Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:57:46.825Z] . [Pipeline] withDockerContainer [2020-12-17T21:57:47.376Z] prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container [2020-12-17T21:57:47.504Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-17T21:57:48.907Z] $ docker top cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T21:57:49.411Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T21:57:49.411Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T21:57:49.827Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T21:57:49.833Z] $ docker exec cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 ssh-agent [2020-12-17T21:57:50.271Z] SSH_AUTH_SOCK=/tmp/ssh-gc4T4NWIW2Lx/agent.11 [2020-12-17T21:57:50.271Z] SSH_AGENT_PID=16 [2020-12-17T21:57:50.282Z] Running ssh-add (command line suppressed) [2020-12-17T21:57:50.503Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6976067062538655523.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6976067062538655523.key) [2020-12-17T21:57:50.614Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T21:57:51.007Z] + git semver bump pre [2020-12-17T21:57:51.007Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T21:57:51.007Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-17T21:57:51.007Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-17T21:57:51.007Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T21:57:51.008Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T21:57:51.008Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T21:57:51.008Z] # $SEMVER_BRANCH = master [2020-12-17T21:57:51.008Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [2020-12-17T21:57:51.008Z] 1.3.1-dev.8 [Pipeline] } [2020-12-17T21:57:51.036Z] $ docker exec --env ******** --env ******** cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 ssh-agent -k [2020-12-17T21:57:51.350Z] unset SSH_AUTH_SOCK; [2020-12-17T21:57:51.351Z] unset SSH_AGENT_PID; [2020-12-17T21:57:51.351Z] echo Agent pid 16 killed; [2020-12-17T21:57:51.502Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T21:57:52.066Z] + git semver [Pipeline] } [2020-12-17T21:57:52.356Z] $ docker stop --time=1 cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 [2020-12-17T21:57:54.148Z] $ docker rm -f cb3c6152bbe1296265929d08f9d8cb6fc4dd565b518793c0d980e8f47dd43b12 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:57:54.865Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-17T21:57:54.865Z] . [Pipeline] withDockerContainer [2020-12-17T21:57:55.020Z] prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container [2020-12-17T21:57:55.093Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-17T21:57:56.280Z] $ docker top 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-17T21:57:56.688Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-17T21:57:56.688Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-17T21:57:57.159Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-17T21:57:57.167Z] $ docker exec 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 ssh-agent [2020-12-17T21:57:57.869Z] SSH_AUTH_SOCK=/tmp/ssh-VBIDGQuv9d8P/agent.12 [2020-12-17T21:57:57.869Z] SSH_AGENT_PID=17 [2020-12-17T21:57:57.881Z] Running ssh-add (command line suppressed) [2020-12-17T21:57:58.357Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1443050194752961859.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1443050194752961859.key) [2020-12-17T21:57:58.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-17T21:57:59.180Z] + git semver push [2020-12-17T21:57:59.180Z] # -> Open(): unable to determine branch for HEAD [2020-12-17T21:57:59.180Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git [2020-12-17T21:57:59.180Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master [2020-12-17T21:57:59.180Z] # $SEMVER_REMOTE_NAME = origin [2020-12-17T21:57:59.180Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-17T21:57:59.180Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-17T21:57:59.180Z] # $SEMVER_BRANCH = master [2020-12-17T21:57:59.180Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } [2020-12-17T21:58:07.604Z] $ docker exec --env ******** --env ******** 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 ssh-agent -k [2020-12-17T21:58:07.932Z] unset SSH_AUTH_SOCK; [2020-12-17T21:58:07.932Z] unset SSH_AGENT_PID; [2020-12-17T21:58:07.932Z] echo Agent pid 17 killed; [2020-12-17T21:58:08.098Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-17T21:58:08.917Z] + git semver [Pipeline] } [2020-12-17T21:58:08.944Z] $ docker stop --time=1 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 [2020-12-17T21:58:10.937Z] $ docker rm -f 5620381035e1837011fcf31458fa1620a3afe262cda8bc36c6dd6bcfb2b97497 [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 [2020-12-17T21:58:12.647Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:58:13.248Z] ---> package-listing.sh [2020-12-17T21:58:13.248Z] ++ facter osfamily [2020-12-17T21:58:13.248Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-17T21:58:13.522Z] + OS_FAMILY=redhat [2020-12-17T21:58:13.522Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_master [2020-12-17T21:58:13.522Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-17T21:58:13.522Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-17T21:58:13.522Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-17T21:58:13.522Z] + PACKAGES=/tmp/packages_start.txt [2020-12-17T21:58:13.522Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-17T21:58:13.522Z] + PACKAGES=/tmp/packages_end.txt [2020-12-17T21:58:13.523Z] + case "${OS_FAMILY}" in [2020-12-17T21:58:13.523Z] + rpm -qa [2020-12-17T21:58:13.523Z] + sort [2020-12-17T21:58:18.923Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-17T21:58:18.923Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-17T21:58:18.923Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-17T21:58:18.923Z] + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' [2020-12-17T21:58:18.923Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ [2020-12-17T21:58:18.923Z] + 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 [2020-12-17T21:58:18.945Z] 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 [2020-12-17T21:58:19.268Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:58:19.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T21:58:20.210Z] [2020-12-17T21:58:20.210Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-17T21:58:20.631Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T21:58:20.931Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-17T21:58:20.931Z] df20fa9351a1: Pulling fs layer [2020-12-17T21:58:20.931Z] 36b3adc4ff6f: Pulling fs layer [2020-12-17T21:58:20.931Z] 8ad3a11d3b57: Pulling fs layer [2020-12-17T21:58:20.931Z] 46f8f816bc3b: Pulling fs layer [2020-12-17T21:58:20.931Z] 93b61091891f: Pulling fs layer [2020-12-17T21:58:20.931Z] 93b9cdb0e59b: Pulling fs layer [2020-12-17T21:58:20.931Z] 5e14af77c1be: Pulling fs layer [2020-12-17T21:58:20.931Z] 01666e4c0597: Pulling fs layer [2020-12-17T21:58:20.931Z] aa168da1d23b: Pulling fs layer [2020-12-17T21:58:20.931Z] 46f8f816bc3b: Waiting [2020-12-17T21:58:20.931Z] 93b61091891f: Waiting [2020-12-17T21:58:20.931Z] 93b9cdb0e59b: Waiting [2020-12-17T21:58:20.931Z] 5e14af77c1be: Waiting [2020-12-17T21:58:20.931Z] 01666e4c0597: Waiting [2020-12-17T21:58:20.931Z] aa168da1d23b: Waiting [2020-12-17T21:58:20.931Z] 36b3adc4ff6f: Verifying Checksum [2020-12-17T21:58:20.931Z] 36b3adc4ff6f: Download complete [2020-12-17T21:58:20.931Z] 46f8f816bc3b: Verifying Checksum [2020-12-17T21:58:20.931Z] 46f8f816bc3b: Download complete [2020-12-17T21:58:21.204Z] 93b61091891f: Verifying Checksum [2020-12-17T21:58:21.204Z] 93b61091891f: Download complete [2020-12-17T21:58:21.204Z] df20fa9351a1: Verifying Checksum [2020-12-17T21:58:21.204Z] 93b9cdb0e59b: Verifying Checksum [2020-12-17T21:58:21.204Z] 93b9cdb0e59b: Download complete [2020-12-17T21:58:21.204Z] 5e14af77c1be: Verifying Checksum [2020-12-17T21:58:21.204Z] 5e14af77c1be: Download complete [2020-12-17T21:58:21.204Z] 01666e4c0597: Verifying Checksum [2020-12-17T21:58:21.204Z] 01666e4c0597: Download complete [2020-12-17T21:58:22.215Z] df20fa9351a1: Pull complete [2020-12-17T21:58:22.215Z] 8ad3a11d3b57: Verifying Checksum [2020-12-17T21:58:22.215Z] 8ad3a11d3b57: Download complete [2020-12-17T21:58:22.489Z] 36b3adc4ff6f: Pull complete [2020-12-17T21:58:24.638Z] 8ad3a11d3b57: Pull complete [2020-12-17T21:58:24.921Z] 46f8f816bc3b: Pull complete [2020-12-17T21:58:25.928Z] 93b61091891f: Pull complete [2020-12-17T21:58:26.250Z] 93b9cdb0e59b: Pull complete [2020-12-17T21:58:26.580Z] 5e14af77c1be: Pull complete [2020-12-17T21:58:26.874Z] aa168da1d23b: Verifying Checksum [2020-12-17T21:58:26.874Z] aa168da1d23b: Download complete [2020-12-17T21:58:26.874Z] 01666e4c0597: Pull complete [2020-12-17T21:58:39.325Z] aa168da1d23b: Pull complete [2020-12-17T21:58:39.325Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-17T21:58:39.325Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-17T21:58:39.325Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-17T21:58:39.907Z] prd-centos7-docker-4c-2g-16634 does not seem to be running inside a container [2020-12-17T21:58:40.114Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-17T21:58:43.302Z] $ docker top 3a53194fda857ff5895d9fcf0e124611a598fdc697cd9622c482813afea0a719 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-17T21:58:44.041Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-17T21:58:44.362Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-17T21:58:45.020Z] + ls /var/log/sa-host [2020-12-17T21:58:45.020Z] + sadf -c /var/log/sa-host/sa17 [2020-12-17T21:58:45.020Z] file_magic: OK [2020-12-17T21:58:45.020Z] HZ: Using current value: 100 [2020-12-17T21:58:45.020Z] file_header: OK [2020-12-17T21:58:45.020Z] 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 [2020-12-17T21:58:45.020Z] Statistics: [2020-12-17T21:58:45.020Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-17T21:58:45.020Z] File successfully converted to sysstat format version 12.2.1 [2020-12-17T21:58:45.020Z] + sadf -c /var/log/sa-host/sa23 [2020-12-17T21:58:45.020Z] file_magic: OK [2020-12-17T21:58:45.020Z] HZ: Using current value: 100 [2020-12-17T21:58:45.020Z] file_header: OK [2020-12-17T21:58:45.020Z] 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 [2020-12-17T21:58:45.020Z] Statistics: [2020-12-17T21:58:45.020Z] Hnuu...uuuununununu... [2020-12-17T21:58:45.020Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-17T21:58:45.228Z] provisioning config files... [2020-12-17T21:58:45.255Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4055087332894565845tmp [Pipeline] { [Pipeline] echo [2020-12-17T21:58:45.350Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:58:46.026Z] ---> create-netrc.sh [Pipeline] } [2020-12-17T21:58:46.362Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-17T21:58:46.545Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:58:47.228Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-17T21:58:47.242Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:58:47.599Z] ---> sudo-logs.sh [2020-12-17T21:58:47.599Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-17T21:58:47.885Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:58:48.534Z] ---> job-cost.sh [2020-12-17T21:58:48.534Z] lf-activate-venv: SKIPPING [2020-12-17T21:58:48.534Z] INFO: No Stack... [2020-12-17T21:58:49.937Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-17T21:58:50.201Z] INFO: Archiving Costs [Pipeline] echo [2020-12-17T21:58:50.217Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-17T21:58:50.540Z] ---> logs-deploy.sh [2020-12-17T21:58:50.540Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/156 [2020-12-17T21:58:50.540Z] INFO: archiving workspace using pattern(s): [2020-12-17T21:58:53.145Z] Archives upload complete. [2020-12-17T21:58:53.145Z] INFO: archiving logs to Nexus [2020-12-17T21:58:54.569Z] ---> uname -a: [2020-12-17T21:58:54.569Z] Linux prd-centos7-docker-4c-2g-16634.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] ---> lscpu: [2020-12-17T21:58:54.569Z] Architecture: x86_64 [2020-12-17T21:58:54.569Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-17T21:58:54.569Z] Byte Order: Little Endian [2020-12-17T21:58:54.569Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-17T21:58:54.569Z] CPU(s): 4 [2020-12-17T21:58:54.569Z] On-line CPU(s) list: 0-3 [2020-12-17T21:58:54.569Z] Thread(s) per core: 1 [2020-12-17T21:58:54.569Z] Core(s) per socket: 1 [2020-12-17T21:58:54.569Z] Socket(s): 4 [2020-12-17T21:58:54.569Z] NUMA node(s): 1 [2020-12-17T21:58:54.569Z] Vendor ID: GenuineIntel [2020-12-17T21:58:54.569Z] CPU family: 6 [2020-12-17T21:58:54.569Z] Model: 44 [2020-12-17T21:58:54.569Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-17T21:58:54.569Z] Stepping: 1 [2020-12-17T21:58:54.569Z] CPU MHz: 2933.438 [2020-12-17T21:58:54.569Z] BogoMIPS: 5866.87 [2020-12-17T21:58:54.569Z] Virtualization: VT-x [2020-12-17T21:58:54.569Z] Hypervisor vendor: KVM [2020-12-17T21:58:54.569Z] Virtualization type: full [2020-12-17T21:58:54.569Z] L1d cache: 128 KiB [2020-12-17T21:58:54.569Z] L1i cache: 128 KiB [2020-12-17T21:58:54.569Z] L2 cache: 16 MiB [2020-12-17T21:58:54.569Z] L3 cache: 64 MiB [2020-12-17T21:58:54.569Z] NUMA node0 CPU(s): 0-3 [2020-12-17T21:58:54.569Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-17T21:58:54.569Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-17T21:58:54.569Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-17T21:58:54.569Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-17T21:58:54.569Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-17T21:58:54.569Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-17T21:58:54.569Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-17T21:58:54.569Z] Vulnerability Srbds: Not affected [2020-12-17T21:58:54.569Z] Vulnerability Tsx async abort: Not affected [2020-12-17T21:58:54.569Z] 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 [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] ---> nproc: [2020-12-17T21:58:54.569Z] 4 [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] ---> df -h: [2020-12-17T21:58:54.569Z] Filesystem Size Used Available Use% Mounted on [2020-12-17T21:58:54.569Z] overlay 50.0G 8.6G 41.4G 17% / [2020-12-17T21:58:54.569Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-17T21:58:54.569Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-17T21:58:54.569Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log [2020-12-17T21:58:54.569Z] /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] ---> free -m: [2020-12-17T21:58:54.569Z] total used free shared buff/cache available [2020-12-17T21:58:54.569Z] Mem: 1837 845 147 0 844 926 [2020-12-17T21:58:54.569Z] Swap: 1023 3 1020 [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] ---> ip addr: [2020-12-17T21:58:54.569Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-17T21:58:54.569Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-17T21:58:54.569Z] inet 127.0.0.1/8 scope host lo [2020-12-17T21:58:54.569Z] valid_lft forever preferred_lft forever [2020-12-17T21:58:54.569Z] inet6 ::1/128 scope host [2020-12-17T21:58:54.569Z] valid_lft forever preferred_lft forever [2020-12-17T21:58:54.569Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-17T21:58:54.569Z] link/ether fa:16:3e:88:17:6b brd ff:ff:ff:ff:ff:ff [2020-12-17T21:58:54.569Z] inet 10.30.123.154/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-17T21:58:54.569Z] valid_lft 85807sec preferred_lft 85807sec [2020-12-17T21:58:54.569Z] inet6 fe80::f816:3eff:fe88:176b/64 scope link [2020-12-17T21:58:54.569Z] valid_lft forever preferred_lft forever [2020-12-17T21:58:54.569Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-17T21:58:54.569Z] link/ether 02:42:cd:42:a8:48 brd ff:ff:ff:ff:ff:ff [2020-12-17T21:58:54.569Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-17T21:58:54.569Z] valid_lft forever preferred_lft forever [2020-12-17T21:58:54.569Z] inet6 fe80::42:cdff:fe42:a848/64 scope link [2020-12-17T21:58:54.569Z] valid_lft forever preferred_lft forever [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] ---> sar -b -r -n DEV: [2020-12-17T21:58:54.569Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] 21:48:47 LINUX RESTART (4 CPU) [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] 21:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-17T21:58:54.569Z] 21:51:02 28.84 7.87 20.96 0.00 1473.75 3570.22 0.00 [2020-12-17T21:58:54.569Z] 21:52:01 0.76 0.00 0.76 0.00 0.00 17.09 0.00 [2020-12-17T21:58:54.569Z] 21:53:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 [2020-12-17T21:58:54.569Z] 21:54:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 [2020-12-17T21:58:54.569Z] 21:55:01 0.35 0.00 0.35 0.00 0.00 4.64 0.00 [2020-12-17T21:58:54.569Z] 21:56:01 6.15 0.70 5.46 0.00 343.31 3772.02 0.00 [2020-12-17T21:58:54.569Z] 21:57:01 323.85 187.32 136.53 0.00 8375.17 39316.46 0.00 [2020-12-17T21:58:54.569Z] 21:58:02 206.23 68.76 137.47 0.00 4196.21 25654.49 0.00 [2020-12-17T21:58:54.569Z] Average: 71.07 33.20 37.87 0.00 1804.80 9072.95 0.00 [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] 21:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-17T21:58:54.569Z] 21:51:02 211248 0 612208 32.54 2620 1055468 1167692 39.85 418836 1051864 20 [2020-12-17T21:58:54.569Z] 21:52:01 224268 0 599180 31.85 2620 1055476 1080440 36.87 425564 1034036 8 [2020-12-17T21:58:54.569Z] 21:53:01 223216 0 600228 31.90 2620 1055480 1080656 36.88 423588 1037276 12 [2020-12-17T21:58:54.569Z] 21:54:01 221552 0 601888 31.99 2620 1055484 1080644 36.88 434016 1028316 8 [2020-12-17T21:58:54.569Z] 21:55:01 221544 0 601892 31.99 2620 1055488 1080536 36.88 432228 1030252 8 [2020-12-17T21:58:54.569Z] 21:56:01 74552 0 636116 33.81 2620 1168256 1284216 43.83 509460 1093104 45072 [2020-12-17T21:58:54.569Z] 21:57:01 64844 0 728444 38.72 2596 1085660 1516884 51.77 627776 944904 33772 [2020-12-17T21:58:54.569Z] 21:58:02 223688 0 798612 42.44 1492 857752 1351140 46.11 587168 738172 48 [2020-12-17T21:58:54.569Z] Average: 183114 0 647321 34.40 2476 1048633 1205276 41.13 482330 994740 9868 [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] 21:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-17T21:58:54.569Z] 21:51:02 eth0 101.98 85.95 332.30 41.08 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:51:02 docker0 64.25 74.45 7.01 302.43 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:52:01 eth0 0.96 0.08 0.07 0.04 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:53:01 eth0 1.51 0.75 0.62 0.35 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:54:01 eth0 1.61 0.43 0.38 0.27 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:55:01 eth0 0.73 0.52 0.43 0.27 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:56:01 eth0 262.04 209.66 2601.23 17.71 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:57:01 eth0 532.53 450.46 4869.31 46.60 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:57:01 docker0 40.52 40.87 3.82 198.57 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:58:02 eth0 120.46 72.22 245.85 60.43 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:58:02 veth1bba545 0.75 0.66 0.19 0.23 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] 21:58:02 docker0 28.70 58.94 1.73 187.24 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] Average: eth0 128.13 102.84 1009.48 20.91 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] Average: veth1bba545 0.09 0.08 0.02 0.03 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] Average: docker0 16.74 21.85 1.57 86.31 0.00 0.00 0.00 0.00 [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] ---> sar -P ALL: [2020-12-17T21:58:54.569Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/17/20 _x86_64_ (4 CPU) [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] 21:48:47 LINUX RESTART (4 CPU) [2020-12-17T21:58:54.569Z] [2020-12-17T21:58:54.569Z] 21:50:01 CPU %user %nice %system %iowait %steal %idle [2020-12-17T21:58:54.569Z] 21:51:02 all 2.62 0.00 2.06 0.48 7.13 87.71 [2020-12-17T21:58:54.569Z] 21:51:02 0 2.06 0.00 1.80 0.41 7.71 88.02 [2020-12-17T21:58:54.569Z] 21:51:02 1 3.29 0.00 2.27 0.36 7.17 86.92 [2020-12-17T21:58:54.569Z] 21:51:02 2 3.54 0.00 1.97 0.18 6.54 87.77 [2020-12-17T21:58:54.569Z] 21:51:02 3 1.62 0.00 2.22 0.95 7.11 88.11 [2020-12-17T21:58:54.569Z] 21:52:01 all 0.09 0.00 0.08 0.00 0.51 99.31 [2020-12-17T21:58:54.569Z] 21:52:01 0 0.02 0.00 0.07 0.00 0.24 99.68 [2020-12-17T21:58:54.569Z] 21:52:01 1 0.27 0.00 0.05 0.00 0.71 98.97 [2020-12-17T21:58:54.569Z] 21:52:01 2 0.05 0.00 0.14 0.00 0.47 99.34 [2020-12-17T21:58:54.569Z] 21:52:01 3 0.03 0.00 0.08 0.00 0.62 99.26 [2020-12-17T21:58:54.569Z] 21:53:01 all 0.10 0.00 0.11 0.00 0.74 99.05 [2020-12-17T21:58:54.569Z] 21:53:01 0 0.07 0.00 0.15 0.00 0.78 99.01 [2020-12-17T21:58:54.569Z] 21:53:01 1 0.23 0.00 0.12 0.00 0.73 98.92 [2020-12-17T21:58:54.569Z] 21:53:01 2 0.05 0.00 0.07 0.00 0.45 99.44 [2020-12-17T21:58:54.569Z] 21:53:01 3 0.05 0.00 0.10 0.00 1.01 98.84 [2020-12-17T21:58:54.569Z] 21:54:01 all 0.10 0.00 0.06 0.00 0.52 99.32 [2020-12-17T21:58:54.569Z] 21:54:01 0 0.03 0.00 0.02 0.00 0.48 99.47 [2020-12-17T21:58:54.569Z] 21:54:01 1 0.32 0.00 0.05 0.00 0.45 99.19 [2020-12-17T21:58:54.569Z] 21:54:01 2 0.05 0.00 0.13 0.00 0.76 99.06 [2020-12-17T21:58:54.569Z] 21:54:01 3 0.02 0.00 0.03 0.00 0.38 99.57 [2020-12-17T21:58:54.569Z] 21:55:01 all 0.12 0.00 0.24 0.00 1.05 98.59 [2020-12-17T21:58:54.569Z] 21:55:01 0 0.20 0.00 0.13 0.00 1.09 98.58 [2020-12-17T21:58:54.569Z] 21:55:01 1 0.12 0.00 0.43 0.00 1.01 98.44 [2020-12-17T21:58:54.569Z] 21:55:01 2 0.10 0.00 0.20 0.00 1.09 98.61 [2020-12-17T21:58:54.569Z] 21:55:01 3 0.05 0.00 0.21 0.00 1.03 98.71 [2020-12-17T21:58:54.569Z] 21:56:01 all 0.91 0.00 0.88 0.01 2.35 95.85 [2020-12-17T21:58:54.569Z] 21:56:01 0 1.15 0.00 0.99 0.00 2.07 95.79 [2020-12-17T21:58:54.569Z] 21:56:01 1 0.85 0.00 0.70 0.02 2.52 95.92 [2020-12-17T21:58:54.569Z] 21:56:01 2 0.90 0.00 1.08 0.03 2.35 95.63 [2020-12-17T21:58:54.570Z] 21:56:01 3 0.77 0.00 0.73 0.00 2.45 96.06 [2020-12-17T21:58:54.570Z] 21:57:01 all 7.82 0.00 6.74 2.83 15.76 66.85 [2020-12-17T21:58:54.570Z] 21:57:01 0 7.00 0.00 6.79 2.79 16.44 66.98 [2020-12-17T21:58:54.570Z] 21:57:01 1 9.34 0.00 6.67 3.21 16.10 64.67 [2020-12-17T21:58:54.570Z] 21:57:01 2 8.24 0.00 6.46 2.59 15.42 67.28 [2020-12-17T21:58:54.570Z] 21:57:01 3 6.71 0.00 7.06 2.72 15.08 68.44 [2020-12-17T21:58:54.570Z] 21:58:02 all 7.89 0.00 8.11 2.04 13.49 68.47 [2020-12-17T21:58:54.570Z] 21:58:02 0 6.79 0.00 7.47 1.00 14.45 70.28 [2020-12-17T21:58:54.570Z] 21:58:02 1 11.32 0.00 9.15 1.52 13.17 64.83 [2020-12-17T21:58:54.570Z] 21:58:02 2 6.21 0.00 7.02 4.78 13.16 68.83 [2020-12-17T21:58:54.570Z] 21:58:02 3 7.30 0.00 8.80 0.85 13.14 69.90 [2020-12-17T21:58:54.570Z] Average: all 2.42 0.00 2.25 0.66 5.13 89.54 [2020-12-17T21:58:54.570Z] Average: 0 2.14 0.00 2.15 0.51 5.36 89.83 [2020-12-17T21:58:54.570Z] Average: 1 3.16 0.00 2.38 0.62 5.15 88.69 [2020-12-17T21:58:54.570Z] Average: 2 2.37 0.00 2.11 0.94 4.98 89.60 [2020-12-17T21:58:54.570Z] Average: 3 2.03 0.00 2.37 0.55 5.04 90.01 [2020-12-17T21:58:54.570Z] [2020-12-17T21:58:54.570Z] [2020-12-17T21:58:54.570Z]