Pull request #3385 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 20385b893b0a96efef8f6220a25646fcf9408a7a+b2496097c2e37da8ddba342dd762aae92f769114 (534aaa5495ac186ce734f612e05b4da7850a7579) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-builder-2c-1g-1165’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1167’ is offline Running on prd-centos7-docker-4c-2g-1173 in /w/workspace/edgexfoundry_edgex-go_PR-3385 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b2496097c2e37da8ddba342dd762aae92f769114 into PR head commit 20385b893b0a96efef8f6220a25646fcf9408a7a Merge succeeded, producing 20385b893b0a96efef8f6220a25646fcf9408a7a Checking out Revision 20385b893b0a96efef8f6220a25646fcf9408a7a (PR-3385) > 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/3385/head:refs/remotes/origin/PR-3385 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20385b893b0a96efef8f6220a25646fcf9408a7a # 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 b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 20385b893b0a96efef8f6220a25646fcf9408a7a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T15:16:19.791Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T15:16:19.874Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T15:16:19.901Z] ========================================================= [2021-04-20T15:16:19.901Z] EdgeX Global Pipelines Version Info [2021-04-20T15:16:19.901Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:16:21.387Z] ------------------- [2021-04-20T15:16:21.387Z] stable info: [2021-04-20T15:16:21.387Z] ------------------- [2021-04-20T15:16:21.387Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T15:16:21.387Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T15:16:21.387Z] Message: update stable to v1.0.186 > git rev-list --no-walk acc92acf538b1fa1c6f54aa382941b540506596f # timeout=10 [2021-04-20T15:16:22.333Z] ------------------- [2021-04-20T15:16:22.333Z] experimental info: [2021-04-20T15:16:22.333Z] ------------------- [2021-04-20T15:16:22.333Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T15:16:22.333Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T15:16:22.333Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T15:16:22.450Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T15:16:22.471Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T15:16:22.492Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T15:16:22.513Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T15:16:22.534Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T15:16:22.556Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T15:16:22.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T15:16:22.601Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T15:16:22.622Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T15:16:22.643Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T15:16:22.670Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T15:16:22.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T15:16:22.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T15:16:22.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T15:16:22.767Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:16:22.787Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T15:16:22.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T15:16:22.833Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T15:16:22.855Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T15:16:22.877Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T15:16:22.898Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T15:16:22.919Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T15:16:22.940Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3385 [Pipeline] echo [2021-04-20T15:16:22.961Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3385 [Pipeline] echo [2021-04-20T15:16:22.984Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3385 [Pipeline] echo [2021-04-20T15:16:23.008Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 20385b893b0a96efef8f6220a25646fcf9408a7a [Pipeline] echo [2021-04-20T15:16:23.037Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 20385b8 [Pipeline] echo [2021-04-20T15:16:23.059Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:16:23.124Z] provisioning config files... [2021-04-20T15:16:23.155Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6826004551489420818tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:16:23.475Z] ---> docker-login.sh [2021-04-20T15:16:23.476Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:16:23.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:24.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:24.003Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:24.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:24.003Z] [2021-04-20T15:16:24.003Z] Login Succeeded [2021-04-20T15:16:24.003Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:16:24.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:24.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:24.003Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:24.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:24.003Z] [2021-04-20T15:16:24.003Z] Login Succeeded [2021-04-20T15:16:24.003Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:16:24.266Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:24.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:24.266Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:24.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:24.266Z] [2021-04-20T15:16:24.266Z] Login Succeeded [2021-04-20T15:16:24.266Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:16:24.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:24.528Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:24.528Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:24.528Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:24.528Z] [2021-04-20T15:16:24.528Z] Login Succeeded [2021-04-20T15:16:24.528Z] docker.io [2021-04-20T15:16:24.528Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:16:24.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:16:24.791Z] Configure a credential helper to remove this warning. See [2021-04-20T15:16:24.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:16:24.791Z] [2021-04-20T15:16:24.791Z] Login Succeeded [2021-04-20T15:16:24.791Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:16:24.801Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:16:25.134Z] ++ 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-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T15:16:25.134Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T15:16:25.134Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T15:16:25.134Z] ++ cut -d/ -f2 [2021-04-20T15:16:25.134Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T15:16:25.221Z] 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-04-20T15:16:25.900Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:16:25.900Z] [2021-04-20T15:16:25.900Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:16:26.220Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:16:26.220Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T15:16:26.220Z] 31603596830f: Pulling fs layer [2021-04-20T15:16:26.220Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T15:16:26.220Z] 6ca5941a6612: Pulling fs layer [2021-04-20T15:16:26.220Z] ecc8261a40a4: Pulling fs layer [2021-04-20T15:16:26.220Z] ecc8261a40a4: Waiting [2021-04-20T15:16:26.220Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T15:16:26.220Z] 2a8b12db71e7: Download complete [2021-04-20T15:16:26.220Z] 31603596830f: Verifying Checksum [2021-04-20T15:16:26.221Z] 31603596830f: Download complete [2021-04-20T15:16:26.487Z] ecc8261a40a4: Verifying Checksum [2021-04-20T15:16:26.487Z] ecc8261a40a4: Download complete [2021-04-20T15:16:26.487Z] 6ca5941a6612: Verifying Checksum [2021-04-20T15:16:26.487Z] 6ca5941a6612: Download complete [2021-04-20T15:16:26.752Z] 31603596830f: Pull complete [2021-04-20T15:16:26.752Z] 2a8b12db71e7: Pull complete [2021-04-20T15:16:27.704Z] 6ca5941a6612: Pull complete [2021-04-20T15:16:27.971Z] ecc8261a40a4: Pull complete [2021-04-20T15:16:27.971Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T15:16:27.971Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T15:16:27.971Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T15:16:28.093Z] prd-centos7-docker-4c-2g-1173 does not seem to be running inside a container [2021-04-20T15:16:28.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T15:16:30.789Z] $ docker top 75baeeb80ec4378bb5b6097c90303cd92b82488ac0d059671e0fb74f6586fc07 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T15:16:30.980Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:16:30.980Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:16:31.216Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:16:31.218Z] $ docker exec 75baeeb80ec4378bb5b6097c90303cd92b82488ac0d059671e0fb74f6586fc07 ssh-agent [2021-04-20T15:16:31.394Z] SSH_AUTH_SOCK=/tmp/ssh-DThhHajqNwzG/agent.12 [2021-04-20T15:16:31.394Z] SSH_AGENT_PID=17 [2021-04-20T15:16:31.411Z] Running ssh-add (command line suppressed) [2021-04-20T15:16:31.529Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8294409166618780784.key (/w/workspace/edgex-go/3@tmp/private_key_8294409166618780784.key) [2021-04-20T15:16:31.584Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:16:31.892Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T15:16:31.913Z] $ docker exec --env ******** --env ******** 75baeeb80ec4378bb5b6097c90303cd92b82488ac0d059671e0fb74f6586fc07 ssh-agent -k [2021-04-20T15:16:32.030Z] unset SSH_AUTH_SOCK; [2021-04-20T15:16:32.030Z] unset SSH_AGENT_PID; [2021-04-20T15:16:32.030Z] echo Agent pid 17 killed; [2021-04-20T15:16:32.080Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T15:16:32.123Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T15:16:32.123Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T15:16:32.295Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T15:16:32.298Z] $ docker exec 75baeeb80ec4378bb5b6097c90303cd92b82488ac0d059671e0fb74f6586fc07 ssh-agent [2021-04-20T15:16:32.466Z] SSH_AUTH_SOCK=/tmp/ssh-TTMuj5OB2oSH/agent.46 [2021-04-20T15:16:32.466Z] SSH_AGENT_PID=52 [2021-04-20T15:16:32.473Z] Running ssh-add (command line suppressed) [2021-04-20T15:16:32.590Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_2972771250142858443.key (/w/workspace/edgex-go/3@tmp/private_key_2972771250142858443.key) [2021-04-20T15:16:32.650Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T15:16:32.959Z] + git semver init [2021-04-20T15:16:32.959Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T15:16:32.959Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-20T15:16:32.959Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-20T15:16:32.959Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T15:16:32.959Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T15:16:32.959Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T15:16:32.959Z] # $SEMVER_BRANCH = PR-3385 [2021-04-20T15:16:32.959Z] # $SEMVER_TEMP = /tmp/semver-484375242 [2021-04-20T15:16:32.959Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T15:16:55.020Z] # '/tmp/semver-484375242' -> '/w/workspace/edgex-go/3/.semver' [2021-04-20T15:16:55.972Z] # -> Force: false [2021-04-20T15:16:55.972Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-20T15:16:55.984Z] $ docker exec --env ******** --env ******** 75baeeb80ec4378bb5b6097c90303cd92b82488ac0d059671e0fb74f6586fc07 ssh-agent -k [2021-04-20T15:16:56.274Z] unset SSH_AUTH_SOCK; [2021-04-20T15:16:56.275Z] unset SSH_AGENT_PID; [2021-04-20T15:16:56.275Z] echo Agent pid 52 killed; [2021-04-20T15:16:56.369Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T15:16:56.703Z] + git semver [Pipeline] } [2021-04-20T15:16:56.719Z] $ docker stop --time=1 75baeeb80ec4378bb5b6097c90303cd92b82488ac0d059671e0fb74f6586fc07 [2021-04-20T15:16:58.278Z] $ docker rm -f 75baeeb80ec4378bb5b6097c90303cd92b82488ac0d059671e0fb74f6586fc07 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T15:16:58.746Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T15:16:59.224Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T15:16:59.228Z] [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-04-20T15:16:59.718Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:17:00.028Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:17:00.330Z] + true [2021-04-20T15:17:00.330Z] + sudo service docker restart [2021-04-20T15:17:00.330Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T15:17:00.922Z] ========================================================= [2021-04-20T15:17:00.923Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T15:17:00.923Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:17:01.231Z] + 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-04-20T15:17:04.563Z] Sending build context to Docker daemon 329.6MB [2021-04-20T15:17:04.828Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:17:04.828Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:17:04.828Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T15:17:04.828Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T15:17:04.828Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T15:17:04.828Z] de9db76c5a1d: Pulling fs layer [2021-04-20T15:17:04.828Z] bca2f99d35d6: Pulling fs layer [2021-04-20T15:17:04.828Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T15:17:04.828Z] 7c6f9722023f: Pulling fs layer [2021-04-20T15:17:04.828Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T15:17:04.828Z] 93359f2a8cfa: Waiting [2021-04-20T15:17:04.828Z] 7c6f9722023f: Waiting [2021-04-20T15:17:04.828Z] a35cf1a2eb13: Waiting [2021-04-20T15:17:04.828Z] bca2f99d35d6: Waiting [2021-04-20T15:17:04.828Z] de9db76c5a1d: Verifying Checksum [2021-04-20T15:17:04.829Z] de9db76c5a1d: Download complete [2021-04-20T15:17:04.829Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T15:17:04.829Z] 0ef7d3d256c8: Download complete [2021-04-20T15:17:04.829Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T15:17:04.829Z] 93359f2a8cfa: Download complete [2021-04-20T15:17:04.829Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T15:17:04.829Z] 188c0c94c7c5: Download complete [2021-04-20T15:17:04.829Z] 7c6f9722023f: Verifying Checksum [2021-04-20T15:17:04.829Z] 7c6f9722023f: Download complete [2021-04-20T15:17:06.223Z] 188c0c94c7c5: Pull complete [2021-04-20T15:17:06.490Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T15:17:06.490Z] a35cf1a2eb13: Download complete [2021-04-20T15:17:06.837Z] 0ef7d3d256c8: Pull complete [2021-04-20T15:17:07.114Z] de9db76c5a1d: Pull complete [2021-04-20T15:17:07.114Z] bca2f99d35d6: Verifying Checksum [2021-04-20T15:17:07.114Z] bca2f99d35d6: Download complete [2021-04-20T15:17:12.573Z] bca2f99d35d6: Pull complete [2021-04-20T15:17:12.573Z] 93359f2a8cfa: Pull complete [2021-04-20T15:17:12.573Z] 7c6f9722023f: Pull complete [2021-04-20T15:17:14.355Z] Still waiting to schedule task [2021-04-20T15:17:14.355Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1171’ [2021-04-20T15:17:16.811Z] a35cf1a2eb13: Pull complete [2021-04-20T15:17:17.078Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T15:17:17.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T15:17:17.078Z] ---> a62c8e92a672 [2021-04-20T15:17:17.078Z] 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-04-20T15:17:17.078Z] ---> Running in 7396b45bb2a4 [2021-04-20T15:17:17.655Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T15:17:18.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T15:17:18.870Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:17:19.446Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:17:19.710Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:17:19.710Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:17:25.028Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:17:25.028Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:17:25.028Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:17:25.028Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:17:25.291Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:17:25.291Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:17:25.560Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:17:25.560Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:17:25.822Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:17:25.823Z] OK: 233 MiB in 51 packages [2021-04-20T15:17:30.050Z] Removing intermediate container 7396b45bb2a4 [2021-04-20T15:17:30.050Z] ---> d3a04d4cc286 [2021-04-20T15:17:30.051Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:17:30.051Z] ---> Running in da41d75419c2 [2021-04-20T15:17:30.051Z] Removing intermediate container da41d75419c2 [2021-04-20T15:17:30.051Z] ---> 36c6d82033fa [2021-04-20T15:17:30.051Z] Step 5/6 : COPY go.mod . [2021-04-20T15:17:30.051Z] ---> 673ab2999227 [2021-04-20T15:17:30.051Z] Step 6/6 : RUN go mod download [2021-04-20T15:17:30.051Z] ---> Running in 3095619d4d4f [2021-04-20T15:17:52.082Z] Removing intermediate container 3095619d4d4f [2021-04-20T15:17:52.082Z] ---> f899124a573f [2021-04-20T15:17:52.082Z] Successfully built f899124a573f [2021-04-20T15:17:52.082Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:17:52.400Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:17:52.400Z] . [Pipeline] withDockerContainer [2021-04-20T15:17:52.504Z] prd-centos7-docker-4c-2g-1173 does not seem to be running inside a container [2021-04-20T15:17:52.549Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T15:17:53.479Z] $ docker top a88f7099b84234db9daafa5e90785f3d0a59f2692b11cbba128f0e1456ed438c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:17:53.948Z] + go version [2021-04-20T15:17:53.949Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T15:17:53.959Z] $ docker stop --time=1 a88f7099b84234db9daafa5e90785f3d0a59f2692b11cbba128f0e1456ed438c [2021-04-20T15:17:55.404Z] $ docker rm -f a88f7099b84234db9daafa5e90785f3d0a59f2692b11cbba128f0e1456ed438c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:17:55.905Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T15:17:55.905Z] . [Pipeline] withDockerContainer [2021-04-20T15:17:56.010Z] prd-centos7-docker-4c-2g-1173 does not seem to be running inside a container [2021-04-20T15:17:56.061Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-04-20T15:17:56.783Z] $ docker top 342e43364ba829536861d2f473fb86ed5c9521bb352fc30038867009dc1737db -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T15:17:56.900Z] ========================================================= [2021-04-20T15:17:56.900Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T15:17:56.900Z] ========================================================= [Pipeline] sh [2021-04-20T15:17:57.192Z] + make test [2021-04-20T15:17:57.192Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T15:18:07.268Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T15:18:25.527Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T15:18:26.944Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T15:18:30.301Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T15:18:30.301Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T15:18:30.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T15:18:30.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T15:18:30.895Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T15:18:31.163Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T15:18:32.125Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T15:18:32.400Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T15:18:35.764Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T15:18:35.764Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T15:18:35.764Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T15:18:38.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 45.9% of statements [2021-04-20T15:18:38.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T15:18:38.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T15:18:38.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T15:18:38.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T15:18:38.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T15:18:38.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T15:18:38.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.049s coverage: 19.8% of statements [2021-04-20T15:18:38.376Z] --- FAIL: TestAllCommands (0.00s) [2021-04-20T15:18:38.376Z] command_test.go:98: [2021-04-20T15:18:38.376Z] Error Trace: command_test.go:98 [2021-04-20T15:18:38.376Z] command_test.go:178 [2021-04-20T15:18:38.376Z] Error: Received unexpected error: [2021-04-20T15:18:38.376Z] nil MetadataDeviceProfileClient returned [2021-04-20T15:18:38.376Z] Test: TestAllCommands [2021-04-20T15:18:38.376Z] --- FAIL: TestCommandsByDeviceName (0.00s) [2021-04-20T15:18:38.376Z] command_test.go:98: [2021-04-20T15:18:38.376Z] Error Trace: command_test.go:98 [2021-04-20T15:18:38.376Z] command_test.go:264 [2021-04-20T15:18:38.377Z] Error: Received unexpected error: [2021-04-20T15:18:38.377Z] nil MetadataDeviceProfileClient returned [2021-04-20T15:18:38.377Z] Test: TestCommandsByDeviceName [2021-04-20T15:18:38.377Z] FAIL [2021-04-20T15:18:38.377Z] coverage: 50.6% of statements [2021-04-20T15:18:38.377Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s [2021-04-20T15:18:41.767Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.192s coverage: 27.1% of statements [2021-04-20T15:18:41.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T15:18:41.767Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T15:18:41.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T15:18:41.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.061s coverage: 100.0% of statements [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T15:18:41.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.098s coverage: 71.3% of statements [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T15:18:41.768Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T15:18:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.163s coverage: 82.9% of statements [2021-04-20T15:18:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T15:18:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:18:42.355Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.071s coverage: 78.9% of statements [2021-04-20T15:18:42.355Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T15:18:44.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T15:18:44.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T15:18:44.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T15:18:44.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.141s coverage: 86.7% of statements [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T15:18:44.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T15:18:44.955Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.084s coverage: 78.3% of statements [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T15:18:44.955Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T15:18:48.339Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.382s coverage: 93.0% of statements [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T15:18:48.339Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T15:18:48.339Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.9% of statements [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T15:18:48.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T15:18:48.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 47.1% of statements [2021-04-20T15:18:48.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.081s coverage: 79.5% of statements [2021-04-20T15:18:48.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.050s coverage: 94.1% of statements [2021-04-20T15:18:48.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.065s coverage: 96.3% of statements [2021-04-20T15:18:48.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-04-20T15:19:00.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.061s coverage: 94.4% of statements [2021-04-20T15:19:00.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.056s coverage: 44.8% of statements [2021-04-20T15:19:03.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.282s coverage: 81.9% of statements [2021-04-20T15:19:03.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T15:19:12.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T15:19:12.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T15:19:12.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T15:19:12.162Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T15:19:12.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.070s coverage: 75.5% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.065s coverage: 84.6% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.105s coverage: 91.6% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 64.4% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.030s coverage: 100.0% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.307s coverage: 69.0% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.057s coverage: 89.5% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.138s coverage: 47.0% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.048s coverage: 9.6% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.137s coverage: 88.6% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.803s coverage: 28.7% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T15:19:12.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.076s coverage: 64.6% of statements [2021-04-20T15:19:12.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T15:19:13.185Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.126s coverage: 95.6% of statements [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T15:19:13.185Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T15:19:13.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T15:19:13.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T15:19:13.185Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T15:19:13.185Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-04-20T15:19:13.449Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.059s coverage: 28.1% of statements [2021-04-20T15:19:13.711Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-04-20T15:19:13.711Z] FAIL [2021-04-20T15:19:13.973Z] make: *** [Makefile:94: test] Error 1 [Pipeline] } [2021-04-20T15:19:13.994Z] $ docker stop --time=1 342e43364ba829536861d2f473fb86ed5c9521bb352fc30038867009dc1737db [2021-04-20T15:19:16.321Z] $ docker rm -f 342e43364ba829536861d2f473fb86ed5c9521bb352fc30038867009dc1737db [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-04-20T15:19:16.942Z] Failed in branch amd64 [2021-04-20T15:20:17.326Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1178 in /w/workspace/edgexfoundry_edgex-go_PR-3385 [Pipeline] { [Pipeline] ws [2021-04-20T15:20:17.343Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T15:20:23.269Z] using credential edgex-jenkins-ssh [2021-04-20T15:20:23.287Z] Cloning the remote Git repository [2021-04-20T15:20:23.327Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:20:23.426Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-20T15:20:23.493Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:20:23.493Z] > git --version # timeout=10 [2021-04-20T15:20:23.514Z] > git --version # 'git version 2.17.1' [2021-04-20T15:20:23.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:20:23.583Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:20:39.561Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:20:39.576Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T15:20:39.601Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T15:20:39.633Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T15:20:39.634Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:20:39.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3385/head:refs/remotes/origin/PR-3385 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T15:20:40.367Z] Merging remotes/origin/master commit b2496097c2e37da8ddba342dd762aae92f769114 into PR head commit 20385b893b0a96efef8f6220a25646fcf9408a7a [2021-04-20T15:20:40.818Z] Merge succeeded, producing 20385b893b0a96efef8f6220a25646fcf9408a7a [2021-04-20T15:20:40.819Z] Checking out Revision 20385b893b0a96efef8f6220a25646fcf9408a7a (PR-3385) [2021-04-20T15:20:40.378Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:20:40.388Z] > git checkout -f 20385b893b0a96efef8f6220a25646fcf9408a7a # timeout=10 [2021-04-20T15:20:40.722Z] > git remote # timeout=10 [2021-04-20T15:20:40.741Z] > git config --get remote.origin.url # timeout=10 [2021-04-20T15:20:40.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T15:20:40.768Z] > git merge b2496097c2e37da8ddba342dd762aae92f769114 # timeout=10 [2021-04-20T15:20:40.792Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-04-20T15:20:40.820Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T15:20:40.830Z] > git checkout -f 20385b893b0a96efef8f6220a25646fcf9408a7a # timeout=10 [2021-04-20T15:20:45.476Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T15:20:46.956Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:20:47.387Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T15:20:47.753Z] + + sudotrue service [2021-04-20T15:20:47.753Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T15:20:50.419Z] provisioning config files... [2021-04-20T15:20:50.462Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1516216085769344866tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:20:50.844Z] ---> docker-login.sh [2021-04-20T15:20:50.844Z] nexus3.edgexfoundry.org:10001 [2021-04-20T15:20:51.829Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:20:52.104Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:20:52.104Z] Configure a credential helper to remove this warning. See [2021-04-20T15:20:52.104Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:20:52.104Z] [2021-04-20T15:20:52.104Z] Login Succeeded [2021-04-20T15:20:52.104Z] nexus3.edgexfoundry.org:10002 [2021-04-20T15:20:52.378Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:20:52.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:20:52.655Z] Configure a credential helper to remove this warning. See [2021-04-20T15:20:52.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:20:52.655Z] [2021-04-20T15:20:52.655Z] Login Succeeded [2021-04-20T15:20:52.655Z] nexus3.edgexfoundry.org:10003 [2021-04-20T15:20:52.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:20:53.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:20:53.200Z] Configure a credential helper to remove this warning. See [2021-04-20T15:20:53.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:20:53.200Z] [2021-04-20T15:20:53.200Z] Login Succeeded [2021-04-20T15:20:53.200Z] nexus3.edgexfoundry.org:10004 [2021-04-20T15:20:53.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:20:53.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:20:53.472Z] Configure a credential helper to remove this warning. See [2021-04-20T15:20:53.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:20:53.472Z] [2021-04-20T15:20:53.472Z] Login Succeeded [2021-04-20T15:20:53.472Z] docker.io [2021-04-20T15:20:54.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T15:20:54.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T15:20:54.337Z] Configure a credential helper to remove this warning. See [2021-04-20T15:20:54.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T15:20:54.337Z] [2021-04-20T15:20:54.337Z] Login Succeeded [2021-04-20T15:20:54.337Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T15:20:54.357Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-04-20T15:20:54.664Z] ========================================================= [2021-04-20T15:20:54.664Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-04-20T15:20:54.664Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:20:55.005Z] + 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-04-20T15:20:57.617Z] Sending build context to Docker daemon 167.4MB [2021-04-20T15:20:57.617Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T15:20:57.617Z] Step 2/6 : FROM ${BASE} [2021-04-20T15:20:57.617Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-04-20T15:20:57.617Z] 5f621e34cdf4: Pulling fs layer [2021-04-20T15:20:57.617Z] a4357932f1b6: Pulling fs layer [2021-04-20T15:20:57.617Z] 18c013af1878: Pulling fs layer [2021-04-20T15:20:57.617Z] 00ac8860ef70: Pulling fs layer [2021-04-20T15:20:57.617Z] 63d7cb157983: Pulling fs layer [2021-04-20T15:20:57.617Z] b116817d02f9: Pulling fs layer [2021-04-20T15:20:57.617Z] 745a02a5169b: Pulling fs layer [2021-04-20T15:20:57.617Z] 00ac8860ef70: Waiting [2021-04-20T15:20:57.617Z] 63d7cb157983: Waiting [2021-04-20T15:20:57.617Z] b116817d02f9: Waiting [2021-04-20T15:20:57.617Z] 745a02a5169b: Waiting [2021-04-20T15:20:57.617Z] 18c013af1878: Verifying Checksum [2021-04-20T15:20:57.617Z] 18c013af1878: Download complete [2021-04-20T15:20:57.617Z] a4357932f1b6: Verifying Checksum [2021-04-20T15:20:57.617Z] a4357932f1b6: Download complete [2021-04-20T15:20:57.617Z] 63d7cb157983: Verifying Checksum [2021-04-20T15:20:57.617Z] 63d7cb157983: Download complete [2021-04-20T15:20:57.617Z] b116817d02f9: Verifying Checksum [2021-04-20T15:20:57.617Z] 5f621e34cdf4: Verifying Checksum [2021-04-20T15:20:57.617Z] 5f621e34cdf4: Download complete [2021-04-20T15:20:57.617Z] b116817d02f9: Download complete [2021-04-20T15:20:57.893Z] 5f621e34cdf4: Pull complete [2021-04-20T15:20:58.497Z] a4357932f1b6: Pull complete [2021-04-20T15:20:58.786Z] 18c013af1878: Pull complete [2021-04-20T15:20:59.769Z] 745a02a5169b: Download complete [2021-04-20T15:21:00.757Z] 00ac8860ef70: Verifying Checksum [2021-04-20T15:21:00.757Z] 00ac8860ef70: Download complete [2021-04-20T15:21:10.935Z] 00ac8860ef70: Pull complete [2021-04-20T15:21:10.935Z] 63d7cb157983: Pull complete [2021-04-20T15:21:11.220Z] b116817d02f9: Pull complete [2021-04-20T15:21:14.627Z] 745a02a5169b: Pull complete [2021-04-20T15:21:14.627Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-04-20T15:21:14.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-04-20T15:21:14.902Z] ---> b7e6874047d6 [2021-04-20T15:21:14.902Z] 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-04-20T15:21:18.301Z] ---> Running in cb80d5b73df3 [2021-04-20T15:21:19.755Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-04-20T15:21:20.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-04-20T15:21:20.976Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T15:21:21.248Z] (2/12) Installing file (5.38-r0) [2021-04-20T15:21:21.248Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T15:21:21.248Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T15:21:26.658Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T15:21:26.658Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T15:21:26.658Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T15:21:26.658Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T15:21:26.658Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T15:21:26.658Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T15:21:26.658Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T15:21:26.933Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T15:21:26.933Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T15:21:26.933Z] OK: 217 MiB in 51 packages [2021-04-20T15:21:31.235Z] Removing intermediate container cb80d5b73df3 [2021-04-20T15:21:31.235Z] ---> eae97da54b0b [2021-04-20T15:21:31.235Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T15:21:31.510Z] ---> Running in ad1af1a98012 [2021-04-20T15:21:32.108Z] Removing intermediate container ad1af1a98012 [2021-04-20T15:21:32.108Z] ---> b5d00034a5d6 [2021-04-20T15:21:32.108Z] Step 5/6 : COPY go.mod . [2021-04-20T15:21:32.703Z] ---> f07a7b276628 [2021-04-20T15:21:32.703Z] Step 6/6 : RUN go mod download [2021-04-20T15:21:32.980Z] ---> Running in 03097eee658b [2021-04-20T15:21:59.768Z] Removing intermediate container 03097eee658b [2021-04-20T15:21:59.768Z] ---> d07dfbcc8f75 [2021-04-20T15:21:59.768Z] Successfully built d07dfbcc8f75 [2021-04-20T15:21:59.768Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:22:00.111Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T15:22:00.111Z] . [Pipeline] withDockerContainer [2021-04-20T15:22:00.387Z] prd-ubuntu18.04-docker-arm64-4c-16g-1178 does not seem to be running inside a container [2021-04-20T15:22:00.472Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T15:22:02.133Z] $ docker top 65a77634578c42b652203f60ad3a2c7d33e4135bdbe0d20d9f66af541ac526e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:22:03.122Z] + go version [2021-04-20T15:22:03.122Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-04-20T15:22:03.140Z] $ docker stop --time=1 65a77634578c42b652203f60ad3a2c7d33e4135bdbe0d20d9f66af541ac526e6 [2021-04-20T15:22:05.156Z] $ docker rm -f 65a77634578c42b652203f60ad3a2c7d33e4135bdbe0d20d9f66af541ac526e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:22:05.903Z] + docker inspect -f . ci-base-image-arm64 [2021-04-20T15:22:05.903Z] . [Pipeline] withDockerContainer [2021-04-20T15:22:06.172Z] prd-ubuntu18.04-docker-arm64-4c-16g-1178 does not seem to be running inside a container [2021-04-20T15:22:06.248Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-04-20T15:22:07.722Z] $ docker top f08cfc5f881fa42fc44838f8114b14521f21cadb38fce204e40221c9078fe0aa -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T15:22:08.050Z] ========================================================= [2021-04-20T15:22:08.051Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T15:22:08.051Z] ========================================================= [Pipeline] sh [2021-04-20T15:22:08.703Z] + make test [2021-04-20T15:22:08.703Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T15:22:35.766Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T15:23:32.356Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T15:23:32.356Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T15:23:39.083Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T15:23:39.083Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T15:23:42.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T15:23:42.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T15:23:42.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T15:23:42.490Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T15:23:45.920Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T15:23:46.524Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T15:23:54.825Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T15:23:54.825Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T15:23:54.825Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T15:24:01.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.287s coverage: 45.9% of statements [2021-04-20T15:24:01.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T15:24:01.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T15:24:01.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T15:24:01.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T15:24:01.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T15:24:01.567Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T15:24:01.567Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.128s coverage: 19.8% of statements [2021-04-20T15:24:01.567Z] --- FAIL: TestAllCommands (0.00s) [2021-04-20T15:24:01.567Z] command_test.go:98: [2021-04-20T15:24:01.567Z] Error Trace: command_test.go:98 [2021-04-20T15:24:01.567Z] command_test.go:178 [2021-04-20T15:24:01.567Z] Error: Received unexpected error: [2021-04-20T15:24:01.567Z] nil MetadataDeviceProfileClient returned [2021-04-20T15:24:01.567Z] Test: TestAllCommands [2021-04-20T15:24:01.567Z] --- FAIL: TestCommandsByDeviceName (0.00s) [2021-04-20T15:24:01.567Z] command_test.go:98: [2021-04-20T15:24:01.567Z] Error Trace: command_test.go:98 [2021-04-20T15:24:01.567Z] command_test.go:264 [2021-04-20T15:24:01.567Z] Error: Received unexpected error: [2021-04-20T15:24:01.567Z] nil MetadataDeviceProfileClient returned [2021-04-20T15:24:01.567Z] Test: TestCommandsByDeviceName [2021-04-20T15:24:01.567Z] FAIL [2021-04-20T15:24:01.567Z] coverage: 50.6% of statements [2021-04-20T15:24:01.567Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.183s [2021-04-20T15:24:09.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.617s coverage: 27.1% of statements [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T15:24:09.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.151s coverage: 100.0% of statements [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T15:24:09.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.156s coverage: 100.0% of statements [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T15:24:09.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.245s coverage: 71.3% of statements [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T15:24:09.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T15:24:11.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.451s coverage: 82.9% of statements [2021-04-20T15:24:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T15:24:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:24:11.867Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.186s coverage: 78.9% of statements [2021-04-20T15:24:11.867Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T15:24:24.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.257s coverage: 28.6% of statements [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T15:24:24.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.270s coverage: 100.0% of statements [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T15:24:24.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.169s coverage: 100.0% of statements [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T15:24:24.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.440s coverage: 86.7% of statements [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T15:24:24.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.415s coverage: 97.5% of statements [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T15:24:24.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.214s coverage: 78.3% of statements [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T15:24:24.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T15:24:31.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.335s coverage: 93.0% of statements [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T15:24:31.047Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.127s coverage: 58.8% of statements [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T15:24:31.047Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.9% of statements [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T15:24:31.047Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T15:24:31.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.130s coverage: 47.1% of statements [2021-04-20T15:24:31.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.161s coverage: 79.5% of statements [2021-04-20T15:24:31.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.143s coverage: 94.1% of statements [2021-04-20T15:24:31.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.169s coverage: 96.3% of statements [2021-04-20T15:24:31.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.158s coverage: 87.5% of statements [2021-04-20T15:24:43.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.144s coverage: 94.4% of statements [2021-04-20T15:24:43.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.142s coverage: 44.8% of statements [2021-04-20T15:24:50.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.495s coverage: 81.9% of statements [2021-04-20T15:24:50.164Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.224s coverage: 92.9% of statements [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.119s coverage: 100.0% of statements [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.158s coverage: 75.5% of statements [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.139s coverage: 80.8% of statements [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.197s coverage: 87.2% of statements [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.211s coverage: 84.6% of statements [2021-04-20T15:25:00.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.253s coverage: 91.6% of statements [2021-04-20T15:25:00.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T15:25:00.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.821s coverage: 64.4% of statements [2021-04-20T15:25:00.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T15:25:00.951Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T15:25:00.951Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.143s coverage: 100.0% of statements [2021-04-20T15:25:01.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements [2021-04-20T15:25:01.959Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.076s coverage: 100.0% of statements [2021-04-20T15:25:02.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements [2021-04-20T15:25:04.230Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-04-20T15:25:07.633Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.930s coverage: 69.0% of statements [2021-04-20T15:25:07.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T15:25:07.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T15:25:07.633Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T15:25:09.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.560s coverage: 38.4% of statements [2021-04-20T15:25:09.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T15:25:09.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T15:25:09.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.115s coverage: 89.5% of statements [2021-04-20T15:25:09.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T15:25:09.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.076s coverage: 84.8% of statements [2021-04-20T15:25:16.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.498s coverage: 47.0% of statements [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T15:25:16.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.151s coverage: 100.0% of statements [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T15:25:16.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.112s coverage: 100.0% of statements [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T15:25:16.373Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.136s coverage: 9.6% of statements [2021-04-20T15:25:16.373Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T15:25:19.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.453s coverage: 88.6% of statements [2021-04-20T15:25:19.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T15:25:19.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:25:19.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T15:25:25.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.672s coverage: 28.7% of statements [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T15:25:25.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.225s coverage: 99.0% of statements [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T15:25:25.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.206s coverage: 100.0% of statements [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T15:25:25.754Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.235s coverage: 64.6% of statements [2021-04-20T15:25:25.754Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T15:25:26.745Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.448s coverage: 95.6% of statements [2021-04-20T15:25:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T15:25:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T15:25:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T15:25:26.745Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2021-04-20T15:25:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T15:25:26.745Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-04-20T15:25:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T15:25:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T15:25:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T15:25:26.745Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T15:25:27.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-04-20T15:25:27.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T15:25:27.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T15:25:27.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements [2021-04-20T15:25:29.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.125s coverage: 28.1% of statements [2021-04-20T15:25:29.740Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.110s coverage: 100.0% of statements [2021-04-20T15:25:29.740Z] FAIL [2021-04-20T15:25:30.746Z] make: *** [Makefile:94: test] Error 1 [Pipeline] } [2021-04-20T15:25:30.768Z] $ docker stop --time=1 f08cfc5f881fa42fc44838f8114b14521f21cadb38fce204e40221c9078fe0aa [2021-04-20T15:25:33.223Z] $ docker rm -f f08cfc5f881fa42fc44838f8114b14521f21cadb38fce204e40221c9078fe0aa [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:25:34.888Z] ---> job-cost.sh [2021-04-20T15:25:34.888Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-6Ypc [2021-04-20T15:26:21.821Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-04-20T15:28:13.586Z] lf-activate-venv(): INFO: Adding /tmp/venv-6Ypc/bin to PATH [2021-04-20T15:28:13.586Z] INFO: No Stack... [2021-04-20T15:28:13.586Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-04-20T15:28:13.586Z] INFO: Archiving Costs [Pipeline] sh [2021-04-20T15:28:13.925Z] + cat /w/workspace/edgex-go/3/archives/cost.csv [2021-04-20T15:28:13.926Z] + cut -d, -f6 [Pipeline] lock [2021-04-20T15:28:14.324Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3385-3-stack-cost] [2021-04-20T15:28:14.339Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3385-3-stack-cost] did not exist. Created. [2021-04-20T15:28:14.339Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3385-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-04-20T15:28:14.789Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-04-20T15:28:15.639Z] Stashed 1 file(s) [Pipeline] } [2021-04-20T15:28:15.655Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3385-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T15:28:15.816Z] 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] { (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-04-20T15:28:16.736Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:28:17.688Z] ---> package-listing.sh [2021-04-20T15:28:17.688Z] ++ facter osfamily [2021-04-20T15:28:17.688Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T15:28:17.688Z] + OS_FAMILY=redhat [2021-04-20T15:28:17.688Z] + workspace=/w/workspace/edgex-go/3 [2021-04-20T15:28:17.688Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T15:28:17.688Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T15:28:17.688Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T15:28:17.688Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T15:28:17.688Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-20T15:28:17.688Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T15:28:17.688Z] + case "${OS_FAMILY}" in [2021-04-20T15:28:17.688Z] + rpm -qa [2021-04-20T15:28:17.688Z] + sort [2021-04-20T15:28:23.096Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T15:28:23.096Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T15:28:23.096Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T15:28:23.096Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-20T15:28:23.096Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-20T15:28:23.096Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-20T15:28:23.111Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T15:28:23.407Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:28:23.715Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:28:23.715Z] [2021-04-20T15:28:23.715Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T15:28:24.048Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:28:24.048Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T15:28:24.048Z] df20fa9351a1: Pulling fs layer [2021-04-20T15:28:24.048Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T15:28:24.048Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T15:28:24.048Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T15:28:24.048Z] 93b61091891f: Pulling fs layer [2021-04-20T15:28:24.048Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T15:28:24.048Z] 5e14af77c1be: Pulling fs layer [2021-04-20T15:28:24.048Z] 01666e4c0597: Pulling fs layer [2021-04-20T15:28:24.048Z] aa168da1d23b: Pulling fs layer [2021-04-20T15:28:24.048Z] 93b9cdb0e59b: Waiting [2021-04-20T15:28:24.048Z] 5e14af77c1be: Waiting [2021-04-20T15:28:24.048Z] 01666e4c0597: Waiting [2021-04-20T15:28:24.048Z] 46f8f816bc3b: Waiting [2021-04-20T15:28:24.048Z] 93b61091891f: Waiting [2021-04-20T15:28:24.048Z] aa168da1d23b: Waiting [2021-04-20T15:28:24.048Z] 36b3adc4ff6f: Verifying Checksum [2021-04-20T15:28:24.048Z] 36b3adc4ff6f: Download complete [2021-04-20T15:28:24.048Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T15:28:24.048Z] 46f8f816bc3b: Download complete [2021-04-20T15:28:24.312Z] df20fa9351a1: Verifying Checksum [2021-04-20T15:28:24.313Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T15:28:24.313Z] 93b9cdb0e59b: Download complete [2021-04-20T15:28:24.313Z] 93b61091891f: Download complete [2021-04-20T15:28:24.313Z] 5e14af77c1be: Verifying Checksum [2021-04-20T15:28:24.313Z] 5e14af77c1be: Download complete [2021-04-20T15:28:24.313Z] 01666e4c0597: Verifying Checksum [2021-04-20T15:28:24.313Z] 01666e4c0597: Download complete [2021-04-20T15:28:24.313Z] 8ad3a11d3b57: Verifying Checksum [2021-04-20T15:28:24.313Z] 8ad3a11d3b57: Download complete [2021-04-20T15:28:24.578Z] df20fa9351a1: Pull complete [2021-04-20T15:28:24.843Z] 36b3adc4ff6f: Pull complete [2021-04-20T15:28:25.792Z] 8ad3a11d3b57: Pull complete [2021-04-20T15:28:25.792Z] 46f8f816bc3b: Pull complete [2021-04-20T15:28:26.373Z] aa168da1d23b: Verifying Checksum [2021-04-20T15:28:26.373Z] aa168da1d23b: Download complete [2021-04-20T15:28:26.373Z] 93b61091891f: Pull complete [2021-04-20T15:28:26.637Z] 93b9cdb0e59b: Pull complete [2021-04-20T15:28:26.908Z] 5e14af77c1be: Pull complete [2021-04-20T15:28:26.908Z] 01666e4c0597: Pull complete [2021-04-20T15:28:35.077Z] aa168da1d23b: Pull complete [2021-04-20T15:28:35.077Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T15:28:35.077Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T15:28:35.077Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T15:28:35.245Z] prd-centos7-docker-4c-2g-1173 does not seem to be running inside a container [2021-04-20T15:28:35.293Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T15:28:39.291Z] $ docker top 6133b9b6900eea8c1646ba8000a939bbc7aba493bda63fa740dc61af5653455d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T15:28:39.783Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T15:28:40.084Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T15:28:40.385Z] + ls /var/log/sa-host [2021-04-20T15:28:40.385Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T15:28:40.385Z] file_magic: OK [2021-04-20T15:28:40.385Z] HZ: Using current value: 100 [2021-04-20T15:28:40.385Z] file_header: OK [2021-04-20T15:28:40.385Z] 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-04-20T15:28:40.385Z] Statistics: [2021-04-20T15:28:40.385Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-04-20T15:28:40.385Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T15:28:40.385Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T15:28:40.385Z] file_magic: OK [2021-04-20T15:28:40.385Z] HZ: Using current value: 100 [2021-04-20T15:28:40.385Z] file_header: OK [2021-04-20T15:28:40.385Z] 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-04-20T15:28:40.385Z] Statistics: [2021-04-20T15:28:40.385Z] Hnuu...uuuununununu... [2021-04-20T15:28:40.385Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T15:28:40.963Z] provisioning config files... [2021-04-20T15:28:40.980Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config8594285299056008535tmp [Pipeline] { [Pipeline] echo [2021-04-20T15:28:41.004Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:28:41.317Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T15:28:41.330Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T15:28:41.359Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:28:41.665Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T15:28:41.677Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:28:41.976Z] ---> sudo-logs.sh [2021-04-20T15:28:41.976Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T15:28:42.043Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:28:42.349Z] ---> job-cost.sh [2021-04-20T15:28:42.349Z] lf-activate-venv: SKIPPING [2021-04-20T15:28:42.349Z] DEBUG: total: 0.20999999344348907 [2021-04-20T15:28:42.349Z] INFO: Retrieving Stack Cost... [2021-04-20T15:28:43.739Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T15:28:44.001Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T15:28:44.015Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T15:28:44.312Z] ---> logs-deploy.sh [2021-04-20T15:28:44.312Z] lf-activate-venv: SKIPPING [2021-04-20T15:28:44.312Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3385/3 [2021-04-20T15:28:44.312Z] INFO: archiving workspace using pattern(s): [2021-04-20T15:28:45.705Z] Archives upload complete. [2021-04-20T15:28:45.968Z] INFO: archiving logs to Nexus [2021-04-20T15:28:46.916Z] ---> uname -a: [2021-04-20T15:28:46.916Z] Linux prd-centos7-docker-4c-2g-1173.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-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] ---> lscpu: [2021-04-20T15:28:46.916Z] Architecture: x86_64 [2021-04-20T15:28:46.916Z] CPU op-mode(s): 32-bit, 64-bit [2021-04-20T15:28:46.916Z] Byte Order: Little Endian [2021-04-20T15:28:46.916Z] Address sizes: 40 bits physical, 48 bits virtual [2021-04-20T15:28:46.916Z] CPU(s): 4 [2021-04-20T15:28:46.916Z] On-line CPU(s) list: 0-3 [2021-04-20T15:28:46.916Z] Thread(s) per core: 1 [2021-04-20T15:28:46.916Z] Core(s) per socket: 1 [2021-04-20T15:28:46.916Z] Socket(s): 4 [2021-04-20T15:28:46.916Z] NUMA node(s): 1 [2021-04-20T15:28:46.916Z] Vendor ID: GenuineIntel [2021-04-20T15:28:46.916Z] CPU family: 6 [2021-04-20T15:28:46.916Z] Model: 44 [2021-04-20T15:28:46.916Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-04-20T15:28:46.916Z] Stepping: 1 [2021-04-20T15:28:46.916Z] CPU MHz: 2933.442 [2021-04-20T15:28:46.916Z] BogoMIPS: 5866.88 [2021-04-20T15:28:46.916Z] Virtualization: VT-x [2021-04-20T15:28:46.916Z] Hypervisor vendor: KVM [2021-04-20T15:28:46.916Z] Virtualization type: full [2021-04-20T15:28:46.916Z] L1d cache: 128 KiB [2021-04-20T15:28:46.916Z] L1i cache: 128 KiB [2021-04-20T15:28:46.916Z] L2 cache: 16 MiB [2021-04-20T15:28:46.916Z] L3 cache: 64 MiB [2021-04-20T15:28:46.916Z] NUMA node0 CPU(s): 0-3 [2021-04-20T15:28:46.916Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-04-20T15:28:46.916Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-04-20T15:28:46.916Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-04-20T15:28:46.916Z] Vulnerability Meltdown: Mitigation; PTI [2021-04-20T15:28:46.916Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-04-20T15:28:46.916Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-04-20T15:28:46.916Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-04-20T15:28:46.916Z] Vulnerability Srbds: Not affected [2021-04-20T15:28:46.916Z] Vulnerability Tsx async abort: Not affected [2021-04-20T15:28:46.916Z] 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-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] ---> nproc: [2021-04-20T15:28:46.916Z] 4 [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] ---> df -h: [2021-04-20T15:28:46.916Z] Filesystem Size Used Available Use% Mounted on [2021-04-20T15:28:46.916Z] overlay 50.0G 8.2G 41.7G 17% / [2021-04-20T15:28:46.916Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-04-20T15:28:46.916Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-04-20T15:28:46.916Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /facter-os [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/resolv.conf [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hostname [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /etc/hosts [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /run/cloud-init/result.json [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/sa-host [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/secure [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /var/log/auth.log [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/3@tmp [2021-04-20T15:28:46.916Z] /dev/vda1 50.0G 8.2G 41.7G 17% /w/workspace/edgex-go/3 [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] ---> free -m: [2021-04-20T15:28:46.916Z] total used free shared buff/cache available [2021-04-20T15:28:46.916Z] Mem: 1837 777 125 0 933 967 [2021-04-20T15:28:46.916Z] Swap: 1023 2 1021 [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] ---> ip addr: [2021-04-20T15:28:46.916Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-04-20T15:28:46.916Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-04-20T15:28:46.916Z] inet 127.0.0.1/8 scope host lo [2021-04-20T15:28:46.916Z] valid_lft forever preferred_lft forever [2021-04-20T15:28:46.916Z] inet6 ::1/128 scope host [2021-04-20T15:28:46.916Z] valid_lft forever preferred_lft forever [2021-04-20T15:28:46.916Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-04-20T15:28:46.916Z] link/ether fa:16:3e:98:2c:07 brd ff:ff:ff:ff:ff:ff [2021-04-20T15:28:46.916Z] inet 10.30.123.188/23 brd 10.30.123.255 scope global dynamic eth0 [2021-04-20T15:28:46.916Z] valid_lft 85594sec preferred_lft 85594sec [2021-04-20T15:28:46.916Z] inet6 fe80::f816:3eff:fe98:2c07/64 scope link [2021-04-20T15:28:46.916Z] valid_lft forever preferred_lft forever [2021-04-20T15:28:46.916Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-04-20T15:28:46.916Z] link/ether 02:42:eb:7d:6c:ca brd ff:ff:ff:ff:ff:ff [2021-04-20T15:28:46.916Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-04-20T15:28:46.916Z] valid_lft forever preferred_lft forever [2021-04-20T15:28:46.916Z] inet6 fe80::42:ebff:fe7d:6cca/64 scope link [2021-04-20T15:28:46.916Z] valid_lft forever preferred_lft forever [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] ---> sar -b -r -n DEV: [2021-04-20T15:28:46.916Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/20/21 _x86_64_ (4 CPU) [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] 15:15:05 LINUX RESTART (4 CPU) [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] 15:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-04-20T15:28:46.916Z] 15:17:01 140.53 77.28 63.25 0.00 9871.50 19418.96 0.00 [2021-04-20T15:28:46.916Z] 15:18:01 343.87 138.78 205.09 0.00 6027.62 51213.77 0.00 [2021-04-20T15:28:46.916Z] 15:19:01 132.11 38.11 94.00 0.00 1570.47 12953.29 0.00 [2021-04-20T15:28:46.916Z] 15:20:02 25.62 6.62 18.99 0.00 1143.41 1130.98 0.00 [2021-04-20T15:28:46.916Z] 15:21:01 3.44 1.42 2.01 0.00 209.82 33.80 0.00 [2021-04-20T15:28:46.916Z] 15:22:01 1.45 0.90 0.55 0.00 50.09 7.99 0.00 [2021-04-20T15:28:46.916Z] 15:23:01 0.18 0.00 0.18 0.00 0.00 1.63 0.00 [2021-04-20T15:28:46.916Z] 15:24:01 0.20 0.00 0.20 0.00 0.00 1.90 0.00 [2021-04-20T15:28:46.916Z] 15:25:01 0.28 0.00 0.28 0.00 0.00 3.38 0.00 [2021-04-20T15:28:46.916Z] 15:26:01 0.25 0.00 0.25 0.00 0.00 3.40 0.00 [2021-04-20T15:28:46.916Z] 15:27:01 0.33 0.00 0.33 0.00 0.00 3.86 0.00 [2021-04-20T15:28:46.916Z] 15:28:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 [2021-04-20T15:28:46.916Z] Average: 54.15 21.97 32.18 0.00 1575.34 7079.09 0.00 [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] 15:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-04-20T15:28:46.916Z] 15:17:01 237792 0 688612 36.60 2596 952544 1483872 50.64 625036 816568 55464 [2021-04-20T15:28:46.916Z] 15:18:01 143404 0 861136 45.77 1156 875848 1499580 51.18 623516 836148 5688 [2021-04-20T15:28:46.916Z] 15:19:01 116396 0 901592 47.92 628 862928 1812212 61.85 747864 729748 32352 [2021-04-20T15:28:46.916Z] 15:20:02 576872 0 709348 37.70 628 594696 1110548 37.90 438632 599460 8 [2021-04-20T15:28:46.916Z] 15:21:01 569792 0 710256 37.75 628 600868 1110560 37.90 456368 590672 8 [2021-04-20T15:28:46.916Z] 15:22:01 571796 0 706776 37.56 628 602344 1089712 37.19 455616 590360 8 [2021-04-20T15:28:46.916Z] 15:23:01 571844 0 706708 37.56 628 602364 1089804 37.19 455916 590476 8 [2021-04-20T15:28:46.916Z] 15:24:01 573004 0 705544 37.50 628 602368 1078472 36.81 455104 590084 8 [2021-04-20T15:28:46.916Z] 15:25:01 573316 0 705220 37.48 628 602380 1078472 36.81 455128 590084 12 [2021-04-20T15:28:46.916Z] 15:26:01 572764 0 705768 37.51 628 602384 1078544 36.81 455264 590084 8 [2021-04-20T15:28:46.916Z] 15:27:01 572084 0 706448 37.55 628 602384 1078716 36.81 455992 590084 8 [2021-04-20T15:28:46.916Z] 15:28:01 573372 0 705152 37.48 628 602392 1078536 36.81 455064 590084 8 [2021-04-20T15:28:46.916Z] Average: 471036 0 734380 39.03 836 675292 1215752 41.49 506625 641988 7798 [2021-04-20T15:28:46.916Z] [2021-04-20T15:28:46.916Z] 15:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-04-20T15:28:46.916Z] 15:17:01 eth0 1170.07 1205.43 4721.43 133.13 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:17:01 docker0 889.53 771.04 72.74 2690.76 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:18:01 veth329b389 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:18:01 eth0 580.40 467.89 3683.75 83.13 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:18:01 docker0 193.89 234.69 13.38 836.03 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:19:01 veth329b389 0.73 0.76 0.06 0.06 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:19:01 eth0 27.59 13.35 22.18 10.68 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.916Z] 15:19:01 docker0 0.73 0.73 0.05 0.06 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:20:02 eth0 10.90 6.11 7.23 3.61 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:20:02 docker0 1.41 1.41 0.09 0.11 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:21:01 eth0 1.98 0.80 0.74 0.44 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:22:01 eth0 1.07 0.32 0.32 0.20 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:23:01 eth0 0.60 0.45 0.31 0.21 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:24:01 eth0 0.13 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:25:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:26:01 eth0 0.70 0.20 0.13 0.07 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:27:01 eth0 0.63 0.55 0.33 0.22 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:28:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] 15:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] Average: eth0 149.79 141.52 704.32 19.35 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] Average: docker0 90.62 84.13 7.20 294.42 0.00 0.00 0.00 0.00 [2021-04-20T15:28:46.917Z] [2021-04-20T15:28:46.917Z]