Pull request #3022 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4a83cd830d92d64e3c8662a0b68849c078e73697 rather than aa067040c4374cf7e87dc25ae55a84cfb11b831c Obtained Jenkinsfile from 4a83cd830d92d64e3c8662a0b68849c078e73697 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-23704 in /w/workspace/edgexfoundry_edgex-go_PR-3022 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3022/head:refs/remotes/origin/PR-3022 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit aa067040c4374cf7e87dc25ae55a84cfb11b831c Merge succeeded, producing aa067040c4374cf7e87dc25ae55a84cfb11b831c Checking out Revision aa067040c4374cf7e87dc25ae55a84cfb11b831c (PR-3022) > git config core.sparsecheckout # timeout=10 > git checkout -f aa067040c4374cf7e87dc25ae55a84cfb11b831c # 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 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aa067040c4374cf7e87dc25ae55a84cfb11b831c # timeout=10 Commit message: "feat(scheduler): Implement POST /interval V2 API" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 6f3f5eabad7d9368f46485ea8e36e7b439efe711 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-28T06:20:36.904Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-28T06:20:37.149Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-28T06:20:37.240Z] ========================================================= [2021-01-28T06:20:37.240Z] EdgeX Global Pipelines Version Info [2021-01-28T06:20:37.240Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:20:38.699Z] ------------------- [2021-01-28T06:20:38.699Z] stable info: [2021-01-28T06:20:38.699Z] ------------------- [2021-01-28T06:20:38.699Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T06:20:38.699Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T06:20:38.699Z] Message: update stable to v1.0.179 [2021-01-28T06:20:39.644Z] ------------------- [2021-01-28T06:20:39.644Z] experimental info: [2021-01-28T06:20:39.644Z] ------------------- [2021-01-28T06:20:39.644Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-28T06:20:39.644Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-28T06:20:39.644Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-28T06:20:39.892Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-28T06:20:39.981Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-28T06:20:40.084Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-28T06:20:40.190Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-28T06:20:40.361Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-28T06:20:40.491Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-28T06:20:40.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-28T06:20:40.690Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-28T06:20:40.789Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-28T06:20:40.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-28T06:20:40.977Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-28T06:20:41.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-28T06:20:41.187Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-28T06:20:41.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-28T06:20:41.382Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T06:20:41.530Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-28T06:20:41.691Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-28T06:20:41.831Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-28T06:20:41.951Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-28T06:20:42.045Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-28T06:20:42.135Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-28T06:20:42.234Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-28T06:20:42.325Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-28T06:20:42.421Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3022 [Pipeline] echo [2021-01-28T06:20:42.547Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3022 [Pipeline] echo [2021-01-28T06:20:42.636Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3022 [Pipeline] echo [2021-01-28T06:20:42.723Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa067040c4374cf7e87dc25ae55a84cfb11b831c [Pipeline] echo [2021-01-28T06:20:42.810Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa06704 [Pipeline] echo [2021-01-28T06:20:42.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T06:20:43.061Z] provisioning config files... [2021-01-28T06:20:43.087Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config1436608761987150503tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:20:43.447Z] ---> docker-login.sh [2021-01-28T06:20:43.447Z] nexus3.edgexfoundry.org:10001 [2021-01-28T06:20:43.447Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:20:43.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:20:43.715Z] Configure a credential helper to remove this warning. See [2021-01-28T06:20:43.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:20:43.715Z] [2021-01-28T06:20:43.715Z] Login Succeeded [2021-01-28T06:20:43.715Z] nexus3.edgexfoundry.org:10002 [2021-01-28T06:20:43.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:20:43.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:20:43.976Z] Configure a credential helper to remove this warning. See [2021-01-28T06:20:43.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:20:43.976Z] [2021-01-28T06:20:43.976Z] Login Succeeded [2021-01-28T06:20:43.976Z] nexus3.edgexfoundry.org:10003 [2021-01-28T06:20:43.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:20:43.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:20:43.976Z] Configure a credential helper to remove this warning. See [2021-01-28T06:20:43.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:20:43.976Z] [2021-01-28T06:20:43.976Z] Login Succeeded [2021-01-28T06:20:43.976Z] nexus3.edgexfoundry.org:10004 [2021-01-28T06:20:44.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:20:44.238Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:20:44.238Z] Configure a credential helper to remove this warning. See [2021-01-28T06:20:44.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:20:44.238Z] [2021-01-28T06:20:44.238Z] Login Succeeded [2021-01-28T06:20:44.238Z] docker.io [2021-01-28T06:20:44.238Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:20:44.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:20:44.499Z] Configure a credential helper to remove this warning. See [2021-01-28T06:20:44.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:20:44.499Z] [2021-01-28T06:20:44.499Z] Login Succeeded [2021-01-28T06:20:44.499Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T06:20:44.508Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T06:20:44.972Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/core-command/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/core-data/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-28T06:20:44.972Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-28T06:20:44.972Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-28T06:20:44.972Z] ++ cut -d/ -f2 [2021-01-28T06:20:44.972Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-28T06:20:45.036Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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 [2021-01-28T06:20:45.822Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T06:20:45.823Z] [2021-01-28T06:20:45.823Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:20:46.161Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T06:20:46.161Z] latest: Pulling from edgex-devops/git-semver [2021-01-28T06:20:46.161Z] 31603596830f: Pulling fs layer [2021-01-28T06:20:46.161Z] 2a8b12db71e7: Pulling fs layer [2021-01-28T06:20:46.161Z] 6ca5941a6612: Pulling fs layer [2021-01-28T06:20:46.161Z] ecc8261a40a4: Pulling fs layer [2021-01-28T06:20:46.161Z] ecc8261a40a4: Waiting [2021-01-28T06:20:46.161Z] 2a8b12db71e7: Download complete [2021-01-28T06:20:46.428Z] 31603596830f: Verifying Checksum [2021-01-28T06:20:46.428Z] 31603596830f: Download complete [2021-01-28T06:20:46.428Z] ecc8261a40a4: Verifying Checksum [2021-01-28T06:20:46.428Z] ecc8261a40a4: Download complete [2021-01-28T06:20:46.428Z] 6ca5941a6612: Verifying Checksum [2021-01-28T06:20:46.428Z] 6ca5941a6612: Download complete [2021-01-28T06:20:46.689Z] 31603596830f: Pull complete [2021-01-28T06:20:46.689Z] 2a8b12db71e7: Pull complete [2021-01-28T06:20:47.630Z] 6ca5941a6612: Pull complete [2021-01-28T06:20:48.201Z] ecc8261a40a4: Pull complete [2021-01-28T06:20:48.201Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-28T06:20:48.201Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-28T06:20:48.201Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-28T06:20:48.294Z] prd-centos7-docker-4c-2g-23704 does not seem to be running inside a container [2021-01-28T06:20:48.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat [2021-01-28T06:20:50.201Z] $ docker top ab14f1c6290d5ad6929637081cb0b302cb2c25dd5df1fcd81213739ff2534c2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-28T06:20:50.493Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T06:20:50.493Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T06:20:50.682Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T06:20:50.688Z] $ docker exec ab14f1c6290d5ad6929637081cb0b302cb2c25dd5df1fcd81213739ff2534c2e ssh-agent [2021-01-28T06:20:50.851Z] SSH_AUTH_SOCK=/tmp/ssh-2d2fbWJMpRB4/agent.11 [2021-01-28T06:20:50.851Z] SSH_AGENT_PID=16 [2021-01-28T06:20:50.859Z] Running ssh-add (command line suppressed) [2021-01-28T06:20:50.974Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5637911138269735234.key (/w/workspace/edgex-go/4@tmp/private_key_5637911138269735234.key) [2021-01-28T06:20:51.028Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T06:20:51.357Z] + git tag --points-at HEAD [Pipeline] } [2021-01-28T06:20:51.379Z] $ docker exec --env ******** --env ******** ab14f1c6290d5ad6929637081cb0b302cb2c25dd5df1fcd81213739ff2534c2e ssh-agent -k [2021-01-28T06:20:51.492Z] unset SSH_AUTH_SOCK; [2021-01-28T06:20:51.492Z] unset SSH_AGENT_PID; [2021-01-28T06:20:51.492Z] echo Agent pid 16 killed; [2021-01-28T06:20:51.537Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-28T06:20:51.673Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-28T06:20:51.673Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-28T06:20:51.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-28T06:20:51.843Z] $ docker exec ab14f1c6290d5ad6929637081cb0b302cb2c25dd5df1fcd81213739ff2534c2e ssh-agent [2021-01-28T06:20:51.995Z] SSH_AUTH_SOCK=/tmp/ssh-K8btagkDIFA4/agent.45 [2021-01-28T06:20:51.995Z] SSH_AGENT_PID=50 [2021-01-28T06:20:52.001Z] Running ssh-add (command line suppressed) [2021-01-28T06:20:52.109Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_378054891923610017.key (/w/workspace/edgex-go/4@tmp/private_key_378054891923610017.key) [2021-01-28T06:20:52.155Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-28T06:20:52.483Z] + git semver init [2021-01-28T06:20:52.483Z] # -> Open(): unable to determine branch for HEAD [2021-01-28T06:20:52.483Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-28T06:20:52.483Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-28T06:20:52.483Z] # $SEMVER_REMOTE_NAME = origin [2021-01-28T06:20:52.483Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-28T06:20:52.483Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-28T06:20:52.483Z] # $SEMVER_BRANCH = PR-3022 [2021-01-28T06:20:52.483Z] # $SEMVER_TEMP = /tmp/semver-033844834 [2021-01-28T06:20:52.483Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-28T06:21:10.633Z] # '/tmp/semver-033844834' -> '/w/workspace/edgex-go/4/.semver' [2021-01-28T06:21:10.633Z] # -> Force: false [2021-01-28T06:21:10.633Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-28T06:21:10.646Z] $ docker exec --env ******** --env ******** ab14f1c6290d5ad6929637081cb0b302cb2c25dd5df1fcd81213739ff2534c2e ssh-agent -k [2021-01-28T06:21:10.816Z] unset SSH_AUTH_SOCK; [2021-01-28T06:21:10.817Z] unset SSH_AGENT_PID; [2021-01-28T06:21:10.817Z] echo Agent pid 50 killed; [2021-01-28T06:21:10.882Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-28T06:21:11.350Z] + git semver [Pipeline] } [2021-01-28T06:21:11.365Z] $ docker stop --time=1 ab14f1c6290d5ad6929637081cb0b302cb2c25dd5df1fcd81213739ff2534c2e [2021-01-28T06:21:12.887Z] $ docker rm -f ab14f1c6290d5ad6929637081cb0b302cb2c25dd5df1fcd81213739ff2534c2e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-28T06:21:13.364Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-28T06:21:13.817Z] Stashed 1 file(s) [Pipeline] echo [2021-01-28T06:21:13.820Z] [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 [2021-01-28T06:21:14.701Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-28T06:21:14.997Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T06:21:15.289Z] + sudo service docker restart [2021-01-28T06:21:15.289Z] + true [2021-01-28T06:21:15.289Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-28T06:21:15.874Z] ========================================================= [2021-01-28T06:21:15.874Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-28T06:21:15.874Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:21:16.212Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-28T06:21:18.765Z] Sending build context to Docker daemon 327.3MB [2021-01-28T06:21:18.765Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T06:21:18.765Z] Step 2/6 : FROM ${BASE} [2021-01-28T06:21:19.027Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-28T06:21:19.027Z] 188c0c94c7c5: Pulling fs layer [2021-01-28T06:21:19.027Z] 0ef7d3d256c8: Pulling fs layer [2021-01-28T06:21:19.027Z] de9db76c5a1d: Pulling fs layer [2021-01-28T06:21:19.027Z] bca2f99d35d6: Pulling fs layer [2021-01-28T06:21:19.027Z] 93359f2a8cfa: Pulling fs layer [2021-01-28T06:21:19.027Z] 7c6f9722023f: Pulling fs layer [2021-01-28T06:21:19.027Z] a35cf1a2eb13: Pulling fs layer [2021-01-28T06:21:19.027Z] 93359f2a8cfa: Waiting [2021-01-28T06:21:19.027Z] 7c6f9722023f: Waiting [2021-01-28T06:21:19.027Z] a35cf1a2eb13: Waiting [2021-01-28T06:21:19.027Z] bca2f99d35d6: Waiting [2021-01-28T06:21:19.027Z] de9db76c5a1d: Verifying Checksum [2021-01-28T06:21:19.027Z] de9db76c5a1d: Download complete [2021-01-28T06:21:19.027Z] 0ef7d3d256c8: Download complete [2021-01-28T06:21:19.027Z] 93359f2a8cfa: Verifying Checksum [2021-01-28T06:21:19.027Z] 93359f2a8cfa: Download complete [2021-01-28T06:21:19.027Z] 188c0c94c7c5: Verifying Checksum [2021-01-28T06:21:19.027Z] 188c0c94c7c5: Download complete [2021-01-28T06:21:19.027Z] 7c6f9722023f: Verifying Checksum [2021-01-28T06:21:19.027Z] 7c6f9722023f: Download complete [2021-01-28T06:21:19.289Z] 188c0c94c7c5: Pull complete [2021-01-28T06:21:19.551Z] 0ef7d3d256c8: Pull complete [2021-01-28T06:21:19.551Z] de9db76c5a1d: Pull complete [2021-01-28T06:21:21.467Z] a35cf1a2eb13: Verifying Checksum [2021-01-28T06:21:22.038Z] bca2f99d35d6: Verifying Checksum [2021-01-28T06:21:22.038Z] bca2f99d35d6: Download complete [2021-01-28T06:21:27.373Z] bca2f99d35d6: Pull complete [2021-01-28T06:21:27.373Z] 93359f2a8cfa: Pull complete [2021-01-28T06:21:27.373Z] 7c6f9722023f: Pull complete [2021-01-28T06:21:29.195Z] Still waiting to schedule task [2021-01-28T06:21:29.195Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-28T06:21:33.962Z] a35cf1a2eb13: Pull complete [2021-01-28T06:21:33.962Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-28T06:21:33.962Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-28T06:21:33.962Z] ---> a62c8e92a672 [2021-01-28T06:21:33.962Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T06:21:33.962Z] ---> Running in 3f1c5bd75a50 [2021-01-28T06:21:33.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-28T06:21:34.532Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-28T06:21:35.474Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T06:21:35.474Z] (2/12) Installing file (5.38-r0) [2021-01-28T06:21:35.474Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T06:21:35.735Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T06:21:39.034Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T06:21:39.034Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T06:21:39.304Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T06:21:39.304Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T06:21:39.304Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T06:21:39.566Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T06:21:39.566Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T06:21:39.566Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T06:21:39.827Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T06:21:39.827Z] OK: 233 MiB in 51 packages [2021-01-28T06:21:43.136Z] Removing intermediate container 3f1c5bd75a50 [2021-01-28T06:21:43.136Z] ---> a8a53f0e8b1e [2021-01-28T06:21:43.136Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T06:21:43.136Z] ---> Running in 507138ad139c [2021-01-28T06:21:43.136Z] Removing intermediate container 507138ad139c [2021-01-28T06:21:43.136Z] ---> a526f3f05157 [2021-01-28T06:21:43.136Z] Step 5/6 : COPY go.mod . [2021-01-28T06:21:43.402Z] ---> 2ed4911cb401 [2021-01-28T06:21:43.402Z] Step 6/6 : RUN go mod download [2021-01-28T06:21:43.402Z] ---> Running in 821591a1909f [2021-01-28T06:22:05.399Z] Removing intermediate container 821591a1909f [2021-01-28T06:22:05.399Z] ---> 4a67751b3ddf [2021-01-28T06:22:05.399Z] Successfully built 4a67751b3ddf [2021-01-28T06:22:05.399Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:22:05.702Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T06:22:05.702Z] . [Pipeline] withDockerContainer [2021-01-28T06:22:05.790Z] prd-centos7-docker-4c-2g-23704 does not seem to be running inside a container [2021-01-28T06:22:05.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T06:22:06.437Z] $ docker top a2c66ad3a5dbc0a5f2a66528a578d7cf5b3965da7639e3739670273398255dc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T06:22:06.910Z] + go version [2021-01-28T06:22:06.911Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-28T06:22:06.924Z] $ docker stop --time=1 a2c66ad3a5dbc0a5f2a66528a578d7cf5b3965da7639e3739670273398255dc4 [2021-01-28T06:22:08.233Z] $ docker rm -f a2c66ad3a5dbc0a5f2a66528a578d7cf5b3965da7639e3739670273398255dc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:22:09.015Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-28T06:22:09.015Z] . [Pipeline] withDockerContainer [2021-01-28T06:22:09.098Z] prd-centos7-docker-4c-2g-23704 does not seem to be running inside a container [2021-01-28T06:22:09.141Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-28T06:22:10.090Z] $ docker top d065913f7ec2984316416100ad221d8099652d75214da21639e4f8af3961035f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T06:22:10.323Z] ========================================================= [2021-01-28T06:22:10.324Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T06:22:10.324Z] ========================================================= [Pipeline] sh [2021-01-28T06:22:10.608Z] + make test [2021-01-28T06:22:10.608Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T06:22:11.549Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors [2021-01-28T06:22:11.549Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 [2021-01-28T06:22:11.549Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/di [2021-01-28T06:22:11.549Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [2021-01-28T06:22:11.810Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [2021-01-28T06:22:11.810Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos [2021-01-28T06:22:11.810Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [2021-01-28T06:22:11.810Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/clients/logger [2021-01-28T06:22:11.810Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/config [2021-01-28T06:22:12.382Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/clients [2021-01-28T06:22:13.764Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-28T06:22:13.764Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 [2021-01-28T06:22:14.025Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-bootstrap/di in github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container in github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-core-contracts/clients in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-bootstrap/config in github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-core-contracts/clients/logger in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:22:19.328Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:22:21.877Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-28T06:22:21.877Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-28T06:22:21.877Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-28T06:22:22.824Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.6/clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-28T06:22:22.824Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-28T06:22:22.824Z] github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.6/clients/interfaces) [2021-01-28T06:22:22.824Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.6/clients/metadata/addressable.go:25:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-28T06:22:22.824Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-28T06:22:22.824Z] github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.6/models) [2021-01-28T06:22:22.824Z] make: *** [Makefile:98: test] Error 1 [Pipeline] } [2021-01-28T06:22:22.842Z] $ docker stop --time=1 d065913f7ec2984316416100ad221d8099652d75214da21639e4f8af3961035f [2021-01-28T06:22:24.781Z] $ docker rm -f d065913f7ec2984316416100ad221d8099652d75214da21639e4f8af3961035f [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] } [2021-01-28T06:22:25.919Z] Failed in branch amd64 [2021-01-28T06:24:37.172Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23705 in /w/workspace/edgexfoundry_edgex-go_PR-3022 [Pipeline] { [Pipeline] ws [2021-01-28T06:24:37.289Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-28T06:24:42.263Z] using credential edgex-jenkins-ssh [2021-01-28T06:24:42.324Z] Cloning the remote Git repository [2021-01-28T06:24:42.385Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-28T06:24:42.483Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-28T06:24:42.553Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T06:24:42.554Z] > git --version # timeout=10 [2021-01-28T06:24:42.575Z] > git --version # 'git version 2.17.1' [2021-01-28T06:24:42.576Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T06:24:42.665Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T06:25:01.790Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T06:25:01.811Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-28T06:25:01.848Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-28T06:25:01.877Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-28T06:25:01.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T06:25:01.890Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3022/head:refs/remotes/origin/PR-3022 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-28T06:25:04.121Z] Merging remotes/origin/master commit 4a83cd830d92d64e3c8662a0b68849c078e73697 into PR head commit aa067040c4374cf7e87dc25ae55a84cfb11b831c [2021-01-28T06:25:04.679Z] Merge succeeded, producing aa067040c4374cf7e87dc25ae55a84cfb11b831c [2021-01-28T06:25:04.679Z] Checking out Revision aa067040c4374cf7e87dc25ae55a84cfb11b831c (PR-3022) [2021-01-28T06:25:04.130Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T06:25:04.185Z] > git checkout -f aa067040c4374cf7e87dc25ae55a84cfb11b831c # timeout=10 [2021-01-28T06:25:04.538Z] > git remote # timeout=10 [2021-01-28T06:25:04.562Z] > git config --get remote.origin.url # timeout=10 [2021-01-28T06:25:04.584Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-28T06:25:04.595Z] > git merge 4a83cd830d92d64e3c8662a0b68849c078e73697 # timeout=10 [2021-01-28T06:25:04.621Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-28T06:25:04.676Z] > git config core.sparsecheckout # timeout=10 [2021-01-28T06:25:04.690Z] > git checkout -f aa067040c4374cf7e87dc25ae55a84cfb11b831c # timeout=10 [2021-01-28T06:25:09.165Z] Commit message: "feat(scheduler): Implement POST /interval V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-28T06:25:10.672Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-28T06:25:11.095Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-28T06:25:11.435Z] + sudo service docker restart+ [2021-01-28T06:25:11.435Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-28T06:25:13.500Z] provisioning config files... [2021-01-28T06:25:13.543Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3498998265568755421tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:25:14.006Z] ---> docker-login.sh [2021-01-28T06:25:14.006Z] nexus3.edgexfoundry.org:10001 [2021-01-28T06:25:15.054Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:25:15.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:25:15.328Z] Configure a credential helper to remove this warning. See [2021-01-28T06:25:15.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:25:15.328Z] [2021-01-28T06:25:15.328Z] Login Succeeded [2021-01-28T06:25:15.328Z] nexus3.edgexfoundry.org:10002 [2021-01-28T06:25:15.608Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:25:15.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:25:15.886Z] Configure a credential helper to remove this warning. See [2021-01-28T06:25:15.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:25:15.886Z] [2021-01-28T06:25:15.886Z] Login Succeeded [2021-01-28T06:25:15.886Z] nexus3.edgexfoundry.org:10003 [2021-01-28T06:25:16.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:25:16.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:25:16.436Z] Configure a credential helper to remove this warning. See [2021-01-28T06:25:16.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:25:16.436Z] [2021-01-28T06:25:16.436Z] Login Succeeded [2021-01-28T06:25:16.436Z] nexus3.edgexfoundry.org:10004 [2021-01-28T06:25:16.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:25:16.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:25:16.984Z] Configure a credential helper to remove this warning. See [2021-01-28T06:25:16.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:25:16.984Z] [2021-01-28T06:25:16.984Z] Login Succeeded [2021-01-28T06:25:16.984Z] docker.io [2021-01-28T06:25:17.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-28T06:25:17.852Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-28T06:25:17.852Z] Configure a credential helper to remove this warning. See [2021-01-28T06:25:17.852Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-28T06:25:17.852Z] [2021-01-28T06:25:17.852Z] Login Succeeded [2021-01-28T06:25:17.852Z] ---> docker-login.sh ends [Pipeline] } [2021-01-28T06:25:17.869Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-28T06:25:18.297Z] ========================================================= [2021-01-28T06:25:18.297Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-28T06:25:18.297Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:25:18.690Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-28T06:25:21.313Z] Sending build context to Docker daemon 166MB [2021-01-28T06:25:21.313Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-28T06:25:21.313Z] Step 2/6 : FROM ${BASE} [2021-01-28T06:25:21.313Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-28T06:25:21.313Z] 5f621e34cdf4: Pulling fs layer [2021-01-28T06:25:21.313Z] a4357932f1b6: Pulling fs layer [2021-01-28T06:25:21.313Z] 18c013af1878: Pulling fs layer [2021-01-28T06:25:21.313Z] 00ac8860ef70: Pulling fs layer [2021-01-28T06:25:21.313Z] 63d7cb157983: Pulling fs layer [2021-01-28T06:25:21.313Z] b116817d02f9: Pulling fs layer [2021-01-28T06:25:21.313Z] 745a02a5169b: Pulling fs layer [2021-01-28T06:25:21.313Z] 00ac8860ef70: Waiting [2021-01-28T06:25:21.313Z] 63d7cb157983: Waiting [2021-01-28T06:25:21.313Z] b116817d02f9: Waiting [2021-01-28T06:25:21.313Z] 18c013af1878: Verifying Checksum [2021-01-28T06:25:21.313Z] 18c013af1878: Download complete [2021-01-28T06:25:21.313Z] a4357932f1b6: Verifying Checksum [2021-01-28T06:25:21.313Z] a4357932f1b6: Download complete [2021-01-28T06:25:21.313Z] 63d7cb157983: Verifying Checksum [2021-01-28T06:25:21.313Z] 63d7cb157983: Download complete [2021-01-28T06:25:21.910Z] b116817d02f9: Download complete [2021-01-28T06:25:21.910Z] 5f621e34cdf4: Verifying Checksum [2021-01-28T06:25:21.910Z] 5f621e34cdf4: Download complete [2021-01-28T06:25:22.516Z] 5f621e34cdf4: Pull complete [2021-01-28T06:25:23.119Z] a4357932f1b6: Pull complete [2021-01-28T06:25:23.397Z] 18c013af1878: Pull complete [2021-01-28T06:25:23.995Z] 745a02a5169b: Download complete [2021-01-28T06:25:25.974Z] 00ac8860ef70: Verifying Checksum [2021-01-28T06:25:25.974Z] 00ac8860ef70: Download complete [2021-01-28T06:25:38.386Z] 00ac8860ef70: Pull complete [2021-01-28T06:25:38.386Z] 63d7cb157983: Pull complete [2021-01-28T06:25:38.386Z] b116817d02f9: Pull complete [2021-01-28T06:25:42.706Z] 745a02a5169b: Pull complete [2021-01-28T06:25:42.706Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-28T06:25:42.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-28T06:25:42.706Z] ---> b7e6874047d6 [2021-01-28T06:25:42.706Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-28T06:25:46.091Z] ---> Running in 8a7247170826 [2021-01-28T06:25:47.535Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-28T06:25:48.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-28T06:25:48.727Z] (1/12) Installing libmagic (5.38-r0) [2021-01-28T06:25:49.000Z] (2/12) Installing file (5.38-r0) [2021-01-28T06:25:49.000Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-28T06:25:49.275Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-28T06:25:53.562Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-28T06:25:53.562Z] (6/12) Installing patch (2.7.6-r6) [2021-01-28T06:25:53.562Z] (7/12) Installing build-base (0.5-r2) [2021-01-28T06:25:53.562Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-28T06:25:53.562Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-28T06:25:53.562Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-28T06:25:53.562Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-28T06:25:53.836Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-28T06:25:53.836Z] Executing busybox-1.31.1-r19.trigger [2021-01-28T06:25:53.836Z] OK: 217 MiB in 51 packages [2021-01-28T06:25:58.150Z] Removing intermediate container 8a7247170826 [2021-01-28T06:25:58.150Z] ---> 7a0a4f354ea7 [2021-01-28T06:25:58.150Z] Step 4/6 : WORKDIR /edgex-go [2021-01-28T06:25:58.150Z] ---> Running in ccc0fd1cfdc6 [2021-01-28T06:25:58.150Z] Removing intermediate container ccc0fd1cfdc6 [2021-01-28T06:25:58.150Z] ---> 5c7119c4387c [2021-01-28T06:25:58.150Z] Step 5/6 : COPY go.mod . [2021-01-28T06:25:58.748Z] ---> 80d5a06a86ac [2021-01-28T06:25:58.748Z] Step 6/6 : RUN go mod download [2021-01-28T06:25:59.025Z] ---> Running in 0fb057aaa834 [2021-01-28T06:26:25.830Z] Removing intermediate container 0fb057aaa834 [2021-01-28T06:26:25.830Z] ---> 1181544039fa [2021-01-28T06:26:25.830Z] Successfully built 1181544039fa [2021-01-28T06:26:25.830Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:26:26.177Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T06:26:26.177Z] . [Pipeline] withDockerContainer [2021-01-28T06:26:26.414Z] prd-ubuntu18.04-docker-arm64-4c-16g-23705 does not seem to be running inside a container [2021-01-28T06:26:26.474Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T06:26:27.964Z] $ docker top a385633756983d18db4c32bb35173ad4a12c8e2db45a904beb9baeee1d8d30f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T06:26:29.049Z] + go version [2021-01-28T06:26:29.050Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-28T06:26:29.052Z] $ docker stop --time=1 a385633756983d18db4c32bb35173ad4a12c8e2db45a904beb9baeee1d8d30f7 [2021-01-28T06:26:30.910Z] $ docker rm -f a385633756983d18db4c32bb35173ad4a12c8e2db45a904beb9baeee1d8d30f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:26:31.990Z] + docker inspect -f . ci-base-image-arm64 [2021-01-28T06:26:31.990Z] . [Pipeline] withDockerContainer [2021-01-28T06:26:32.253Z] prd-ubuntu18.04-docker-arm64-4c-16g-23705 does not seem to be running inside a container [2021-01-28T06:26:32.311Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-28T06:26:33.770Z] $ docker top 7ee32f5db0c3521d010cea3ee22d9392e41c18bce2227013e5cd71049f98578e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-28T06:26:34.144Z] ========================================================= [2021-01-28T06:26:34.144Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-28T06:26:34.144Z] ========================================================= [Pipeline] sh [2021-01-28T06:26:34.796Z] + make test [2021-01-28T06:26:34.796Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-28T06:26:35.394Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2 [2021-01-28T06:26:35.394Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/errors [2021-01-28T06:26:35.394Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container [2021-01-28T06:26:35.669Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/di [2021-01-28T06:26:35.669Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos [2021-01-28T06:26:35.669Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common [2021-01-28T06:26:35.669Z] go: finding module for package github.com/edgexfoundry/go-mod-bootstrap/config [2021-01-28T06:26:35.669Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests [2021-01-28T06:26:35.669Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/clients/logger [2021-01-28T06:26:35.669Z] go: finding module for package github.com/edgexfoundry/go-mod-core-contracts/clients [2021-01-28T06:26:35.946Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:26:35.946Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.10 [2021-01-28T06:26:35.946Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-core-contracts/errors in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2 in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-bootstrap/di in github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-bootstrap/bootstrap/container in github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-core-contracts/clients in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/common in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos/requests in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-bootstrap/config in github.com/edgexfoundry/go-mod-bootstrap v0.0.72 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-core-contracts/clients/logger in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:26:36.219Z] go: found github.com/edgexfoundry/go-mod-core-contracts/v2/dtos in github.com/edgexfoundry/go-mod-core-contracts v0.1.149 [2021-01-28T06:26:36.816Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-28T06:26:36.816Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-28T06:26:36.816Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-28T06:26:38.251Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.6/clients/request.go:30:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/clients/interfaces in multiple modules: [2021-01-28T06:26:38.251Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/clients/interfaces) [2021-01-28T06:26:38.251Z] github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.6/clients/interfaces) [2021-01-28T06:26:38.251Z] /go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.6/clients/metadata/addressable.go:25:2: ambiguous import: found package github.com/edgexfoundry/go-mod-core-contracts/v2/models in multiple modules: [2021-01-28T06:26:38.251Z] github.com/edgexfoundry/go-mod-core-contracts v0.1.149 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts@v0.1.149/v2/models) [2021-01-28T06:26:38.251Z] github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 (/go/pkg/mod/github.com/edgexfoundry/go-mod-core-contracts/v2@v2.0.0-dev.6/models) [2021-01-28T06:26:38.251Z] make: *** [Makefile:98: test] Error 1 [Pipeline] } [2021-01-28T06:26:38.254Z] $ docker stop --time=1 7ee32f5db0c3521d010cea3ee22d9392e41c18bce2227013e5cd71049f98578e [2021-01-28T06:26:40.404Z] $ docker rm -f 7ee32f5db0c3521d010cea3ee22d9392e41c18bce2227013e5cd71049f98578e [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] } [2021-01-28T06:26:42.193Z] 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 [2021-01-28T06:26:44.164Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:26:44.801Z] ---> package-listing.sh [2021-01-28T06:26:44.801Z] ++ facter osfamily [2021-01-28T06:26:44.801Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-28T06:26:44.801Z] + OS_FAMILY=redhat [2021-01-28T06:26:44.801Z] + workspace=/w/workspace/edgex-go/4 [2021-01-28T06:26:44.801Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-28T06:26:44.801Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-28T06:26:44.801Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-28T06:26:44.801Z] + PACKAGES=/tmp/packages_start.txt [2021-01-28T06:26:44.801Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-28T06:26:44.801Z] + PACKAGES=/tmp/packages_end.txt [2021-01-28T06:26:44.801Z] + case "${OS_FAMILY}" in [2021-01-28T06:26:44.801Z] + rpm -qa [2021-01-28T06:26:44.801Z] + sort [2021-01-28T06:26:50.248Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-28T06:26:50.248Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-28T06:26:50.248Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-28T06:26:50.248Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-28T06:26:50.248Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-28T06:26:50.248Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-28T06:26:50.262Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-28T06:26:50.548Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:26:50.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T06:26:50.887Z] [2021-01-28T06:26:50.887Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-28T06:26:51.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T06:26:51.225Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-28T06:26:51.225Z] df20fa9351a1: Pulling fs layer [2021-01-28T06:26:51.225Z] 36b3adc4ff6f: Pulling fs layer [2021-01-28T06:26:51.225Z] 8ad3a11d3b57: Pulling fs layer [2021-01-28T06:26:51.225Z] 46f8f816bc3b: Pulling fs layer [2021-01-28T06:26:51.225Z] 93b61091891f: Pulling fs layer [2021-01-28T06:26:51.225Z] 93b9cdb0e59b: Pulling fs layer [2021-01-28T06:26:51.225Z] 5e14af77c1be: Pulling fs layer [2021-01-28T06:26:51.225Z] 01666e4c0597: Pulling fs layer [2021-01-28T06:26:51.225Z] aa168da1d23b: Pulling fs layer [2021-01-28T06:26:51.225Z] 93b61091891f: Waiting [2021-01-28T06:26:51.225Z] 93b9cdb0e59b: Waiting [2021-01-28T06:26:51.225Z] 5e14af77c1be: Waiting [2021-01-28T06:26:51.225Z] 01666e4c0597: Waiting [2021-01-28T06:26:51.225Z] aa168da1d23b: Waiting [2021-01-28T06:26:51.225Z] 46f8f816bc3b: Waiting [2021-01-28T06:26:51.225Z] 36b3adc4ff6f: Verifying Checksum [2021-01-28T06:26:51.225Z] 36b3adc4ff6f: Download complete [2021-01-28T06:26:51.225Z] 46f8f816bc3b: Verifying Checksum [2021-01-28T06:26:51.225Z] 46f8f816bc3b: Download complete [2021-01-28T06:26:51.487Z] df20fa9351a1: Verifying Checksum [2021-01-28T06:26:51.487Z] 93b61091891f: Download complete [2021-01-28T06:26:51.487Z] 93b9cdb0e59b: Verifying Checksum [2021-01-28T06:26:51.487Z] 93b9cdb0e59b: Download complete [2021-01-28T06:26:51.487Z] 01666e4c0597: Verifying Checksum [2021-01-28T06:26:51.487Z] 01666e4c0597: Download complete [2021-01-28T06:26:51.487Z] 5e14af77c1be: Verifying Checksum [2021-01-28T06:26:51.487Z] 5e14af77c1be: Download complete [2021-01-28T06:26:51.487Z] df20fa9351a1: Pull complete [2021-01-28T06:26:51.749Z] 36b3adc4ff6f: Pull complete [2021-01-28T06:26:52.321Z] 8ad3a11d3b57: Download complete [2021-01-28T06:26:52.894Z] 8ad3a11d3b57: Pull complete [2021-01-28T06:26:52.894Z] 46f8f816bc3b: Pull complete [2021-01-28T06:26:53.838Z] aa168da1d23b: Verifying Checksum [2021-01-28T06:26:53.838Z] aa168da1d23b: Download complete [2021-01-28T06:26:53.838Z] 93b61091891f: Pull complete [2021-01-28T06:26:54.783Z] 93b9cdb0e59b: Pull complete [2021-01-28T06:26:54.783Z] 5e14af77c1be: Pull complete [2021-01-28T06:26:54.783Z] 01666e4c0597: Pull complete [2021-01-28T06:27:01.381Z] aa168da1d23b: Pull complete [2021-01-28T06:27:01.381Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-28T06:27:01.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-28T06:27:01.381Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-28T06:27:01.502Z] prd-centos7-docker-4c-2g-23704 does not seem to be running inside a container [2021-01-28T06:27:01.540Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-28T06:27:04.709Z] $ docker top 6c1d2ae1e6c8c902f720bfaa8f90aff41475f1f66022144267256d2eadafac8c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-28T06:27:05.229Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-28T06:27:05.524Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-28T06:27:05.819Z] + ls /var/log/sa-host [2021-01-28T06:27:05.819Z] + sadf -c /var/log/sa-host/sa23 [2021-01-28T06:27:05.819Z] file_magic: OK [2021-01-28T06:27:05.819Z] HZ: Using current value: 100 [2021-01-28T06:27:05.819Z] file_header: OK [2021-01-28T06:27:05.819Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T06:27:05.819Z] Statistics: [2021-01-28T06:27:05.819Z] Hnuu...uuuununununu... [2021-01-28T06:27:05.819Z] File successfully converted to sysstat format version 12.2.1 [2021-01-28T06:27:05.819Z] + sadf -c /var/log/sa-host/sa28 [2021-01-28T06:27:05.819Z] file_magic: OK [2021-01-28T06:27:05.819Z] HZ: Using current value: 100 [2021-01-28T06:27:05.819Z] file_header: OK [2021-01-28T06:27:05.819Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-28T06:27:05.819Z] Statistics: [2021-01-28T06:27:05.819Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-28T06:27:05.819Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-28T06:27:06.023Z] provisioning config files... [2021-01-28T06:27:06.039Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5934869124087241301tmp [Pipeline] { [Pipeline] echo [2021-01-28T06:27:06.117Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:27:06.431Z] ---> create-netrc.sh [Pipeline] } [2021-01-28T06:27:06.440Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-28T06:27:06.538Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:27:06.827Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-28T06:27:06.837Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:27:07.133Z] ---> sudo-logs.sh [2021-01-28T06:27:07.133Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-28T06:27:07.143Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:27:07.435Z] ---> job-cost.sh [2021-01-28T06:27:07.435Z] lf-activate-venv: SKIPPING [2021-01-28T06:27:07.435Z] INFO: No Stack... [2021-01-28T06:27:09.353Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-28T06:27:09.613Z] INFO: Archiving Costs [Pipeline] echo [2021-01-28T06:27:09.626Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-28T06:27:09.917Z] ---> logs-deploy.sh [2021-01-28T06:27:09.917Z] lf-activate-venv: SKIPPING [2021-01-28T06:27:09.917Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3022/4 [2021-01-28T06:27:09.917Z] INFO: archiving workspace using pattern(s): [2021-01-28T06:27:11.305Z] Archives upload complete. [2021-01-28T06:27:11.565Z] INFO: archiving logs to Nexus [2021-01-28T06:27:12.507Z] ---> uname -a: [2021-01-28T06:27:12.507Z] Linux prd-centos7-docker-4c-2g-23704.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] ---> lscpu: [2021-01-28T06:27:12.507Z] Architecture: x86_64 [2021-01-28T06:27:12.507Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-28T06:27:12.507Z] Byte Order: Little Endian [2021-01-28T06:27:12.507Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-28T06:27:12.507Z] CPU(s): 4 [2021-01-28T06:27:12.507Z] On-line CPU(s) list: 0-3 [2021-01-28T06:27:12.507Z] Thread(s) per core: 1 [2021-01-28T06:27:12.507Z] Core(s) per socket: 1 [2021-01-28T06:27:12.507Z] Socket(s): 4 [2021-01-28T06:27:12.507Z] NUMA node(s): 1 [2021-01-28T06:27:12.507Z] Vendor ID: GenuineIntel [2021-01-28T06:27:12.507Z] CPU family: 6 [2021-01-28T06:27:12.507Z] Model: 44 [2021-01-28T06:27:12.507Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-28T06:27:12.507Z] Stepping: 1 [2021-01-28T06:27:12.507Z] CPU MHz: 2933.442 [2021-01-28T06:27:12.507Z] BogoMIPS: 5866.88 [2021-01-28T06:27:12.507Z] Virtualization: VT-x [2021-01-28T06:27:12.507Z] Hypervisor vendor: KVM [2021-01-28T06:27:12.507Z] Virtualization type: full [2021-01-28T06:27:12.507Z] L1d cache: 128 KiB [2021-01-28T06:27:12.507Z] L1i cache: 128 KiB [2021-01-28T06:27:12.507Z] L2 cache: 16 MiB [2021-01-28T06:27:12.507Z] L3 cache: 64 MiB [2021-01-28T06:27:12.507Z] NUMA node0 CPU(s): 0-3 [2021-01-28T06:27:12.507Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-28T06:27:12.507Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-28T06:27:12.507Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-28T06:27:12.507Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-28T06:27:12.507Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-28T06:27:12.507Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-28T06:27:12.507Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-28T06:27:12.507Z] Vulnerability Srbds: Not affected [2021-01-28T06:27:12.507Z] Vulnerability Tsx async abort: Not affected [2021-01-28T06:27:12.507Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] ---> nproc: [2021-01-28T06:27:12.507Z] 4 [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] ---> df -h: [2021-01-28T06:27:12.507Z] Filesystem Size Used Available Use% Mounted on [2021-01-28T06:27:12.507Z] overlay 50.0G 8.2G 41.7G 16% / [2021-01-28T06:27:12.507Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-28T06:27:12.507Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-28T06:27:12.507Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /facter-os [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/resolv.conf [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hostname [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /etc/hosts [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/auth.log [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /run/cloud-init/result.json [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/sa-host [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /var/log/secure [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/4 [2021-01-28T06:27:12.507Z] /dev/vda1 50.0G 8.2G 41.7G 16% /w/workspace/edgex-go/4@tmp [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] ---> free -m: [2021-01-28T06:27:12.507Z] total used free shared buff/cache available [2021-01-28T06:27:12.507Z] Mem: 1837 751 139 0 946 994 [2021-01-28T06:27:12.507Z] Swap: 1023 2 1021 [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] ---> ip addr: [2021-01-28T06:27:12.507Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-28T06:27:12.507Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-28T06:27:12.507Z] inet 127.0.0.1/8 scope host lo [2021-01-28T06:27:12.507Z] valid_lft forever preferred_lft forever [2021-01-28T06:27:12.507Z] inet6 ::1/128 scope host [2021-01-28T06:27:12.507Z] valid_lft forever preferred_lft forever [2021-01-28T06:27:12.507Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-28T06:27:12.507Z] link/ether fa:16:3e:29:79:16 brd ff:ff:ff:ff:ff:ff [2021-01-28T06:27:12.507Z] inet 10.30.123.83/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-28T06:27:12.507Z] valid_lft 85967sec preferred_lft 85967sec [2021-01-28T06:27:12.507Z] inet6 fe80::f816:3eff:fe29:7916/64 scope link [2021-01-28T06:27:12.507Z] valid_lft forever preferred_lft forever [2021-01-28T06:27:12.507Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-28T06:27:12.507Z] link/ether 02:42:17:0f:27:11 brd ff:ff:ff:ff:ff:ff [2021-01-28T06:27:12.507Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-28T06:27:12.507Z] valid_lft forever preferred_lft forever [2021-01-28T06:27:12.507Z] inet6 fe80::42:17ff:fe0f:2711/64 scope link [2021-01-28T06:27:12.507Z] valid_lft forever preferred_lft forever [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] ---> sar -b -r -n DEV: [2021-01-28T06:27:12.507Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] 06:19:47 LINUX RESTART (4 CPU) [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] 06:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-28T06:27:12.507Z] 06:22:01 292.45 91.98 200.47 0.00 6148.49 57099.41 0.00 [2021-01-28T06:27:12.507Z] 06:23:01 63.30 45.51 17.79 0.00 969.33 607.23 0.00 [2021-01-28T06:27:12.507Z] 06:24:01 1.90 0.00 1.90 0.00 0.00 47.24 0.00 [2021-01-28T06:27:12.507Z] 06:25:02 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-01-28T06:27:12.507Z] 06:26:01 0.47 0.24 0.24 0.00 96.21 3.69 0.00 [2021-01-28T06:27:12.507Z] 06:27:01 99.27 50.65 48.62 0.00 4094.57 15237.21 0.00 [2021-01-28T06:27:12.507Z] Average: 75.92 31.33 44.59 0.00 1878.78 12082.86 0.00 [2021-01-28T06:27:12.507Z] [2021-01-28T06:27:12.507Z] 06:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-28T06:27:12.507Z] 06:22:01 307528 0 707020 37.58 1492 865504 1298552 44.32 452540 822724 24 [2021-01-28T06:27:12.508Z] 06:23:01 313236 0 673324 35.79 1492 893492 1081784 36.92 480148 816984 20 [2021-01-28T06:27:12.508Z] 06:24:01 318492 0 668056 35.51 1492 893504 1051948 35.90 479236 814888 8 [2021-01-28T06:27:12.508Z] 06:25:02 318088 0 668460 35.53 1492 893504 1052068 35.91 475164 819632 16 [2021-01-28T06:27:12.508Z] 06:26:01 312556 0 671160 35.67 1492 896336 1052044 35.90 480680 819640 8 [2021-01-28T06:27:12.508Z] 06:27:01 225864 0 735528 39.09 1372 918780 1262564 43.09 474960 877884 94840 [2021-01-28T06:27:12.508Z] Average: 299294 0 687258 36.53 1472 893520 1133160 38.67 473788 828625 15819 [2021-01-28T06:27:12.508Z] [2021-01-28T06:27:12.508Z] 06:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-28T06:27:12.508Z] 06:22:01 eth0 499.48 406.29 3732.95 63.62 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:22:01 docker0 128.48 180.93 9.26 840.64 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:23:01 eth0 34.85 24.48 43.42 10.32 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:23:01 docker0 7.53 7.74 0.71 17.52 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:24:01 eth0 0.80 0.08 0.06 0.01 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:25:02 eth0 0.53 0.35 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:25:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:25:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:26:01 eth0 0.24 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:27:01 eth0 229.75 204.78 2169.06 70.90 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] 06:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] Average: eth0 127.00 105.54 986.64 24.15 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] Average: docker0 22.45 31.14 1.65 141.59 0.00 0.00 0.00 0.00 [2021-01-28T06:27:12.508Z] [2021-01-28T06:27:12.508Z] [2021-01-28T06:27:12.508Z] ---> sar -P ALL: [2021-01-28T06:27:12.508Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/28/21 _x86_64_ (4 CPU) [2021-01-28T06:27:12.508Z] [2021-01-28T06:27:12.508Z] 06:19:47 LINUX RESTART (4 CPU) [2021-01-28T06:27:12.508Z] [2021-01-28T06:27:12.508Z] 06:21:02 CPU %user %nice %system %iowait %steal %idle [2021-01-28T06:27:12.508Z] 06:22:01 all 12.95 0.00 6.21 4.44 0.05 76.35 [2021-01-28T06:27:12.508Z] 06:22:01 0 11.53 0.00 6.41 3.31 0.05 78.70 [2021-01-28T06:27:12.508Z] 06:22:01 1 12.29 0.00 6.08 3.08 0.03 78.52 [2021-01-28T06:27:12.508Z] 06:22:01 2 14.05 0.00 5.92 7.77 0.05 72.20 [2021-01-28T06:27:12.508Z] 06:22:01 3 13.92 0.00 6.42 3.62 0.05 75.99 [2021-01-28T06:27:12.508Z] 06:23:01 all 1.31 0.00 0.98 1.20 0.02 96.49 [2021-01-28T06:27:12.508Z] 06:23:01 0 1.32 0.00 1.30 1.91 0.02 95.45 [2021-01-28T06:27:12.508Z] 06:23:01 1 1.44 0.00 0.90 1.35 0.02 96.29 [2021-01-28T06:27:12.508Z] 06:23:01 2 1.37 0.00 0.92 0.73 0.02 96.96 [2021-01-28T06:27:12.508Z] 06:23:01 3 1.12 0.00 0.80 0.80 0.02 97.26 [2021-01-28T06:27:12.508Z] 06:24:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-01-28T06:27:12.508Z] 06:24:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T06:27:12.508Z] 06:24:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-28T06:27:12.508Z] 06:24:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-28T06:27:12.508Z] 06:24:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T06:27:12.508Z] 06:25:02 all 0.13 0.00 0.03 0.00 0.00 99.85 [2021-01-28T06:27:12.508Z] 06:25:02 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T06:27:12.508Z] 06:25:02 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-28T06:27:12.508Z] 06:25:02 2 0.38 0.00 0.02 0.00 0.00 99.60 [2021-01-28T06:27:12.508Z] 06:25:02 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-28T06:27:12.508Z] 06:26:01 all 0.07 0.00 0.02 0.01 0.00 99.90 [2021-01-28T06:27:12.508Z] 06:26:01 0 0.02 0.00 0.02 0.03 0.00 99.93 [2021-01-28T06:27:12.508Z] 06:26:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-28T06:27:12.508Z] 06:26:01 2 0.19 0.00 0.02 0.00 0.00 99.80 [2021-01-28T06:27:12.508Z] 06:26:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-28T06:27:12.508Z] 06:27:01 all 5.17 0.00 2.45 1.77 0.02 90.60 [2021-01-28T06:27:12.508Z] 06:27:01 0 4.96 0.00 2.44 0.64 0.02 91.95 [2021-01-28T06:27:12.508Z] 06:27:01 1 5.36 0.00 2.38 3.64 0.02 88.60 [2021-01-28T06:27:12.508Z] 06:27:01 2 5.69 0.00 2.37 2.18 0.02 89.74 [2021-01-28T06:27:12.508Z] 06:27:01 3 4.67 0.00 2.60 0.62 0.02 92.09 [2021-01-28T06:27:12.508Z] Average: all 3.25 0.00 1.59 1.22 0.01 93.92 [2021-01-28T06:27:12.508Z] Average: 0 2.93 0.00 1.68 0.97 0.01 94.41 [2021-01-28T06:27:12.508Z] Average: 1 3.16 0.00 1.56 1.34 0.01 93.94 [2021-01-28T06:27:12.508Z] Average: 2 3.65 0.00 1.52 1.75 0.01 93.06 [2021-01-28T06:27:12.508Z] Average: 3 3.25 0.00 1.63 0.83 0.01 94.29 [2021-01-28T06:27:12.508Z] [2021-01-28T06:27:12.508Z] [2021-01-28T06:27:12.508Z]