Pull request #684 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 75dc43d04a839fbdc18eb2eae796a1855f2c70b3+ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb (ef07aca75e18af76ed01ec9290ee8cc2e989d139) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-26950’ is offline; ‘prd-centos7-docker-4c-2g-26951’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26957 in /w/workspace/ndry_app-functions-sdk-go_PR-684 [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_PR-684 # 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 Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 Merge succeeded, producing 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 Checking out Revision 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 (PR-684) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/684/head:refs/remotes/origin/PR-684 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk b856a8b73817f5b02e27c88be34d50c8b013a8e8 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-19T21:42:31.085Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-19T21:42:31.332Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-19T21:42:31.457Z] ========================================================= [2021-02-19T21:42:31.457Z] EdgeX Global Pipelines Version Info [2021-02-19T21:42:31.457Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:42:32.964Z] ------------------- [2021-02-19T21:42:32.964Z] stable info: [2021-02-19T21:42:32.964Z] ------------------- [2021-02-19T21:42:32.964Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T21:42:32.964Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T21:42:32.964Z] Message: update stable to v1.0.179 [2021-02-19T21:42:33.911Z] ------------------- [2021-02-19T21:42:33.911Z] experimental info: [2021-02-19T21:42:33.911Z] ------------------- [2021-02-19T21:42:33.911Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T21:42:33.911Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T21:42:33.911Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-19T21:42:34.174Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo [2021-02-19T21:42:34.254Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo [2021-02-19T21:42:34.344Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-19T21:42:34.430Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-19T21:42:34.535Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-19T21:42:34.617Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-19T21:42:34.720Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-19T21:42:34.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-19T21:42:34.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-02-19T21:42:35.038Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-19T21:42:35.147Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-19T21:42:35.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo [2021-02-19T21:42:35.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-19T21:42:35.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-19T21:42:35.507Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T21:42:35.662Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T21:42:35.772Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T21:42:35.860Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-02-19T21:42:35.944Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-19T21:42:36.027Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-02-19T21:42:36.108Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-19T21:42:36.189Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-02-19T21:42:36.282Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-02-19T21:42:36.360Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-02-19T21:42:36.441Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo [2021-02-19T21:42:36.554Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-19T21:42:36.657Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-19T21:42:36.736Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-684 [Pipeline] echo [2021-02-19T21:42:36.820Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-684 [Pipeline] echo [2021-02-19T21:42:36.906Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-684 [Pipeline] echo [2021-02-19T21:42:36.987Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 [Pipeline] echo [2021-02-19T21:42:37.070Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 75dc43d [Pipeline] echo [2021-02-19T21:42:37.153Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T21:42:37.843Z] + git log --format=format:%s -1 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 [Pipeline] echo [2021-02-19T21:42:37.911Z] GIT_COMMIT: 75dc43d04a839fbdc18eb2eae796a1855f2c70b3, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry/v2 [Pipeline] echo [2021-02-19T21:42:37.959Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:42:38.577Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T21:42:38.577Z] [2021-02-19T21:42:38.577Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:42:39.208Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T21:42:39.208Z] latest: Pulling from edgex-devops/git-semver [2021-02-19T21:42:39.208Z] 31603596830f: Pulling fs layer [2021-02-19T21:42:39.208Z] 2a8b12db71e7: Pulling fs layer [2021-02-19T21:42:39.208Z] 6ca5941a6612: Pulling fs layer [2021-02-19T21:42:39.208Z] ecc8261a40a4: Pulling fs layer [2021-02-19T21:42:39.208Z] ecc8261a40a4: Waiting [2021-02-19T21:42:39.208Z] 2a8b12db71e7: Verifying Checksum [2021-02-19T21:42:39.208Z] 2a8b12db71e7: Download complete [2021-02-19T21:42:39.484Z] 31603596830f: Verifying Checksum [2021-02-19T21:42:39.484Z] 31603596830f: Download complete [2021-02-19T21:42:39.484Z] ecc8261a40a4: Verifying Checksum [2021-02-19T21:42:39.484Z] ecc8261a40a4: Download complete [2021-02-19T21:42:39.750Z] 6ca5941a6612: Verifying Checksum [2021-02-19T21:42:39.750Z] 6ca5941a6612: Download complete [2021-02-19T21:42:39.750Z] 31603596830f: Pull complete [2021-02-19T21:42:40.017Z] 2a8b12db71e7: Pull complete [2021-02-19T21:42:40.982Z] 6ca5941a6612: Pull complete [2021-02-19T21:42:41.249Z] ecc8261a40a4: Pull complete [2021-02-19T21:42:41.249Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-19T21:42:41.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T21:42:41.249Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-19T21:42:41.386Z] prd-centos7-docker-4c-2g-26957 does not seem to be running inside a container [2021-02-19T21:42:41.436Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-684 -v /w/workspace/ndry_app-functions-sdk-go_PR-684:/w/workspace/ndry_app-functions-sdk-go_PR-684:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-684@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-19T21:42:43.339Z] $ docker top 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T21:42:43.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T21:42:43.654Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T21:42:43.872Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T21:42:43.876Z] $ docker exec 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac ssh-agent [2021-02-19T21:42:44.050Z] SSH_AUTH_SOCK=/tmp/ssh-LddnAWowNSd0/agent.12 [2021-02-19T21:42:44.050Z] SSH_AGENT_PID=17 [2021-02-19T21:42:44.064Z] Running ssh-add (command line suppressed) [2021-02-19T21:42:44.210Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/private_key_9120706298700798510.key (/w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/private_key_9120706298700798510.key) [2021-02-19T21:42:44.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T21:42:44.777Z] + git tag --points-at HEAD [Pipeline] } [2021-02-19T21:42:44.804Z] $ docker exec --env ******** --env ******** 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac ssh-agent -k [2021-02-19T21:42:44.939Z] unset SSH_AUTH_SOCK; [2021-02-19T21:42:44.940Z] unset SSH_AGENT_PID; [2021-02-19T21:42:44.940Z] echo Agent pid 17 killed; [2021-02-19T21:42:45.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-19T21:42:45.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T21:42:45.143Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T21:42:45.364Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T21:42:45.369Z] $ docker exec 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac ssh-agent [2021-02-19T21:42:45.545Z] SSH_AUTH_SOCK=/tmp/ssh-jUti37cF2mZp/agent.46 [2021-02-19T21:42:45.545Z] SSH_AGENT_PID=52 [2021-02-19T21:42:45.554Z] Running ssh-add (command line suppressed) [2021-02-19T21:42:45.676Z] Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/private_key_1600036966917292377.key (/w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/private_key_1600036966917292377.key) [2021-02-19T21:42:45.731Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T21:42:46.066Z] + git semver init [2021-02-19T21:42:46.066Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T21:42:46.066Z] # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-684/.git [2021-02-19T21:42:46.066Z] # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-684 [2021-02-19T21:42:46.066Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T21:42:46.066Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T21:42:46.066Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T21:42:46.066Z] # $SEMVER_BRANCH = PR-684 [2021-02-19T21:42:46.066Z] # $SEMVER_TEMP = /tmp/semver-313618579 [2021-02-19T21:42:46.066Z] # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP [2021-02-19T21:42:48.640Z] # '/tmp/semver-313618579' -> '/w/workspace/ndry_app-functions-sdk-go_PR-684/.semver' [2021-02-19T21:42:48.640Z] # -> Force: false [2021-02-19T21:42:48.640Z] # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-684/.semver [Pipeline] } [2021-02-19T21:42:48.665Z] $ docker exec --env ******** --env ******** 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac ssh-agent -k [2021-02-19T21:42:48.843Z] unset SSH_AUTH_SOCK; [2021-02-19T21:42:48.844Z] unset SSH_AGENT_PID; [2021-02-19T21:42:48.844Z] echo Agent pid 52 killed; [2021-02-19T21:42:48.916Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T21:42:49.498Z] + git semver [Pipeline] } [2021-02-19T21:42:49.537Z] $ docker stop --time=1 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac [2021-02-19T21:42:51.004Z] $ docker rm -f 47d9fd0fbe3df410c48b97ddf8510f7c56236ddf3e040145162c4d1598b2ceac [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T21:42:51.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-19T21:42:52.436Z] Stashed 1 file(s) [Pipeline] echo [2021-02-19T21:42:52.439Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-02-19T21:43:08.002Z] Still waiting to schedule task [2021-02-19T21:43:08.003Z] ‘prd-centos7-docker-4c-2g-26949’ is offline; ‘prd-centos7-docker-4c-2g-26951’ is offline; ‘prd-centos7-docker-4c-2g-26952’ is offline; ‘prd-centos7-docker-4c-2g-26953’ is offline; ‘prd-centos7-docker-4c-2g-26954’ is offline; ‘prd-centos7-docker-4c-2g-26955’ is offline; ‘prd-centos7-docker-4c-2g-26956’ is offline; ‘prd-centos7-docker-4c-2g-26958’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-02-19T21:43:08.005Z] Still waiting to schedule task [2021-02-19T21:43:08.005Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-19T21:44:49.902Z] Running on prd-centos7-docker-4c-2g-26964 in /w/workspace/ndry_app-functions-sdk-go_PR-684 [Pipeline] { [Pipeline] ws [2021-02-19T21:44:49.954Z] Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout [2021-02-19T21:44:52.894Z] using credential edgex-jenkins-ssh [2021-02-19T21:44:52.944Z] Cloning the remote Git repository [2021-02-19T21:44:52.975Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:44:53.045Z] > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 [2021-02-19T21:44:53.104Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:44:53.105Z] > git --version # timeout=10 [2021-02-19T21:44:53.111Z] > git --version # 'git version 2.24.3' [2021-02-19T21:44:53.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:44:53.139Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T21:44:55.182Z] Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 [2021-02-19T21:44:55.276Z] Merge succeeded, producing 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 [2021-02-19T21:44:55.277Z] Checking out Revision 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 (PR-684) [2021-02-19T21:44:54.725Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-19T21:44:54.732Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T21:44:54.745Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-19T21:44:54.760Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:44:54.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:44:54.764Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/684/head:refs/remotes/origin/PR-684 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T21:44:55.190Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T21:44:55.195Z] > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 [2021-02-19T21:44:55.243Z] > git remote # timeout=10 [2021-02-19T21:44:55.249Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T21:44:55.256Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:44:55.259Z] > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 [2021-02-19T21:44:55.270Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T21:44:55.280Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T21:44:55.286Z] > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 [2021-02-19T21:44:58.994Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T21:45:00.251Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-19T21:45:00.597Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T21:45:00.911Z] + sudo service docker restart [2021-02-19T21:45:00.911Z] + true [2021-02-19T21:45:00.911Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] unstash [Pipeline] echo [2021-02-19T21:45:02.074Z] ========================================================= [2021-02-19T21:45:02.074Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-19T21:45:02.074Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:45:02.469Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-19T21:45:03.051Z] Sending build context to Docker daemon 19.21MB [2021-02-19T21:45:03.051Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T21:45:03.051Z] Step 2/8 : FROM ${BASE} [2021-02-19T21:45:03.321Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-19T21:45:03.321Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T21:45:03.321Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T21:45:03.321Z] de9db76c5a1d: Pulling fs layer [2021-02-19T21:45:03.321Z] bca2f99d35d6: Pulling fs layer [2021-02-19T21:45:03.321Z] 93359f2a8cfa: Pulling fs layer [2021-02-19T21:45:03.321Z] 7c6f9722023f: Pulling fs layer [2021-02-19T21:45:03.321Z] a35cf1a2eb13: Pulling fs layer [2021-02-19T21:45:03.321Z] 93359f2a8cfa: Waiting [2021-02-19T21:45:03.321Z] 7c6f9722023f: Waiting [2021-02-19T21:45:03.321Z] a35cf1a2eb13: Waiting [2021-02-19T21:45:03.321Z] bca2f99d35d6: Waiting [2021-02-19T21:45:03.321Z] de9db76c5a1d: Download complete [2021-02-19T21:45:03.321Z] 0ef7d3d256c8: Download complete [2021-02-19T21:45:03.321Z] 93359f2a8cfa: Verifying Checksum [2021-02-19T21:45:03.321Z] 93359f2a8cfa: Download complete [2021-02-19T21:45:03.321Z] 7c6f9722023f: Verifying Checksum [2021-02-19T21:45:03.321Z] 7c6f9722023f: Download complete [2021-02-19T21:45:03.321Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T21:45:03.321Z] 188c0c94c7c5: Download complete [2021-02-19T21:45:03.587Z] 188c0c94c7c5: Pull complete [2021-02-19T21:45:03.855Z] 0ef7d3d256c8: Pull complete [2021-02-19T21:45:04.123Z] de9db76c5a1d: Pull complete [2021-02-19T21:45:06.683Z] a35cf1a2eb13: Verifying Checksum [2021-02-19T21:45:06.683Z] a35cf1a2eb13: Download complete [2021-02-19T21:45:08.072Z] bca2f99d35d6: Verifying Checksum [2021-02-19T21:45:08.072Z] bca2f99d35d6: Download complete [2021-02-19T21:45:14.723Z] bca2f99d35d6: Pull complete [2021-02-19T21:45:14.723Z] 93359f2a8cfa: Pull complete [2021-02-19T21:45:14.723Z] 7c6f9722023f: Pull complete [2021-02-19T21:45:18.978Z] a35cf1a2eb13: Pull complete [2021-02-19T21:45:18.978Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-19T21:45:18.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-19T21:45:18.978Z] ---> a62c8e92a672 [2021-02-19T21:45:18.978Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-19T21:45:18.978Z] 20.10.0: Pulling from library/docker [2021-02-19T21:45:18.978Z] 05e7bc50f07f: Pulling fs layer [2021-02-19T21:45:18.978Z] 6db28d0fdbf6: Pulling fs layer [2021-02-19T21:45:18.978Z] 292df0bc6bf3: Pulling fs layer [2021-02-19T21:45:18.978Z] 2e060f4bd70b: Pulling fs layer [2021-02-19T21:45:18.978Z] 80e8d568a223: Pulling fs layer [2021-02-19T21:45:18.978Z] 8dc6ef1a942a: Pulling fs layer [2021-02-19T21:45:18.978Z] 2312dd95470a: Pulling fs layer [2021-02-19T21:45:18.978Z] 2e060f4bd70b: Waiting [2021-02-19T21:45:18.978Z] 2312dd95470a: Waiting [2021-02-19T21:45:18.978Z] 80e8d568a223: Waiting [2021-02-19T21:45:18.978Z] 292df0bc6bf3: Verifying Checksum [2021-02-19T21:45:18.978Z] 292df0bc6bf3: Download complete [2021-02-19T21:45:19.246Z] 6db28d0fdbf6: Verifying Checksum [2021-02-19T21:45:19.246Z] 6db28d0fdbf6: Download complete [2021-02-19T21:45:19.246Z] 05e7bc50f07f: Verifying Checksum [2021-02-19T21:45:19.246Z] 05e7bc50f07f: Download complete [2021-02-19T21:45:19.246Z] 80e8d568a223: Verifying Checksum [2021-02-19T21:45:19.246Z] 80e8d568a223: Download complete [2021-02-19T21:45:19.246Z] 2312dd95470a: Verifying Checksum [2021-02-19T21:45:19.246Z] 2312dd95470a: Download complete [2021-02-19T21:45:19.524Z] 8dc6ef1a942a: Download complete [2021-02-19T21:45:19.524Z] 05e7bc50f07f: Pull complete [2021-02-19T21:45:19.787Z] 6db28d0fdbf6: Pull complete [2021-02-19T21:45:20.058Z] 292df0bc6bf3: Pull complete [2021-02-19T21:45:20.322Z] 2e060f4bd70b: Verifying Checksum [2021-02-19T21:45:20.322Z] 2e060f4bd70b: Download complete [2021-02-19T21:45:23.653Z] 2e060f4bd70b: Pull complete [2021-02-19T21:45:23.653Z] 80e8d568a223: Pull complete [2021-02-19T21:45:23.653Z] 8dc6ef1a942a: Pull complete [2021-02-19T21:45:23.916Z] 2312dd95470a: Pull complete [2021-02-19T21:45:23.916Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-19T21:45:23.916Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-19T21:45:25.313Z] ---> 6514e4fd48d0 [2021-02-19T21:45:25.313Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-19T21:45:25.313Z] ---> Running in 19b41f9046c9 [2021-02-19T21:45:25.577Z] Removing intermediate container 19b41f9046c9 [2021-02-19T21:45:25.577Z] ---> b397669d2b92 [2021-02-19T21:45:25.577Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-19T21:45:25.577Z] ---> Running in 883541e158b9 [2021-02-19T21:45:26.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T21:45:27.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T21:45:28.426Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-19T21:45:28.426Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-19T21:45:28.690Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-19T21:45:28.690Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-19T21:45:28.690Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-19T21:45:28.964Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T21:45:28.964Z] OK: 167 MiB in 44 packages [2021-02-19T21:45:29.543Z] Removing intermediate container 883541e158b9 [2021-02-19T21:45:29.543Z] ---> 237966ba30ae [2021-02-19T21:45:29.543Z] Step 6/8 : WORKDIR /build [2021-02-19T21:45:29.543Z] ---> Running in f20bfbee2cc3 [2021-02-19T21:45:29.809Z] Removing intermediate container f20bfbee2cc3 [2021-02-19T21:45:29.809Z] ---> 84fcd14d406c [2021-02-19T21:45:29.809Z] Step 7/8 : COPY go.mod . [2021-02-19T21:45:30.078Z] ---> 854731873b3a [2021-02-19T21:45:30.078Z] Step 8/8 : RUN go mod download [2021-02-19T21:45:30.078Z] ---> Running in 3aa63ecc5afd [2021-02-19T21:45:43.147Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26966 in /w/workspace/ndry_app-functions-sdk-go_PR-684 [Pipeline] { [Pipeline] ws [2021-02-19T21:45:43.198Z] Running in /w/workspace/app-functions-sdk-go/7 [Pipeline] { [Pipeline] checkout [2021-02-19T21:45:48.850Z] using credential edgex-jenkins-ssh [2021-02-19T21:45:48.902Z] Cloning the remote Git repository [2021-02-19T21:45:48.969Z] Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:45:49.097Z] > git init /w/workspace/app-functions-sdk-go/7 # timeout=10 [2021-02-19T21:45:49.195Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:45:49.197Z] > git --version # timeout=10 [2021-02-19T21:45:49.217Z] > git --version # 'git version 2.17.1' [2021-02-19T21:45:49.219Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:45:49.304Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T21:45:53.304Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-19T21:45:53.321Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T21:45:53.361Z] > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 [2021-02-19T21:45:53.401Z] Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git [2021-02-19T21:45:53.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:45:53.412Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/684/head:refs/remotes/origin/PR-684 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T21:45:53.935Z] Merging remotes/origin/master commit ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb into PR head commit 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 [2021-02-19T21:45:54.180Z] Merge succeeded, producing 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 [2021-02-19T21:45:54.181Z] Checking out Revision 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 (PR-684) [2021-02-19T21:45:53.954Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T21:45:53.975Z] > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 [2021-02-19T21:45:54.084Z] > git remote # timeout=10 [2021-02-19T21:45:54.101Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T21:45:54.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T21:45:54.134Z] > git merge ec0576ea59df62470e6cbd1e6b2c2d28ff29b4fb # timeout=10 [2021-02-19T21:45:54.156Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T21:45:54.186Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T21:45:54.208Z] > git checkout -f 75dc43d04a839fbdc18eb2eae796a1855f2c70b3 # timeout=10 [2021-02-19T21:45:56.745Z] Removing intermediate container 3aa63ecc5afd [2021-02-19T21:45:56.745Z] ---> adbdace0446c [2021-02-19T21:45:56.745Z] Successfully built adbdace0446c [2021-02-19T21:45:56.745Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:45:57.148Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T21:45:57.148Z] . [Pipeline] withDockerContainer [2021-02-19T21:45:57.299Z] prd-centos7-docker-4c-2g-26964 does not seem to be running inside a container [2021-02-19T21:45:57.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T21:45:58.115Z] $ docker top 4af7afead77feadcb7aa1d0f274487975920d10634ce2a5caa503eda6bb2ff44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:45:58.598Z] + go version [2021-02-19T21:45:58.598Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-19T21:45:58.615Z] $ docker stop --time=1 4af7afead77feadcb7aa1d0f274487975920d10634ce2a5caa503eda6bb2ff44 [2021-02-19T21:45:58.684Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry/v2" [2021-02-19T21:45:59.961Z] $ docker rm -f 4af7afead77feadcb7aa1d0f274487975920d10634ce2a5caa503eda6bb2ff44 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T21:46:01.040Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T21:46:01.040Z] . [Pipeline] withDockerContainer [2021-02-19T21:46:01.465Z] prd-centos7-docker-4c-2g-26964 does not seem to be running inside a container [2021-02-19T21:46:01.509Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-19T21:46:01.667Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-02-19T21:46:02.223Z] $ docker top e2534f78337b9c930cb0dcfe639ccc39f27960d2e06d21f6073c9ff4461bbaa5 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-02-19T21:46:03.979Z] + make test [2021-02-19T21:46:03.979Z] make -C ./app-service-template build [2021-02-19T21:46:03.979Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-02-19T21:46:03.979Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-19T21:46:03.981Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T21:46:04.372Z] + sudo service docker restart [2021-02-19T21:46:04.372Z] + true [Pipeline] unstash [Pipeline] echo [2021-02-19T21:46:06.716Z] ========================================================= [2021-02-19T21:46:06.717Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-19T21:46:06.717Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:46:07.094Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-19T21:46:08.076Z] Sending build context to Docker daemon 19.21MB [2021-02-19T21:46:08.076Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T21:46:08.076Z] Step 2/8 : FROM ${BASE} [2021-02-19T21:46:08.351Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-19T21:46:08.351Z] 5f621e34cdf4: Pulling fs layer [2021-02-19T21:46:08.351Z] a4357932f1b6: Pulling fs layer [2021-02-19T21:46:08.351Z] 18c013af1878: Pulling fs layer [2021-02-19T21:46:08.351Z] 00ac8860ef70: Pulling fs layer [2021-02-19T21:46:08.351Z] 63d7cb157983: Pulling fs layer [2021-02-19T21:46:08.351Z] b116817d02f9: Pulling fs layer [2021-02-19T21:46:08.351Z] 745a02a5169b: Pulling fs layer [2021-02-19T21:46:08.351Z] 63d7cb157983: Waiting [2021-02-19T21:46:08.351Z] b116817d02f9: Waiting [2021-02-19T21:46:08.351Z] 745a02a5169b: Waiting [2021-02-19T21:46:08.351Z] 00ac8860ef70: Waiting [2021-02-19T21:46:08.626Z] 18c013af1878: Download complete [2021-02-19T21:46:08.626Z] a4357932f1b6: Download complete [2021-02-19T21:46:08.626Z] 63d7cb157983: Verifying Checksum [2021-02-19T21:46:08.626Z] 63d7cb157983: Download complete [2021-02-19T21:46:08.626Z] b116817d02f9: Verifying Checksum [2021-02-19T21:46:08.626Z] b116817d02f9: Download complete [2021-02-19T21:46:08.626Z] 5f621e34cdf4: Verifying Checksum [2021-02-19T21:46:08.626Z] 5f621e34cdf4: Download complete [2021-02-19T21:46:09.225Z] 5f621e34cdf4: Pull complete [2021-02-19T21:46:09.844Z] a4357932f1b6: Pull complete [2021-02-19T21:46:10.120Z] 18c013af1878: Pull complete [2021-02-19T21:46:10.745Z] 745a02a5169b: Verifying Checksum [2021-02-19T21:46:10.745Z] 745a02a5169b: Download complete [2021-02-19T21:46:12.204Z] 00ac8860ef70: Verifying Checksum [2021-02-19T21:46:12.204Z] 00ac8860ef70: Download complete [2021-02-19T21:46:16.377Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-02-19T21:46:16.377Z] make -C ./app-service-template test [2021-02-19T21:46:16.377Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-02-19T21:46:16.377Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-19T21:46:22.394Z] 00ac8860ef70: Pull complete [2021-02-19T21:46:22.394Z] 63d7cb157983: Pull complete [2021-02-19T21:46:22.668Z] b116817d02f9: Pull complete [2021-02-19T21:46:24.640Z] ? new-app-service [no test files] [2021-02-19T21:46:24.640Z] ok new-app-service/functions 0.009s coverage: 75.8% of statements [2021-02-19T21:46:24.640Z] CGO_ENABLED=1 go vet ./... [2021-02-19T21:46:26.990Z] 745a02a5169b: Pull complete [2021-02-19T21:46:26.990Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-19T21:46:26.990Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-19T21:46:26.990Z] ---> b7e6874047d6 [2021-02-19T21:46:26.990Z] Step 3/8 : COPY --from=docker:20.10.0 /usr/local/bin/docker /usr/local/bin/docker [2021-02-19T21:46:26.990Z] 20.10.0: Pulling from library/docker [2021-02-19T21:46:26.990Z] a3cc7d3b244e: Pulling fs layer [2021-02-19T21:46:26.990Z] 02a3295e0d61: Pulling fs layer [2021-02-19T21:46:26.990Z] 0f4f2e6d8100: Pulling fs layer [2021-02-19T21:46:26.990Z] 330b718f631f: Pulling fs layer [2021-02-19T21:46:26.990Z] a93816041522: Pulling fs layer [2021-02-19T21:46:26.990Z] bdb6da89ff94: Pulling fs layer [2021-02-19T21:46:26.990Z] 2a70c0c122f4: Pulling fs layer [2021-02-19T21:46:26.990Z] 330b718f631f: Waiting [2021-02-19T21:46:26.991Z] a93816041522: Waiting [2021-02-19T21:46:26.991Z] bdb6da89ff94: Waiting [2021-02-19T21:46:26.991Z] 2a70c0c122f4: Waiting [2021-02-19T21:46:26.991Z] 0f4f2e6d8100: Verifying Checksum [2021-02-19T21:46:26.991Z] 0f4f2e6d8100: Download complete [2021-02-19T21:46:26.991Z] a3cc7d3b244e: Verifying Checksum [2021-02-19T21:46:26.991Z] a3cc7d3b244e: Download complete [2021-02-19T21:46:26.991Z] a93816041522: Verifying Checksum [2021-02-19T21:46:26.991Z] a93816041522: Download complete [2021-02-19T21:46:26.991Z] 02a3295e0d61: Verifying Checksum [2021-02-19T21:46:26.991Z] 02a3295e0d61: Download complete [2021-02-19T21:46:26.991Z] bdb6da89ff94: Verifying Checksum [2021-02-19T21:46:26.991Z] bdb6da89ff94: Download complete [2021-02-19T21:46:26.991Z] 2a70c0c122f4: Verifying Checksum [2021-02-19T21:46:26.991Z] 2a70c0c122f4: Download complete [2021-02-19T21:46:27.243Z] gofmt -l . [2021-02-19T21:46:27.267Z] a3cc7d3b244e: Pull complete [2021-02-19T21:46:27.509Z] [ "`gofmt -l .`" = "" ] [2021-02-19T21:46:27.510Z] ./bin/test-go-mod-tidy.sh [2021-02-19T21:46:27.867Z] 02a3295e0d61: Pull complete [2021-02-19T21:46:28.105Z] ./bin/test-attribution-txt.sh [2021-02-19T21:46:28.370Z] An attribution for github.com/fatih/color is missing from in Attribution.txt, please add [2021-02-19T21:46:28.370Z] An attribution for github.com/hashicorp/go-hclog is missing from in Attribution.txt, please add [2021-02-19T21:46:28.370Z] An attribution for github.com/mattn/go-colorable is missing from in Attribution.txt, please add [2021-02-19T21:46:28.370Z] An attribution for github.com/mattn/go-isatty is missing from in Attribution.txt, please add [2021-02-19T21:46:28.370Z] An attribution for golang.org/x/sys is missing from in Attribution.txt, please add [2021-02-19T21:46:28.472Z] 0f4f2e6d8100: Pull complete [2021-02-19T21:46:28.472Z] 330b718f631f: Verifying Checksum [2021-02-19T21:46:28.472Z] 330b718f631f: Download complete [2021-02-19T21:46:28.634Z] make[1]: *** [Makefile:48: test] Error 1 [2021-02-19T21:46:28.634Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-02-19T21:46:28.634Z] make: *** [Makefile:9: test-template] Error 2 [Pipeline] } [2021-02-19T21:46:28.658Z] $ docker stop --time=1 e2534f78337b9c930cb0dcfe639ccc39f27960d2e06d21f6073c9ff4461bbaa5 [2021-02-19T21:46:30.616Z] $ docker rm -f e2534f78337b9c930cb0dcfe639ccc39f27960d2e06d21f6073c9ff4461bbaa5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T21:46:32.113Z] Failed in branch amd64 [2021-02-19T21:46:32.793Z] 330b718f631f: Pull complete [2021-02-19T21:46:32.793Z] a93816041522: Pull complete [2021-02-19T21:46:33.076Z] bdb6da89ff94: Pull complete [2021-02-19T21:46:33.352Z] 2a70c0c122f4: Pull complete [2021-02-19T21:46:33.352Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-19T21:46:33.352Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-19T21:46:40.082Z] ---> 65d4b586d5af [2021-02-19T21:46:40.082Z] Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-02-19T21:46:40.082Z] ---> Running in e57b62127794 [2021-02-19T21:46:40.082Z] Removing intermediate container e57b62127794 [2021-02-19T21:46:40.082Z] ---> fe0c5d81f6dc [2021-02-19T21:46:40.082Z] Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash [2021-02-19T21:46:40.082Z] ---> Running in ea87e1a1e018 [2021-02-19T21:46:41.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T21:46:42.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T21:46:42.656Z] (1/5) Installing libsodium (1.0.18-r0) [2021-02-19T21:46:42.928Z] (2/5) Installing libzmq (4.3.3-r0) [2021-02-19T21:46:43.204Z] (3/5) Installing pkgconf (1.7.2-r0) [2021-02-19T21:46:43.204Z] (4/5) Installing libsodium-dev (1.0.18-r0) [2021-02-19T21:46:43.204Z] (5/5) Installing zeromq-dev (4.3.3-r0) [2021-02-19T21:46:43.479Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T21:46:43.479Z] OK: 144 MiB in 44 packages [2021-02-19T21:46:44.937Z] Removing intermediate container ea87e1a1e018 [2021-02-19T21:46:44.937Z] ---> 75b05587f15a [2021-02-19T21:46:44.937Z] Step 6/8 : WORKDIR /build [2021-02-19T21:46:44.937Z] ---> Running in f751b16a3e66 [2021-02-19T21:46:45.209Z] Removing intermediate container f751b16a3e66 [2021-02-19T21:46:45.209Z] ---> f475dbecaa2c [2021-02-19T21:46:45.209Z] Step 7/8 : COPY go.mod . [2021-02-19T21:46:46.188Z] ---> 6de43ca5f693 [2021-02-19T21:46:46.188Z] Step 8/8 : RUN go mod download [2021-02-19T21:46:46.188Z] ---> Running in 37f0dfb47dcc [2021-02-19T21:47:12.984Z] Removing intermediate container 37f0dfb47dcc [2021-02-19T21:47:12.984Z] ---> 8476e745098f [2021-02-19T21:47:12.984Z] Successfully built 8476e745098f [2021-02-19T21:47:12.984Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:47:13.336Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T21:47:13.336Z] . [Pipeline] withDockerContainer [2021-02-19T21:47:13.591Z] prd-ubuntu18.04-docker-arm64-4c-16g-26966 does not seem to be running inside a container [2021-02-19T21:47:13.687Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T21:47:15.154Z] $ docker top 7094a5d243a5d52395e3682500e9447e6925932527d3c1c42f914c814ed52b43 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:47:16.151Z] + go version [2021-02-19T21:47:16.151Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-19T21:47:16.177Z] $ docker stop --time=1 7094a5d243a5d52395e3682500e9447e6925932527d3c1c42f914c814ed52b43 [2021-02-19T21:47:18.163Z] $ docker rm -f 7094a5d243a5d52395e3682500e9447e6925932527d3c1c42f914c814ed52b43 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:47:19.283Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T21:47:19.283Z] . [Pipeline] withDockerContainer [2021-02-19T21:47:19.595Z] prd-ubuntu18.04-docker-arm64-4c-16g-26966 does not seem to be running inside a container [2021-02-19T21:47:19.692Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/7 -v /w/workspace/app-functions-sdk-go/7:/w/workspace/app-functions-sdk-go/7:rw,z -v /w/workspace/app-functions-sdk-go/7@tmp:/w/workspace/app-functions-sdk-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-19T21:47:21.265Z] $ docker top 2dcb810fc9e3f47880705b088f6e078c3d2b6a5caadeba90064a9071ee08a629 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:47:22.295Z] + make test [2021-02-19T21:47:22.295Z] make -C ./app-service-template build [2021-02-19T21:47:22.295Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-02-19T21:47:22.295Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion= -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o new-app-service [2021-02-19T21:47:54.676Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-02-19T21:47:54.676Z] make -C ./app-service-template test [2021-02-19T21:47:54.676Z] make[1]: Entering directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-02-19T21:47:54.676Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-02-19T21:48:16.881Z] ? new-app-service [no test files] [2021-02-19T21:48:16.881Z] ok new-app-service/functions 0.021s coverage: 75.8% of statements [2021-02-19T21:48:16.881Z] CGO_ENABLED=1 go vet ./... [2021-02-19T21:48:25.168Z] gofmt -l . [2021-02-19T21:48:25.168Z] [ "`gofmt -l .`" = "" ] [2021-02-19T21:48:25.168Z] ./bin/test-go-mod-tidy.sh [2021-02-19T21:48:25.761Z] ./bin/test-attribution-txt.sh [2021-02-19T21:48:26.735Z] An attribution for github.com/fatih/color is missing from in Attribution.txt, please add [2021-02-19T21:48:26.735Z] An attribution for github.com/hashicorp/go-hclog is missing from in Attribution.txt, please add [2021-02-19T21:48:26.735Z] An attribution for github.com/mattn/go-colorable is missing from in Attribution.txt, please add [2021-02-19T21:48:26.735Z] An attribution for github.com/mattn/go-isatty is missing from in Attribution.txt, please add [2021-02-19T21:48:26.735Z] An attribution for golang.org/x/sys is missing from in Attribution.txt, please add [2021-02-19T21:48:27.006Z] make[1]: *** [Makefile:48: test] Error 1 [2021-02-19T21:48:27.006Z] make[1]: Leaving directory '/w/workspace/app-functions-sdk-go/7/app-service-template' [2021-02-19T21:48:27.006Z] make: *** [Makefile:9: test-template] Error 2 [Pipeline] } [2021-02-19T21:48:27.034Z] $ docker stop --time=1 2dcb810fc9e3f47880705b088f6e078c3d2b6a5caadeba90064a9071ee08a629 [2021-02-19T21:48:29.337Z] $ docker rm -f 2dcb810fc9e3f47880705b088f6e078c3d2b6a5caadeba90064a9071ee08a629 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T21:48:31.390Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:48:34.236Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:48:34.534Z] ---> package-listing.sh [2021-02-19T21:48:34.534Z] ++ facter osfamily [2021-02-19T21:48:34.534Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-19T21:48:34.534Z] + OS_FAMILY=redhat [2021-02-19T21:48:34.534Z] + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-684 [2021-02-19T21:48:34.534Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-19T21:48:34.534Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-19T21:48:34.534Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-19T21:48:34.534Z] + PACKAGES=/tmp/packages_start.txt [2021-02-19T21:48:34.534Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-684 ']' [2021-02-19T21:48:34.534Z] + PACKAGES=/tmp/packages_end.txt [2021-02-19T21:48:34.534Z] + case "${OS_FAMILY}" in [2021-02-19T21:48:34.534Z] + rpm -qa [2021-02-19T21:48:34.534Z] + sort [2021-02-19T21:48:39.827Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-19T21:48:39.827Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-19T21:48:39.827Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-19T21:48:39.827Z] + '[' /w/workspace/ndry_app-functions-sdk-go_PR-684 ']' [2021-02-19T21:48:39.827Z] + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-684/archives/ [2021-02-19T21:48:39.827Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-684/archives/ [Pipeline] echo [2021-02-19T21:48:39.840Z] 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_PR-684/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-19T21:48:40.123Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:48:40.423Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T21:48:40.423Z] [2021-02-19T21:48:40.423Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-19T21:48:40.781Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T21:48:40.781Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-19T21:48:40.781Z] df20fa9351a1: Pulling fs layer [2021-02-19T21:48:40.781Z] 36b3adc4ff6f: Pulling fs layer [2021-02-19T21:48:40.781Z] 8ad3a11d3b57: Pulling fs layer [2021-02-19T21:48:40.781Z] 46f8f816bc3b: Pulling fs layer [2021-02-19T21:48:40.781Z] 93b61091891f: Pulling fs layer [2021-02-19T21:48:40.781Z] 93b9cdb0e59b: Pulling fs layer [2021-02-19T21:48:40.781Z] 5e14af77c1be: Pulling fs layer [2021-02-19T21:48:40.781Z] 01666e4c0597: Pulling fs layer [2021-02-19T21:48:40.781Z] aa168da1d23b: Pulling fs layer [2021-02-19T21:48:40.781Z] 93b61091891f: Waiting [2021-02-19T21:48:40.781Z] 93b9cdb0e59b: Waiting [2021-02-19T21:48:40.781Z] 46f8f816bc3b: Waiting [2021-02-19T21:48:40.781Z] 5e14af77c1be: Waiting [2021-02-19T21:48:40.781Z] 01666e4c0597: Waiting [2021-02-19T21:48:40.781Z] aa168da1d23b: Waiting [2021-02-19T21:48:40.781Z] 36b3adc4ff6f: Verifying Checksum [2021-02-19T21:48:40.781Z] 36b3adc4ff6f: Download complete [2021-02-19T21:48:40.781Z] 46f8f816bc3b: Verifying Checksum [2021-02-19T21:48:40.781Z] 46f8f816bc3b: Download complete [2021-02-19T21:48:40.781Z] df20fa9351a1: Verifying Checksum [2021-02-19T21:48:40.781Z] df20fa9351a1: Download complete [2021-02-19T21:48:40.781Z] 93b9cdb0e59b: Verifying Checksum [2021-02-19T21:48:40.781Z] 93b9cdb0e59b: Download complete [2021-02-19T21:48:41.047Z] 5e14af77c1be: Verifying Checksum [2021-02-19T21:48:41.047Z] 5e14af77c1be: Download complete [2021-02-19T21:48:41.047Z] 01666e4c0597: Verifying Checksum [2021-02-19T21:48:41.047Z] 01666e4c0597: Download complete [2021-02-19T21:48:41.047Z] 8ad3a11d3b57: Verifying Checksum [2021-02-19T21:48:41.047Z] 8ad3a11d3b57: Download complete [2021-02-19T21:48:41.311Z] df20fa9351a1: Pull complete [2021-02-19T21:48:41.311Z] 36b3adc4ff6f: Pull complete [2021-02-19T21:48:41.907Z] 93b61091891f: Verifying Checksum [2021-02-19T21:48:41.907Z] 93b61091891f: Download complete [2021-02-19T21:48:42.170Z] 8ad3a11d3b57: Pull complete [2021-02-19T21:48:42.435Z] 46f8f816bc3b: Pull complete [2021-02-19T21:48:42.723Z] 93b61091891f: Pull complete [2021-02-19T21:48:42.723Z] aa168da1d23b: Verifying Checksum [2021-02-19T21:48:42.723Z] aa168da1d23b: Download complete [2021-02-19T21:48:42.723Z] 93b9cdb0e59b: Pull complete [2021-02-19T21:48:42.986Z] 5e14af77c1be: Pull complete [2021-02-19T21:48:42.986Z] 01666e4c0597: Pull complete [2021-02-19T21:48:51.178Z] aa168da1d23b: Pull complete [2021-02-19T21:48:51.178Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-19T21:48:51.178Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T21:48:51.178Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-19T21:48:51.315Z] prd-centos7-docker-4c-2g-26957 does not seem to be running inside a container [2021-02-19T21:48:51.359Z] $ 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_PR-684/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_PR-684 -v /w/workspace/ndry_app-functions-sdk-go_PR-684:/w/workspace/ndry_app-functions-sdk-go_PR-684:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-684@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-19T21:48:54.433Z] $ docker top 5cffac80097bf45a3505bdc5ef5320ce1f3f919f5594ee99f2e5b4689f58b8e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T21:48:54.901Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-19T21:48:55.195Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-19T21:48:55.488Z] + ls /var/log/sa-host [2021-02-19T21:48:55.488Z] + sadf -c /var/log/sa-host/sa19 [2021-02-19T21:48:55.488Z] file_magic: OK [2021-02-19T21:48:55.488Z] HZ: Using current value: 100 [2021-02-19T21:48:55.488Z] file_header: OK [2021-02-19T21:48:55.488Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-19T21:48:55.488Z] Statistics: [2021-02-19T21:48:55.488Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-19T21:48:55.488Z] File successfully converted to sysstat format version 12.2.1 [2021-02-19T21:48:55.488Z] + sadf -c /var/log/sa-host/sa23 [2021-02-19T21:48:55.488Z] file_magic: OK [2021-02-19T21:48:55.488Z] HZ: Using current value: 100 [2021-02-19T21:48:55.488Z] file_header: OK [2021-02-19T21:48:55.488Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-19T21:48:55.488Z] Statistics: [2021-02-19T21:48:55.488Z] Hnuu...uuuununununu... [2021-02-19T21:48:55.488Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-19T21:48:56.092Z] provisioning config files... [2021-02-19T21:48:56.107Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-684@tmp/config3895384788268148811tmp [Pipeline] { [Pipeline] echo [2021-02-19T21:48:56.191Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:48:56.484Z] ---> create-netrc.sh [Pipeline] } [2021-02-19T21:48:56.493Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-19T21:48:56.580Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:48:56.874Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-19T21:48:56.884Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:48:57.177Z] ---> sudo-logs.sh [2021-02-19T21:48:57.177Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-19T21:48:57.234Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:48:57.526Z] ---> job-cost.sh [2021-02-19T21:48:57.526Z] lf-activate-venv: SKIPPING [2021-02-19T21:48:57.526Z] INFO: No Stack... [2021-02-19T21:48:58.469Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-19T21:48:58.730Z] INFO: Archiving Costs [Pipeline] echo [2021-02-19T21:48:58.742Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T21:48:59.037Z] ---> logs-deploy.sh [2021-02-19T21:48:59.038Z] lf-activate-venv: SKIPPING [2021-02-19T21:48:59.038Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-684/7 [2021-02-19T21:48:59.038Z] INFO: archiving workspace using pattern(s): [2021-02-19T21:49:00.424Z] Archives upload complete. [2021-02-19T21:49:00.686Z] INFO: archiving logs to Nexus [2021-02-19T21:49:01.633Z] ---> uname -a: [2021-02-19T21:49:01.633Z] Linux prd-centos7-docker-4c-2g-26957.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] ---> lscpu: [2021-02-19T21:49:01.633Z] Architecture: x86_64 [2021-02-19T21:49:01.633Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-19T21:49:01.633Z] Byte Order: Little Endian [2021-02-19T21:49:01.633Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-19T21:49:01.633Z] CPU(s): 4 [2021-02-19T21:49:01.633Z] On-line CPU(s) list: 0-3 [2021-02-19T21:49:01.633Z] Thread(s) per core: 1 [2021-02-19T21:49:01.633Z] Core(s) per socket: 1 [2021-02-19T21:49:01.633Z] Socket(s): 4 [2021-02-19T21:49:01.633Z] NUMA node(s): 1 [2021-02-19T21:49:01.633Z] Vendor ID: GenuineIntel [2021-02-19T21:49:01.633Z] CPU family: 6 [2021-02-19T21:49:01.633Z] Model: 44 [2021-02-19T21:49:01.633Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-19T21:49:01.633Z] Stepping: 1 [2021-02-19T21:49:01.633Z] CPU MHz: 2933.436 [2021-02-19T21:49:01.633Z] BogoMIPS: 5866.87 [2021-02-19T21:49:01.633Z] Virtualization: VT-x [2021-02-19T21:49:01.633Z] Hypervisor vendor: KVM [2021-02-19T21:49:01.633Z] Virtualization type: full [2021-02-19T21:49:01.633Z] L1d cache: 128 KiB [2021-02-19T21:49:01.633Z] L1i cache: 128 KiB [2021-02-19T21:49:01.633Z] L2 cache: 16 MiB [2021-02-19T21:49:01.633Z] L3 cache: 64 MiB [2021-02-19T21:49:01.633Z] NUMA node0 CPU(s): 0-3 [2021-02-19T21:49:01.633Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-19T21:49:01.633Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-19T21:49:01.633Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-19T21:49:01.633Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-19T21:49:01.633Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-19T21:49:01.633Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-19T21:49:01.633Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-19T21:49:01.633Z] Vulnerability Srbds: Not affected [2021-02-19T21:49:01.633Z] Vulnerability Tsx async abort: Not affected [2021-02-19T21:49:01.633Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] ---> nproc: [2021-02-19T21:49:01.633Z] 4 [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] ---> df -h: [2021-02-19T21:49:01.633Z] Filesystem Size Used Available Use% Mounted on [2021-02-19T21:49:01.633Z] overlay 50.0G 7.3G 42.7G 15% / [2021-02-19T21:49:01.633Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-19T21:49:01.633Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-19T21:49:01.633Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-684 [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/ndry_app-functions-sdk-go_PR-684@tmp [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-02-19T21:49:01.633Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] ---> free -m: [2021-02-19T21:49:01.633Z] total used free shared buff/cache available [2021-02-19T21:49:01.633Z] Mem: 1837 684 110 0 1042 1048 [2021-02-19T21:49:01.633Z] Swap: 1023 1 1022 [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] ---> ip addr: [2021-02-19T21:49:01.633Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-19T21:49:01.633Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-19T21:49:01.633Z] inet 127.0.0.1/8 scope host lo [2021-02-19T21:49:01.633Z] valid_lft forever preferred_lft forever [2021-02-19T21:49:01.633Z] inet6 ::1/128 scope host [2021-02-19T21:49:01.633Z] valid_lft forever preferred_lft forever [2021-02-19T21:49:01.633Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-19T21:49:01.633Z] link/ether fa:16:3e:16:c7:58 brd ff:ff:ff:ff:ff:ff [2021-02-19T21:49:01.633Z] inet 10.30.122.146/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-19T21:49:01.633Z] valid_lft 85976sec preferred_lft 85976sec [2021-02-19T21:49:01.633Z] inet6 fe80::f816:3eff:fe16:c758/64 scope link [2021-02-19T21:49:01.633Z] valid_lft forever preferred_lft forever [2021-02-19T21:49:01.633Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-19T21:49:01.633Z] link/ether 02:42:6f:1f:7b:e6 brd ff:ff:ff:ff:ff:ff [2021-02-19T21:49:01.633Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-19T21:49:01.633Z] valid_lft forever preferred_lft forever [2021-02-19T21:49:01.633Z] inet6 fe80::42:6fff:fe1f:7be6/64 scope link [2021-02-19T21:49:01.633Z] valid_lft forever preferred_lft forever [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] ---> sar -b -r -n DEV: [2021-02-19T21:49:01.633Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] 21:41:45 LINUX RESTART (4 CPU) [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] 21:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-19T21:49:01.633Z] 21:43:01 202.93 116.53 86.40 0.00 12367.34 40933.51 0.00 [2021-02-19T21:49:01.633Z] 21:44:01 2.51 0.00 2.51 0.00 0.00 56.30 0.00 [2021-02-19T21:49:01.633Z] 21:45:01 0.45 0.00 0.45 0.00 0.00 6.93 0.00 [2021-02-19T21:49:01.633Z] 21:46:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2021-02-19T21:49:01.633Z] 21:47:01 0.23 0.00 0.23 0.00 0.00 2.73 0.00 [2021-02-19T21:49:01.633Z] 21:48:01 0.33 0.00 0.33 0.00 0.00 5.16 0.00 [2021-02-19T21:49:01.633Z] Average: 34.47 19.43 15.04 0.00 2062.08 6837.52 0.00 [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] 21:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-19T21:49:01.633Z] 21:43:01 226424 0 589676 31.34 2620 1062824 1110892 37.91 391492 1065412 132 [2021-02-19T21:49:01.633Z] 21:44:01 231580 0 584404 31.06 2620 1062940 1093772 37.33 389456 1063092 20 [2021-02-19T21:49:01.633Z] 21:45:01 229856 0 586120 31.15 2620 1062948 1091716 37.26 399628 1054520 20 [2021-02-19T21:49:01.633Z] 21:46:01 230472 0 585504 31.12 2620 1062948 1086588 37.08 399716 1054104 8 [2021-02-19T21:49:01.633Z] 21:47:01 229768 0 586200 31.16 2620 1062956 1085548 37.05 399912 1054792 16 [2021-02-19T21:49:01.633Z] 21:48:01 229552 0 586412 31.17 2620 1062960 1085596 37.05 408328 1046636 8 [2021-02-19T21:49:01.633Z] Average: 229609 0 586386 31.17 2620 1062929 1092352 37.28 398089 1056426 34 [2021-02-19T21:49:01.633Z] [2021-02-19T21:49:01.633Z] 21:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-19T21:49:01.634Z] 21:43:01 eth0 671.47 493.89 1660.09 115.87 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:43:01 docker0 103.01 92.33 9.10 307.09 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:44:01 eth0 1.23 0.47 0.33 0.21 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:45:01 eth0 4.56 0.78 1.08 0.62 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:46:01 eth0 1.92 0.60 0.61 0.40 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:47:01 eth0 3.31 0.62 0.80 0.40 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:48:01 eth0 2.32 0.92 1.00 0.62 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] 21:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] Average: eth0 114.18 82.91 277.43 19.69 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] Average: docker0 17.18 15.39 1.52 51.20 0.00 0.00 0.00 0.00 [2021-02-19T21:49:01.634Z] [2021-02-19T21:49:01.634Z] [2021-02-19T21:49:01.634Z] ---> sar -P ALL: [2021-02-19T21:49:01.634Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) [2021-02-19T21:49:01.634Z] [2021-02-19T21:49:01.634Z] 21:41:45 LINUX RESTART (4 CPU) [2021-02-19T21:49:01.634Z] [2021-02-19T21:49:01.634Z] 21:42:01 CPU %user %nice %system %iowait %steal %idle [2021-02-19T21:49:01.634Z] 21:43:01 all 16.81 0.00 7.04 9.50 0.55 66.09 [2021-02-19T21:49:01.634Z] 21:43:01 0 17.36 0.00 8.17 11.33 0.58 62.56 [2021-02-19T21:49:01.634Z] 21:43:01 1 15.71 0.00 6.11 10.07 0.51 67.60 [2021-02-19T21:49:01.634Z] 21:43:01 2 16.30 0.00 7.15 8.27 0.54 67.73 [2021-02-19T21:49:01.634Z] 21:43:01 3 17.88 0.00 6.75 8.33 0.58 66.47 [2021-02-19T21:49:01.634Z] 21:44:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2021-02-19T21:49:01.634Z] 21:44:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-19T21:49:01.634Z] 21:44:01 1 0.08 0.00 0.05 0.00 0.02 99.85 [2021-02-19T21:49:01.634Z] 21:44:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-19T21:49:01.634Z] 21:44:01 3 0.48 0.00 0.05 0.00 0.00 99.47 [2021-02-19T21:49:01.634Z] 21:45:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-19T21:49:01.634Z] 21:45:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-19T21:49:01.634Z] 21:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-19T21:49:01.634Z] 21:45:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-19T21:49:01.634Z] 21:45:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2021-02-19T21:49:01.634Z] 21:46:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2021-02-19T21:49:01.634Z] 21:46:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-19T21:49:01.634Z] 21:46:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2021-02-19T21:49:01.634Z] 21:46:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-19T21:49:01.634Z] 21:46:01 3 0.53 0.00 0.02 0.00 0.02 99.43 [2021-02-19T21:49:01.634Z] 21:47:01 all 0.17 0.00 0.08 0.00 0.06 99.69 [2021-02-19T21:49:01.634Z] 21:47:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2021-02-19T21:49:01.634Z] 21:47:01 1 0.05 0.00 0.10 0.00 0.07 99.78 [2021-02-19T21:49:01.634Z] 21:47:01 2 0.07 0.00 0.12 0.00 0.07 99.75 [2021-02-19T21:49:01.634Z] 21:47:01 3 0.53 0.00 0.07 0.00 0.05 99.35 [2021-02-19T21:49:01.634Z] 21:48:01 all 0.15 0.00 0.05 0.00 0.01 99.79 [2021-02-19T21:49:01.634Z] 21:48:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2021-02-19T21:49:01.634Z] 21:48:01 1 0.38 0.00 0.07 0.00 0.02 99.53 [2021-02-19T21:49:01.634Z] 21:48:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-19T21:49:01.634Z] 21:48:01 3 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-19T21:49:01.634Z] Average: all 2.90 0.00 1.19 1.56 0.10 94.24 [2021-02-19T21:49:01.634Z] Average: 0 2.88 0.00 1.37 1.86 0.11 93.78 [2021-02-19T21:49:01.634Z] Average: 1 2.68 0.00 1.05 1.66 0.10 94.51 [2021-02-19T21:49:01.634Z] Average: 2 2.72 0.00 1.22 1.36 0.10 94.60 [2021-02-19T21:49:01.634Z] Average: 3 3.31 0.00 1.14 1.37 0.11 94.08 [2021-02-19T21:49:01.634Z] [2021-02-19T21:49:01.634Z] [2021-02-19T21:49:01.634Z]