Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9+0d0448aa1bb13b12920e2a3260a06e62bf327a94 (a45052e8065ca5139ed50474b2c561d651be02ed) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14216 in /w/workspace/edgexfoundry_edgex-go_PR-2877 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/11 [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/edgex-go.git > git init /w/workspace/edgex-go/11 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0d0448aa1bb13b12920e2a3260a06e62bf327a94 into PR head commit 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 Merge succeeded, producing b1247fd0289d4d59a12dbf3f1c428da06017d8cb Checking out Revision b1247fd0289d4d59a12dbf3f1c428da06017d8cb (PR-2877) > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2877/head:refs/remotes/origin/PR-2877 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 # 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 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b1247fd0289d4d59a12dbf3f1c428da06017d8cb # timeout=10 Commit message: "Merge commit '0d0448aa1bb13b12920e2a3260a06e62bf327a94' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T00:32:09.567Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T00:32:09.862Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T00:32:09.970Z] ========================================================= [2020-12-03T00:32:09.970Z] EdgeX Global Pipelines Version Info [2020-12-03T00:32:09.970Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 9f27c024bb2b6a8a43199e235ac26e3c533428fa # timeout=10 [2020-12-03T00:32:12.441Z] ------------------- [2020-12-03T00:32:12.441Z] stable info: [2020-12-03T00:32:12.441Z] ------------------- [2020-12-03T00:32:12.441Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T00:32:12.441Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T00:32:12.441Z] Message: update stable to v1.0.169 [2020-12-03T00:32:13.476Z] ------------------- [2020-12-03T00:32:13.476Z] experimental info: [2020-12-03T00:32:13.476Z] ------------------- [2020-12-03T00:32:13.476Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T00:32:13.476Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T00:32:13.476Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T00:32:13.971Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T00:32:14.059Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T00:32:14.153Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T00:32:14.294Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T00:32:14.389Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T00:32:14.477Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T00:32:14.598Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T00:32:14.709Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T00:32:14.805Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T00:32:14.896Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T00:32:14.976Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T00:32:15.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T00:32:15.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T00:32:15.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T00:32:15.364Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T00:32:15.450Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T00:32:15.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T00:32:15.657Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T00:32:15.743Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-03T00:32:15.835Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T00:32:15.920Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T00:32:16.021Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T00:32:16.107Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2877 [Pipeline] echo [2020-12-03T00:32:16.193Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2877 [Pipeline] echo [2020-12-03T00:32:16.278Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2877 [Pipeline] echo [2020-12-03T00:32:16.363Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b1247fd0289d4d59a12dbf3f1c428da06017d8cb [Pipeline] echo [2020-12-03T00:32:16.448Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b1247fd [Pipeline] echo [2020-12-03T00:32:16.545Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T00:32:16.721Z] provisioning config files... [2020-12-03T00:32:16.765Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config4467306262945276895tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:32:17.201Z] ---> docker-login.sh [2020-12-03T00:32:17.201Z] nexus3.edgexfoundry.org:10001 [2020-12-03T00:32:17.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:32:18.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:32:18.151Z] Configure a credential helper to remove this warning. See [2020-12-03T00:32:18.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:32:18.151Z] [2020-12-03T00:32:18.151Z] Login Succeeded [2020-12-03T00:32:18.151Z] nexus3.edgexfoundry.org:10002 [2020-12-03T00:32:18.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:32:18.832Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:32:18.832Z] Configure a credential helper to remove this warning. See [2020-12-03T00:32:18.832Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:32:18.832Z] [2020-12-03T00:32:18.832Z] Login Succeeded [2020-12-03T00:32:18.832Z] nexus3.edgexfoundry.org:10003 [2020-12-03T00:32:19.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:32:20.074Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:32:20.074Z] Configure a credential helper to remove this warning. See [2020-12-03T00:32:20.074Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:32:20.074Z] [2020-12-03T00:32:20.074Z] Login Succeeded [2020-12-03T00:32:20.074Z] nexus3.edgexfoundry.org:10004 [2020-12-03T00:32:20.338Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:32:20.338Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:32:20.338Z] Configure a credential helper to remove this warning. See [2020-12-03T00:32:20.338Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:32:20.338Z] [2020-12-03T00:32:20.338Z] Login Succeeded [2020-12-03T00:32:20.338Z] docker.io [2020-12-03T00:32:20.609Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:32:20.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:32:20.878Z] Configure a credential helper to remove this warning. See [2020-12-03T00:32:20.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:32:20.878Z] [2020-12-03T00:32:20.878Z] Login Succeeded [2020-12-03T00:32:20.878Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T00:32:20.910Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T00:32:21.485Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T00:32:21.485Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T00:32:21.485Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] ++ dirname cmd/support-logging/Dockerfile [2020-12-03T00:32:21.485Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T00:32:21.485Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T00:32:21.485Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T00:32:21.485Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T00:32:21.485Z] ++ cut -d/ -f2 [2020-12-03T00:32:21.485Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T00:32:21.612Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:32:22.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T00:32:22.555Z] [2020-12-03T00:32:22.555Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:32:22.985Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T00:32:22.985Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T00:32:22.985Z] 31603596830f: Pulling fs layer [2020-12-03T00:32:22.985Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T00:32:22.985Z] 6ca5941a6612: Pulling fs layer [2020-12-03T00:32:22.985Z] ecc8261a40a4: Pulling fs layer [2020-12-03T00:32:22.985Z] 2a8b12db71e7: Verifying Checksum [2020-12-03T00:32:22.985Z] 2a8b12db71e7: Download complete [2020-12-03T00:32:23.282Z] 31603596830f: Verifying Checksum [2020-12-03T00:32:23.282Z] 31603596830f: Download complete [2020-12-03T00:32:23.909Z] ecc8261a40a4: Verifying Checksum [2020-12-03T00:32:23.909Z] ecc8261a40a4: Download complete [2020-12-03T00:32:23.909Z] 6ca5941a6612: Verifying Checksum [2020-12-03T00:32:23.909Z] 6ca5941a6612: Download complete [2020-12-03T00:32:24.233Z] 31603596830f: Pull complete [2020-12-03T00:32:24.521Z] 2a8b12db71e7: Pull complete [2020-12-03T00:32:27.224Z] 6ca5941a6612: Pull complete [2020-12-03T00:32:27.224Z] ecc8261a40a4: Pull complete [2020-12-03T00:32:27.224Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T00:32:27.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T00:32:27.224Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T00:32:27.575Z] prd-centos7-docker-4c-2g-14216 does not seem to be running inside a container [2020-12-03T00:32:27.693Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T00:32:30.283Z] $ docker top 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T00:32:30.759Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T00:32:30.759Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T00:32:31.097Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T00:32:31.104Z] $ docker exec 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa ssh-agent [2020-12-03T00:32:31.429Z] SSH_AUTH_SOCK=/tmp/ssh-B9EcsW0OZyX2/agent.12 [2020-12-03T00:32:31.429Z] SSH_AGENT_PID=17 [2020-12-03T00:32:31.452Z] Running ssh-add (command line suppressed) [2020-12-03T00:32:31.806Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_8316305571088877465.key (/w/workspace/edgex-go/11@tmp/private_key_8316305571088877465.key) [2020-12-03T00:32:31.883Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T00:32:32.249Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T00:32:32.659Z] $ docker exec --env ******** --env ******** 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa ssh-agent -k [2020-12-03T00:32:33.036Z] unset SSH_AUTH_SOCK; [2020-12-03T00:32:33.037Z] unset SSH_AGENT_PID; [2020-12-03T00:32:33.037Z] echo Agent pid 17 killed; [2020-12-03T00:32:33.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T00:32:33.311Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T00:32:33.312Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T00:32:33.667Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T00:32:33.676Z] $ docker exec 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa ssh-agent [2020-12-03T00:32:34.113Z] SSH_AUTH_SOCK=/tmp/ssh-Tlpv5uNUN7ob/agent.46 [2020-12-03T00:32:34.113Z] SSH_AGENT_PID=51 [2020-12-03T00:32:34.124Z] Running ssh-add (command line suppressed) [2020-12-03T00:32:34.332Z] Identity added: /w/workspace/edgex-go/11@tmp/private_key_6385764508124090784.key (/w/workspace/edgex-go/11@tmp/private_key_6385764508124090784.key) [2020-12-03T00:32:34.402Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T00:32:35.147Z] + git semver init [2020-12-03T00:32:35.147Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T00:32:35.147Z] # $GIT_DIR = /w/workspace/edgex-go/11/.git [2020-12-03T00:32:35.147Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/11 [2020-12-03T00:32:35.147Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T00:32:35.147Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T00:32:35.147Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T00:32:35.147Z] # $SEMVER_BRANCH = PR-2877 [2020-12-03T00:32:35.147Z] # $SEMVER_TEMP = /tmp/semver-233656902 [2020-12-03T00:32:35.147Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T00:33:32.002Z] # '/tmp/semver-233656902' -> '/w/workspace/edgex-go/11/.semver' [2020-12-03T00:33:32.002Z] # -> Force: false [2020-12-03T00:33:32.002Z] # $SEMVER_DIR = /w/workspace/edgex-go/11/.semver [Pipeline] } [2020-12-03T00:33:32.040Z] $ docker exec --env ******** --env ******** 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa ssh-agent -k [2020-12-03T00:33:32.404Z] unset SSH_AUTH_SOCK; [2020-12-03T00:33:32.405Z] unset SSH_AGENT_PID; [2020-12-03T00:33:32.405Z] echo Agent pid 51 killed; [2020-12-03T00:33:32.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T00:33:33.114Z] + git semver [Pipeline] } [2020-12-03T00:33:33.468Z] $ docker stop --time=1 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa [2020-12-03T00:33:36.018Z] $ docker rm -f 033b6016bae3d7ed43bb3a81744f3c84ad26be9efb03fc44081064fef8f5f4fa [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T00:33:37.034Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T00:33:37.990Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T00:33:37.993Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T00:33:38.979Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T00:33:39.487Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T00:33:39.953Z] + sudo service docker restart [2020-12-03T00:33:39.953Z] + true [2020-12-03T00:33:39.953Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T00:33:42.226Z] ========================================================= [2020-12-03T00:33:42.226Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T00:33:42.226Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:33:42.629Z] + 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-03T00:33:50.150Z] Sending build context to Docker daemon 326MB [2020-12-03T00:33:50.150Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T00:33:50.150Z] Step 2/7 : FROM ${BASE} [2020-12-03T00:33:50.150Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T00:33:50.150Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T00:33:50.150Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T00:33:50.150Z] de9db76c5a1d: Pulling fs layer [2020-12-03T00:33:50.150Z] bca2f99d35d6: Pulling fs layer [2020-12-03T00:33:50.150Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T00:33:50.150Z] 7c6f9722023f: Pulling fs layer [2020-12-03T00:33:50.150Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T00:33:50.150Z] bca2f99d35d6: Waiting [2020-12-03T00:33:50.150Z] 93359f2a8cfa: Waiting [2020-12-03T00:33:50.150Z] 7c6f9722023f: Waiting [2020-12-03T00:33:50.150Z] a35cf1a2eb13: Waiting [2020-12-03T00:33:50.150Z] de9db76c5a1d: Verifying Checksum [2020-12-03T00:33:50.150Z] de9db76c5a1d: Download complete [2020-12-03T00:33:50.150Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T00:33:50.150Z] 0ef7d3d256c8: Download complete [2020-12-03T00:33:50.432Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T00:33:50.432Z] 93359f2a8cfa: Download complete [2020-12-03T00:33:50.432Z] 7c6f9722023f: Verifying Checksum [2020-12-03T00:33:50.432Z] 7c6f9722023f: Download complete [2020-12-03T00:33:51.081Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T00:33:51.081Z] 188c0c94c7c5: Download complete [2020-12-03T00:33:51.689Z] 188c0c94c7c5: Pull complete [2020-12-03T00:33:52.358Z] 0ef7d3d256c8: Pull complete [2020-12-03T00:33:52.358Z] de9db76c5a1d: Pull complete [2020-12-03T00:33:53.383Z] Still waiting to schedule task [2020-12-03T00:33:53.383Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-03T00:33:59.291Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T00:33:59.291Z] a35cf1a2eb13: Download complete [2020-12-03T00:34:00.762Z] bca2f99d35d6: Verifying Checksum [2020-12-03T00:34:00.762Z] bca2f99d35d6: Download complete [2020-12-03T00:34:13.468Z] bca2f99d35d6: Pull complete [2020-12-03T00:34:13.468Z] 93359f2a8cfa: Pull complete [2020-12-03T00:34:13.468Z] 7c6f9722023f: Pull complete [2020-12-03T00:34:21.827Z] a35cf1a2eb13: Pull complete [2020-12-03T00:34:21.827Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T00:34:21.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T00:34:21.827Z] ---> a62c8e92a672 [2020-12-03T00:34:21.827Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T00:34:21.827Z] ---> Running in 7369b3f6df9a [2020-12-03T00:34:21.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T00:34:22.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T00:34:23.917Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T00:34:24.193Z] (2/12) Installing file (5.38-r0) [2020-12-03T00:34:24.193Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T00:34:24.477Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T00:34:32.873Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T00:34:32.873Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T00:34:32.873Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T00:34:32.873Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T00:34:33.165Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T00:34:33.165Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T00:34:33.446Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T00:34:33.446Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T00:34:33.733Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:34:33.733Z] OK: 233 MiB in 51 packages [2020-12-03T00:34:38.064Z] Removing intermediate container 7369b3f6df9a [2020-12-03T00:34:38.064Z] ---> 305721d2d0fa [2020-12-03T00:34:38.064Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T00:34:38.064Z] ---> Running in 44eb62eb1f28 [2020-12-03T00:34:38.064Z] Removing intermediate container 44eb62eb1f28 [2020-12-03T00:34:38.064Z] ---> ccc4580e9830 [2020-12-03T00:34:38.064Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T00:34:38.671Z] latest: Pulling from library/docker [2020-12-03T00:34:38.964Z] 188c0c94c7c5: Already exists [2020-12-03T00:34:38.964Z] 0c7c675703d6: Pulling fs layer [2020-12-03T00:34:38.964Z] cc8c12a437cb: Pulling fs layer [2020-12-03T00:34:38.964Z] f092543453df: Pulling fs layer [2020-12-03T00:34:38.964Z] 65b6bc45957d: Pulling fs layer [2020-12-03T00:34:38.964Z] 4de832df471b: Pulling fs layer [2020-12-03T00:34:38.964Z] 79aa7fa92271: Pulling fs layer [2020-12-03T00:34:38.964Z] 65b6bc45957d: Waiting [2020-12-03T00:34:38.964Z] 4de832df471b: Waiting [2020-12-03T00:34:38.964Z] 79aa7fa92271: Waiting [2020-12-03T00:34:39.288Z] cc8c12a437cb: Verifying Checksum [2020-12-03T00:34:39.288Z] cc8c12a437cb: Download complete [2020-12-03T00:34:39.288Z] 0c7c675703d6: Download complete [2020-12-03T00:34:39.288Z] 65b6bc45957d: Verifying Checksum [2020-12-03T00:34:39.288Z] 65b6bc45957d: Download complete [2020-12-03T00:34:39.714Z] 4de832df471b: Verifying Checksum [2020-12-03T00:34:39.714Z] 4de832df471b: Download complete [2020-12-03T00:34:39.714Z] 79aa7fa92271: Verifying Checksum [2020-12-03T00:34:39.714Z] 79aa7fa92271: Download complete [2020-12-03T00:34:40.186Z] 0c7c675703d6: Pull complete [2020-12-03T00:34:40.186Z] cc8c12a437cb: Pull complete [2020-12-03T00:34:41.906Z] f092543453df: Download complete [2020-12-03T00:34:47.607Z] f092543453df: Pull complete [2020-12-03T00:34:47.607Z] 65b6bc45957d: Pull complete [2020-12-03T00:34:47.607Z] 4de832df471b: Pull complete [2020-12-03T00:34:47.877Z] 79aa7fa92271: Pull complete [2020-12-03T00:34:47.877Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T00:34:47.877Z] Status: Downloaded newer image for docker:latest [2020-12-03T00:34:50.712Z] ---> 431545d02b42 [2020-12-03T00:34:50.712Z] Step 6/7 : COPY go.mod . [2020-12-03T00:34:50.712Z] ---> be90e85236ad [2020-12-03T00:34:50.712Z] Step 7/7 : RUN go mod download [2020-12-03T00:34:51.011Z] ---> Running in 6658620aaf44 [2020-12-03T00:35:18.199Z] Removing intermediate container 6658620aaf44 [2020-12-03T00:35:18.199Z] ---> 2873b6e946be [2020-12-03T00:35:18.477Z] Successfully built 2873b6e946be [2020-12-03T00:35:18.477Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:35:18.858Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T00:35:19.144Z] . [Pipeline] withDockerContainer [2020-12-03T00:35:19.358Z] prd-centos7-docker-4c-2g-14216 does not seem to be running inside a container [2020-12-03T00:35:19.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** ci-base-image-x86_64 cat [2020-12-03T00:35:21.144Z] $ docker top 76f17d55ff2ee3bf013ac14e13605179765a18a3d6f612ff27425909e7f84cc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T00:35:21.819Z] + go version [2020-12-03T00:35:22.084Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T00:35:22.112Z] $ docker stop --time=1 76f17d55ff2ee3bf013ac14e13605179765a18a3d6f612ff27425909e7f84cc5 [2020-12-03T00:35:23.705Z] $ docker rm -f 76f17d55ff2ee3bf013ac14e13605179765a18a3d6f612ff27425909e7f84cc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:35:24.718Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T00:35:25.060Z] . [Pipeline] withDockerContainer [2020-12-03T00:35:25.496Z] prd-centos7-docker-4c-2g-14216 does not seem to be running inside a container [2020-12-03T00:35:25.778Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** ci-base-image-x86_64 cat [2020-12-03T00:35:27.647Z] $ docker top 6137cee39e7115461b1cf2099cada3c9158e45e4586d319c2c8fc49ac412abff -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T00:35:28.574Z] ========================================================= [2020-12-03T00:35:28.574Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T00:35:28.574Z] ========================================================= [Pipeline] sh [2020-12-03T00:35:29.039Z] + make test [2020-12-03T00:35:29.457Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T00:35:53.066Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T00:36:20.686Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T00:36:31.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T00:36:31.976Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T00:36:31.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T00:36:31.976Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T00:36:32.599Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T00:36:37.133Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.040s [2020-12-03T00:36:37.133Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T00:36:37.133Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-03T00:36:37.133Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T00:36:38.159Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T00:36:38.160Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T00:36:38.160Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T00:36:38.160Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T00:36:43.883Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.230s coverage: 46.6% of statements [2020-12-03T00:36:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T00:36:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T00:36:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T00:36:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T00:36:43.883Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T00:36:49.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.762s coverage: 27.1% of statements [2020-12-03T00:36:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T00:36:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T00:36:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T00:36:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T00:36:49.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T00:36:49.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T00:36:49.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.132s coverage: 100.0% of statements [2020-12-03T00:36:49.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T00:36:49.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2020-12-03T00:36:49.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T00:36:49.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T00:36:49.832Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.271s coverage: 65.5% of statements [2020-12-03T00:36:49.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T00:36:49.832Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T00:36:50.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.577s coverage: 82.7% of statements [2020-12-03T00:36:50.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T00:36:50.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T00:36:50.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T00:36:50.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T00:36:52.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.490s coverage: 28.6% of statements [2020-12-03T00:36:52.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T00:36:52.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T00:36:52.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T00:36:52.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T00:36:52.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T00:36:52.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2020-12-03T00:36:52.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T00:36:52.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2020-12-03T00:36:52.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T00:36:54.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.163s coverage: 86.7% of statements [2020-12-03T00:36:54.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T00:36:54.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.220s coverage: 97.5% of statements [2020-12-03T00:36:54.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T00:36:54.718Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2020-12-03T00:36:54.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T00:36:54.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T00:36:54.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T00:36:54.718Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T00:36:58.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.604s coverage: 95.2% of statements [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T00:36:58.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.075s coverage: 58.8% of statements [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T00:36:58.264Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 0.0% of statements [no tests to run] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T00:36:58.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.453s coverage: 63.5% of statements [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T00:36:58.264Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T00:36:58.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2020-12-03T00:36:58.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements [2020-12-03T00:36:58.264Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.063s coverage: 100.0% of statements [2020-12-03T00:36:59.323Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements [2020-12-03T00:36:59.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2020-12-03T00:37:03.407Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.065s coverage: 55.9% of statements [2020-12-03T00:37:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T00:37:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T00:37:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T00:37:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T00:37:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T00:37:03.407Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T00:37:12.194Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14229 in /w/workspace/edgexfoundry_edgex-go_PR-2877 [Pipeline] { [Pipeline] ws [2020-12-03T00:37:12.248Z] Running in /w/workspace/edgex-go/11 [Pipeline] { [Pipeline] checkout [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.169s coverage: 86.3% of statements [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.152s coverage: 72.2% of statements [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.840s coverage: 72.1% of statements [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.104s coverage: 82.4% of statements [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.142s coverage: 28.8% of statements [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.189s coverage: 96.8% of statements [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.298s coverage: 37.2% of statements [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.702s coverage: 84.1% of statements [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.157s coverage: 100.0% of statements [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.082s coverage: 42.9% of statements [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.045s coverage: 100.0% of statements [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-03T00:37:14.047Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.077s coverage: 83.8% of statements [2020-12-03T00:37:14.047Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-03T00:37:16.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.247s coverage: 47.1% of statements [2020-12-03T00:37:16.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T00:37:16.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T00:37:16.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.038s coverage: 100.0% of statements [2020-12-03T00:37:16.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T00:37:16.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T00:37:16.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T00:37:16.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.104s coverage: 100.0% of statements [2020-12-03T00:37:16.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T00:37:16.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.091s coverage: 100.0% of statements [2020-12-03T00:37:16.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T00:37:17.670Z] using credential edgex-jenkins-ssh [2020-12-03T00:37:17.722Z] Cloning the remote Git repository [2020-12-03T00:37:17.781Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:37:17.891Z] > git init /w/workspace/edgex-go/11 # timeout=10 [2020-12-03T00:37:17.966Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:37:17.966Z] > git --version # timeout=10 [2020-12-03T00:37:17.985Z] > git --version # 'git version 2.17.1' [2020-12-03T00:37:17.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:37:18.057Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T00:37:19.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.056s coverage: 29.1% of statements [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T00:37:19.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.113s coverage: 99.0% of statements [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T00:37:19.788Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T00:37:19.788Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.043s coverage: 0.0% of statements [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T00:37:19.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T00:37:19.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T00:37:19.788Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T00:37:19.788Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.068s coverage: 100.0% of statements [2020-12-03T00:37:20.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.063s coverage: 32.1% of statements [2020-12-03T00:37:20.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.067s coverage: 100.0% of statements [2020-12-03T00:37:21.023Z] GO111MODULE=on go vet ./... [2020-12-03T00:37:42.758Z] Merging remotes/origin/master commit 0d0448aa1bb13b12920e2a3260a06e62bf327a94 into PR head commit 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 [2020-12-03T00:37:43.387Z] Merge succeeded, producing 3d80461f98566da5d243ec7a4b956283fbcb3cca [2020-12-03T00:37:43.388Z] Checking out Revision 3d80461f98566da5d243ec7a4b956283fbcb3cca (PR-2877) [2020-12-03T00:37:41.867Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T00:37:41.898Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T00:37:41.924Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T00:37:41.960Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T00:37:41.961Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:37:41.976Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2877/head:refs/remotes/origin/PR-2877 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T00:37:42.782Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T00:37:42.797Z] > git checkout -f 0ccfa4df87d1662ebcbe03a447f0fade9135eaf9 # timeout=10 [2020-12-03T00:37:43.127Z] > git remote # timeout=10 [2020-12-03T00:37:43.149Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T00:37:43.163Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T00:37:43.179Z] > git merge 0d0448aa1bb13b12920e2a3260a06e62bf327a94 # timeout=10 [2020-12-03T00:37:43.374Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T00:37:43.398Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T00:37:43.410Z] > git checkout -f 3d80461f98566da5d243ec7a4b956283fbcb3cca # timeout=10 [2020-12-03T00:37:48.108Z] Commit message: "Merge commit '0d0448aa1bb13b12920e2a3260a06e62bf327a94' into HEAD" [2020-12-03T00:37:48.138Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-12-03T00:37:48.122Z] > git rev-list --no-walk 9f27c024bb2b6a8a43199e235ac26e3c533428fa # timeout=10 [Pipeline] sh [2020-12-03T00:37:49.651Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T00:37:50.170Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T00:37:50.514Z] + true [2020-12-03T00:37:50.514Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T00:37:52.637Z] provisioning config files... [2020-12-03T00:37:52.679Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/11@tmp/config9188660182609279701tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:37:53.086Z] ---> docker-login.sh [2020-12-03T00:37:53.086Z] nexus3.edgexfoundry.org:10001 [2020-12-03T00:37:54.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:37:54.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:37:54.347Z] Configure a credential helper to remove this warning. See [2020-12-03T00:37:54.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:37:54.347Z] [2020-12-03T00:37:54.347Z] Login Succeeded [2020-12-03T00:37:54.347Z] nexus3.edgexfoundry.org:10002 [2020-12-03T00:37:54.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:37:54.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:37:54.908Z] Configure a credential helper to remove this warning. See [2020-12-03T00:37:54.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:37:54.908Z] [2020-12-03T00:37:54.908Z] Login Succeeded [2020-12-03T00:37:54.908Z] nexus3.edgexfoundry.org:10003 [2020-12-03T00:37:55.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:37:55.456Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:37:55.456Z] Configure a credential helper to remove this warning. See [2020-12-03T00:37:55.456Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:37:55.456Z] [2020-12-03T00:37:55.456Z] Login Succeeded [2020-12-03T00:37:55.456Z] nexus3.edgexfoundry.org:10004 [2020-12-03T00:37:56.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:37:56.053Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:37:56.053Z] Configure a credential helper to remove this warning. See [2020-12-03T00:37:56.053Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:37:56.053Z] [2020-12-03T00:37:56.053Z] Login Succeeded [2020-12-03T00:37:56.053Z] docker.io [2020-12-03T00:37:56.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T00:37:56.927Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T00:37:56.927Z] Configure a credential helper to remove this warning. See [2020-12-03T00:37:56.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T00:37:56.927Z] [2020-12-03T00:37:56.927Z] Login Succeeded [2020-12-03T00:37:56.927Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T00:37:56.944Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-03T00:37:57.410Z] ========================================================= [2020-12-03T00:37:57.410Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T00:37:57.410Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:37:57.791Z] + 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-03T00:38:00.440Z] Sending build context to Docker daemon 165.4MB [2020-12-03T00:38:00.440Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T00:38:00.440Z] Step 2/7 : FROM ${BASE} [2020-12-03T00:38:00.440Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T00:38:00.440Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T00:38:00.440Z] a4357932f1b6: Pulling fs layer [2020-12-03T00:38:00.440Z] 18c013af1878: Pulling fs layer [2020-12-03T00:38:00.440Z] 00ac8860ef70: Pulling fs layer [2020-12-03T00:38:00.440Z] 63d7cb157983: Pulling fs layer [2020-12-03T00:38:00.440Z] b116817d02f9: Pulling fs layer [2020-12-03T00:38:00.440Z] 745a02a5169b: Pulling fs layer [2020-12-03T00:38:00.440Z] 00ac8860ef70: Waiting [2020-12-03T00:38:00.440Z] 63d7cb157983: Waiting [2020-12-03T00:38:00.440Z] 745a02a5169b: Waiting [2020-12-03T00:38:00.440Z] b116817d02f9: Waiting [2020-12-03T00:38:00.440Z] 18c013af1878: Verifying Checksum [2020-12-03T00:38:00.440Z] 18c013af1878: Download complete [2020-12-03T00:38:00.440Z] a4357932f1b6: Verifying Checksum [2020-12-03T00:38:00.440Z] a4357932f1b6: Download complete [2020-12-03T00:38:00.440Z] 63d7cb157983: Verifying Checksum [2020-12-03T00:38:00.440Z] 63d7cb157983: Download complete [2020-12-03T00:38:00.440Z] b116817d02f9: Verifying Checksum [2020-12-03T00:38:00.440Z] b116817d02f9: Download complete [2020-12-03T00:38:00.440Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T00:38:00.440Z] 5f621e34cdf4: Download complete [2020-12-03T00:38:01.038Z] 5f621e34cdf4: Pull complete [2020-12-03T00:38:01.646Z] a4357932f1b6: Pull complete [2020-12-03T00:38:01.922Z] 18c013af1878: Pull complete [2020-12-03T00:38:03.373Z] 745a02a5169b: Verifying Checksum [2020-12-03T00:38:03.373Z] 745a02a5169b: Download complete [2020-12-03T00:38:03.971Z] 00ac8860ef70: Download complete [2020-12-03T00:38:14.154Z] 00ac8860ef70: Pull complete [2020-12-03T00:38:14.427Z] 63d7cb157983: Pull complete [2020-12-03T00:38:15.032Z] b116817d02f9: Pull complete [2020-12-03T00:38:18.239Z] gofmt -l . [2020-12-03T00:38:18.239Z] internal/security/proxy/config/config.go [2020-12-03T00:38:18.239Z] [ "`gofmt -l .`" = "" ] [2020-12-03T00:38:18.239Z] make: *** [Makefile:88: test] Error 1 [Pipeline] } [2020-12-03T00:38:18.291Z] $ docker stop --time=1 6137cee39e7115461b1cf2099cada3c9158e45e4586d319c2c8fc49ac412abff [2020-12-03T00:38:19.358Z] 745a02a5169b: Pull complete [2020-12-03T00:38:19.358Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T00:38:19.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T00:38:19.358Z] ---> b7e6874047d6 [2020-12-03T00:38:19.358Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T00:38:22.015Z] ---> Running in c56d1e1ce38e [2020-12-03T00:38:22.521Z] $ docker rm -f 6137cee39e7115461b1cf2099cada3c9158e45e4586d319c2c8fc49ac412abff [2020-12-03T00:38:23.452Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] } [2020-12-03T00:38:24.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-03T00:38:25.029Z] Failed in branch amd64 [2020-12-03T00:38:25.871Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T00:38:26.144Z] (2/12) Installing file (5.38-r0) [2020-12-03T00:38:26.144Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T00:38:26.417Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T00:38:29.801Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T00:38:30.073Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T00:38:30.073Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T00:38:30.073Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T00:38:30.345Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T00:38:30.345Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T00:38:30.621Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T00:38:30.621Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T00:38:30.621Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T00:38:30.621Z] OK: 217 MiB in 51 packages [2020-12-03T00:38:34.928Z] Removing intermediate container c56d1e1ce38e [2020-12-03T00:38:34.928Z] ---> 9c9197b54de6 [2020-12-03T00:38:34.928Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T00:38:34.928Z] ---> Running in 42c49d370051 [2020-12-03T00:38:35.521Z] Removing intermediate container 42c49d370051 [2020-12-03T00:38:35.521Z] ---> 4f07902a907d [2020-12-03T00:38:35.521Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T00:38:36.122Z] latest: Pulling from library/docker [2020-12-03T00:38:36.396Z] 5f621e34cdf4: Already exists [2020-12-03T00:38:36.396Z] 85db56a05063: Pulling fs layer [2020-12-03T00:38:36.396Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T00:38:36.396Z] de930078acea: Pulling fs layer [2020-12-03T00:38:36.396Z] d5a9d88a4785: Pulling fs layer [2020-12-03T00:38:36.396Z] e7f15c1544d5: Pulling fs layer [2020-12-03T00:38:36.396Z] 877c515997d3: Pulling fs layer [2020-12-03T00:38:36.396Z] e7f15c1544d5: Waiting [2020-12-03T00:38:36.396Z] 877c515997d3: Waiting [2020-12-03T00:38:36.396Z] d5a9d88a4785: Waiting [2020-12-03T00:38:36.396Z] ccb67d6aeaaa: Verifying Checksum [2020-12-03T00:38:36.396Z] ccb67d6aeaaa: Download complete [2020-12-03T00:38:36.396Z] 85db56a05063: Download complete [2020-12-03T00:38:36.695Z] d5a9d88a4785: Download complete [2020-12-03T00:38:36.695Z] e7f15c1544d5: Verifying Checksum [2020-12-03T00:38:36.695Z] e7f15c1544d5: Download complete [2020-12-03T00:38:36.973Z] 877c515997d3: Verifying Checksum [2020-12-03T00:38:36.973Z] 877c515997d3: Download complete [2020-12-03T00:38:37.589Z] 85db56a05063: Pull complete [2020-12-03T00:38:37.872Z] de930078acea: Verifying Checksum [2020-12-03T00:38:37.872Z] de930078acea: Download complete [2020-12-03T00:38:38.146Z] ccb67d6aeaaa: Pull complete [2020-12-03T00:38:41.530Z] de930078acea: Pull complete [2020-12-03T00:38:41.530Z] d5a9d88a4785: Pull complete [2020-12-03T00:38:41.530Z] e7f15c1544d5: Pull complete [2020-12-03T00:38:42.124Z] 877c515997d3: Pull complete [2020-12-03T00:38:42.124Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T00:38:42.125Z] Status: Downloaded newer image for docker:latest [2020-12-03T00:38:45.503Z] ---> 6889084f720b [2020-12-03T00:38:45.503Z] Step 6/7 : COPY go.mod . [2020-12-03T00:38:46.096Z] ---> 2f590154148c [2020-12-03T00:38:46.096Z] Step 7/7 : RUN go mod download [2020-12-03T00:38:46.096Z] ---> Running in 14a7530b2d64 [2020-12-03T00:39:12.881Z] Removing intermediate container 14a7530b2d64 [2020-12-03T00:39:12.881Z] ---> e4a8ab7f979b [2020-12-03T00:39:12.881Z] Successfully built e4a8ab7f979b [2020-12-03T00:39:12.881Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:39:13.222Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T00:39:13.222Z] . [Pipeline] withDockerContainer [2020-12-03T00:39:13.478Z] prd-ubuntu18.04-docker-arm64-4c-16g-14229 does not seem to be running inside a container [2020-12-03T00:39:13.574Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** ci-base-image-arm64 cat [2020-12-03T00:39:15.145Z] $ docker top d221b1d2a4d7ce9eb7cc0340009fffda6431e74f4a0cb1671dccda38baf227a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T00:39:16.179Z] + go version [2020-12-03T00:39:16.179Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T00:39:16.215Z] $ docker stop --time=1 d221b1d2a4d7ce9eb7cc0340009fffda6431e74f4a0cb1671dccda38baf227a5 [2020-12-03T00:39:18.193Z] $ docker rm -f d221b1d2a4d7ce9eb7cc0340009fffda6431e74f4a0cb1671dccda38baf227a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:39:19.241Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T00:39:19.241Z] . [Pipeline] withDockerContainer [2020-12-03T00:39:19.520Z] prd-ubuntu18.04-docker-arm64-4c-16g-14229 does not seem to be running inside a container [2020-12-03T00:39:19.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** ci-base-image-arm64 cat [2020-12-03T00:39:21.153Z] $ docker top c32e2e8d10abd90f1a9880df3c8372b048dc91f4f02a97b55e0d56c3a3088a0c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T00:39:21.538Z] ========================================================= [2020-12-03T00:39:21.538Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T00:39:21.538Z] ========================================================= [Pipeline] sh [2020-12-03T00:39:22.185Z] + make test [2020-12-03T00:39:22.185Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T00:39:49.025Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T00:40:45.763Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T00:40:50.098Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T00:40:55.534Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T00:40:55.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T00:40:55.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T00:40:55.534Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T00:41:00.980Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.066s [2020-12-03T00:41:00.980Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T00:41:00.980Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-03T00:41:01.589Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T00:41:02.576Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T00:41:02.576Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T00:41:02.576Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T00:41:02.576Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T00:41:12.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.288s coverage: 46.6% of statements [2020-12-03T00:41:12.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T00:41:12.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T00:41:12.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T00:41:12.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T00:41:12.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T00:41:19.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T00:41:19.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.093s coverage: 100.0% of statements [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T00:41:19.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T00:41:19.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.521s coverage: 66.4% of statements [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T00:41:19.532Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.284s coverage: 82.7% of statements [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T00:41:19.532Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T00:41:27.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.050s coverage: 28.6% of statements [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T00:41:27.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.227s coverage: 100.0% of statements [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T00:41:27.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T00:41:27.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.318s coverage: 86.7% of statements [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T00:41:27.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T00:41:27.800Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T00:41:27.800Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T00:41:33.994Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.998s coverage: 95.2% of statements [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T00:41:33.994Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T00:41:33.994Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.168s coverage: 0.0% of statements [no tests to run] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T00:41:33.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.616s coverage: 63.5% of statements [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T00:41:33.994Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T00:41:33.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2020-12-03T00:41:33.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.095s coverage: 91.3% of statements [2020-12-03T00:41:33.994Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements [2020-12-03T00:41:34.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements [2020-12-03T00:41:35.590Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.077s coverage: 100.0% of statements [2020-12-03T00:41:39.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.909s coverage: 55.9% of statements [2020-12-03T00:41:39.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T00:41:39.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T00:41:39.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T00:41:39.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T00:41:39.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T00:41:39.929Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 49.893s coverage: 86.3% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.534s coverage: 72.2% of statements [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.512s coverage: 72.1% of statements [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.079s coverage: 82.4% of statements [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.065s coverage: 48.4% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.067s coverage: 28.8% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.111s coverage: 96.8% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.350s coverage: 37.2% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.616s coverage: 84.1% of statements [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.120s coverage: 42.9% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.055s coverage: 100.0% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.117s coverage: 83.8% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.389s coverage: 47.1% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.054s coverage: 100.0% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.083s coverage: 100.0% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.931s coverage: 29.1% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.103s coverage: 100.0% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T00:42:26.915Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.082s coverage: 100.0% of statements [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-03T00:42:26.915Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2020-12-03T00:42:27.906Z] GO111MODULE=on go vet ./... [2020-12-03T00:43:49.770Z] gofmt -l . [2020-12-03T00:43:49.770Z] internal/security/proxy/config/config.go [2020-12-03T00:43:49.770Z] [ "`gofmt -l .`" = "" ] [2020-12-03T00:43:49.770Z] make: *** [Makefile:88: test] Error 1 [Pipeline] } [2020-12-03T00:43:49.808Z] $ docker stop --time=1 c32e2e8d10abd90f1a9880df3c8372b048dc91f4f02a97b55e0d56c3a3088a0c [2020-12-03T00:43:52.130Z] $ docker rm -f c32e2e8d10abd90f1a9880df3c8372b048dc91f4f02a97b55e0d56c3a3088a0c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker 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] } [2020-12-03T00:43:54.706Z] 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 Scan) Stage "Snyk 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:43:57.587Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:43:58.919Z] ---> package-listing.sh [2020-12-03T00:43:58.919Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T00:43:58.919Z] ++ facter osfamily [2020-12-03T00:43:59.200Z] + OS_FAMILY=redhat [2020-12-03T00:43:59.200Z] + workspace=/w/workspace/edgex-go/11 [2020-12-03T00:43:59.200Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T00:43:59.200Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T00:43:59.200Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T00:43:59.200Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T00:43:59.200Z] + '[' /w/workspace/edgex-go/11 ']' [2020-12-03T00:43:59.200Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T00:43:59.200Z] + case "${OS_FAMILY}" in [2020-12-03T00:43:59.200Z] + rpm -qa [2020-12-03T00:43:59.200Z] + sort [2020-12-03T00:44:07.542Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T00:44:07.542Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T00:44:07.542Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T00:44:07.542Z] + '[' /w/workspace/edgex-go/11 ']' [2020-12-03T00:44:07.542Z] + mkdir -p /w/workspace/edgex-go/11/archives/ [2020-12-03T00:44:07.542Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/11/archives/ [Pipeline] echo [2020-12-03T00:44:07.567Z] 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/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-03T00:44:07.900Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:44:08.515Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T00:44:08.782Z] [2020-12-03T00:44:08.782Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T00:44:09.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T00:44:09.433Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T00:44:09.433Z] df20fa9351a1: Pulling fs layer [2020-12-03T00:44:09.433Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T00:44:09.433Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T00:44:09.433Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T00:44:09.433Z] 93b61091891f: Pulling fs layer [2020-12-03T00:44:09.433Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T00:44:09.433Z] 5e14af77c1be: Pulling fs layer [2020-12-03T00:44:09.433Z] 01666e4c0597: Pulling fs layer [2020-12-03T00:44:09.433Z] aa168da1d23b: Pulling fs layer [2020-12-03T00:44:09.433Z] 93b9cdb0e59b: Waiting [2020-12-03T00:44:09.433Z] 5e14af77c1be: Waiting [2020-12-03T00:44:09.433Z] 01666e4c0597: Waiting [2020-12-03T00:44:09.433Z] 46f8f816bc3b: Waiting [2020-12-03T00:44:09.433Z] 93b61091891f: Waiting [2020-12-03T00:44:09.433Z] aa168da1d23b: Waiting [2020-12-03T00:44:09.433Z] 36b3adc4ff6f: Verifying Checksum [2020-12-03T00:44:09.433Z] 36b3adc4ff6f: Download complete [2020-12-03T00:44:09.433Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T00:44:09.433Z] 46f8f816bc3b: Download complete [2020-12-03T00:44:09.712Z] df20fa9351a1: Verifying Checksum [2020-12-03T00:44:09.712Z] df20fa9351a1: Download complete [2020-12-03T00:44:09.712Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T00:44:09.712Z] 93b9cdb0e59b: Download complete [2020-12-03T00:44:09.712Z] 5e14af77c1be: Verifying Checksum [2020-12-03T00:44:09.712Z] 5e14af77c1be: Download complete [2020-12-03T00:44:09.712Z] 93b61091891f: Download complete [2020-12-03T00:44:09.712Z] 01666e4c0597: Verifying Checksum [2020-12-03T00:44:09.712Z] 01666e4c0597: Download complete [2020-12-03T00:44:10.506Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T00:44:10.506Z] 8ad3a11d3b57: Download complete [2020-12-03T00:44:10.506Z] df20fa9351a1: Pull complete [2020-12-03T00:44:10.860Z] 36b3adc4ff6f: Pull complete [2020-12-03T00:44:13.622Z] 8ad3a11d3b57: Pull complete [2020-12-03T00:44:13.622Z] 46f8f816bc3b: Pull complete [2020-12-03T00:44:13.622Z] 93b61091891f: Pull complete [2020-12-03T00:44:14.230Z] 93b9cdb0e59b: Pull complete [2020-12-03T00:44:14.508Z] 5e14af77c1be: Pull complete [2020-12-03T00:44:14.508Z] 01666e4c0597: Pull complete [2020-12-03T00:44:14.791Z] aa168da1d23b: Verifying Checksum [2020-12-03T00:44:14.791Z] aa168da1d23b: Download complete [2020-12-03T00:44:27.273Z] aa168da1d23b: Pull complete [2020-12-03T00:44:27.274Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T00:44:27.274Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T00:44:27.274Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T00:44:27.611Z] prd-centos7-docker-4c-2g-14216 does not seem to be running inside a container [2020-12-03T00:44:27.719Z] $ 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/edgex-go/11/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/11 -v /w/workspace/edgex-go/11:/w/workspace/edgex-go/11:rw,z -v /w/workspace/edgex-go/11@tmp:/w/workspace/edgex-go/11@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-03T00:44:32.486Z] $ docker top f21552e16e5754bdb15228c78c4acb51629ea5e93b3446416017ba079a2641c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T00:44:33.596Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T00:44:33.928Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T00:44:34.333Z] + ls /var/log/sa-host [2020-12-03T00:44:34.333Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T00:44:34.333Z] file_magic: OK [2020-12-03T00:44:34.333Z] HZ: Using current value: 100 [2020-12-03T00:44:34.333Z] file_header: OK [2020-12-03T00:44:34.333Z] 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-03T00:44:34.333Z] Statistics: [2020-12-03T00:44:34.333Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-03T00:44:34.333Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T00:44:34.333Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T00:44:34.333Z] file_magic: OK [2020-12-03T00:44:34.333Z] HZ: Using current value: 100 [2020-12-03T00:44:34.333Z] file_header: OK [2020-12-03T00:44:34.333Z] 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-03T00:44:34.333Z] Statistics: [2020-12-03T00:44:34.333Z] Hnuu...uuuununununu... [2020-12-03T00:44:34.333Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T00:44:34.583Z] provisioning config files... [2020-12-03T00:44:34.604Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/11@tmp/config4861810307263190710tmp [Pipeline] { [Pipeline] echo [2020-12-03T00:44:34.683Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:44:35.357Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T00:44:35.397Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T00:44:35.490Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:44:35.854Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T00:44:35.870Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:44:36.244Z] ---> sudo-logs.sh [2020-12-03T00:44:36.244Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T00:44:36.266Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:44:36.613Z] ---> job-cost.sh [2020-12-03T00:44:36.897Z] lf-activate-venv: SKIPPING [2020-12-03T00:44:36.897Z] INFO: No Stack... [2020-12-03T00:44:37.477Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T00:44:38.486Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T00:44:38.505Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T00:44:38.878Z] ---> logs-deploy.sh [2020-12-03T00:44:38.878Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2877/11 [2020-12-03T00:44:38.878Z] INFO: archiving workspace using pattern(s): [2020-12-03T00:44:41.592Z] Archives upload complete. [2020-12-03T00:44:41.592Z] INFO: archiving logs to Nexus [2020-12-03T00:44:43.549Z] ---> uname -a: [2020-12-03T00:44:43.549Z] Linux prd-centos7-docker-4c-2g-14216.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-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] ---> lscpu: [2020-12-03T00:44:43.549Z] Architecture: x86_64 [2020-12-03T00:44:43.549Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-03T00:44:43.549Z] Byte Order: Little Endian [2020-12-03T00:44:43.549Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-03T00:44:43.549Z] CPU(s): 4 [2020-12-03T00:44:43.549Z] On-line CPU(s) list: 0-3 [2020-12-03T00:44:43.549Z] Thread(s) per core: 1 [2020-12-03T00:44:43.549Z] Core(s) per socket: 1 [2020-12-03T00:44:43.549Z] Socket(s): 4 [2020-12-03T00:44:43.549Z] NUMA node(s): 1 [2020-12-03T00:44:43.549Z] Vendor ID: GenuineIntel [2020-12-03T00:44:43.549Z] CPU family: 6 [2020-12-03T00:44:43.549Z] Model: 44 [2020-12-03T00:44:43.549Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-03T00:44:43.549Z] Stepping: 1 [2020-12-03T00:44:43.549Z] CPU MHz: 2933.438 [2020-12-03T00:44:43.549Z] BogoMIPS: 5866.87 [2020-12-03T00:44:43.549Z] Virtualization: VT-x [2020-12-03T00:44:43.549Z] Hypervisor vendor: KVM [2020-12-03T00:44:43.549Z] Virtualization type: full [2020-12-03T00:44:43.549Z] L1d cache: 128 KiB [2020-12-03T00:44:43.549Z] L1i cache: 128 KiB [2020-12-03T00:44:43.549Z] L2 cache: 16 MiB [2020-12-03T00:44:43.549Z] L3 cache: 64 MiB [2020-12-03T00:44:43.549Z] NUMA node0 CPU(s): 0-3 [2020-12-03T00:44:43.549Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-03T00:44:43.549Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-03T00:44:43.549Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-03T00:44:43.549Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-03T00:44:43.549Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-03T00:44:43.549Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-03T00:44:43.549Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-03T00:44:43.549Z] Vulnerability Srbds: Not affected [2020-12-03T00:44:43.549Z] Vulnerability Tsx async abort: Not affected [2020-12-03T00:44:43.549Z] 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-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] ---> nproc: [2020-12-03T00:44:43.549Z] 4 [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] ---> df -h: [2020-12-03T00:44:43.549Z] Filesystem Size Used Available Use% Mounted on [2020-12-03T00:44:43.549Z] overlay 50.0G 8.5G 41.5G 17% / [2020-12-03T00:44:43.549Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-03T00:44:43.549Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-03T00:44:43.549Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/11 [2020-12-03T00:44:43.549Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/11@tmp [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] ---> free -m: [2020-12-03T00:44:43.549Z] total used free shared buff/cache available [2020-12-03T00:44:43.549Z] Mem: 1837 765 115 0 955 980 [2020-12-03T00:44:43.549Z] Swap: 1023 3 1020 [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] ---> ip addr: [2020-12-03T00:44:43.549Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-03T00:44:43.549Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-03T00:44:43.549Z] inet 127.0.0.1/8 scope host lo [2020-12-03T00:44:43.549Z] valid_lft forever preferred_lft forever [2020-12-03T00:44:43.549Z] inet6 ::1/128 scope host [2020-12-03T00:44:43.549Z] valid_lft forever preferred_lft forever [2020-12-03T00:44:43.549Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-03T00:44:43.549Z] link/ether fa:16:3e:64:5f:63 brd ff:ff:ff:ff:ff:ff [2020-12-03T00:44:43.549Z] inet 10.30.123.60/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-03T00:44:43.549Z] valid_lft 85550sec preferred_lft 85550sec [2020-12-03T00:44:43.549Z] inet6 fe80::f816:3eff:fe64:5f63/64 scope link [2020-12-03T00:44:43.549Z] valid_lft forever preferred_lft forever [2020-12-03T00:44:43.549Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-03T00:44:43.549Z] link/ether 02:42:e2:16:a6:65 brd ff:ff:ff:ff:ff:ff [2020-12-03T00:44:43.549Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-03T00:44:43.549Z] valid_lft forever preferred_lft forever [2020-12-03T00:44:43.549Z] inet6 fe80::42:e2ff:fe16:a665/64 scope link [2020-12-03T00:44:43.549Z] valid_lft forever preferred_lft forever [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] ---> sar -b -r -n DEV: [2020-12-03T00:44:43.549Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) [2020-12-03T00:44:43.549Z] [2020-12-03T00:44:43.549Z] 00:30:20 LINUX RESTART (4 CPU) [2020-12-03T00:44:43.550Z] [2020-12-03T00:44:43.550Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-03T00:44:43.550Z] 00:32:01 36.96 17.08 19.87 0.00 1860.73 6421.65 0.00 [2020-12-03T00:44:43.550Z] 00:33:02 49.65 13.06 36.60 0.00 4724.62 3251.14 0.00 [2020-12-03T00:44:43.550Z] 00:34:01 102.72 62.06 40.66 0.00 5258.51 25356.91 0.00 [2020-12-03T00:44:43.550Z] 00:35:01 199.87 46.42 153.45 0.00 2279.49 38591.23 0.00 [2020-12-03T00:44:43.550Z] 00:36:01 185.17 95.84 89.33 0.00 4415.44 13405.65 0.00 [2020-12-03T00:44:43.550Z] 00:37:02 99.11 30.30 68.80 0.00 1126.81 8129.97 0.00 [2020-12-03T00:44:43.550Z] 00:38:01 99.29 51.95 47.34 0.00 1759.27 4498.66 0.00 [2020-12-03T00:44:43.550Z] 00:39:01 27.66 7.12 20.54 0.00 1073.72 1671.98 0.00 [2020-12-03T00:44:43.550Z] 00:40:01 1.63 0.02 1.61 0.00 0.53 29.15 0.00 [2020-12-03T00:44:43.550Z] 00:41:01 0.30 0.00 0.30 0.00 0.00 3.63 0.00 [2020-12-03T00:44:43.550Z] 00:42:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 [2020-12-03T00:44:43.550Z] 00:43:01 0.25 0.00 0.25 0.00 0.00 3.33 0.00 [2020-12-03T00:44:43.550Z] 00:44:02 28.65 28.40 0.25 0.00 3437.14 2.58 0.00 [2020-12-03T00:44:43.550Z] Average: 63.94 27.05 36.89 0.00 1993.01 7786.46 0.00 [2020-12-03T00:44:43.550Z] [2020-12-03T00:44:43.550Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-03T00:44:43.550Z] 00:32:01 104644 0 559400 29.73 2620 1214880 1072664 36.61 466960 1113016 100 [2020-12-03T00:44:43.550Z] 00:33:02 81792 0 669312 35.57 2620 1127820 1348756 46.03 534292 1058400 101204 [2020-12-03T00:44:43.550Z] 00:34:01 75712 0 680004 36.14 2596 1123232 1585968 54.13 652348 939916 71948 [2020-12-03T00:44:43.550Z] 00:35:01 77060 0 727608 38.67 1432 1075444 1544900 52.72 599312 941352 102376 [2020-12-03T00:44:43.550Z] 00:36:01 138844 0 821460 43.66 832 920408 1737696 59.30 680844 786072 54820 [2020-12-03T00:44:43.550Z] 00:37:02 174444 0 855228 45.45 444 851428 1869524 63.80 764176 664672 68648 [2020-12-03T00:44:43.550Z] 00:38:01 262216 0 755008 40.13 444 863876 1646308 56.19 632632 703400 39584 [2020-12-03T00:44:43.550Z] 00:39:01 526812 0 688904 36.61 444 665384 1117768 38.15 534060 556064 20 [2020-12-03T00:44:43.550Z] 00:40:01 532388 0 683324 36.32 444 665388 1081752 36.92 531444 555284 8 [2020-12-03T00:44:43.550Z] 00:41:01 532700 0 683004 36.30 444 665396 1081752 36.92 531560 555284 8 [2020-12-03T00:44:43.550Z] 00:42:01 532060 0 683644 36.33 444 665396 1081836 36.92 532036 555284 8 [2020-12-03T00:44:43.550Z] 00:43:01 531196 0 684444 36.38 444 665460 1081944 36.92 532576 555300 20 [2020-12-03T00:44:43.550Z] 00:44:02 405300 0 708592 37.66 444 767208 1116996 38.12 562100 649276 108 [2020-12-03T00:44:43.550Z] Average: 305782 0 707687 37.61 1050 867025 1335990 45.60 581103 741025 33758 [2020-12-03T00:44:43.550Z] [2020-12-03T00:44:43.550Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-03T00:44:43.550Z] 00:32:01 eth0 552.50 485.52 3166.98 62.57 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:33:02 vethdded170 699.20 516.52 62.85 1749.48 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:33:02 eth0 634.39 785.55 2211.43 121.84 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:33:02 docker0 699.20 516.39 53.29 1749.47 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:34:01 eth0 581.05 625.07 3802.62 57.95 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:34:01 docker0 352.65 262.92 25.97 922.59 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:35:01 eth0 346.92 180.47 1922.35 25.28 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:35:01 veth0f0676d 83.28 113.93 7.89 476.36 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:35:01 docker0 127.80 175.14 9.07 835.80 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:36:01 eth0 36.31 30.98 26.99 73.48 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:36:01 vethd17d093 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:36:01 docker0 0.17 0.18 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:37:02 eth0 26.71 16.91 19.13 10.34 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:37:02 vethd17d093 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:38:01 eth0 15.97 11.56 12.53 7.10 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:38:01 vethd17d093 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:39:01 eth0 2.56 2.28 2.66 1.09 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:40:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:41:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:42:01 eth0 0.87 0.25 0.19 0.08 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:43:01 eth0 1.91 0.60 0.64 0.36 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:44:02 eth0 6.67 4.42 5.72 2.35 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] 00:44:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] Average: eth0 169.51 164.66 857.20 27.91 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] Average: docker0 90.63 73.35 6.79 269.59 0.00 0.00 0.00 0.00 [2020-12-03T00:44:43.550Z] [2020-12-03T00:44:43.550Z] [2020-12-03T00:44:43.550Z] ---> sar -P ALL: [2020-12-03T00:44:43.550Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) [2020-12-03T00:44:43.550Z] [2020-12-03T00:44:43.550Z] 00:30:20 LINUX RESTART (4 CPU) [2020-12-03T00:44:43.550Z] [2020-12-03T00:44:43.550Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2020-12-03T00:44:43.550Z] 00:32:01 all 11.63 0.00 2.85 0.81 13.20 71.51 [2020-12-03T00:44:43.550Z] 00:32:01 0 7.49 0.00 2.84 1.17 17.13 71.38 [2020-12-03T00:44:43.550Z] 00:32:01 1 13.98 0.00 2.43 0.40 12.51 70.69 [2020-12-03T00:44:43.550Z] 00:32:01 2 14.56 0.00 3.46 0.96 13.10 67.92 [2020-12-03T00:44:43.550Z] 00:32:01 3 10.66 0.00 2.70 0.70 9.93 76.00 [2020-12-03T00:44:43.550Z] 00:33:02 all 4.24 0.00 3.51 1.39 16.51 74.35 [2020-12-03T00:44:43.550Z] 00:33:02 0 4.31 0.00 3.75 0.50 18.13 73.32 [2020-12-03T00:44:43.550Z] 00:33:02 1 4.18 0.00 3.46 1.10 15.90 75.37 [2020-12-03T00:44:43.550Z] 00:33:02 2 4.26 0.00 3.45 3.58 16.21 72.51 [2020-12-03T00:44:43.550Z] 00:33:02 3 4.20 0.00 3.41 0.40 15.83 76.16 [2020-12-03T00:44:43.550Z] 00:34:01 all 6.44 0.00 2.94 0.84 20.34 69.44 [2020-12-03T00:44:43.550Z] 00:34:01 0 10.92 0.00 3.39 0.94 22.58 62.17 [2020-12-03T00:44:43.550Z] 00:34:01 1 4.95 0.00 2.41 0.51 20.31 71.82 [2020-12-03T00:44:43.550Z] 00:34:01 2 5.31 0.00 3.52 1.50 20.16 69.51 [2020-12-03T00:44:43.550Z] 00:34:01 3 4.83 0.00 2.48 0.46 18.42 73.81 [2020-12-03T00:44:43.550Z] 00:35:01 all 5.63 0.00 4.83 3.05 20.76 65.72 [2020-12-03T00:44:43.550Z] 00:35:01 0 5.36 0.00 5.29 2.70 21.43 65.22 [2020-12-03T00:44:43.550Z] 00:35:01 1 6.42 0.00 4.65 3.49 20.81 64.63 [2020-12-03T00:44:43.550Z] 00:35:01 2 5.54 0.00 5.01 3.12 20.83 65.49 [2020-12-03T00:44:43.550Z] 00:35:01 3 5.21 0.00 4.38 2.90 19.96 67.55 [2020-12-03T00:44:43.550Z] 00:36:01 all 16.41 0.00 7.46 5.46 24.78 45.90 [2020-12-03T00:44:43.550Z] 00:36:01 0 13.79 0.00 7.02 5.85 25.30 48.04 [2020-12-03T00:44:43.550Z] 00:36:01 1 21.67 0.00 8.21 6.95 23.51 39.67 [2020-12-03T00:44:43.550Z] 00:36:01 2 15.26 0.00 7.14 4.18 25.59 47.83 [2020-12-03T00:44:43.550Z] 00:36:01 3 15.20 0.00 7.50 4.91 24.66 47.72 [2020-12-03T00:44:43.550Z] 00:37:02 all 41.81 0.00 12.92 2.51 24.35 18.40 [2020-12-03T00:44:43.550Z] 00:37:02 0 37.68 0.00 12.59 1.95 25.77 22.01 [2020-12-03T00:44:43.550Z] 00:37:02 1 47.29 0.00 13.54 1.47 22.67 15.03 [2020-12-03T00:44:43.550Z] 00:37:02 2 41.53 0.00 12.62 3.97 22.77 19.12 [2020-12-03T00:44:43.550Z] 00:37:02 3 41.00 0.00 12.95 2.64 26.18 17.23 [2020-12-03T00:44:43.550Z] 00:38:01 all 37.03 0.00 12.43 2.72 28.91 18.90 [2020-12-03T00:44:43.550Z] 00:38:01 0 35.16 0.00 11.57 3.00 30.49 19.79 [2020-12-03T00:44:43.550Z] 00:38:01 1 38.69 0.00 12.72 2.67 27.74 18.17 [2020-12-03T00:44:43.550Z] 00:38:01 2 35.23 0.00 12.76 1.72 28.69 21.60 [2020-12-03T00:44:43.550Z] 00:38:01 3 39.18 0.00 12.72 3.50 28.68 15.93 [2020-12-03T00:44:43.550Z] 00:39:01 all 5.36 0.00 2.90 0.84 4.88 86.02 [2020-12-03T00:44:43.550Z] 00:39:01 0 5.49 0.00 2.83 0.28 4.64 86.75 [2020-12-03T00:44:43.550Z] 00:39:01 1 5.89 0.00 3.15 1.31 4.62 85.03 [2020-12-03T00:44:43.550Z] 00:39:01 2 5.09 0.00 2.75 0.20 5.15 86.81 [2020-12-03T00:44:43.550Z] 00:39:01 3 4.99 0.00 2.87 1.58 5.09 85.47 [2020-12-03T00:44:43.551Z] 00:40:01 all 0.06 0.00 0.03 0.00 1.21 98.71 [2020-12-03T00:44:43.551Z] 00:40:01 0 0.02 0.00 0.03 0.00 0.48 99.47 [2020-12-03T00:44:43.551Z] 00:40:01 1 0.00 0.00 0.02 0.00 1.17 98.81 [2020-12-03T00:44:43.551Z] 00:40:01 2 0.03 0.00 0.03 0.00 1.11 98.83 [2020-12-03T00:44:43.551Z] 00:40:01 3 0.18 0.00 0.03 0.00 2.06 97.72 [2020-12-03T00:44:43.551Z] 00:41:01 all 0.07 0.00 0.27 0.00 1.61 98.05 [2020-12-03T00:44:43.551Z] 00:41:01 0 0.02 0.00 0.03 0.00 2.15 97.80 [2020-12-03T00:44:43.551Z] 00:41:01 1 0.16 0.00 0.15 0.00 2.34 97.35 [2020-12-03T00:44:43.551Z] 00:41:01 2 0.00 0.00 0.07 0.00 0.40 99.54 [2020-12-03T00:44:43.551Z] 00:41:01 3 0.08 0.00 0.85 0.00 1.52 97.55 [2020-12-03T00:44:43.551Z] 00:42:01 all 0.07 0.00 0.05 0.00 0.62 99.25 [2020-12-03T00:44:43.551Z] 00:42:01 0 0.03 0.00 0.05 0.00 1.22 98.70 [2020-12-03T00:44:43.551Z] 00:42:01 1 0.20 0.00 0.12 0.00 0.48 99.20 [2020-12-03T00:44:43.551Z] 00:42:01 2 0.02 0.00 0.03 0.00 0.25 99.70 [2020-12-03T00:44:43.551Z] 00:42:01 3 0.03 0.00 0.02 0.00 0.53 99.42 [2020-12-03T00:44:43.551Z] [2020-12-03T00:44:43.551Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2020-12-03T00:44:43.551Z] 00:43:01 all 0.06 0.00 0.03 0.00 1.19 98.72 [2020-12-03T00:44:43.551Z] 00:43:01 0 0.02 0.00 0.02 0.00 0.88 99.09 [2020-12-03T00:44:43.551Z] 00:43:01 1 0.12 0.00 0.05 0.00 0.68 99.15 [2020-12-03T00:44:43.551Z] 00:43:01 2 0.08 0.00 0.02 0.00 1.45 98.45 [2020-12-03T00:44:43.551Z] 00:43:01 3 0.02 0.00 0.03 0.00 1.74 98.21 [2020-12-03T00:44:43.551Z] 00:44:02 all 0.46 0.00 0.24 0.90 0.76 97.63 [2020-12-03T00:44:43.551Z] 00:44:02 0 0.08 0.00 0.13 0.03 0.70 99.05 [2020-12-03T00:44:43.551Z] 00:44:02 1 0.46 0.00 0.20 0.38 0.66 98.29 [2020-12-03T00:44:43.551Z] 00:44:02 2 0.55 0.00 0.18 0.20 0.70 98.37 [2020-12-03T00:44:43.551Z] 00:44:02 3 0.75 0.00 0.45 2.99 1.00 94.81 [2020-12-03T00:44:43.551Z] Average: all 9.45 0.00 3.75 1.41 12.09 73.30 [2020-12-03T00:44:43.551Z] Average: 0 8.91 0.00 3.72 1.26 13.04 73.06 [2020-12-03T00:44:43.551Z] Average: 1 10.38 0.00 3.74 1.38 11.62 72.89 [2020-12-03T00:44:43.551Z] Average: 2 9.40 0.00 3.82 1.50 11.92 73.36 [2020-12-03T00:44:43.551Z] Average: 3 9.13 0.00 3.72 1.51 11.77 73.86 [2020-12-03T00:44:43.551Z] [2020-12-03T00:44:43.551Z] [2020-12-03T00:44:43.551Z]