Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 14801c34a167288a68229085fdb39968047d6953+27e67a26db9587a799bf14cca6c65a65d4396aa9 (72b9ed681affc6a85740f3ebb818b333633c7fdf) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25361 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 14801c34a167288a68229085fdb39968047d6953 Merge succeeded, producing 4f418a505c232a44089d00c96e775dd897260015 Checking out Revision 4f418a505c232a44089d00c96e775dd897260015 (PR-3132) > 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/3132/head:refs/remotes/origin/PR-3132 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 14801c34a167288a68229085fdb39968047d6953 # 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 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f418a505c232a44089d00c96e775dd897260015 # timeout=10 Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-07T00:30:57.204Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-07T00:30:57.439Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-07T00:30:57.536Z] ========================================================= [2021-02-07T00:30:57.536Z] EdgeX Global Pipelines Version Info [2021-02-07T00:30:57.536Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 139de3bb9ff0266f0b3a4a586dabf8a460778580 # timeout=10 [2021-02-07T00:30:59.119Z] ------------------- [2021-02-07T00:30:59.120Z] stable info: [2021-02-07T00:30:59.120Z] ------------------- [2021-02-07T00:30:59.120Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:30:59.120Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:30:59.120Z] Message: update stable to v1.0.179 [2021-02-07T00:31:00.070Z] ------------------- [2021-02-07T00:31:00.070Z] experimental info: [2021-02-07T00:31:00.070Z] ------------------- [2021-02-07T00:31:00.070Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-07T00:31:00.070Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-07T00:31:00.070Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-07T00:31:00.421Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-07T00:31:00.504Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-07T00:31:00.662Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-07T00:31:00.746Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-07T00:31:00.842Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-07T00:31:00.930Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-07T00:31:01.013Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-07T00:31:01.138Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-07T00:31:01.217Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-07T00:31:01.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-07T00:31:01.391Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-07T00:31:01.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-07T00:31:01.577Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-07T00:31:01.660Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-07T00:31:01.744Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:31:01.864Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-07T00:31:01.945Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-07T00:31:02.086Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-07T00:31:02.223Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-07T00:31:02.301Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-07T00:31:02.406Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-07T00:31:02.484Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-07T00:31:02.568Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-07T00:31:02.646Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3132 [Pipeline] echo [2021-02-07T00:31:02.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3132 [Pipeline] echo [2021-02-07T00:31:02.833Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3132 [Pipeline] echo [2021-02-07T00:31:02.935Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4f418a505c232a44089d00c96e775dd897260015 [Pipeline] echo [2021-02-07T00:31:03.014Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4f418a5 [Pipeline] echo [2021-02-07T00:31:03.097Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:31:03.247Z] provisioning config files... [2021-02-07T00:31:03.274Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config7782477040674114276tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:31:03.624Z] ---> docker-login.sh [2021-02-07T00:31:03.624Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:31:03.887Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:04.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:04.165Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:04.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:04.165Z] [2021-02-07T00:31:04.165Z] Login Succeeded [2021-02-07T00:31:04.165Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:31:04.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:04.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:04.432Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:04.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:04.432Z] [2021-02-07T00:31:04.432Z] Login Succeeded [2021-02-07T00:31:04.432Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:31:04.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:04.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:04.432Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:04.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:04.432Z] [2021-02-07T00:31:04.432Z] Login Succeeded [2021-02-07T00:31:04.432Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:31:04.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:04.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:04.693Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:04.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:04.693Z] [2021-02-07T00:31:04.693Z] Login Succeeded [2021-02-07T00:31:04.693Z] docker.io [2021-02-07T00:31:04.958Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:31:05.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:31:05.223Z] Configure a credential helper to remove this warning. See [2021-02-07T00:31:05.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:31:05.223Z] [2021-02-07T00:31:05.223Z] Login Succeeded [2021-02-07T00:31:05.223Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:31:05.233Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:31:05.730Z] ++ 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-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/core-command/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/core-data/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-07T00:31:05.730Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-07T00:31:05.730Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-07T00:31:05.730Z] ++ cut -d/ -f2 [2021-02-07T00:31:05.730Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-07T00:31:05.813Z] 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-02-07T00:31:06.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:06.633Z] [2021-02-07T00:31:06.633Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:31:07.013Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:07.013Z] latest: Pulling from edgex-devops/git-semver [2021-02-07T00:31:07.013Z] 31603596830f: Pulling fs layer [2021-02-07T00:31:07.013Z] 2a8b12db71e7: Pulling fs layer [2021-02-07T00:31:07.013Z] 6ca5941a6612: Pulling fs layer [2021-02-07T00:31:07.013Z] ecc8261a40a4: Pulling fs layer [2021-02-07T00:31:07.013Z] ecc8261a40a4: Waiting [2021-02-07T00:31:07.013Z] 2a8b12db71e7: Verifying Checksum [2021-02-07T00:31:07.013Z] 2a8b12db71e7: Download complete [2021-02-07T00:31:07.013Z] 31603596830f: Verifying Checksum [2021-02-07T00:31:07.013Z] 31603596830f: Download complete [2021-02-07T00:31:07.290Z] 6ca5941a6612: Verifying Checksum [2021-02-07T00:31:07.290Z] 6ca5941a6612: Download complete [2021-02-07T00:31:07.290Z] ecc8261a40a4: Verifying Checksum [2021-02-07T00:31:07.290Z] ecc8261a40a4: Download complete [2021-02-07T00:31:07.557Z] 31603596830f: Pull complete [2021-02-07T00:31:07.822Z] 2a8b12db71e7: Pull complete [2021-02-07T00:31:08.813Z] 6ca5941a6612: Pull complete [2021-02-07T00:31:09.079Z] ecc8261a40a4: Pull complete [2021-02-07T00:31:09.079Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-07T00:31:09.080Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-07T00:31:09.080Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-07T00:31:09.250Z] prd-centos7-docker-4c-2g-25361 does not seem to be running inside a container [2021-02-07T00:31:09.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-07T00:31:12.180Z] $ docker top e6aaf42298ec8403d8e33f58b723584cffce1e211f486b5b9c60132467312a0a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-07T00:31:12.563Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:31:12.563Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:31:12.818Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:31:12.821Z] $ docker exec e6aaf42298ec8403d8e33f58b723584cffce1e211f486b5b9c60132467312a0a ssh-agent [2021-02-07T00:31:13.059Z] SSH_AUTH_SOCK=/tmp/ssh-xdX0UIm6wdYn/agent.13 [2021-02-07T00:31:13.059Z] SSH_AGENT_PID=18 [2021-02-07T00:31:13.077Z] Running ssh-add (command line suppressed) [2021-02-07T00:31:13.217Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_632746267922477279.key (/w/workspace/edgex-go/4@tmp/private_key_632746267922477279.key) [2021-02-07T00:31:13.275Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:31:13.610Z] + git tag --points-at HEAD [Pipeline] } [2021-02-07T00:31:13.645Z] $ docker exec --env ******** --env ******** e6aaf42298ec8403d8e33f58b723584cffce1e211f486b5b9c60132467312a0a ssh-agent -k [2021-02-07T00:31:13.772Z] unset SSH_AUTH_SOCK; [2021-02-07T00:31:13.772Z] unset SSH_AGENT_PID; [2021-02-07T00:31:13.773Z] echo Agent pid 18 killed; [2021-02-07T00:31:13.826Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-07T00:31:13.963Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-07T00:31:13.963Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-07T00:31:14.152Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-07T00:31:14.154Z] $ docker exec e6aaf42298ec8403d8e33f58b723584cffce1e211f486b5b9c60132467312a0a ssh-agent [2021-02-07T00:31:14.345Z] SSH_AUTH_SOCK=/tmp/ssh-cLzutJcvudeb/agent.47 [2021-02-07T00:31:14.345Z] SSH_AGENT_PID=52 [2021-02-07T00:31:14.354Z] Running ssh-add (command line suppressed) [2021-02-07T00:31:14.484Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2010555782888918963.key (/w/workspace/edgex-go/4@tmp/private_key_2010555782888918963.key) [2021-02-07T00:31:14.564Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-07T00:31:14.995Z] + git semver init [2021-02-07T00:31:14.995Z] # -> Open(): unable to determine branch for HEAD [2021-02-07T00:31:14.995Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-07T00:31:14.995Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-07T00:31:14.995Z] # $SEMVER_REMOTE_NAME = origin [2021-02-07T00:31:14.995Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-07T00:31:14.995Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-07T00:31:14.995Z] # $SEMVER_BRANCH = PR-3132 [2021-02-07T00:31:14.995Z] # $SEMVER_TEMP = /tmp/semver-102886931 [2021-02-07T00:31:14.995Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-07T00:31:37.067Z] # '/tmp/semver-102886931' -> '/w/workspace/edgex-go/4/.semver' [2021-02-07T00:31:37.067Z] # -> Force: false [2021-02-07T00:31:37.067Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-07T00:31:37.078Z] $ docker exec --env ******** --env ******** e6aaf42298ec8403d8e33f58b723584cffce1e211f486b5b9c60132467312a0a ssh-agent -k [2021-02-07T00:31:37.334Z] unset SSH_AUTH_SOCK; [2021-02-07T00:31:37.335Z] unset SSH_AGENT_PID; [2021-02-07T00:31:37.335Z] echo Agent pid 52 killed; [2021-02-07T00:31:37.416Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-07T00:31:37.962Z] + git semver [Pipeline] } [2021-02-07T00:31:37.981Z] $ docker stop --time=1 e6aaf42298ec8403d8e33f58b723584cffce1e211f486b5b9c60132467312a0a [2021-02-07T00:31:39.955Z] $ docker rm -f e6aaf42298ec8403d8e33f58b723584cffce1e211f486b5b9c60132467312a0a [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-07T00:31:40.588Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-07T00:31:41.240Z] Stashed 1 file(s) [Pipeline] echo [2021-02-07T00:31:41.243Z] [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-02-07T00:31:42.211Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:31:42.535Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:31:42.887Z] + sudo service docker restart [2021-02-07T00:31:42.887Z] + true [2021-02-07T00:31:42.887Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-07T00:31:43.873Z] ========================================================= [2021-02-07T00:31:43.873Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-07T00:31:43.873Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:31:44.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-02-07T00:31:48.506Z] Sending build context to Docker daemon 327.7MB [2021-02-07T00:31:48.506Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:31:48.506Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:31:48.506Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-07T00:31:48.506Z] 188c0c94c7c5: Pulling fs layer [2021-02-07T00:31:48.506Z] 0ef7d3d256c8: Pulling fs layer [2021-02-07T00:31:48.506Z] de9db76c5a1d: Pulling fs layer [2021-02-07T00:31:48.506Z] bca2f99d35d6: Pulling fs layer [2021-02-07T00:31:48.506Z] 93359f2a8cfa: Pulling fs layer [2021-02-07T00:31:48.506Z] 7c6f9722023f: Pulling fs layer [2021-02-07T00:31:48.506Z] a35cf1a2eb13: Pulling fs layer [2021-02-07T00:31:48.506Z] bca2f99d35d6: Waiting [2021-02-07T00:31:48.506Z] 93359f2a8cfa: Waiting [2021-02-07T00:31:48.506Z] 7c6f9722023f: Waiting [2021-02-07T00:31:48.506Z] a35cf1a2eb13: Waiting [2021-02-07T00:31:48.506Z] de9db76c5a1d: Verifying Checksum [2021-02-07T00:31:48.506Z] de9db76c5a1d: Download complete [2021-02-07T00:31:48.506Z] 0ef7d3d256c8: Download complete [2021-02-07T00:31:48.506Z] 93359f2a8cfa: Verifying Checksum [2021-02-07T00:31:48.506Z] 93359f2a8cfa: Download complete [2021-02-07T00:31:48.506Z] 188c0c94c7c5: Verifying Checksum [2021-02-07T00:31:48.506Z] 188c0c94c7c5: Download complete [2021-02-07T00:31:48.506Z] 7c6f9722023f: Verifying Checksum [2021-02-07T00:31:48.506Z] 7c6f9722023f: Download complete [2021-02-07T00:31:48.506Z] 188c0c94c7c5: Pull complete [2021-02-07T00:31:49.123Z] 0ef7d3d256c8: Pull complete [2021-02-07T00:31:49.404Z] de9db76c5a1d: Pull complete [2021-02-07T00:31:50.364Z] a35cf1a2eb13: Verifying Checksum [2021-02-07T00:31:50.364Z] a35cf1a2eb13: Download complete [2021-02-07T00:31:50.949Z] bca2f99d35d6: Verifying Checksum [2021-02-07T00:31:50.949Z] bca2f99d35d6: Download complete [2021-02-07T00:31:56.642Z] Still waiting to schedule task [2021-02-07T00:31:56.643Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-25356’ [2021-02-07T00:31:57.628Z] bca2f99d35d6: Pull complete [2021-02-07T00:31:57.628Z] 93359f2a8cfa: Pull complete [2021-02-07T00:31:57.628Z] 7c6f9722023f: Pull complete [2021-02-07T00:32:04.292Z] a35cf1a2eb13: Pull complete [2021-02-07T00:32:04.293Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-07T00:32:04.293Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-07T00:32:04.293Z] ---> a62c8e92a672 [2021-02-07T00:32:04.293Z] 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-02-07T00:32:04.293Z] ---> Running in 009873bc2223 [2021-02-07T00:32:04.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-07T00:32:05.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-07T00:32:07.215Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:32:07.215Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:32:07.477Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:32:07.477Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:32:25.628Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:32:25.628Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:32:25.628Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:32:25.628Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:32:25.628Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:32:25.628Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:32:25.628Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:32:25.628Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:32:25.628Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:32:25.628Z] OK: 233 MiB in 51 packages [2021-02-07T00:32:28.213Z] Removing intermediate container 009873bc2223 [2021-02-07T00:32:28.213Z] ---> 1f1c694bb346 [2021-02-07T00:32:28.213Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:32:28.213Z] ---> Running in 87b01ce34baa [2021-02-07T00:32:28.213Z] Removing intermediate container 87b01ce34baa [2021-02-07T00:32:28.213Z] ---> 8de553730abf [2021-02-07T00:32:28.213Z] Step 5/6 : COPY go.mod . [2021-02-07T00:32:28.476Z] ---> 7a3f8770b08b [2021-02-07T00:32:28.477Z] Step 6/6 : RUN go mod download [2021-02-07T00:32:28.477Z] ---> Running in 013f3e5a5d1b [2021-02-07T00:32:55.143Z] Removing intermediate container 013f3e5a5d1b [2021-02-07T00:32:55.143Z] ---> deacafa26dc8 [2021-02-07T00:32:55.143Z] Successfully built deacafa26dc8 [2021-02-07T00:32:55.143Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:55.464Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:32:55.464Z] . [Pipeline] withDockerContainer [2021-02-07T00:32:55.576Z] prd-centos7-docker-4c-2g-25361 does not seem to be running inside a container [2021-02-07T00:32:55.625Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-07T00:32:56.534Z] $ docker top 9ce47198faa3a720deaa63f62b9462e652ec0e23709234ee46018c5be328e5e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:32:57.125Z] + go version [2021-02-07T00:32:57.125Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-07T00:32:57.139Z] $ docker stop --time=1 9ce47198faa3a720deaa63f62b9462e652ec0e23709234ee46018c5be328e5e8 [2021-02-07T00:32:58.524Z] $ docker rm -f 9ce47198faa3a720deaa63f62b9462e652ec0e23709234ee46018c5be328e5e8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:32:59.299Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-07T00:32:59.299Z] . [Pipeline] withDockerContainer [2021-02-07T00:32:59.423Z] prd-centos7-docker-4c-2g-25361 does not seem to be running inside a container [2021-02-07T00:32:59.478Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-07T00:33:00.304Z] $ docker top 0e7a5065232a48f8f061d74362bc0a4669d4e23cf2066478329e62f10dc6d899 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:33:00.537Z] ========================================================= [2021-02-07T00:33:00.537Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:33:00.537Z] ========================================================= [Pipeline] sh [2021-02-07T00:33:00.845Z] + make test [2021-02-07T00:33:00.845Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:33:10.950Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:33:29.219Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:33:33.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:33:33.520Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:33:33.520Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:33:33.520Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:33:36.619Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:33:36.620Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:33:37.233Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:33:39.827Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:33:39.827Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:33:39.827Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:33:43.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 45.6% of statements [2021-02-07T00:33:43.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:33:43.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:33:43.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:33:43.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:33:43.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:33:43.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:33:43.201Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:33:43.201Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.091s coverage: 100.0% of statements [2021-02-07T00:33:46.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.233s coverage: 27.1% of statements [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:33:46.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:33:46.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.033s coverage: 100.0% of statements [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:33:46.637Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.132s coverage: 65.8% of statements [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:33:46.637Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:33:46.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.3% of statements [2021-02-07T00:33:46.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:33:46.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:33:46.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:33:46.968Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:33:49.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.427s coverage: 28.6% of statements [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:33:49.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.077s coverage: 100.0% of statements [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:33:49.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:33:49.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.127s coverage: 86.7% of statements [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:33:49.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.124s coverage: 97.5% of statements [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:33:49.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:33:49.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:33:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.593s coverage: 92.8% of statements [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:33:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:33:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.059s coverage: 0.1% of statements [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:33:52.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:33:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.029s coverage: 45.5% of statements [2021-02-07T00:33:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-02-07T00:33:52.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.041s coverage: 94.1% of statements [2021-02-07T00:33:52.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-02-07T00:33:52.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-07T00:34:04.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.049s coverage: 94.4% of statements [2021-02-07T00:34:04.029Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.071s coverage: 92.9% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.165s coverage: 63.5% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.284s coverage: 68.9% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.305s coverage: 84.0% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.149s coverage: 47.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.100s coverage: 87.7% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.075s coverage: 99.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.063s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.040s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:34:19.020Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.026s coverage: 32.1% of statements [2021-02-07T00:34:19.020Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-07T00:34:19.020Z] GO111MODULE=on go vet ./... [2021-02-07T00:34:46.649Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25370 in /w/workspace/edgexfoundry_edgex-go_PR-3132 [Pipeline] { [Pipeline] ws [2021-02-07T00:34:46.748Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-07T00:34:51.304Z] gofmt -l . [2021-02-07T00:34:51.304Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:34:51.304Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:34:51.304Z] ./bin/test-attribution-txt.sh [2021-02-07T00:34:51.304Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-07T00:34:51.304Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-07T00:34:51.304Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-07T00:34:51.304Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-07T00:34:51.304Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-07T00:34:51.304Z] make: *** [Makefile:103: test] Error 1 [Pipeline] } [2021-02-07T00:34:51.331Z] $ docker stop --time=1 0e7a5065232a48f8f061d74362bc0a4669d4e23cf2066478329e62f10dc6d899 [2021-02-07T00:34:52.771Z] using credential edgex-jenkins-ssh [2021-02-07T00:34:52.865Z] Cloning the remote Git repository [2021-02-07T00:34:52.932Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:34:53.052Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-07T00:34:53.160Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:34:53.161Z] > git --version # timeout=10 [2021-02-07T00:34:53.192Z] > git --version # 'git version 2.17.1' [2021-02-07T00:34:53.195Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:34:53.597Z] $ docker rm -f 0e7a5065232a48f8f061d74362bc0a4669d4e23cf2066478329e62f10dc6d899 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [2021-02-07T00:34:53.267Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [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-02-07T00:34:55.199Z] Failed in branch amd64 [2021-02-07T00:35:10.741Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:35:10.770Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-07T00:35:10.808Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-07T00:35:10.860Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-07T00:35:10.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:35:10.879Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3132/head:refs/remotes/origin/PR-3132 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-07T00:35:11.569Z] Merging remotes/origin/master commit 27e67a26db9587a799bf14cca6c65a65d4396aa9 into PR head commit 14801c34a167288a68229085fdb39968047d6953 [2021-02-07T00:35:12.619Z] Merge succeeded, producing 5f088bcfb838a806441549f75514182a64da9c9f [2021-02-07T00:35:12.620Z] Checking out Revision 5f088bcfb838a806441549f75514182a64da9c9f (PR-3132) [2021-02-07T00:35:11.593Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:35:11.671Z] > git checkout -f 14801c34a167288a68229085fdb39968047d6953 # timeout=10 [2021-02-07T00:35:12.117Z] > git remote # timeout=10 [2021-02-07T00:35:12.174Z] > git config --get remote.origin.url # timeout=10 [2021-02-07T00:35:12.210Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-07T00:35:12.225Z] > git merge 27e67a26db9587a799bf14cca6c65a65d4396aa9 # timeout=10 [2021-02-07T00:35:12.598Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-07T00:35:12.628Z] > git config core.sparsecheckout # timeout=10 [2021-02-07T00:35:12.647Z] > git checkout -f 5f088bcfb838a806441549f75514182a64da9c9f # timeout=10 [2021-02-07T00:35:17.537Z] Commit message: "Merge commit '27e67a26db9587a799bf14cca6c65a65d4396aa9' into HEAD" [2021-02-07T00:35:17.563Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-07T00:35:17.547Z] > git rev-list --no-walk 139de3bb9ff0266f0b3a4a586dabf8a460778580 # timeout=10 [2021-02-07T00:35:19.180Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:35:19.665Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-07T00:35:20.028Z] + sudo service docker restart [2021-02-07T00:35:20.029Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-07T00:35:22.758Z] provisioning config files... [2021-02-07T00:35:22.800Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3686608485460103200tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:35:23.225Z] ---> docker-login.sh [2021-02-07T00:35:23.225Z] nexus3.edgexfoundry.org:10001 [2021-02-07T00:35:24.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:24.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:24.488Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:24.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:24.488Z] [2021-02-07T00:35:24.488Z] Login Succeeded [2021-02-07T00:35:24.488Z] nexus3.edgexfoundry.org:10002 [2021-02-07T00:35:24.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:25.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:25.034Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:25.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:25.034Z] [2021-02-07T00:35:25.034Z] Login Succeeded [2021-02-07T00:35:25.034Z] nexus3.edgexfoundry.org:10003 [2021-02-07T00:35:25.311Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:25.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:25.586Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:25.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:25.586Z] [2021-02-07T00:35:25.586Z] Login Succeeded [2021-02-07T00:35:25.586Z] nexus3.edgexfoundry.org:10004 [2021-02-07T00:35:25.865Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:25.865Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:25.865Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:25.865Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:25.865Z] [2021-02-07T00:35:25.865Z] Login Succeeded [2021-02-07T00:35:25.865Z] docker.io [2021-02-07T00:35:26.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-07T00:35:26.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-07T00:35:26.760Z] Configure a credential helper to remove this warning. See [2021-02-07T00:35:26.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-07T00:35:26.760Z] [2021-02-07T00:35:26.760Z] Login Succeeded [2021-02-07T00:35:26.760Z] ---> docker-login.sh ends [Pipeline] } [2021-02-07T00:35:26.784Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-07T00:35:27.350Z] ========================================================= [2021-02-07T00:35:27.351Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-07T00:35:27.351Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:35:27.748Z] + 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-02-07T00:35:30.400Z] Sending build context to Docker daemon 166.2MB [2021-02-07T00:35:30.400Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-07T00:35:30.400Z] Step 2/6 : FROM ${BASE} [2021-02-07T00:35:30.400Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-07T00:35:30.400Z] 5f621e34cdf4: Pulling fs layer [2021-02-07T00:35:30.400Z] a4357932f1b6: Pulling fs layer [2021-02-07T00:35:30.400Z] 18c013af1878: Pulling fs layer [2021-02-07T00:35:30.400Z] 00ac8860ef70: Pulling fs layer [2021-02-07T00:35:30.400Z] 63d7cb157983: Pulling fs layer [2021-02-07T00:35:30.400Z] b116817d02f9: Pulling fs layer [2021-02-07T00:35:30.400Z] 745a02a5169b: Pulling fs layer [2021-02-07T00:35:30.400Z] 63d7cb157983: Waiting [2021-02-07T00:35:30.400Z] b116817d02f9: Waiting [2021-02-07T00:35:30.400Z] 745a02a5169b: Waiting [2021-02-07T00:35:30.400Z] 00ac8860ef70: Waiting [2021-02-07T00:35:30.400Z] 18c013af1878: Verifying Checksum [2021-02-07T00:35:30.400Z] 18c013af1878: Download complete [2021-02-07T00:35:30.400Z] a4357932f1b6: Verifying Checksum [2021-02-07T00:35:30.400Z] a4357932f1b6: Download complete [2021-02-07T00:35:30.400Z] 63d7cb157983: Verifying Checksum [2021-02-07T00:35:30.400Z] 63d7cb157983: Download complete [2021-02-07T00:35:30.400Z] b116817d02f9: Verifying Checksum [2021-02-07T00:35:30.400Z] b116817d02f9: Download complete [2021-02-07T00:35:30.400Z] 5f621e34cdf4: Verifying Checksum [2021-02-07T00:35:30.400Z] 5f621e34cdf4: Download complete [2021-02-07T00:35:31.010Z] 5f621e34cdf4: Pull complete [2021-02-07T00:35:31.622Z] a4357932f1b6: Pull complete [2021-02-07T00:35:32.231Z] 18c013af1878: Pull complete [2021-02-07T00:35:33.252Z] 745a02a5169b: Download complete [2021-02-07T00:35:35.255Z] 00ac8860ef70: Verifying Checksum [2021-02-07T00:35:35.255Z] 00ac8860ef70: Download complete [2021-02-07T00:35:45.428Z] 00ac8860ef70: Pull complete [2021-02-07T00:35:45.428Z] 63d7cb157983: Pull complete [2021-02-07T00:35:45.428Z] b116817d02f9: Pull complete [2021-02-07T00:35:48.839Z] 745a02a5169b: Pull complete [2021-02-07T00:35:48.839Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-07T00:35:48.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-07T00:35:48.839Z] ---> b7e6874047d6 [2021-02-07T00:35:48.839Z] 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-02-07T00:35:53.219Z] ---> Running in 0dda439622ac [2021-02-07T00:35:54.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-07T00:35:55.206Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-07T00:35:55.833Z] (1/12) Installing libmagic (5.38-r0) [2021-02-07T00:35:56.110Z] (2/12) Installing file (5.38-r0) [2021-02-07T00:35:56.110Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-07T00:35:56.387Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-07T00:36:28.782Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-07T00:36:28.782Z] (6/12) Installing patch (2.7.6-r6) [2021-02-07T00:36:28.782Z] (7/12) Installing build-base (0.5-r2) [2021-02-07T00:36:28.782Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-07T00:36:28.782Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-07T00:36:28.782Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-07T00:36:28.782Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-07T00:36:28.782Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-07T00:36:28.782Z] Executing busybox-1.31.1-r19.trigger [2021-02-07T00:36:28.782Z] OK: 217 MiB in 51 packages [2021-02-07T00:36:29.388Z] Removing intermediate container 0dda439622ac [2021-02-07T00:36:29.388Z] ---> 1684e89d2664 [2021-02-07T00:36:29.388Z] Step 4/6 : WORKDIR /edgex-go [2021-02-07T00:36:29.660Z] ---> Running in f371a2285dc2 [2021-02-07T00:36:30.260Z] Removing intermediate container f371a2285dc2 [2021-02-07T00:36:30.260Z] ---> b8b88d5b3060 [2021-02-07T00:36:30.260Z] Step 5/6 : COPY go.mod . [2021-02-07T00:36:30.854Z] ---> c4a2ffa4417c [2021-02-07T00:36:30.854Z] Step 6/6 : RUN go mod download [2021-02-07T00:36:30.854Z] ---> Running in 58b5a08dac52 [2021-02-07T00:37:03.256Z] Removing intermediate container 58b5a08dac52 [2021-02-07T00:37:03.256Z] ---> 615fff7e56b3 [2021-02-07T00:37:03.256Z] Successfully built 615fff7e56b3 [2021-02-07T00:37:03.256Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:37:03.615Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:37:03.615Z] . [Pipeline] withDockerContainer [2021-02-07T00:37:03.929Z] prd-ubuntu18.04-docker-arm64-4c-16g-25370 does not seem to be running inside a container [2021-02-07T00:37:04.026Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-07T00:37:05.912Z] $ docker top f572d0395e41026ac1571be7ad97249dd09b7eb14be96ca3cf33c389dc266a3e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:37:07.099Z] + go version [2021-02-07T00:37:07.100Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-07T00:37:07.130Z] $ docker stop --time=1 f572d0395e41026ac1571be7ad97249dd09b7eb14be96ca3cf33c389dc266a3e [2021-02-07T00:37:09.216Z] $ docker rm -f f572d0395e41026ac1571be7ad97249dd09b7eb14be96ca3cf33c389dc266a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:37:10.313Z] + docker inspect -f . ci-base-image-arm64 [2021-02-07T00:37:10.313Z] . [Pipeline] withDockerContainer [2021-02-07T00:37:10.689Z] prd-ubuntu18.04-docker-arm64-4c-16g-25370 does not seem to be running inside a container [2021-02-07T00:37:10.794Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-07T00:37:12.290Z] $ docker top a68ddd151c1128c61dd9bdf35898c732ca9ad7c8310bedfc9143b491c4540e1c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-07T00:37:12.672Z] ========================================================= [2021-02-07T00:37:12.672Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-07T00:37:12.672Z] ========================================================= [Pipeline] sh [2021-02-07T00:37:13.329Z] + make test [2021-02-07T00:37:13.329Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-07T00:37:40.138Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-07T00:38:36.928Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-07T00:38:43.722Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-07T00:38:56.200Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-07T00:38:56.200Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-07T00:38:56.200Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-07T00:38:57.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-07T00:38:57.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-07T00:38:57.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-07T00:38:57.191Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-07T00:38:57.191Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-07T00:39:00.602Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-07T00:39:08.945Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-07T00:39:08.945Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-07T00:39:08.945Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-07T00:39:15.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.359s coverage: 45.6% of statements [2021-02-07T00:39:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-07T00:39:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-07T00:39:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-07T00:39:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-07T00:39:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-07T00:39:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-07T00:39:15.682Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-07T00:39:15.682Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.185s coverage: 100.0% of statements [2021-02-07T00:39:24.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.624s coverage: 27.1% of statements [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-07T00:39:24.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-07T00:39:24.053Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-07T00:39:24.053Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-07T00:39:25.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.266s coverage: 65.8% of statements [2021-02-07T00:39:25.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-07T00:39:25.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-07T00:39:27.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.723s coverage: 82.3% of statements [2021-02-07T00:39:27.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-07T00:39:27.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:39:27.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-07T00:39:27.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-07T00:39:35.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.518s coverage: 28.6% of statements [2021-02-07T00:39:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-07T00:39:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-07T00:39:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-07T00:39:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-07T00:39:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-07T00:39:35.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements [2021-02-07T00:39:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-07T00:39:35.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements [2021-02-07T00:39:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-07T00:39:35.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.330s coverage: 86.7% of statements [2021-02-07T00:39:35.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-07T00:39:36.862Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.386s coverage: 97.5% of statements [2021-02-07T00:39:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-07T00:39:36.862Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.167s coverage: 78.3% of statements [2021-02-07T00:39:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-07T00:39:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-07T00:39:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-07T00:39:36.862Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-07T00:39:49.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.601s coverage: 92.8% of statements [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-07T00:39:49.294Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-07T00:39:49.294Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.1% of statements [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-07T00:39:49.294Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-07T00:39:49.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.074s coverage: 45.5% of statements [2021-02-07T00:39:49.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.111s coverage: 79.5% of statements [2021-02-07T00:39:49.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.063s coverage: 94.1% of statements [2021-02-07T00:39:49.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.096s coverage: 96.3% of statements [2021-02-07T00:39:49.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-02-07T00:39:59.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.082s coverage: 94.4% of statements [2021-02-07T00:39:59.449Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.192s coverage: 91.4% of statements [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-07T00:40:14.575Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.613s coverage: 63.5% of statements [2021-02-07T00:40:14.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-07T00:40:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-07T00:40:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-02-07T00:40:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.090s coverage: 91.3% of statements [2021-02-07T00:40:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-02-07T00:40:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2021-02-07T00:40:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2021-02-07T00:40:14.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.905s coverage: 68.9% of statements [2021-02-07T00:40:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-07T00:40:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-07T00:40:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-07T00:40:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-07T00:40:14.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-07T00:40:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.464s coverage: 37.0% of statements [2021-02-07T00:40:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-07T00:40:18.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-07T00:40:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.832s coverage: 84.0% of statements [2021-02-07T00:40:18.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.110s coverage: 100.0% of statements [2021-02-07T00:40:25.660Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.528s coverage: 47.0% of statements [2021-02-07T00:40:25.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-07T00:40:25.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-07T00:40:25.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-07T00:40:25.660Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-07T00:40:25.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.184s coverage: 100.0% of statements [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-07T00:40:25.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-07T00:40:25.661Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.340s coverage: 87.7% of statements [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:40:25.661Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.500s coverage: 29.1% of statements [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.248s coverage: 99.0% of statements [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.138s coverage: 100.0% of statements [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.182s coverage: 100.0% of statements [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.133s coverage: 87.9% of statements [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-07T00:40:38.105Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-07T00:40:38.105Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-02-07T00:40:38.105Z] GO111MODULE=on go vet ./... [2021-02-07T00:42:14.977Z] gofmt -l . [2021-02-07T00:42:14.977Z] [ "`gofmt -l .`" = "" ] [2021-02-07T00:42:14.977Z] ./bin/test-go-mod-tidy.sh [2021-02-07T00:42:14.977Z] ./bin/test-attribution-txt.sh [2021-02-07T00:42:14.977Z] An attribution for github.com/fatih/color is missing from Attribution.txt, please add [2021-02-07T00:42:14.977Z] An attribution for github.com/hashicorp/go-hclog is missing from Attribution.txt, please add [2021-02-07T00:42:14.977Z] An attribution for github.com/mattn/go-colorable is missing from Attribution.txt, please add [2021-02-07T00:42:14.977Z] An attribution for github.com/mattn/go-isatty is missing from Attribution.txt, please add [2021-02-07T00:42:14.977Z] An attribution for golang.org/x/sys is missing from Attribution.txt, please add [2021-02-07T00:42:14.977Z] make: *** [Makefile:103: test] Error 1 [Pipeline] } [2021-02-07T00:42:14.994Z] $ docker stop --time=1 a68ddd151c1128c61dd9bdf35898c732ca9ad7c8310bedfc9143b491c4540e1c [2021-02-07T00:42:17.216Z] $ docker rm -f a68ddd151c1128c61dd9bdf35898c732ca9ad7c8310bedfc9143b491c4540e1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-07T00:42:19.708Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:22.107Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:22.988Z] ---> package-listing.sh [2021-02-07T00:42:22.988Z] ++ facter osfamily [2021-02-07T00:42:22.988Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-07T00:42:22.988Z] + OS_FAMILY=redhat [2021-02-07T00:42:22.988Z] + workspace=/w/workspace/edgex-go/4 [2021-02-07T00:42:22.988Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-07T00:42:22.988Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-07T00:42:22.988Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-07T00:42:22.988Z] + PACKAGES=/tmp/packages_start.txt [2021-02-07T00:42:22.988Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-07T00:42:22.988Z] + PACKAGES=/tmp/packages_end.txt [2021-02-07T00:42:22.988Z] + case "${OS_FAMILY}" in [2021-02-07T00:42:22.988Z] + rpm -qa [2021-02-07T00:42:22.988Z] + sort [2021-02-07T00:42:28.327Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-07T00:42:28.327Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-07T00:42:28.327Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-07T00:42:28.327Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-07T00:42:28.327Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-07T00:42:28.327Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-07T00:42:28.341Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-07T00:42:28.637Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:42:28.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:42:28.944Z] [2021-02-07T00:42:28.944Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-07T00:42:29.293Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:42:29.293Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-07T00:42:29.293Z] df20fa9351a1: Pulling fs layer [2021-02-07T00:42:29.293Z] 36b3adc4ff6f: Pulling fs layer [2021-02-07T00:42:29.293Z] 8ad3a11d3b57: Pulling fs layer [2021-02-07T00:42:29.293Z] 46f8f816bc3b: Pulling fs layer [2021-02-07T00:42:29.293Z] 93b61091891f: Pulling fs layer [2021-02-07T00:42:29.293Z] 93b9cdb0e59b: Pulling fs layer [2021-02-07T00:42:29.293Z] 5e14af77c1be: Pulling fs layer [2021-02-07T00:42:29.293Z] 01666e4c0597: Pulling fs layer [2021-02-07T00:42:29.293Z] aa168da1d23b: Pulling fs layer [2021-02-07T00:42:29.293Z] 93b9cdb0e59b: Waiting [2021-02-07T00:42:29.293Z] 5e14af77c1be: Waiting [2021-02-07T00:42:29.293Z] aa168da1d23b: Waiting [2021-02-07T00:42:29.293Z] 01666e4c0597: Waiting [2021-02-07T00:42:29.293Z] 46f8f816bc3b: Waiting [2021-02-07T00:42:29.293Z] 93b61091891f: Waiting [2021-02-07T00:42:29.293Z] 36b3adc4ff6f: Download complete [2021-02-07T00:42:29.293Z] 46f8f816bc3b: Verifying Checksum [2021-02-07T00:42:29.293Z] 46f8f816bc3b: Download complete [2021-02-07T00:42:29.293Z] df20fa9351a1: Download complete [2021-02-07T00:42:29.563Z] 93b9cdb0e59b: Verifying Checksum [2021-02-07T00:42:29.563Z] 93b9cdb0e59b: Download complete [2021-02-07T00:42:29.563Z] 5e14af77c1be: Verifying Checksum [2021-02-07T00:42:29.563Z] 5e14af77c1be: Download complete [2021-02-07T00:42:29.563Z] 93b61091891f: Verifying Checksum [2021-02-07T00:42:29.563Z] 93b61091891f: Download complete [2021-02-07T00:42:29.563Z] 01666e4c0597: Verifying Checksum [2021-02-07T00:42:29.563Z] 01666e4c0597: Download complete [2021-02-07T00:42:29.827Z] df20fa9351a1: Pull complete [2021-02-07T00:42:29.827Z] 8ad3a11d3b57: Verifying Checksum [2021-02-07T00:42:29.827Z] 8ad3a11d3b57: Download complete [2021-02-07T00:42:30.099Z] 36b3adc4ff6f: Pull complete [2021-02-07T00:42:31.511Z] 8ad3a11d3b57: Pull complete [2021-02-07T00:42:31.511Z] 46f8f816bc3b: Pull complete [2021-02-07T00:42:31.774Z] aa168da1d23b: Verifying Checksum [2021-02-07T00:42:31.774Z] aa168da1d23b: Download complete [2021-02-07T00:42:31.774Z] 93b61091891f: Pull complete [2021-02-07T00:42:32.037Z] 93b9cdb0e59b: Pull complete [2021-02-07T00:42:32.300Z] 5e14af77c1be: Pull complete [2021-02-07T00:42:32.300Z] 01666e4c0597: Pull complete [2021-02-07T00:42:38.969Z] aa168da1d23b: Pull complete [2021-02-07T00:42:38.969Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-07T00:42:38.969Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-07T00:42:38.969Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-07T00:42:39.169Z] prd-centos7-docker-4c-2g-25361 does not seem to be running inside a container [2021-02-07T00:42:39.218Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-07T00:42:42.452Z] $ docker top f6c69fd4b2a782f3405c102b0fd7d798632b149b01a02f5b78a33f34cc16738e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-07T00:42:44.132Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-07T00:42:44.485Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-07T00:42:44.826Z] + ls /var/log/sa-host [2021-02-07T00:42:44.826Z] + sadf -c /var/log/sa-host/sa07 [2021-02-07T00:42:44.826Z] file_magic: OK [2021-02-07T00:42:44.826Z] HZ: Using current value: 100 [2021-02-07T00:42:44.826Z] file_header: OK [2021-02-07T00:42:44.826Z] 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-02-07T00:42:44.826Z] Statistics: [2021-02-07T00:42:44.826Z] 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-02-07T00:42:44.826Z] File successfully converted to sysstat format version 12.2.1 [2021-02-07T00:42:44.826Z] + sadf -c /var/log/sa-host/sa23 [2021-02-07T00:42:44.826Z] file_magic: OK [2021-02-07T00:42:44.826Z] HZ: Using current value: 100 [2021-02-07T00:42:44.826Z] file_header: OK [2021-02-07T00:42:44.826Z] 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-02-07T00:42:44.826Z] Statistics: [2021-02-07T00:42:44.826Z] Hnuu...uuuununununu... [2021-02-07T00:42:44.826Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-07T00:42:45.070Z] provisioning config files... [2021-02-07T00:42:45.085Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config5502460583103102321tmp [Pipeline] { [Pipeline] echo [2021-02-07T00:42:45.155Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:45.454Z] ---> create-netrc.sh [Pipeline] } [2021-02-07T00:42:45.464Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-07T00:42:45.551Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:45.846Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-07T00:42:45.857Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:46.151Z] ---> sudo-logs.sh [2021-02-07T00:42:46.152Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-07T00:42:46.162Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:46.458Z] ---> job-cost.sh [2021-02-07T00:42:46.458Z] lf-activate-venv: SKIPPING [2021-02-07T00:42:46.458Z] INFO: No Stack... [2021-02-07T00:42:48.378Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-07T00:42:48.952Z] INFO: Archiving Costs [Pipeline] echo [2021-02-07T00:42:48.968Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-07T00:42:49.279Z] ---> logs-deploy.sh [2021-02-07T00:42:49.280Z] lf-activate-venv: SKIPPING [2021-02-07T00:42:49.280Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3132/4 [2021-02-07T00:42:49.280Z] INFO: archiving workspace using pattern(s): [2021-02-07T00:42:51.199Z] Archives upload complete. [2021-02-07T00:42:51.199Z] INFO: archiving logs to Nexus