Pull request #2794 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6b36f89a9f73a24f829d8e24a660775558e128e4+5fa08527d925aa0d761a58fd1d2245c253eac308 (896e229f82812b97318974fcb90d096c32910098) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5672 in /w/workspace/edgexfoundry_edgex-go_PR-2794 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit 6b36f89a9f73a24f829d8e24a660775558e128e4 Merge succeeded, producing 6b36f89a9f73a24f829d8e24a660775558e128e4 Checking out Revision 6b36f89a9f73a24f829d8e24a660775558e128e4 (PR-2794) > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2794/head:refs/remotes/origin/PR-2794 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b36f89a9f73a24f829d8e24a660775558e128e4 # 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 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b36f89a9f73a24f829d8e24a660775558e128e4 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-15T21:26:34.185Z] Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk ce4addefb52feee24d0d39d5de01fda465202dae # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-15T21:26:34.504Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-15T21:26:34.604Z] ========================================================= [2020-10-15T21:26:34.604Z] EdgeX Global Pipelines Version Info [2020-10-15T21:26:34.605Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-15T21:26:36.114Z] ------------------- [2020-10-15T21:26:36.114Z] stable info: [2020-10-15T21:26:36.114Z] ------------------- [2020-10-15T21:26:36.114Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-15T21:26:36.114Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-15T21:26:36.114Z] Message: update stable to v1.0.144 [2020-10-15T21:26:37.059Z] ------------------- [2020-10-15T21:26:37.059Z] experimental info: [2020-10-15T21:26:37.059Z] ------------------- [2020-10-15T21:26:37.059Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-15T21:26:37.059Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-15T21:26:37.059Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-15T21:26:37.303Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-15T21:26:37.388Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-15T21:26:37.479Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-15T21:26:37.593Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-15T21:26:37.682Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-15T21:26:37.775Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-15T21:26:37.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-15T21:26:38.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-15T21:26:38.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-15T21:26:38.233Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-15T21:26:38.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-15T21:26:38.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-15T21:26:38.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-15T21:26:38.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-15T21:26:38.691Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T21:26:38.767Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-15T21:26:38.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-15T21:26:38.927Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-15T21:26:39.041Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-15T21:26:39.131Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-15T21:26:39.215Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-15T21:26:39.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2794 [Pipeline] echo [2020-10-15T21:26:39.375Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2794 [Pipeline] echo [2020-10-15T21:26:39.458Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2794 [Pipeline] echo [2020-10-15T21:26:39.541Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b36f89a9f73a24f829d8e24a660775558e128e4 [Pipeline] echo [2020-10-15T21:26:39.625Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b36f89 [Pipeline] echo [2020-10-15T21:26:39.717Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-15T21:26:40.087Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/core-command/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/core-data/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-15T21:26:40.088Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-15T21:26:40.088Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-15T21:26:40.088Z] ++ cut -d/ -f2 [2020-10-15T21:26:40.088Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-15T21:26:40.163Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-15T21:26:41.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T21:26:41.327Z] [2020-10-15T21:26:41.327Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T21:26:41.673Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T21:26:41.935Z] latest: Pulling from edgex-devops/git-semver [2020-10-15T21:26:41.935Z] 31603596830f: Pulling fs layer [2020-10-15T21:26:41.935Z] 2a8b12db71e7: Pulling fs layer [2020-10-15T21:26:41.935Z] 6ca5941a6612: Pulling fs layer [2020-10-15T21:26:41.935Z] ecc8261a40a4: Pulling fs layer [2020-10-15T21:26:41.935Z] ecc8261a40a4: Waiting [2020-10-15T21:26:41.935Z] 2a8b12db71e7: Download complete [2020-10-15T21:26:42.206Z] 31603596830f: Download complete [2020-10-15T21:26:42.206Z] ecc8261a40a4: Verifying Checksum [2020-10-15T21:26:42.206Z] ecc8261a40a4: Download complete [2020-10-15T21:26:42.206Z] 6ca5941a6612: Verifying Checksum [2020-10-15T21:26:42.206Z] 6ca5941a6612: Download complete [2020-10-15T21:26:42.468Z] 31603596830f: Pull complete [2020-10-15T21:26:42.735Z] 2a8b12db71e7: Pull complete [2020-10-15T21:26:43.315Z] 6ca5941a6612: Pull complete [2020-10-15T21:26:43.578Z] ecc8261a40a4: Pull complete [2020-10-15T21:26:43.578Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-15T21:26:43.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-15T21:26:43.578Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-15T21:26:43.682Z] prd-centos7-docker-4c-2g-5672 does not seem to be running inside a container [2020-10-15T21:26:43.733Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-15T21:26:46.119Z] $ docker top 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-15T21:26:46.401Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T21:26:46.401Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T21:26:46.597Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T21:26:46.603Z] $ docker exec 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a ssh-agent [2020-10-15T21:26:46.761Z] SSH_AUTH_SOCK=/tmp/ssh-vpF1rzw9H0JK/agent.12 [2020-10-15T21:26:46.761Z] SSH_AGENT_PID=17 [2020-10-15T21:26:46.774Z] Running ssh-add (command line suppressed) [2020-10-15T21:26:46.899Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5505315637107441092.key (/w/workspace/edgex-go/5@tmp/private_key_5505315637107441092.key) [2020-10-15T21:26:46.949Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T21:26:47.279Z] + git tag --points-at HEAD [Pipeline] } [2020-10-15T21:26:47.304Z] $ docker exec --env ******** --env ******** 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a ssh-agent -k [2020-10-15T21:26:47.421Z] unset SSH_AUTH_SOCK; [2020-10-15T21:26:47.422Z] unset SSH_AGENT_PID; [2020-10-15T21:26:47.422Z] echo Agent pid 17 killed; [2020-10-15T21:26:47.464Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-15T21:26:47.593Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-15T21:26:47.593Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-15T21:26:47.760Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-15T21:26:47.766Z] $ docker exec 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a ssh-agent [2020-10-15T21:26:47.930Z] SSH_AUTH_SOCK=/tmp/ssh-k4eE50Ugiyz5/agent.46 [2020-10-15T21:26:47.930Z] SSH_AGENT_PID=51 [2020-10-15T21:26:47.936Z] Running ssh-add (command line suppressed) [2020-10-15T21:26:48.056Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1028419358638437185.key (/w/workspace/edgex-go/5@tmp/private_key_1028419358638437185.key) [2020-10-15T21:26:48.105Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-15T21:26:48.436Z] + git semver init [2020-10-15T21:26:48.437Z] # -> Open(): unable to determine branch for HEAD [2020-10-15T21:26:48.437Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-10-15T21:26:48.437Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-10-15T21:26:48.437Z] # $SEMVER_REMOTE_NAME = origin [2020-10-15T21:26:48.437Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-15T21:26:48.437Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-15T21:26:48.437Z] # $SEMVER_BRANCH = PR-2794 [2020-10-15T21:26:48.437Z] # $SEMVER_TEMP = /tmp/semver-849597880 [2020-10-15T21:26:48.437Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-15T21:27:06.722Z] # '/tmp/semver-849597880' -> '/w/workspace/edgex-go/5/.semver' [2020-10-15T21:27:06.722Z] # -> Force: false [2020-10-15T21:27:06.722Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-10-15T21:27:06.738Z] $ docker exec --env ******** --env ******** 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a ssh-agent -k [2020-10-15T21:27:06.948Z] unset SSH_AUTH_SOCK; [2020-10-15T21:27:06.949Z] unset SSH_AGENT_PID; [2020-10-15T21:27:06.949Z] echo Agent pid 51 killed; [2020-10-15T21:27:07.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-15T21:27:07.539Z] + git semver [Pipeline] } [2020-10-15T21:27:07.560Z] $ docker stop --time=1 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a [2020-10-15T21:27:09.155Z] $ docker rm -f 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-15T21:27:09.661Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-15T21:27:10.177Z] Stashed 1 file(s) [Pipeline] echo [2020-10-15T21:27:10.180Z] [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] echo [2020-10-15T21:27:10.852Z] ========================================================= [2020-10-15T21:27:10.852Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-15T21:27:10.852Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T21:27:11.192Z] + 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-10-15T21:27:14.533Z] Sending build context to Docker daemon 325.2MB [2020-10-15T21:27:14.533Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T21:27:14.533Z] Step 2/7 : FROM ${BASE} [2020-10-15T21:27:14.533Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-15T21:27:14.533Z] df20fa9351a1: Pulling fs layer [2020-10-15T21:27:14.533Z] ed8968b2872e: Pulling fs layer [2020-10-15T21:27:14.533Z] a92cc7c5fd73: Pulling fs layer [2020-10-15T21:27:14.533Z] e871e8e8d7a9: Pulling fs layer [2020-10-15T21:27:14.533Z] e73272ec9a57: Pulling fs layer [2020-10-15T21:27:14.533Z] 1e910a182e73: Pulling fs layer [2020-10-15T21:27:14.533Z] 4e634b169226: Pulling fs layer [2020-10-15T21:27:14.533Z] e871e8e8d7a9: Waiting [2020-10-15T21:27:14.533Z] e73272ec9a57: Waiting [2020-10-15T21:27:14.533Z] 1e910a182e73: Waiting [2020-10-15T21:27:14.533Z] 4e634b169226: Waiting [2020-10-15T21:27:14.533Z] a92cc7c5fd73: Verifying Checksum [2020-10-15T21:27:14.533Z] a92cc7c5fd73: Download complete [2020-10-15T21:27:14.533Z] ed8968b2872e: Download complete [2020-10-15T21:27:14.533Z] e73272ec9a57: Verifying Checksum [2020-10-15T21:27:14.533Z] e73272ec9a57: Download complete [2020-10-15T21:27:14.533Z] 1e910a182e73: Verifying Checksum [2020-10-15T21:27:14.533Z] 1e910a182e73: Download complete [2020-10-15T21:27:14.533Z] df20fa9351a1: Verifying Checksum [2020-10-15T21:27:14.533Z] df20fa9351a1: Download complete [2020-10-15T21:27:14.798Z] df20fa9351a1: Pull complete [2020-10-15T21:27:15.061Z] ed8968b2872e: Pull complete [2020-10-15T21:27:15.061Z] a92cc7c5fd73: Pull complete [2020-10-15T21:27:16.458Z] 4e634b169226: Verifying Checksum [2020-10-15T21:27:16.458Z] 4e634b169226: Download complete [2020-10-15T21:27:17.032Z] e871e8e8d7a9: Verifying Checksum [2020-10-15T21:27:17.032Z] e871e8e8d7a9: Download complete [2020-10-15T21:27:22.364Z] e871e8e8d7a9: Pull complete [2020-10-15T21:27:22.364Z] e73272ec9a57: Pull complete [2020-10-15T21:27:22.364Z] 1e910a182e73: Pull complete [2020-10-15T21:27:25.631Z] Still waiting to schedule task [2020-10-15T21:27:25.631Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-15T21:27:28.963Z] 4e634b169226: Pull complete [2020-10-15T21:27:28.963Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-15T21:27:28.963Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-15T21:27:28.963Z] ---> f7629b54cfaa [2020-10-15T21:27:28.963Z] 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-10-15T21:27:28.963Z] ---> Running in 1fd4df7ac161 [2020-10-15T21:27:29.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-15T21:27:30.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-15T21:27:30.743Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T21:27:30.743Z] (2/12) Installing file (5.38-r0) [2020-10-15T21:27:30.743Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T21:27:31.005Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T21:27:34.315Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T21:27:34.315Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T21:27:34.315Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T21:27:34.577Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T21:27:34.577Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T21:27:34.577Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T21:27:34.838Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T21:27:34.838Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T21:27:34.838Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T21:27:35.100Z] OK: 233 MiB in 51 packages [2020-10-15T21:27:38.406Z] Removing intermediate container 1fd4df7ac161 [2020-10-15T21:27:38.406Z] ---> 4d22b430b947 [2020-10-15T21:27:38.406Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T21:27:38.406Z] ---> Running in 1097023e8461 [2020-10-15T21:27:38.667Z] Removing intermediate container 1097023e8461 [2020-10-15T21:27:38.667Z] ---> ce9bd6713334 [2020-10-15T21:27:38.667Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T21:27:38.928Z] latest: Pulling from library/docker [2020-10-15T21:27:39.190Z] df20fa9351a1: Already exists [2020-10-15T21:27:39.190Z] 25ad7478873d: Pulling fs layer [2020-10-15T21:27:39.190Z] 4684f6177b5d: Pulling fs layer [2020-10-15T21:27:39.190Z] 8ba584e970af: Pulling fs layer [2020-10-15T21:27:39.190Z] 3cdc74d2b06d: Pulling fs layer [2020-10-15T21:27:39.190Z] 4cf5a0d07c1f: Pulling fs layer [2020-10-15T21:27:39.190Z] fca0ccc462d5: Pulling fs layer [2020-10-15T21:27:39.190Z] 3cdc74d2b06d: Waiting [2020-10-15T21:27:39.190Z] 4cf5a0d07c1f: Waiting [2020-10-15T21:27:39.190Z] fca0ccc462d5: Waiting [2020-10-15T21:27:39.454Z] 4684f6177b5d: Verifying Checksum [2020-10-15T21:27:39.455Z] 4684f6177b5d: Download complete [2020-10-15T21:27:39.455Z] 25ad7478873d: Verifying Checksum [2020-10-15T21:27:39.455Z] 25ad7478873d: Download complete [2020-10-15T21:27:39.455Z] 3cdc74d2b06d: Verifying Checksum [2020-10-15T21:27:39.455Z] 3cdc74d2b06d: Download complete [2020-10-15T21:27:39.455Z] 4cf5a0d07c1f: Verifying Checksum [2020-10-15T21:27:39.455Z] 4cf5a0d07c1f: Download complete [2020-10-15T21:27:39.725Z] fca0ccc462d5: Verifying Checksum [2020-10-15T21:27:39.725Z] fca0ccc462d5: Download complete [2020-10-15T21:27:39.725Z] 25ad7478873d: Pull complete [2020-10-15T21:27:39.725Z] 4684f6177b5d: Pull complete [2020-10-15T21:27:39.990Z] 8ba584e970af: Verifying Checksum [2020-10-15T21:27:39.990Z] 8ba584e970af: Download complete [2020-10-15T21:27:42.548Z] 8ba584e970af: Pull complete [2020-10-15T21:27:42.548Z] 3cdc74d2b06d: Pull complete [2020-10-15T21:27:42.548Z] 4cf5a0d07c1f: Pull complete [2020-10-15T21:27:42.548Z] fca0ccc462d5: Pull complete [2020-10-15T21:27:42.548Z] Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 [2020-10-15T21:27:42.548Z] Status: Downloaded newer image for docker:latest [2020-10-15T21:27:44.469Z] ---> 0fd43a25ef29 [2020-10-15T21:27:44.469Z] Step 6/7 : COPY go.mod . [2020-10-15T21:27:44.469Z] ---> 9d4dab922ce2 [2020-10-15T21:27:44.469Z] Step 7/7 : RUN go mod download [2020-10-15T21:27:44.469Z] ---> Running in e8798322822f [2020-10-15T21:28:06.483Z] Removing intermediate container e8798322822f [2020-10-15T21:28:06.483Z] ---> 2622c727f80e [2020-10-15T21:28:06.483Z] Successfully built 2622c727f80e [2020-10-15T21:28:06.483Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-15T21:28:06.798Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T21:28:06.798Z] . [Pipeline] withDockerContainer [2020-10-15T21:28:06.901Z] prd-centos7-docker-4c-2g-5672 does not seem to be running inside a container [2020-10-15T21:28:06.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2020-10-15T21:28:07.674Z] $ docker top 1f0e384f7ec0f0a626b629337b039d6da3850558888d0d5445547cd771798a7a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T21:28:08.174Z] + go version [2020-10-15T21:28:08.174Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-15T21:28:08.190Z] $ docker stop --time=1 1f0e384f7ec0f0a626b629337b039d6da3850558888d0d5445547cd771798a7a [2020-10-15T21:28:09.518Z] $ docker rm -f 1f0e384f7ec0f0a626b629337b039d6da3850558888d0d5445547cd771798a7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-15T21:28:10.365Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-15T21:28:10.365Z] . [Pipeline] withDockerContainer [2020-10-15T21:28:10.458Z] prd-centos7-docker-4c-2g-5672 does not seem to be running inside a container [2020-10-15T21:28:10.503Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2020-10-15T21:28:11.063Z] $ docker top b57d764907e4f8351825436bdcd72f3878198386de4d1dc187fe6aa55f5f231f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-15T21:28:11.220Z] ========================================================= [2020-10-15T21:28:11.220Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-15T21:28:11.220Z] ========================================================= [Pipeline] sh [2020-10-15T21:28:11.506Z] + make test [2020-10-15T21:28:11.506Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-15T21:28:14.076Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-15T21:28:24.252Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-15T21:28:27.619Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [2020-10-15T21:28:27.619Z] internal/core/metadata/v2/controller/http/deviceprofile.go:66:35: addDeviceProfileDTOs[i].RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) [2020-10-15T21:28:27.619Z] internal/core/metadata/v2/controller/http/deviceprofile.go:116:37: updateDeviceProfileReq[i].RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) [2020-10-15T21:28:27.619Z] internal/core/metadata/v2/controller/http/deviceservice.go:73:35: addDeviceServiceDTOs[i].RequestID undefined (type requests.AddDeviceServiceRequest has no field or method RequestID) [2020-10-15T21:28:27.619Z] internal/core/metadata/v2/controller/http/deviceservice.go:152:15: dto.RequestID undefined (type requests.UpdateDeviceServiceRequest has no field or method RequestID) [2020-10-15T21:28:28.571Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [2020-10-15T21:28:28.571Z] internal/core/data/v2/controller/http/event.go:71:30: addEventReqDTOs[i].RequestID undefined (type requests.AddEventRequest has no field or method RequestID) [2020-10-15T21:28:30.531Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s [2020-10-15T21:28:32.486Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/application [github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.test] [2020-10-15T21:28:32.486Z] internal/core/data/v2/application/event_test.go:178:42: evt.ID undefined (type dtos.Event has no field or method ID, but does have Id) [2020-10-15T21:28:33.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements [2020-10-15T21:28:33.430Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] [2020-10-15T21:28:33.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements [2020-10-15T21:28:33.430Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.007s coverage: 100.0% of statements [2020-10-15T21:28:33.430Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/application [build failed] [2020-10-15T21:28:33.430Z] # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.test] [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event.go:71: addEventReqDTOs[i].RequestID undefined (type requests.AddEventRequest has no field or method RequestID) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:53:3: unknown field 'RequestID' in struct literal of type common.BaseRequest (but does have RequestId) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:56:3: unknown field 'ID' in struct literal of type dtos.Event (but does have Id) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:108:13: noRequestId.RequestID undefined (type requests.AddEventRequest has no field or method RequestID) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:110:14: badRequestId.RequestID undefined (type requests.AddEventRequest has no field or method RequestID) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:114:17: noEventID.Event.ID undefined (type dtos.Event has no field or method ID, but does have Id) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:116:18: badEventID.Event.ID undefined (type dtos.Event has no field or method ID, but does have Id) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:222:24: actualResponse[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:223:57: actualResponse[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:286:59: actualResponse.Event.ID undefined (type dtos.Event has no field or method ID, but does have Id) [2020-10-15T21:28:33.430Z] internal/core/data/v2/controller/http/event_test.go:286:59: too many errors [2020-10-15T21:28:33.430Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] [2020-10-15T21:28:33.694Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] [2020-10-15T21:28:34.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements [2020-10-15T21:28:34.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements [2020-10-15T21:28:34.654Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.031s coverage: 86.7% of statements [2020-10-15T21:28:34.924Z] # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile.go:66: addDeviceProfileDTOs[i].RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile.go:116: updateDeviceProfileReq[i].RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceservice.go:73: addDeviceServiceDTOs[i].RequestID undefined (type requests.AddDeviceServiceRequest has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceservice.go:152: dto.RequestID undefined (type requests.UpdateDeviceServiceRequest has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:74:4: unknown field 'RequestID' in struct literal of type common.BaseRequest (but does have RequestId) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:150:13: noRequestId.RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:179:13: res[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:180:46: res[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:196:14: badRequestId.RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:325:45: res[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) [2020-10-15T21:28:34.924Z] internal/core/metadata/v2/controller/http/deviceprofile_test.go:325:45: too many errors [2020-10-15T21:28:35.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.040s coverage: 97.5% of statements [2020-10-15T21:28:35.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.024s coverage: 100.0% of statements [2020-10-15T21:28:35.472Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] [2020-10-15T21:28:35.472Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2020-10-15T21:28:35.472Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.011s coverage: 0.0% of statements [no tests to run] [2020-10-15T21:28:36.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.042s coverage: 63.5% of statements [2020-10-15T21:28:36.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements [2020-10-15T21:28:36.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.007s coverage: 91.3% of statements [2020-10-15T21:28:36.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.006s coverage: 100.0% of statements [2020-10-15T21:28:37.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2020-10-15T21:28:37.151Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.014s coverage: 100.0% of statements [2020-10-15T21:28:37.753Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.104s coverage: 55.9% of statements [2020-10-15T21:28:40.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.635s coverage: 86.3% of statements [2020-10-15T21:28:40.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.317s coverage: 72.2% of statements [2020-10-15T21:28:40.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.126s coverage: 72.1% of statements [2020-10-15T21:28:40.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.024s coverage: 82.4% of statements [2020-10-15T21:28:40.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements [2020-10-15T21:28:40.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.015s coverage: 28.8% of statements [2020-10-15T21:28:40.346Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements [2020-10-15T21:28:40.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.019s coverage: 36.5% of statements [2020-10-15T21:28:40.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.084s coverage: 84.1% of statements [2020-10-15T21:28:40.608Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements [2020-10-15T21:28:41.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.014s coverage: 42.9% of statements [2020-10-15T21:28:41.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.007s coverage: 100.0% of statements [2020-10-15T21:28:41.190Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.029s coverage: 83.8% of statements [2020-10-15T21:28:42.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.027s coverage: 47.1% of statements [2020-10-15T21:28:42.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.005s coverage: 100.0% of statements [2020-10-15T21:28:42.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.018s coverage: 100.0% of statements [2020-10-15T21:28:42.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.016s coverage: 100.0% of statements [2020-10-15T21:28:43.604Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements [2020-10-15T21:28:43.604Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.032s coverage: 99.0% of statements [2020-10-15T21:28:43.604Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements [2020-10-15T21:28:43.604Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements [2020-10-15T21:28:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements [2020-10-15T21:28:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements [2020-10-15T21:28:44.187Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2020-10-15T21:28:44.448Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements [2020-10-15T21:28:44.709Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements [2020-10-15T21:28:44.709Z] make: *** [Makefile:81: test] Error 2 [Pipeline] } [2020-10-15T21:28:44.729Z] $ docker stop --time=1 b57d764907e4f8351825436bdcd72f3878198386de4d1dc187fe6aa55f5f231f [2020-10-15T21:28:47.265Z] $ docker rm -f b57d764907e4f8351825436bdcd72f3878198386de4d1dc187fe6aa55f5f231f [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-10-15T21:28:48.799Z] Failed in branch amd64 [2020-10-15T21:31:21.758Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5677 in /w/workspace/edgexfoundry_edgex-go_PR-2794 [Pipeline] { [Pipeline] ws [2020-10-15T21:31:21.911Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-10-15T21:31:27.512Z] using credential edgex-jenkins-ssh [2020-10-15T21:31:27.569Z] Cloning the remote Git repository [2020-10-15T21:31:27.634Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-15T21:31:27.744Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-10-15T21:31:27.819Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T21:31:27.820Z] > git --version # timeout=10 [2020-10-15T21:31:27.843Z] > git --version # 'git version 2.17.1' [2020-10-15T21:31:27.845Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T21:31:27.893Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T21:31:46.347Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T21:31:46.374Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-15T21:31:46.413Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-15T21:31:46.452Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-15T21:31:46.453Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T21:31:46.466Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2794/head:refs/remotes/origin/PR-2794 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-15T21:31:47.012Z] Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit 6b36f89a9f73a24f829d8e24a660775558e128e4 [2020-10-15T21:31:47.516Z] Merge succeeded, producing 6b36f89a9f73a24f829d8e24a660775558e128e4 [2020-10-15T21:31:47.517Z] Checking out Revision 6b36f89a9f73a24f829d8e24a660775558e128e4 (PR-2794) [2020-10-15T21:31:47.036Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T21:31:47.051Z] > git checkout -f 6b36f89a9f73a24f829d8e24a660775558e128e4 # timeout=10 [2020-10-15T21:31:47.421Z] > git remote # timeout=10 [2020-10-15T21:31:47.441Z] > git config --get remote.origin.url # timeout=10 [2020-10-15T21:31:47.456Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-15T21:31:47.468Z] > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 [2020-10-15T21:31:47.499Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-15T21:31:47.536Z] > git config core.sparsecheckout # timeout=10 [2020-10-15T21:31:47.561Z] > git checkout -f 6b36f89a9f73a24f829d8e24a660775558e128e4 # timeout=10 [2020-10-15T21:31:52.327Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-15T21:31:53.328Z] ========================================================= [2020-10-15T21:31:53.328Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-15T21:31:53.328Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-15T21:31:54.598Z] + 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-10-15T21:31:57.260Z] Sending build context to Docker daemon 164.9MB [2020-10-15T21:31:57.260Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-15T21:31:57.260Z] Step 2/7 : FROM ${BASE} [2020-10-15T21:31:57.539Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-15T21:31:57.539Z] b538f80385f9: Pulling fs layer [2020-10-15T21:31:57.539Z] 74f711af9a0d: Pulling fs layer [2020-10-15T21:31:57.539Z] 99f96fe45779: Pulling fs layer [2020-10-15T21:31:57.539Z] 8529a6b9a6be: Pulling fs layer [2020-10-15T21:31:57.539Z] 45590311c82a: Pulling fs layer [2020-10-15T21:31:57.539Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-15T21:31:57.539Z] 209524e5b208: Pulling fs layer [2020-10-15T21:31:57.539Z] 45590311c82a: Waiting [2020-10-15T21:31:57.539Z] 8529a6b9a6be: Waiting [2020-10-15T21:31:57.539Z] 69ca0ff8b7b3: Waiting [2020-10-15T21:31:57.539Z] 209524e5b208: Waiting [2020-10-15T21:31:57.539Z] 99f96fe45779: Download complete [2020-10-15T21:31:57.539Z] 74f711af9a0d: Verifying Checksum [2020-10-15T21:31:57.539Z] 74f711af9a0d: Download complete [2020-10-15T21:31:57.539Z] 45590311c82a: Verifying Checksum [2020-10-15T21:31:57.539Z] 45590311c82a: Download complete [2020-10-15T21:31:57.539Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-15T21:31:57.539Z] b538f80385f9: Verifying Checksum [2020-10-15T21:31:57.539Z] b538f80385f9: Download complete [2020-10-15T21:31:58.535Z] b538f80385f9: Pull complete [2020-10-15T21:31:58.809Z] 74f711af9a0d: Pull complete [2020-10-15T21:31:59.422Z] 99f96fe45779: Pull complete [2020-10-15T21:32:00.025Z] 209524e5b208: Verifying Checksum [2020-10-15T21:32:00.025Z] 209524e5b208: Download complete [2020-10-15T21:32:02.026Z] 8529a6b9a6be: Verifying Checksum [2020-10-15T21:32:02.026Z] 8529a6b9a6be: Download complete [2020-10-15T21:32:12.216Z] 8529a6b9a6be: Pull complete [2020-10-15T21:32:12.494Z] 45590311c82a: Pull complete [2020-10-15T21:32:12.770Z] 69ca0ff8b7b3: Pull complete [2020-10-15T21:32:16.196Z] 209524e5b208: Pull complete [2020-10-15T21:32:16.196Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-15T21:32:16.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-15T21:32:16.196Z] ---> 5bddaf1c2fca [2020-10-15T21:32:16.196Z] 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-10-15T21:32:20.553Z] ---> Running in 3515f4403199 [2020-10-15T21:32:22.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-15T21:32:23.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-15T21:32:24.463Z] (1/12) Installing libmagic (5.38-r0) [2020-10-15T21:32:24.737Z] (2/12) Installing file (5.38-r0) [2020-10-15T21:32:24.737Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-15T21:32:24.737Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-15T21:32:43.057Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-15T21:32:43.057Z] (6/12) Installing patch (2.7.6-r6) [2020-10-15T21:32:43.057Z] (7/12) Installing build-base (0.5-r2) [2020-10-15T21:32:43.057Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-15T21:32:43.057Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-15T21:32:43.057Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-15T21:32:43.057Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-15T21:32:43.057Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-15T21:32:43.057Z] Executing busybox-1.31.1-r16.trigger [2020-10-15T21:32:43.057Z] OK: 217 MiB in 51 packages [2020-10-15T21:32:46.470Z] Removing intermediate container 3515f4403199 [2020-10-15T21:32:46.470Z] ---> f9d2ee56e936 [2020-10-15T21:32:46.470Z] Step 4/7 : WORKDIR /edgex-go [2020-10-15T21:32:46.470Z] ---> Running in 3f50245c7cb8 [2020-10-15T21:32:46.470Z] Removing intermediate container 3f50245c7cb8 [2020-10-15T21:32:46.470Z] ---> b50cde9f38bb [2020-10-15T21:32:46.470Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-15T21:32:47.067Z] latest: Pulling from library/docker [2020-10-15T21:32:47.067Z] b538f80385f9: Already exists [2020-10-15T21:32:47.067Z] 259a493cd78d: Pulling fs layer [2020-10-15T21:32:47.067Z] b8e66b5100f5: Pulling fs layer [2020-10-15T21:32:47.067Z] 7f8258a56ab6: Pulling fs layer [2020-10-15T21:32:47.067Z] 75a0a0ebb566: Pulling fs layer [2020-10-15T21:32:47.067Z] 4a2c62f0a2a3: Pulling fs layer [2020-10-15T21:32:47.067Z] 294320357d30: Pulling fs layer [2020-10-15T21:32:47.067Z] 75a0a0ebb566: Waiting [2020-10-15T21:32:47.067Z] 4a2c62f0a2a3: Waiting [2020-10-15T21:32:47.067Z] 294320357d30: Waiting [2020-10-15T21:32:47.662Z] invalid from flag value docker:latest: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/45/45884bde00785fd35c37401dc4afba38dd59e1dec6400bdf18cab1d58b51830d/data?verify=1602800567-VoWv2mE98joeixr4B9VymOLH1sA%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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-10-15T21:32:49.136Z] 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] { (Clair Scan) Stage "Clair 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-10-15T21:32:51.400Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T21:32:51.968Z] ---> package-listing.sh [2020-10-15T21:32:51.968Z] ++ facter osfamily [2020-10-15T21:32:51.968Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-15T21:32:51.968Z] + OS_FAMILY=redhat [2020-10-15T21:32:51.968Z] + workspace=/w/workspace/edgex-go/5 [2020-10-15T21:32:51.968Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-15T21:32:51.968Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-15T21:32:51.968Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-15T21:32:51.968Z] + PACKAGES=/tmp/packages_start.txt [2020-10-15T21:32:51.968Z] + '[' /w/workspace/edgex-go/5 ']' [2020-10-15T21:32:51.968Z] + PACKAGES=/tmp/packages_end.txt [2020-10-15T21:32:51.968Z] + case "${OS_FAMILY}" in [2020-10-15T21:32:51.968Z] + rpm -qa [2020-10-15T21:32:51.968Z] + sort [2020-10-15T21:32:56.309Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-15T21:32:56.309Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-15T21:32:56.309Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-15T21:32:56.309Z] + '[' /w/workspace/edgex-go/5 ']' [2020-10-15T21:32:56.309Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-10-15T21:32:56.309Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2020-10-15T21:32:56.354Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-15T21:32:56.708Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-15T21:32:57.008Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T21:32:57.008Z] [2020-10-15T21:32:57.008Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-15T21:32:57.354Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T21:32:57.354Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-15T21:32:57.354Z] df20fa9351a1: Already exists [2020-10-15T21:32:57.354Z] 36b3adc4ff6f: Pulling fs layer [2020-10-15T21:32:57.354Z] 8ad3a11d3b57: Pulling fs layer [2020-10-15T21:32:57.354Z] 46f8f816bc3b: Pulling fs layer [2020-10-15T21:32:57.354Z] 93b61091891f: Pulling fs layer [2020-10-15T21:32:57.354Z] 93b9cdb0e59b: Pulling fs layer [2020-10-15T21:32:57.354Z] 5e14af77c1be: Pulling fs layer [2020-10-15T21:32:57.354Z] 01666e4c0597: Pulling fs layer [2020-10-15T21:32:57.354Z] aa168da1d23b: Pulling fs layer [2020-10-15T21:32:57.354Z] 5e14af77c1be: Waiting [2020-10-15T21:32:57.354Z] 01666e4c0597: Waiting [2020-10-15T21:32:57.354Z] 93b9cdb0e59b: Waiting [2020-10-15T21:32:57.354Z] 93b61091891f: Waiting [2020-10-15T21:32:57.354Z] aa168da1d23b: Waiting [2020-10-15T21:32:57.354Z] 46f8f816bc3b: Verifying Checksum [2020-10-15T21:32:57.354Z] 46f8f816bc3b: Download complete [2020-10-15T21:32:57.354Z] 36b3adc4ff6f: Verifying Checksum [2020-10-15T21:32:57.354Z] 36b3adc4ff6f: Download complete [2020-10-15T21:32:57.354Z] 93b9cdb0e59b: Verifying Checksum [2020-10-15T21:32:57.354Z] 93b9cdb0e59b: Download complete [2020-10-15T21:32:57.354Z] 5e14af77c1be: Verifying Checksum [2020-10-15T21:32:57.354Z] 5e14af77c1be: Download complete [2020-10-15T21:32:57.615Z] 93b61091891f: Verifying Checksum [2020-10-15T21:32:57.615Z] 93b61091891f: Download complete [2020-10-15T21:32:57.615Z] 01666e4c0597: Verifying Checksum [2020-10-15T21:32:57.615Z] 01666e4c0597: Download complete [2020-10-15T21:32:57.615Z] 8ad3a11d3b57: Verifying Checksum [2020-10-15T21:32:57.615Z] 8ad3a11d3b57: Download complete [2020-10-15T21:32:57.615Z] 36b3adc4ff6f: Pull complete [2020-10-15T21:32:58.189Z] 8ad3a11d3b57: Pull complete [2020-10-15T21:32:58.454Z] 46f8f816bc3b: Pull complete [2020-10-15T21:32:58.718Z] 93b61091891f: Pull complete [2020-10-15T21:32:58.978Z] 93b9cdb0e59b: Pull complete [2020-10-15T21:32:59.238Z] 5e14af77c1be: Pull complete [2020-10-15T21:32:59.501Z] aa168da1d23b: Verifying Checksum [2020-10-15T21:32:59.501Z] aa168da1d23b: Download complete [2020-10-15T21:32:59.501Z] 01666e4c0597: Pull complete [2020-10-15T21:33:06.112Z] aa168da1d23b: Pull complete [2020-10-15T21:33:06.112Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-15T21:33:06.112Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-15T21:33:06.112Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-15T21:33:06.255Z] prd-centos7-docker-4c-2g-5672 does not seem to be running inside a container [2020-10-15T21:33:06.301Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-15T21:33:09.536Z] $ docker top 48896ffb2c66b6f32da23f970c975b3abde4f28ff4e379e5fe8a9623c72e18de -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-15T21:33:10.025Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-15T21:33:10.322Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-15T21:33:10.620Z] + ls /var/log/sa-host [2020-10-15T21:33:10.620Z] + sadf -c /var/log/sa-host/sa05 [2020-10-15T21:33:10.620Z] file_magic: OK [2020-10-15T21:33:10.620Z] HZ: Using current value: 100 [2020-10-15T21:33:10.620Z] file_header: OK [2020-10-15T21:33:10.620Z] 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-10-15T21:33:10.620Z] Statistics: [2020-10-15T21:33:10.620Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T21:33:10.620Z] File successfully converted to sysstat format version 12.2.1 [2020-10-15T21:33:10.620Z] + sadf -c /var/log/sa-host/sa15 [2020-10-15T21:33:10.620Z] file_magic: OK [2020-10-15T21:33:10.620Z] HZ: Using current value: 100 [2020-10-15T21:33:10.620Z] file_header: OK [2020-10-15T21:33:10.620Z] 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-10-15T21:33:10.620Z] Statistics: [2020-10-15T21:33:10.620Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-15T21:33:10.620Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-15T21:33:10.818Z] provisioning config files... [2020-10-15T21:33:10.839Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config4834510387539516235tmp [Pipeline] { [Pipeline] echo [2020-10-15T21:33:11.014Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T21:33:11.315Z] ---> create-netrc.sh [Pipeline] } [2020-10-15T21:33:11.324Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-15T21:33:11.420Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T21:33:11.714Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-15T21:33:11.726Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T21:33:12.019Z] ---> sudo-logs.sh [2020-10-15T21:33:12.019Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-15T21:33:12.029Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T21:33:12.324Z] ---> job-cost.sh [2020-10-15T21:33:12.324Z] lf-activate-venv: SKIPPING [2020-10-15T21:33:12.324Z] INFO: No Stack... [2020-10-15T21:33:14.250Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-15T21:33:14.511Z] INFO: Archiving Costs [Pipeline] echo [2020-10-15T21:33:14.524Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-15T21:33:14.827Z] ---> logs-deploy.sh [2020-10-15T21:33:14.827Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2794/5 [2020-10-15T21:33:14.827Z] INFO: archiving workspace using pattern(s): [2020-10-15T21:33:16.215Z] Archives upload complete. [2020-10-15T21:33:16.476Z] INFO: archiving logs to Nexus [2020-10-15T21:33:17.419Z] ---> uname -a: [2020-10-15T21:33:17.419Z] Linux prd-centos7-docker-4c-2g-5672.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-15T21:33:17.419Z] [2020-10-15T21:33:17.419Z] [2020-10-15T21:33:17.419Z] ---> lscpu: [2020-10-15T21:33:17.419Z] Architecture: x86_64 [2020-10-15T21:33:17.419Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-15T21:33:17.419Z] Byte Order: Little Endian [2020-10-15T21:33:17.419Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-15T21:33:17.419Z] CPU(s): 4 [2020-10-15T21:33:17.419Z] On-line CPU(s) list: 0-3 [2020-10-15T21:33:17.419Z] Thread(s) per core: 1 [2020-10-15T21:33:17.419Z] Core(s) per socket: 1 [2020-10-15T21:33:17.419Z] Socket(s): 4 [2020-10-15T21:33:17.419Z] NUMA node(s): 1 [2020-10-15T21:33:17.419Z] Vendor ID: GenuineIntel [2020-10-15T21:33:17.419Z] CPU family: 6 [2020-10-15T21:33:17.419Z] Model: 44 [2020-10-15T21:33:17.419Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-15T21:33:17.419Z] Stepping: 1 [2020-10-15T21:33:17.419Z] CPU MHz: 2933.438 [2020-10-15T21:33:17.419Z] BogoMIPS: 5866.87 [2020-10-15T21:33:17.419Z] Virtualization: VT-x [2020-10-15T21:33:17.419Z] Hypervisor vendor: KVM [2020-10-15T21:33:17.419Z] Virtualization type: full [2020-10-15T21:33:17.419Z] L1d cache: 128 KiB [2020-10-15T21:33:17.419Z] L1i cache: 128 KiB [2020-10-15T21:33:17.419Z] L2 cache: 16 MiB [2020-10-15T21:33:17.419Z] L3 cache: 64 MiB [2020-10-15T21:33:17.419Z] NUMA node0 CPU(s): 0-3 [2020-10-15T21:33:17.419Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-15T21:33:17.419Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-15T21:33:17.419Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-15T21:33:17.419Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-15T21:33:17.419Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-15T21:33:17.419Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-15T21:33:17.419Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-15T21:33:17.419Z] Vulnerability Tsx async abort: Not affected [2020-10-15T21:33:17.419Z] 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-10-15T21:33:17.419Z] [2020-10-15T21:33:17.419Z] [2020-10-15T21:33:17.419Z] ---> nproc: [2020-10-15T21:33:17.419Z] 4 [2020-10-15T21:33:17.419Z] [2020-10-15T21:33:17.419Z] [2020-10-15T21:33:17.419Z] ---> df -h: [2020-10-15T21:33:17.419Z] Filesystem Size Used Available Use% Mounted on [2020-10-15T21:33:17.419Z] overlay 50.0G 8.4G 41.5G 17% / [2020-10-15T21:33:17.419Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-15T21:33:17.420Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-15T21:33:17.420Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/edgex-go/5 [2020-10-15T21:33:17.420Z] /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/edgex-go/5@tmp [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] ---> free -m: [2020-10-15T21:33:17.420Z] total used free shared buff/cache available [2020-10-15T21:33:17.420Z] Mem: 1837 736 139 0 961 1009 [2020-10-15T21:33:17.420Z] Swap: 1023 3 1020 [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] ---> ip addr: [2020-10-15T21:33:17.420Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-15T21:33:17.420Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-15T21:33:17.420Z] inet 127.0.0.1/8 scope host lo [2020-10-15T21:33:17.420Z] valid_lft forever preferred_lft forever [2020-10-15T21:33:17.420Z] inet6 ::1/128 scope host [2020-10-15T21:33:17.420Z] valid_lft forever preferred_lft forever [2020-10-15T21:33:17.420Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-15T21:33:17.420Z] link/ether fa:16:3e:29:a4:e3 brd ff:ff:ff:ff:ff:ff [2020-10-15T21:33:17.420Z] inet 10.30.123.14/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-15T21:33:17.420Z] valid_lft 85950sec preferred_lft 85950sec [2020-10-15T21:33:17.420Z] inet6 fe80::f816:3eff:fe29:a4e3/64 scope link [2020-10-15T21:33:17.420Z] valid_lft forever preferred_lft forever [2020-10-15T21:33:17.420Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-15T21:33:17.420Z] link/ether 02:42:37:f8:78:9c brd ff:ff:ff:ff:ff:ff [2020-10-15T21:33:17.420Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-15T21:33:17.420Z] valid_lft forever preferred_lft forever [2020-10-15T21:33:17.420Z] inet6 fe80::42:37ff:fef8:789c/64 scope link [2020-10-15T21:33:17.420Z] valid_lft forever preferred_lft forever [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] ---> sar -b -r -n DEV: [2020-10-15T21:33:17.420Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] 21:25:29 LINUX RESTART (4 CPU) [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] 21:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-15T21:33:17.420Z] 21:27:01 99.62 38.39 61.23 0.00 7933.71 15549.58 0.00 [2020-10-15T21:33:17.420Z] 21:28:01 311.38 98.12 213.26 0.00 6604.16 65182.97 0.00 [2020-10-15T21:33:17.420Z] 21:29:01 237.50 136.86 100.65 0.00 6782.43 10963.89 0.00 [2020-10-15T21:33:17.420Z] 21:30:01 2.53 0.65 1.88 0.00 69.54 36.27 0.00 [2020-10-15T21:33:17.420Z] 21:31:01 0.33 0.00 0.33 0.00 0.00 4.11 0.00 [2020-10-15T21:33:17.420Z] 21:32:01 0.30 0.05 0.25 0.00 1.20 3.68 0.00 [2020-10-15T21:33:17.420Z] 21:33:01 73.81 52.66 21.15 0.00 4578.90 7139.75 0.00 [2020-10-15T21:33:17.420Z] Average: 103.20 46.57 56.63 0.00 3704.80 14013.43 0.00 [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] 21:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-15T21:33:17.420Z] 21:27:01 71780 0 766296 40.73 2620 1040860 1481692 50.57 667928 979296 20 [2020-10-15T21:33:17.420Z] 21:28:01 76104 0 768660 40.85 1492 1035300 1549596 52.88 771812 778808 96356 [2020-10-15T21:33:17.420Z] 21:29:01 417848 0 662252 35.20 1436 800020 1133540 38.69 587756 647148 16 [2020-10-15T21:33:17.420Z] 21:30:01 419784 0 658180 34.98 1436 802156 1114988 38.05 588956 647032 12 [2020-10-15T21:33:17.420Z] 21:31:01 419932 0 658024 34.97 1436 802164 1099736 37.53 610068 625884 8 [2020-10-15T21:33:17.420Z] 21:32:01 420072 0 657876 34.96 1436 802172 1099772 37.53 610444 625888 8 [2020-10-15T21:33:17.420Z] 21:33:01 64452 0 749976 39.86 1388 1065740 1537300 52.47 712224 863156 71096 [2020-10-15T21:33:17.420Z] Average: 269996 0 703038 37.36 1606 906916 1288089 43.96 649884 738173 23931 [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] 21:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-15T21:33:17.420Z] 21:27:01 veth87e140e 773.69 562.58 75.19 2649.75 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:27:01 eth0 1461.66 1391.78 6312.04 189.33 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:27:01 docker0 773.69 562.45 64.62 2649.74 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:28:01 eth0 570.56 416.78 4814.21 42.85 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:28:01 docker0 100.69 147.76 7.27 842.76 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:29:01 eth0 40.40 23.18 36.65 15.18 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:30:01 eth0 1.93 0.45 0.43 0.21 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:31:01 eth0 2.81 0.65 0.72 0.40 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:32:01 eth0 1.62 0.70 0.74 0.46 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:33:01 eth0 236.82 194.53 2121.00 89.12 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] Average: eth0 330.41 289.55 1892.00 48.25 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] Average: docker0 125.02 101.39 10.28 498.34 0.00 0.00 0.00 0.00 [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] ---> sar -P ALL: [2020-10-15T21:33:17.420Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] 21:25:29 LINUX RESTART (4 CPU) [2020-10-15T21:33:17.420Z] [2020-10-15T21:33:17.420Z] 21:26:01 CPU %user %nice %system %iowait %steal %idle [2020-10-15T21:33:17.420Z] 21:27:01 all 20.77 0.00 7.60 2.35 0.04 69.24 [2020-10-15T21:33:17.420Z] 21:27:01 0 21.60 0.00 9.48 3.58 0.02 65.32 [2020-10-15T21:33:17.420Z] 21:27:01 1 19.99 0.00 7.44 0.88 0.05 71.64 [2020-10-15T21:33:17.420Z] 21:27:01 2 22.99 0.00 7.21 4.45 0.03 65.31 [2020-10-15T21:33:17.420Z] 21:27:01 3 18.49 0.00 6.31 0.51 0.05 74.64 [2020-10-15T21:33:17.420Z] 21:28:01 all 13.32 0.00 8.19 5.66 0.08 72.75 [2020-10-15T21:33:17.420Z] 21:28:01 0 14.04 0.00 9.65 4.88 0.09 71.36 [2020-10-15T21:33:17.420Z] 21:28:01 1 11.83 0.00 7.42 5.40 0.07 75.28 [2020-10-15T21:33:17.420Z] 21:28:01 2 14.31 0.00 8.17 6.67 0.09 70.75 [2020-10-15T21:33:17.420Z] 21:28:01 3 13.10 0.00 7.55 5.68 0.07 73.61 [2020-10-15T21:33:17.420Z] 21:29:01 all 34.83 0.00 10.18 4.78 0.02 50.19 [2020-10-15T21:33:17.420Z] 21:29:01 0 34.91 0.00 10.43 3.87 0.02 50.77 [2020-10-15T21:33:17.420Z] 21:29:01 1 35.24 0.00 10.24 4.93 0.02 49.57 [2020-10-15T21:33:17.420Z] 21:29:01 2 33.81 0.00 10.25 5.17 0.00 50.78 [2020-10-15T21:33:17.420Z] 21:29:01 3 35.34 0.00 9.79 5.17 0.05 49.65 [2020-10-15T21:33:17.420Z] 21:30:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-10-15T21:33:17.420Z] 21:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-15T21:33:17.420Z] 21:30:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-15T21:33:17.420Z] 21:30:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2020-10-15T21:33:17.420Z] 21:30:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2020-10-15T21:33:17.420Z] 21:31:01 all 0.18 0.00 0.05 0.00 0.00 99.76 [2020-10-15T21:33:17.420Z] 21:31:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-15T21:33:17.421Z] 21:31:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-15T21:33:17.421Z] 21:31:01 2 0.10 0.00 0.08 0.00 0.02 99.80 [2020-10-15T21:33:17.421Z] 21:31:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-15T21:33:17.421Z] 21:32:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2020-10-15T21:33:17.421Z] 21:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-15T21:33:17.421Z] 21:32:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-15T21:33:17.421Z] 21:32:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-15T21:33:17.421Z] 21:32:01 3 0.52 0.00 0.02 0.02 0.00 99.45 [2020-10-15T21:33:17.421Z] 21:33:01 all 3.29 0.00 1.81 1.08 0.00 93.81 [2020-10-15T21:33:17.421Z] 21:33:01 0 4.15 0.00 1.99 1.99 0.02 91.86 [2020-10-15T21:33:17.421Z] 21:33:01 1 2.86 0.00 1.75 0.64 0.00 94.75 [2020-10-15T21:33:17.421Z] 21:33:01 2 2.97 0.00 1.49 1.05 0.00 94.49 [2020-10-15T21:33:17.421Z] 21:33:01 3 3.20 0.00 1.99 0.65 0.00 94.16 [2020-10-15T21:33:17.421Z] Average: all 10.30 0.00 3.94 1.96 0.02 83.78 [2020-10-15T21:33:17.421Z] Average: 0 10.58 0.00 4.46 2.02 0.02 82.92 [2020-10-15T21:33:17.421Z] Average: 1 9.95 0.00 3.82 1.67 0.02 84.54 [2020-10-15T21:33:17.421Z] Average: 2 10.52 0.00 3.86 2.45 0.02 83.16 [2020-10-15T21:33:17.421Z] Average: 3 10.15 0.00 3.63 1.69 0.02 84.51 [2020-10-15T21:33:17.421Z] [2020-10-15T21:33:17.421Z] [2020-10-15T21:33:17.421Z]