Pull request #2907 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d85516f40ca6c8d490d489d2ef21024d2ab3ac83+bf1562a30e64813b3624222132b02fbfc19d5e34 (bb87c347f9ea8e3887db61e007604443d3977367) 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-14019 in /w/workspace/edgexfoundry_edgex-go_PR-2907 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 > 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 Merging remotes/origin/master commit bf1562a30e64813b3624222132b02fbfc19d5e34 into PR head commit d85516f40ca6c8d490d489d2ef21024d2ab3ac83 Merge succeeded, producing d85516f40ca6c8d490d489d2ef21024d2ab3ac83 Checking out Revision d85516f40ca6c8d490d489d2ef21024d2ab3ac83 (PR-2907) > 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/2907/head:refs/remotes/origin/PR-2907 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d85516f40ca6c8d490d489d2ef21024d2ab3ac83 # 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 bf1562a30e64813b3624222132b02fbfc19d5e34 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d85516f40ca6c8d490d489d2ef21024d2ab3ac83 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk aaa3f72ab94d3b5cedc20bfbda669fbc82273b37 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-01T11:15:42.547Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-01T11:15:42.818Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-01T11:15:42.920Z] ========================================================= [2020-12-01T11:15:42.920Z] EdgeX Global Pipelines Version Info [2020-12-01T11:15:42.920Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:15:44.781Z] ------------------- [2020-12-01T11:15:44.781Z] stable info: [2020-12-01T11:15:44.781Z] ------------------- [2020-12-01T11:15:44.781Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-01T11:15:44.781Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-01T11:15:44.781Z] Message: update stable to v1.0.169 [2020-12-01T11:15:46.231Z] ------------------- [2020-12-01T11:15:46.231Z] experimental info: [2020-12-01T11:15:46.231Z] ------------------- [2020-12-01T11:15:46.231Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-01T11:15:46.231Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-01T11:15:46.231Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-01T11:15:46.542Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-01T11:15:46.690Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-01T11:15:46.785Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-01T11:15:46.877Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-01T11:15:46.965Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-01T11:15:47.048Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-01T11:15:47.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-01T11:15:47.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-01T11:15:47.328Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-01T11:15:47.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-01T11:15:47.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-01T11:15:47.611Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-01T11:15:47.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-01T11:15:47.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-01T11:15:47.927Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-01T11:15:48.011Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-01T11:15:48.156Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-01T11:15:48.238Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-01T11:15:48.331Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-01T11:15:48.417Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-01T11:15:48.531Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-01T11:15:48.633Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-01T11:15:48.720Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2907 [Pipeline] echo [2020-12-01T11:15:48.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2907 [Pipeline] echo [2020-12-01T11:15:48.901Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2907 [Pipeline] echo [2020-12-01T11:15:48.999Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d85516f40ca6c8d490d489d2ef21024d2ab3ac83 [Pipeline] echo [2020-12-01T11:15:49.101Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d85516f [Pipeline] echo [2020-12-01T11:15:49.192Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-01T11:15:49.391Z] provisioning config files... [2020-12-01T11:15:49.434Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3632432958244984204tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:15:49.838Z] ---> docker-login.sh [2020-12-01T11:15:49.838Z] nexus3.edgexfoundry.org:10001 [2020-12-01T11:15:50.451Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:15:50.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:15:50.745Z] Configure a credential helper to remove this warning. See [2020-12-01T11:15:50.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:15:50.745Z] [2020-12-01T11:15:50.745Z] Login Succeeded [2020-12-01T11:15:50.745Z] nexus3.edgexfoundry.org:10002 [2020-12-01T11:15:51.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:15:51.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:15:51.015Z] Configure a credential helper to remove this warning. See [2020-12-01T11:15:51.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:15:51.015Z] [2020-12-01T11:15:51.015Z] Login Succeeded [2020-12-01T11:15:51.015Z] nexus3.edgexfoundry.org:10003 [2020-12-01T11:15:51.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:15:51.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:15:51.283Z] Configure a credential helper to remove this warning. See [2020-12-01T11:15:51.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:15:51.283Z] [2020-12-01T11:15:51.283Z] Login Succeeded [2020-12-01T11:15:51.283Z] nexus3.edgexfoundry.org:10004 [2020-12-01T11:15:51.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:15:51.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:15:51.560Z] Configure a credential helper to remove this warning. See [2020-12-01T11:15:51.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:15:51.560Z] [2020-12-01T11:15:51.560Z] Login Succeeded [2020-12-01T11:15:51.560Z] docker.io [2020-12-01T11:15:51.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:15:52.106Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:15:52.106Z] Configure a credential helper to remove this warning. See [2020-12-01T11:15:52.106Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:15:52.106Z] [2020-12-01T11:15:52.106Z] Login Succeeded [2020-12-01T11:15:52.106Z] ---> docker-login.sh ends [Pipeline] } [2020-12-01T11:15:52.127Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-01T11:15:52.674Z] ++ 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-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] ++ dirname cmd/core-command/Dockerfile [2020-12-01T11:15:52.674Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/core-data/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/support-logging/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-01T11:15:52.674Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-01T11:15:52.674Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-01T11:15:52.674Z] ++ cut -d/ -f2 [2020-12-01T11:15:52.674Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-01T11:15:52.841Z] 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-01T11:15:53.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-01T11:15:53.816Z] [2020-12-01T11:15:53.816Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:15:54.322Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-01T11:15:54.322Z] latest: Pulling from edgex-devops/git-semver [2020-12-01T11:15:54.322Z] 31603596830f: Pulling fs layer [2020-12-01T11:15:54.322Z] 2a8b12db71e7: Pulling fs layer [2020-12-01T11:15:54.322Z] 6ca5941a6612: Pulling fs layer [2020-12-01T11:15:54.322Z] ecc8261a40a4: Pulling fs layer [2020-12-01T11:15:54.322Z] ecc8261a40a4: Waiting [2020-12-01T11:15:54.322Z] 2a8b12db71e7: Verifying Checksum [2020-12-01T11:15:54.322Z] 2a8b12db71e7: Download complete [2020-12-01T11:15:54.619Z] 31603596830f: Verifying Checksum [2020-12-01T11:15:54.619Z] 31603596830f: Download complete [2020-12-01T11:15:54.917Z] ecc8261a40a4: Verifying Checksum [2020-12-01T11:15:54.917Z] ecc8261a40a4: Download complete [2020-12-01T11:15:54.917Z] 6ca5941a6612: Verifying Checksum [2020-12-01T11:15:54.917Z] 6ca5941a6612: Download complete [2020-12-01T11:15:55.551Z] 31603596830f: Pull complete [2020-12-01T11:15:55.831Z] 2a8b12db71e7: Pull complete [2020-12-01T11:15:57.343Z] 6ca5941a6612: Pull complete [2020-12-01T11:15:57.964Z] ecc8261a40a4: Pull complete [2020-12-01T11:15:57.964Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-01T11:15:57.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-01T11:15:57.964Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-01T11:15:58.205Z] prd-centos7-docker-4c-2g-14019 does not seem to be running inside a container [2020-12-01T11:15:58.375Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-01T11:16:00.633Z] $ docker top a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-01T11:16:01.027Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-01T11:16:01.027Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-01T11:16:01.649Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-01T11:16:01.658Z] $ docker exec a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 ssh-agent [2020-12-01T11:16:02.452Z] SSH_AUTH_SOCK=/tmp/ssh-MmCE0SKtAsJ0/agent.11 [2020-12-01T11:16:02.452Z] SSH_AGENT_PID=16 [2020-12-01T11:16:02.499Z] Running ssh-add (command line suppressed) [2020-12-01T11:16:02.948Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6026214232913443250.key (/w/workspace/edgex-go/2@tmp/private_key_6026214232913443250.key) [2020-12-01T11:16:03.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-01T11:16:03.430Z] + git tag --points-at HEAD [Pipeline] } [2020-12-01T11:16:03.749Z] $ docker exec --env ******** --env ******** a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 ssh-agent -k [2020-12-01T11:16:03.981Z] unset SSH_AUTH_SOCK; [2020-12-01T11:16:03.982Z] unset SSH_AGENT_PID; [2020-12-01T11:16:03.982Z] echo Agent pid 16 killed; [2020-12-01T11:16:04.107Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-01T11:16:04.246Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-01T11:16:04.246Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-01T11:16:04.554Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-01T11:16:04.562Z] $ docker exec a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 ssh-agent [2020-12-01T11:16:04.925Z] SSH_AUTH_SOCK=/tmp/ssh-zCaCyWu68viX/agent.44 [2020-12-01T11:16:04.925Z] SSH_AGENT_PID=50 [2020-12-01T11:16:04.938Z] Running ssh-add (command line suppressed) [2020-12-01T11:16:05.300Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5436029659034035251.key (/w/workspace/edgex-go/2@tmp/private_key_5436029659034035251.key) [2020-12-01T11:16:05.387Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-01T11:16:05.759Z] + git semver init [2020-12-01T11:16:05.759Z] # -> Open(): unable to determine branch for HEAD [2020-12-01T11:16:05.759Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-01T11:16:05.759Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-01T11:16:05.759Z] # $SEMVER_REMOTE_NAME = origin [2020-12-01T11:16:05.759Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-01T11:16:05.759Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-01T11:16:05.759Z] # $SEMVER_BRANCH = PR-2907 [2020-12-01T11:16:05.759Z] # $SEMVER_TEMP = /tmp/semver-675980587 [2020-12-01T11:16:05.759Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-01T11:16:38.290Z] # '/tmp/semver-675980587' -> '/w/workspace/edgex-go/2/.semver' [2020-12-01T11:16:38.290Z] # -> Force: false [2020-12-01T11:16:38.290Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-01T11:16:38.327Z] $ docker exec --env ******** --env ******** a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 ssh-agent -k [2020-12-01T11:16:38.761Z] unset SSH_AUTH_SOCK; [2020-12-01T11:16:38.761Z] unset SSH_AGENT_PID; [2020-12-01T11:16:38.761Z] echo Agent pid 50 killed; [2020-12-01T11:16:38.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-01T11:16:39.503Z] + git semver [Pipeline] } [2020-12-01T11:16:39.578Z] $ docker stop --time=1 a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 [2020-12-01T11:16:41.548Z] $ docker rm -f a5f4656026856fbafb83f8d90d35cee75f17daa8e99f2e8462825ee649e2d457 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-01T11:16:42.165Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-01T11:16:42.972Z] Stashed 1 file(s) [Pipeline] echo [2020-12-01T11:16:42.975Z] [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-01T11:16:44.182Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-01T11:16:44.558Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-01T11:16:44.889Z] + sudo service docker restart [2020-12-01T11:16:44.889Z] + true [2020-12-01T11:16:44.889Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-01T11:16:45.960Z] ========================================================= [2020-12-01T11:16:45.960Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-01T11:16:45.960Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:16:46.333Z] + 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-01T11:16:51.754Z] Sending build context to Docker daemon 326MB [2020-12-01T11:16:51.754Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-01T11:16:51.754Z] Step 2/7 : FROM ${BASE} [2020-12-01T11:16:51.754Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-01T11:16:51.754Z] df20fa9351a1: Pulling fs layer [2020-12-01T11:16:51.754Z] ed8968b2872e: Pulling fs layer [2020-12-01T11:16:51.754Z] a92cc7c5fd73: Pulling fs layer [2020-12-01T11:16:51.754Z] e871e8e8d7a9: Pulling fs layer [2020-12-01T11:16:51.754Z] e73272ec9a57: Pulling fs layer [2020-12-01T11:16:51.754Z] 1e910a182e73: Pulling fs layer [2020-12-01T11:16:51.754Z] 4e634b169226: Pulling fs layer [2020-12-01T11:16:51.754Z] 1e910a182e73: Waiting [2020-12-01T11:16:51.754Z] e73272ec9a57: Waiting [2020-12-01T11:16:51.754Z] 4e634b169226: Waiting [2020-12-01T11:16:51.754Z] e871e8e8d7a9: Waiting [2020-12-01T11:16:51.754Z] a92cc7c5fd73: Verifying Checksum [2020-12-01T11:16:51.754Z] a92cc7c5fd73: Download complete [2020-12-01T11:16:51.754Z] ed8968b2872e: Verifying Checksum [2020-12-01T11:16:51.754Z] ed8968b2872e: Download complete [2020-12-01T11:16:51.754Z] e73272ec9a57: Download complete [2020-12-01T11:16:51.754Z] df20fa9351a1: Verifying Checksum [2020-12-01T11:16:51.754Z] df20fa9351a1: Download complete [2020-12-01T11:16:51.754Z] 1e910a182e73: Verifying Checksum [2020-12-01T11:16:51.754Z] 1e910a182e73: Download complete [2020-12-01T11:16:52.423Z] df20fa9351a1: Pull complete [2020-12-01T11:16:52.708Z] ed8968b2872e: Pull complete [2020-12-01T11:16:53.320Z] a92cc7c5fd73: Pull complete [2020-12-01T11:16:55.335Z] 4e634b169226: Verifying Checksum [2020-12-01T11:16:55.335Z] 4e634b169226: Download complete [2020-12-01T11:16:55.936Z] e871e8e8d7a9: Verifying Checksum [2020-12-01T11:16:55.936Z] e871e8e8d7a9: Download complete [2020-12-01T11:16:58.411Z] Still waiting to schedule task [2020-12-01T11:16:58.411Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-12-01T11:17:04.286Z] e871e8e8d7a9: Pull complete [2020-12-01T11:17:04.937Z] e73272ec9a57: Pull complete [2020-12-01T11:17:05.227Z] 1e910a182e73: Pull complete [2020-12-01T11:17:10.668Z] 4e634b169226: Pull complete [2020-12-01T11:17:10.668Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-12-01T11:17:10.668Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-01T11:17:10.668Z] ---> f7629b54cfaa [2020-12-01T11:17:10.668Z] 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-01T11:17:10.668Z] ---> Running in 60bf9cf61abc [2020-12-01T11:17:11.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-01T11:17:12.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-01T11:17:13.185Z] (1/12) Installing libmagic (5.38-r0) [2020-12-01T11:17:13.765Z] (2/12) Installing file (5.38-r0) [2020-12-01T11:17:13.765Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-01T11:17:13.765Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-01T11:17:32.021Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-01T11:17:32.021Z] (6/12) Installing patch (2.7.6-r6) [2020-12-01T11:17:32.021Z] (7/12) Installing build-base (0.5-r2) [2020-12-01T11:17:32.021Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-01T11:17:32.021Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-01T11:17:32.021Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-01T11:17:32.021Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-01T11:17:32.021Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-01T11:17:32.021Z] Executing busybox-1.31.1-r16.trigger [2020-12-01T11:17:32.021Z] OK: 233 MiB in 51 packages [2020-12-01T11:17:33.988Z] Removing intermediate container 60bf9cf61abc [2020-12-01T11:17:33.988Z] ---> 0822ac54623f [2020-12-01T11:17:33.988Z] Step 4/7 : WORKDIR /edgex-go [2020-12-01T11:17:33.988Z] ---> Running in 71e8d5996010 [2020-12-01T11:17:33.988Z] Removing intermediate container 71e8d5996010 [2020-12-01T11:17:33.988Z] ---> b9bf40a3f007 [2020-12-01T11:17:33.988Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-01T11:17:34.585Z] latest: Pulling from library/docker [2020-12-01T11:17:34.895Z] 188c0c94c7c5: Pulling fs layer [2020-12-01T11:17:34.895Z] 0c7c675703d6: Pulling fs layer [2020-12-01T11:17:34.895Z] cc8c12a437cb: Pulling fs layer [2020-12-01T11:17:34.895Z] c5dafad2182a: Pulling fs layer [2020-12-01T11:17:34.895Z] 5aa711733414: Pulling fs layer [2020-12-01T11:17:34.895Z] 058f73b55e4b: Pulling fs layer [2020-12-01T11:17:34.895Z] 8c9c664faf12: Pulling fs layer [2020-12-01T11:17:34.895Z] 5aa711733414: Waiting [2020-12-01T11:17:34.895Z] 058f73b55e4b: Waiting [2020-12-01T11:17:34.895Z] c5dafad2182a: Waiting [2020-12-01T11:17:34.895Z] 8c9c664faf12: Waiting [2020-12-01T11:17:34.895Z] cc8c12a437cb: Download complete [2020-12-01T11:17:35.252Z] 188c0c94c7c5: Verifying Checksum [2020-12-01T11:17:35.252Z] 188c0c94c7c5: Download complete [2020-12-01T11:17:35.252Z] 0c7c675703d6: Verifying Checksum [2020-12-01T11:17:35.252Z] 0c7c675703d6: Download complete [2020-12-01T11:17:35.252Z] 5aa711733414: Verifying Checksum [2020-12-01T11:17:35.252Z] 5aa711733414: Download complete [2020-12-01T11:17:35.252Z] 058f73b55e4b: Verifying Checksum [2020-12-01T11:17:35.252Z] 058f73b55e4b: Download complete [2020-12-01T11:17:35.620Z] 188c0c94c7c5: Pull complete [2020-12-01T11:17:35.620Z] 8c9c664faf12: Verifying Checksum [2020-12-01T11:17:35.620Z] 8c9c664faf12: Download complete [2020-12-01T11:17:35.925Z] 0c7c675703d6: Pull complete [2020-12-01T11:17:36.199Z] cc8c12a437cb: Pull complete [2020-12-01T11:17:36.873Z] c5dafad2182a: Verifying Checksum [2020-12-01T11:17:36.873Z] c5dafad2182a: Download complete [2020-12-01T11:17:41.294Z] c5dafad2182a: Pull complete [2020-12-01T11:17:41.294Z] 5aa711733414: Pull complete [2020-12-01T11:17:41.294Z] 058f73b55e4b: Pull complete [2020-12-01T11:17:41.294Z] 8c9c664faf12: Pull complete [2020-12-01T11:17:41.294Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-12-01T11:17:41.294Z] Status: Downloaded newer image for docker:latest [2020-12-01T11:17:43.269Z] ---> c8f13f149c8e [2020-12-01T11:17:43.270Z] Step 6/7 : COPY go.mod . [2020-12-01T11:17:43.557Z] ---> 6845a695876f [2020-12-01T11:17:43.557Z] Step 7/7 : RUN go mod download [2020-12-01T11:17:43.557Z] ---> Running in d4b5cd577d2f [2020-12-01T11:18:05.713Z] Removing intermediate container d4b5cd577d2f [2020-12-01T11:18:05.713Z] ---> 03917389b011 [2020-12-01T11:18:05.978Z] Successfully built 03917389b011 [2020-12-01T11:18:05.978Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:18:06.399Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-01T11:18:06.666Z] . [Pipeline] withDockerContainer [2020-12-01T11:18:06.899Z] prd-centos7-docker-4c-2g-14019 does not seem to be running inside a container [2020-12-01T11:18:06.984Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-01T11:18:08.293Z] $ docker top 29f622927b742c14308b4f2dc7ef1c1f4542729d9651f59522492a769dd5a7de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T11:18:08.944Z] + go version [2020-12-01T11:18:08.944Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-12-01T11:18:08.978Z] $ docker stop --time=1 29f622927b742c14308b4f2dc7ef1c1f4542729d9651f59522492a769dd5a7de [2020-12-01T11:18:10.788Z] $ docker rm -f 29f622927b742c14308b4f2dc7ef1c1f4542729d9651f59522492a769dd5a7de [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:18:12.062Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-01T11:18:12.062Z] . [Pipeline] withDockerContainer [2020-12-01T11:18:12.270Z] prd-centos7-docker-4c-2g-14019 does not seem to be running inside a container [2020-12-01T11:18:12.351Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-01T11:18:13.512Z] $ docker top 6aae457c0d5cf5c9b1ee60624b616706e5bcd85e22caf5c8fde94dedc64f223a -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-01T11:18:13.777Z] ========================================================= [2020-12-01T11:18:13.777Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-01T11:18:13.777Z] ========================================================= [Pipeline] sh [2020-12-01T11:18:14.090Z] + make test [2020-12-01T11:18:14.091Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-01T11:18:26.641Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-01T11:18:53.925Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-01T11:19:05.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-01T11:19:05.787Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-01T11:19:05.787Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-01T11:19:05.787Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-01T11:19:06.307Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-01T11:19:10.073Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.067s [2020-12-01T11:19:10.073Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-01T11:19:10.073Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-01T11:19:11.623Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-01T11:19:12.276Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-01T11:19:12.276Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-01T11:19:12.276Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-01T11:19:12.276Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-01T11:19:19.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.319s coverage: 46.6% of statements [2020-12-01T11:19:19.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-01T11:19:19.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-01T11:19:19.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-01T11:19:19.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-01T11:19:19.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-01T11:19:19.315Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.test] [2020-12-01T11:19:19.315Z] internal/core/data/v2/controller/http/event_test.go:151:42: noSimpleFloatEnconding.Event.Readings[0].FloatEncoding undefined (type dtos.BaseReading has no field or method FloatEncoding) [2020-12-01T11:19:19.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.219s coverage: 27.1% of statements [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-01T11:19:19.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-01T11:19:19.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-01T11:19:19.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.196s coverage: 68.4% of statements [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-01T11:19:19.928Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-01T11:19:19.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-01T11:19:25.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.759s coverage: 28.6% of statements [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-01T11:19:25.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.208s coverage: 100.0% of statements [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-01T11:19:25.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.059s coverage: 100.0% of statements [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-01T11:19:25.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.307s coverage: 86.7% of statements [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-01T11:19:25.776Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.169s coverage: 97.5% of statements [2020-12-01T11:19:25.776Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-01T11:19:25.777Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.115s coverage: 78.3% of statements [2020-12-01T11:19:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-01T11:19:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-01T11:19:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-01T11:19:25.777Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-01T11:19:28.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.553s coverage: 95.7% of statements [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-01T11:19:28.037Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.121s coverage: 58.8% of statements [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-01T11:19:28.037Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.126s coverage: 0.0% of statements [no tests to run] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-01T11:19:28.037Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-01T11:19:29.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.481s coverage: 63.5% of statements [2020-12-01T11:19:29.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-01T11:19:29.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-01T11:19:29.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2020-12-01T11:19:29.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2020-12-01T11:19:29.210Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.061s coverage: 100.0% of statements [2020-12-01T11:19:29.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2020-12-01T11:19:29.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2020-12-01T11:19:32.807Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.843s coverage: 55.9% of statements [2020-12-01T11:19:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-01T11:19:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-01T11:19:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-01T11:19:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-01T11:19:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-01T11:19:32.807Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-01T11:19:37.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 6.723s coverage: 86.3% of statements [2020-12-01T11:19:37.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-01T11:19:37.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.085s coverage: 72.2% of statements [2020-12-01T11:19:37.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.832s coverage: 72.1% of statements [2020-12-01T11:19:37.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.051s coverage: 82.4% of statements [2020-12-01T11:19:37.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements [2020-12-01T11:19:37.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-01T11:19:37.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-01T11:19:37.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-01T11:19:37.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.070s coverage: 28.8% of statements [2020-12-01T11:19:37.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-01T11:19:37.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.116s coverage: 96.8% of statements [2020-12-01T11:19:37.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-01T11:19:37.639Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.148s coverage: 37.2% of statements [2020-12-01T11:19:37.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-01T11:19:37.639Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-01T11:19:38.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.495s coverage: 84.1% of statements [2020-12-01T11:19:38.302Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.152s coverage: 100.0% of statements [2020-12-01T11:19:38.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.059s coverage: 42.9% of statements [2020-12-01T11:19:38.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-01T11:19:38.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-01T11:19:38.963Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.084s coverage: 100.0% of statements [2020-12-01T11:19:38.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-01T11:19:39.281Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.057s coverage: 83.8% of statements [2020-12-01T11:19:39.281Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-01T11:19:40.374Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14021 in /w/workspace/edgexfoundry_edgex-go_PR-2907 [Pipeline] { [Pipeline] ws [2020-12-01T11:19:40.485Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-01T11:19:43.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.284s coverage: 47.1% of statements [2020-12-01T11:19:43.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-01T11:19:43.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-01T11:19:43.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.065s coverage: 100.0% of statements [2020-12-01T11:19:43.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-01T11:19:43.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-01T11:19:43.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-01T11:19:43.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.076s coverage: 100.0% of statements [2020-12-01T11:19:43.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-01T11:19:43.110Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements [2020-12-01T11:19:43.110Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-01T11:19:45.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.228s coverage: 29.1% of statements [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-01T11:19:45.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.141s coverage: 99.0% of statements [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-01T11:19:45.886Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-01T11:19:45.886Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-01T11:19:45.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-01T11:19:45.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-01T11:19:45.886Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-01T11:19:45.886Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements [2020-12-01T11:19:46.102Z] using credential edgex-jenkins-ssh [2020-12-01T11:19:46.174Z] Cloning the remote Git repository [2020-12-01T11:19:46.239Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-01T11:19:46.364Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-01T11:19:46.463Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-01T11:19:46.465Z] > git --version # timeout=10 [2020-12-01T11:19:46.484Z] > git --version # 'git version 2.17.1' [2020-12-01T11:19:46.485Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T11:19:46.554Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-01T11:19:46.850Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.052s coverage: 32.1% of statements [2020-12-01T11:19:46.850Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-01T11:19:46.850Z] FAIL [2020-12-01T11:19:47.114Z] make: *** [Makefile:85: test] Error 2 [Pipeline] } [2020-12-01T11:19:47.146Z] $ docker stop --time=1 6aae457c0d5cf5c9b1ee60624b616706e5bcd85e22caf5c8fde94dedc64f223a [2020-12-01T11:19:49.807Z] $ docker rm -f 6aae457c0d5cf5c9b1ee60624b616706e5bcd85e22caf5c8fde94dedc64f223a [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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-01T11:19:52.711Z] Failed in branch amd64 [2020-12-01T11:20:07.905Z] Merging remotes/origin/master commit bf1562a30e64813b3624222132b02fbfc19d5e34 into PR head commit d85516f40ca6c8d490d489d2ef21024d2ab3ac83 [2020-12-01T11:20:08.355Z] Merge succeeded, producing d85516f40ca6c8d490d489d2ef21024d2ab3ac83 [2020-12-01T11:20:08.355Z] Checking out Revision d85516f40ca6c8d490d489d2ef21024d2ab3ac83 (PR-2907) [2020-12-01T11:20:07.129Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-01T11:20:07.150Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-01T11:20:07.229Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-01T11:20:07.288Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-01T11:20:07.289Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T11:20:07.317Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2907/head:refs/remotes/origin/PR-2907 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-01T11:20:07.929Z] > git config core.sparsecheckout # timeout=10 [2020-12-01T11:20:07.950Z] > git checkout -f d85516f40ca6c8d490d489d2ef21024d2ab3ac83 # timeout=10 [2020-12-01T11:20:08.281Z] > git remote # timeout=10 [2020-12-01T11:20:08.296Z] > git config --get remote.origin.url # timeout=10 [2020-12-01T11:20:08.307Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-01T11:20:08.318Z] > git merge bf1562a30e64813b3624222132b02fbfc19d5e34 # timeout=10 [2020-12-01T11:20:08.343Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-01T11:20:08.365Z] > git config core.sparsecheckout # timeout=10 [2020-12-01T11:20:08.377Z] > git checkout -f d85516f40ca6c8d490d489d2ef21024d2ab3ac83 # timeout=10 [2020-12-01T11:20:12.782Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-01T11:20:14.565Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-01T11:20:14.995Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-01T11:20:15.337Z] + + sudo service docker restart [2020-12-01T11:20:15.337Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-01T11:20:17.448Z] provisioning config files... [2020-12-01T11:20:17.496Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7157638172438659212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:20:17.912Z] ---> docker-login.sh [2020-12-01T11:20:17.912Z] nexus3.edgexfoundry.org:10001 [2020-12-01T11:20:18.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:20:19.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:20:19.179Z] Configure a credential helper to remove this warning. See [2020-12-01T11:20:19.179Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:20:19.179Z] [2020-12-01T11:20:19.179Z] Login Succeeded [2020-12-01T11:20:19.179Z] nexus3.edgexfoundry.org:10002 [2020-12-01T11:20:19.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:20:19.777Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:20:19.777Z] Configure a credential helper to remove this warning. See [2020-12-01T11:20:19.777Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:20:19.777Z] [2020-12-01T11:20:19.777Z] Login Succeeded [2020-12-01T11:20:19.777Z] nexus3.edgexfoundry.org:10003 [2020-12-01T11:20:20.376Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:20:20.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:20:20.376Z] Configure a credential helper to remove this warning. See [2020-12-01T11:20:20.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:20:20.376Z] [2020-12-01T11:20:20.376Z] Login Succeeded [2020-12-01T11:20:20.376Z] nexus3.edgexfoundry.org:10004 [2020-12-01T11:20:20.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:20:20.974Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:20:20.974Z] Configure a credential helper to remove this warning. See [2020-12-01T11:20:20.974Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:20:20.974Z] [2020-12-01T11:20:20.974Z] Login Succeeded [2020-12-01T11:20:20.974Z] docker.io [2020-12-01T11:20:21.569Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-01T11:20:21.841Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-01T11:20:21.841Z] Configure a credential helper to remove this warning. See [2020-12-01T11:20:21.841Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-01T11:20:21.841Z] [2020-12-01T11:20:21.841Z] Login Succeeded [2020-12-01T11:20:21.841Z] ---> docker-login.sh ends [Pipeline] } [2020-12-01T11:20:21.858Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-01T11:20:22.297Z] ========================================================= [2020-12-01T11:20:22.297Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-01T11:20:22.297Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:20:22.670Z] + 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-01T11:20:25.294Z] Sending build context to Docker daemon 165.4MB [2020-12-01T11:20:25.294Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-01T11:20:25.294Z] Step 2/7 : FROM ${BASE} [2020-12-01T11:20:25.294Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-01T11:20:25.294Z] b538f80385f9: Pulling fs layer [2020-12-01T11:20:25.294Z] 74f711af9a0d: Pulling fs layer [2020-12-01T11:20:25.294Z] 99f96fe45779: Pulling fs layer [2020-12-01T11:20:25.294Z] 8529a6b9a6be: Pulling fs layer [2020-12-01T11:20:25.294Z] 45590311c82a: Pulling fs layer [2020-12-01T11:20:25.294Z] 69ca0ff8b7b3: Pulling fs layer [2020-12-01T11:20:25.294Z] 209524e5b208: Pulling fs layer [2020-12-01T11:20:25.294Z] 69ca0ff8b7b3: Waiting [2020-12-01T11:20:25.294Z] 45590311c82a: Waiting [2020-12-01T11:20:25.294Z] 209524e5b208: Waiting [2020-12-01T11:20:25.294Z] 8529a6b9a6be: Waiting [2020-12-01T11:20:25.294Z] 99f96fe45779: Verifying Checksum [2020-12-01T11:20:25.294Z] 74f711af9a0d: Verifying Checksum [2020-12-01T11:20:25.294Z] 74f711af9a0d: Download complete [2020-12-01T11:20:25.294Z] 45590311c82a: Download complete [2020-12-01T11:20:25.294Z] b538f80385f9: Verifying Checksum [2020-12-01T11:20:25.294Z] b538f80385f9: Download complete [2020-12-01T11:20:25.573Z] 69ca0ff8b7b3: Verifying Checksum [2020-12-01T11:20:25.573Z] 69ca0ff8b7b3: Download complete [2020-12-01T11:20:26.172Z] b538f80385f9: Pull complete [2020-12-01T11:20:26.780Z] 74f711af9a0d: Pull complete [2020-12-01T11:20:27.381Z] 99f96fe45779: Pull complete [2020-12-01T11:20:27.982Z] 209524e5b208: Verifying Checksum [2020-12-01T11:20:27.982Z] 209524e5b208: Download complete [2020-12-01T11:20:29.447Z] 8529a6b9a6be: Verifying Checksum [2020-12-01T11:20:29.447Z] 8529a6b9a6be: Download complete [2020-12-01T11:20:39.624Z] 8529a6b9a6be: Pull complete [2020-12-01T11:20:39.624Z] 45590311c82a: Pull complete [2020-12-01T11:20:39.624Z] 69ca0ff8b7b3: Pull complete [2020-12-01T11:20:43.038Z] 209524e5b208: Pull complete [2020-12-01T11:20:43.038Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-12-01T11:20:43.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-01T11:20:43.038Z] ---> 5bddaf1c2fca [2020-12-01T11:20:43.038Z] 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-01T11:20:46.444Z] ---> Running in b5d58f331785 [2020-12-01T11:20:47.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-01T11:20:48.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-01T11:20:50.290Z] (1/12) Installing libmagic (5.38-r0) [2020-12-01T11:20:50.883Z] (2/12) Installing file (5.38-r0) [2020-12-01T11:20:50.883Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-01T11:20:50.883Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-01T11:20:56.270Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-01T11:20:56.270Z] (6/12) Installing patch (2.7.6-r6) [2020-12-01T11:20:56.270Z] (7/12) Installing build-base (0.5-r2) [2020-12-01T11:20:56.270Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-01T11:20:56.270Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-01T11:20:56.270Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-01T11:20:56.270Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-01T11:20:56.270Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-01T11:20:56.270Z] Executing busybox-1.31.1-r16.trigger [2020-12-01T11:20:56.270Z] OK: 217 MiB in 51 packages [2020-12-01T11:21:00.577Z] Removing intermediate container b5d58f331785 [2020-12-01T11:21:00.577Z] ---> be058c263084 [2020-12-01T11:21:00.577Z] Step 4/7 : WORKDIR /edgex-go [2020-12-01T11:21:00.577Z] ---> Running in 394c63274563 [2020-12-01T11:21:00.850Z] Removing intermediate container 394c63274563 [2020-12-01T11:21:00.850Z] ---> 43c73f56ba61 [2020-12-01T11:21:00.850Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-01T11:21:01.829Z] latest: Pulling from library/docker [2020-12-01T11:21:01.829Z] 5f621e34cdf4: Pulling fs layer [2020-12-01T11:21:01.829Z] 85db56a05063: Pulling fs layer [2020-12-01T11:21:01.829Z] ccb67d6aeaaa: Pulling fs layer [2020-12-01T11:21:01.829Z] a0b19fc83503: Pulling fs layer [2020-12-01T11:21:01.829Z] 8eb508b41278: Pulling fs layer [2020-12-01T11:21:01.829Z] 37236713561e: Pulling fs layer [2020-12-01T11:21:01.829Z] 07c93f2b1b56: Pulling fs layer [2020-12-01T11:21:01.829Z] a0b19fc83503: Waiting [2020-12-01T11:21:01.829Z] 8eb508b41278: Waiting [2020-12-01T11:21:01.829Z] 37236713561e: Waiting [2020-12-01T11:21:01.829Z] 07c93f2b1b56: Waiting [2020-12-01T11:21:02.103Z] ccb67d6aeaaa: Verifying Checksum [2020-12-01T11:21:02.103Z] ccb67d6aeaaa: Download complete [2020-12-01T11:21:02.103Z] 5f621e34cdf4: Verifying Checksum [2020-12-01T11:21:02.103Z] 5f621e34cdf4: Download complete [2020-12-01T11:21:02.103Z] 85db56a05063: Verifying Checksum [2020-12-01T11:21:02.103Z] 85db56a05063: Download complete [2020-12-01T11:21:02.378Z] 8eb508b41278: Verifying Checksum [2020-12-01T11:21:02.378Z] 8eb508b41278: Download complete [2020-12-01T11:21:02.378Z] 37236713561e: Verifying Checksum [2020-12-01T11:21:02.378Z] 37236713561e: Download complete [2020-12-01T11:21:02.378Z] 07c93f2b1b56: Verifying Checksum [2020-12-01T11:21:02.378Z] 07c93f2b1b56: Download complete [2020-12-01T11:21:02.978Z] 5f621e34cdf4: Pull complete [2020-12-01T11:21:03.252Z] a0b19fc83503: Retrying in 5 seconds [2020-12-01T11:21:03.854Z] 85db56a05063: Pull complete [2020-12-01T11:21:04.127Z] ccb67d6aeaaa: Pull complete [2020-12-01T11:21:04.127Z] a0b19fc83503: Retrying in 4 seconds [2020-12-01T11:21:05.108Z] a0b19fc83503: Retrying in 3 seconds [2020-12-01T11:21:06.542Z] a0b19fc83503: Retrying in 2 seconds [2020-12-01T11:21:07.137Z] a0b19fc83503: Retrying in 1 second [2020-12-01T11:21:08.568Z] a0b19fc83503: Verifying Checksum [2020-12-01T11:21:08.568Z] a0b19fc83503: Download complete [2020-12-01T11:21:11.962Z] a0b19fc83503: Pull complete [2020-12-01T11:21:12.239Z] 8eb508b41278: Pull complete [2020-12-01T11:21:12.517Z] 37236713561e: Pull complete [2020-12-01T11:21:13.114Z] 07c93f2b1b56: Pull complete [2020-12-01T11:21:13.114Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-12-01T11:21:13.114Z] Status: Downloaded newer image for docker:latest [2020-12-01T11:21:16.494Z] ---> e351ad863d7a [2020-12-01T11:21:16.494Z] Step 6/7 : COPY go.mod . [2020-12-01T11:21:17.093Z] ---> e67835b14a36 [2020-12-01T11:21:17.093Z] Step 7/7 : RUN go mod download [2020-12-01T11:21:17.093Z] ---> Running in 84b96b205b27 [2020-12-01T11:21:43.903Z] Removing intermediate container 84b96b205b27 [2020-12-01T11:21:43.903Z] ---> 27a7a77e70cf [2020-12-01T11:21:43.903Z] Successfully built 27a7a77e70cf [2020-12-01T11:21:43.903Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:21:44.272Z] + docker inspect -f . ci-base-image-arm64 [2020-12-01T11:21:44.272Z] . [Pipeline] withDockerContainer [2020-12-01T11:21:44.514Z] prd-ubuntu18.04-docker-arm64-4c-16g-14021 does not seem to be running inside a container [2020-12-01T11:21:44.607Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-01T11:21:46.167Z] $ docker top c75492c15d5cfba1536c191b3c9ba434e124ca58cdca07d990d7b5cc4c6db560 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T11:21:47.194Z] + go version [2020-12-01T11:21:47.195Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-12-01T11:21:47.224Z] $ docker stop --time=1 c75492c15d5cfba1536c191b3c9ba434e124ca58cdca07d990d7b5cc4c6db560 [2020-12-01T11:21:49.215Z] $ docker rm -f c75492c15d5cfba1536c191b3c9ba434e124ca58cdca07d990d7b5cc4c6db560 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:21:50.378Z] + docker inspect -f . ci-base-image-arm64 [2020-12-01T11:21:50.378Z] . [Pipeline] withDockerContainer [2020-12-01T11:21:50.660Z] prd-ubuntu18.04-docker-arm64-4c-16g-14021 does not seem to be running inside a container [2020-12-01T11:21:50.751Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-01T11:21:52.238Z] $ docker top 6593c5ed81e822e7f41fb1389c4157b3c5a2dbf5e68f3792890441c916f97009 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-01T11:21:52.675Z] ========================================================= [2020-12-01T11:21:52.675Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-01T11:21:52.675Z] ========================================================= [Pipeline] sh [2020-12-01T11:21:53.324Z] + make test [2020-12-01T11:21:53.324Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-01T11:22:20.192Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-01T11:23:07.208Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-01T11:23:25.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-01T11:23:25.581Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-01T11:23:25.581Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-01T11:23:25.581Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-01T11:23:25.581Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-01T11:23:27.038Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.092s [2020-12-01T11:23:27.038Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-01T11:23:27.038Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-01T11:23:29.670Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-01T11:23:30.655Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-01T11:23:30.655Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-01T11:23:30.655Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-01T11:23:30.655Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-01T11:23:40.861Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.317s coverage: 46.6% of statements [2020-12-01T11:23:40.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-01T11:23:40.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-01T11:23:40.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-01T11:23:40.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-01T11:23:40.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-01T11:23:40.861Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.test] [2020-12-01T11:23:40.861Z] internal/core/data/v2/controller/http/event_test.go:151:42: noSimpleFloatEnconding.Event.Readings[0].FloatEncoding undefined (type dtos.BaseReading has no field or method FloatEncoding) [2020-12-01T11:23:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.618s coverage: 27.1% of statements [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-01T11:23:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.107s coverage: 100.0% of statements [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-01T11:23:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-01T11:23:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.498s coverage: 69.3% of statements [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-01T11:23:47.615Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-01T11:23:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-01T11:23:54.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.333s coverage: 28.6% of statements [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-01T11:23:54.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-01T11:23:54.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-01T11:23:54.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.322s coverage: 86.7% of statements [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-01T11:23:54.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.390s coverage: 97.5% of statements [2020-12-01T11:23:54.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-01T11:23:55.357Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements [2020-12-01T11:23:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-01T11:23:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-01T11:23:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-01T11:23:55.357Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-01T11:24:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.050s coverage: 95.7% of statements [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-01T11:24:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-01T11:24:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.191s coverage: 0.0% of statements [no tests to run] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-01T11:24:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.664s coverage: 63.5% of statements [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-01T11:24:00.802Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-01T11:24:00.802Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2020-12-01T11:24:01.085Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements [2020-12-01T11:24:01.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2020-12-01T11:24:03.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2020-12-01T11:24:03.353Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.105s coverage: 100.0% of statements [2020-12-01T11:24:08.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.917s coverage: 55.9% of statements [2020-12-01T11:24:08.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-01T11:24:08.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-01T11:24:08.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-01T11:24:08.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-01T11:24:08.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-01T11:24:08.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 16.003s coverage: 86.3% of statements [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.358s coverage: 72.2% of statements [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.562s coverage: 72.1% of statements [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.103s coverage: 82.4% of statements [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.071s coverage: 48.4% of statements [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.060s coverage: 28.8% of statements [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.097s coverage: 96.8% of statements [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.324s coverage: 37.2% of statements [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.711s coverage: 84.1% of statements [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.124s coverage: 42.9% of statements [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.068s coverage: 100.0% of statements [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-01T11:24:23.919Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.092s coverage: 83.8% of statements [2020-12-01T11:24:23.919Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-01T11:24:30.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.394s coverage: 47.1% of statements [2020-12-01T11:24:30.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-01T11:24:30.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-01T11:24:30.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.071s coverage: 100.0% of statements [2020-12-01T11:24:30.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-01T11:24:30.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-01T11:24:30.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-01T11:24:30.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2020-12-01T11:24:30.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-01T11:24:30.656Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2020-12-01T11:24:30.656Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-01T11:24:36.090Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.280s coverage: 29.1% of statements [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-01T11:24:36.090Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-01T11:24:36.090Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-01T11:24:36.090Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.093s coverage: 0.0% of statements [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-01T11:24:36.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.092s coverage: 100.0% of statements [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-01T11:24:36.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-01T11:24:36.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-01T11:24:36.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2020-12-01T11:24:36.691Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2020-12-01T11:24:38.120Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2020-12-01T11:24:38.120Z] FAIL [2020-12-01T11:24:38.715Z] make: *** [Makefile:85: test] Error 2 [Pipeline] } [2020-12-01T11:24:38.748Z] $ docker stop --time=1 6593c5ed81e822e7f41fb1389c4157b3c5a2dbf5e68f3792890441c916f97009 [2020-12-01T11:24:41.051Z] $ docker rm -f 6593c5ed81e822e7f41fb1389c4157b3c5a2dbf5e68f3792890441c916f97009 [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-01T11:24:43.331Z] 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-01T11:24:45.709Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:24:47.207Z] ---> package-listing.sh [2020-12-01T11:24:47.207Z] ++ facter osfamily [2020-12-01T11:24:47.207Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-01T11:24:47.207Z] + OS_FAMILY=redhat [2020-12-01T11:24:47.207Z] + workspace=/w/workspace/edgex-go/2 [2020-12-01T11:24:47.207Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-01T11:24:47.207Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-01T11:24:47.207Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-01T11:24:47.207Z] + PACKAGES=/tmp/packages_start.txt [2020-12-01T11:24:47.207Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-01T11:24:47.207Z] + PACKAGES=/tmp/packages_end.txt [2020-12-01T11:24:47.207Z] + case "${OS_FAMILY}" in [2020-12-01T11:24:47.207Z] + sort [2020-12-01T11:24:47.207Z] + rpm -qa [2020-12-01T11:24:51.438Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-01T11:24:51.438Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-01T11:24:51.438Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-01T11:24:51.438Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-01T11:24:51.438Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-01T11:24:51.438Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-01T11:24:51.458Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-01T11:24:51.793Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:24:52.433Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-01T11:24:52.701Z] [2020-12-01T11:24:52.701Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-01T11:24:53.084Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-01T11:24:53.356Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-01T11:24:53.356Z] df20fa9351a1: Already exists [2020-12-01T11:24:53.356Z] 36b3adc4ff6f: Pulling fs layer [2020-12-01T11:24:53.356Z] 8ad3a11d3b57: Pulling fs layer [2020-12-01T11:24:53.356Z] 46f8f816bc3b: Pulling fs layer [2020-12-01T11:24:53.356Z] 93b61091891f: Pulling fs layer [2020-12-01T11:24:53.356Z] 93b9cdb0e59b: Pulling fs layer [2020-12-01T11:24:53.356Z] 5e14af77c1be: Pulling fs layer [2020-12-01T11:24:53.356Z] 01666e4c0597: Pulling fs layer [2020-12-01T11:24:53.357Z] aa168da1d23b: Pulling fs layer [2020-12-01T11:24:53.357Z] 5e14af77c1be: Waiting [2020-12-01T11:24:53.357Z] 01666e4c0597: Waiting [2020-12-01T11:24:53.357Z] aa168da1d23b: Waiting [2020-12-01T11:24:53.357Z] 93b9cdb0e59b: Waiting [2020-12-01T11:24:53.357Z] 93b61091891f: Waiting [2020-12-01T11:24:53.357Z] 46f8f816bc3b: Verifying Checksum [2020-12-01T11:24:53.357Z] 46f8f816bc3b: Download complete [2020-12-01T11:24:53.357Z] 36b3adc4ff6f: Verifying Checksum [2020-12-01T11:24:53.357Z] 93b9cdb0e59b: Verifying Checksum [2020-12-01T11:24:53.357Z] 93b9cdb0e59b: Download complete [2020-12-01T11:24:53.357Z] 5e14af77c1be: Verifying Checksum [2020-12-01T11:24:53.357Z] 5e14af77c1be: Download complete [2020-12-01T11:24:53.357Z] 01666e4c0597: Verifying Checksum [2020-12-01T11:24:53.357Z] 01666e4c0597: Download complete [2020-12-01T11:24:53.357Z] 93b61091891f: Verifying Checksum [2020-12-01T11:24:53.357Z] 93b61091891f: Download complete [2020-12-01T11:24:53.620Z] 36b3adc4ff6f: Pull complete [2020-12-01T11:24:54.582Z] 8ad3a11d3b57: Verifying Checksum [2020-12-01T11:24:54.582Z] 8ad3a11d3b57: Download complete [2020-12-01T11:24:56.135Z] 8ad3a11d3b57: Pull complete [2020-12-01T11:24:56.135Z] 46f8f816bc3b: Pull complete [2020-12-01T11:24:56.795Z] 93b61091891f: Pull complete [2020-12-01T11:24:57.101Z] 93b9cdb0e59b: Pull complete [2020-12-01T11:24:57.101Z] 5e14af77c1be: Pull complete [2020-12-01T11:24:57.369Z] 01666e4c0597: Pull complete [2020-12-01T11:24:57.983Z] aa168da1d23b: Verifying Checksum [2020-12-01T11:24:57.983Z] aa168da1d23b: Download complete [2020-12-01T11:25:08.118Z] aa168da1d23b: Pull complete [2020-12-01T11:25:08.118Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-01T11:25:08.383Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-01T11:25:08.383Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-01T11:25:08.626Z] prd-centos7-docker-4c-2g-14019 does not seem to be running inside a container [2020-12-01T11:25:08.733Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-01T11:25:13.257Z] $ docker top bf7a5a521db25a311db6deaf552ba39064f02f6e226097c21941073ac83f2265 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-01T11:25:14.388Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-01T11:25:14.721Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-01T11:25:15.059Z] + ls /var/log/sa-host [2020-12-01T11:25:15.059Z] + sadf -c /var/log/sa-host/sa01 [2020-12-01T11:25:15.059Z] file_magic: OK [2020-12-01T11:25:15.059Z] HZ: Using current value: 100 [2020-12-01T11:25:15.059Z] file_header: OK [2020-12-01T11:25:15.059Z] 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-01T11:25:15.059Z] Statistics: [2020-12-01T11:25:15.059Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-01T11:25:15.059Z] File successfully converted to sysstat format version 12.2.1 [2020-12-01T11:25:15.059Z] + sadf -c /var/log/sa-host/sa23 [2020-12-01T11:25:15.059Z] file_magic: OK [2020-12-01T11:25:15.059Z] HZ: Using current value: 100 [2020-12-01T11:25:15.059Z] file_header: OK [2020-12-01T11:25:15.059Z] 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-01T11:25:15.059Z] Statistics: [2020-12-01T11:25:15.059Z] Hnuu...uuuununununu... [2020-12-01T11:25:15.059Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-01T11:25:15.727Z] provisioning config files... [2020-12-01T11:25:15.743Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8866924528590603758tmp [Pipeline] { [Pipeline] echo [2020-12-01T11:25:15.820Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:25:16.147Z] ---> create-netrc.sh [Pipeline] } [2020-12-01T11:25:16.160Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-01T11:25:16.308Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:25:16.629Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-01T11:25:16.642Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:25:16.965Z] ---> sudo-logs.sh [2020-12-01T11:25:16.965Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-01T11:25:16.976Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:25:17.393Z] ---> job-cost.sh [2020-12-01T11:25:17.393Z] lf-activate-venv: SKIPPING [2020-12-01T11:25:17.393Z] INFO: No Stack... [2020-12-01T11:25:18.461Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-01T11:25:18.828Z] INFO: Archiving Costs [Pipeline] echo [2020-12-01T11:25:18.870Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-01T11:25:19.525Z] ---> logs-deploy.sh [2020-12-01T11:25:19.525Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2907/2 [2020-12-01T11:25:19.525Z] INFO: archiving workspace using pattern(s): [2020-12-01T11:25:21.558Z] Archives upload complete. [2020-12-01T11:25:21.558Z] INFO: archiving logs to Nexus [2020-12-01T11:25:22.985Z] ---> uname -a: [2020-12-01T11:25:22.985Z] Linux prd-centos7-docker-4c-2g-14019.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-01T11:25:22.985Z] [2020-12-01T11:25:22.985Z] [2020-12-01T11:25:22.985Z] ---> lscpu: [2020-12-01T11:25:22.985Z] Architecture: x86_64 [2020-12-01T11:25:22.985Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-01T11:25:22.985Z] Byte Order: Little Endian [2020-12-01T11:25:22.985Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-01T11:25:22.985Z] CPU(s): 4 [2020-12-01T11:25:22.985Z] On-line CPU(s) list: 0-3 [2020-12-01T11:25:22.985Z] Thread(s) per core: 1 [2020-12-01T11:25:22.985Z] Core(s) per socket: 1 [2020-12-01T11:25:22.985Z] Socket(s): 4 [2020-12-01T11:25:22.985Z] NUMA node(s): 1 [2020-12-01T11:25:22.985Z] Vendor ID: GenuineIntel [2020-12-01T11:25:22.985Z] CPU family: 6 [2020-12-01T11:25:22.985Z] Model: 44 [2020-12-01T11:25:22.985Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-01T11:25:22.985Z] Stepping: 1 [2020-12-01T11:25:22.985Z] CPU MHz: 2933.438 [2020-12-01T11:25:22.985Z] BogoMIPS: 5866.87 [2020-12-01T11:25:22.985Z] Virtualization: VT-x [2020-12-01T11:25:22.985Z] Hypervisor vendor: KVM [2020-12-01T11:25:22.985Z] Virtualization type: full [2020-12-01T11:25:22.985Z] L1d cache: 128 KiB [2020-12-01T11:25:22.985Z] L1i cache: 128 KiB [2020-12-01T11:25:22.985Z] L2 cache: 16 MiB [2020-12-01T11:25:22.985Z] L3 cache: 64 MiB [2020-12-01T11:25:22.985Z] NUMA node0 CPU(s): 0-3 [2020-12-01T11:25:22.985Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-01T11:25:22.985Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-01T11:25:22.985Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-01T11:25:22.985Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-01T11:25:22.986Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-01T11:25:22.986Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-01T11:25:22.986Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-01T11:25:22.986Z] Vulnerability Srbds: Not affected [2020-12-01T11:25:22.986Z] Vulnerability Tsx async abort: Not affected [2020-12-01T11:25:22.986Z] 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-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] ---> nproc: [2020-12-01T11:25:22.986Z] 4 [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] ---> df -h: [2020-12-01T11:25:22.986Z] Filesystem Size Used Available Use% Mounted on [2020-12-01T11:25:22.986Z] overlay 50.0G 8.5G 41.5G 17% / [2020-12-01T11:25:22.986Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-01T11:25:22.986Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-01T11:25:22.986Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/2 [2020-12-01T11:25:22.986Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/2@tmp [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] ---> free -m: [2020-12-01T11:25:22.986Z] total used free shared buff/cache available [2020-12-01T11:25:22.986Z] Mem: 1837 758 134 0 944 987 [2020-12-01T11:25:22.986Z] Swap: 1023 3 1020 [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] ---> ip addr: [2020-12-01T11:25:22.986Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-01T11:25:22.986Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-01T11:25:22.986Z] inet 127.0.0.1/8 scope host lo [2020-12-01T11:25:22.986Z] valid_lft forever preferred_lft forever [2020-12-01T11:25:22.986Z] inet6 ::1/128 scope host [2020-12-01T11:25:22.986Z] valid_lft forever preferred_lft forever [2020-12-01T11:25:22.986Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-01T11:25:22.986Z] link/ether fa:16:3e:ef:0c:fc brd ff:ff:ff:ff:ff:ff [2020-12-01T11:25:22.986Z] inet 10.30.123.48/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-01T11:25:22.986Z] valid_lft 85760sec preferred_lft 85760sec [2020-12-01T11:25:22.986Z] inet6 fe80::f816:3eff:feef:cfc/64 scope link [2020-12-01T11:25:22.986Z] valid_lft forever preferred_lft forever [2020-12-01T11:25:22.986Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-01T11:25:22.986Z] link/ether 02:42:a8:da:83:d8 brd ff:ff:ff:ff:ff:ff [2020-12-01T11:25:22.986Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-01T11:25:22.986Z] valid_lft forever preferred_lft forever [2020-12-01T11:25:22.986Z] inet6 fe80::42:a8ff:feda:83d8/64 scope link [2020-12-01T11:25:22.986Z] valid_lft forever preferred_lft forever [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] ---> sar -b -r -n DEV: [2020-12-01T11:25:22.986Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/01/20 _x86_64_ (4 CPU) [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] 11:14:29 LINUX RESTART (4 CPU) [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] 11:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-01T11:25:22.986Z] 11:16:01 101.63 45.40 56.23 0.00 8057.90 14460.94 0.00 [2020-12-01T11:25:22.986Z] 11:17:01 143.29 64.95 78.35 0.00 5072.60 35452.29 0.00 [2020-12-01T11:25:22.986Z] 11:18:02 229.64 72.77 156.87 0.00 3397.24 36250.14 0.00 [2020-12-01T11:25:22.986Z] 11:19:01 183.19 107.65 75.54 0.00 4952.63 9956.68 0.00 [2020-12-01T11:25:22.986Z] 11:20:01 69.00 23.90 45.10 0.00 1493.48 5101.18 0.00 [2020-12-01T11:25:22.986Z] 11:21:01 2.63 0.67 1.96 0.00 51.27 33.48 0.00 [2020-12-01T11:25:22.986Z] 11:22:02 1.61 1.02 0.60 0.00 124.23 6.14 0.00 [2020-12-01T11:25:22.986Z] 11:23:01 0.68 0.00 0.68 0.00 0.00 7.69 0.00 [2020-12-01T11:25:22.986Z] 11:24:01 0.60 0.00 0.60 0.00 0.00 6.00 0.00 [2020-12-01T11:25:22.986Z] 11:25:01 80.32 57.74 22.58 0.00 4831.41 6907.17 0.00 [2020-12-01T11:25:22.986Z] Average: 81.36 37.42 43.93 0.00 2802.91 10850.25 0.00 [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] 11:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-01T11:25:22.986Z] 11:16:01 147996 0 620104 32.96 2620 1110824 1392452 47.52 465636 1063928 44 [2020-12-01T11:25:22.986Z] 11:17:01 70004 0 695424 36.96 2596 1113520 1579756 53.91 706508 879600 35572 [2020-12-01T11:25:22.986Z] 11:18:02 114480 0 713980 37.95 1464 1051620 1317016 44.95 684548 795124 82860 [2020-12-01T11:25:22.986Z] 11:19:01 250424 0 736612 39.15 640 893868 1538036 52.49 642972 713016 34932 [2020-12-01T11:25:22.986Z] 11:20:01 575120 0 696204 37.00 416 609804 1172684 40.02 493676 548508 20 [2020-12-01T11:25:22.986Z] 11:21:01 588784 0 680952 36.19 416 611392 1088744 37.16 485144 548648 24 [2020-12-01T11:25:22.986Z] 11:22:02 586828 0 679232 36.10 416 615068 1075380 36.70 482320 553676 8 [2020-12-01T11:25:22.986Z] 11:23:01 586844 0 679212 36.10 416 615072 1075380 36.70 482560 553720 8 [2020-12-01T11:25:22.986Z] 11:24:01 586704 0 679344 36.11 416 615080 1075380 36.70 482320 553724 8 [2020-12-01T11:25:22.986Z] 11:25:01 82872 0 760752 40.43 416 1037504 1502984 51.29 623900 899708 86564 [2020-12-01T11:25:22.986Z] Average: 359006 0 694182 36.89 982 827375 1281781 43.75 554958 710965 24004 [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] 11:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-01T11:25:22.986Z] 11:16:01 eth0 725.91 438.10 3643.25 95.01 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:16:01 vethaa69c4a 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:16:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:17:01 eth0 992.11 1196.98 5499.65 129.33 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:17:01 docker0 964.45 693.99 75.17 2654.36 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:18:02 eth0 431.48 285.77 2043.78 31.40 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:18:02 docker0 139.03 185.62 9.83 837.71 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:19:01 vethb66a06b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:19:01 eth0 28.14 21.45 27.36 21.61 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:20:01 eth0 32.48 27.48 21.75 64.96 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:21:01 eth0 0.37 0.25 0.24 0.08 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:22:02 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:22:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:24:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:25:01 eth0 193.83 160.44 2119.70 16.30 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] 11:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] Average: eth0 241.42 213.92 1340.85 35.99 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] Average: docker0 110.81 88.33 8.54 350.67 0.00 0.00 0.00 0.00 [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] ---> sar -P ALL: [2020-12-01T11:25:22.986Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/01/20 _x86_64_ (4 CPU) [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] 11:14:29 LINUX RESTART (4 CPU) [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] 11:15:01 CPU %user %nice %system %iowait %steal %idle [2020-12-01T11:25:22.986Z] 11:16:01 all 15.10 0.00 6.60 2.93 11.77 63.60 [2020-12-01T11:25:22.986Z] 11:16:01 0 12.82 0.00 7.63 6.14 12.91 60.50 [2020-12-01T11:25:22.986Z] 11:16:01 1 16.97 0.00 5.85 1.23 11.60 64.35 [2020-12-01T11:25:22.986Z] 11:16:01 2 17.29 0.00 6.07 2.81 11.56 62.26 [2020-12-01T11:25:22.986Z] 11:16:01 3 13.35 0.00 6.85 1.55 11.02 67.22 [2020-12-01T11:25:22.986Z] 11:17:01 all 11.34 0.00 5.99 0.96 13.07 68.64 [2020-12-01T11:25:22.986Z] 11:17:01 0 9.22 0.00 7.19 0.65 14.61 68.33 [2020-12-01T11:25:22.986Z] 11:17:01 1 11.34 0.00 4.74 0.98 12.83 70.11 [2020-12-01T11:25:22.986Z] 11:17:01 2 14.70 0.00 6.64 1.41 12.49 64.76 [2020-12-01T11:25:22.986Z] 11:17:01 3 10.09 0.00 5.45 0.79 12.40 71.28 [2020-12-01T11:25:22.986Z] 11:18:02 all 7.21 0.00 6.60 3.09 9.27 73.83 [2020-12-01T11:25:22.986Z] 11:18:02 0 6.96 0.00 6.64 1.68 9.90 74.82 [2020-12-01T11:25:22.986Z] 11:18:02 1 7.53 0.00 6.63 2.60 9.50 73.75 [2020-12-01T11:25:22.986Z] 11:18:02 2 7.80 0.00 6.87 4.04 9.06 72.23 [2020-12-01T11:25:22.986Z] 11:18:02 3 6.53 0.00 6.28 4.03 8.62 74.54 [2020-12-01T11:25:22.986Z] 11:19:01 all 32.79 0.00 10.10 3.70 20.25 33.16 [2020-12-01T11:25:22.986Z] 11:19:01 0 29.05 0.00 9.65 3.61 21.41 36.28 [2020-12-01T11:25:22.986Z] 11:19:01 1 33.91 0.00 10.14 3.11 20.16 32.68 [2020-12-01T11:25:22.986Z] 11:19:01 2 32.62 0.00 9.97 5.80 20.18 31.44 [2020-12-01T11:25:22.986Z] 11:19:01 3 35.83 0.00 10.67 2.24 19.18 32.06 [2020-12-01T11:25:22.986Z] 11:20:01 all 33.30 0.00 9.89 1.29 16.13 39.40 [2020-12-01T11:25:22.986Z] 11:20:01 0 30.51 0.00 10.01 2.62 17.86 38.99 [2020-12-01T11:25:22.986Z] 11:20:01 1 35.87 0.00 9.99 0.69 14.37 39.08 [2020-12-01T11:25:22.986Z] 11:20:01 2 29.37 0.00 8.26 1.10 18.08 43.18 [2020-12-01T11:25:22.986Z] 11:20:01 3 37.81 0.00 11.36 0.67 14.01 36.14 [2020-12-01T11:25:22.986Z] 11:21:01 all 0.13 0.00 0.08 0.00 0.34 99.45 [2020-12-01T11:25:22.986Z] 11:21:01 0 0.03 0.00 0.08 0.00 0.17 99.72 [2020-12-01T11:25:22.986Z] 11:21:01 1 0.05 0.00 0.08 0.00 0.42 99.45 [2020-12-01T11:25:22.986Z] 11:21:01 2 0.40 0.00 0.07 0.00 0.63 98.90 [2020-12-01T11:25:22.986Z] 11:21:01 3 0.03 0.00 0.08 0.02 0.13 99.73 [2020-12-01T11:25:22.986Z] 11:22:02 all 0.13 0.00 0.15 0.00 0.31 99.41 [2020-12-01T11:25:22.986Z] 11:22:02 0 0.07 0.00 0.05 0.02 0.03 99.83 [2020-12-01T11:25:22.986Z] 11:22:02 1 0.05 0.00 0.23 0.00 0.35 99.37 [2020-12-01T11:25:22.986Z] 11:22:02 2 0.40 0.00 0.18 0.00 0.58 98.84 [2020-12-01T11:25:22.986Z] 11:22:02 3 0.02 0.00 0.13 0.00 0.27 99.58 [2020-12-01T11:25:22.986Z] 11:23:01 all 0.11 0.00 0.04 0.00 0.16 99.70 [2020-12-01T11:25:22.986Z] 11:23:01 0 0.22 0.00 0.02 0.00 0.07 99.70 [2020-12-01T11:25:22.986Z] 11:23:01 1 0.02 0.00 0.03 0.00 0.14 99.81 [2020-12-01T11:25:22.986Z] 11:23:01 2 0.17 0.00 0.07 0.00 0.30 99.46 [2020-12-01T11:25:22.986Z] 11:23:01 3 0.02 0.00 0.03 0.00 0.12 99.83 [2020-12-01T11:25:22.986Z] 11:24:01 all 0.13 0.00 0.05 0.00 0.05 99.77 [2020-12-01T11:25:22.986Z] 11:24:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-12-01T11:25:22.986Z] 11:24:01 1 0.17 0.00 0.05 0.00 0.03 99.75 [2020-12-01T11:25:22.986Z] 11:24:01 2 0.27 0.00 0.02 0.00 0.03 99.68 [2020-12-01T11:25:22.986Z] 11:24:01 3 0.07 0.00 0.08 0.00 0.13 99.72 [2020-12-01T11:25:22.986Z] 11:25:01 all 2.75 0.00 1.99 1.17 2.47 91.63 [2020-12-01T11:25:22.986Z] 11:25:01 0 1.71 0.00 1.25 0.22 2.42 94.40 [2020-12-01T11:25:22.986Z] 11:25:01 1 2.61 0.00 2.05 0.10 2.68 92.56 [2020-12-01T11:25:22.986Z] 11:25:01 2 2.47 0.00 1.81 0.83 2.27 92.62 [2020-12-01T11:25:22.986Z] 11:25:01 3 4.23 0.00 2.84 3.53 2.51 86.89 [2020-12-01T11:25:22.986Z] Average: all 9.80 0.00 4.01 1.28 7.13 77.78 [2020-12-01T11:25:22.986Z] Average: 0 8.74 0.00 4.15 1.46 7.73 77.93 [2020-12-01T11:25:22.986Z] Average: 1 10.25 0.00 3.82 0.84 6.94 78.15 [2020-12-01T11:25:22.986Z] Average: 2 10.12 0.00 3.88 1.54 7.27 77.19 [2020-12-01T11:25:22.986Z] Average: 3 10.10 0.00 4.20 1.27 6.57 77.85 [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z] [2020-12-01T11:25:22.986Z]