Pull request #2942 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7237c480b14e9bfee603d872263c4e57950369a3+bbb161aa59ef099937232867751a09afbb087fa9 (51d64461988b16c850ec2988fe033e38ba890301) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-16934 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # 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 > 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/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 7237c480b14e9bfee603d872263c4e57950369a3 Merge succeeded, producing 7237c480b14e9bfee603d872263c4e57950369a3 Checking out Revision 7237c480b14e9bfee603d872263c4e57950369a3 (PR-2942) > git config core.sparsecheckout # timeout=10 > git checkout -f 7237c480b14e9bfee603d872263c4e57950369a3 # 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 bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7237c480b14e9bfee603d872263c4e57950369a3 # timeout=10 Commit message: "fix: Fix failing V2 unit test" > git rev-list --no-walk 94409b77cbaffe5817031050d0977b3149b76377 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-20T20:05:23.763Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-20T20:05:24.110Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-20T20:05:24.241Z] ========================================================= [2020-12-20T20:05:24.241Z] EdgeX Global Pipelines Version Info [2020-12-20T20:05:24.241Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:05:25.843Z] ------------------- [2020-12-20T20:05:25.843Z] stable info: [2020-12-20T20:05:25.843Z] ------------------- [2020-12-20T20:05:25.843Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-20T20:05:25.843Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T20:05:25.843Z] Message: update stable to v1.0.173 [2020-12-20T20:05:26.792Z] ------------------- [2020-12-20T20:05:26.792Z] experimental info: [2020-12-20T20:05:26.792Z] ------------------- [2020-12-20T20:05:26.792Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-20T20:05:26.793Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-20T20:05:26.793Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-20T20:05:27.364Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-20T20:05:27.515Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-20T20:05:27.639Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-20T20:05:27.755Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-20T20:05:27.927Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-20T20:05:28.044Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-20T20:05:28.161Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-20T20:05:28.292Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-20T20:05:28.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-20T20:05:28.532Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-20T20:05:28.642Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-20T20:05:28.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-20T20:05:28.891Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-20T20:05:29.008Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-20T20:05:29.120Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-20T20:05:29.221Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-20T20:05:29.320Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-20T20:05:29.429Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-20T20:05:29.540Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-20T20:05:29.648Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-20T20:05:29.753Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-20T20:05:29.900Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-20T20:05:30.025Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-20T20:05:30.128Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2942 [Pipeline] echo [2020-12-20T20:05:30.261Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2942 [Pipeline] echo [2020-12-20T20:05:30.390Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2942 [Pipeline] echo [2020-12-20T20:05:30.492Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7237c480b14e9bfee603d872263c4e57950369a3 [Pipeline] echo [2020-12-20T20:05:30.627Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7237c48 [Pipeline] echo [2020-12-20T20:05:30.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-20T20:05:31.065Z] provisioning config files... [2020-12-20T20:05:31.125Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config1430260759684390110tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:05:31.489Z] ---> docker-login.sh [2020-12-20T20:05:31.489Z] nexus3.edgexfoundry.org:10001 [2020-12-20T20:05:31.766Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:05:32.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:05:32.031Z] Configure a credential helper to remove this warning. See [2020-12-20T20:05:32.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:05:32.031Z] [2020-12-20T20:05:32.031Z] Login Succeeded [2020-12-20T20:05:32.031Z] nexus3.edgexfoundry.org:10002 [2020-12-20T20:05:32.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:05:32.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:05:32.294Z] Configure a credential helper to remove this warning. See [2020-12-20T20:05:32.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:05:32.294Z] [2020-12-20T20:05:32.294Z] Login Succeeded [2020-12-20T20:05:32.294Z] nexus3.edgexfoundry.org:10003 [2020-12-20T20:05:32.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:05:32.294Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:05:32.294Z] Configure a credential helper to remove this warning. See [2020-12-20T20:05:32.294Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:05:32.294Z] [2020-12-20T20:05:32.294Z] Login Succeeded [2020-12-20T20:05:32.294Z] nexus3.edgexfoundry.org:10004 [2020-12-20T20:05:32.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:05:32.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:05:32.561Z] Configure a credential helper to remove this warning. See [2020-12-20T20:05:32.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:05:32.561Z] [2020-12-20T20:05:32.561Z] Login Succeeded [2020-12-20T20:05:32.561Z] docker.io [2020-12-20T20:05:32.824Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:05:33.087Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:05:33.087Z] Configure a credential helper to remove this warning. See [2020-12-20T20:05:33.087Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:05:33.087Z] [2020-12-20T20:05:33.087Z] Login Succeeded [2020-12-20T20:05:33.087Z] ---> docker-login.sh ends [Pipeline] } [2020-12-20T20:05:33.097Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T20:05:33.653Z] ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-20T20:05:33.653Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.653Z] ++ dirname cmd/core-command/Dockerfile [2020-12-20T20:05:33.653Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.653Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-20T20:05:33.654Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.654Z] ++ dirname cmd/core-data/Dockerfile [2020-12-20T20:05:33.654Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.654Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-20T20:05:33.654Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.654Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-20T20:05:33.654Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.654Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-20T20:05:33.654Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.654Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-20T20:05:33.654Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.654Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-20T20:05:33.654Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.654Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-20T20:05:33.654Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.654Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-20T20:05:33.654Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.654Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-20T20:05:33.654Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.654Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-20T20:05:33.654Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.654Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-20T20:05:33.654Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.654Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-20T20:05:33.654Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.654Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-20T20:05:33.654Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.654Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-20T20:05:33.654Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-20T20:05:33.654Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-20T20:05:33.654Z] ++ cut -d/ -f2 [2020-12-20T20:05:33.654Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-20T20:05:33.726Z] 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-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/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-20T20:05:35.843Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T20:05:35.843Z] [2020-12-20T20:05:35.843Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:05:36.192Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T20:05:36.192Z] latest: Pulling from edgex-devops/git-semver [2020-12-20T20:05:36.192Z] 31603596830f: Pulling fs layer [2020-12-20T20:05:36.192Z] 2a8b12db71e7: Pulling fs layer [2020-12-20T20:05:36.192Z] 6ca5941a6612: Pulling fs layer [2020-12-20T20:05:36.192Z] ecc8261a40a4: Pulling fs layer [2020-12-20T20:05:36.192Z] ecc8261a40a4: Waiting [2020-12-20T20:05:36.192Z] 2a8b12db71e7: Verifying Checksum [2020-12-20T20:05:36.192Z] 2a8b12db71e7: Download complete [2020-12-20T20:05:36.454Z] 31603596830f: Verifying Checksum [2020-12-20T20:05:36.454Z] 31603596830f: Download complete [2020-12-20T20:05:36.454Z] ecc8261a40a4: Verifying Checksum [2020-12-20T20:05:36.454Z] ecc8261a40a4: Download complete [2020-12-20T20:05:36.454Z] 6ca5941a6612: Verifying Checksum [2020-12-20T20:05:36.454Z] 6ca5941a6612: Download complete [2020-12-20T20:05:36.716Z] 31603596830f: Pull complete [2020-12-20T20:05:36.988Z] 2a8b12db71e7: Pull complete [2020-12-20T20:05:37.949Z] 6ca5941a6612: Pull complete [2020-12-20T20:05:37.949Z] ecc8261a40a4: Pull complete [2020-12-20T20:05:37.949Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-20T20:05:38.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-20T20:05:38.212Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-20T20:05:38.370Z] prd-centos7-docker-4c-2g-16934 does not seem to be running inside a container [2020-12-20T20:05:38.422Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-20T20:05:41.052Z] $ docker top 478454df04a59d3133949ec26c710a3efaaccb5d7b35d74aaecf75c2b4cc0a69 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-20T20:05:41.454Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T20:05:41.454Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T20:05:41.707Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T20:05:41.714Z] $ docker exec 478454df04a59d3133949ec26c710a3efaaccb5d7b35d74aaecf75c2b4cc0a69 ssh-agent [2020-12-20T20:05:41.887Z] SSH_AUTH_SOCK=/tmp/ssh-mVyzOW0SJTkT/agent.12 [2020-12-20T20:05:41.887Z] SSH_AGENT_PID=18 [2020-12-20T20:05:41.904Z] Running ssh-add (command line suppressed) [2020-12-20T20:05:42.033Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_3461725611369579163.key (/w/workspace/edgex-go/17@tmp/private_key_3461725611369579163.key) [2020-12-20T20:05:42.086Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T20:05:42.436Z] + git tag --points-at HEAD [Pipeline] } [2020-12-20T20:05:42.462Z] $ docker exec --env ******** --env ******** 478454df04a59d3133949ec26c710a3efaaccb5d7b35d74aaecf75c2b4cc0a69 ssh-agent -k [2020-12-20T20:05:42.581Z] unset SSH_AUTH_SOCK; [2020-12-20T20:05:42.581Z] unset SSH_AGENT_PID; [2020-12-20T20:05:42.581Z] echo Agent pid 18 killed; [2020-12-20T20:05:42.625Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-20T20:05:42.780Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-20T20:05:42.780Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-20T20:05:42.951Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-20T20:05:42.957Z] $ docker exec 478454df04a59d3133949ec26c710a3efaaccb5d7b35d74aaecf75c2b4cc0a69 ssh-agent [2020-12-20T20:05:43.122Z] SSH_AUTH_SOCK=/tmp/ssh-cYBygW8jpPDZ/agent.48 [2020-12-20T20:05:43.122Z] SSH_AGENT_PID=54 [2020-12-20T20:05:43.129Z] Running ssh-add (command line suppressed) [2020-12-20T20:05:43.273Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_4919883093944662331.key (/w/workspace/edgex-go/17@tmp/private_key_4919883093944662331.key) [2020-12-20T20:05:43.321Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-20T20:05:43.665Z] + git semver init [2020-12-20T20:05:43.665Z] # -> Open(): unable to determine branch for HEAD [2020-12-20T20:05:43.665Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2020-12-20T20:05:43.665Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2020-12-20T20:05:43.665Z] # $SEMVER_REMOTE_NAME = origin [2020-12-20T20:05:43.665Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-20T20:05:43.665Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-20T20:05:43.665Z] # $SEMVER_BRANCH = PR-2942 [2020-12-20T20:05:43.665Z] # $SEMVER_TEMP = /tmp/semver-696757389 [2020-12-20T20:05:43.665Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-20T20:06:01.870Z] # '/tmp/semver-696757389' -> '/w/workspace/edgex-go/17/.semver' [2020-12-20T20:06:01.870Z] # -> Force: false [2020-12-20T20:06:01.870Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2020-12-20T20:06:01.889Z] $ docker exec --env ******** --env ******** 478454df04a59d3133949ec26c710a3efaaccb5d7b35d74aaecf75c2b4cc0a69 ssh-agent -k [2020-12-20T20:06:02.080Z] unset SSH_AUTH_SOCK; [2020-12-20T20:06:02.081Z] unset SSH_AGENT_PID; [2020-12-20T20:06:02.081Z] echo Agent pid 54 killed; [2020-12-20T20:06:02.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-20T20:06:02.683Z] + git semver [Pipeline] } [2020-12-20T20:06:02.703Z] $ docker stop --time=1 478454df04a59d3133949ec26c710a3efaaccb5d7b35d74aaecf75c2b4cc0a69 [2020-12-20T20:06:04.345Z] $ docker rm -f 478454df04a59d3133949ec26c710a3efaaccb5d7b35d74aaecf75c2b4cc0a69 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-20T20:06:04.974Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-20T20:06:05.480Z] Stashed 1 file(s) [Pipeline] echo [2020-12-20T20:06:05.483Z] [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-20T20:06:06.383Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-20T20:06:06.683Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T20:06:06.981Z] + sudo service docker restart [2020-12-20T20:06:06.981Z] + true [2020-12-20T20:06:06.981Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-20T20:06:07.570Z] ========================================================= [2020-12-20T20:06:07.570Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-20T20:06:07.570Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:06:07.915Z] + 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-20T20:06:12.157Z] Sending build context to Docker daemon 331.2MB [2020-12-20T20:06:12.157Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-20T20:06:12.157Z] Step 2/7 : FROM ${BASE} [2020-12-20T20:06:12.157Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-20T20:06:12.157Z] 188c0c94c7c5: Pulling fs layer [2020-12-20T20:06:12.157Z] 0ef7d3d256c8: Pulling fs layer [2020-12-20T20:06:12.157Z] de9db76c5a1d: Pulling fs layer [2020-12-20T20:06:12.157Z] bca2f99d35d6: Pulling fs layer [2020-12-20T20:06:12.157Z] 93359f2a8cfa: Pulling fs layer [2020-12-20T20:06:12.157Z] 7c6f9722023f: Pulling fs layer [2020-12-20T20:06:12.157Z] a35cf1a2eb13: Pulling fs layer [2020-12-20T20:06:12.157Z] bca2f99d35d6: Waiting [2020-12-20T20:06:12.157Z] 93359f2a8cfa: Waiting [2020-12-20T20:06:12.157Z] 7c6f9722023f: Waiting [2020-12-20T20:06:12.157Z] a35cf1a2eb13: Waiting [2020-12-20T20:06:12.157Z] de9db76c5a1d: Verifying Checksum [2020-12-20T20:06:12.157Z] de9db76c5a1d: Download complete [2020-12-20T20:06:12.157Z] 0ef7d3d256c8: Download complete [2020-12-20T20:06:12.157Z] 93359f2a8cfa: Verifying Checksum [2020-12-20T20:06:12.157Z] 93359f2a8cfa: Download complete [2020-12-20T20:06:12.157Z] 188c0c94c7c5: Verifying Checksum [2020-12-20T20:06:12.157Z] 188c0c94c7c5: Download complete [2020-12-20T20:06:12.157Z] 7c6f9722023f: Verifying Checksum [2020-12-20T20:06:12.157Z] 7c6f9722023f: Download complete [2020-12-20T20:06:12.157Z] 188c0c94c7c5: Pull complete [2020-12-20T20:06:12.419Z] 0ef7d3d256c8: Pull complete [2020-12-20T20:06:12.419Z] de9db76c5a1d: Pull complete [2020-12-20T20:06:14.347Z] a35cf1a2eb13: Verifying Checksum [2020-12-20T20:06:14.347Z] a35cf1a2eb13: Download complete [2020-12-20T20:06:14.926Z] bca2f99d35d6: Download complete [2020-12-20T20:06:20.869Z] Still waiting to schedule task [2020-12-20T20:06:20.869Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-20T20:06:21.571Z] bca2f99d35d6: Pull complete [2020-12-20T20:06:21.571Z] 93359f2a8cfa: Pull complete [2020-12-20T20:06:21.571Z] 7c6f9722023f: Pull complete [2020-12-20T20:06:25.809Z] a35cf1a2eb13: Pull complete [2020-12-20T20:06:25.809Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-20T20:06:25.809Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-20T20:06:25.809Z] ---> a62c8e92a672 [2020-12-20T20:06:25.809Z] 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-20T20:06:25.809Z] ---> Running in 62a06e53c536 [2020-12-20T20:06:26.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-20T20:06:26.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-20T20:06:27.222Z] (1/12) Installing libmagic (5.38-r0) [2020-12-20T20:06:27.797Z] (2/12) Installing file (5.38-r0) [2020-12-20T20:06:27.797Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-20T20:06:27.797Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-20T20:06:33.104Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-20T20:06:33.104Z] (6/12) Installing patch (2.7.6-r6) [2020-12-20T20:06:33.104Z] (7/12) Installing build-base (0.5-r2) [2020-12-20T20:06:33.104Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-20T20:06:33.104Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-20T20:06:33.104Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-20T20:06:33.366Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-20T20:06:33.366Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-20T20:06:33.640Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T20:06:33.640Z] OK: 233 MiB in 51 packages [2020-12-20T20:06:37.863Z] Removing intermediate container 62a06e53c536 [2020-12-20T20:06:37.863Z] ---> 1e53c20a1727 [2020-12-20T20:06:37.863Z] Step 4/7 : WORKDIR /edgex-go [2020-12-20T20:06:37.863Z] ---> Running in 0db481aeec43 [2020-12-20T20:06:37.863Z] Removing intermediate container 0db481aeec43 [2020-12-20T20:06:37.863Z] ---> cf80fb3e3fe7 [2020-12-20T20:06:37.863Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-20T20:06:38.445Z] latest: Pulling from library/docker [2020-12-20T20:06:38.445Z] 801bfaa63ef2: Pulling fs layer [2020-12-20T20:06:38.445Z] 4f7dc993c79e: Pulling fs layer [2020-12-20T20:06:38.445Z] d39d95e4997f: Pulling fs layer [2020-12-20T20:06:38.445Z] 1cda4b703d87: Pulling fs layer [2020-12-20T20:06:38.445Z] 54e5375350ea: Pulling fs layer [2020-12-20T20:06:38.445Z] f08cd1b3bb1b: Pulling fs layer [2020-12-20T20:06:38.445Z] 8e17d04e0c68: Pulling fs layer [2020-12-20T20:06:38.445Z] 1cda4b703d87: Waiting [2020-12-20T20:06:38.445Z] 54e5375350ea: Waiting [2020-12-20T20:06:38.445Z] f08cd1b3bb1b: Waiting [2020-12-20T20:06:38.446Z] 8e17d04e0c68: Waiting [2020-12-20T20:06:38.446Z] d39d95e4997f: Verifying Checksum [2020-12-20T20:06:38.446Z] d39d95e4997f: Download complete [2020-12-20T20:06:38.715Z] 4f7dc993c79e: Verifying Checksum [2020-12-20T20:06:38.715Z] 4f7dc993c79e: Download complete [2020-12-20T20:06:38.715Z] 801bfaa63ef2: Verifying Checksum [2020-12-20T20:06:38.715Z] 801bfaa63ef2: Download complete [2020-12-20T20:06:38.715Z] 54e5375350ea: Verifying Checksum [2020-12-20T20:06:38.715Z] 54e5375350ea: Download complete [2020-12-20T20:06:38.715Z] f08cd1b3bb1b: Verifying Checksum [2020-12-20T20:06:38.715Z] f08cd1b3bb1b: Download complete [2020-12-20T20:06:38.715Z] 8e17d04e0c68: Verifying Checksum [2020-12-20T20:06:38.715Z] 8e17d04e0c68: Download complete [2020-12-20T20:06:38.985Z] 801bfaa63ef2: Pull complete [2020-12-20T20:06:39.252Z] 4f7dc993c79e: Pull complete [2020-12-20T20:06:39.252Z] d39d95e4997f: Pull complete [2020-12-20T20:06:39.840Z] 1cda4b703d87: Verifying Checksum [2020-12-20T20:06:39.840Z] 1cda4b703d87: Download complete [2020-12-20T20:06:42.413Z] 1cda4b703d87: Pull complete [2020-12-20T20:06:42.676Z] 54e5375350ea: Pull complete [2020-12-20T20:06:42.676Z] f08cd1b3bb1b: Pull complete [2020-12-20T20:06:42.939Z] 8e17d04e0c68: Pull complete [2020-12-20T20:06:42.939Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-20T20:06:42.939Z] Status: Downloaded newer image for docker:latest [2020-12-20T20:06:44.333Z] ---> 2a3045b09828 [2020-12-20T20:06:44.333Z] Step 6/7 : COPY go.mod . [2020-12-20T20:06:44.597Z] ---> 1d08f4f23a04 [2020-12-20T20:06:44.597Z] Step 7/7 : RUN go mod download [2020-12-20T20:06:44.597Z] ---> Running in 860f4de0be94 [2020-12-20T20:07:06.633Z] Removing intermediate container 860f4de0be94 [2020-12-20T20:07:06.633Z] ---> e276ea135e6b [2020-12-20T20:07:06.633Z] Successfully built e276ea135e6b [2020-12-20T20:07:06.633Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:07:06.968Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T20:07:06.968Z] . [Pipeline] withDockerContainer [2020-12-20T20:07:07.079Z] prd-centos7-docker-4c-2g-16934 does not seem to be running inside a container [2020-12-20T20:07:07.137Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T20:07:07.922Z] $ docker top 47785b0d983b4d844d2a40a20242358a5d51514055ba0ec8f3a952185285bdc6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T20:07:08.411Z] + go version [2020-12-20T20:07:08.411Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-20T20:07:08.428Z] $ docker stop --time=1 47785b0d983b4d844d2a40a20242358a5d51514055ba0ec8f3a952185285bdc6 [2020-12-20T20:07:09.775Z] $ docker rm -f 47785b0d983b4d844d2a40a20242358a5d51514055ba0ec8f3a952185285bdc6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:07:10.603Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-20T20:07:10.603Z] . [Pipeline] withDockerContainer [2020-12-20T20:07:10.698Z] prd-centos7-docker-4c-2g-16934 does not seem to be running inside a container [2020-12-20T20:07:10.744Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-20T20:07:11.415Z] $ docker top 5450626e5bd88a73f0d104e8b5aec504f230bfe98bf8b2d60b1a3ea7783399cc -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T20:07:11.638Z] ========================================================= [2020-12-20T20:07:11.638Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-20T20:07:11.638Z] ========================================================= [Pipeline] sh [2020-12-20T20:07:11.935Z] + make test [2020-12-20T20:07:11.935Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-20T20:07:22.052Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-20T20:07:40.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-20T20:07:40.903Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-20T20:07:42.863Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-20T20:07:42.863Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-20T20:07:42.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-20T20:07:42.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-20T20:07:42.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-20T20:07:43.137Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-20T20:07:43.721Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-20T20:07:44.313Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-20T20:07:46.894Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-20T20:07:46.894Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-20T20:07:46.894Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-20T20:07:48.869Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.099s coverage: 46.6% of statements [2020-12-20T20:07:48.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-20T20:07:48.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-20T20:07:48.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-20T20:07:48.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-20T20:07:48.869Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-20T20:07:49.148Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/application [github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.test] [2020-12-20T20:07:49.148Z] internal/core/data/v2/application/event_test.go:55:18: undefined: dtos.ValueTypeUint16 [2020-12-20T20:07:49.431Z] # 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-20T20:07:49.431Z] internal/core/data/v2/controller/http/event_test.go:43:16: undefined: dtos.ValueTypeUint8 [2020-12-20T20:07:49.431Z] internal/core/data/v2/controller/http/event_test.go:70:17: undefined: dtos.ValueTypeUint8 [2020-12-20T20:07:49.431Z] internal/core/data/v2/controller/http/event_test.go:154:17: undefined: dtos.ValueTypeBinary [2020-12-20T20:07:49.431Z] internal/core/data/v2/controller/http/event_test.go:166:17: undefined: dtos.ValueTypeBinary [2020-12-20T20:07:52.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.0% of statements [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-20T20:07:52.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-20T20:07:52.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.059s coverage: 100.0% of statements [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-20T20:07:52.872Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/application [build failed] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-20T20:07:52.872Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-20T20:07:52.872Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-20T20:07:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.517s coverage: 28.6% of statements [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-20T20:07:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.082s coverage: 100.0% of statements [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-20T20:07:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-20T20:07:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.119s coverage: 86.7% of statements [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-20T20:07:54.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.162s coverage: 97.5% of statements [2020-12-20T20:07:54.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-20T20:07:54.595Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.096s coverage: 78.3% of statements [2020-12-20T20:07:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-20T20:07:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-20T20:07:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-20T20:07:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-20T20:07:56.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.381s coverage: 93.8% of statements [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-20T20:07:56.553Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.062s coverage: 58.8% of statements [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-20T20:07:56.553Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-20T20:07:56.826Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.1% of statements [2020-12-20T20:07:56.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-20T20:07:56.826Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-20T20:07:56.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-20T20:07:56.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-20T20:07:56.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2020-12-20T20:07:56.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-20T20:07:56.826Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements [2020-12-20T20:07:56.826Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-20T20:07:57.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements [2020-12-20T20:07:57.417Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2020-12-20T20:07:58.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.2% of statements [2020-12-20T20:07:58.016Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.084s coverage: 91.4% of statements [2020-12-20T20:07:58.016Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-20T20:07:58.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.241s coverage: 63.5% of statements [2020-12-20T20:07:58.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-20T20:07:58.982Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-20T20:07:58.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements [2020-12-20T20:07:58.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2020-12-20T20:07:58.982Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2020-12-20T20:07:59.249Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2020-12-20T20:07:59.517Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2020-12-20T20:08:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.711s coverage: 55.9% of statements [2020-12-20T20:08:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-20T20:08:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-20T20:08:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-20T20:08:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-20T20:08:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-20T20:08:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.338s coverage: 37.0% of statements [2020-12-20T20:08:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-20T20:08:01.497Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-20T20:08:01.497Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.377s coverage: 84.0% of statements [2020-12-20T20:08:02.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.070s coverage: 100.0% of statements [2020-12-20T20:08:04.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2020-12-20T20:08:04.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-20T20:08:04.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-20T20:08:04.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-20T20:08:04.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-20T20:08:04.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-20T20:08:04.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2020-12-20T20:08:04.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-20T20:08:04.678Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.085s coverage: 100.0% of statements [2020-12-20T20:08:04.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-20T20:08:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.724s coverage: 29.1% of statements [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-20T20:08:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-20T20:08:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-20T20:08:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-20T20:08:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-20T20:08:05.657Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-20T20:08:05.657Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-20T20:08:05.922Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2020-12-20T20:08:06.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2020-12-20T20:08:06.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-20T20:08:06.185Z] FAIL [2020-12-20T20:08:06.760Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2020-12-20T20:08:06.785Z] $ docker stop --time=1 5450626e5bd88a73f0d104e8b5aec504f230bfe98bf8b2d60b1a3ea7783399cc [2020-12-20T20:08:09.108Z] $ docker rm -f 5450626e5bd88a73f0d104e8b5aec504f230bfe98bf8b2d60b1a3ea7783399cc [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-20T20:08:10.578Z] Failed in branch amd64 [2020-12-20T20:08:17.385Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16939 in /w/workspace/edgexfoundry_edgex-go_PR-2942 [Pipeline] { [Pipeline] ws [2020-12-20T20:08:17.444Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2020-12-20T20:08:22.574Z] using credential edgex-jenkins-ssh [2020-12-20T20:08:22.668Z] Cloning the remote Git repository [2020-12-20T20:08:22.734Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-20T20:08:22.841Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2020-12-20T20:08:22.929Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-20T20:08:22.930Z] > git --version # timeout=10 [2020-12-20T20:08:22.953Z] > git --version # 'git version 2.17.1' [2020-12-20T20:08:22.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T20:08:23.014Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T20:08:37.878Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-20T20:08:37.899Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-20T20:08:37.924Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-20T20:08:37.972Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-20T20:08:37.973Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T20:08:37.995Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2942/head:refs/remotes/origin/PR-2942 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-20T20:08:39.998Z] Merging remotes/origin/master commit bbb161aa59ef099937232867751a09afbb087fa9 into PR head commit 7237c480b14e9bfee603d872263c4e57950369a3 [2020-12-20T20:08:40.457Z] Merge succeeded, producing 7237c480b14e9bfee603d872263c4e57950369a3 [2020-12-20T20:08:40.457Z] Checking out Revision 7237c480b14e9bfee603d872263c4e57950369a3 (PR-2942) [2020-12-20T20:08:40.022Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T20:08:40.044Z] > git checkout -f 7237c480b14e9bfee603d872263c4e57950369a3 # timeout=10 [2020-12-20T20:08:40.350Z] > git remote # timeout=10 [2020-12-20T20:08:40.377Z] > git config --get remote.origin.url # timeout=10 [2020-12-20T20:08:40.398Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-20T20:08:40.410Z] > git merge bbb161aa59ef099937232867751a09afbb087fa9 # timeout=10 [2020-12-20T20:08:40.439Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-20T20:08:40.466Z] > git config core.sparsecheckout # timeout=10 [2020-12-20T20:08:40.478Z] > git checkout -f 7237c480b14e9bfee603d872263c4e57950369a3 # timeout=10 [2020-12-20T20:08:45.126Z] Commit message: "fix: Fix failing V2 unit test" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-20T20:08:46.886Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-20T20:08:47.304Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-20T20:08:47.711Z] + sudo service docker restart [2020-12-20T20:08:47.711Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-20T20:08:49.774Z] provisioning config files... [2020-12-20T20:08:49.814Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config6203943453479930298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:08:50.224Z] ---> docker-login.sh [2020-12-20T20:08:50.224Z] nexus3.edgexfoundry.org:10001 [2020-12-20T20:08:50.822Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:08:51.441Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:08:51.441Z] Configure a credential helper to remove this warning. See [2020-12-20T20:08:51.441Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:08:51.441Z] [2020-12-20T20:08:51.441Z] Login Succeeded [2020-12-20T20:08:51.441Z] nexus3.edgexfoundry.org:10002 [2020-12-20T20:08:51.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:08:51.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:08:51.990Z] Configure a credential helper to remove this warning. See [2020-12-20T20:08:51.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:08:51.990Z] [2020-12-20T20:08:51.990Z] Login Succeeded [2020-12-20T20:08:51.990Z] nexus3.edgexfoundry.org:10003 [2020-12-20T20:08:52.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:08:52.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:08:52.537Z] Configure a credential helper to remove this warning. See [2020-12-20T20:08:52.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:08:52.537Z] [2020-12-20T20:08:52.537Z] Login Succeeded [2020-12-20T20:08:52.537Z] nexus3.edgexfoundry.org:10004 [2020-12-20T20:08:52.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:08:53.086Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:08:53.086Z] Configure a credential helper to remove this warning. See [2020-12-20T20:08:53.086Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:08:53.086Z] [2020-12-20T20:08:53.086Z] Login Succeeded [2020-12-20T20:08:53.086Z] docker.io [2020-12-20T20:08:53.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-20T20:08:53.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-20T20:08:53.632Z] Configure a credential helper to remove this warning. See [2020-12-20T20:08:53.632Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-20T20:08:53.632Z] [2020-12-20T20:08:53.632Z] Login Succeeded [2020-12-20T20:08:53.632Z] ---> docker-login.sh ends [Pipeline] } [2020-12-20T20:08:53.650Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-20T20:08:54.070Z] ========================================================= [2020-12-20T20:08:54.070Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-20T20:08:54.070Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:08:54.477Z] + 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-20T20:08:57.111Z] Sending build context to Docker daemon 170.4MB [2020-12-20T20:08:57.111Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-20T20:08:57.111Z] Step 2/7 : FROM ${BASE} [2020-12-20T20:08:57.111Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-20T20:08:57.111Z] 5f621e34cdf4: Pulling fs layer [2020-12-20T20:08:57.111Z] a4357932f1b6: Pulling fs layer [2020-12-20T20:08:57.111Z] 18c013af1878: Pulling fs layer [2020-12-20T20:08:57.111Z] 00ac8860ef70: Pulling fs layer [2020-12-20T20:08:57.111Z] 63d7cb157983: Pulling fs layer [2020-12-20T20:08:57.111Z] b116817d02f9: Pulling fs layer [2020-12-20T20:08:57.111Z] 745a02a5169b: Pulling fs layer [2020-12-20T20:08:57.111Z] 00ac8860ef70: Waiting [2020-12-20T20:08:57.111Z] 63d7cb157983: Waiting [2020-12-20T20:08:57.111Z] b116817d02f9: Waiting [2020-12-20T20:08:57.111Z] 745a02a5169b: Waiting [2020-12-20T20:08:57.111Z] 18c013af1878: Verifying Checksum [2020-12-20T20:08:57.111Z] 18c013af1878: Download complete [2020-12-20T20:08:57.111Z] a4357932f1b6: Verifying Checksum [2020-12-20T20:08:57.111Z] a4357932f1b6: Download complete [2020-12-20T20:08:57.111Z] 63d7cb157983: Verifying Checksum [2020-12-20T20:08:57.111Z] 63d7cb157983: Download complete [2020-12-20T20:08:57.111Z] b116817d02f9: Verifying Checksum [2020-12-20T20:08:57.111Z] b116817d02f9: Download complete [2020-12-20T20:08:57.111Z] 5f621e34cdf4: Verifying Checksum [2020-12-20T20:08:57.111Z] 5f621e34cdf4: Download complete [2020-12-20T20:08:57.712Z] 5f621e34cdf4: Pull complete [2020-12-20T20:08:58.330Z] a4357932f1b6: Pull complete [2020-12-20T20:08:58.931Z] 18c013af1878: Pull complete [2020-12-20T20:08:59.916Z] 745a02a5169b: Verifying Checksum [2020-12-20T20:08:59.916Z] 745a02a5169b: Download complete [2020-12-20T20:09:00.906Z] 00ac8860ef70: Verifying Checksum [2020-12-20T20:09:00.906Z] 00ac8860ef70: Download complete [2020-12-20T20:09:11.084Z] 00ac8860ef70: Pull complete [2020-12-20T20:09:11.358Z] 63d7cb157983: Pull complete [2020-12-20T20:09:11.630Z] b116817d02f9: Pull complete [2020-12-20T20:09:15.022Z] 745a02a5169b: Pull complete [2020-12-20T20:09:15.022Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-20T20:09:15.022Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-20T20:09:15.022Z] ---> b7e6874047d6 [2020-12-20T20:09:15.023Z] 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-20T20:09:18.431Z] ---> Running in 06c3b32a7991 [2020-12-20T20:09:19.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-20T20:09:20.004Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-20T20:09:21.439Z] (1/12) Installing libmagic (5.38-r0) [2020-12-20T20:09:21.712Z] (2/12) Installing file (5.38-r0) [2020-12-20T20:09:21.712Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-20T20:09:21.712Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-20T20:09:31.845Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-20T20:09:31.845Z] (6/12) Installing patch (2.7.6-r6) [2020-12-20T20:09:31.845Z] (7/12) Installing build-base (0.5-r2) [2020-12-20T20:09:31.845Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-20T20:09:31.845Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-20T20:09:31.845Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-20T20:09:31.845Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-20T20:09:31.845Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-20T20:09:32.118Z] Executing busybox-1.31.1-r19.trigger [2020-12-20T20:09:32.118Z] OK: 217 MiB in 51 packages [2020-12-20T20:09:36.423Z] Removing intermediate container 06c3b32a7991 [2020-12-20T20:09:36.423Z] ---> f0c25893a583 [2020-12-20T20:09:36.423Z] Step 4/7 : WORKDIR /edgex-go [2020-12-20T20:09:36.423Z] ---> Running in 43ed072704a8 [2020-12-20T20:09:36.698Z] Removing intermediate container 43ed072704a8 [2020-12-20T20:09:36.698Z] ---> 68173900c108 [2020-12-20T20:09:36.698Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-20T20:09:37.674Z] latest: Pulling from library/docker [2020-12-20T20:09:37.674Z] 159e5727ea61: Pulling fs layer [2020-12-20T20:09:37.674Z] 687389c36290: Pulling fs layer [2020-12-20T20:09:37.674Z] 94e28978939c: Pulling fs layer [2020-12-20T20:09:37.674Z] ea42096754a7: Pulling fs layer [2020-12-20T20:09:37.674Z] bd61cee6920e: Pulling fs layer [2020-12-20T20:09:37.674Z] 87c4ece4675c: Pulling fs layer [2020-12-20T20:09:37.674Z] 90ca8b2ff088: Pulling fs layer [2020-12-20T20:09:37.674Z] ea42096754a7: Waiting [2020-12-20T20:09:37.674Z] bd61cee6920e: Waiting [2020-12-20T20:09:37.674Z] 87c4ece4675c: Waiting [2020-12-20T20:09:37.674Z] 90ca8b2ff088: Waiting [2020-12-20T20:09:37.947Z] 94e28978939c: Verifying Checksum [2020-12-20T20:09:37.947Z] 94e28978939c: Download complete [2020-12-20T20:09:37.947Z] 687389c36290: Verifying Checksum [2020-12-20T20:09:37.947Z] 687389c36290: Download complete [2020-12-20T20:09:37.947Z] 159e5727ea61: Verifying Checksum [2020-12-20T20:09:38.225Z] bd61cee6920e: Verifying Checksum [2020-12-20T20:09:38.225Z] bd61cee6920e: Download complete [2020-12-20T20:09:38.225Z] 87c4ece4675c: Verifying Checksum [2020-12-20T20:09:38.225Z] 87c4ece4675c: Download complete [2020-12-20T20:09:38.225Z] 90ca8b2ff088: Verifying Checksum [2020-12-20T20:09:38.225Z] 90ca8b2ff088: Download complete [2020-12-20T20:09:38.826Z] 159e5727ea61: Pull complete [2020-12-20T20:09:39.446Z] 687389c36290: Pull complete [2020-12-20T20:09:39.722Z] ea42096754a7: Verifying Checksum [2020-12-20T20:09:39.722Z] ea42096754a7: Download complete [2020-12-20T20:09:39.722Z] 94e28978939c: Pull complete [2020-12-20T20:09:44.043Z] ea42096754a7: Pull complete [2020-12-20T20:09:44.043Z] bd61cee6920e: Pull complete [2020-12-20T20:09:44.043Z] 87c4ece4675c: Pull complete [2020-12-20T20:09:44.316Z] 90ca8b2ff088: Pull complete [2020-12-20T20:09:44.316Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-20T20:09:44.316Z] Status: Downloaded newer image for docker:latest [2020-12-20T20:09:47.711Z] ---> e63b7ed2ea0a [2020-12-20T20:09:47.711Z] Step 6/7 : COPY go.mod . [2020-12-20T20:09:48.691Z] ---> b872389aa12a [2020-12-20T20:09:48.691Z] Step 7/7 : RUN go mod download [2020-12-20T20:09:48.691Z] ---> Running in 63288f2061fa [2020-12-20T20:10:15.497Z] Removing intermediate container 63288f2061fa [2020-12-20T20:10:15.497Z] ---> 15cdbfeda412 [2020-12-20T20:10:15.497Z] Successfully built 15cdbfeda412 [2020-12-20T20:10:15.497Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:10:15.847Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T20:10:15.847Z] . [Pipeline] withDockerContainer [2020-12-20T20:10:16.129Z] prd-ubuntu18.04-docker-arm64-4c-16g-16939 does not seem to be running inside a container [2020-12-20T20:10:16.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-20T20:10:17.720Z] $ docker top 6521dde32238bee15441a1aa5b3377870e1718bfbef65b5d3902681389ab2473 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T20:10:18.739Z] + go version [2020-12-20T20:10:18.739Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-20T20:10:18.765Z] $ docker stop --time=1 6521dde32238bee15441a1aa5b3377870e1718bfbef65b5d3902681389ab2473 [2020-12-20T20:10:20.643Z] $ docker rm -f 6521dde32238bee15441a1aa5b3377870e1718bfbef65b5d3902681389ab2473 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:10:21.679Z] + docker inspect -f . ci-base-image-arm64 [2020-12-20T20:10:21.679Z] . [Pipeline] withDockerContainer [2020-12-20T20:10:21.904Z] prd-ubuntu18.04-docker-arm64-4c-16g-16939 does not seem to be running inside a container [2020-12-20T20:10:21.990Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-20T20:10:23.283Z] $ docker top d630ee7902778b66144a4ecbdd61a5704bfc4d99700646cb9fb2b307d4550021 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-20T20:10:23.647Z] ========================================================= [2020-12-20T20:10:23.647Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-20T20:10:23.647Z] ========================================================= [Pipeline] sh [2020-12-20T20:10:24.292Z] + make test [2020-12-20T20:10:24.292Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-20T20:10:46.507Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-20T20:11:25.576Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-20T20:11:47.794Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-20T20:11:50.425Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-20T20:11:50.425Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-20T20:11:50.425Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-20T20:11:55.854Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/application [github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.test] [2020-12-20T20:11:55.854Z] internal/core/data/v2/application/event_test.go:55:18: undefined: dtos.ValueTypeUint16 [2020-12-20T20:11:55.854Z] # 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-20T20:11:55.854Z] internal/core/data/v2/controller/http/event_test.go:43:16: undefined: dtos.ValueTypeUint8 [2020-12-20T20:11:55.854Z] internal/core/data/v2/controller/http/event_test.go:70:17: undefined: dtos.ValueTypeUint8 [2020-12-20T20:11:55.854Z] internal/core/data/v2/controller/http/event_test.go:154:17: undefined: dtos.ValueTypeBinary [2020-12-20T20:11:55.854Z] internal/core/data/v2/controller/http/event_test.go:166:17: undefined: dtos.ValueTypeBinary [2020-12-20T20:11:56.132Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.282s coverage: 46.6% of statements [2020-12-20T20:11:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-20T20:11:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-20T20:11:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-20T20:11:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-20T20:11:56.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-20T20:12:02.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.0% of statements [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-20T20:12:02.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-20T20:12:02.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-20T20:12:02.916Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/application [build failed] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-20T20:12:02.916Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-20T20:12:02.916Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-20T20:12:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.111s coverage: 28.6% of statements [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-20T20:12:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.149s coverage: 100.0% of statements [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-20T20:12:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.106s coverage: 100.0% of statements [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-20T20:12:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.328s coverage: 86.7% of statements [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-20T20:12:08.367Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.458s coverage: 97.5% of statements [2020-12-20T20:12:08.367Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-20T20:12:10.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2020-12-20T20:12:10.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-20T20:12:10.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-20T20:12:10.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-20T20:12:10.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-20T20:12:15.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.985s coverage: 93.8% of statements [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-20T20:12:15.837Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-20T20:12:15.838Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-20T20:12:15.838Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-20T20:12:15.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.073s coverage: 100.0% of statements [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-20T20:12:15.838Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.124s coverage: 75.5% of statements [2020-12-20T20:12:15.838Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-20T20:12:16.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements [2020-12-20T20:12:17.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2020-12-20T20:12:18.577Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements [2020-12-20T20:12:19.207Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.212s coverage: 91.4% of statements [2020-12-20T20:12:19.207Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-20T20:12:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.641s coverage: 63.5% of statements [2020-12-20T20:12:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-20T20:12:22.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-20T20:12:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements [2020-12-20T20:12:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2020-12-20T20:12:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2020-12-20T20:12:22.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.050s coverage: 73.7% of statements [2020-12-20T20:12:24.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2020-12-20T20:12:28.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.959s coverage: 55.9% of statements [2020-12-20T20:12:28.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-20T20:12:28.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-20T20:12:28.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-20T20:12:28.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-20T20:12:28.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-20T20:12:28.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.408s coverage: 37.0% of statements [2020-12-20T20:12:28.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-20T20:12:28.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-20T20:12:28.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.701s coverage: 84.0% of statements [2020-12-20T20:12:28.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2020-12-20T20:12:37.309Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.476s coverage: 47.1% of statements [2020-12-20T20:12:37.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-20T20:12:37.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-20T20:12:37.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-20T20:12:37.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-20T20:12:37.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-20T20:12:37.309Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2020-12-20T20:12:37.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-20T20:12:37.309Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.126s coverage: 100.0% of statements [2020-12-20T20:12:37.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-20T20:12:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.042s coverage: 29.1% of statements [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-20T20:12:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.212s coverage: 99.0% of statements [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-20T20:12:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-20T20:12:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-20T20:12:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-20T20:12:40.852Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.126s coverage: 87.9% of statements [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-20T20:12:40.852Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-20T20:12:41.456Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2020-12-20T20:12:42.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-20T20:12:43.052Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2020-12-20T20:12:43.052Z] FAIL [2020-12-20T20:12:43.649Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2020-12-20T20:12:43.680Z] $ docker stop --time=1 d630ee7902778b66144a4ecbdd61a5704bfc4d99700646cb9fb2b307d4550021 [2020-12-20T20:12:45.962Z] $ docker rm -f d630ee7902778b66144a4ecbdd61a5704bfc4d99700646cb9fb2b307d4550021 [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-20T20:12:48.261Z] 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-20T20:12:50.951Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:12:51.843Z] ---> package-listing.sh [2020-12-20T20:12:51.843Z] ++ facter osfamily [2020-12-20T20:12:51.843Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-20T20:12:51.843Z] + OS_FAMILY=redhat [2020-12-20T20:12:51.843Z] + workspace=/w/workspace/edgex-go/17 [2020-12-20T20:12:51.843Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-20T20:12:51.843Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-20T20:12:51.843Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-20T20:12:51.843Z] + PACKAGES=/tmp/packages_start.txt [2020-12-20T20:12:51.844Z] + '[' /w/workspace/edgex-go/17 ']' [2020-12-20T20:12:51.844Z] + PACKAGES=/tmp/packages_end.txt [2020-12-20T20:12:51.844Z] + case "${OS_FAMILY}" in [2020-12-20T20:12:51.844Z] + rpm -qa [2020-12-20T20:12:51.844Z] + sort [2020-12-20T20:12:57.166Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-20T20:12:57.167Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-20T20:12:57.167Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-20T20:12:57.167Z] + '[' /w/workspace/edgex-go/17 ']' [2020-12-20T20:12:57.167Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2020-12-20T20:12:57.167Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2020-12-20T20:12:57.185Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-20T20:12:57.486Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:12:57.802Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T20:12:57.802Z] [2020-12-20T20:12:57.802Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-20T20:12:58.165Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T20:12:58.165Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-20T20:12:58.165Z] df20fa9351a1: Pulling fs layer [2020-12-20T20:12:58.165Z] 36b3adc4ff6f: Pulling fs layer [2020-12-20T20:12:58.165Z] 8ad3a11d3b57: Pulling fs layer [2020-12-20T20:12:58.165Z] 46f8f816bc3b: Pulling fs layer [2020-12-20T20:12:58.165Z] 93b61091891f: Pulling fs layer [2020-12-20T20:12:58.165Z] 93b9cdb0e59b: Pulling fs layer [2020-12-20T20:12:58.165Z] 5e14af77c1be: Pulling fs layer [2020-12-20T20:12:58.165Z] 01666e4c0597: Pulling fs layer [2020-12-20T20:12:58.165Z] aa168da1d23b: Pulling fs layer [2020-12-20T20:12:58.165Z] 46f8f816bc3b: Waiting [2020-12-20T20:12:58.165Z] 5e14af77c1be: Waiting [2020-12-20T20:12:58.165Z] 01666e4c0597: Waiting [2020-12-20T20:12:58.165Z] 93b61091891f: Waiting [2020-12-20T20:12:58.165Z] 93b9cdb0e59b: Waiting [2020-12-20T20:12:58.165Z] aa168da1d23b: Waiting [2020-12-20T20:12:58.165Z] 36b3adc4ff6f: Verifying Checksum [2020-12-20T20:12:58.165Z] 36b3adc4ff6f: Download complete [2020-12-20T20:12:58.165Z] 46f8f816bc3b: Verifying Checksum [2020-12-20T20:12:58.165Z] 46f8f816bc3b: Download complete [2020-12-20T20:12:58.429Z] df20fa9351a1: Download complete [2020-12-20T20:12:58.429Z] 93b9cdb0e59b: Verifying Checksum [2020-12-20T20:12:58.429Z] 93b9cdb0e59b: Download complete [2020-12-20T20:12:58.429Z] 93b61091891f: Download complete [2020-12-20T20:12:58.429Z] 5e14af77c1be: Verifying Checksum [2020-12-20T20:12:58.429Z] 5e14af77c1be: Download complete [2020-12-20T20:12:58.430Z] 01666e4c0597: Verifying Checksum [2020-12-20T20:12:58.430Z] 01666e4c0597: Download complete [2020-12-20T20:12:58.692Z] df20fa9351a1: Pull complete [2020-12-20T20:12:58.955Z] 36b3adc4ff6f: Pull complete [2020-12-20T20:12:59.219Z] 8ad3a11d3b57: Verifying Checksum [2020-12-20T20:12:59.219Z] 8ad3a11d3b57: Download complete [2020-12-20T20:13:00.179Z] 8ad3a11d3b57: Pull complete [2020-12-20T20:13:00.179Z] 46f8f816bc3b: Pull complete [2020-12-20T20:13:00.756Z] 93b61091891f: Pull complete [2020-12-20T20:13:00.756Z] 93b9cdb0e59b: Pull complete [2020-12-20T20:13:01.023Z] aa168da1d23b: Verifying Checksum [2020-12-20T20:13:01.023Z] aa168da1d23b: Download complete [2020-12-20T20:13:01.288Z] 5e14af77c1be: Pull complete [2020-12-20T20:13:01.288Z] 01666e4c0597: Pull complete [2020-12-20T20:13:09.499Z] aa168da1d23b: Pull complete [2020-12-20T20:13:09.499Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-20T20:13:09.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-20T20:13:09.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-20T20:13:09.658Z] prd-centos7-docker-4c-2g-16934 does not seem to be running inside a container [2020-12-20T20:13:09.713Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-20T20:13:12.993Z] $ docker top b5aeb74bf46cdedd99fb03d5772de8e855514f7af1a80db14f2742f890937edf -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-20T20:13:13.551Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-20T20:13:13.859Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-20T20:13:14.169Z] + ls /var/log/sa-host [2020-12-20T20:13:14.169Z] + sadf -c /var/log/sa-host/sa20 [2020-12-20T20:13:14.169Z] file_magic: OK [2020-12-20T20:13:14.169Z] HZ: Using current value: 100 [2020-12-20T20:13:14.169Z] file_header: OK [2020-12-20T20:13:14.169Z] 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-20T20:13:14.169Z] Statistics: [2020-12-20T20:13:14.169Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-20T20:13:14.169Z] File successfully converted to sysstat format version 12.2.1 [2020-12-20T20:13:14.169Z] + sadf -c /var/log/sa-host/sa23 [2020-12-20T20:13:14.169Z] file_magic: OK [2020-12-20T20:13:14.169Z] HZ: Using current value: 100 [2020-12-20T20:13:14.169Z] file_header: OK [2020-12-20T20:13:14.169Z] 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-20T20:13:14.169Z] Statistics: [2020-12-20T20:13:14.169Z] Hnuu...uuuununununu... [2020-12-20T20:13:14.169Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-20T20:13:15.072Z] provisioning config files... [2020-12-20T20:13:15.091Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config6989314446097652941tmp [Pipeline] { [Pipeline] echo [2020-12-20T20:13:15.172Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:13:15.478Z] ---> create-netrc.sh [Pipeline] } [2020-12-20T20:13:15.488Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-20T20:13:15.590Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:13:15.895Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-20T20:13:15.908Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:13:16.212Z] ---> sudo-logs.sh [2020-12-20T20:13:16.212Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-20T20:13:16.224Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:13:16.538Z] ---> job-cost.sh [2020-12-20T20:13:16.538Z] lf-activate-venv: SKIPPING [2020-12-20T20:13:16.538Z] INFO: No Stack... [2020-12-20T20:13:17.932Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-20T20:13:18.509Z] INFO: Archiving Costs [Pipeline] echo [2020-12-20T20:13:18.525Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-20T20:13:18.831Z] ---> logs-deploy.sh [2020-12-20T20:13:18.831Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2942/17 [2020-12-20T20:13:18.831Z] INFO: archiving workspace using pattern(s): [2020-12-20T20:13:20.222Z] Archives upload complete. [2020-12-20T20:13:20.484Z] INFO: archiving logs to Nexus [2020-12-20T20:13:21.432Z] ---> uname -a: [2020-12-20T20:13:21.433Z] Linux prd-centos7-docker-4c-2g-16934.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-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] ---> lscpu: [2020-12-20T20:13:21.433Z] Architecture: x86_64 [2020-12-20T20:13:21.433Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-20T20:13:21.433Z] Byte Order: Little Endian [2020-12-20T20:13:21.433Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-20T20:13:21.433Z] CPU(s): 4 [2020-12-20T20:13:21.433Z] On-line CPU(s) list: 0-3 [2020-12-20T20:13:21.433Z] Thread(s) per core: 1 [2020-12-20T20:13:21.433Z] Core(s) per socket: 1 [2020-12-20T20:13:21.433Z] Socket(s): 4 [2020-12-20T20:13:21.433Z] NUMA node(s): 1 [2020-12-20T20:13:21.433Z] Vendor ID: GenuineIntel [2020-12-20T20:13:21.433Z] CPU family: 6 [2020-12-20T20:13:21.433Z] Model: 44 [2020-12-20T20:13:21.433Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-20T20:13:21.433Z] Stepping: 1 [2020-12-20T20:13:21.433Z] CPU MHz: 2933.436 [2020-12-20T20:13:21.433Z] BogoMIPS: 5866.87 [2020-12-20T20:13:21.433Z] Virtualization: VT-x [2020-12-20T20:13:21.433Z] Hypervisor vendor: KVM [2020-12-20T20:13:21.433Z] Virtualization type: full [2020-12-20T20:13:21.433Z] L1d cache: 128 KiB [2020-12-20T20:13:21.433Z] L1i cache: 128 KiB [2020-12-20T20:13:21.433Z] L2 cache: 16 MiB [2020-12-20T20:13:21.433Z] L3 cache: 64 MiB [2020-12-20T20:13:21.433Z] NUMA node0 CPU(s): 0-3 [2020-12-20T20:13:21.433Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-20T20:13:21.433Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-20T20:13:21.433Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-20T20:13:21.433Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-20T20:13:21.433Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-20T20:13:21.433Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-20T20:13:21.433Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-20T20:13:21.433Z] Vulnerability Srbds: Not affected [2020-12-20T20:13:21.433Z] Vulnerability Tsx async abort: Not affected [2020-12-20T20:13:21.433Z] 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-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] ---> nproc: [2020-12-20T20:13:21.433Z] 4 [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] ---> df -h: [2020-12-20T20:13:21.433Z] Filesystem Size Used Available Use% Mounted on [2020-12-20T20:13:21.433Z] overlay 50.0G 8.5G 41.5G 17% / [2020-12-20T20:13:21.433Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-20T20:13:21.433Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-20T20:13:21.433Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/17 [2020-12-20T20:13:21.433Z] /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/edgex-go/17@tmp [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] ---> free -m: [2020-12-20T20:13:21.433Z] total used free shared buff/cache available [2020-12-20T20:13:21.433Z] Mem: 1837 776 125 0 935 969 [2020-12-20T20:13:21.433Z] Swap: 1023 3 1020 [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] ---> ip addr: [2020-12-20T20:13:21.433Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-20T20:13:21.433Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-20T20:13:21.433Z] inet 127.0.0.1/8 scope host lo [2020-12-20T20:13:21.433Z] valid_lft forever preferred_lft forever [2020-12-20T20:13:21.433Z] inet6 ::1/128 scope host [2020-12-20T20:13:21.433Z] valid_lft forever preferred_lft forever [2020-12-20T20:13:21.433Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-20T20:13:21.433Z] link/ether fa:16:3e:3f:63:73 brd ff:ff:ff:ff:ff:ff [2020-12-20T20:13:21.433Z] inet 10.30.122.222/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-20T20:13:21.433Z] valid_lft 85868sec preferred_lft 85868sec [2020-12-20T20:13:21.433Z] inet6 fe80::f816:3eff:fe3f:6373/64 scope link [2020-12-20T20:13:21.433Z] valid_lft forever preferred_lft forever [2020-12-20T20:13:21.433Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-20T20:13:21.433Z] link/ether 02:42:64:59:56:dd brd ff:ff:ff:ff:ff:ff [2020-12-20T20:13:21.433Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-20T20:13:21.433Z] valid_lft forever preferred_lft forever [2020-12-20T20:13:21.433Z] inet6 fe80::42:64ff:fe59:56dd/64 scope link [2020-12-20T20:13:21.433Z] valid_lft forever preferred_lft forever [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] ---> sar -b -r -n DEV: [2020-12-20T20:13:21.433Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/20/20 _x86_64_ (4 CPU) [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] 20:04:15 LINUX RESTART (4 CPU) [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] 20:05:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-20T20:13:21.433Z] 20:06:01 73.38 16.51 56.87 0.00 5124.39 17449.60 0.00 [2020-12-20T20:13:21.433Z] 20:07:02 312.48 109.77 202.72 0.00 6903.95 64708.66 0.00 [2020-12-20T20:13:21.433Z] 20:08:01 227.58 121.25 106.32 0.00 5256.54 11205.50 0.00 [2020-12-20T20:13:21.433Z] 20:09:01 18.23 4.75 13.49 0.00 694.64 1265.12 0.00 [2020-12-20T20:13:21.433Z] 20:10:01 1.45 0.72 0.73 0.00 50.75 8.49 0.00 [2020-12-20T20:13:21.433Z] 20:11:01 0.63 0.00 0.63 0.00 0.00 7.08 0.00 [2020-12-20T20:13:21.433Z] 20:12:01 1.68 1.02 0.67 0.00 124.43 8.38 0.00 [2020-12-20T20:13:21.433Z] 20:13:02 70.31 58.62 11.68 0.00 4973.64 4427.51 0.00 [2020-12-20T20:13:21.433Z] Average: 88.26 39.02 49.24 0.00 2892.42 12459.81 0.00 [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] 20:05:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-20T20:13:21.433Z] 20:06:01 274136 0 607680 32.30 2620 997108 1201112 40.99 545404 857828 41892 [2020-12-20T20:13:21.433Z] 20:07:02 115484 0 729352 38.76 1020 1035688 1309660 44.70 684456 790296 8 [2020-12-20T20:13:21.433Z] 20:08:01 250816 0 758924 40.34 644 871160 1325800 45.25 633308 717000 45612 [2020-12-20T20:13:21.433Z] 20:09:01 542480 0 706108 37.53 644 632312 1107932 37.81 495428 580944 12 [2020-12-20T20:13:21.433Z] 20:10:01 544544 0 702540 37.34 644 633816 1077216 36.76 496548 578856 16 [2020-12-20T20:13:21.433Z] 20:11:01 545532 0 701548 37.29 644 633820 1077144 36.76 495944 578856 8 [2020-12-20T20:13:21.433Z] 20:12:01 542076 0 701264 37.27 644 637560 1077144 36.76 496076 582592 8 [2020-12-20T20:13:21.433Z] 20:13:02 122028 0 770200 40.93 644 988672 1504416 51.34 608264 881364 85452 [2020-12-20T20:13:21.433Z] Average: 367137 0 709702 37.72 938 803767 1210053 41.30 556928 695967 21626 [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] 20:05:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-20T20:13:21.433Z] 20:06:01 vethce74362 786.19 627.87 77.03 2662.28 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:06:01 eth0 1286.77 1192.93 5171.33 144.45 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:06:01 docker0 786.19 627.74 66.28 2662.27 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:07:02 eth0 715.40 542.51 4889.64 53.86 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:07:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:07:02 docker0 129.12 179.10 9.16 816.51 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:08:01 eth0 47.58 26.94 41.02 28.23 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:08:01 veth4b81fca 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:09:01 eth0 5.91 3.51 5.35 2.64 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:10:01 eth0 0.25 0.20 0.08 0.10 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:11:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:12:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:13:02 eth0 194.71 165.05 2164.61 15.55 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] 20:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] Average: eth0 282.49 242.32 1541.87 30.65 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] Average: docker0 114.71 101.20 9.45 436.39 0.00 0.00 0.00 0.00 [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] [2020-12-20T20:13:21.433Z] ---> sar -P ALL: [2020-12-20T20:13:21.433Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/20/20 _x86_64_ (4 CPU) [2020-12-20T20:13:21.434Z] [2020-12-20T20:13:21.434Z] 20:04:15 LINUX RESTART (4 CPU) [2020-12-20T20:13:21.434Z] [2020-12-20T20:13:21.434Z] 20:05:01 CPU %user %nice %system %iowait %steal %idle [2020-12-20T20:13:21.434Z] 20:06:01 all 12.61 0.00 5.42 1.53 0.10 80.34 [2020-12-20T20:13:21.434Z] 20:06:01 0 10.81 0.00 7.05 0.28 0.09 81.78 [2020-12-20T20:13:21.434Z] 20:06:01 1 11.86 0.00 4.95 2.56 0.10 80.54 [2020-12-20T20:13:21.434Z] 20:06:01 2 9.81 0.00 4.51 0.46 0.12 85.10 [2020-12-20T20:13:21.434Z] 20:06:01 3 17.93 0.00 5.19 2.80 0.10 73.97 [2020-12-20T20:13:21.434Z] 20:07:02 all 13.81 0.00 10.55 4.59 0.19 70.87 [2020-12-20T20:13:21.434Z] 20:07:02 0 13.80 0.00 11.26 2.57 0.21 72.16 [2020-12-20T20:13:21.434Z] 20:07:02 1 13.82 0.00 10.41 4.80 0.19 70.78 [2020-12-20T20:13:21.434Z] 20:07:02 2 13.65 0.00 10.50 4.97 0.17 70.71 [2020-12-20T20:13:21.434Z] 20:07:02 3 13.98 0.00 10.02 5.99 0.19 69.83 [2020-12-20T20:13:21.434Z] 20:08:01 all 51.23 0.00 12.80 6.35 0.31 29.31 [2020-12-20T20:13:21.434Z] 20:08:01 0 50.91 0.00 13.14 7.40 0.36 28.20 [2020-12-20T20:13:21.434Z] 20:08:01 1 52.10 0.00 12.70 3.97 0.34 30.90 [2020-12-20T20:13:21.434Z] 20:08:01 2 50.66 0.00 13.18 8.55 0.28 27.33 [2020-12-20T20:13:21.434Z] 20:08:01 3 51.25 0.00 12.19 5.47 0.25 30.85 [2020-12-20T20:13:21.434Z] 20:09:01 all 5.13 0.00 1.47 0.35 0.03 93.02 [2020-12-20T20:13:21.434Z] 20:09:01 0 4.78 0.00 1.31 0.12 0.03 93.76 [2020-12-20T20:13:21.434Z] 20:09:01 1 5.06 0.00 1.79 0.07 0.03 93.05 [2020-12-20T20:13:21.434Z] 20:09:01 2 4.69 0.00 1.47 0.08 0.02 93.73 [2020-12-20T20:13:21.434Z] 20:09:01 3 5.99 0.00 1.29 1.14 0.05 91.54 [2020-12-20T20:13:21.434Z] 20:10:01 all 0.18 0.00 0.07 0.00 0.01 99.74 [2020-12-20T20:13:21.434Z] 20:10:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-20T20:13:21.434Z] 20:10:01 1 0.05 0.00 0.12 0.00 0.00 99.83 [2020-12-20T20:13:21.434Z] 20:10:01 2 0.07 0.00 0.10 0.00 0.02 99.82 [2020-12-20T20:13:21.434Z] 20:10:01 3 0.55 0.00 0.05 0.00 0.02 99.38 [2020-12-20T20:13:21.434Z] 20:11:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2020-12-20T20:13:21.434Z] 20:11:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-12-20T20:13:21.434Z] 20:11:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-12-20T20:13:21.434Z] 20:11:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-12-20T20:13:21.434Z] 20:11:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2020-12-20T20:13:21.434Z] 20:12:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-12-20T20:13:21.434Z] 20:12:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-12-20T20:13:21.434Z] 20:12:01 1 0.07 0.00 0.07 0.00 0.00 99.87 [2020-12-20T20:13:21.434Z] 20:12:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2020-12-20T20:13:21.434Z] 20:12:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2020-12-20T20:13:21.434Z] 20:13:02 all 2.61 0.00 1.69 1.30 0.02 94.39 [2020-12-20T20:13:21.434Z] 20:13:02 0 2.18 0.00 1.64 0.25 0.02 95.92 [2020-12-20T20:13:21.434Z] 20:13:02 1 3.47 0.00 1.59 2.52 0.03 92.39 [2020-12-20T20:13:21.434Z] 20:13:02 2 2.62 0.00 1.96 2.08 0.02 93.32 [2020-12-20T20:13:21.434Z] 20:13:02 3 2.16 0.00 1.56 0.35 0.02 95.91 [2020-12-20T20:13:21.434Z] Average: all 10.40 0.00 3.92 1.72 0.08 83.89 [2020-12-20T20:13:21.434Z] Average: 0 9.99 0.00 4.21 1.28 0.08 84.43 [2020-12-20T20:13:21.434Z] Average: 1 10.48 0.00 3.87 1.71 0.08 83.86 [2020-12-20T20:13:21.434Z] Average: 2 9.89 0.00 3.89 1.96 0.08 84.19 [2020-12-20T20:13:21.434Z] Average: 3 11.24 0.00 3.70 1.92 0.08 83.07 [2020-12-20T20:13:21.434Z] [2020-12-20T20:13:21.434Z] [2020-12-20T20:13:21.434Z]